package types

import "github.com/aws/aws-sdk-go-v2/service/schemas/types"

Index

Types

type BadRequestException

type BadRequestException struct {
	Message *string

	Code *string
}

func (*BadRequestException) Error

func (e *BadRequestException) Error() string

func (*BadRequestException) ErrorCode

func (e *BadRequestException) ErrorCode() string

func (*BadRequestException) ErrorFault

func (e *BadRequestException) ErrorFault() smithy.ErrorFault

func (*BadRequestException) ErrorMessage

func (e *BadRequestException) ErrorMessage() string

type CodeGenerationStatus

type CodeGenerationStatus string
const (
	CodeGenerationStatusCreate_in_progress CodeGenerationStatus = "CREATE_IN_PROGRESS"
	CodeGenerationStatusCreate_complete    CodeGenerationStatus = "CREATE_COMPLETE"
	CodeGenerationStatusCreate_failed      CodeGenerationStatus = "CREATE_FAILED"
)

Enum values for CodeGenerationStatus

type ConflictException

type ConflictException struct {
	Message *string

	Code *string
}

func (*ConflictException) Error

func (e *ConflictException) Error() string

func (*ConflictException) ErrorCode

func (e *ConflictException) ErrorCode() string

func (*ConflictException) ErrorFault

func (e *ConflictException) ErrorFault() smithy.ErrorFault

func (*ConflictException) ErrorMessage

func (e *ConflictException) ErrorMessage() string

type DiscovererState

type DiscovererState string
const (
	DiscovererStateStarted DiscovererState = "STARTED"
	DiscovererStateStopped DiscovererState = "STOPPED"
)

Enum values for DiscovererState

type DiscovererSummary

type DiscovererSummary struct {

	// The ARN of the discoverer.
	DiscovererArn *string

	// The ID of the discoverer.
	DiscovererId *string

	// The ARN of the event bus.
	SourceArn *string

	// The state of the discoverer.
	State DiscovererState

	// Tags associated with the resource.
	Tags map[string]*string
}

type ForbiddenException

type ForbiddenException struct {
	Message *string

	Code *string
}

func (*ForbiddenException) Error

func (e *ForbiddenException) Error() string

func (*ForbiddenException) ErrorCode

func (e *ForbiddenException) ErrorCode() string

func (*ForbiddenException) ErrorFault

func (e *ForbiddenException) ErrorFault() smithy.ErrorFault

func (*ForbiddenException) ErrorMessage

func (e *ForbiddenException) ErrorMessage() string

type GoneException

type GoneException struct {
	Message *string

	Code *string
}

func (*GoneException) Error

func (e *GoneException) Error() string

func (*GoneException) ErrorCode

func (e *GoneException) ErrorCode() string

func (*GoneException) ErrorFault

func (e *GoneException) ErrorFault() smithy.ErrorFault

func (*GoneException) ErrorMessage

func (e *GoneException) ErrorMessage() string

type InternalServerErrorException

type InternalServerErrorException struct {
	Message *string

	Code *string
}

func (*InternalServerErrorException) Error

func (*InternalServerErrorException) ErrorCode

func (e *InternalServerErrorException) ErrorCode() string

func (*InternalServerErrorException) ErrorFault

func (*InternalServerErrorException) ErrorMessage

func (e *InternalServerErrorException) ErrorMessage() string

type NotFoundException

type NotFoundException struct {
	Message *string

	Code *string
}

func (*NotFoundException) Error

func (e *NotFoundException) Error() string

func (*NotFoundException) ErrorCode

func (e *NotFoundException) ErrorCode() string

func (*NotFoundException) ErrorFault

func (e *NotFoundException) ErrorFault() smithy.ErrorFault

func (*NotFoundException) ErrorMessage

func (e *NotFoundException) ErrorMessage() string

type PreconditionFailedException

type PreconditionFailedException struct {
	Message *string

	Code *string
}

func (*PreconditionFailedException) Error

func (*PreconditionFailedException) ErrorCode

func (e *PreconditionFailedException) ErrorCode() string

func (*PreconditionFailedException) ErrorFault

func (*PreconditionFailedException) ErrorMessage

func (e *PreconditionFailedException) ErrorMessage() string

type RegistrySummary

type RegistrySummary struct {

	// The ARN of the registry.
	RegistryArn *string

	// The name of the registry.
	RegistryName *string

	// Tags associated with the registry.
	Tags map[string]*string
}

type SchemaSummary

type SchemaSummary struct {

	// The date and time that schema was modified.
	LastModified *time.Time

	// The ARN of the schema.
	SchemaArn *string

	// The name of the schema.
	SchemaName *string

	// Tags associated with the schema.
	Tags map[string]*string

	// The number of versions available for the schema.
	VersionCount *int64
}

A summary of schema details.

type SchemaVersionSummary

type SchemaVersionSummary struct {

	// The ARN of the schema version.
	SchemaArn *string

	// The name of the schema.
	SchemaName *string

	// The version number of the schema.
	SchemaVersion *string
}

type SearchSchemaSummary

type SearchSchemaSummary struct {

	// The name of the registry.
	RegistryName *string

	// The ARN of the schema.
	SchemaArn *string

	// The name of the schema.
	SchemaName *string

	// An array of schema version summaries.
	SchemaVersions []*SearchSchemaVersionSummary
}

type SearchSchemaVersionSummary

type SearchSchemaVersionSummary struct {

	// The date the schema version was created.
	CreatedDate *time.Time

	// The version number of the schema
	SchemaVersion *string
}

type ServiceUnavailableException

type ServiceUnavailableException struct {
	Message *string

	Code *string
}

func (*ServiceUnavailableException) Error

func (*ServiceUnavailableException) ErrorCode

func (e *ServiceUnavailableException) ErrorCode() string

func (*ServiceUnavailableException) ErrorFault

func (*ServiceUnavailableException) ErrorMessage

func (e *ServiceUnavailableException) ErrorMessage() string

type TooManyRequestsException

type TooManyRequestsException struct {
	Message *string

	Code *string
}

func (*TooManyRequestsException) Error

func (e *TooManyRequestsException) Error() string

func (*TooManyRequestsException) ErrorCode

func (e *TooManyRequestsException) ErrorCode() string

func (*TooManyRequestsException) ErrorFault

func (e *TooManyRequestsException) ErrorFault() smithy.ErrorFault

func (*TooManyRequestsException) ErrorMessage

func (e *TooManyRequestsException) ErrorMessage() string

type Type

type Type string
const (
	TypeOpenapi3 Type = "OpenApi3"
)

Enum values for Type

type UnauthorizedException

type UnauthorizedException struct {
	Message *string

	Code *string
}

func (*UnauthorizedException) Error

func (e *UnauthorizedException) Error() string

func (*UnauthorizedException) ErrorCode

func (e *UnauthorizedException) ErrorCode() string

func (*UnauthorizedException) ErrorFault

func (e *UnauthorizedException) ErrorFault() smithy.ErrorFault

func (*UnauthorizedException) ErrorMessage

func (e *UnauthorizedException) ErrorMessage() string

Source Files

enums.go errors.go types.go

Version
v0.27.0
Published
Oct 17, 2020
Platform
js/wasm
Imports
3 packages
Last checked
5 hours ago

Tools for package owners.