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

func (*BadRequestException) GetCode

func (e *BadRequestException) GetCode() string

func (*BadRequestException) GetMessage

func (e *BadRequestException) GetMessage() string

func (*BadRequestException) HasCode

func (e *BadRequestException) HasCode() bool

func (*BadRequestException) HasMessage

func (e *BadRequestException) HasMessage() bool

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

func (*ConflictException) GetCode

func (e *ConflictException) GetCode() string

func (*ConflictException) GetMessage

func (e *ConflictException) GetMessage() string

func (*ConflictException) HasCode

func (e *ConflictException) HasCode() bool

func (*ConflictException) HasMessage

func (e *ConflictException) HasMessage() bool

type DiscovererState

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

Enum values for DiscovererState

type DiscovererSummary

type DiscovererSummary struct {
	// The state of the discoverer.
	State DiscovererState
	// The ARN of the event bus.
	SourceArn *string
	// The ID of the discoverer.
	DiscovererId *string
	// Tags associated with the resource.
	Tags map[string]*string
	// The ARN of the discoverer.
	DiscovererArn *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

func (*ForbiddenException) GetCode

func (e *ForbiddenException) GetCode() string

func (*ForbiddenException) GetMessage

func (e *ForbiddenException) GetMessage() string

func (*ForbiddenException) HasCode

func (e *ForbiddenException) HasCode() bool

func (*ForbiddenException) HasMessage

func (e *ForbiddenException) HasMessage() bool

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

func (*GoneException) GetCode

func (e *GoneException) GetCode() string

func (*GoneException) GetMessage

func (e *GoneException) GetMessage() string

func (*GoneException) HasCode

func (e *GoneException) HasCode() bool

func (*GoneException) HasMessage

func (e *GoneException) HasMessage() bool

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

func (*InternalServerErrorException) GetCode

func (e *InternalServerErrorException) GetCode() string

func (*InternalServerErrorException) GetMessage

func (e *InternalServerErrorException) GetMessage() string

func (*InternalServerErrorException) HasCode

func (e *InternalServerErrorException) HasCode() bool

func (*InternalServerErrorException) HasMessage

func (e *InternalServerErrorException) HasMessage() bool

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

func (*NotFoundException) GetCode

func (e *NotFoundException) GetCode() string

func (*NotFoundException) GetMessage

func (e *NotFoundException) GetMessage() string

func (*NotFoundException) HasCode

func (e *NotFoundException) HasCode() bool

func (*NotFoundException) HasMessage

func (e *NotFoundException) HasMessage() bool

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

func (*PreconditionFailedException) GetCode

func (e *PreconditionFailedException) GetCode() string

func (*PreconditionFailedException) GetMessage

func (e *PreconditionFailedException) GetMessage() string

func (*PreconditionFailedException) HasCode

func (e *PreconditionFailedException) HasCode() bool

func (*PreconditionFailedException) HasMessage

func (e *PreconditionFailedException) HasMessage() bool

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 name of the schema.
	SchemaName *string
	// The ARN of the schema.
	SchemaArn *string
	// The number of versions available for the schema.
	VersionCount *int64
	// The date and time that schema was modified.
	LastModified *time.Time
	// Tags associated with the schema.
	Tags map[string]*string
}

A summary of schema details.

type SchemaVersionSummary

type SchemaVersionSummary struct {
	// The version number of the schema.
	SchemaVersion *string
	// The name of the schema.
	SchemaName *string
	// The ARN of the schema version.
	SchemaArn *string
}

type SearchSchemaSummary

type SearchSchemaSummary struct {
	// An array of schema version summaries.
	SchemaVersions []*SearchSchemaVersionSummary
	// The name of the schema.
	SchemaName *string
	// The ARN of the schema.
	SchemaArn *string
	// The name of the registry.
	RegistryName *string
}

type SearchSchemaVersionSummary

type SearchSchemaVersionSummary struct {
	// The version number of the schema
	SchemaVersion *string
	// The date the schema version was created.
	CreatedDate *time.Time
}

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

func (*ServiceUnavailableException) GetCode

func (e *ServiceUnavailableException) GetCode() string

func (*ServiceUnavailableException) GetMessage

func (e *ServiceUnavailableException) GetMessage() string

func (*ServiceUnavailableException) HasCode

func (e *ServiceUnavailableException) HasCode() bool

func (*ServiceUnavailableException) HasMessage

func (e *ServiceUnavailableException) HasMessage() bool

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

func (*TooManyRequestsException) GetCode

func (e *TooManyRequestsException) GetCode() string

func (*TooManyRequestsException) GetMessage

func (e *TooManyRequestsException) GetMessage() string

func (*TooManyRequestsException) HasCode

func (e *TooManyRequestsException) HasCode() bool

func (*TooManyRequestsException) HasMessage

func (e *TooManyRequestsException) HasMessage() bool

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

func (*UnauthorizedException) GetCode

func (e *UnauthorizedException) GetCode() string

func (*UnauthorizedException) GetMessage

func (e *UnauthorizedException) GetMessage() string

func (*UnauthorizedException) HasCode

func (e *UnauthorizedException) HasCode() bool

func (*UnauthorizedException) HasMessage

func (e *UnauthorizedException) HasMessage() bool

Source Files

enums.go errors.go types.go

Version
v0.1.0
Published
Sep 29, 2020
Platform
js/wasm
Imports
4 packages
Last checked
9 hours ago

Tools for package owners.