package types
import "github.com/aws/aws-sdk-go-v2/service/schemas/types"
Index ¶
- type BadRequestException
- func (e *BadRequestException) Error() string
- func (e *BadRequestException) ErrorCode() string
- func (e *BadRequestException) ErrorFault() smithy.ErrorFault
- func (e *BadRequestException) ErrorMessage() string
- type CodeGenerationStatus
- type ConflictException
- func (e *ConflictException) Error() string
- func (e *ConflictException) ErrorCode() string
- func (e *ConflictException) ErrorFault() smithy.ErrorFault
- func (e *ConflictException) ErrorMessage() string
- type DiscovererState
- type DiscovererSummary
- type ForbiddenException
- func (e *ForbiddenException) Error() string
- func (e *ForbiddenException) ErrorCode() string
- func (e *ForbiddenException) ErrorFault() smithy.ErrorFault
- func (e *ForbiddenException) ErrorMessage() string
- type GoneException
- func (e *GoneException) Error() string
- func (e *GoneException) ErrorCode() string
- func (e *GoneException) ErrorFault() smithy.ErrorFault
- func (e *GoneException) ErrorMessage() string
- type InternalServerErrorException
- func (e *InternalServerErrorException) Error() string
- func (e *InternalServerErrorException) ErrorCode() string
- func (e *InternalServerErrorException) ErrorFault() smithy.ErrorFault
- func (e *InternalServerErrorException) ErrorMessage() string
- type NotFoundException
- func (e *NotFoundException) Error() string
- func (e *NotFoundException) ErrorCode() string
- func (e *NotFoundException) ErrorFault() smithy.ErrorFault
- func (e *NotFoundException) ErrorMessage() string
- type PreconditionFailedException
- func (e *PreconditionFailedException) Error() string
- func (e *PreconditionFailedException) ErrorCode() string
- func (e *PreconditionFailedException) ErrorFault() smithy.ErrorFault
- func (e *PreconditionFailedException) ErrorMessage() string
- type RegistrySummary
- type SchemaSummary
- type SchemaVersionSummary
- type SearchSchemaSummary
- type SearchSchemaVersionSummary
- type ServiceUnavailableException
- func (e *ServiceUnavailableException) Error() string
- func (e *ServiceUnavailableException) ErrorCode() string
- func (e *ServiceUnavailableException) ErrorFault() smithy.ErrorFault
- func (e *ServiceUnavailableException) ErrorMessage() string
- type TooManyRequestsException
- func (e *TooManyRequestsException) Error() string
- func (e *TooManyRequestsException) ErrorCode() string
- func (e *TooManyRequestsException) ErrorFault() smithy.ErrorFault
- func (e *TooManyRequestsException) ErrorMessage() string
- type Type
- type UnauthorizedException
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 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 // contains filtered or unexported fields }
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 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 // The type of schema. Type Type // contains filtered or unexported fields }
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 SearchSchemaVersionSummary struct { // The date the schema version was created. CreatedDate *time.Time // The version number of the schema SchemaVersion *string // The type of schema. Type Type // contains filtered or unexported fields }
type ServiceUnavailableException ¶
type ServiceUnavailableException struct { string *string *string // 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 Type ¶
type Type string
Enum values for Type
func (Type) Values ¶
Values returns all known values for Type. 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 UnauthorizedException ¶
type UnauthorizedException struct { string *string *string // 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
Source Files ¶
- Version
- v1.29.2 (latest)
- Published
- Apr 3, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 48 minutes ago –
Tools for package owners.