types

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessDeniedException

type AccessDeniedException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}
The current account doesn't have the IAM permissions required to perform the

specified operation.

func (*AccessDeniedException) Error

func (e *AccessDeniedException) Error() string

func (*AccessDeniedException) ErrorCode

func (e *AccessDeniedException) ErrorCode() string

func (*AccessDeniedException) ErrorFault

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

func (*AccessDeniedException) ErrorMessage

func (e *AccessDeniedException) ErrorMessage() string

type ConflictException

type ConflictException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The request you submitted conflicts with an existing request.

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 InternalServiceErrorException

type InternalServiceErrorException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

An internal server error occured. Retry your request.

func (*InternalServiceErrorException) Error

func (*InternalServiceErrorException) ErrorCode

func (e *InternalServiceErrorException) ErrorCode() string

func (*InternalServiceErrorException) ErrorFault

func (*InternalServiceErrorException) ErrorMessage

func (e *InternalServiceErrorException) ErrorMessage() string

type InvalidNextTokenException

type InvalidNextTokenException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The NextToken you provided isn;t valid.

func (*InvalidNextTokenException) Error

func (e *InvalidNextTokenException) Error() string

func (*InvalidNextTokenException) ErrorCode

func (e *InvalidNextTokenException) ErrorCode() string

func (*InvalidNextTokenException) ErrorFault

func (*InvalidNextTokenException) ErrorMessage

func (e *InvalidNextTokenException) ErrorMessage() string

type InvalidParameterException

type InvalidParameterException struct {
	Message *string

	ErrorCodeOverride *string

	FieldName *string
	// contains filtered or unexported fields
}

One or more parameters in this request are not valid.

func (*InvalidParameterException) Error

func (e *InvalidParameterException) Error() string

func (*InvalidParameterException) ErrorCode

func (e *InvalidParameterException) ErrorCode() string

func (*InvalidParameterException) ErrorFault

func (*InvalidParameterException) ErrorMessage

func (e *InvalidParameterException) ErrorMessage() string

type LimitExceededException

type LimitExceededException struct {
	Message *string

	ErrorCodeOverride *string

	ResourceType *string
	// contains filtered or unexported fields
}

The request caused one or more limits to be exceeded.

func (*LimitExceededException) Error

func (e *LimitExceededException) Error() string

func (*LimitExceededException) ErrorCode

func (e *LimitExceededException) ErrorCode() string

func (*LimitExceededException) ErrorFault

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

func (*LimitExceededException) ErrorMessage

func (e *LimitExceededException) ErrorMessage() string

type Profile

type Profile struct {

	//  The Amazon Resource Name (ARN) of the Profile.
	Arn *string

	//  The ClientToken value that was assigned when the Profile was created.
	ClientToken *string

	//  The date and time that the Profile was created, in Unix time format and
	// Coordinated Universal Time (UTC).
	CreationTime *time.Time

	//  ID of the Profile.
	Id *string

	//  The date and time that the Profile was modified, in Unix time format and
	// Coordinated Universal Time (UTC).
	ModificationTime *time.Time

	//  Name of the Profile.
	Name *string

	//  Amazon Web Services account ID of the Profile owner.
	OwnerId *string

	//  Sharing status for the Profile.
	ShareStatus ShareStatus

	//  The status for the Profile.
	Status ProfileStatus

	//  Status message that includes additiona information about the Profile.
	StatusMessage *string
	// contains filtered or unexported fields
}

A complex type that includes settings for a Route 53 Profile.

type ProfileAssociation

type ProfileAssociation struct {

	//  The date and time that the Profile association was created, in Unix time
	// format and Coordinated Universal Time (UTC).
	CreationTime *time.Time

	//  ID of the Profile association.
	Id *string

	//  The date and time that the Profile association was modified, in Unix time
	// format and Coordinated Universal Time (UTC).
	ModificationTime *time.Time

	//  Name of the Profile association.
	Name *string

	//  Amazon Web Services account ID of the Profile association owner.
	OwnerId *string

	//  ID of the Profile.
	ProfileId *string

	//  The Amazon Resource Name (ARN) of the VPC.
	ResourceId *string

	//  Status of the Profile association.
	Status ProfileStatus

	//  Additional information about the Profile association.
	StatusMessage *string
	// contains filtered or unexported fields
}

An association between a Route 53 Profile and a VPC.

type ProfileResourceAssociation

type ProfileResourceAssociation struct {

	//  The date and time that the Profile resource association was created, in Unix
	// time format and Coordinated Universal Time (UTC).
	CreationTime *time.Time

	//  ID of the Profile resource association.
	Id *string

	//  The date and time that the Profile resource association was modified, in Unix
	// time format and Coordinated Universal Time (UTC).
	ModificationTime *time.Time

	//  Name of the Profile resource association.
	Name *string

	//  Amazon Web Services account ID of the Profile resource association owner.
	OwnerId *string

	//  Profile ID of the Profile that the resources are associated with.
	ProfileId *string

	//  The Amazon Resource Name (ARN) of the resource association.
	ResourceArn *string

	//  If the DNS resource is a DNS Firewall rule group, this indicates the priority.
	ResourceProperties *string

	//  Resource type, such as a private hosted zone, or DNS Firewall rule group.
	ResourceType *string

	//  Status of the Profile resource association.
	Status ProfileStatus

	//  Additional information about the Profile resource association.
	StatusMessage *string
	// contains filtered or unexported fields
}

The association between a Route 53 Profile and resources.

type ProfileStatus

type ProfileStatus string
const (
	ProfileStatusComplete ProfileStatus = "COMPLETE"
	ProfileStatusDeleting ProfileStatus = "DELETING"
	ProfileStatusUpdating ProfileStatus = "UPDATING"
	ProfileStatusCreating ProfileStatus = "CREATING"
	ProfileStatusDeleted  ProfileStatus = "DELETED"
	ProfileStatusFailed   ProfileStatus = "FAILED"
)

Enum values for ProfileStatus

func (ProfileStatus) Values

func (ProfileStatus) Values() []ProfileStatus

Values returns all known values for ProfileStatus. 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 ProfileSummary

type ProfileSummary struct {

	//  The Amazon Resource Name (ARN) of the Profile.
	Arn *string

	//  ID of the Profile.
	Id *string

	//  Name of the Profile.
	Name *string

	//  Share status of the Profile.
	ShareStatus ShareStatus
	// contains filtered or unexported fields
}

Summary information about a Route 53 Profile.

type ResourceExistsException

type ResourceExistsException struct {
	Message *string

	ErrorCodeOverride *string

	ResourceType *string
	// contains filtered or unexported fields
}

The resource you are trying to associate, has already been associated.

func (*ResourceExistsException) Error

func (e *ResourceExistsException) Error() string

func (*ResourceExistsException) ErrorCode

func (e *ResourceExistsException) ErrorCode() string

func (*ResourceExistsException) ErrorFault

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

func (*ResourceExistsException) ErrorMessage

func (e *ResourceExistsException) ErrorMessage() string

type ResourceNotFoundException

type ResourceNotFoundException struct {
	Message *string

	ErrorCodeOverride *string

	ResourceType *string
	// contains filtered or unexported fields
}

The resource you are associating is not found.

func (*ResourceNotFoundException) Error

func (e *ResourceNotFoundException) Error() string

func (*ResourceNotFoundException) ErrorCode

func (e *ResourceNotFoundException) ErrorCode() string

func (*ResourceNotFoundException) ErrorFault

func (*ResourceNotFoundException) ErrorMessage

func (e *ResourceNotFoundException) ErrorMessage() string

type ShareStatus

type ShareStatus string
const (
	ShareStatusNotShared    ShareStatus = "NOT_SHARED"
	ShareStatusSharedWithMe ShareStatus = "SHARED_WITH_ME"
	ShareStatusSharedByMe   ShareStatus = "SHARED_BY_ME"
)

Enum values for ShareStatus

func (ShareStatus) Values

func (ShareStatus) Values() []ShareStatus

Values returns all known values for ShareStatus. 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 Tag

type Tag struct {

	//  Key associated with the Tag .
	//
	// This member is required.
	Key *string

	//  Value for the Tag.
	//
	// This member is required.
	Value *string
	// contains filtered or unexported fields
}

Tag for the Profile.

type ThrottlingException

type ThrottlingException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The request was throttled. Try again in a few minutes.

func (*ThrottlingException) Error

func (e *ThrottlingException) Error() string

func (*ThrottlingException) ErrorCode

func (e *ThrottlingException) ErrorCode() string

func (*ThrottlingException) ErrorFault

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

func (*ThrottlingException) ErrorMessage

func (e *ThrottlingException) ErrorMessage() string

type ValidationException

type ValidationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

You have provided an invalid command.

func (*ValidationException) Error

func (e *ValidationException) Error() string

func (*ValidationException) ErrorCode

func (e *ValidationException) ErrorCode() string

func (*ValidationException) ErrorFault

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

func (*ValidationException) ErrorMessage

func (e *ValidationException) ErrorMessage() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL