Documentation
¶
Index ¶
- type BadRequestException
- type CodeGenerationStatus
- type ConflictException
- type DiscovererState
- type DiscovererSummary
- type ForbiddenException
- type GoneException
- type InternalServerErrorException
- type NotFoundException
- type PreconditionFailedException
- type RegistrySummary
- type SchemaSummary
- type SchemaVersionSummary
- type SearchSchemaSummary
- type SearchSchemaVersionSummary
- type ServiceUnavailableException
- type TooManyRequestsException
- type Type
- type UnauthorizedException
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadRequestException ¶
type BadRequestException struct { Message *string ErrorCodeOverride *string Code *string // contains filtered or unexported fields }
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 ( CodeGenerationStatusCreateInProgress CodeGenerationStatus = "CREATE_IN_PROGRESS" CodeGenerationStatusCreateComplete CodeGenerationStatus = "CREATE_COMPLETE" CodeGenerationStatusCreateFailed CodeGenerationStatus = "CREATE_FAILED" )
Enum values for CodeGenerationStatus
func (CodeGenerationStatus) Values ¶
func (CodeGenerationStatus) Values() []CodeGenerationStatus
Values returns all known values for CodeGenerationStatus. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type ConflictException ¶
type ConflictException struct { Message *string ErrorCodeOverride *string Code *string // contains filtered or unexported fields }
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
func (DiscovererState) Values ¶
func (DiscovererState) Values() []DiscovererState
Values returns all known values for DiscovererState. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type DiscovererSummary ¶
type DiscovererSummary struct { // The Status if the discoverer will discover schemas from events sent from // another account. CrossAccount *bool // 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 // contains filtered or unexported fields }
type ForbiddenException ¶
type ForbiddenException struct { Message *string ErrorCodeOverride *string Code *string // contains filtered or unexported fields }
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 ErrorCodeOverride *string Code *string // contains filtered or unexported fields }
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 ErrorCodeOverride *string Code *string // contains filtered or unexported fields }
func (*InternalServerErrorException) Error ¶
func (e *InternalServerErrorException) Error() string
func (*InternalServerErrorException) ErrorCode ¶
func (e *InternalServerErrorException) ErrorCode() string
func (*InternalServerErrorException) ErrorFault ¶
func (e *InternalServerErrorException) ErrorFault() smithy.ErrorFault
func (*InternalServerErrorException) ErrorMessage ¶
func (e *InternalServerErrorException) ErrorMessage() string
type NotFoundException ¶
type NotFoundException struct { Message *string ErrorCodeOverride *string Code *string // contains filtered or unexported fields }
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 ErrorCodeOverride *string Code *string // contains filtered or unexported fields }
func (*PreconditionFailedException) Error ¶
func (e *PreconditionFailedException) Error() string
func (*PreconditionFailedException) ErrorCode ¶
func (e *PreconditionFailedException) ErrorCode() string
func (*PreconditionFailedException) ErrorFault ¶
func (e *PreconditionFailedException) ErrorFault() smithy.ErrorFault
func (*PreconditionFailedException) ErrorMessage ¶
func (e *PreconditionFailedException) ErrorMessage() string
type RegistrySummary ¶
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 // contains filtered or unexported fields }
A summary of schema details.
type SchemaVersionSummary ¶
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 // contains filtered or unexported fields }
type SearchSchemaVersionSummary ¶
type ServiceUnavailableException ¶
type ServiceUnavailableException struct { // contains filtered or unexported fields }
func (*ServiceUnavailableException) Error ¶
func (e *ServiceUnavailableException) Error() string
func (*ServiceUnavailableException) ErrorCode ¶
func (e *ServiceUnavailableException) ErrorCode() string
func (*ServiceUnavailableException) ErrorFault ¶
func (e *ServiceUnavailableException) ErrorFault() smithy.ErrorFault
func (*ServiceUnavailableException) ErrorMessage ¶
func (e *ServiceUnavailableException) ErrorMessage() string
type TooManyRequestsException ¶
type TooManyRequestsException struct { Message *string ErrorCodeOverride *string Code *string // contains filtered or unexported fields }
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 UnauthorizedException ¶
type UnauthorizedException struct { // contains filtered or unexported fields }
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
Click to show internal directories.
Click to hide internal directories.