Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const ChangeTypeImmediate + const ChangeTypeRequiresReboot + const ClusterEndpointEncryptionTypeNone + const ClusterEndpointEncryptionTypeTls + const EndpointsID + const ErrCodeClusterAlreadyExistsFault + const ErrCodeClusterNotFoundFault + const ErrCodeClusterQuotaForCustomerExceededFault + const ErrCodeInsufficientClusterCapacityFault + const ErrCodeInvalidARNFault + const ErrCodeInvalidClusterStateFault + const ErrCodeInvalidParameterCombinationException + const ErrCodeInvalidParameterGroupStateFault + const ErrCodeInvalidParameterValueException + const ErrCodeInvalidSubnet + const ErrCodeInvalidVPCNetworkStateFault + const ErrCodeNodeNotFoundFault + const ErrCodeNodeQuotaForClusterExceededFault + const ErrCodeNodeQuotaForCustomerExceededFault + const ErrCodeParameterGroupAlreadyExistsFault + const ErrCodeParameterGroupNotFoundFault + const ErrCodeParameterGroupQuotaExceededFault + const ErrCodeServiceLinkedRoleNotFoundFault + const ErrCodeServiceQuotaExceededException + const ErrCodeSubnetGroupAlreadyExistsFault + const ErrCodeSubnetGroupInUseFault + const ErrCodeSubnetGroupNotFoundFault + const ErrCodeSubnetGroupQuotaExceededFault + const ErrCodeSubnetInUse + const ErrCodeSubnetQuotaExceededFault + const ErrCodeTagNotFoundFault + const ErrCodeTagQuotaPerResourceExceeded + const IsModifiableConditional + const IsModifiableFalse + const IsModifiableTrue + const ParameterTypeDefault + const ParameterTypeNodeTypeSpecific + const SSEStatusDisabled + const SSEStatusDisabling + const SSEStatusEnabled + const SSEStatusEnabling + const ServiceID + const ServiceName + const SourceTypeCluster + const SourceTypeParameterGroup + const SourceTypeSubnetGroup + func ChangeType_Values() []string + func ClusterEndpointEncryptionType_Values() []string + func IsModifiable_Values() []string + func ParameterType_Values() []string + func SSEStatus_Values() []string + func SourceType_Values() []string + type Cluster struct + ActiveNodes *int64 + ClusterArn *string + ClusterDiscoveryEndpoint *Endpoint + ClusterEndpointEncryptionType *string + ClusterName *string + Description *string + IamRoleArn *string + NodeIdsToRemove []*string + NodeType *string + Nodes []*Node + NotificationConfiguration *NotificationConfiguration + ParameterGroup *ParameterGroupStatus + PreferredMaintenanceWindow *string + SSEDescription *SSEDescription + SecurityGroups []*SecurityGroupMembership + Status *string + SubnetGroup *string + TotalNodes *int64 + func (s *Cluster) SetActiveNodes(v int64) *Cluster + func (s *Cluster) SetClusterArn(v string) *Cluster + func (s *Cluster) SetClusterDiscoveryEndpoint(v *Endpoint) *Cluster + func (s *Cluster) SetClusterEndpointEncryptionType(v string) *Cluster + func (s *Cluster) SetClusterName(v string) *Cluster + func (s *Cluster) SetDescription(v string) *Cluster + func (s *Cluster) SetIamRoleArn(v string) *Cluster + func (s *Cluster) SetNodeIdsToRemove(v []*string) *Cluster + func (s *Cluster) SetNodeType(v string) *Cluster + func (s *Cluster) SetNodes(v []*Node) *Cluster + func (s *Cluster) SetNotificationConfiguration(v *NotificationConfiguration) *Cluster + func (s *Cluster) SetParameterGroup(v *ParameterGroupStatus) *Cluster + func (s *Cluster) SetPreferredMaintenanceWindow(v string) *Cluster + func (s *Cluster) SetSSEDescription(v *SSEDescription) *Cluster + func (s *Cluster) SetSecurityGroups(v []*SecurityGroupMembership) *Cluster + func (s *Cluster) SetStatus(v string) *Cluster + func (s *Cluster) SetSubnetGroup(v string) *Cluster + func (s *Cluster) SetTotalNodes(v int64) *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 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 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 CreateClusterInput struct + AvailabilityZones []*string + ClusterEndpointEncryptionType *string + ClusterName *string + Description *string + IamRoleArn *string + NodeType *string + NotificationTopicArn *string + ParameterGroupName *string + PreferredMaintenanceWindow *string + ReplicationFactor *int64 + SSESpecification *SSESpecification + SecurityGroupIds []*string + SubnetGroupName *string + Tags []*Tag + func (s *CreateClusterInput) SetAvailabilityZones(v []*string) *CreateClusterInput + func (s *CreateClusterInput) SetClusterEndpointEncryptionType(v string) *CreateClusterInput + func (s *CreateClusterInput) SetClusterName(v string) *CreateClusterInput + func (s *CreateClusterInput) SetDescription(v string) *CreateClusterInput + func (s *CreateClusterInput) SetIamRoleArn(v string) *CreateClusterInput + func (s *CreateClusterInput) SetNodeType(v string) *CreateClusterInput + func (s *CreateClusterInput) SetNotificationTopicArn(v string) *CreateClusterInput + func (s *CreateClusterInput) SetParameterGroupName(v string) *CreateClusterInput + func (s *CreateClusterInput) SetPreferredMaintenanceWindow(v string) *CreateClusterInput + func (s *CreateClusterInput) SetReplicationFactor(v int64) *CreateClusterInput + func (s *CreateClusterInput) SetSSESpecification(v *SSESpecification) *CreateClusterInput + func (s *CreateClusterInput) SetSecurityGroupIds(v []*string) *CreateClusterInput + func (s *CreateClusterInput) SetSubnetGroupName(v string) *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 + ParameterGroupName *string + func (s *CreateParameterGroupInput) SetDescription(v string) *CreateParameterGroupInput + func (s *CreateParameterGroupInput) SetParameterGroupName(v string) *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 CreateSubnetGroupInput struct + Description *string + SubnetGroupName *string + SubnetIds []*string + func (s *CreateSubnetGroupInput) SetDescription(v string) *CreateSubnetGroupInput + func (s *CreateSubnetGroupInput) SetSubnetGroupName(v string) *CreateSubnetGroupInput + func (s *CreateSubnetGroupInput) SetSubnetIds(v []*string) *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 DAX struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *DAX + func (c *DAX) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error) + func (c *DAX) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput) + func (c *DAX) CreateClusterWithContext(ctx aws.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error) + func (c *DAX) CreateParameterGroup(input *CreateParameterGroupInput) (*CreateParameterGroupOutput, error) + func (c *DAX) CreateParameterGroupRequest(input *CreateParameterGroupInput) (req *request.Request, output *CreateParameterGroupOutput) + func (c *DAX) CreateParameterGroupWithContext(ctx aws.Context, input *CreateParameterGroupInput, opts ...request.Option) (*CreateParameterGroupOutput, error) + func (c *DAX) CreateSubnetGroup(input *CreateSubnetGroupInput) (*CreateSubnetGroupOutput, error) + func (c *DAX) CreateSubnetGroupRequest(input *CreateSubnetGroupInput) (req *request.Request, output *CreateSubnetGroupOutput) + func (c *DAX) CreateSubnetGroupWithContext(ctx aws.Context, input *CreateSubnetGroupInput, opts ...request.Option) (*CreateSubnetGroupOutput, error) + func (c *DAX) DecreaseReplicationFactor(input *DecreaseReplicationFactorInput) (*DecreaseReplicationFactorOutput, error) + func (c *DAX) DecreaseReplicationFactorRequest(input *DecreaseReplicationFactorInput) (req *request.Request, output *DecreaseReplicationFactorOutput) + func (c *DAX) DecreaseReplicationFactorWithContext(ctx aws.Context, input *DecreaseReplicationFactorInput, opts ...request.Option) (*DecreaseReplicationFactorOutput, error) + func (c *DAX) DeleteCluster(input *DeleteClusterInput) (*DeleteClusterOutput, error) + func (c *DAX) DeleteClusterRequest(input *DeleteClusterInput) (req *request.Request, output *DeleteClusterOutput) + func (c *DAX) DeleteClusterWithContext(ctx aws.Context, input *DeleteClusterInput, opts ...request.Option) (*DeleteClusterOutput, error) + func (c *DAX) DeleteParameterGroup(input *DeleteParameterGroupInput) (*DeleteParameterGroupOutput, error) + func (c *DAX) DeleteParameterGroupRequest(input *DeleteParameterGroupInput) (req *request.Request, output *DeleteParameterGroupOutput) + func (c *DAX) DeleteParameterGroupWithContext(ctx aws.Context, input *DeleteParameterGroupInput, opts ...request.Option) (*DeleteParameterGroupOutput, error) + func (c *DAX) DeleteSubnetGroup(input *DeleteSubnetGroupInput) (*DeleteSubnetGroupOutput, error) + func (c *DAX) DeleteSubnetGroupRequest(input *DeleteSubnetGroupInput) (req *request.Request, output *DeleteSubnetGroupOutput) + func (c *DAX) DeleteSubnetGroupWithContext(ctx aws.Context, input *DeleteSubnetGroupInput, opts ...request.Option) (*DeleteSubnetGroupOutput, error) + func (c *DAX) DescribeClusters(input *DescribeClustersInput) (*DescribeClustersOutput, error) + func (c *DAX) DescribeClustersRequest(input *DescribeClustersInput) (req *request.Request, output *DescribeClustersOutput) + func (c *DAX) DescribeClustersWithContext(ctx aws.Context, input *DescribeClustersInput, opts ...request.Option) (*DescribeClustersOutput, error) + func (c *DAX) DescribeDefaultParameters(input *DescribeDefaultParametersInput) (*DescribeDefaultParametersOutput, error) + func (c *DAX) DescribeDefaultParametersRequest(input *DescribeDefaultParametersInput) (req *request.Request, output *DescribeDefaultParametersOutput) + func (c *DAX) DescribeDefaultParametersWithContext(ctx aws.Context, input *DescribeDefaultParametersInput, opts ...request.Option) (*DescribeDefaultParametersOutput, error) + func (c *DAX) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error) + func (c *DAX) DescribeEventsRequest(input *DescribeEventsInput) (req *request.Request, output *DescribeEventsOutput) + func (c *DAX) DescribeEventsWithContext(ctx aws.Context, input *DescribeEventsInput, opts ...request.Option) (*DescribeEventsOutput, error) + func (c *DAX) DescribeParameterGroups(input *DescribeParameterGroupsInput) (*DescribeParameterGroupsOutput, error) + func (c *DAX) DescribeParameterGroupsRequest(input *DescribeParameterGroupsInput) (req *request.Request, output *DescribeParameterGroupsOutput) + func (c *DAX) DescribeParameterGroupsWithContext(ctx aws.Context, input *DescribeParameterGroupsInput, opts ...request.Option) (*DescribeParameterGroupsOutput, error) + func (c *DAX) DescribeParameters(input *DescribeParametersInput) (*DescribeParametersOutput, error) + func (c *DAX) DescribeParametersRequest(input *DescribeParametersInput) (req *request.Request, output *DescribeParametersOutput) + func (c *DAX) DescribeParametersWithContext(ctx aws.Context, input *DescribeParametersInput, opts ...request.Option) (*DescribeParametersOutput, error) + func (c *DAX) DescribeSubnetGroups(input *DescribeSubnetGroupsInput) (*DescribeSubnetGroupsOutput, error) + func (c *DAX) DescribeSubnetGroupsRequest(input *DescribeSubnetGroupsInput) (req *request.Request, output *DescribeSubnetGroupsOutput) + func (c *DAX) DescribeSubnetGroupsWithContext(ctx aws.Context, input *DescribeSubnetGroupsInput, opts ...request.Option) (*DescribeSubnetGroupsOutput, error) + func (c *DAX) IncreaseReplicationFactor(input *IncreaseReplicationFactorInput) (*IncreaseReplicationFactorOutput, error) + func (c *DAX) IncreaseReplicationFactorRequest(input *IncreaseReplicationFactorInput) (req *request.Request, output *IncreaseReplicationFactorOutput) + func (c *DAX) IncreaseReplicationFactorWithContext(ctx aws.Context, input *IncreaseReplicationFactorInput, opts ...request.Option) (*IncreaseReplicationFactorOutput, error) + func (c *DAX) ListTags(input *ListTagsInput) (*ListTagsOutput, error) + func (c *DAX) ListTagsRequest(input *ListTagsInput) (req *request.Request, output *ListTagsOutput) + func (c *DAX) ListTagsWithContext(ctx aws.Context, input *ListTagsInput, opts ...request.Option) (*ListTagsOutput, error) + func (c *DAX) RebootNode(input *RebootNodeInput) (*RebootNodeOutput, error) + func (c *DAX) RebootNodeRequest(input *RebootNodeInput) (req *request.Request, output *RebootNodeOutput) + func (c *DAX) RebootNodeWithContext(ctx aws.Context, input *RebootNodeInput, opts ...request.Option) (*RebootNodeOutput, error) + func (c *DAX) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *DAX) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *DAX) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *DAX) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *DAX) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *DAX) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *DAX) UpdateCluster(input *UpdateClusterInput) (*UpdateClusterOutput, error) + func (c *DAX) UpdateClusterRequest(input *UpdateClusterInput) (req *request.Request, output *UpdateClusterOutput) + func (c *DAX) UpdateClusterWithContext(ctx aws.Context, input *UpdateClusterInput, opts ...request.Option) (*UpdateClusterOutput, error) + func (c *DAX) UpdateParameterGroup(input *UpdateParameterGroupInput) (*UpdateParameterGroupOutput, error) + func (c *DAX) UpdateParameterGroupRequest(input *UpdateParameterGroupInput) (req *request.Request, output *UpdateParameterGroupOutput) + func (c *DAX) UpdateParameterGroupWithContext(ctx aws.Context, input *UpdateParameterGroupInput, opts ...request.Option) (*UpdateParameterGroupOutput, error) + func (c *DAX) UpdateSubnetGroup(input *UpdateSubnetGroupInput) (*UpdateSubnetGroupOutput, error) + func (c *DAX) UpdateSubnetGroupRequest(input *UpdateSubnetGroupInput) (req *request.Request, output *UpdateSubnetGroupOutput) + func (c *DAX) UpdateSubnetGroupWithContext(ctx aws.Context, input *UpdateSubnetGroupInput, opts ...request.Option) (*UpdateSubnetGroupOutput, error) + type DecreaseReplicationFactorInput struct + AvailabilityZones []*string + ClusterName *string + NewReplicationFactor *int64 + NodeIdsToRemove []*string + func (s *DecreaseReplicationFactorInput) SetAvailabilityZones(v []*string) *DecreaseReplicationFactorInput + func (s *DecreaseReplicationFactorInput) SetClusterName(v string) *DecreaseReplicationFactorInput + func (s *DecreaseReplicationFactorInput) SetNewReplicationFactor(v int64) *DecreaseReplicationFactorInput + func (s *DecreaseReplicationFactorInput) SetNodeIdsToRemove(v []*string) *DecreaseReplicationFactorInput + func (s *DecreaseReplicationFactorInput) Validate() error + func (s DecreaseReplicationFactorInput) GoString() string + func (s DecreaseReplicationFactorInput) String() string + type DecreaseReplicationFactorOutput struct + Cluster *Cluster + func (s *DecreaseReplicationFactorOutput) SetCluster(v *Cluster) *DecreaseReplicationFactorOutput + func (s DecreaseReplicationFactorOutput) GoString() string + func (s DecreaseReplicationFactorOutput) String() string + type DeleteClusterInput struct + ClusterName *string + func (s *DeleteClusterInput) SetClusterName(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 + DeletionMessage *string + func (s *DeleteParameterGroupOutput) SetDeletionMessage(v string) *DeleteParameterGroupOutput + func (s DeleteParameterGroupOutput) GoString() string + func (s DeleteParameterGroupOutput) 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 + DeletionMessage *string + func (s *DeleteSubnetGroupOutput) SetDeletionMessage(v string) *DeleteSubnetGroupOutput + func (s DeleteSubnetGroupOutput) GoString() string + func (s DeleteSubnetGroupOutput) String() string + type DescribeClustersInput struct + ClusterNames []*string + MaxResults *int64 + NextToken *string + func (s *DescribeClustersInput) SetClusterNames(v []*string) *DescribeClustersInput + func (s *DescribeClustersInput) SetMaxResults(v int64) *DescribeClustersInput + func (s *DescribeClustersInput) SetNextToken(v string) *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 DescribeDefaultParametersInput struct + MaxResults *int64 + NextToken *string + func (s *DescribeDefaultParametersInput) SetMaxResults(v int64) *DescribeDefaultParametersInput + func (s *DescribeDefaultParametersInput) SetNextToken(v string) *DescribeDefaultParametersInput + func (s DescribeDefaultParametersInput) GoString() string + func (s DescribeDefaultParametersInput) String() string + type DescribeDefaultParametersOutput struct + NextToken *string + Parameters []*Parameter + func (s *DescribeDefaultParametersOutput) SetNextToken(v string) *DescribeDefaultParametersOutput + func (s *DescribeDefaultParametersOutput) SetParameters(v []*Parameter) *DescribeDefaultParametersOutput + func (s DescribeDefaultParametersOutput) GoString() string + func (s DescribeDefaultParametersOutput) 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 + ParameterGroupNames []*string + func (s *DescribeParameterGroupsInput) SetMaxResults(v int64) *DescribeParameterGroupsInput + func (s *DescribeParameterGroupsInput) SetNextToken(v string) *DescribeParameterGroupsInput + func (s *DescribeParameterGroupsInput) SetParameterGroupNames(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 + Source *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) SetSource(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 DescribeSubnetGroupsInput struct + MaxResults *int64 + NextToken *string + SubnetGroupNames []*string + func (s *DescribeSubnetGroupsInput) SetMaxResults(v int64) *DescribeSubnetGroupsInput + func (s *DescribeSubnetGroupsInput) SetNextToken(v string) *DescribeSubnetGroupsInput + func (s *DescribeSubnetGroupsInput) SetSubnetGroupNames(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 Endpoint struct + Address *string + Port *int64 + URL *string + func (s *Endpoint) SetAddress(v string) *Endpoint + func (s *Endpoint) SetPort(v int64) *Endpoint + func (s *Endpoint) SetURL(v string) *Endpoint + func (s Endpoint) GoString() string + func (s Endpoint) 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 IncreaseReplicationFactorInput struct + AvailabilityZones []*string + ClusterName *string + NewReplicationFactor *int64 + func (s *IncreaseReplicationFactorInput) SetAvailabilityZones(v []*string) *IncreaseReplicationFactorInput + func (s *IncreaseReplicationFactorInput) SetClusterName(v string) *IncreaseReplicationFactorInput + func (s *IncreaseReplicationFactorInput) SetNewReplicationFactor(v int64) *IncreaseReplicationFactorInput + func (s *IncreaseReplicationFactorInput) Validate() error + func (s IncreaseReplicationFactorInput) GoString() string + func (s IncreaseReplicationFactorInput) String() string + type IncreaseReplicationFactorOutput struct + Cluster *Cluster + func (s *IncreaseReplicationFactorOutput) SetCluster(v *Cluster) *IncreaseReplicationFactorOutput + func (s IncreaseReplicationFactorOutput) GoString() string + func (s IncreaseReplicationFactorOutput) 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 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 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 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 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 ListTagsInput struct + NextToken *string + ResourceName *string + func (s *ListTagsInput) SetNextToken(v string) *ListTagsInput + func (s *ListTagsInput) SetResourceName(v string) *ListTagsInput + func (s *ListTagsInput) Validate() error + func (s ListTagsInput) GoString() string + func (s ListTagsInput) String() string + type ListTagsOutput struct + NextToken *string + Tags []*Tag + func (s *ListTagsOutput) SetNextToken(v string) *ListTagsOutput + func (s *ListTagsOutput) SetTags(v []*Tag) *ListTagsOutput + func (s ListTagsOutput) GoString() string + func (s ListTagsOutput) String() string + type Node struct + AvailabilityZone *string + Endpoint *Endpoint + NodeCreateTime *time.Time + NodeId *string + NodeStatus *string + ParameterGroupStatus *string + func (s *Node) SetAvailabilityZone(v string) *Node + func (s *Node) SetEndpoint(v *Endpoint) *Node + func (s *Node) SetNodeCreateTime(v time.Time) *Node + func (s *Node) SetNodeId(v string) *Node + func (s *Node) SetNodeStatus(v string) *Node + func (s *Node) SetParameterGroupStatus(v string) *Node + func (s Node) GoString() string + func (s Node) String() string + type NodeNotFoundFault struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NodeNotFoundFault) Code() string + func (s *NodeNotFoundFault) Error() string + func (s *NodeNotFoundFault) Message() string + func (s *NodeNotFoundFault) OrigErr() error + func (s *NodeNotFoundFault) RequestID() string + func (s *NodeNotFoundFault) StatusCode() int + func (s NodeNotFoundFault) GoString() string + func (s NodeNotFoundFault) 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 NodeTypeSpecificValue struct + NodeType *string + Value *string + func (s *NodeTypeSpecificValue) SetNodeType(v string) *NodeTypeSpecificValue + func (s *NodeTypeSpecificValue) SetValue(v string) *NodeTypeSpecificValue + func (s NodeTypeSpecificValue) GoString() string + func (s NodeTypeSpecificValue) String() string + type NotificationConfiguration struct + TopicArn *string + TopicStatus *string + func (s *NotificationConfiguration) SetTopicArn(v string) *NotificationConfiguration + func (s *NotificationConfiguration) SetTopicStatus(v string) *NotificationConfiguration + func (s NotificationConfiguration) GoString() string + func (s NotificationConfiguration) String() string + type Parameter struct + AllowedValues *string + ChangeType *string + DataType *string + Description *string + IsModifiable *string + NodeTypeSpecificValues []*NodeTypeSpecificValue + ParameterName *string + ParameterType *string + ParameterValue *string + Source *string + func (s *Parameter) SetAllowedValues(v string) *Parameter + func (s *Parameter) SetChangeType(v string) *Parameter + func (s *Parameter) SetDataType(v string) *Parameter + func (s *Parameter) SetDescription(v string) *Parameter + func (s *Parameter) SetIsModifiable(v string) *Parameter + func (s *Parameter) SetNodeTypeSpecificValues(v []*NodeTypeSpecificValue) *Parameter + func (s *Parameter) SetParameterName(v string) *Parameter + func (s *Parameter) SetParameterType(v string) *Parameter + func (s *Parameter) SetParameterValue(v string) *Parameter + func (s *Parameter) SetSource(v string) *Parameter + func (s Parameter) GoString() string + func (s Parameter) String() string + type ParameterGroup struct + Description *string + ParameterGroupName *string + func (s *ParameterGroup) SetDescription(v string) *ParameterGroup + func (s *ParameterGroup) SetParameterGroupName(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 ParameterGroupStatus struct + NodeIdsToReboot []*string + ParameterApplyStatus *string + ParameterGroupName *string + func (s *ParameterGroupStatus) SetNodeIdsToReboot(v []*string) *ParameterGroupStatus + func (s *ParameterGroupStatus) SetParameterApplyStatus(v string) *ParameterGroupStatus + func (s *ParameterGroupStatus) SetParameterGroupName(v string) *ParameterGroupStatus + func (s ParameterGroupStatus) GoString() string + func (s ParameterGroupStatus) 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 RebootNodeInput struct + ClusterName *string + NodeId *string + func (s *RebootNodeInput) SetClusterName(v string) *RebootNodeInput + func (s *RebootNodeInput) SetNodeId(v string) *RebootNodeInput + func (s *RebootNodeInput) Validate() error + func (s RebootNodeInput) GoString() string + func (s RebootNodeInput) String() string + type RebootNodeOutput struct + Cluster *Cluster + func (s *RebootNodeOutput) SetCluster(v *Cluster) *RebootNodeOutput + func (s RebootNodeOutput) GoString() string + func (s RebootNodeOutput) String() string + type SSEDescription struct + Status *string + func (s *SSEDescription) SetStatus(v string) *SSEDescription + func (s SSEDescription) GoString() string + func (s SSEDescription) String() string + type SSESpecification struct + Enabled *bool + func (s *SSESpecification) SetEnabled(v bool) *SSESpecification + func (s *SSESpecification) Validate() error + func (s SSESpecification) GoString() string + func (s SSESpecification) String() string + type SecurityGroupMembership struct + SecurityGroupIdentifier *string + Status *string + func (s *SecurityGroupMembership) SetSecurityGroupIdentifier(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 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 Subnet struct + SubnetAvailabilityZone *string + SubnetIdentifier *string + func (s *Subnet) SetSubnetAvailabilityZone(v string) *Subnet + func (s *Subnet) SetSubnetIdentifier(v string) *Subnet + func (s Subnet) GoString() string + func (s Subnet) String() string + type SubnetGroup struct + Description *string + SubnetGroupName *string + Subnets []*Subnet + VpcId *string + func (s *SubnetGroup) SetDescription(v string) *SubnetGroup + func (s *SubnetGroup) SetSubnetGroupName(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 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 + ResourceName *string + Tags []*Tag + func (s *TagResourceInput) SetResourceName(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 + Tags []*Tag + func (s *TagResourceOutput) SetTags(v []*Tag) *TagResourceOutput + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type UntagResourceInput struct + ResourceName *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceName(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 + Tags []*Tag + func (s *UntagResourceOutput) SetTags(v []*Tag) *UntagResourceOutput + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateClusterInput struct + ClusterName *string + Description *string + NotificationTopicArn *string + NotificationTopicStatus *string + ParameterGroupName *string + PreferredMaintenanceWindow *string + SecurityGroupIds []*string + func (s *UpdateClusterInput) SetClusterName(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetDescription(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetNotificationTopicArn(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetNotificationTopicStatus(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetParameterGroupName(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetPreferredMaintenanceWindow(v string) *UpdateClusterInput + func (s *UpdateClusterInput) SetSecurityGroupIds(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