Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const AuthPlainText + const AuthSecretArn + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const ServiceID + const ServiceName + const StatusActive + const StatusCreating + const StatusDeleting + const StatusInaccessibleEncryptionCreds + const StatusInvalidSecurityGroupId + const StatusInvalidSubnetId + const StatusIpAddressLimitExceeded + const StatusUpdating + const StatusVpcEndpointLimitExceeded + const ValidationExceptionReasonCannotParse + const ValidationExceptionReasonFieldValidationFailed + const ValidationExceptionReasonOther + const ValidationExceptionReasonUnknownOperation + func Auth_Values() []string + func Status_Values() []string + func ValidationExceptionReason_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type Cluster struct + AdminUserName *string + AuthType *string + ClusterArn *string + ClusterEndpoint *string + ClusterName *string + CreateTime *string + KmsKeyId *string + PreferredMaintenanceWindow *string + ShardCapacity *int64 + ShardCount *int64 + Status *string + SubnetIds []*string + VpcSecurityGroupIds []*string + func (s *Cluster) SetAdminUserName(v string) *Cluster + func (s *Cluster) SetAuthType(v string) *Cluster + func (s *Cluster) SetClusterArn(v string) *Cluster + func (s *Cluster) SetClusterEndpoint(v string) *Cluster + func (s *Cluster) SetClusterName(v string) *Cluster + func (s *Cluster) SetCreateTime(v string) *Cluster + func (s *Cluster) SetKmsKeyId(v string) *Cluster + func (s *Cluster) SetPreferredMaintenanceWindow(v string) *Cluster + func (s *Cluster) SetShardCapacity(v int64) *Cluster + func (s *Cluster) SetShardCount(v int64) *Cluster + func (s *Cluster) SetStatus(v string) *Cluster + func (s *Cluster) SetSubnetIds(v []*string) *Cluster + func (s *Cluster) SetVpcSecurityGroupIds(v []*string) *Cluster + func (s Cluster) GoString() string + func (s Cluster) String() string + type ClusterInList struct + ClusterArn *string + ClusterName *string + Status *string + func (s *ClusterInList) SetClusterArn(v string) *ClusterInList + func (s *ClusterInList) SetClusterName(v string) *ClusterInList + func (s *ClusterInList) SetStatus(v string) *ClusterInList + func (s ClusterInList) GoString() string + func (s ClusterInList) String() string + type ClusterSnapshot struct + AdminUserName *string + ClusterArn *string + ClusterCreationTime *string + KmsKeyId *string + SnapshotArn *string + SnapshotCreationTime *string + SnapshotName *string + Status *string + SubnetIds []*string + VpcSecurityGroupIds []*string + func (s *ClusterSnapshot) SetAdminUserName(v string) *ClusterSnapshot + func (s *ClusterSnapshot) SetClusterArn(v string) *ClusterSnapshot + func (s *ClusterSnapshot) SetClusterCreationTime(v string) *ClusterSnapshot + func (s *ClusterSnapshot) SetKmsKeyId(v string) *ClusterSnapshot + func (s *ClusterSnapshot) SetSnapshotArn(v string) *ClusterSnapshot + func (s *ClusterSnapshot) SetSnapshotCreationTime(v string) *ClusterSnapshot + func (s *ClusterSnapshot) SetSnapshotName(v string) *ClusterSnapshot + func (s *ClusterSnapshot) SetStatus(v string) *ClusterSnapshot + func (s *ClusterSnapshot) SetSubnetIds(v []*string) *ClusterSnapshot + func (s *ClusterSnapshot) SetVpcSecurityGroupIds(v []*string) *ClusterSnapshot + func (s ClusterSnapshot) GoString() string + func (s ClusterSnapshot) String() string + type ClusterSnapshotInList struct + ClusterArn *string + SnapshotArn *string + SnapshotCreationTime *string + SnapshotName *string + Status *string + func (s *ClusterSnapshotInList) SetClusterArn(v string) *ClusterSnapshotInList + func (s *ClusterSnapshotInList) SetSnapshotArn(v string) *ClusterSnapshotInList + func (s *ClusterSnapshotInList) SetSnapshotCreationTime(v string) *ClusterSnapshotInList + func (s *ClusterSnapshotInList) SetSnapshotName(v string) *ClusterSnapshotInList + func (s *ClusterSnapshotInList) SetStatus(v string) *ClusterSnapshotInList + func (s ClusterSnapshotInList) GoString() string + func (s ClusterSnapshotInList) String() string + type ConflictException struct + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateClusterInput struct + AdminUserName *string + AdminUserPassword *string + AuthType *string + ClientToken *string + ClusterName *string + KmsKeyId *string + PreferredMaintenanceWindow *string + ShardCapacity *int64 + ShardCount *int64 + SubnetIds []*string + Tags map[string]*string + VpcSecurityGroupIds []*string + func (s *CreateClusterInput) SetAdminUserName(v string) *CreateClusterInput + func (s *CreateClusterInput) SetAdminUserPassword(v string) *CreateClusterInput + func (s *CreateClusterInput) SetAuthType(v string) *CreateClusterInput + func (s *CreateClusterInput) SetClientToken(v string) *CreateClusterInput + func (s *CreateClusterInput) SetClusterName(v string) *CreateClusterInput + func (s *CreateClusterInput) SetKmsKeyId(v string) *CreateClusterInput + func (s *CreateClusterInput) SetPreferredMaintenanceWindow(v string) *CreateClusterInput + func (s *CreateClusterInput) SetShardCapacity(v int64) *CreateClusterInput + func (s *CreateClusterInput) SetShardCount(v int64) *CreateClusterInput + func (s *CreateClusterInput) SetSubnetIds(v []*string) *CreateClusterInput + func (s *CreateClusterInput) SetTags(v map[string]*string) *CreateClusterInput + func (s *CreateClusterInput) SetVpcSecurityGroupIds(v []*string) *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 CreateClusterSnapshotInput struct + ClusterArn *string + SnapshotName *string + Tags map[string]*string + func (s *CreateClusterSnapshotInput) SetClusterArn(v string) *CreateClusterSnapshotInput + func (s *CreateClusterSnapshotInput) SetSnapshotName(v string) *CreateClusterSnapshotInput + func (s *CreateClusterSnapshotInput) SetTags(v map[string]*string) *CreateClusterSnapshotInput + func (s *CreateClusterSnapshotInput) Validate() error + func (s CreateClusterSnapshotInput) GoString() string + func (s CreateClusterSnapshotInput) String() string + type CreateClusterSnapshotOutput struct + Snapshot *ClusterSnapshot + func (s *CreateClusterSnapshotOutput) SetSnapshot(v *ClusterSnapshot) *CreateClusterSnapshotOutput + func (s CreateClusterSnapshotOutput) GoString() string + func (s CreateClusterSnapshotOutput) String() string + type DeleteClusterInput struct + ClusterArn *string + func (s *DeleteClusterInput) SetClusterArn(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 DeleteClusterSnapshotInput struct + SnapshotArn *string + func (s *DeleteClusterSnapshotInput) SetSnapshotArn(v string) *DeleteClusterSnapshotInput + func (s *DeleteClusterSnapshotInput) Validate() error + func (s DeleteClusterSnapshotInput) GoString() string + func (s DeleteClusterSnapshotInput) String() string + type DeleteClusterSnapshotOutput struct + Snapshot *ClusterSnapshot + func (s *DeleteClusterSnapshotOutput) SetSnapshot(v *ClusterSnapshot) *DeleteClusterSnapshotOutput + func (s DeleteClusterSnapshotOutput) GoString() string + func (s DeleteClusterSnapshotOutput) String() string + type DocDBElastic struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *DocDBElastic + func (c *DocDBElastic) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error) + func (c *DocDBElastic) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput) + func (c *DocDBElastic) CreateClusterSnapshot(input *CreateClusterSnapshotInput) (*CreateClusterSnapshotOutput, error) + func (c *DocDBElastic) CreateClusterSnapshotRequest(input *CreateClusterSnapshotInput) (req *request.Request, output *CreateClusterSnapshotOutput) + func (c *DocDBElastic) CreateClusterSnapshotWithContext(ctx aws.Context, input *CreateClusterSnapshotInput, opts ...request.Option) (*CreateClusterSnapshotOutput, error) + func (c *DocDBElastic) CreateClusterWithContext(ctx aws.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error) + func (c *DocDBElastic) DeleteCluster(input *DeleteClusterInput) (*DeleteClusterOutput, error) + func (c *DocDBElastic) DeleteClusterRequest(input *DeleteClusterInput) (req *request.Request, output *DeleteClusterOutput) + func (c *DocDBElastic) DeleteClusterSnapshot(input *DeleteClusterSnapshotInput) (*DeleteClusterSnapshotOutput, error) + func (c *DocDBElastic) DeleteClusterSnapshotRequest(input *DeleteClusterSnapshotInput) (req *request.Request, output *DeleteClusterSnapshotOutput) + func (c *DocDBElastic) DeleteClusterSnapshotWithContext(ctx aws.Context, input *DeleteClusterSnapshotInput, opts ...request.Option) (*DeleteClusterSnapshotOutput, error) + func (c *DocDBElastic) DeleteClusterWithContext(ctx aws.Context, input *DeleteClusterInput, opts ...request.Option) (*DeleteClusterOutput, error) + func (c *DocDBElastic) GetCluster(input *GetClusterInput) (*GetClusterOutput, error) + func (c *DocDBElastic) GetClusterRequest(input *GetClusterInput) (req *request.Request, output *GetClusterOutput) + func (c *DocDBElastic) GetClusterSnapshot(input *GetClusterSnapshotInput) (*GetClusterSnapshotOutput, error) + func (c *DocDBElastic) GetClusterSnapshotRequest(input *GetClusterSnapshotInput) (req *request.Request, output *GetClusterSnapshotOutput) + func (c *DocDBElastic) GetClusterSnapshotWithContext(ctx aws.Context, input *GetClusterSnapshotInput, opts ...request.Option) (*GetClusterSnapshotOutput, error) + func (c *DocDBElastic) GetClusterWithContext(ctx aws.Context, input *GetClusterInput, opts ...request.Option) (*GetClusterOutput, error) + func (c *DocDBElastic) ListClusterSnapshots(input *ListClusterSnapshotsInput) (*ListClusterSnapshotsOutput, error) + func (c *DocDBElastic) ListClusterSnapshotsPages(input *ListClusterSnapshotsInput, ...) error + func (c *DocDBElastic) ListClusterSnapshotsPagesWithContext(ctx aws.Context, input *ListClusterSnapshotsInput, ...) error + func (c *DocDBElastic) ListClusterSnapshotsRequest(input *ListClusterSnapshotsInput) (req *request.Request, output *ListClusterSnapshotsOutput) + func (c *DocDBElastic) ListClusterSnapshotsWithContext(ctx aws.Context, input *ListClusterSnapshotsInput, opts ...request.Option) (*ListClusterSnapshotsOutput, error) + func (c *DocDBElastic) ListClusters(input *ListClustersInput) (*ListClustersOutput, error) + func (c *DocDBElastic) ListClustersPages(input *ListClustersInput, fn func(*ListClustersOutput, bool) bool) error + func (c *DocDBElastic) ListClustersPagesWithContext(ctx aws.Context, input *ListClustersInput, ...) error + func (c *DocDBElastic) ListClustersRequest(input *ListClustersInput) (req *request.Request, output *ListClustersOutput) + func (c *DocDBElastic) ListClustersWithContext(ctx aws.Context, input *ListClustersInput, opts ...request.Option) (*ListClustersOutput, error) + func (c *DocDBElastic) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *DocDBElastic) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *DocDBElastic) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *DocDBElastic) RestoreClusterFromSnapshot(input *RestoreClusterFromSnapshotInput) (*RestoreClusterFromSnapshotOutput, error) + func (c *DocDBElastic) RestoreClusterFromSnapshotRequest(input *RestoreClusterFromSnapshotInput) (req *request.Request, output *RestoreClusterFromSnapshotOutput) + func (c *DocDBElastic) RestoreClusterFromSnapshotWithContext(ctx aws.Context, input *RestoreClusterFromSnapshotInput, ...) (*RestoreClusterFromSnapshotOutput, error) + func (c *DocDBElastic) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *DocDBElastic) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *DocDBElastic) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *DocDBElastic) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *DocDBElastic) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *DocDBElastic) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *DocDBElastic) UpdateCluster(input *UpdateClusterInput) (*UpdateClusterOutput, error) + func (c *DocDBElastic) UpdateClusterRequest(input *UpdateClusterInput) (req *request.Request, output *UpdateClusterOutput) + func (c *DocDBElastic) UpdateClusterWithContext(ctx aws.Context, input *UpdateClusterInput, opts ...request.Option) (*UpdateClusterOutput, error) + type GetClusterInput struct + ClusterArn *string + func (s *GetClusterInput) SetClusterArn(v string) *GetClusterInput + func (s *GetClusterInput) Validate() error + func (s GetClusterInput) GoString() string + func (s GetClusterInput) String() string + type GetClusterOutput struct + Cluster *Cluster + func (s *GetClusterOutput) SetCluster(v *Cluster) *GetClusterOutput + func (s GetClusterOutput) GoString() string + func (s GetClusterOutput) String() string + type GetClusterSnapshotInput struct + SnapshotArn *string + func (s *GetClusterSnapshotInput) SetSnapshotArn(v string) *GetClusterSnapshotInput + func (s *GetClusterSnapshotInput) Validate() error + func (s GetClusterSnapshotInput) GoString() string + func (s GetClusterSnapshotInput) String() string + type GetClusterSnapshotOutput struct + Snapshot *ClusterSnapshot + func (s *GetClusterSnapshotOutput) SetSnapshot(v *ClusterSnapshot) *GetClusterSnapshotOutput + func (s GetClusterSnapshotOutput) GoString() string + func (s GetClusterSnapshotOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListClusterSnapshotsInput struct + ClusterArn *string + MaxResults *int64 + NextToken *string + func (s *ListClusterSnapshotsInput) SetClusterArn(v string) *ListClusterSnapshotsInput + func (s *ListClusterSnapshotsInput) SetMaxResults(v int64) *ListClusterSnapshotsInput + func (s *ListClusterSnapshotsInput) SetNextToken(v string) *ListClusterSnapshotsInput + func (s *ListClusterSnapshotsInput) Validate() error + func (s ListClusterSnapshotsInput) GoString() string + func (s ListClusterSnapshotsInput) String() string + type ListClusterSnapshotsOutput struct + NextToken *string + Snapshots []*ClusterSnapshotInList + func (s *ListClusterSnapshotsOutput) SetNextToken(v string) *ListClusterSnapshotsOutput + func (s *ListClusterSnapshotsOutput) SetSnapshots(v []*ClusterSnapshotInList) *ListClusterSnapshotsOutput + func (s ListClusterSnapshotsOutput) GoString() string + func (s ListClusterSnapshotsOutput) String() string + type ListClustersInput struct + MaxResults *int64 + NextToken *string + func (s *ListClustersInput) SetMaxResults(v int64) *ListClustersInput + func (s *ListClustersInput) SetNextToken(v string) *ListClustersInput + func (s *ListClustersInput) Validate() error + func (s ListClustersInput) GoString() string + func (s ListClustersInput) String() string + type ListClustersOutput struct + Clusters []*ClusterInList + NextToken *string + func (s *ListClustersOutput) SetClusters(v []*ClusterInList) *ListClustersOutput + func (s *ListClustersOutput) SetNextToken(v string) *ListClustersOutput + func (s ListClustersOutput) GoString() string + func (s ListClustersOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type RestoreClusterFromSnapshotInput struct + ClusterName *string + KmsKeyId *string + SnapshotArn *string + SubnetIds []*string + Tags map[string]*string + VpcSecurityGroupIds []*string + func (s *RestoreClusterFromSnapshotInput) SetClusterName(v string) *RestoreClusterFromSnapshotInput + func (s *RestoreClusterFromSnapshotInput) SetKmsKeyId(v string) *RestoreClusterFromSnapshotInput + func (s *RestoreClusterFromSnapshotInput) SetSnapshotArn(v string) *RestoreClusterFromSnapshotInput + func (s *RestoreClusterFromSnapshotInput) SetSubnetIds(v []*string) *RestoreClusterFromSnapshotInput + func (s *RestoreClusterFromSnapshotInput) SetTags(v map[string]*string) *RestoreClusterFromSnapshotInput + func (s *RestoreClusterFromSnapshotInput) SetVpcSecurityGroupIds(v []*string) *RestoreClusterFromSnapshotInput + func (s *RestoreClusterFromSnapshotInput) Validate() error + func (s RestoreClusterFromSnapshotInput) GoString() string + func (s RestoreClusterFromSnapshotInput) String() string + type RestoreClusterFromSnapshotOutput struct + Cluster *Cluster + func (s *RestoreClusterFromSnapshotOutput) SetCluster(v *Cluster) *RestoreClusterFromSnapshotOutput + func (s RestoreClusterFromSnapshotOutput) GoString() string + func (s RestoreClusterFromSnapshotOutput) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + RetryAfterSeconds *int64 + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) 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 + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateClusterInput struct + AdminUserPassword *string + AuthType *string + ClientToken *string + ClusterArn *string + PreferredMaintenanceWindow *string + ShardCapacity *int64 + ShardCount *int64 + SubnetIds []*string + VpcSecurityGroupIds []*string + func (s *UpdateClusterInput) SetAdminUserPassword(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetAuthType(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetClientToken(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetClusterArn(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetPreferredMaintenanceWindow(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetShardCapacity(v int64) *UpdateClusterInput + func (s *UpdateClusterInput) SetShardCount(v int64) *UpdateClusterInput + func (s *UpdateClusterInput) SetSubnetIds(v []*string) *UpdateClusterInput + func (s *UpdateClusterInput) SetVpcSecurityGroupIds(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 ValidationException struct + FieldList []*ValidationExceptionField + Message_ *string + Reason *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type ValidationExceptionField struct + Message *string + Name *string + func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField + func (s *ValidationExceptionField) SetName(v string) *ValidationExceptionField + func (s ValidationExceptionField) GoString() string + func (s ValidationExceptionField) String() string