Versions in this module Expand all Collapse all v1 v1.0.3 Nov 5, 2024 v1.0.2 Jun 25, 2024 v1.0.1 Jun 25, 2024 Changes in this version + const AZStatusMultiaz + const AZStatusSingleaz + const AuthenticationTypeIam + const AuthenticationTypeNoPassword + const AuthenticationTypePassword + const DataTieringStatusFalse + const DataTieringStatusTrue + const EndpointsID + const ErrCodeACLAlreadyExistsFault + const ErrCodeACLNotFoundFault + const ErrCodeACLQuotaExceededFault + const ErrCodeAPICallRateForCustomerExceededFault + const ErrCodeClusterAlreadyExistsFault + const ErrCodeClusterNotFoundFault + const ErrCodeClusterQuotaForCustomerExceededFault + const ErrCodeDefaultUserRequired + const ErrCodeDuplicateUserNameFault + const ErrCodeInsufficientClusterCapacityFault + const ErrCodeInvalidACLStateFault + const ErrCodeInvalidARNFault + const ErrCodeInvalidClusterStateFault + const ErrCodeInvalidCredentialsException + const ErrCodeInvalidKMSKeyFault + const ErrCodeInvalidNodeStateFault + const ErrCodeInvalidParameterCombinationException + const ErrCodeInvalidParameterGroupStateFault + const ErrCodeInvalidParameterValueException + const ErrCodeInvalidSnapshotStateFault + const ErrCodeInvalidSubnet + const ErrCodeInvalidUserStateFault + const ErrCodeInvalidVPCNetworkStateFault + const ErrCodeNoOperationFault + const ErrCodeNodeQuotaForClusterExceededFault + const ErrCodeNodeQuotaForCustomerExceededFault + const ErrCodeParameterGroupAlreadyExistsFault + const ErrCodeParameterGroupNotFoundFault + const ErrCodeParameterGroupQuotaExceededFault + const ErrCodeReservedNodeAlreadyExistsFault + const ErrCodeReservedNodeNotFoundFault + const ErrCodeReservedNodeQuotaExceededFault + const ErrCodeReservedNodesOfferingNotFoundFault + const ErrCodeServiceLinkedRoleNotFoundFault + const ErrCodeServiceUpdateNotFoundFault + const ErrCodeShardNotFoundFault + const ErrCodeShardsPerClusterQuotaExceededFault + const ErrCodeSnapshotAlreadyExistsFault + const ErrCodeSnapshotNotFoundFault + const ErrCodeSnapshotQuotaExceededFault + const ErrCodeSubnetGroupAlreadyExistsFault + const ErrCodeSubnetGroupInUseFault + const ErrCodeSubnetGroupNotFoundFault + const ErrCodeSubnetGroupQuotaExceededFault + const ErrCodeSubnetInUse + const ErrCodeSubnetNotAllowedFault + const ErrCodeSubnetQuotaExceededFault + const ErrCodeTagNotFoundFault + const ErrCodeTagQuotaPerResourceExceeded + const ErrCodeTestFailoverNotAvailableFault + const ErrCodeUserAlreadyExistsFault + const ErrCodeUserNotFoundFault + const ErrCodeUserQuotaExceededFault + const InputAuthenticationTypeIam + const InputAuthenticationTypePassword + const ServiceID + const ServiceName + const ServiceUpdateStatusAvailable + const ServiceUpdateStatusComplete + const ServiceUpdateStatusInProgress + const ServiceUpdateStatusScheduled + const ServiceUpdateTypeSecurityUpdate + const SourceTypeAcl + const SourceTypeCluster + const SourceTypeNode + const SourceTypeParameterGroup + const SourceTypeSubnetGroup + const SourceTypeUser + func AZStatus_Values() []string + func AuthenticationType_Values() []string + func DataTieringStatus_Values() []string + func InputAuthenticationType_Values() []string + func ServiceUpdateStatus_Values() []string + func ServiceUpdateType_Values() []string + func SourceType_Values() []string + type ACL struct + ARN *string + Clusters []*string + MinimumEngineVersion *string + Name *string + PendingChanges *ACLPendingChanges + Status *string + UserNames []*string + func (s *ACL) SetARN(v string) *ACL + func (s *ACL) SetClusters(v []*string) *ACL + func (s *ACL) SetMinimumEngineVersion(v string) *ACL + func (s *ACL) SetName(v string) *ACL + func (s *ACL) SetPendingChanges(v *ACLPendingChanges) *ACL + func (s *ACL) SetStatus(v string) *ACL + func (s *ACL) SetUserNames(v []*string) *ACL + func (s ACL) GoString() string + func (s ACL) String() string + type ACLAlreadyExistsFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ACLAlreadyExistsFault) Code() string + func (s *ACLAlreadyExistsFault) Error() string + func (s *ACLAlreadyExistsFault) Message() string + func (s *ACLAlreadyExistsFault) OrigErr() error + func (s *ACLAlreadyExistsFault) RequestID() string + func (s *ACLAlreadyExistsFault) StatusCode() int + func (s ACLAlreadyExistsFault) GoString() string + func (s ACLAlreadyExistsFault) String() string + type ACLNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ACLNotFoundFault) Code() string + func (s *ACLNotFoundFault) Error() string + func (s *ACLNotFoundFault) Message() string + func (s *ACLNotFoundFault) OrigErr() error + func (s *ACLNotFoundFault) RequestID() string + func (s *ACLNotFoundFault) StatusCode() int + func (s ACLNotFoundFault) GoString() string + func (s ACLNotFoundFault) String() string + type ACLPendingChanges struct + UserNamesToAdd []*string + UserNamesToRemove []*string + func (s *ACLPendingChanges) SetUserNamesToAdd(v []*string) *ACLPendingChanges + func (s *ACLPendingChanges) SetUserNamesToRemove(v []*string) *ACLPendingChanges + func (s ACLPendingChanges) GoString() string + func (s ACLPendingChanges) String() string + type ACLQuotaExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ACLQuotaExceededFault) Code() string + func (s *ACLQuotaExceededFault) Error() string + func (s *ACLQuotaExceededFault) Message() string + func (s *ACLQuotaExceededFault) OrigErr() error + func (s *ACLQuotaExceededFault) RequestID() string + func (s *ACLQuotaExceededFault) StatusCode() int + func (s ACLQuotaExceededFault) GoString() string + func (s ACLQuotaExceededFault) String() string + type ACLsUpdateStatus struct + ACLToApply *string + func (s *ACLsUpdateStatus) SetACLToApply(v string) *ACLsUpdateStatus + func (s ACLsUpdateStatus) GoString() string + func (s ACLsUpdateStatus) String() string + type APICallRateForCustomerExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *APICallRateForCustomerExceededFault) Code() string + func (s *APICallRateForCustomerExceededFault) Error() string + func (s *APICallRateForCustomerExceededFault) Message() string + func (s *APICallRateForCustomerExceededFault) OrigErr() error + func (s *APICallRateForCustomerExceededFault) RequestID() string + func (s *APICallRateForCustomerExceededFault) StatusCode() int + func (s APICallRateForCustomerExceededFault) GoString() string + func (s APICallRateForCustomerExceededFault) String() string + type Authentication struct + PasswordCount *int64 + Type *string + func (s *Authentication) SetPasswordCount(v int64) *Authentication + func (s *Authentication) SetType(v string) *Authentication + func (s Authentication) GoString() string + func (s Authentication) String() string + type AuthenticationMode struct + Passwords []*string + Type *string + func (s *AuthenticationMode) SetPasswords(v []*string) *AuthenticationMode + func (s *AuthenticationMode) SetType(v string) *AuthenticationMode + func (s *AuthenticationMode) Validate() error + func (s AuthenticationMode) GoString() string + func (s AuthenticationMode) String() string + type AvailabilityZone struct + Name *string + func (s *AvailabilityZone) SetName(v string) *AvailabilityZone + func (s AvailabilityZone) GoString() string + func (s AvailabilityZone) String() string + type BatchUpdateClusterInput struct + ClusterNames []*string + ServiceUpdate *ServiceUpdateRequest + func (s *BatchUpdateClusterInput) SetClusterNames(v []*string) *BatchUpdateClusterInput + func (s *BatchUpdateClusterInput) SetServiceUpdate(v *ServiceUpdateRequest) *BatchUpdateClusterInput + func (s *BatchUpdateClusterInput) Validate() error + func (s BatchUpdateClusterInput) GoString() string + func (s BatchUpdateClusterInput) String() string + type BatchUpdateClusterOutput struct + ProcessedClusters []*Cluster + UnprocessedClusters []*UnprocessedCluster + func (s *BatchUpdateClusterOutput) SetProcessedClusters(v []*Cluster) *BatchUpdateClusterOutput + func (s *BatchUpdateClusterOutput) SetUnprocessedClusters(v []*UnprocessedCluster) *BatchUpdateClusterOutput + func (s BatchUpdateClusterOutput) GoString() string + func (s BatchUpdateClusterOutput) String() string + type Cluster struct + ACLName *string + ARN *string + AutoMinorVersionUpgrade *bool + AvailabilityMode *string + ClusterEndpoint *Endpoint + DataTiering *string + Description *string + EnginePatchVersion *string + EngineVersion *string + KmsKeyId *string + MaintenanceWindow *string + Name *string + NodeType *string + NumberOfShards *int64 + ParameterGroupName *string + ParameterGroupStatus *string + PendingUpdates *ClusterPendingUpdates + SecurityGroups []*SecurityGroupMembership + Shards []*Shard + SnapshotRetentionLimit *int64 + SnapshotWindow *string + SnsTopicArn *string + SnsTopicStatus *string + Status *string + SubnetGroupName *string + TLSEnabled *bool + func (s *Cluster) SetACLName(v string) *Cluster + func (s *Cluster) SetARN(v string) *Cluster + func (s *Cluster) SetAutoMinorVersionUpgrade(v bool) *Cluster + func (s *Cluster) SetAvailabilityMode(v string) *Cluster + func (s *Cluster) SetClusterEndpoint(v *Endpoint) *Cluster + func (s *Cluster) SetDataTiering(v string) *Cluster + func (s *Cluster) SetDescription(v string) *Cluster + func (s *Cluster) SetEnginePatchVersion(v string) *Cluster + func (s *Cluster) SetEngineVersion(v string) *Cluster + func (s *Cluster) SetKmsKeyId(v string) *Cluster + func (s *Cluster) SetMaintenanceWindow(v string) *Cluster + func (s *Cluster) SetName(v string) *Cluster + func (s *Cluster) SetNodeType(v string) *Cluster + func (s *Cluster) SetNumberOfShards(v int64) *Cluster + func (s *Cluster) SetParameterGroupName(v string) *Cluster + func (s *Cluster) SetParameterGroupStatus(v string) *Cluster + func (s *Cluster) SetPendingUpdates(v *ClusterPendingUpdates) *Cluster + func (s *Cluster) SetSecurityGroups(v []*SecurityGroupMembership) *Cluster + func (s *Cluster) SetShards(v []*Shard) *Cluster + func (s *Cluster) SetSnapshotRetentionLimit(v int64) *Cluster + func (s *Cluster) SetSnapshotWindow(v string) *Cluster + func (s *Cluster) SetSnsTopicArn(v string) *Cluster + func (s *Cluster) SetSnsTopicStatus(v string) *Cluster + func (s *Cluster) SetStatus(v string) *Cluster + func (s *Cluster) SetSubnetGroupName(v string) *Cluster + func (s *Cluster) SetTLSEnabled(v bool) *Cluster + func (s Cluster) GoString() string + func (s Cluster) String() string + type ClusterAlreadyExistsFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ClusterAlreadyExistsFault) Code() string + func (s *ClusterAlreadyExistsFault) Error() string + func (s *ClusterAlreadyExistsFault) Message() string + func (s *ClusterAlreadyExistsFault) OrigErr() error + func (s *ClusterAlreadyExistsFault) RequestID() string + func (s *ClusterAlreadyExistsFault) StatusCode() int + func (s ClusterAlreadyExistsFault) GoString() string + func (s ClusterAlreadyExistsFault) String() string + type ClusterConfiguration struct + Description *string + EngineVersion *string + MaintenanceWindow *string + Name *string + NodeType *string + NumShards *int64 + ParameterGroupName *string + Port *int64 + Shards []*ShardDetail + SnapshotRetentionLimit *int64 + SnapshotWindow *string + SubnetGroupName *string + TopicArn *string + VpcId *string + func (s *ClusterConfiguration) SetDescription(v string) *ClusterConfiguration + func (s *ClusterConfiguration) SetEngineVersion(v string) *ClusterConfiguration + func (s *ClusterConfiguration) SetMaintenanceWindow(v string) *ClusterConfiguration + func (s *ClusterConfiguration) SetName(v string) *ClusterConfiguration + func (s *ClusterConfiguration) SetNodeType(v string) *ClusterConfiguration + func (s *ClusterConfiguration) SetNumShards(v int64) *ClusterConfiguration + func (s *ClusterConfiguration) SetParameterGroupName(v string) *ClusterConfiguration + func (s *ClusterConfiguration) SetPort(v int64) *ClusterConfiguration + func (s *ClusterConfiguration) SetShards(v []*ShardDetail) *ClusterConfiguration + func (s *ClusterConfiguration) SetSnapshotRetentionLimit(v int64) *ClusterConfiguration + func (s *ClusterConfiguration) SetSnapshotWindow(v string) *ClusterConfiguration + func (s *ClusterConfiguration) SetSubnetGroupName(v string) *ClusterConfiguration + func (s *ClusterConfiguration) SetTopicArn(v string) *ClusterConfiguration + func (s *ClusterConfiguration) SetVpcId(v string) *ClusterConfiguration + func (s ClusterConfiguration) GoString() string + func (s ClusterConfiguration) String() string + type ClusterNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ClusterNotFoundFault) Code() string + func (s *ClusterNotFoundFault) Error() string + func (s *ClusterNotFoundFault) Message() string + func (s *ClusterNotFoundFault) OrigErr() error + func (s *ClusterNotFoundFault) RequestID() string + func (s *ClusterNotFoundFault) StatusCode() int + func (s ClusterNotFoundFault) GoString() string + func (s ClusterNotFoundFault) String() string + type ClusterPendingUpdates struct + ACLs *ACLsUpdateStatus + Resharding *ReshardingStatus + ServiceUpdates []*PendingModifiedServiceUpdate + func (s *ClusterPendingUpdates) SetACLs(v *ACLsUpdateStatus) *ClusterPendingUpdates + func (s *ClusterPendingUpdates) SetResharding(v *ReshardingStatus) *ClusterPendingUpdates + func (s *ClusterPendingUpdates) SetServiceUpdates(v []*PendingModifiedServiceUpdate) *ClusterPendingUpdates + func (s ClusterPendingUpdates) GoString() string + func (s ClusterPendingUpdates) String() string + type ClusterQuotaForCustomerExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ClusterQuotaForCustomerExceededFault) Code() string + func (s *ClusterQuotaForCustomerExceededFault) Error() string + func (s *ClusterQuotaForCustomerExceededFault) Message() string + func (s *ClusterQuotaForCustomerExceededFault) OrigErr() error + func (s *ClusterQuotaForCustomerExceededFault) RequestID() string + func (s *ClusterQuotaForCustomerExceededFault) StatusCode() int + func (s ClusterQuotaForCustomerExceededFault) GoString() string + func (s ClusterQuotaForCustomerExceededFault) String() string + type CopySnapshotInput struct + KmsKeyId *string + SourceSnapshotName *string + Tags []*Tag + TargetBucket *string + TargetSnapshotName *string + func (s *CopySnapshotInput) SetKmsKeyId(v string) *CopySnapshotInput + func (s *CopySnapshotInput) SetSourceSnapshotName(v string) *CopySnapshotInput + func (s *CopySnapshotInput) SetTags(v []*Tag) *CopySnapshotInput + func (s *CopySnapshotInput) SetTargetBucket(v string) *CopySnapshotInput + func (s *CopySnapshotInput) SetTargetSnapshotName(v string) *CopySnapshotInput + func (s *CopySnapshotInput) Validate() error + func (s CopySnapshotInput) GoString() string + func (s CopySnapshotInput) String() string + type CopySnapshotOutput struct + Snapshot *Snapshot + func (s *CopySnapshotOutput) SetSnapshot(v *Snapshot) *CopySnapshotOutput + func (s CopySnapshotOutput) GoString() string + func (s CopySnapshotOutput) String() string + type CreateACLInput struct + ACLName *string + Tags []*Tag + UserNames []*string + func (s *CreateACLInput) SetACLName(v string) *CreateACLInput + func (s *CreateACLInput) SetTags(v []*Tag) *CreateACLInput + func (s *CreateACLInput) SetUserNames(v []*string) *CreateACLInput + func (s *CreateACLInput) Validate() error + func (s CreateACLInput) GoString() string + func (s CreateACLInput) String() string + type CreateACLOutput struct + ACL *ACL + func (s *CreateACLOutput) SetACL(v *ACL) *CreateACLOutput + func (s CreateACLOutput) GoString() string + func (s CreateACLOutput) String() string + type CreateClusterInput struct + ACLName *string + AutoMinorVersionUpgrade *bool + ClusterName *string + DataTiering *bool + Description *string + EngineVersion *string + KmsKeyId *string + MaintenanceWindow *string + NodeType *string + NumReplicasPerShard *int64 + NumShards *int64 + ParameterGroupName *string + Port *int64 + SecurityGroupIds []*string + SnapshotArns []*string + SnapshotName *string + SnapshotRetentionLimit *int64 + SnapshotWindow *string + SnsTopicArn *string + SubnetGroupName *string + TLSEnabled *bool + Tags []*Tag + func (s *CreateClusterInput) SetACLName(v string) *CreateClusterInput + func (s *CreateClusterInput) SetAutoMinorVersionUpgrade(v bool) *CreateClusterInput + func (s *CreateClusterInput) SetClusterName(v string) *CreateClusterInput + func (s *CreateClusterInput) SetDataTiering(v bool) *CreateClusterInput + func (s *CreateClusterInput) SetDescription(v string) *CreateClusterInput + func (s *CreateClusterInput) SetEngineVersion(v string) *CreateClusterInput + func (s *CreateClusterInput) SetKmsKeyId(v string) *CreateClusterInput + func (s *CreateClusterInput) SetMaintenanceWindow(v string) *CreateClusterInput + func (s *CreateClusterInput) SetNodeType(v string) *CreateClusterInput + func (s *CreateClusterInput) SetNumReplicasPerShard(v int64) *CreateClusterInput + func (s *CreateClusterInput) SetNumShards(v int64) *CreateClusterInput + func (s *CreateClusterInput) SetParameterGroupName(v string) *CreateClusterInput + func (s *CreateClusterInput) SetPort(v int64) *CreateClusterInput + func (s *CreateClusterInput) SetSecurityGroupIds(v []*string) *CreateClusterInput + func (s *CreateClusterInput) SetSnapshotArns(v []*string) *CreateClusterInput + func (s *CreateClusterInput) SetSnapshotName(v string) *CreateClusterInput + func (s *CreateClusterInput) SetSnapshotRetentionLimit(v int64) *CreateClusterInput + func (s *CreateClusterInput) SetSnapshotWindow(v string) *CreateClusterInput + func (s *CreateClusterInput) SetSnsTopicArn(v string) *CreateClusterInput + func (s *CreateClusterInput) SetSubnetGroupName(v string) *CreateClusterInput + func (s *CreateClusterInput) SetTLSEnabled(v bool) *CreateClusterInput + func (s *CreateClusterInput) SetTags(v []*Tag) *CreateClusterInput + func (s *CreateClusterInput) Validate() error + func (s CreateClusterInput) GoString() string + func (s CreateClusterInput) String() string + type CreateClusterOutput struct + Cluster *Cluster + func (s *CreateClusterOutput) SetCluster(v *Cluster) *CreateClusterOutput + func (s CreateClusterOutput) GoString() string + func (s CreateClusterOutput) String() string + type CreateParameterGroupInput struct + Description *string + Family *string + ParameterGroupName *string + Tags []*Tag + func (s *CreateParameterGroupInput) SetDescription(v string) *CreateParameterGroupInput + func (s *CreateParameterGroupInput) SetFamily(v string) *CreateParameterGroupInput + func (s *CreateParameterGroupInput) SetParameterGroupName(v string) *CreateParameterGroupInput + func (s *CreateParameterGroupInput) SetTags(v []*Tag) *CreateParameterGroupInput + func (s *CreateParameterGroupInput) Validate() error + func (s CreateParameterGroupInput) GoString() string + func (s CreateParameterGroupInput) String() string + type CreateParameterGroupOutput struct + ParameterGroup *ParameterGroup + func (s *CreateParameterGroupOutput) SetParameterGroup(v *ParameterGroup) *CreateParameterGroupOutput + func (s CreateParameterGroupOutput) GoString() string + func (s CreateParameterGroupOutput) String() string + type CreateSnapshotInput struct + ClusterName *string + KmsKeyId *string + SnapshotName *string + Tags []*Tag + func (s *CreateSnapshotInput) SetClusterName(v string) *CreateSnapshotInput + func (s *CreateSnapshotInput) SetKmsKeyId(v string) *CreateSnapshotInput + func (s *CreateSnapshotInput) SetSnapshotName(v string) *CreateSnapshotInput + func (s *CreateSnapshotInput) SetTags(v []*Tag) *CreateSnapshotInput + func (s *CreateSnapshotInput) Validate() error + func (s CreateSnapshotInput) GoString() string + func (s CreateSnapshotInput) String() string + type CreateSnapshotOutput struct + Snapshot *Snapshot + func (s *CreateSnapshotOutput) SetSnapshot(v *Snapshot) *CreateSnapshotOutput + func (s CreateSnapshotOutput) GoString() string + func (s CreateSnapshotOutput) String() string + type CreateSubnetGroupInput struct + Description *string + SubnetGroupName *string + SubnetIds []*string + Tags []*Tag + func (s *CreateSubnetGroupInput) SetDescription(v string) *CreateSubnetGroupInput + func (s *CreateSubnetGroupInput) SetSubnetGroupName(v string) *CreateSubnetGroupInput + func (s *CreateSubnetGroupInput) SetSubnetIds(v []*string) *CreateSubnetGroupInput + func (s *CreateSubnetGroupInput) SetTags(v []*Tag) *CreateSubnetGroupInput + func (s *CreateSubnetGroupInput) Validate() error + func (s CreateSubnetGroupInput) GoString() string + func (s CreateSubnetGroupInput) String() string + type CreateSubnetGroupOutput struct + SubnetGroup *SubnetGroup + func (s *CreateSubnetGroupOutput) SetSubnetGroup(v *SubnetGroup) *CreateSubnetGroupOutput + func (s CreateSubnetGroupOutput) GoString() string + func (s CreateSubnetGroupOutput) String() string + type CreateUserInput struct + AccessString *string + AuthenticationMode *AuthenticationMode + Tags []*Tag + UserName *string + func (s *CreateUserInput) SetAccessString(v string) *CreateUserInput + func (s *CreateUserInput) SetAuthenticationMode(v *AuthenticationMode) *CreateUserInput + func (s *CreateUserInput) SetTags(v []*Tag) *CreateUserInput + func (s *CreateUserInput) SetUserName(v string) *CreateUserInput + func (s *CreateUserInput) Validate() error + func (s CreateUserInput) GoString() string + func (s CreateUserInput) String() string + type CreateUserOutput struct + User *User + func (s *CreateUserOutput) SetUser(v *User) *CreateUserOutput + func (s CreateUserOutput) GoString() string + func (s CreateUserOutput) String() string + type DefaultUserRequired struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DefaultUserRequired) Code() string + func (s *DefaultUserRequired) Error() string + func (s *DefaultUserRequired) Message() string + func (s *DefaultUserRequired) OrigErr() error + func (s *DefaultUserRequired) RequestID() string + func (s *DefaultUserRequired) StatusCode() int + func (s DefaultUserRequired) GoString() string + func (s DefaultUserRequired) String() string + type DeleteACLInput struct + ACLName *string + func (s *DeleteACLInput) SetACLName(v string) *DeleteACLInput + func (s *DeleteACLInput) Validate() error + func (s DeleteACLInput) GoString() string + func (s DeleteACLInput) String() string + type DeleteACLOutput struct + ACL *ACL + func (s *DeleteACLOutput) SetACL(v *ACL) *DeleteACLOutput + func (s DeleteACLOutput) GoString() string + func (s DeleteACLOutput) String() string + type DeleteClusterInput struct + ClusterName *string + FinalSnapshotName *string + func (s *DeleteClusterInput) SetClusterName(v string) *DeleteClusterInput + func (s *DeleteClusterInput) SetFinalSnapshotName(v string) *DeleteClusterInput + func (s *DeleteClusterInput) Validate() error + func (s DeleteClusterInput) GoString() string + func (s DeleteClusterInput) String() string + type DeleteClusterOutput struct + Cluster *Cluster + func (s *DeleteClusterOutput) SetCluster(v *Cluster) *DeleteClusterOutput + func (s DeleteClusterOutput) GoString() string + func (s DeleteClusterOutput) String() string + type DeleteParameterGroupInput struct + ParameterGroupName *string + func (s *DeleteParameterGroupInput) SetParameterGroupName(v string) *DeleteParameterGroupInput + func (s *DeleteParameterGroupInput) Validate() error + func (s DeleteParameterGroupInput) GoString() string + func (s DeleteParameterGroupInput) String() string + type DeleteParameterGroupOutput struct + ParameterGroup *ParameterGroup + func (s *DeleteParameterGroupOutput) SetParameterGroup(v *ParameterGroup) *DeleteParameterGroupOutput + func (s DeleteParameterGroupOutput) GoString() string + func (s DeleteParameterGroupOutput) String() string + type DeleteSnapshotInput struct + SnapshotName *string + func (s *DeleteSnapshotInput) SetSnapshotName(v string) *DeleteSnapshotInput + func (s *DeleteSnapshotInput) Validate() error + func (s DeleteSnapshotInput) GoString() string + func (s DeleteSnapshotInput) String() string + type DeleteSnapshotOutput struct + Snapshot *Snapshot + func (s *DeleteSnapshotOutput) SetSnapshot(v *Snapshot) *DeleteSnapshotOutput + func (s DeleteSnapshotOutput) GoString() string + func (s DeleteSnapshotOutput) String() string + type DeleteSubnetGroupInput struct + SubnetGroupName *string + func (s *DeleteSubnetGroupInput) SetSubnetGroupName(v string) *DeleteSubnetGroupInput + func (s *DeleteSubnetGroupInput) Validate() error + func (s DeleteSubnetGroupInput) GoString() string + func (s DeleteSubnetGroupInput) String() string + type DeleteSubnetGroupOutput struct + SubnetGroup *SubnetGroup + func (s *DeleteSubnetGroupOutput) SetSubnetGroup(v *SubnetGroup) *DeleteSubnetGroupOutput + func (s DeleteSubnetGroupOutput) GoString() string + func (s DeleteSubnetGroupOutput) String() string + type DeleteUserInput struct + UserName *string + func (s *DeleteUserInput) SetUserName(v string) *DeleteUserInput + func (s *DeleteUserInput) Validate() error + func (s DeleteUserInput) GoString() string + func (s DeleteUserInput) String() string + type DeleteUserOutput struct + User *User + func (s *DeleteUserOutput) SetUser(v *User) *DeleteUserOutput + func (s DeleteUserOutput) GoString() string + func (s DeleteUserOutput) String() string + type DescribeACLsInput struct + ACLName *string + MaxResults *int64 + NextToken *string + func (s *DescribeACLsInput) SetACLName(v string) *DescribeACLsInput + func (s *DescribeACLsInput) SetMaxResults(v int64) *DescribeACLsInput + func (s *DescribeACLsInput) SetNextToken(v string) *DescribeACLsInput + func (s DescribeACLsInput) GoString() string + func (s DescribeACLsInput) String() string + type DescribeACLsOutput struct + ACLs []*ACL + NextToken *string + func (s *DescribeACLsOutput) SetACLs(v []*ACL) *DescribeACLsOutput + func (s *DescribeACLsOutput) SetNextToken(v string) *DescribeACLsOutput + func (s DescribeACLsOutput) GoString() string + func (s DescribeACLsOutput) String() string + type DescribeClustersInput struct + ClusterName *string + MaxResults *int64 + NextToken *string + ShowShardDetails *bool + func (s *DescribeClustersInput) SetClusterName(v string) *DescribeClustersInput + func (s *DescribeClustersInput) SetMaxResults(v int64) *DescribeClustersInput + func (s *DescribeClustersInput) SetNextToken(v string) *DescribeClustersInput + func (s *DescribeClustersInput) SetShowShardDetails(v bool) *DescribeClustersInput + func (s DescribeClustersInput) GoString() string + func (s DescribeClustersInput) String() string + type DescribeClustersOutput struct + Clusters []*Cluster + NextToken *string + func (s *DescribeClustersOutput) SetClusters(v []*Cluster) *DescribeClustersOutput + func (s *DescribeClustersOutput) SetNextToken(v string) *DescribeClustersOutput + func (s DescribeClustersOutput) GoString() string + func (s DescribeClustersOutput) String() string + type DescribeEngineVersionsInput struct + DefaultOnly *bool + EngineVersion *string + MaxResults *int64 + NextToken *string + ParameterGroupFamily *string + func (s *DescribeEngineVersionsInput) SetDefaultOnly(v bool) *DescribeEngineVersionsInput + func (s *DescribeEngineVersionsInput) SetEngineVersion(v string) *DescribeEngineVersionsInput + func (s *DescribeEngineVersionsInput) SetMaxResults(v int64) *DescribeEngineVersionsInput + func (s *DescribeEngineVersionsInput) SetNextToken(v string) *DescribeEngineVersionsInput + func (s *DescribeEngineVersionsInput) SetParameterGroupFamily(v string) *DescribeEngineVersionsInput + func (s DescribeEngineVersionsInput) GoString() string + func (s DescribeEngineVersionsInput) String() string + type DescribeEngineVersionsOutput struct + EngineVersions []*EngineVersionInfo + NextToken *string + func (s *DescribeEngineVersionsOutput) SetEngineVersions(v []*EngineVersionInfo) *DescribeEngineVersionsOutput + func (s *DescribeEngineVersionsOutput) SetNextToken(v string) *DescribeEngineVersionsOutput + func (s DescribeEngineVersionsOutput) GoString() string + func (s DescribeEngineVersionsOutput) String() string + type DescribeEventsInput struct + Duration *int64 + EndTime *time.Time + MaxResults *int64 + NextToken *string + SourceName *string + SourceType *string + StartTime *time.Time + func (s *DescribeEventsInput) SetDuration(v int64) *DescribeEventsInput + func (s *DescribeEventsInput) SetEndTime(v time.Time) *DescribeEventsInput + func (s *DescribeEventsInput) SetMaxResults(v int64) *DescribeEventsInput + func (s *DescribeEventsInput) SetNextToken(v string) *DescribeEventsInput + func (s *DescribeEventsInput) SetSourceName(v string) *DescribeEventsInput + func (s *DescribeEventsInput) SetSourceType(v string) *DescribeEventsInput + func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput + func (s DescribeEventsInput) GoString() string + func (s DescribeEventsInput) String() string + type DescribeEventsOutput struct + Events []*Event + NextToken *string + func (s *DescribeEventsOutput) SetEvents(v []*Event) *DescribeEventsOutput + func (s *DescribeEventsOutput) SetNextToken(v string) *DescribeEventsOutput + func (s DescribeEventsOutput) GoString() string + func (s DescribeEventsOutput) String() string + type DescribeParameterGroupsInput struct + MaxResults *int64 + NextToken *string + ParameterGroupName *string + func (s *DescribeParameterGroupsInput) SetMaxResults(v int64) *DescribeParameterGroupsInput + func (s *DescribeParameterGroupsInput) SetNextToken(v string) *DescribeParameterGroupsInput + func (s *DescribeParameterGroupsInput) SetParameterGroupName(v string) *DescribeParameterGroupsInput + func (s DescribeParameterGroupsInput) GoString() string + func (s DescribeParameterGroupsInput) String() string + type DescribeParameterGroupsOutput struct + NextToken *string + ParameterGroups []*ParameterGroup + func (s *DescribeParameterGroupsOutput) SetNextToken(v string) *DescribeParameterGroupsOutput + func (s *DescribeParameterGroupsOutput) SetParameterGroups(v []*ParameterGroup) *DescribeParameterGroupsOutput + func (s DescribeParameterGroupsOutput) GoString() string + func (s DescribeParameterGroupsOutput) String() string + type DescribeParametersInput struct + MaxResults *int64 + NextToken *string + ParameterGroupName *string + func (s *DescribeParametersInput) SetMaxResults(v int64) *DescribeParametersInput + func (s *DescribeParametersInput) SetNextToken(v string) *DescribeParametersInput + func (s *DescribeParametersInput) SetParameterGroupName(v string) *DescribeParametersInput + func (s *DescribeParametersInput) Validate() error + func (s DescribeParametersInput) GoString() string + func (s DescribeParametersInput) String() string + type DescribeParametersOutput struct + NextToken *string + Parameters []*Parameter + func (s *DescribeParametersOutput) SetNextToken(v string) *DescribeParametersOutput + func (s *DescribeParametersOutput) SetParameters(v []*Parameter) *DescribeParametersOutput + func (s DescribeParametersOutput) GoString() string + func (s DescribeParametersOutput) String() string + type DescribeReservedNodesInput struct + Duration *string + MaxResults *int64 + NextToken *string + NodeType *string + OfferingType *string + ReservationId *string + ReservedNodesOfferingId *string + func (s *DescribeReservedNodesInput) SetDuration(v string) *DescribeReservedNodesInput + func (s *DescribeReservedNodesInput) SetMaxResults(v int64) *DescribeReservedNodesInput + func (s *DescribeReservedNodesInput) SetNextToken(v string) *DescribeReservedNodesInput + func (s *DescribeReservedNodesInput) SetNodeType(v string) *DescribeReservedNodesInput + func (s *DescribeReservedNodesInput) SetOfferingType(v string) *DescribeReservedNodesInput + func (s *DescribeReservedNodesInput) SetReservationId(v string) *DescribeReservedNodesInput + func (s *DescribeReservedNodesInput) SetReservedNodesOfferingId(v string) *DescribeReservedNodesInput + func (s DescribeReservedNodesInput) GoString() string + func (s DescribeReservedNodesInput) String() string + type DescribeReservedNodesOfferingsInput struct + Duration *string + MaxResults *int64 + NextToken *string + NodeType *string + OfferingType *string + ReservedNodesOfferingId *string + func (s *DescribeReservedNodesOfferingsInput) SetDuration(v string) *DescribeReservedNodesOfferingsInput + func (s *DescribeReservedNodesOfferingsInput) SetMaxResults(v int64) *DescribeReservedNodesOfferingsInput + func (s *DescribeReservedNodesOfferingsInput) SetNextToken(v string) *DescribeReservedNodesOfferingsInput + func (s *DescribeReservedNodesOfferingsInput) SetNodeType(v string) *DescribeReservedNodesOfferingsInput + func (s *DescribeReservedNodesOfferingsInput) SetOfferingType(v string) *DescribeReservedNodesOfferingsInput + func (s *DescribeReservedNodesOfferingsInput) SetReservedNodesOfferingId(v string) *DescribeReservedNodesOfferingsInput + func (s DescribeReservedNodesOfferingsInput) GoString() string + func (s DescribeReservedNodesOfferingsInput) String() string + type DescribeReservedNodesOfferingsOutput struct + NextToken *string + ReservedNodesOfferings []*ReservedNodesOffering + func (s *DescribeReservedNodesOfferingsOutput) SetNextToken(v string) *DescribeReservedNodesOfferingsOutput + func (s *DescribeReservedNodesOfferingsOutput) SetReservedNodesOfferings(v []*ReservedNodesOffering) *DescribeReservedNodesOfferingsOutput + func (s DescribeReservedNodesOfferingsOutput) GoString() string + func (s DescribeReservedNodesOfferingsOutput) String() string + type DescribeReservedNodesOutput struct + NextToken *string + ReservedNodes []*ReservedNode + func (s *DescribeReservedNodesOutput) SetNextToken(v string) *DescribeReservedNodesOutput + func (s *DescribeReservedNodesOutput) SetReservedNodes(v []*ReservedNode) *DescribeReservedNodesOutput + func (s DescribeReservedNodesOutput) GoString() string + func (s DescribeReservedNodesOutput) String() string + type DescribeServiceUpdatesInput struct + ClusterNames []*string + MaxResults *int64 + NextToken *string + ServiceUpdateName *string + Status []*string + func (s *DescribeServiceUpdatesInput) SetClusterNames(v []*string) *DescribeServiceUpdatesInput + func (s *DescribeServiceUpdatesInput) SetMaxResults(v int64) *DescribeServiceUpdatesInput + func (s *DescribeServiceUpdatesInput) SetNextToken(v string) *DescribeServiceUpdatesInput + func (s *DescribeServiceUpdatesInput) SetServiceUpdateName(v string) *DescribeServiceUpdatesInput + func (s *DescribeServiceUpdatesInput) SetStatus(v []*string) *DescribeServiceUpdatesInput + func (s DescribeServiceUpdatesInput) GoString() string + func (s DescribeServiceUpdatesInput) String() string + type DescribeServiceUpdatesOutput struct + NextToken *string + ServiceUpdates []*ServiceUpdate + func (s *DescribeServiceUpdatesOutput) SetNextToken(v string) *DescribeServiceUpdatesOutput + func (s *DescribeServiceUpdatesOutput) SetServiceUpdates(v []*ServiceUpdate) *DescribeServiceUpdatesOutput + func (s DescribeServiceUpdatesOutput) GoString() string + func (s DescribeServiceUpdatesOutput) String() string + type DescribeSnapshotsInput struct + ClusterName *string + MaxResults *int64 + NextToken *string + ShowDetail *bool + SnapshotName *string + Source *string + func (s *DescribeSnapshotsInput) SetClusterName(v string) *DescribeSnapshotsInput + func (s *DescribeSnapshotsInput) SetMaxResults(v int64) *DescribeSnapshotsInput + func (s *DescribeSnapshotsInput) SetNextToken(v string) *DescribeSnapshotsInput + func (s *DescribeSnapshotsInput) SetShowDetail(v bool) *DescribeSnapshotsInput + func (s *DescribeSnapshotsInput) SetSnapshotName(v string) *DescribeSnapshotsInput + func (s *DescribeSnapshotsInput) SetSource(v string) *DescribeSnapshotsInput + func (s DescribeSnapshotsInput) GoString() string + func (s DescribeSnapshotsInput) String() string + type DescribeSnapshotsOutput struct + NextToken *string + Snapshots []*Snapshot + func (s *DescribeSnapshotsOutput) SetNextToken(v string) *DescribeSnapshotsOutput + func (s *DescribeSnapshotsOutput) SetSnapshots(v []*Snapshot) *DescribeSnapshotsOutput + func (s DescribeSnapshotsOutput) GoString() string + func (s DescribeSnapshotsOutput) String() string + type DescribeSubnetGroupsInput struct + MaxResults *int64 + NextToken *string + SubnetGroupName *string + func (s *DescribeSubnetGroupsInput) SetMaxResults(v int64) *DescribeSubnetGroupsInput + func (s *DescribeSubnetGroupsInput) SetNextToken(v string) *DescribeSubnetGroupsInput + func (s *DescribeSubnetGroupsInput) SetSubnetGroupName(v string) *DescribeSubnetGroupsInput + func (s DescribeSubnetGroupsInput) GoString() string + func (s DescribeSubnetGroupsInput) String() string + type DescribeSubnetGroupsOutput struct + NextToken *string + SubnetGroups []*SubnetGroup + func (s *DescribeSubnetGroupsOutput) SetNextToken(v string) *DescribeSubnetGroupsOutput + func (s *DescribeSubnetGroupsOutput) SetSubnetGroups(v []*SubnetGroup) *DescribeSubnetGroupsOutput + func (s DescribeSubnetGroupsOutput) GoString() string + func (s DescribeSubnetGroupsOutput) String() string + type DescribeUsersInput struct + Filters []*Filter + MaxResults *int64 + NextToken *string + UserName *string + func (s *DescribeUsersInput) SetFilters(v []*Filter) *DescribeUsersInput + func (s *DescribeUsersInput) SetMaxResults(v int64) *DescribeUsersInput + func (s *DescribeUsersInput) SetNextToken(v string) *DescribeUsersInput + func (s *DescribeUsersInput) SetUserName(v string) *DescribeUsersInput + func (s *DescribeUsersInput) Validate() error + func (s DescribeUsersInput) GoString() string + func (s DescribeUsersInput) String() string + type DescribeUsersOutput struct + NextToken *string + Users []*User + func (s *DescribeUsersOutput) SetNextToken(v string) *DescribeUsersOutput + func (s *DescribeUsersOutput) SetUsers(v []*User) *DescribeUsersOutput + func (s DescribeUsersOutput) GoString() string + func (s DescribeUsersOutput) String() string + type DuplicateUserNameFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DuplicateUserNameFault) Code() string + func (s *DuplicateUserNameFault) Error() string + func (s *DuplicateUserNameFault) Message() string + func (s *DuplicateUserNameFault) OrigErr() error + func (s *DuplicateUserNameFault) RequestID() string + func (s *DuplicateUserNameFault) StatusCode() int + func (s DuplicateUserNameFault) GoString() string + func (s DuplicateUserNameFault) String() string + type Endpoint struct + Address *string + Port *int64 + func (s *Endpoint) SetAddress(v string) *Endpoint + func (s *Endpoint) SetPort(v int64) *Endpoint + func (s Endpoint) GoString() string + func (s Endpoint) String() string + type EngineVersionInfo struct + EnginePatchVersion *string + EngineVersion *string + ParameterGroupFamily *string + func (s *EngineVersionInfo) SetEnginePatchVersion(v string) *EngineVersionInfo + func (s *EngineVersionInfo) SetEngineVersion(v string) *EngineVersionInfo + func (s *EngineVersionInfo) SetParameterGroupFamily(v string) *EngineVersionInfo + func (s EngineVersionInfo) GoString() string + func (s EngineVersionInfo) String() string + type Event struct + Date *time.Time + Message *string + SourceName *string + SourceType *string + func (s *Event) SetDate(v time.Time) *Event + func (s *Event) SetMessage(v string) *Event + func (s *Event) SetSourceName(v string) *Event + func (s *Event) SetSourceType(v string) *Event + func (s Event) GoString() string + func (s Event) String() string + type FailoverShardInput struct + ClusterName *string + ShardName *string + func (s *FailoverShardInput) SetClusterName(v string) *FailoverShardInput + func (s *FailoverShardInput) SetShardName(v string) *FailoverShardInput + func (s *FailoverShardInput) Validate() error + func (s FailoverShardInput) GoString() string + func (s FailoverShardInput) String() string + type FailoverShardOutput struct + Cluster *Cluster + func (s *FailoverShardOutput) SetCluster(v *Cluster) *FailoverShardOutput + func (s FailoverShardOutput) GoString() string + func (s FailoverShardOutput) String() string + type Filter struct + Name *string + Values []*string + func (s *Filter) SetName(v string) *Filter + func (s *Filter) SetValues(v []*string) *Filter + func (s *Filter) Validate() error + func (s Filter) GoString() string + func (s Filter) String() string + type InsufficientClusterCapacityFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InsufficientClusterCapacityFault) Code() string + func (s *InsufficientClusterCapacityFault) Error() string + func (s *InsufficientClusterCapacityFault) Message() string + func (s *InsufficientClusterCapacityFault) OrigErr() error + func (s *InsufficientClusterCapacityFault) RequestID() string + func (s *InsufficientClusterCapacityFault) StatusCode() int + func (s InsufficientClusterCapacityFault) GoString() string + func (s InsufficientClusterCapacityFault) String() string + type InvalidACLStateFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidACLStateFault) Code() string + func (s *InvalidACLStateFault) Error() string + func (s *InvalidACLStateFault) Message() string + func (s *InvalidACLStateFault) OrigErr() error + func (s *InvalidACLStateFault) RequestID() string + func (s *InvalidACLStateFault) StatusCode() int + func (s InvalidACLStateFault) GoString() string + func (s InvalidACLStateFault) String() string + type InvalidARNFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidARNFault) Code() string + func (s *InvalidARNFault) Error() string + func (s *InvalidARNFault) Message() string + func (s *InvalidARNFault) OrigErr() error + func (s *InvalidARNFault) RequestID() string + func (s *InvalidARNFault) StatusCode() int + func (s InvalidARNFault) GoString() string + func (s InvalidARNFault) String() string + type InvalidClusterStateFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidClusterStateFault) Code() string + func (s *InvalidClusterStateFault) Error() string + func (s *InvalidClusterStateFault) Message() string + func (s *InvalidClusterStateFault) OrigErr() error + func (s *InvalidClusterStateFault) RequestID() string + func (s *InvalidClusterStateFault) StatusCode() int + func (s InvalidClusterStateFault) GoString() string + func (s InvalidClusterStateFault) String() string + type InvalidCredentialsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidCredentialsException) Code() string + func (s *InvalidCredentialsException) Error() string + func (s *InvalidCredentialsException) Message() string + func (s *InvalidCredentialsException) OrigErr() error + func (s *InvalidCredentialsException) RequestID() string + func (s *InvalidCredentialsException) StatusCode() int + func (s InvalidCredentialsException) GoString() string + func (s InvalidCredentialsException) String() string + type InvalidKMSKeyFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidKMSKeyFault) Code() string + func (s *InvalidKMSKeyFault) Error() string + func (s *InvalidKMSKeyFault) Message() string + func (s *InvalidKMSKeyFault) OrigErr() error + func (s *InvalidKMSKeyFault) RequestID() string + func (s *InvalidKMSKeyFault) StatusCode() int + func (s InvalidKMSKeyFault) GoString() string + func (s InvalidKMSKeyFault) String() string + type InvalidNodeStateFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidNodeStateFault) Code() string + func (s *InvalidNodeStateFault) Error() string + func (s *InvalidNodeStateFault) Message() string + func (s *InvalidNodeStateFault) OrigErr() error + func (s *InvalidNodeStateFault) RequestID() string + func (s *InvalidNodeStateFault) StatusCode() int + func (s InvalidNodeStateFault) GoString() string + func (s InvalidNodeStateFault) String() string + type InvalidParameterCombinationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidParameterCombinationException) Code() string + func (s *InvalidParameterCombinationException) Error() string + func (s *InvalidParameterCombinationException) Message() string + func (s *InvalidParameterCombinationException) OrigErr() error + func (s *InvalidParameterCombinationException) RequestID() string + func (s *InvalidParameterCombinationException) StatusCode() int + func (s InvalidParameterCombinationException) GoString() string + func (s InvalidParameterCombinationException) String() string + type InvalidParameterGroupStateFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidParameterGroupStateFault) Code() string + func (s *InvalidParameterGroupStateFault) Error() string + func (s *InvalidParameterGroupStateFault) Message() string + func (s *InvalidParameterGroupStateFault) OrigErr() error + func (s *InvalidParameterGroupStateFault) RequestID() string + func (s *InvalidParameterGroupStateFault) StatusCode() int + func (s InvalidParameterGroupStateFault) GoString() string + func (s InvalidParameterGroupStateFault) String() string + type InvalidParameterValueException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidParameterValueException) Code() string + func (s *InvalidParameterValueException) Error() string + func (s *InvalidParameterValueException) Message() string + func (s *InvalidParameterValueException) OrigErr() error + func (s *InvalidParameterValueException) RequestID() string + func (s *InvalidParameterValueException) StatusCode() int + func (s InvalidParameterValueException) GoString() string + func (s InvalidParameterValueException) String() string + type InvalidSnapshotStateFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidSnapshotStateFault) Code() string + func (s *InvalidSnapshotStateFault) Error() string + func (s *InvalidSnapshotStateFault) Message() string + func (s *InvalidSnapshotStateFault) OrigErr() error + func (s *InvalidSnapshotStateFault) RequestID() string + func (s *InvalidSnapshotStateFault) StatusCode() int + func (s InvalidSnapshotStateFault) GoString() string + func (s InvalidSnapshotStateFault) String() string + type InvalidSubnet struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidSubnet) Code() string + func (s *InvalidSubnet) Error() string + func (s *InvalidSubnet) Message() string + func (s *InvalidSubnet) OrigErr() error + func (s *InvalidSubnet) RequestID() string + func (s *InvalidSubnet) StatusCode() int + func (s InvalidSubnet) GoString() string + func (s InvalidSubnet) String() string + type InvalidUserStateFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidUserStateFault) Code() string + func (s *InvalidUserStateFault) Error() string + func (s *InvalidUserStateFault) Message() string + func (s *InvalidUserStateFault) OrigErr() error + func (s *InvalidUserStateFault) RequestID() string + func (s *InvalidUserStateFault) StatusCode() int + func (s InvalidUserStateFault) GoString() string + func (s InvalidUserStateFault) String() string + type InvalidVPCNetworkStateFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidVPCNetworkStateFault) Code() string + func (s *InvalidVPCNetworkStateFault) Error() string + func (s *InvalidVPCNetworkStateFault) Message() string + func (s *InvalidVPCNetworkStateFault) OrigErr() error + func (s *InvalidVPCNetworkStateFault) RequestID() string + func (s *InvalidVPCNetworkStateFault) StatusCode() int + func (s InvalidVPCNetworkStateFault) GoString() string + func (s InvalidVPCNetworkStateFault) String() string + type ListAllowedNodeTypeUpdatesInput struct + ClusterName *string + func (s *ListAllowedNodeTypeUpdatesInput) SetClusterName(v string) *ListAllowedNodeTypeUpdatesInput + func (s *ListAllowedNodeTypeUpdatesInput) Validate() error + func (s ListAllowedNodeTypeUpdatesInput) GoString() string + func (s ListAllowedNodeTypeUpdatesInput) String() string + type ListAllowedNodeTypeUpdatesOutput struct + ScaleDownNodeTypes []*string + ScaleUpNodeTypes []*string + func (s *ListAllowedNodeTypeUpdatesOutput) SetScaleDownNodeTypes(v []*string) *ListAllowedNodeTypeUpdatesOutput + func (s *ListAllowedNodeTypeUpdatesOutput) SetScaleUpNodeTypes(v []*string) *ListAllowedNodeTypeUpdatesOutput + func (s ListAllowedNodeTypeUpdatesOutput) GoString() string + func (s ListAllowedNodeTypeUpdatesOutput) String() string + type ListTagsInput struct + ResourceArn *string + func (s *ListTagsInput) SetResourceArn(v string) *ListTagsInput + func (s *ListTagsInput) Validate() error + func (s ListTagsInput) GoString() string + func (s ListTagsInput) String() string + type ListTagsOutput struct + TagList []*Tag + func (s *ListTagsOutput) SetTagList(v []*Tag) *ListTagsOutput + func (s ListTagsOutput) GoString() string + func (s ListTagsOutput) String() string + type MemoryDB struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *MemoryDB + func (c *MemoryDB) BatchUpdateCluster(input *BatchUpdateClusterInput) (*BatchUpdateClusterOutput, error) + func (c *MemoryDB) BatchUpdateClusterRequest(input *BatchUpdateClusterInput) (req *request.Request, output *BatchUpdateClusterOutput) + func (c *MemoryDB) BatchUpdateClusterWithContext(ctx aws.Context, input *BatchUpdateClusterInput, opts ...request.Option) (*BatchUpdateClusterOutput, error) + func (c *MemoryDB) CopySnapshot(input *CopySnapshotInput) (*CopySnapshotOutput, error) + func (c *MemoryDB) CopySnapshotRequest(input *CopySnapshotInput) (req *request.Request, output *CopySnapshotOutput) + func (c *MemoryDB) CopySnapshotWithContext(ctx aws.Context, input *CopySnapshotInput, opts ...request.Option) (*CopySnapshotOutput, error) + func (c *MemoryDB) CreateACL(input *CreateACLInput) (*CreateACLOutput, error) + func (c *MemoryDB) CreateACLRequest(input *CreateACLInput) (req *request.Request, output *CreateACLOutput) + func (c *MemoryDB) CreateACLWithContext(ctx aws.Context, input *CreateACLInput, opts ...request.Option) (*CreateACLOutput, error) + func (c *MemoryDB) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error) + func (c *MemoryDB) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput) + func (c *MemoryDB) CreateClusterWithContext(ctx aws.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error) + func (c *MemoryDB) CreateParameterGroup(input *CreateParameterGroupInput) (*CreateParameterGroupOutput, error) + func (c *MemoryDB) CreateParameterGroupRequest(input *CreateParameterGroupInput) (req *request.Request, output *CreateParameterGroupOutput) + func (c *MemoryDB) CreateParameterGroupWithContext(ctx aws.Context, input *CreateParameterGroupInput, opts ...request.Option) (*CreateParameterGroupOutput, error) + func (c *MemoryDB) CreateSnapshot(input *CreateSnapshotInput) (*CreateSnapshotOutput, error) + func (c *MemoryDB) CreateSnapshotRequest(input *CreateSnapshotInput) (req *request.Request, output *CreateSnapshotOutput) + func (c *MemoryDB) CreateSnapshotWithContext(ctx aws.Context, input *CreateSnapshotInput, opts ...request.Option) (*CreateSnapshotOutput, error) + func (c *MemoryDB) CreateSubnetGroup(input *CreateSubnetGroupInput) (*CreateSubnetGroupOutput, error) + func (c *MemoryDB) CreateSubnetGroupRequest(input *CreateSubnetGroupInput) (req *request.Request, output *CreateSubnetGroupOutput) + func (c *MemoryDB) CreateSubnetGroupWithContext(ctx aws.Context, input *CreateSubnetGroupInput, opts ...request.Option) (*CreateSubnetGroupOutput, error) + func (c *MemoryDB) CreateUser(input *CreateUserInput) (*CreateUserOutput, error) + func (c *MemoryDB) CreateUserRequest(input *CreateUserInput) (req *request.Request, output *CreateUserOutput) + func (c *MemoryDB) CreateUserWithContext(ctx aws.Context, input *CreateUserInput, opts ...request.Option) (*CreateUserOutput, error) + func (c *MemoryDB) DeleteACL(input *DeleteACLInput) (*DeleteACLOutput, error) + func (c *MemoryDB) DeleteACLRequest(input *DeleteACLInput) (req *request.Request, output *DeleteACLOutput) + func (c *MemoryDB) DeleteACLWithContext(ctx aws.Context, input *DeleteACLInput, opts ...request.Option) (*DeleteACLOutput, error) + func (c *MemoryDB) DeleteCluster(input *DeleteClusterInput) (*DeleteClusterOutput, error) + func (c *MemoryDB) DeleteClusterRequest(input *DeleteClusterInput) (req *request.Request, output *DeleteClusterOutput) + func (c *MemoryDB) DeleteClusterWithContext(ctx aws.Context, input *DeleteClusterInput, opts ...request.Option) (*DeleteClusterOutput, error) + func (c *MemoryDB) DeleteParameterGroup(input *DeleteParameterGroupInput) (*DeleteParameterGroupOutput, error) + func (c *MemoryDB) DeleteParameterGroupRequest(input *DeleteParameterGroupInput) (req *request.Request, output *DeleteParameterGroupOutput) + func (c *MemoryDB) DeleteParameterGroupWithContext(ctx aws.Context, input *DeleteParameterGroupInput, opts ...request.Option) (*DeleteParameterGroupOutput, error) + func (c *MemoryDB) DeleteSnapshot(input *DeleteSnapshotInput) (*DeleteSnapshotOutput, error) + func (c *MemoryDB) DeleteSnapshotRequest(input *DeleteSnapshotInput) (req *request.Request, output *DeleteSnapshotOutput) + func (c *MemoryDB) DeleteSnapshotWithContext(ctx aws.Context, input *DeleteSnapshotInput, opts ...request.Option) (*DeleteSnapshotOutput, error) + func (c *MemoryDB) DeleteSubnetGroup(input *DeleteSubnetGroupInput) (*DeleteSubnetGroupOutput, error) + func (c *MemoryDB) DeleteSubnetGroupRequest(input *DeleteSubnetGroupInput) (req *request.Request, output *DeleteSubnetGroupOutput) + func (c *MemoryDB) DeleteSubnetGroupWithContext(ctx aws.Context, input *DeleteSubnetGroupInput, opts ...request.Option) (*DeleteSubnetGroupOutput, error) + func (c *MemoryDB) DeleteUser(input *DeleteUserInput) (*DeleteUserOutput, error) + func (c *MemoryDB) DeleteUserRequest(input *DeleteUserInput) (req *request.Request, output *DeleteUserOutput) + func (c *MemoryDB) DeleteUserWithContext(ctx aws.Context, input *DeleteUserInput, opts ...request.Option) (*DeleteUserOutput, error) + func (c *MemoryDB) DescribeACLs(input *DescribeACLsInput) (*DescribeACLsOutput, error) + func (c *MemoryDB) DescribeACLsPages(input *DescribeACLsInput, fn func(*DescribeACLsOutput, bool) bool) error + func (c *MemoryDB) DescribeACLsPagesWithContext(ctx aws.Context, input *DescribeACLsInput, ...) error + func (c *MemoryDB) DescribeACLsRequest(input *DescribeACLsInput) (req *request.Request, output *DescribeACLsOutput) + func (c *MemoryDB) DescribeACLsWithContext(ctx aws.Context, input *DescribeACLsInput, opts ...request.Option) (*DescribeACLsOutput, error) + func (c *MemoryDB) DescribeClusters(input *DescribeClustersInput) (*DescribeClustersOutput, error) + func (c *MemoryDB) DescribeClustersPages(input *DescribeClustersInput, fn func(*DescribeClustersOutput, bool) bool) error + func (c *MemoryDB) DescribeClustersPagesWithContext(ctx aws.Context, input *DescribeClustersInput, ...) error + func (c *MemoryDB) DescribeClustersRequest(input *DescribeClustersInput) (req *request.Request, output *DescribeClustersOutput) + func (c *MemoryDB) DescribeClustersWithContext(ctx aws.Context, input *DescribeClustersInput, opts ...request.Option) (*DescribeClustersOutput, error) + func (c *MemoryDB) DescribeEngineVersions(input *DescribeEngineVersionsInput) (*DescribeEngineVersionsOutput, error) + func (c *MemoryDB) DescribeEngineVersionsPages(input *DescribeEngineVersionsInput, ...) error + func (c *MemoryDB) DescribeEngineVersionsPagesWithContext(ctx aws.Context, input *DescribeEngineVersionsInput, ...) error + func (c *MemoryDB) DescribeEngineVersionsRequest(input *DescribeEngineVersionsInput) (req *request.Request, output *DescribeEngineVersionsOutput) + func (c *MemoryDB) DescribeEngineVersionsWithContext(ctx aws.Context, input *DescribeEngineVersionsInput, opts ...request.Option) (*DescribeEngineVersionsOutput, error) + func (c *MemoryDB) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error) + func (c *MemoryDB) DescribeEventsPages(input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool) error + func (c *MemoryDB) DescribeEventsPagesWithContext(ctx aws.Context, input *DescribeEventsInput, ...) error + func (c *MemoryDB) DescribeEventsRequest(input *DescribeEventsInput) (req *request.Request, output *DescribeEventsOutput) + func (c *MemoryDB) DescribeEventsWithContext(ctx aws.Context, input *DescribeEventsInput, opts ...request.Option) (*DescribeEventsOutput, error) + func (c *MemoryDB) DescribeParameterGroups(input *DescribeParameterGroupsInput) (*DescribeParameterGroupsOutput, error) + func (c *MemoryDB) DescribeParameterGroupsPages(input *DescribeParameterGroupsInput, ...) error + func (c *MemoryDB) DescribeParameterGroupsPagesWithContext(ctx aws.Context, input *DescribeParameterGroupsInput, ...) error + func (c *MemoryDB) DescribeParameterGroupsRequest(input *DescribeParameterGroupsInput) (req *request.Request, output *DescribeParameterGroupsOutput) + func (c *MemoryDB) DescribeParameterGroupsWithContext(ctx aws.Context, input *DescribeParameterGroupsInput, opts ...request.Option) (*DescribeParameterGroupsOutput, error) + func (c *MemoryDB) DescribeParameters(input *DescribeParametersInput) (*DescribeParametersOutput, error) + func (c *MemoryDB) DescribeParametersPages(input *DescribeParametersInput, fn func(*DescribeParametersOutput, bool) bool) error + func (c *MemoryDB) DescribeParametersPagesWithContext(ctx aws.Context, input *DescribeParametersInput, ...) error + func (c *MemoryDB) DescribeParametersRequest(input *DescribeParametersInput) (req *request.Request, output *DescribeParametersOutput) + func (c *MemoryDB) DescribeParametersWithContext(ctx aws.Context, input *DescribeParametersInput, opts ...request.Option) (*DescribeParametersOutput, error) + func (c *MemoryDB) DescribeReservedNodes(input *DescribeReservedNodesInput) (*DescribeReservedNodesOutput, error) + func (c *MemoryDB) DescribeReservedNodesOfferings(input *DescribeReservedNodesOfferingsInput) (*DescribeReservedNodesOfferingsOutput, error) + func (c *MemoryDB) DescribeReservedNodesOfferingsPages(input *DescribeReservedNodesOfferingsInput, ...) error + func (c *MemoryDB) DescribeReservedNodesOfferingsPagesWithContext(ctx aws.Context, input *DescribeReservedNodesOfferingsInput, ...) error + func (c *MemoryDB) DescribeReservedNodesOfferingsRequest(input *DescribeReservedNodesOfferingsInput) (req *request.Request, output *DescribeReservedNodesOfferingsOutput) + func (c *MemoryDB) DescribeReservedNodesOfferingsWithContext(ctx aws.Context, input *DescribeReservedNodesOfferingsInput, ...) (*DescribeReservedNodesOfferingsOutput, error) + func (c *MemoryDB) DescribeReservedNodesPages(input *DescribeReservedNodesInput, ...) error + func (c *MemoryDB) DescribeReservedNodesPagesWithContext(ctx aws.Context, input *DescribeReservedNodesInput, ...) error + func (c *MemoryDB) DescribeReservedNodesRequest(input *DescribeReservedNodesInput) (req *request.Request, output *DescribeReservedNodesOutput) + func (c *MemoryDB) DescribeReservedNodesWithContext(ctx aws.Context, input *DescribeReservedNodesInput, opts ...request.Option) (*DescribeReservedNodesOutput, error) + func (c *MemoryDB) DescribeServiceUpdates(input *DescribeServiceUpdatesInput) (*DescribeServiceUpdatesOutput, error) + func (c *MemoryDB) DescribeServiceUpdatesPages(input *DescribeServiceUpdatesInput, ...) error + func (c *MemoryDB) DescribeServiceUpdatesPagesWithContext(ctx aws.Context, input *DescribeServiceUpdatesInput, ...) error + func (c *MemoryDB) DescribeServiceUpdatesRequest(input *DescribeServiceUpdatesInput) (req *request.Request, output *DescribeServiceUpdatesOutput) + func (c *MemoryDB) DescribeServiceUpdatesWithContext(ctx aws.Context, input *DescribeServiceUpdatesInput, opts ...request.Option) (*DescribeServiceUpdatesOutput, error) + func (c *MemoryDB) DescribeSnapshots(input *DescribeSnapshotsInput) (*DescribeSnapshotsOutput, error) + func (c *MemoryDB) DescribeSnapshotsPages(input *DescribeSnapshotsInput, fn func(*DescribeSnapshotsOutput, bool) bool) error + func (c *MemoryDB) DescribeSnapshotsPagesWithContext(ctx aws.Context, input *DescribeSnapshotsInput, ...) error + func (c *MemoryDB) DescribeSnapshotsRequest(input *DescribeSnapshotsInput) (req *request.Request, output *DescribeSnapshotsOutput) + func (c *MemoryDB) DescribeSnapshotsWithContext(ctx aws.Context, input *DescribeSnapshotsInput, opts ...request.Option) (*DescribeSnapshotsOutput, error) + func (c *MemoryDB) DescribeSubnetGroups(input *DescribeSubnetGroupsInput) (*DescribeSubnetGroupsOutput, error) + func (c *MemoryDB) DescribeSubnetGroupsPages(input *DescribeSubnetGroupsInput, ...) error + func (c *MemoryDB) DescribeSubnetGroupsPagesWithContext(ctx aws.Context, input *DescribeSubnetGroupsInput, ...) error + func (c *MemoryDB) DescribeSubnetGroupsRequest(input *DescribeSubnetGroupsInput) (req *request.Request, output *DescribeSubnetGroupsOutput) + func (c *MemoryDB) DescribeSubnetGroupsWithContext(ctx aws.Context, input *DescribeSubnetGroupsInput, opts ...request.Option) (*DescribeSubnetGroupsOutput, error) + func (c *MemoryDB) DescribeUsers(input *DescribeUsersInput) (*DescribeUsersOutput, error) + func (c *MemoryDB) DescribeUsersPages(input *DescribeUsersInput, fn func(*DescribeUsersOutput, bool) bool) error + func (c *MemoryDB) DescribeUsersPagesWithContext(ctx aws.Context, input *DescribeUsersInput, ...) error + func (c *MemoryDB) DescribeUsersRequest(input *DescribeUsersInput) (req *request.Request, output *DescribeUsersOutput) + func (c *MemoryDB) DescribeUsersWithContext(ctx aws.Context, input *DescribeUsersInput, opts ...request.Option) (*DescribeUsersOutput, error) + func (c *MemoryDB) FailoverShard(input *FailoverShardInput) (*FailoverShardOutput, error) + func (c *MemoryDB) FailoverShardRequest(input *FailoverShardInput) (req *request.Request, output *FailoverShardOutput) + func (c *MemoryDB) FailoverShardWithContext(ctx aws.Context, input *FailoverShardInput, opts ...request.Option) (*FailoverShardOutput, error) + func (c *MemoryDB) ListAllowedNodeTypeUpdates(input *ListAllowedNodeTypeUpdatesInput) (*ListAllowedNodeTypeUpdatesOutput, error) + func (c *MemoryDB) ListAllowedNodeTypeUpdatesRequest(input *ListAllowedNodeTypeUpdatesInput) (req *request.Request, output *ListAllowedNodeTypeUpdatesOutput) + func (c *MemoryDB) ListAllowedNodeTypeUpdatesWithContext(ctx aws.Context, input *ListAllowedNodeTypeUpdatesInput, ...) (*ListAllowedNodeTypeUpdatesOutput, error) + func (c *MemoryDB) ListTags(input *ListTagsInput) (*ListTagsOutput, error) + func (c *MemoryDB) ListTagsRequest(input *ListTagsInput) (req *request.Request, output *ListTagsOutput) + func (c *MemoryDB) ListTagsWithContext(ctx aws.Context, input *ListTagsInput, opts ...request.Option) (*ListTagsOutput, error) + func (c *MemoryDB) PurchaseReservedNodesOffering(input *PurchaseReservedNodesOfferingInput) (*PurchaseReservedNodesOfferingOutput, error) + func (c *MemoryDB) PurchaseReservedNodesOfferingRequest(input *PurchaseReservedNodesOfferingInput) (req *request.Request, output *PurchaseReservedNodesOfferingOutput) + func (c *MemoryDB) PurchaseReservedNodesOfferingWithContext(ctx aws.Context, input *PurchaseReservedNodesOfferingInput, ...) (*PurchaseReservedNodesOfferingOutput, error) + func (c *MemoryDB) ResetParameterGroup(input *ResetParameterGroupInput) (*ResetParameterGroupOutput, error) + func (c *MemoryDB) ResetParameterGroupRequest(input *ResetParameterGroupInput) (req *request.Request, output *ResetParameterGroupOutput) + func (c *MemoryDB) ResetParameterGroupWithContext(ctx aws.Context, input *ResetParameterGroupInput, opts ...request.Option) (*ResetParameterGroupOutput, error) + func (c *MemoryDB) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *MemoryDB) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *MemoryDB) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *MemoryDB) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *MemoryDB) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *MemoryDB) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *MemoryDB) UpdateACL(input *UpdateACLInput) (*UpdateACLOutput, error) + func (c *MemoryDB) UpdateACLRequest(input *UpdateACLInput) (req *request.Request, output *UpdateACLOutput) + func (c *MemoryDB) UpdateACLWithContext(ctx aws.Context, input *UpdateACLInput, opts ...request.Option) (*UpdateACLOutput, error) + func (c *MemoryDB) UpdateCluster(input *UpdateClusterInput) (*UpdateClusterOutput, error) + func (c *MemoryDB) UpdateClusterRequest(input *UpdateClusterInput) (req *request.Request, output *UpdateClusterOutput) + func (c *MemoryDB) UpdateClusterWithContext(ctx aws.Context, input *UpdateClusterInput, opts ...request.Option) (*UpdateClusterOutput, error) + func (c *MemoryDB) UpdateParameterGroup(input *UpdateParameterGroupInput) (*UpdateParameterGroupOutput, error) + func (c *MemoryDB) UpdateParameterGroupRequest(input *UpdateParameterGroupInput) (req *request.Request, output *UpdateParameterGroupOutput) + func (c *MemoryDB) UpdateParameterGroupWithContext(ctx aws.Context, input *UpdateParameterGroupInput, opts ...request.Option) (*UpdateParameterGroupOutput, error) + func (c *MemoryDB) UpdateSubnetGroup(input *UpdateSubnetGroupInput) (*UpdateSubnetGroupOutput, error) + func (c *MemoryDB) UpdateSubnetGroupRequest(input *UpdateSubnetGroupInput) (req *request.Request, output *UpdateSubnetGroupOutput) + func (c *MemoryDB) UpdateSubnetGroupWithContext(ctx aws.Context, input *UpdateSubnetGroupInput, opts ...request.Option) (*UpdateSubnetGroupOutput, error) + func (c *MemoryDB) UpdateUser(input *UpdateUserInput) (*UpdateUserOutput, error) + func (c *MemoryDB) UpdateUserRequest(input *UpdateUserInput) (req *request.Request, output *UpdateUserOutput) + func (c *MemoryDB) UpdateUserWithContext(ctx aws.Context, input *UpdateUserInput, opts ...request.Option) (*UpdateUserOutput, error) + type NoOperationFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NoOperationFault) Code() string + func (s *NoOperationFault) Error() string + func (s *NoOperationFault) Message() string + func (s *NoOperationFault) OrigErr() error + func (s *NoOperationFault) RequestID() string + func (s *NoOperationFault) StatusCode() int + func (s NoOperationFault) GoString() string + func (s NoOperationFault) String() string + type Node struct + AvailabilityZone *string + CreateTime *time.Time + Endpoint *Endpoint + Name *string + Status *string + func (s *Node) SetAvailabilityZone(v string) *Node + func (s *Node) SetCreateTime(v time.Time) *Node + func (s *Node) SetEndpoint(v *Endpoint) *Node + func (s *Node) SetName(v string) *Node + func (s *Node) SetStatus(v string) *Node + func (s Node) GoString() string + func (s Node) String() string + type NodeQuotaForClusterExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NodeQuotaForClusterExceededFault) Code() string + func (s *NodeQuotaForClusterExceededFault) Error() string + func (s *NodeQuotaForClusterExceededFault) Message() string + func (s *NodeQuotaForClusterExceededFault) OrigErr() error + func (s *NodeQuotaForClusterExceededFault) RequestID() string + func (s *NodeQuotaForClusterExceededFault) StatusCode() int + func (s NodeQuotaForClusterExceededFault) GoString() string + func (s NodeQuotaForClusterExceededFault) String() string + type NodeQuotaForCustomerExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NodeQuotaForCustomerExceededFault) Code() string + func (s *NodeQuotaForCustomerExceededFault) Error() string + func (s *NodeQuotaForCustomerExceededFault) Message() string + func (s *NodeQuotaForCustomerExceededFault) OrigErr() error + func (s *NodeQuotaForCustomerExceededFault) RequestID() string + func (s *NodeQuotaForCustomerExceededFault) StatusCode() int + func (s NodeQuotaForCustomerExceededFault) GoString() string + func (s NodeQuotaForCustomerExceededFault) String() string + type Parameter struct + AllowedValues *string + DataType *string + Description *string + MinimumEngineVersion *string + Name *string + Value *string + func (s *Parameter) SetAllowedValues(v string) *Parameter + func (s *Parameter) SetDataType(v string) *Parameter + func (s *Parameter) SetDescription(v string) *Parameter + func (s *Parameter) SetMinimumEngineVersion(v string) *Parameter + func (s *Parameter) SetName(v string) *Parameter + func (s *Parameter) SetValue(v string) *Parameter + func (s Parameter) GoString() string + func (s Parameter) String() string + type ParameterGroup struct + ARN *string + Description *string + Family *string + Name *string + func (s *ParameterGroup) SetARN(v string) *ParameterGroup + func (s *ParameterGroup) SetDescription(v string) *ParameterGroup + func (s *ParameterGroup) SetFamily(v string) *ParameterGroup + func (s *ParameterGroup) SetName(v string) *ParameterGroup + func (s ParameterGroup) GoString() string + func (s ParameterGroup) String() string + type ParameterGroupAlreadyExistsFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ParameterGroupAlreadyExistsFault) Code() string + func (s *ParameterGroupAlreadyExistsFault) Error() string + func (s *ParameterGroupAlreadyExistsFault) Message() string + func (s *ParameterGroupAlreadyExistsFault) OrigErr() error + func (s *ParameterGroupAlreadyExistsFault) RequestID() string + func (s *ParameterGroupAlreadyExistsFault) StatusCode() int + func (s ParameterGroupAlreadyExistsFault) GoString() string + func (s ParameterGroupAlreadyExistsFault) String() string + type ParameterGroupNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ParameterGroupNotFoundFault) Code() string + func (s *ParameterGroupNotFoundFault) Error() string + func (s *ParameterGroupNotFoundFault) Message() string + func (s *ParameterGroupNotFoundFault) OrigErr() error + func (s *ParameterGroupNotFoundFault) RequestID() string + func (s *ParameterGroupNotFoundFault) StatusCode() int + func (s ParameterGroupNotFoundFault) GoString() string + func (s ParameterGroupNotFoundFault) String() string + type ParameterGroupQuotaExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ParameterGroupQuotaExceededFault) Code() string + func (s *ParameterGroupQuotaExceededFault) Error() string + func (s *ParameterGroupQuotaExceededFault) Message() string + func (s *ParameterGroupQuotaExceededFault) OrigErr() error + func (s *ParameterGroupQuotaExceededFault) RequestID() string + func (s *ParameterGroupQuotaExceededFault) StatusCode() int + func (s ParameterGroupQuotaExceededFault) GoString() string + func (s ParameterGroupQuotaExceededFault) String() string + type ParameterNameValue struct + ParameterName *string + ParameterValue *string + func (s *ParameterNameValue) SetParameterName(v string) *ParameterNameValue + func (s *ParameterNameValue) SetParameterValue(v string) *ParameterNameValue + func (s ParameterNameValue) GoString() string + func (s ParameterNameValue) String() string + type PendingModifiedServiceUpdate struct + ServiceUpdateName *string + Status *string + func (s *PendingModifiedServiceUpdate) SetServiceUpdateName(v string) *PendingModifiedServiceUpdate + func (s *PendingModifiedServiceUpdate) SetStatus(v string) *PendingModifiedServiceUpdate + func (s PendingModifiedServiceUpdate) GoString() string + func (s PendingModifiedServiceUpdate) String() string + type PurchaseReservedNodesOfferingInput struct + NodeCount *int64 + ReservationId *string + ReservedNodesOfferingId *string + Tags []*Tag + func (s *PurchaseReservedNodesOfferingInput) SetNodeCount(v int64) *PurchaseReservedNodesOfferingInput + func (s *PurchaseReservedNodesOfferingInput) SetReservationId(v string) *PurchaseReservedNodesOfferingInput + func (s *PurchaseReservedNodesOfferingInput) SetReservedNodesOfferingId(v string) *PurchaseReservedNodesOfferingInput + func (s *PurchaseReservedNodesOfferingInput) SetTags(v []*Tag) *PurchaseReservedNodesOfferingInput + func (s *PurchaseReservedNodesOfferingInput) Validate() error + func (s PurchaseReservedNodesOfferingInput) GoString() string + func (s PurchaseReservedNodesOfferingInput) String() string + type PurchaseReservedNodesOfferingOutput struct + ReservedNode *ReservedNode + func (s *PurchaseReservedNodesOfferingOutput) SetReservedNode(v *ReservedNode) *PurchaseReservedNodesOfferingOutput + func (s PurchaseReservedNodesOfferingOutput) GoString() string + func (s PurchaseReservedNodesOfferingOutput) String() string + type RecurringCharge struct + RecurringChargeAmount *float64 + RecurringChargeFrequency *string + func (s *RecurringCharge) SetRecurringChargeAmount(v float64) *RecurringCharge + func (s *RecurringCharge) SetRecurringChargeFrequency(v string) *RecurringCharge + func (s RecurringCharge) GoString() string + func (s RecurringCharge) String() string + type ReplicaConfigurationRequest struct + ReplicaCount *int64 + func (s *ReplicaConfigurationRequest) SetReplicaCount(v int64) *ReplicaConfigurationRequest + func (s ReplicaConfigurationRequest) GoString() string + func (s ReplicaConfigurationRequest) String() string + type ReservedNode struct + ARN *string + Duration *int64 + FixedPrice *float64 + NodeCount *int64 + NodeType *string + OfferingType *string + RecurringCharges []*RecurringCharge + ReservationId *string + ReservedNodesOfferingId *string + StartTime *time.Time + State *string + func (s *ReservedNode) SetARN(v string) *ReservedNode + func (s *ReservedNode) SetDuration(v int64) *ReservedNode + func (s *ReservedNode) SetFixedPrice(v float64) *ReservedNode + func (s *ReservedNode) SetNodeCount(v int64) *ReservedNode + func (s *ReservedNode) SetNodeType(v string) *ReservedNode + func (s *ReservedNode) SetOfferingType(v string) *ReservedNode + func (s *ReservedNode) SetRecurringCharges(v []*RecurringCharge) *ReservedNode + func (s *ReservedNode) SetReservationId(v string) *ReservedNode + func (s *ReservedNode) SetReservedNodesOfferingId(v string) *ReservedNode + func (s *ReservedNode) SetStartTime(v time.Time) *ReservedNode + func (s *ReservedNode) SetState(v string) *ReservedNode + func (s ReservedNode) GoString() string + func (s ReservedNode) String() string + type ReservedNodeAlreadyExistsFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ReservedNodeAlreadyExistsFault) Code() string + func (s *ReservedNodeAlreadyExistsFault) Error() string + func (s *ReservedNodeAlreadyExistsFault) Message() string + func (s *ReservedNodeAlreadyExistsFault) OrigErr() error + func (s *ReservedNodeAlreadyExistsFault) RequestID() string + func (s *ReservedNodeAlreadyExistsFault) StatusCode() int + func (s ReservedNodeAlreadyExistsFault) GoString() string + func (s ReservedNodeAlreadyExistsFault) String() string + type ReservedNodeNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ReservedNodeNotFoundFault) Code() string + func (s *ReservedNodeNotFoundFault) Error() string + func (s *ReservedNodeNotFoundFault) Message() string + func (s *ReservedNodeNotFoundFault) OrigErr() error + func (s *ReservedNodeNotFoundFault) RequestID() string + func (s *ReservedNodeNotFoundFault) StatusCode() int + func (s ReservedNodeNotFoundFault) GoString() string + func (s ReservedNodeNotFoundFault) String() string + type ReservedNodeQuotaExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ReservedNodeQuotaExceededFault) Code() string + func (s *ReservedNodeQuotaExceededFault) Error() string + func (s *ReservedNodeQuotaExceededFault) Message() string + func (s *ReservedNodeQuotaExceededFault) OrigErr() error + func (s *ReservedNodeQuotaExceededFault) RequestID() string + func (s *ReservedNodeQuotaExceededFault) StatusCode() int + func (s ReservedNodeQuotaExceededFault) GoString() string + func (s ReservedNodeQuotaExceededFault) String() string + type ReservedNodesOffering struct + Duration *int64 + FixedPrice *float64 + NodeType *string + OfferingType *string + RecurringCharges []*RecurringCharge + ReservedNodesOfferingId *string + func (s *ReservedNodesOffering) SetDuration(v int64) *ReservedNodesOffering + func (s *ReservedNodesOffering) SetFixedPrice(v float64) *ReservedNodesOffering + func (s *ReservedNodesOffering) SetNodeType(v string) *ReservedNodesOffering + func (s *ReservedNodesOffering) SetOfferingType(v string) *ReservedNodesOffering + func (s *ReservedNodesOffering) SetRecurringCharges(v []*RecurringCharge) *ReservedNodesOffering + func (s *ReservedNodesOffering) SetReservedNodesOfferingId(v string) *ReservedNodesOffering + func (s ReservedNodesOffering) GoString() string + func (s ReservedNodesOffering) String() string + type ReservedNodesOfferingNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ReservedNodesOfferingNotFoundFault) Code() string + func (s *ReservedNodesOfferingNotFoundFault) Error() string + func (s *ReservedNodesOfferingNotFoundFault) Message() string + func (s *ReservedNodesOfferingNotFoundFault) OrigErr() error + func (s *ReservedNodesOfferingNotFoundFault) RequestID() string + func (s *ReservedNodesOfferingNotFoundFault) StatusCode() int + func (s ReservedNodesOfferingNotFoundFault) GoString() string + func (s ReservedNodesOfferingNotFoundFault) String() string + type ResetParameterGroupInput struct + AllParameters *bool + ParameterGroupName *string + ParameterNames []*string + func (s *ResetParameterGroupInput) SetAllParameters(v bool) *ResetParameterGroupInput + func (s *ResetParameterGroupInput) SetParameterGroupName(v string) *ResetParameterGroupInput + func (s *ResetParameterGroupInput) SetParameterNames(v []*string) *ResetParameterGroupInput + func (s *ResetParameterGroupInput) Validate() error + func (s ResetParameterGroupInput) GoString() string + func (s ResetParameterGroupInput) String() string + type ResetParameterGroupOutput struct + ParameterGroup *ParameterGroup + func (s *ResetParameterGroupOutput) SetParameterGroup(v *ParameterGroup) *ResetParameterGroupOutput + func (s ResetParameterGroupOutput) GoString() string + func (s ResetParameterGroupOutput) String() string + type ReshardingStatus struct + SlotMigration *SlotMigration + func (s *ReshardingStatus) SetSlotMigration(v *SlotMigration) *ReshardingStatus + func (s ReshardingStatus) GoString() string + func (s ReshardingStatus) String() string + type SecurityGroupMembership struct + SecurityGroupId *string + Status *string + func (s *SecurityGroupMembership) SetSecurityGroupId(v string) *SecurityGroupMembership + func (s *SecurityGroupMembership) SetStatus(v string) *SecurityGroupMembership + func (s SecurityGroupMembership) GoString() string + func (s SecurityGroupMembership) String() string + type ServiceLinkedRoleNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceLinkedRoleNotFoundFault) Code() string + func (s *ServiceLinkedRoleNotFoundFault) Error() string + func (s *ServiceLinkedRoleNotFoundFault) Message() string + func (s *ServiceLinkedRoleNotFoundFault) OrigErr() error + func (s *ServiceLinkedRoleNotFoundFault) RequestID() string + func (s *ServiceLinkedRoleNotFoundFault) StatusCode() int + func (s ServiceLinkedRoleNotFoundFault) GoString() string + func (s ServiceLinkedRoleNotFoundFault) String() string + type ServiceUpdate struct + AutoUpdateStartDate *time.Time + ClusterName *string + Description *string + NodesUpdated *string + ReleaseDate *time.Time + ServiceUpdateName *string + Status *string + Type *string + func (s *ServiceUpdate) SetAutoUpdateStartDate(v time.Time) *ServiceUpdate + func (s *ServiceUpdate) SetClusterName(v string) *ServiceUpdate + func (s *ServiceUpdate) SetDescription(v string) *ServiceUpdate + func (s *ServiceUpdate) SetNodesUpdated(v string) *ServiceUpdate + func (s *ServiceUpdate) SetReleaseDate(v time.Time) *ServiceUpdate + func (s *ServiceUpdate) SetServiceUpdateName(v string) *ServiceUpdate + func (s *ServiceUpdate) SetStatus(v string) *ServiceUpdate + func (s *ServiceUpdate) SetType(v string) *ServiceUpdate + func (s ServiceUpdate) GoString() string + func (s ServiceUpdate) String() string + type ServiceUpdateNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceUpdateNotFoundFault) Code() string + func (s *ServiceUpdateNotFoundFault) Error() string + func (s *ServiceUpdateNotFoundFault) Message() string + func (s *ServiceUpdateNotFoundFault) OrigErr() error + func (s *ServiceUpdateNotFoundFault) RequestID() string + func (s *ServiceUpdateNotFoundFault) StatusCode() int + func (s ServiceUpdateNotFoundFault) GoString() string + func (s ServiceUpdateNotFoundFault) String() string + type ServiceUpdateRequest struct + ServiceUpdateNameToApply *string + func (s *ServiceUpdateRequest) SetServiceUpdateNameToApply(v string) *ServiceUpdateRequest + func (s ServiceUpdateRequest) GoString() string + func (s ServiceUpdateRequest) String() string + type Shard struct + Name *string + Nodes []*Node + NumberOfNodes *int64 + Slots *string + Status *string + func (s *Shard) SetName(v string) *Shard + func (s *Shard) SetNodes(v []*Node) *Shard + func (s *Shard) SetNumberOfNodes(v int64) *Shard + func (s *Shard) SetSlots(v string) *Shard + func (s *Shard) SetStatus(v string) *Shard + func (s Shard) GoString() string + func (s Shard) String() string + type ShardConfiguration struct + ReplicaCount *int64 + Slots *string + func (s *ShardConfiguration) SetReplicaCount(v int64) *ShardConfiguration + func (s *ShardConfiguration) SetSlots(v string) *ShardConfiguration + func (s ShardConfiguration) GoString() string + func (s ShardConfiguration) String() string + type ShardConfigurationRequest struct + ShardCount *int64 + func (s *ShardConfigurationRequest) SetShardCount(v int64) *ShardConfigurationRequest + func (s ShardConfigurationRequest) GoString() string + func (s ShardConfigurationRequest) String() string + type ShardDetail struct + Configuration *ShardConfiguration + Name *string + Size *string + SnapshotCreationTime *time.Time + func (s *ShardDetail) SetConfiguration(v *ShardConfiguration) *ShardDetail + func (s *ShardDetail) SetName(v string) *ShardDetail + func (s *ShardDetail) SetSize(v string) *ShardDetail + func (s *ShardDetail) SetSnapshotCreationTime(v time.Time) *ShardDetail + func (s ShardDetail) GoString() string + func (s ShardDetail) String() string + type ShardNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ShardNotFoundFault) Code() string + func (s *ShardNotFoundFault) Error() string + func (s *ShardNotFoundFault) Message() string + func (s *ShardNotFoundFault) OrigErr() error + func (s *ShardNotFoundFault) RequestID() string + func (s *ShardNotFoundFault) StatusCode() int + func (s ShardNotFoundFault) GoString() string + func (s ShardNotFoundFault) String() string + type ShardsPerClusterQuotaExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ShardsPerClusterQuotaExceededFault) Code() string + func (s *ShardsPerClusterQuotaExceededFault) Error() string + func (s *ShardsPerClusterQuotaExceededFault) Message() string + func (s *ShardsPerClusterQuotaExceededFault) OrigErr() error + func (s *ShardsPerClusterQuotaExceededFault) RequestID() string + func (s *ShardsPerClusterQuotaExceededFault) StatusCode() int + func (s ShardsPerClusterQuotaExceededFault) GoString() string + func (s ShardsPerClusterQuotaExceededFault) String() string + type SlotMigration struct + ProgressPercentage *float64 + func (s *SlotMigration) SetProgressPercentage(v float64) *SlotMigration + func (s SlotMigration) GoString() string + func (s SlotMigration) String() string + type Snapshot struct + ARN *string + ClusterConfiguration *ClusterConfiguration + DataTiering *string + KmsKeyId *string + Name *string + Source *string + Status *string + func (s *Snapshot) SetARN(v string) *Snapshot + func (s *Snapshot) SetClusterConfiguration(v *ClusterConfiguration) *Snapshot + func (s *Snapshot) SetDataTiering(v string) *Snapshot + func (s *Snapshot) SetKmsKeyId(v string) *Snapshot + func (s *Snapshot) SetName(v string) *Snapshot + func (s *Snapshot) SetSource(v string) *Snapshot + func (s *Snapshot) SetStatus(v string) *Snapshot + func (s Snapshot) GoString() string + func (s Snapshot) String() string + type SnapshotAlreadyExistsFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SnapshotAlreadyExistsFault) Code() string + func (s *SnapshotAlreadyExistsFault) Error() string + func (s *SnapshotAlreadyExistsFault) Message() string + func (s *SnapshotAlreadyExistsFault) OrigErr() error + func (s *SnapshotAlreadyExistsFault) RequestID() string + func (s *SnapshotAlreadyExistsFault) StatusCode() int + func (s SnapshotAlreadyExistsFault) GoString() string + func (s SnapshotAlreadyExistsFault) String() string + type SnapshotNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SnapshotNotFoundFault) Code() string + func (s *SnapshotNotFoundFault) Error() string + func (s *SnapshotNotFoundFault) Message() string + func (s *SnapshotNotFoundFault) OrigErr() error + func (s *SnapshotNotFoundFault) RequestID() string + func (s *SnapshotNotFoundFault) StatusCode() int + func (s SnapshotNotFoundFault) GoString() string + func (s SnapshotNotFoundFault) String() string + type SnapshotQuotaExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SnapshotQuotaExceededFault) Code() string + func (s *SnapshotQuotaExceededFault) Error() string + func (s *SnapshotQuotaExceededFault) Message() string + func (s *SnapshotQuotaExceededFault) OrigErr() error + func (s *SnapshotQuotaExceededFault) RequestID() string + func (s *SnapshotQuotaExceededFault) StatusCode() int + func (s SnapshotQuotaExceededFault) GoString() string + func (s SnapshotQuotaExceededFault) String() string + type Subnet struct + AvailabilityZone *AvailabilityZone + Identifier *string + func (s *Subnet) SetAvailabilityZone(v *AvailabilityZone) *Subnet + func (s *Subnet) SetIdentifier(v string) *Subnet + func (s Subnet) GoString() string + func (s Subnet) String() string + type SubnetGroup struct + ARN *string + Description *string + Name *string + Subnets []*Subnet + VpcId *string + func (s *SubnetGroup) SetARN(v string) *SubnetGroup + func (s *SubnetGroup) SetDescription(v string) *SubnetGroup + func (s *SubnetGroup) SetName(v string) *SubnetGroup + func (s *SubnetGroup) SetSubnets(v []*Subnet) *SubnetGroup + func (s *SubnetGroup) SetVpcId(v string) *SubnetGroup + func (s SubnetGroup) GoString() string + func (s SubnetGroup) String() string + type SubnetGroupAlreadyExistsFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SubnetGroupAlreadyExistsFault) Code() string + func (s *SubnetGroupAlreadyExistsFault) Error() string + func (s *SubnetGroupAlreadyExistsFault) Message() string + func (s *SubnetGroupAlreadyExistsFault) OrigErr() error + func (s *SubnetGroupAlreadyExistsFault) RequestID() string + func (s *SubnetGroupAlreadyExistsFault) StatusCode() int + func (s SubnetGroupAlreadyExistsFault) GoString() string + func (s SubnetGroupAlreadyExistsFault) String() string + type SubnetGroupInUseFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SubnetGroupInUseFault) Code() string + func (s *SubnetGroupInUseFault) Error() string + func (s *SubnetGroupInUseFault) Message() string + func (s *SubnetGroupInUseFault) OrigErr() error + func (s *SubnetGroupInUseFault) RequestID() string + func (s *SubnetGroupInUseFault) StatusCode() int + func (s SubnetGroupInUseFault) GoString() string + func (s SubnetGroupInUseFault) String() string + type SubnetGroupNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SubnetGroupNotFoundFault) Code() string + func (s *SubnetGroupNotFoundFault) Error() string + func (s *SubnetGroupNotFoundFault) Message() string + func (s *SubnetGroupNotFoundFault) OrigErr() error + func (s *SubnetGroupNotFoundFault) RequestID() string + func (s *SubnetGroupNotFoundFault) StatusCode() int + func (s SubnetGroupNotFoundFault) GoString() string + func (s SubnetGroupNotFoundFault) String() string + type SubnetGroupQuotaExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SubnetGroupQuotaExceededFault) Code() string + func (s *SubnetGroupQuotaExceededFault) Error() string + func (s *SubnetGroupQuotaExceededFault) Message() string + func (s *SubnetGroupQuotaExceededFault) OrigErr() error + func (s *SubnetGroupQuotaExceededFault) RequestID() string + func (s *SubnetGroupQuotaExceededFault) StatusCode() int + func (s SubnetGroupQuotaExceededFault) GoString() string + func (s SubnetGroupQuotaExceededFault) String() string + type SubnetInUse struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SubnetInUse) Code() string + func (s *SubnetInUse) Error() string + func (s *SubnetInUse) Message() string + func (s *SubnetInUse) OrigErr() error + func (s *SubnetInUse) RequestID() string + func (s *SubnetInUse) StatusCode() int + func (s SubnetInUse) GoString() string + func (s SubnetInUse) String() string + type SubnetNotAllowedFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SubnetNotAllowedFault) Code() string + func (s *SubnetNotAllowedFault) Error() string + func (s *SubnetNotAllowedFault) Message() string + func (s *SubnetNotAllowedFault) OrigErr() error + func (s *SubnetNotAllowedFault) RequestID() string + func (s *SubnetNotAllowedFault) StatusCode() int + func (s SubnetNotAllowedFault) GoString() string + func (s SubnetNotAllowedFault) String() string + type SubnetQuotaExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SubnetQuotaExceededFault) Code() string + func (s *SubnetQuotaExceededFault) Error() string + func (s *SubnetQuotaExceededFault) Message() string + func (s *SubnetQuotaExceededFault) OrigErr() error + func (s *SubnetQuotaExceededFault) RequestID() string + func (s *SubnetQuotaExceededFault) StatusCode() int + func (s SubnetQuotaExceededFault) GoString() string + func (s SubnetQuotaExceededFault) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s Tag) GoString() string + func (s Tag) String() string + type TagNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TagNotFoundFault) Code() string + func (s *TagNotFoundFault) Error() string + func (s *TagNotFoundFault) Message() string + func (s *TagNotFoundFault) OrigErr() error + func (s *TagNotFoundFault) RequestID() string + func (s *TagNotFoundFault) StatusCode() int + func (s TagNotFoundFault) GoString() string + func (s TagNotFoundFault) String() string + type TagQuotaPerResourceExceeded struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TagQuotaPerResourceExceeded) Code() string + func (s *TagQuotaPerResourceExceeded) Error() string + func (s *TagQuotaPerResourceExceeded) Message() string + func (s *TagQuotaPerResourceExceeded) OrigErr() error + func (s *TagQuotaPerResourceExceeded) RequestID() string + func (s *TagQuotaPerResourceExceeded) StatusCode() int + func (s TagQuotaPerResourceExceeded) GoString() string + func (s TagQuotaPerResourceExceeded) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + TagList []*Tag + func (s *TagResourceOutput) SetTagList(v []*Tag) *TagResourceOutput + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type TestFailoverNotAvailableFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TestFailoverNotAvailableFault) Code() string + func (s *TestFailoverNotAvailableFault) Error() string + func (s *TestFailoverNotAvailableFault) Message() string + func (s *TestFailoverNotAvailableFault) OrigErr() error + func (s *TestFailoverNotAvailableFault) RequestID() string + func (s *TestFailoverNotAvailableFault) StatusCode() int + func (s TestFailoverNotAvailableFault) GoString() string + func (s TestFailoverNotAvailableFault) String() string + type UnprocessedCluster struct + ClusterName *string + ErrorMessage *string + ErrorType *string + func (s *UnprocessedCluster) SetClusterName(v string) *UnprocessedCluster + func (s *UnprocessedCluster) SetErrorMessage(v string) *UnprocessedCluster + func (s *UnprocessedCluster) SetErrorType(v string) *UnprocessedCluster + func (s UnprocessedCluster) GoString() string + func (s UnprocessedCluster) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + TagList []*Tag + func (s *UntagResourceOutput) SetTagList(v []*Tag) *UntagResourceOutput + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateACLInput struct + ACLName *string + UserNamesToAdd []*string + UserNamesToRemove []*string + func (s *UpdateACLInput) SetACLName(v string) *UpdateACLInput + func (s *UpdateACLInput) SetUserNamesToAdd(v []*string) *UpdateACLInput + func (s *UpdateACLInput) SetUserNamesToRemove(v []*string) *UpdateACLInput + func (s *UpdateACLInput) Validate() error + func (s UpdateACLInput) GoString() string + func (s UpdateACLInput) String() string + type UpdateACLOutput struct + ACL *ACL + func (s *UpdateACLOutput) SetACL(v *ACL) *UpdateACLOutput + func (s UpdateACLOutput) GoString() string + func (s UpdateACLOutput) String() string + type UpdateClusterInput struct + ACLName *string + ClusterName *string + Description *string + EngineVersion *string + MaintenanceWindow *string + NodeType *string + ParameterGroupName *string + ReplicaConfiguration *ReplicaConfigurationRequest + SecurityGroupIds []*string + ShardConfiguration *ShardConfigurationRequest + SnapshotRetentionLimit *int64 + SnapshotWindow *string + SnsTopicArn *string + SnsTopicStatus *string + func (s *UpdateClusterInput) SetACLName(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetClusterName(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetDescription(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetEngineVersion(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetMaintenanceWindow(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetNodeType(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetParameterGroupName(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetReplicaConfiguration(v *ReplicaConfigurationRequest) *UpdateClusterInput + func (s *UpdateClusterInput) SetSecurityGroupIds(v []*string) *UpdateClusterInput + func (s *UpdateClusterInput) SetShardConfiguration(v *ShardConfigurationRequest) *UpdateClusterInput + func (s *UpdateClusterInput) SetSnapshotRetentionLimit(v int64) *UpdateClusterInput + func (s *UpdateClusterInput) SetSnapshotWindow(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetSnsTopicArn(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetSnsTopicStatus(v string) *UpdateClusterInput + func (s *UpdateClusterInput) Validate() error + func (s UpdateClusterInput) GoString() string + func (s UpdateClusterInput) String() string + type UpdateClusterOutput struct + Cluster *Cluster + func (s *UpdateClusterOutput) SetCluster(v *Cluster) *UpdateClusterOutput + func (s UpdateClusterOutput) GoString() string + func (s UpdateClusterOutput) String() string + type UpdateParameterGroupInput struct + ParameterGroupName *string + ParameterNameValues []*ParameterNameValue + func (s *UpdateParameterGroupInput) SetParameterGroupName(v string) *UpdateParameterGroupInput + func (s *UpdateParameterGroupInput) SetParameterNameValues(v []*ParameterNameValue) *UpdateParameterGroupInput + func (s *UpdateParameterGroupInput) Validate() error + func (s UpdateParameterGroupInput) GoString() string + func (s UpdateParameterGroupInput) String() string + type UpdateParameterGroupOutput struct + ParameterGroup *ParameterGroup + func (s *UpdateParameterGroupOutput) SetParameterGroup(v *ParameterGroup) *UpdateParameterGroupOutput + func (s UpdateParameterGroupOutput) GoString() string + func (s UpdateParameterGroupOutput) String() string + type UpdateSubnetGroupInput struct + Description *string + SubnetGroupName *string + SubnetIds []*string + func (s *UpdateSubnetGroupInput) SetDescription(v string) *UpdateSubnetGroupInput + func (s *UpdateSubnetGroupInput) SetSubnetGroupName(v string) *UpdateSubnetGroupInput + func (s *UpdateSubnetGroupInput) SetSubnetIds(v []*string) *UpdateSubnetGroupInput + func (s *UpdateSubnetGroupInput) Validate() error + func (s UpdateSubnetGroupInput) GoString() string + func (s UpdateSubnetGroupInput) String() string + type UpdateSubnetGroupOutput struct + SubnetGroup *SubnetGroup + func (s *UpdateSubnetGroupOutput) SetSubnetGroup(v *SubnetGroup) *UpdateSubnetGroupOutput + func (s UpdateSubnetGroupOutput) GoString() string + func (s UpdateSubnetGroupOutput) String() string + type UpdateUserInput struct + AccessString *string + AuthenticationMode *AuthenticationMode + UserName *string + func (s *UpdateUserInput) SetAccessString(v string) *UpdateUserInput + func (s *UpdateUserInput) SetAuthenticationMode(v *AuthenticationMode) *UpdateUserInput + func (s *UpdateUserInput) SetUserName(v string) *UpdateUserInput + func (s *UpdateUserInput) Validate() error + func (s UpdateUserInput) GoString() string + func (s UpdateUserInput) String() string + type UpdateUserOutput struct + User *User + func (s *UpdateUserOutput) SetUser(v *User) *UpdateUserOutput + func (s UpdateUserOutput) GoString() string + func (s UpdateUserOutput) String() string + type User struct + ACLNames []*string + ARN *string + AccessString *string + Authentication *Authentication + MinimumEngineVersion *string + Name *string + Status *string + func (s *User) SetACLNames(v []*string) *User + func (s *User) SetARN(v string) *User + func (s *User) SetAccessString(v string) *User + func (s *User) SetAuthentication(v *Authentication) *User + func (s *User) SetMinimumEngineVersion(v string) *User + func (s *User) SetName(v string) *User + func (s *User) SetStatus(v string) *User + func (s User) GoString() string + func (s User) String() string + type UserAlreadyExistsFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UserAlreadyExistsFault) Code() string + func (s *UserAlreadyExistsFault) Error() string + func (s *UserAlreadyExistsFault) Message() string + func (s *UserAlreadyExistsFault) OrigErr() error + func (s *UserAlreadyExistsFault) RequestID() string + func (s *UserAlreadyExistsFault) StatusCode() int + func (s UserAlreadyExistsFault) GoString() string + func (s UserAlreadyExistsFault) String() string + type UserNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UserNotFoundFault) Code() string + func (s *UserNotFoundFault) Error() string + func (s *UserNotFoundFault) Message() string + func (s *UserNotFoundFault) OrigErr() error + func (s *UserNotFoundFault) RequestID() string + func (s *UserNotFoundFault) StatusCode() int + func (s UserNotFoundFault) GoString() string + func (s UserNotFoundFault) String() string + type UserQuotaExceededFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UserQuotaExceededFault) Code() string + func (s *UserQuotaExceededFault) Error() string + func (s *UserQuotaExceededFault) Message() string + func (s *UserQuotaExceededFault) OrigErr() error + func (s *UserQuotaExceededFault) RequestID() string + func (s *UserQuotaExceededFault) StatusCode() int + func (s UserQuotaExceededFault) GoString() string + func (s UserQuotaExceededFault) String() string