package types
import "github.com/aws/aws-sdk-go-v2/service/ram/types"
Index ¶
- type IdempotentParameterMismatchException
- func (e *IdempotentParameterMismatchException) Error() string
- func (e *IdempotentParameterMismatchException) ErrorCode() string
- func (e *IdempotentParameterMismatchException) ErrorFault() smithy.ErrorFault
- func (e *IdempotentParameterMismatchException) ErrorMessage() string
- type InvalidClientTokenException
- func (e *InvalidClientTokenException) Error() string
- func (e *InvalidClientTokenException) ErrorCode() string
- func (e *InvalidClientTokenException) ErrorFault() smithy.ErrorFault
- func (e *InvalidClientTokenException) ErrorMessage() string
- type InvalidMaxResultsException
- func (e *InvalidMaxResultsException) Error() string
- func (e *InvalidMaxResultsException) ErrorCode() string
- func (e *InvalidMaxResultsException) ErrorFault() smithy.ErrorFault
- func (e *InvalidMaxResultsException) ErrorMessage() string
- type InvalidNextTokenException
- func (e *InvalidNextTokenException) Error() string
- func (e *InvalidNextTokenException) ErrorCode() string
- func (e *InvalidNextTokenException) ErrorFault() smithy.ErrorFault
- func (e *InvalidNextTokenException) ErrorMessage() string
- type InvalidParameterException
- func (e *InvalidParameterException) Error() string
- func (e *InvalidParameterException) ErrorCode() string
- func (e *InvalidParameterException) ErrorFault() smithy.ErrorFault
- func (e *InvalidParameterException) ErrorMessage() string
- type InvalidResourceTypeException
- func (e *InvalidResourceTypeException) Error() string
- func (e *InvalidResourceTypeException) ErrorCode() string
- func (e *InvalidResourceTypeException) ErrorFault() smithy.ErrorFault
- func (e *InvalidResourceTypeException) ErrorMessage() string
- type InvalidStateTransitionException
- func (e *InvalidStateTransitionException) Error() string
- func (e *InvalidStateTransitionException) ErrorCode() string
- func (e *InvalidStateTransitionException) ErrorFault() smithy.ErrorFault
- func (e *InvalidStateTransitionException) ErrorMessage() string
- type MalformedArnException
- func (e *MalformedArnException) Error() string
- func (e *MalformedArnException) ErrorCode() string
- func (e *MalformedArnException) ErrorFault() smithy.ErrorFault
- func (e *MalformedArnException) ErrorMessage() string
- type MissingRequiredParameterException
- func (e *MissingRequiredParameterException) Error() string
- func (e *MissingRequiredParameterException) ErrorCode() string
- func (e *MissingRequiredParameterException) ErrorFault() smithy.ErrorFault
- func (e *MissingRequiredParameterException) ErrorMessage() string
- type OperationNotPermittedException
- func (e *OperationNotPermittedException) Error() string
- func (e *OperationNotPermittedException) ErrorCode() string
- func (e *OperationNotPermittedException) ErrorFault() smithy.ErrorFault
- func (e *OperationNotPermittedException) ErrorMessage() string
- type Principal
- type Resource
- type ResourceArnNotFoundException
- func (e *ResourceArnNotFoundException) Error() string
- func (e *ResourceArnNotFoundException) ErrorCode() string
- func (e *ResourceArnNotFoundException) ErrorFault() smithy.ErrorFault
- func (e *ResourceArnNotFoundException) ErrorMessage() string
- type ResourceOwner
- type ResourceShare
- type ResourceShareAssociation
- type ResourceShareAssociationStatus
- type ResourceShareAssociationType
- type ResourceShareFeatureSet
- type ResourceShareInvitation
- type ResourceShareInvitationAlreadyAcceptedException
- func (e *ResourceShareInvitationAlreadyAcceptedException) Error() string
- func (e *ResourceShareInvitationAlreadyAcceptedException) ErrorCode() string
- func (e *ResourceShareInvitationAlreadyAcceptedException) ErrorFault() smithy.ErrorFault
- func (e *ResourceShareInvitationAlreadyAcceptedException) ErrorMessage() string
- type ResourceShareInvitationAlreadyRejectedException
- func (e *ResourceShareInvitationAlreadyRejectedException) Error() string
- func (e *ResourceShareInvitationAlreadyRejectedException) ErrorCode() string
- func (e *ResourceShareInvitationAlreadyRejectedException) ErrorFault() smithy.ErrorFault
- func (e *ResourceShareInvitationAlreadyRejectedException) ErrorMessage() string
- type ResourceShareInvitationArnNotFoundException
- func (e *ResourceShareInvitationArnNotFoundException) Error() string
- func (e *ResourceShareInvitationArnNotFoundException) ErrorCode() string
- func (e *ResourceShareInvitationArnNotFoundException) ErrorFault() smithy.ErrorFault
- func (e *ResourceShareInvitationArnNotFoundException) ErrorMessage() string
- type ResourceShareInvitationExpiredException
- func (e *ResourceShareInvitationExpiredException) Error() string
- func (e *ResourceShareInvitationExpiredException) ErrorCode() string
- func (e *ResourceShareInvitationExpiredException) ErrorFault() smithy.ErrorFault
- func (e *ResourceShareInvitationExpiredException) ErrorMessage() string
- type ResourceShareInvitationStatus
- type ResourceShareLimitExceededException
- func (e *ResourceShareLimitExceededException) Error() string
- func (e *ResourceShareLimitExceededException) ErrorCode() string
- func (e *ResourceShareLimitExceededException) ErrorFault() smithy.ErrorFault
- func (e *ResourceShareLimitExceededException) ErrorMessage() string
- type ResourceSharePermissionDetail
- type ResourceSharePermissionSummary
- type ResourceShareStatus
- type ResourceStatus
- type ServerInternalException
- func (e *ServerInternalException) Error() string
- func (e *ServerInternalException) ErrorCode() string
- func (e *ServerInternalException) ErrorFault() smithy.ErrorFault
- func (e *ServerInternalException) ErrorMessage() string
- type ServiceNameAndResourceType
- type ServiceUnavailableException
- func (e *ServiceUnavailableException) Error() string
- func (e *ServiceUnavailableException) ErrorCode() string
- func (e *ServiceUnavailableException) ErrorFault() smithy.ErrorFault
- func (e *ServiceUnavailableException) ErrorMessage() string
- type Tag
- type TagFilter
- type TagLimitExceededException
- func (e *TagLimitExceededException) Error() string
- func (e *TagLimitExceededException) ErrorCode() string
- func (e *TagLimitExceededException) ErrorFault() smithy.ErrorFault
- func (e *TagLimitExceededException) ErrorMessage() string
- type TagPolicyViolationException
- func (e *TagPolicyViolationException) Error() string
- func (e *TagPolicyViolationException) ErrorCode() string
- func (e *TagPolicyViolationException) ErrorFault() smithy.ErrorFault
- func (e *TagPolicyViolationException) ErrorMessage() string
- type UnknownResourceException
Types ¶
type IdempotentParameterMismatchException ¶
type IdempotentParameterMismatchException struct { Message *string // contains filtered or unexported fields }
A client token input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.
func (*IdempotentParameterMismatchException) Error ¶
func (e *IdempotentParameterMismatchException) Error() string
func (*IdempotentParameterMismatchException) ErrorCode ¶
func (e *IdempotentParameterMismatchException) ErrorCode() string
func (*IdempotentParameterMismatchException) ErrorFault ¶
func (e *IdempotentParameterMismatchException) ErrorFault() smithy.ErrorFault
func (*IdempotentParameterMismatchException) ErrorMessage ¶
func (e *IdempotentParameterMismatchException) ErrorMessage() string
type InvalidClientTokenException ¶
type InvalidClientTokenException struct { Message *string // contains filtered or unexported fields }
A client token is not valid.
func (*InvalidClientTokenException) Error ¶
func (e *InvalidClientTokenException) Error() string
func (*InvalidClientTokenException) ErrorCode ¶
func (e *InvalidClientTokenException) ErrorCode() string
func (*InvalidClientTokenException) ErrorFault ¶
func (e *InvalidClientTokenException) ErrorFault() smithy.ErrorFault
func (*InvalidClientTokenException) ErrorMessage ¶
func (e *InvalidClientTokenException) ErrorMessage() string
type InvalidMaxResultsException ¶
type InvalidMaxResultsException struct { Message *string // contains filtered or unexported fields }
The specified value for MaxResults is not valid.
func (*InvalidMaxResultsException) Error ¶
func (e *InvalidMaxResultsException) Error() string
func (*InvalidMaxResultsException) ErrorCode ¶
func (e *InvalidMaxResultsException) ErrorCode() string
func (*InvalidMaxResultsException) ErrorFault ¶
func (e *InvalidMaxResultsException) ErrorFault() smithy.ErrorFault
func (*InvalidMaxResultsException) ErrorMessage ¶
func (e *InvalidMaxResultsException) ErrorMessage() string
type InvalidNextTokenException ¶
type InvalidNextTokenException struct { Message *string // contains filtered or unexported fields }
The specified value for NextToken is not valid.
func (*InvalidNextTokenException) Error ¶
func (e *InvalidNextTokenException) Error() string
func (*InvalidNextTokenException) ErrorCode ¶
func (e *InvalidNextTokenException) ErrorCode() string
func (*InvalidNextTokenException) ErrorFault ¶
func (e *InvalidNextTokenException) ErrorFault() smithy.ErrorFault
func (*InvalidNextTokenException) ErrorMessage ¶
func (e *InvalidNextTokenException) ErrorMessage() string
type InvalidParameterException ¶
type InvalidParameterException struct { Message *string // contains filtered or unexported fields }
A parameter is not valid.
func (*InvalidParameterException) Error ¶
func (e *InvalidParameterException) Error() string
func (*InvalidParameterException) ErrorCode ¶
func (e *InvalidParameterException) ErrorCode() string
func (*InvalidParameterException) ErrorFault ¶
func (e *InvalidParameterException) ErrorFault() smithy.ErrorFault
func (*InvalidParameterException) ErrorMessage ¶
func (e *InvalidParameterException) ErrorMessage() string
type InvalidResourceTypeException ¶
type InvalidResourceTypeException struct { Message *string // contains filtered or unexported fields }
The specified resource type is not valid.
func (*InvalidResourceTypeException) Error ¶
func (e *InvalidResourceTypeException) Error() string
func (*InvalidResourceTypeException) ErrorCode ¶
func (e *InvalidResourceTypeException) ErrorCode() string
func (*InvalidResourceTypeException) ErrorFault ¶
func (e *InvalidResourceTypeException) ErrorFault() smithy.ErrorFault
func (*InvalidResourceTypeException) ErrorMessage ¶
func (e *InvalidResourceTypeException) ErrorMessage() string
type InvalidStateTransitionException ¶
type InvalidStateTransitionException struct { Message *string // contains filtered or unexported fields }
The requested state transition is not valid.
func (*InvalidStateTransitionException) Error ¶
func (e *InvalidStateTransitionException) Error() string
func (*InvalidStateTransitionException) ErrorCode ¶
func (e *InvalidStateTransitionException) ErrorCode() string
func (*InvalidStateTransitionException) ErrorFault ¶
func (e *InvalidStateTransitionException) ErrorFault() smithy.ErrorFault
func (*InvalidStateTransitionException) ErrorMessage ¶
func (e *InvalidStateTransitionException) ErrorMessage() string
type MalformedArnException ¶
type MalformedArnException struct { Message *string // contains filtered or unexported fields }
The format of an Amazon Resource Name (ARN) is not valid.
func (*MalformedArnException) Error ¶
func (e *MalformedArnException) Error() string
func (*MalformedArnException) ErrorCode ¶
func (e *MalformedArnException) ErrorCode() string
func (*MalformedArnException) ErrorFault ¶
func (e *MalformedArnException) ErrorFault() smithy.ErrorFault
func (*MalformedArnException) ErrorMessage ¶
func (e *MalformedArnException) ErrorMessage() string
type MissingRequiredParameterException ¶
type MissingRequiredParameterException struct { Message *string // contains filtered or unexported fields }
A required input parameter is missing.
func (*MissingRequiredParameterException) Error ¶
func (e *MissingRequiredParameterException) Error() string
func (*MissingRequiredParameterException) ErrorCode ¶
func (e *MissingRequiredParameterException) ErrorCode() string
func (*MissingRequiredParameterException) ErrorFault ¶
func (e *MissingRequiredParameterException) ErrorFault() smithy.ErrorFault
func (*MissingRequiredParameterException) ErrorMessage ¶
func (e *MissingRequiredParameterException) ErrorMessage() string
type OperationNotPermittedException ¶
type OperationNotPermittedException struct { Message *string // contains filtered or unexported fields }
The requested operation is not permitted.
func (*OperationNotPermittedException) Error ¶
func (e *OperationNotPermittedException) Error() string
func (*OperationNotPermittedException) ErrorCode ¶
func (e *OperationNotPermittedException) ErrorCode() string
func (*OperationNotPermittedException) ErrorFault ¶
func (e *OperationNotPermittedException) ErrorFault() smithy.ErrorFault
func (*OperationNotPermittedException) ErrorMessage ¶
func (e *OperationNotPermittedException) ErrorMessage() string
type Principal ¶
type Principal struct { // The time when the principal was associated with the resource share. CreationTime *time.Time // Indicates whether the principal belongs to the same organization in // Organizations as the Amazon Web Services account that owns the resource share. External *bool // The ID of the principal. Id *string // The time when the association was last updated. LastUpdatedTime *time.Time // The Amazon Resource Name (ARN) of the resource share. *string // contains filtered or unexported fields }
Describes a principal for use with Resource Access Manager.
type Resource ¶
type Resource struct { // The Amazon Resource Name (ARN) of the resource. Arn *string // The time when the resource was associated with the resource share. CreationTime *time.Time // The time when the association was last updated. LastUpdatedTime *time.Time // The Amazon Resource Name (ARN) of the resource group. This value is returned // only if the resource is a resource group. ResourceGroupArn *string // The Amazon Resource Name (ARN) of the resource share. *string // The status of the resource. Status ResourceStatus // A message about the status of the resource. StatusMessage *string // The resource type. Type *string // contains filtered or unexported fields }
Describes a resource associated with a resource share.
type ResourceArnNotFoundException ¶
type ResourceArnNotFoundException struct { Message *string // contains filtered or unexported fields }
An Amazon Resource Name (ARN) was not found.
func (*ResourceArnNotFoundException) Error ¶
func (e *ResourceArnNotFoundException) Error() string
func (*ResourceArnNotFoundException) ErrorCode ¶
func (e *ResourceArnNotFoundException) ErrorCode() string
func (*ResourceArnNotFoundException) ErrorFault ¶
func (e *ResourceArnNotFoundException) ErrorFault() smithy.ErrorFault
func (*ResourceArnNotFoundException) ErrorMessage ¶
func (e *ResourceArnNotFoundException) ErrorMessage() string
type ResourceOwner ¶
type ResourceOwner string
const ( ResourceOwnerSelf ResourceOwner = "SELF" ResourceOwnerOtherAccounts ResourceOwner = "OTHER-ACCOUNTS" )
Enum values for ResourceOwner
func (ResourceOwner) Values ¶
func (ResourceOwner) Values() []ResourceOwner
Values returns all known values for ResourceOwner. 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 ResourceShare ¶
type ResourceShare struct { // Indicates whether principals outside your organization in Organizations can be // associated with a resource share. *bool // The time when the resource share was created. *time.Time // Indicates how the resource share was created. Possible values include: // // * // CREATED_FROM_POLICY - Indicates that the resource share was created from an // Amazon Web Services Identity and Access Management (Amazon Web Services IAM) // policy attached to a resource. These resource shares are visible only to the // Amazon Web Services account that created it. They cannot be modified in RAM. // // * // PROMOTING_TO_STANDARD - The resource share is in the process of being promoted. // For more information, see PromoteResourceShareCreatedFromPolicy. // // * STANDARD - // Indicates that the resource share was created in RAM using the console or APIs. // These resource shares are visible to all principals. They can be modified in // RAM. ResourceShareFeatureSet // The time when the resource share was last updated. *time.Time // The name of the resource share. *string // The ID of the Amazon Web Services account that owns the resource share. *string // The Amazon Resource Name (ARN) of the resource share. *string // The status of the resource share. ResourceShareStatus // A message about the status of the resource share. *string // The tags for the resource share. []Tag // contains filtered or unexported fields }
Describes a resource share.
type ResourceShareAssociation ¶
type ResourceShareAssociation struct { // The associated entity. For resource associations, this is the Amazon Resource // Name (ARN) of the resource. For principal associations, this is one of the // following: // // * An Amazon Web Services account ID // // * An ARN of an organization in // Organizations // // * An ARN of an organizational unit (OU) in Organizations // // * An // ARN of an IAM role // // * An ARN of an IAM user *string // The association type. ResourceShareAssociationType // The time when the association was created. *time.Time // Indicates whether the principal belongs to the same organization in // Organizations as the Amazon Web Services account that owns the resource share. *bool // The time when the association was last updated. *time.Time // The Amazon Resource Name (ARN) of the resource share. *string // The name of the resource share. *string // The status of the association. ResourceShareAssociationStatus // A message about the status of the association. *string // contains filtered or unexported fields }
Describes an association with a resource share.
type ResourceShareAssociationStatus ¶
type ResourceShareAssociationStatus string
const ( ResourceShareAssociationStatus = "ASSOCIATING" ResourceShareAssociationStatus = "ASSOCIATED" ResourceShareAssociationStatus = "FAILED" ResourceShareAssociationStatus = "DISASSOCIATING" ResourceShareAssociationStatus = "DISASSOCIATED" )
Enum values for ResourceShareAssociationStatus
func (ResourceShareAssociationStatus) Values ¶
func (ResourceShareAssociationStatus) Values() []ResourceShareAssociationStatus
Values returns all known values for ResourceShareAssociationStatus. 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 ResourceShareAssociationType ¶
type ResourceShareAssociationType string
const ( ResourceShareAssociationType = "PRINCIPAL" ResourceShareAssociationType = "RESOURCE" )
Enum values for ResourceShareAssociationType
func (ResourceShareAssociationType) Values ¶
func (ResourceShareAssociationType) Values() []ResourceShareAssociationType
Values returns all known values for ResourceShareAssociationType. 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 ResourceShareFeatureSet ¶
type ResourceShareFeatureSet string
const ( ResourceShareFeatureSet = "CREATED_FROM_POLICY" ResourceShareFeatureSet = "PROMOTING_TO_STANDARD" ResourceShareFeatureSet = "STANDARD" )
Enum values for ResourceShareFeatureSet
func (ResourceShareFeatureSet) Values ¶
func (ResourceShareFeatureSet) Values() []ResourceShareFeatureSet
Values returns all known values for ResourceShareFeatureSet. 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 ResourceShareInvitation ¶
type ResourceShareInvitation struct { // The date and time when the invitation was sent. *time.Time // The ID of the Amazon Web Services account that received the invitation. *string // The Amazon Resource Name (ARN) of the IAM user or IAM role that received the // invitation. *string // The Amazon Resource Name (ARN) of the resource share. *string // To view the resources associated with a pending resource share invitation, use // ListPendingInvitationResources // (https://docs.aws.amazon.com/ram/latest/APIReference/API_ListPendingInvitationResources.html). // // Deprecated: This member has been deprecated. Use ListPendingInvitationResources. []ResourceShareAssociation // The Amazon Resource Name (ARN) of the invitation. *string // The name of the resource share. *string // The ID of the Amazon Web Services account that sent the invitation. *string // The status of the invitation. ResourceShareInvitationStatus // contains filtered or unexported fields }
Describes an invitation to join a resource share.
type ResourceShareInvitationAlreadyAcceptedException ¶
type ResourceShareInvitationAlreadyAcceptedException struct { string // contains filtered or unexported fields }*
The invitation was already accepted.
func (*ResourceShareInvitationAlreadyAcceptedException) Error ¶
func (e *ResourceShareInvitationAlreadyAcceptedException) Error() string
func (*ResourceShareInvitationAlreadyAcceptedException) ErrorCode ¶
func (e *ResourceShareInvitationAlreadyAcceptedException) ErrorCode() string
func (*ResourceShareInvitationAlreadyAcceptedException) ErrorFault ¶
func (e *ResourceShareInvitationAlreadyAcceptedException) ErrorFault() smithy.ErrorFault
func (*ResourceShareInvitationAlreadyAcceptedException) ErrorMessage ¶
func (e *ResourceShareInvitationAlreadyAcceptedException) ErrorMessage() string
type ResourceShareInvitationAlreadyRejectedException ¶
type ResourceShareInvitationAlreadyRejectedException struct { string // contains filtered or unexported fields }*
The invitation was already rejected.
func (*ResourceShareInvitationAlreadyRejectedException) Error ¶
func (e *ResourceShareInvitationAlreadyRejectedException) Error() string
func (*ResourceShareInvitationAlreadyRejectedException) ErrorCode ¶
func (e *ResourceShareInvitationAlreadyRejectedException) ErrorCode() string
func (*ResourceShareInvitationAlreadyRejectedException) ErrorFault ¶
func (e *ResourceShareInvitationAlreadyRejectedException) ErrorFault() smithy.ErrorFault
func (*ResourceShareInvitationAlreadyRejectedException) ErrorMessage ¶
func (e *ResourceShareInvitationAlreadyRejectedException) ErrorMessage() string
type ResourceShareInvitationArnNotFoundException ¶
type ResourceShareInvitationArnNotFoundException struct { string // contains filtered or unexported fields }*
The Amazon Resource Name (ARN) for an invitation was not found.
func (*ResourceShareInvitationArnNotFoundException) Error ¶
func (e *ResourceShareInvitationArnNotFoundException) Error() string
func (*ResourceShareInvitationArnNotFoundException) ErrorCode ¶
func (e *ResourceShareInvitationArnNotFoundException) ErrorCode() string
func (*ResourceShareInvitationArnNotFoundException) ErrorFault ¶
func (e *ResourceShareInvitationArnNotFoundException) ErrorFault() smithy.ErrorFault
func (*ResourceShareInvitationArnNotFoundException) ErrorMessage ¶
func (e *ResourceShareInvitationArnNotFoundException) ErrorMessage() string
type ResourceShareInvitationExpiredException ¶
type ResourceShareInvitationExpiredException struct { string // contains filtered or unexported fields }*
The invitation is expired.
func (*ResourceShareInvitationExpiredException) Error ¶
func (e *ResourceShareInvitationExpiredException) Error() string
func (*ResourceShareInvitationExpiredException) ErrorCode ¶
func (e *ResourceShareInvitationExpiredException) ErrorCode() string
func (*ResourceShareInvitationExpiredException) ErrorFault ¶
func (e *ResourceShareInvitationExpiredException) ErrorFault() smithy.ErrorFault
func (*ResourceShareInvitationExpiredException) ErrorMessage ¶
func (e *ResourceShareInvitationExpiredException) ErrorMessage() string
type ResourceShareInvitationStatus ¶
type ResourceShareInvitationStatus string
const ( ResourceShareInvitationStatus = "PENDING" ResourceShareInvitationStatus = "ACCEPTED" ResourceShareInvitationStatus = "REJECTED" ResourceShareInvitationStatus = "EXPIRED" )
Enum values for ResourceShareInvitationStatus
func (ResourceShareInvitationStatus) Values ¶
func (ResourceShareInvitationStatus) Values() []ResourceShareInvitationStatus
Values returns all known values for ResourceShareInvitationStatus. 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 ResourceShareLimitExceededException ¶
type ResourceShareLimitExceededException struct { string // contains filtered or unexported fields }*
The requested resource share exceeds the limit for your account.
func (*ResourceShareLimitExceededException) Error ¶
func (e *ResourceShareLimitExceededException) Error() string
func (*ResourceShareLimitExceededException) ErrorCode ¶
func (e *ResourceShareLimitExceededException) ErrorCode() string
func (*ResourceShareLimitExceededException) ErrorFault ¶
func (e *ResourceShareLimitExceededException) ErrorFault() smithy.ErrorFault
func (*ResourceShareLimitExceededException) ErrorMessage ¶
func (e *ResourceShareLimitExceededException) ErrorMessage() string
type ResourceSharePermissionDetail ¶
type ResourceSharePermissionDetail struct { // The Amazon Resource Name (ARN) of the permission. *string // The date and time when the permission was created. *time.Time // Specifies whether the version of the permission is set to the default version // for this permission. *bool // Specifies whether the version of the permission is set to the default version // for this resource type. *bool // The date and time when the permission was last updated. *time.Time // The name of the permission. *string // The permission's effect and actions in JSON format. The effect indicates whether // the actions are allowed or denied. The actions list the API actions to which the // principal is granted or denied access. *string // The resource type to which the permission applies. *string // The identifier for the version of the permission. *string // contains filtered or unexported fields }
Information about an RAM permission.
type ResourceSharePermissionSummary ¶
type ResourceSharePermissionSummary struct { // The Amazon Resource Name (ARN) of the permission. *string // The date and time when the permission was created. *time.Time // Specifies whether the version of the permission is set to the default version // for this permission. *bool // Specifies whether the version of the permission is set to the default version // for this resource type. *bool // The date and time when the permission was last updated. *time.Time // The name of the permission. *string // The type of resource to which the permission applies. *string // The current status of the permission. *string // The identifier for the version of the permission. *string // contains filtered or unexported fields }
Information about a permission that is associated with a resource share.
type ResourceShareStatus ¶
type ResourceShareStatus string
const ( ResourceShareStatus = "PENDING" ResourceShareStatus = "ACTIVE" ResourceShareStatus = "FAILED" ResourceShareStatus = "DELETING" ResourceShareStatus = "DELETED" )
Enum values for ResourceShareStatus
func (ResourceShareStatus) Values ¶
func (ResourceShareStatus) Values() []ResourceShareStatus
Values returns all known values for ResourceShareStatus. 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 ResourceStatus ¶
type ResourceStatus string
const ( ResourceStatusAvailable ResourceStatus = "AVAILABLE" ResourceStatusZonalResourceInaccessible ResourceStatus = "ZONAL_RESOURCE_INACCESSIBLE" ResourceStatusLimitExceeded ResourceStatus = "LIMIT_EXCEEDED" ResourceStatus = "UNAVAILABLE" ResourceStatusPending ResourceStatus = "PENDING" )
Enum values for ResourceStatus
func (ResourceStatus) Values ¶
func (ResourceStatus) Values() []ResourceStatus
Values returns all known values for ResourceStatus. 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 ServerInternalException ¶
type ServerInternalException struct { Message *string // contains filtered or unexported fields }
The service could not respond to the request due to an internal problem.
func (*ServerInternalException) Error ¶
func (e *ServerInternalException) Error() string
func (*ServerInternalException) ErrorCode ¶
func (e *ServerInternalException) ErrorCode() string
func (*ServerInternalException) ErrorFault ¶
func (e *ServerInternalException) ErrorFault() smithy.ErrorFault
func (*ServerInternalException) ErrorMessage ¶
func (e *ServerInternalException) ErrorMessage() string
type ServiceNameAndResourceType ¶
type ServiceNameAndResourceType struct { // The shareable resource types. ResourceType *string // The name of the Amazon Web Services services to which the resources belong. ServiceName *string // contains filtered or unexported fields }
Information about the shareable resource types and the Amazon Web Services services to which they belong.
type ServiceUnavailableException ¶
type ServiceUnavailableException struct { string // contains filtered or unexported fields }*
The service is not available.
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 Tag ¶
type Tag struct { // The key of the tag. Key *string // The value of the tag. Value *string // contains filtered or unexported fields }
Information about a tag.
type TagFilter ¶
type TagFilter struct { // The tag key. TagKey *string // The tag values. TagValues []string // contains filtered or unexported fields }
Used to filter information based on tags.
type TagLimitExceededException ¶
type TagLimitExceededException struct { Message *string // contains filtered or unexported fields }
The requested tags exceed the limit for your account.
func (*TagLimitExceededException) Error ¶
func (e *TagLimitExceededException) Error() string
func (*TagLimitExceededException) ErrorCode ¶
func (e *TagLimitExceededException) ErrorCode() string
func (*TagLimitExceededException) ErrorFault ¶
func (e *TagLimitExceededException) ErrorFault() smithy.ErrorFault
func (*TagLimitExceededException) ErrorMessage ¶
func (e *TagLimitExceededException) ErrorMessage() string
type TagPolicyViolationException ¶
type TagPolicyViolationException struct { Message *string // contains filtered or unexported fields }
The specified tag is a reserved word and cannot be used.
func (*TagPolicyViolationException) Error ¶
func (e *TagPolicyViolationException) Error() string
func (*TagPolicyViolationException) ErrorCode ¶
func (e *TagPolicyViolationException) ErrorCode() string
func (*TagPolicyViolationException) ErrorFault ¶
func (e *TagPolicyViolationException) ErrorFault() smithy.ErrorFault
func (*TagPolicyViolationException) ErrorMessage ¶
func (e *TagPolicyViolationException) ErrorMessage() string
type UnknownResourceException ¶
type UnknownResourceException struct { Message *string // contains filtered or unexported fields }
A specified resource was not found.
func (*UnknownResourceException) Error ¶
func (e *UnknownResourceException) Error() string
func (*UnknownResourceException) ErrorCode ¶
func (e *UnknownResourceException) ErrorCode() string
func (*UnknownResourceException) ErrorFault ¶
func (e *UnknownResourceException) ErrorFault() smithy.ErrorFault
func (*UnknownResourceException) ErrorMessage ¶
func (e *UnknownResourceException) ErrorMessage() string
Source Files ¶
- Version
- v1.7.1
- Published
- Sep 17, 2021
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 6 hours ago –
Tools for package owners.