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 AuthenticationStrategyLdap + const AuthenticationStrategySimple + const BrokerStateCreationFailed + const BrokerStateCreationInProgress + const BrokerStateCriticalActionRequired + const BrokerStateDeletionInProgress + const BrokerStateRebootInProgress + const BrokerStateReplica + const BrokerStateRunning + const BrokerStorageTypeEbs + const BrokerStorageTypeEfs + const ChangeTypeCreate + const ChangeTypeDelete + const ChangeTypeUpdate + const DataReplicationModeCrdr + const DataReplicationModeNone + const DayOfWeekFriday + const DayOfWeekMonday + const DayOfWeekSaturday + const DayOfWeekSunday + const DayOfWeekThursday + const DayOfWeekTuesday + const DayOfWeekWednesday + const DeploymentModeActiveStandbyMultiAz + const DeploymentModeClusterMultiAz + const DeploymentModeSingleInstance + const EndpointsID + const EngineTypeActivemq + const EngineTypeRabbitmq + const ErrCodeBadRequestException + const ErrCodeConflictException + const ErrCodeForbiddenException + const ErrCodeInternalServerErrorException + const ErrCodeNotFoundException + const ErrCodeUnauthorizedException + const PromoteModeFailover + const PromoteModeSwitchover + const SanitizationWarningReasonDisallowedAttributeRemoved + const SanitizationWarningReasonDisallowedElementRemoved + const SanitizationWarningReasonInvalidAttributeValueRemoved + const ServiceID + const ServiceName + func AuthenticationStrategy_Values() []string + func BrokerState_Values() []string + func BrokerStorageType_Values() []string + func ChangeType_Values() []string + func DataReplicationMode_Values() []string + func DayOfWeek_Values() []string + func DeploymentMode_Values() []string + func EngineType_Values() []string + func PromoteMode_Values() []string + func SanitizationWarningReason_Values() []string + type ActionRequired struct + ActionRequiredCode *string + ActionRequiredInfo *string + func (s *ActionRequired) SetActionRequiredCode(v string) *ActionRequired + func (s *ActionRequired) SetActionRequiredInfo(v string) *ActionRequired + func (s ActionRequired) GoString() string + func (s ActionRequired) 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 BadRequestException struct + ErrorAttribute *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *BadRequestException) Code() string + func (s *BadRequestException) Error() string + func (s *BadRequestException) Message() string + func (s *BadRequestException) OrigErr() error + func (s *BadRequestException) RequestID() string + func (s *BadRequestException) StatusCode() int + func (s BadRequestException) GoString() string + func (s BadRequestException) String() string + type BrokerEngineType struct + EngineType *string + EngineVersions []*EngineVersion + func (s *BrokerEngineType) SetEngineType(v string) *BrokerEngineType + func (s *BrokerEngineType) SetEngineVersions(v []*EngineVersion) *BrokerEngineType + func (s BrokerEngineType) GoString() string + func (s BrokerEngineType) String() string + type BrokerInstance struct + ConsoleURL *string + Endpoints []*string + IpAddress *string + func (s *BrokerInstance) SetConsoleURL(v string) *BrokerInstance + func (s *BrokerInstance) SetEndpoints(v []*string) *BrokerInstance + func (s *BrokerInstance) SetIpAddress(v string) *BrokerInstance + func (s BrokerInstance) GoString() string + func (s BrokerInstance) String() string + type BrokerInstanceOption struct + AvailabilityZones []*AvailabilityZone + EngineType *string + HostInstanceType *string + StorageType *string + SupportedDeploymentModes []*string + SupportedEngineVersions []*string + func (s *BrokerInstanceOption) SetAvailabilityZones(v []*AvailabilityZone) *BrokerInstanceOption + func (s *BrokerInstanceOption) SetEngineType(v string) *BrokerInstanceOption + func (s *BrokerInstanceOption) SetHostInstanceType(v string) *BrokerInstanceOption + func (s *BrokerInstanceOption) SetStorageType(v string) *BrokerInstanceOption + func (s *BrokerInstanceOption) SetSupportedDeploymentModes(v []*string) *BrokerInstanceOption + func (s *BrokerInstanceOption) SetSupportedEngineVersions(v []*string) *BrokerInstanceOption + func (s BrokerInstanceOption) GoString() string + func (s BrokerInstanceOption) String() string + type BrokerSummary struct + BrokerArn *string + BrokerId *string + BrokerName *string + BrokerState *string + Created *time.Time + DeploymentMode *string + EngineType *string + HostInstanceType *string + func (s *BrokerSummary) SetBrokerArn(v string) *BrokerSummary + func (s *BrokerSummary) SetBrokerId(v string) *BrokerSummary + func (s *BrokerSummary) SetBrokerName(v string) *BrokerSummary + func (s *BrokerSummary) SetBrokerState(v string) *BrokerSummary + func (s *BrokerSummary) SetCreated(v time.Time) *BrokerSummary + func (s *BrokerSummary) SetDeploymentMode(v string) *BrokerSummary + func (s *BrokerSummary) SetEngineType(v string) *BrokerSummary + func (s *BrokerSummary) SetHostInstanceType(v string) *BrokerSummary + func (s BrokerSummary) GoString() string + func (s BrokerSummary) String() string + type Configuration struct + Arn *string + AuthenticationStrategy *string + Created *time.Time + Description *string + EngineType *string + EngineVersion *string + Id *string + LatestRevision *ConfigurationRevision + Name *string + Tags map[string]*string + func (s *Configuration) SetArn(v string) *Configuration + func (s *Configuration) SetAuthenticationStrategy(v string) *Configuration + func (s *Configuration) SetCreated(v time.Time) *Configuration + func (s *Configuration) SetDescription(v string) *Configuration + func (s *Configuration) SetEngineType(v string) *Configuration + func (s *Configuration) SetEngineVersion(v string) *Configuration + func (s *Configuration) SetId(v string) *Configuration + func (s *Configuration) SetLatestRevision(v *ConfigurationRevision) *Configuration + func (s *Configuration) SetName(v string) *Configuration + func (s *Configuration) SetTags(v map[string]*string) *Configuration + func (s Configuration) GoString() string + func (s Configuration) String() string + type ConfigurationId struct + Id *string + Revision *int64 + func (s *ConfigurationId) SetId(v string) *ConfigurationId + func (s *ConfigurationId) SetRevision(v int64) *ConfigurationId + func (s *ConfigurationId) Validate() error + func (s ConfigurationId) GoString() string + func (s ConfigurationId) String() string + type ConfigurationRevision struct + Created *time.Time + Description *string + Revision *int64 + func (s *ConfigurationRevision) SetCreated(v time.Time) *ConfigurationRevision + func (s *ConfigurationRevision) SetDescription(v string) *ConfigurationRevision + func (s *ConfigurationRevision) SetRevision(v int64) *ConfigurationRevision + func (s ConfigurationRevision) GoString() string + func (s ConfigurationRevision) String() string + type Configurations struct + Current *ConfigurationId + History []*ConfigurationId + Pending *ConfigurationId + func (s *Configurations) SetCurrent(v *ConfigurationId) *Configurations + func (s *Configurations) SetHistory(v []*ConfigurationId) *Configurations + func (s *Configurations) SetPending(v *ConfigurationId) *Configurations + func (s Configurations) GoString() string + func (s Configurations) String() string + type ConflictException struct + ErrorAttribute *string + Message_ *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 CreateBrokerRequest struct + AuthenticationStrategy *string + AutoMinorVersionUpgrade *bool + BrokerName *string + Configuration *ConfigurationId + CreatorRequestId *string + DataReplicationMode *string + DataReplicationPrimaryBrokerArn *string + DeploymentMode *string + EncryptionOptions *EncryptionOptions + EngineType *string + EngineVersion *string + HostInstanceType *string + LdapServerMetadata *LdapServerMetadataInput + Logs *Logs + MaintenanceWindowStartTime *WeeklyStartTime + PubliclyAccessible *bool + SecurityGroups []*string + StorageType *string + SubnetIds []*string + Tags map[string]*string + Users []*User + func (s *CreateBrokerRequest) SetAuthenticationStrategy(v string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetAutoMinorVersionUpgrade(v bool) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetBrokerName(v string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetConfiguration(v *ConfigurationId) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetCreatorRequestId(v string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetDataReplicationMode(v string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetDataReplicationPrimaryBrokerArn(v string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetDeploymentMode(v string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetEncryptionOptions(v *EncryptionOptions) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetEngineType(v string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetEngineVersion(v string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetHostInstanceType(v string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetLdapServerMetadata(v *LdapServerMetadataInput) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetLogs(v *Logs) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetMaintenanceWindowStartTime(v *WeeklyStartTime) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetPubliclyAccessible(v bool) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetSecurityGroups(v []*string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetStorageType(v string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetSubnetIds(v []*string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetTags(v map[string]*string) *CreateBrokerRequest + func (s *CreateBrokerRequest) SetUsers(v []*User) *CreateBrokerRequest + func (s *CreateBrokerRequest) Validate() error + func (s CreateBrokerRequest) GoString() string + func (s CreateBrokerRequest) String() string + type CreateBrokerResponse struct + BrokerArn *string + BrokerId *string + func (s *CreateBrokerResponse) SetBrokerArn(v string) *CreateBrokerResponse + func (s *CreateBrokerResponse) SetBrokerId(v string) *CreateBrokerResponse + func (s CreateBrokerResponse) GoString() string + func (s CreateBrokerResponse) String() string + type CreateConfigurationRequest struct + AuthenticationStrategy *string + EngineType *string + EngineVersion *string + Name *string + Tags map[string]*string + func (s *CreateConfigurationRequest) SetAuthenticationStrategy(v string) *CreateConfigurationRequest + func (s *CreateConfigurationRequest) SetEngineType(v string) *CreateConfigurationRequest + func (s *CreateConfigurationRequest) SetEngineVersion(v string) *CreateConfigurationRequest + func (s *CreateConfigurationRequest) SetName(v string) *CreateConfigurationRequest + func (s *CreateConfigurationRequest) SetTags(v map[string]*string) *CreateConfigurationRequest + func (s *CreateConfigurationRequest) Validate() error + func (s CreateConfigurationRequest) GoString() string + func (s CreateConfigurationRequest) String() string + type CreateConfigurationResponse struct + Arn *string + AuthenticationStrategy *string + Created *time.Time + Id *string + LatestRevision *ConfigurationRevision + Name *string + func (s *CreateConfigurationResponse) SetArn(v string) *CreateConfigurationResponse + func (s *CreateConfigurationResponse) SetAuthenticationStrategy(v string) *CreateConfigurationResponse + func (s *CreateConfigurationResponse) SetCreated(v time.Time) *CreateConfigurationResponse + func (s *CreateConfigurationResponse) SetId(v string) *CreateConfigurationResponse + func (s *CreateConfigurationResponse) SetLatestRevision(v *ConfigurationRevision) *CreateConfigurationResponse + func (s *CreateConfigurationResponse) SetName(v string) *CreateConfigurationResponse + func (s CreateConfigurationResponse) GoString() string + func (s CreateConfigurationResponse) String() string + type CreateTagsInput struct + ResourceArn *string + Tags map[string]*string + func (s *CreateTagsInput) SetResourceArn(v string) *CreateTagsInput + func (s *CreateTagsInput) SetTags(v map[string]*string) *CreateTagsInput + func (s *CreateTagsInput) Validate() error + func (s CreateTagsInput) GoString() string + func (s CreateTagsInput) String() string + type CreateTagsOutput struct + func (s CreateTagsOutput) GoString() string + func (s CreateTagsOutput) String() string + type CreateUserOutput struct + func (s CreateUserOutput) GoString() string + func (s CreateUserOutput) String() string + type CreateUserRequest struct + BrokerId *string + ConsoleAccess *bool + Groups []*string + Password *string + ReplicationUser *bool + Username *string + func (s *CreateUserRequest) SetBrokerId(v string) *CreateUserRequest + func (s *CreateUserRequest) SetConsoleAccess(v bool) *CreateUserRequest + func (s *CreateUserRequest) SetGroups(v []*string) *CreateUserRequest + func (s *CreateUserRequest) SetPassword(v string) *CreateUserRequest + func (s *CreateUserRequest) SetReplicationUser(v bool) *CreateUserRequest + func (s *CreateUserRequest) SetUsername(v string) *CreateUserRequest + func (s *CreateUserRequest) Validate() error + func (s CreateUserRequest) GoString() string + func (s CreateUserRequest) String() string + type DataReplicationCounterpart struct + BrokerId *string + Region *string + func (s *DataReplicationCounterpart) SetBrokerId(v string) *DataReplicationCounterpart + func (s *DataReplicationCounterpart) SetRegion(v string) *DataReplicationCounterpart + func (s DataReplicationCounterpart) GoString() string + func (s DataReplicationCounterpart) String() string + type DataReplicationMetadataOutput_ struct + DataReplicationCounterpart *DataReplicationCounterpart + DataReplicationRole *string + func (s *DataReplicationMetadataOutput_) SetDataReplicationCounterpart(v *DataReplicationCounterpart) *DataReplicationMetadataOutput_ + func (s *DataReplicationMetadataOutput_) SetDataReplicationRole(v string) *DataReplicationMetadataOutput_ + func (s DataReplicationMetadataOutput_) GoString() string + func (s DataReplicationMetadataOutput_) String() string + type DeleteBrokerInput struct + BrokerId *string + func (s *DeleteBrokerInput) SetBrokerId(v string) *DeleteBrokerInput + func (s *DeleteBrokerInput) Validate() error + func (s DeleteBrokerInput) GoString() string + func (s DeleteBrokerInput) String() string + type DeleteBrokerResponse struct + BrokerId *string + func (s *DeleteBrokerResponse) SetBrokerId(v string) *DeleteBrokerResponse + func (s DeleteBrokerResponse) GoString() string + func (s DeleteBrokerResponse) String() string + type DeleteTagsInput struct + ResourceArn *string + TagKeys []*string + func (s *DeleteTagsInput) SetResourceArn(v string) *DeleteTagsInput + func (s *DeleteTagsInput) SetTagKeys(v []*string) *DeleteTagsInput + func (s *DeleteTagsInput) Validate() error + func (s DeleteTagsInput) GoString() string + func (s DeleteTagsInput) String() string + type DeleteTagsOutput struct + func (s DeleteTagsOutput) GoString() string + func (s DeleteTagsOutput) String() string + type DeleteUserInput struct + BrokerId *string + Username *string + func (s *DeleteUserInput) SetBrokerId(v string) *DeleteUserInput + 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 + func (s DeleteUserOutput) GoString() string + func (s DeleteUserOutput) String() string + type DescribeBrokerEngineTypesInput struct + EngineType *string + MaxResults *int64 + NextToken *string + func (s *DescribeBrokerEngineTypesInput) SetEngineType(v string) *DescribeBrokerEngineTypesInput + func (s *DescribeBrokerEngineTypesInput) SetMaxResults(v int64) *DescribeBrokerEngineTypesInput + func (s *DescribeBrokerEngineTypesInput) SetNextToken(v string) *DescribeBrokerEngineTypesInput + func (s *DescribeBrokerEngineTypesInput) Validate() error + func (s DescribeBrokerEngineTypesInput) GoString() string + func (s DescribeBrokerEngineTypesInput) String() string + type DescribeBrokerEngineTypesOutput struct + BrokerEngineTypes []*BrokerEngineType + MaxResults *int64 + NextToken *string + func (s *DescribeBrokerEngineTypesOutput) SetBrokerEngineTypes(v []*BrokerEngineType) *DescribeBrokerEngineTypesOutput + func (s *DescribeBrokerEngineTypesOutput) SetMaxResults(v int64) *DescribeBrokerEngineTypesOutput + func (s *DescribeBrokerEngineTypesOutput) SetNextToken(v string) *DescribeBrokerEngineTypesOutput + func (s DescribeBrokerEngineTypesOutput) GoString() string + func (s DescribeBrokerEngineTypesOutput) String() string + type DescribeBrokerInput struct + BrokerId *string + func (s *DescribeBrokerInput) SetBrokerId(v string) *DescribeBrokerInput + func (s *DescribeBrokerInput) Validate() error + func (s DescribeBrokerInput) GoString() string + func (s DescribeBrokerInput) String() string + type DescribeBrokerInstanceOptionsInput struct + EngineType *string + HostInstanceType *string + MaxResults *int64 + NextToken *string + StorageType *string + func (s *DescribeBrokerInstanceOptionsInput) SetEngineType(v string) *DescribeBrokerInstanceOptionsInput + func (s *DescribeBrokerInstanceOptionsInput) SetHostInstanceType(v string) *DescribeBrokerInstanceOptionsInput + func (s *DescribeBrokerInstanceOptionsInput) SetMaxResults(v int64) *DescribeBrokerInstanceOptionsInput + func (s *DescribeBrokerInstanceOptionsInput) SetNextToken(v string) *DescribeBrokerInstanceOptionsInput + func (s *DescribeBrokerInstanceOptionsInput) SetStorageType(v string) *DescribeBrokerInstanceOptionsInput + func (s *DescribeBrokerInstanceOptionsInput) Validate() error + func (s DescribeBrokerInstanceOptionsInput) GoString() string + func (s DescribeBrokerInstanceOptionsInput) String() string + type DescribeBrokerInstanceOptionsOutput struct + BrokerInstanceOptions []*BrokerInstanceOption + MaxResults *int64 + NextToken *string + func (s *DescribeBrokerInstanceOptionsOutput) SetBrokerInstanceOptions(v []*BrokerInstanceOption) *DescribeBrokerInstanceOptionsOutput + func (s *DescribeBrokerInstanceOptionsOutput) SetMaxResults(v int64) *DescribeBrokerInstanceOptionsOutput + func (s *DescribeBrokerInstanceOptionsOutput) SetNextToken(v string) *DescribeBrokerInstanceOptionsOutput + func (s DescribeBrokerInstanceOptionsOutput) GoString() string + func (s DescribeBrokerInstanceOptionsOutput) String() string + type DescribeBrokerResponse struct + ActionsRequired []*ActionRequired + AuthenticationStrategy *string + AutoMinorVersionUpgrade *bool + BrokerArn *string + BrokerId *string + BrokerInstances []*BrokerInstance + BrokerName *string + BrokerState *string + Configurations *Configurations + Created *time.Time + DataReplicationMetadata *DataReplicationMetadataOutput_ + DataReplicationMode *string + DeploymentMode *string + EncryptionOptions *EncryptionOptions + EngineType *string + EngineVersion *string + HostInstanceType *string + LdapServerMetadata *LdapServerMetadataOutput + Logs *LogsSummary + MaintenanceWindowStartTime *WeeklyStartTime + PendingAuthenticationStrategy *string + PendingDataReplicationMetadata *DataReplicationMetadataOutput_ + PendingDataReplicationMode *string + PendingEngineVersion *string + PendingHostInstanceType *string + PendingLdapServerMetadata *LdapServerMetadataOutput + PendingSecurityGroups []*string + PubliclyAccessible *bool + SecurityGroups []*string + StorageType *string + SubnetIds []*string + Tags map[string]*string + Users []*UserSummary + func (s *DescribeBrokerResponse) SetActionsRequired(v []*ActionRequired) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetAuthenticationStrategy(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetAutoMinorVersionUpgrade(v bool) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetBrokerArn(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetBrokerId(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetBrokerInstances(v []*BrokerInstance) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetBrokerName(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetBrokerState(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetConfigurations(v *Configurations) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetCreated(v time.Time) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetDataReplicationMetadata(v *DataReplicationMetadataOutput_) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetDataReplicationMode(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetDeploymentMode(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetEncryptionOptions(v *EncryptionOptions) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetEngineType(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetEngineVersion(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetHostInstanceType(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetLdapServerMetadata(v *LdapServerMetadataOutput) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetLogs(v *LogsSummary) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetMaintenanceWindowStartTime(v *WeeklyStartTime) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetPendingAuthenticationStrategy(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetPendingDataReplicationMetadata(v *DataReplicationMetadataOutput_) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetPendingDataReplicationMode(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetPendingEngineVersion(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetPendingHostInstanceType(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetPendingLdapServerMetadata(v *LdapServerMetadataOutput) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetPendingSecurityGroups(v []*string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetPubliclyAccessible(v bool) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetSecurityGroups(v []*string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetStorageType(v string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetSubnetIds(v []*string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetTags(v map[string]*string) *DescribeBrokerResponse + func (s *DescribeBrokerResponse) SetUsers(v []*UserSummary) *DescribeBrokerResponse + func (s DescribeBrokerResponse) GoString() string + func (s DescribeBrokerResponse) String() string + type DescribeConfigurationInput struct + ConfigurationId *string + func (s *DescribeConfigurationInput) SetConfigurationId(v string) *DescribeConfigurationInput + func (s *DescribeConfigurationInput) Validate() error + func (s DescribeConfigurationInput) GoString() string + func (s DescribeConfigurationInput) String() string + type DescribeConfigurationOutput struct + Arn *string + AuthenticationStrategy *string + Created *time.Time + Description *string + EngineType *string + EngineVersion *string + Id *string + LatestRevision *ConfigurationRevision + Name *string + Tags map[string]*string + func (s *DescribeConfigurationOutput) SetArn(v string) *DescribeConfigurationOutput + func (s *DescribeConfigurationOutput) SetAuthenticationStrategy(v string) *DescribeConfigurationOutput + func (s *DescribeConfigurationOutput) SetCreated(v time.Time) *DescribeConfigurationOutput + func (s *DescribeConfigurationOutput) SetDescription(v string) *DescribeConfigurationOutput + func (s *DescribeConfigurationOutput) SetEngineType(v string) *DescribeConfigurationOutput + func (s *DescribeConfigurationOutput) SetEngineVersion(v string) *DescribeConfigurationOutput + func (s *DescribeConfigurationOutput) SetId(v string) *DescribeConfigurationOutput + func (s *DescribeConfigurationOutput) SetLatestRevision(v *ConfigurationRevision) *DescribeConfigurationOutput + func (s *DescribeConfigurationOutput) SetName(v string) *DescribeConfigurationOutput + func (s *DescribeConfigurationOutput) SetTags(v map[string]*string) *DescribeConfigurationOutput + func (s DescribeConfigurationOutput) GoString() string + func (s DescribeConfigurationOutput) String() string + type DescribeConfigurationRevisionInput struct + ConfigurationId *string + ConfigurationRevision *string + func (s *DescribeConfigurationRevisionInput) SetConfigurationId(v string) *DescribeConfigurationRevisionInput + func (s *DescribeConfigurationRevisionInput) SetConfigurationRevision(v string) *DescribeConfigurationRevisionInput + func (s *DescribeConfigurationRevisionInput) Validate() error + func (s DescribeConfigurationRevisionInput) GoString() string + func (s DescribeConfigurationRevisionInput) String() string + type DescribeConfigurationRevisionResponse struct + ConfigurationId *string + Created *time.Time + Data *string + Description *string + func (s *DescribeConfigurationRevisionResponse) SetConfigurationId(v string) *DescribeConfigurationRevisionResponse + func (s *DescribeConfigurationRevisionResponse) SetCreated(v time.Time) *DescribeConfigurationRevisionResponse + func (s *DescribeConfigurationRevisionResponse) SetData(v string) *DescribeConfigurationRevisionResponse + func (s *DescribeConfigurationRevisionResponse) SetDescription(v string) *DescribeConfigurationRevisionResponse + func (s DescribeConfigurationRevisionResponse) GoString() string + func (s DescribeConfigurationRevisionResponse) String() string + type DescribeUserInput struct + BrokerId *string + Username *string + func (s *DescribeUserInput) SetBrokerId(v string) *DescribeUserInput + func (s *DescribeUserInput) SetUsername(v string) *DescribeUserInput + func (s *DescribeUserInput) Validate() error + func (s DescribeUserInput) GoString() string + func (s DescribeUserInput) String() string + type DescribeUserResponse struct + BrokerId *string + ConsoleAccess *bool + Groups []*string + Pending *UserPendingChanges + ReplicationUser *bool + Username *string + func (s *DescribeUserResponse) SetBrokerId(v string) *DescribeUserResponse + func (s *DescribeUserResponse) SetConsoleAccess(v bool) *DescribeUserResponse + func (s *DescribeUserResponse) SetGroups(v []*string) *DescribeUserResponse + func (s *DescribeUserResponse) SetPending(v *UserPendingChanges) *DescribeUserResponse + func (s *DescribeUserResponse) SetReplicationUser(v bool) *DescribeUserResponse + func (s *DescribeUserResponse) SetUsername(v string) *DescribeUserResponse + func (s DescribeUserResponse) GoString() string + func (s DescribeUserResponse) String() string + type EncryptionOptions struct + KmsKeyId *string + UseAwsOwnedKey *bool + func (s *EncryptionOptions) SetKmsKeyId(v string) *EncryptionOptions + func (s *EncryptionOptions) SetUseAwsOwnedKey(v bool) *EncryptionOptions + func (s *EncryptionOptions) Validate() error + func (s EncryptionOptions) GoString() string + func (s EncryptionOptions) String() string + type EngineVersion struct + Name *string + func (s *EngineVersion) SetName(v string) *EngineVersion + func (s EngineVersion) GoString() string + func (s EngineVersion) String() string + type ForbiddenException struct + ErrorAttribute *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ForbiddenException) Code() string + func (s *ForbiddenException) Error() string + func (s *ForbiddenException) Message() string + func (s *ForbiddenException) OrigErr() error + func (s *ForbiddenException) RequestID() string + func (s *ForbiddenException) StatusCode() int + func (s ForbiddenException) GoString() string + func (s ForbiddenException) String() string + type InternalServerErrorException struct + ErrorAttribute *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerErrorException) Code() string + func (s *InternalServerErrorException) Error() string + func (s *InternalServerErrorException) Message() string + func (s *InternalServerErrorException) OrigErr() error + func (s *InternalServerErrorException) RequestID() string + func (s *InternalServerErrorException) StatusCode() int + func (s InternalServerErrorException) GoString() string + func (s InternalServerErrorException) String() string + type LdapServerMetadataInput struct + Hosts []*string + RoleBase *string + RoleName *string + RoleSearchMatching *string + RoleSearchSubtree *bool + ServiceAccountPassword *string + ServiceAccountUsername *string + UserBase *string + UserRoleName *string + UserSearchMatching *string + UserSearchSubtree *bool + func (s *LdapServerMetadataInput) SetHosts(v []*string) *LdapServerMetadataInput + func (s *LdapServerMetadataInput) SetRoleBase(v string) *LdapServerMetadataInput + func (s *LdapServerMetadataInput) SetRoleName(v string) *LdapServerMetadataInput + func (s *LdapServerMetadataInput) SetRoleSearchMatching(v string) *LdapServerMetadataInput + func (s *LdapServerMetadataInput) SetRoleSearchSubtree(v bool) *LdapServerMetadataInput + func (s *LdapServerMetadataInput) SetServiceAccountPassword(v string) *LdapServerMetadataInput + func (s *LdapServerMetadataInput) SetServiceAccountUsername(v string) *LdapServerMetadataInput + func (s *LdapServerMetadataInput) SetUserBase(v string) *LdapServerMetadataInput + func (s *LdapServerMetadataInput) SetUserRoleName(v string) *LdapServerMetadataInput + func (s *LdapServerMetadataInput) SetUserSearchMatching(v string) *LdapServerMetadataInput + func (s *LdapServerMetadataInput) SetUserSearchSubtree(v bool) *LdapServerMetadataInput + func (s *LdapServerMetadataInput) Validate() error + func (s LdapServerMetadataInput) GoString() string + func (s LdapServerMetadataInput) String() string + type LdapServerMetadataOutput struct + Hosts []*string + RoleBase *string + RoleName *string + RoleSearchMatching *string + RoleSearchSubtree *bool + ServiceAccountUsername *string + UserBase *string + UserRoleName *string + UserSearchMatching *string + UserSearchSubtree *bool + func (s *LdapServerMetadataOutput) SetHosts(v []*string) *LdapServerMetadataOutput + func (s *LdapServerMetadataOutput) SetRoleBase(v string) *LdapServerMetadataOutput + func (s *LdapServerMetadataOutput) SetRoleName(v string) *LdapServerMetadataOutput + func (s *LdapServerMetadataOutput) SetRoleSearchMatching(v string) *LdapServerMetadataOutput + func (s *LdapServerMetadataOutput) SetRoleSearchSubtree(v bool) *LdapServerMetadataOutput + func (s *LdapServerMetadataOutput) SetServiceAccountUsername(v string) *LdapServerMetadataOutput + func (s *LdapServerMetadataOutput) SetUserBase(v string) *LdapServerMetadataOutput + func (s *LdapServerMetadataOutput) SetUserRoleName(v string) *LdapServerMetadataOutput + func (s *LdapServerMetadataOutput) SetUserSearchMatching(v string) *LdapServerMetadataOutput + func (s *LdapServerMetadataOutput) SetUserSearchSubtree(v bool) *LdapServerMetadataOutput + func (s LdapServerMetadataOutput) GoString() string + func (s LdapServerMetadataOutput) String() string + type ListBrokersInput struct + MaxResults *int64 + NextToken *string + func (s *ListBrokersInput) SetMaxResults(v int64) *ListBrokersInput + func (s *ListBrokersInput) SetNextToken(v string) *ListBrokersInput + func (s *ListBrokersInput) Validate() error + func (s ListBrokersInput) GoString() string + func (s ListBrokersInput) String() string + type ListBrokersResponse struct + BrokerSummaries []*BrokerSummary + NextToken *string + func (s *ListBrokersResponse) SetBrokerSummaries(v []*BrokerSummary) *ListBrokersResponse + func (s *ListBrokersResponse) SetNextToken(v string) *ListBrokersResponse + func (s ListBrokersResponse) GoString() string + func (s ListBrokersResponse) String() string + type ListConfigurationRevisionsInput struct + ConfigurationId *string + MaxResults *int64 + NextToken *string + func (s *ListConfigurationRevisionsInput) SetConfigurationId(v string) *ListConfigurationRevisionsInput + func (s *ListConfigurationRevisionsInput) SetMaxResults(v int64) *ListConfigurationRevisionsInput + func (s *ListConfigurationRevisionsInput) SetNextToken(v string) *ListConfigurationRevisionsInput + func (s *ListConfigurationRevisionsInput) Validate() error + func (s ListConfigurationRevisionsInput) GoString() string + func (s ListConfigurationRevisionsInput) String() string + type ListConfigurationRevisionsResponse struct + ConfigurationId *string + MaxResults *int64 + NextToken *string + Revisions []*ConfigurationRevision + func (s *ListConfigurationRevisionsResponse) SetConfigurationId(v string) *ListConfigurationRevisionsResponse + func (s *ListConfigurationRevisionsResponse) SetMaxResults(v int64) *ListConfigurationRevisionsResponse + func (s *ListConfigurationRevisionsResponse) SetNextToken(v string) *ListConfigurationRevisionsResponse + func (s *ListConfigurationRevisionsResponse) SetRevisions(v []*ConfigurationRevision) *ListConfigurationRevisionsResponse + func (s ListConfigurationRevisionsResponse) GoString() string + func (s ListConfigurationRevisionsResponse) String() string + type ListConfigurationsInput struct + MaxResults *int64 + NextToken *string + func (s *ListConfigurationsInput) SetMaxResults(v int64) *ListConfigurationsInput + func (s *ListConfigurationsInput) SetNextToken(v string) *ListConfigurationsInput + func (s *ListConfigurationsInput) Validate() error + func (s ListConfigurationsInput) GoString() string + func (s ListConfigurationsInput) String() string + type ListConfigurationsResponse struct + Configurations []*Configuration + MaxResults *int64 + NextToken *string + func (s *ListConfigurationsResponse) SetConfigurations(v []*Configuration) *ListConfigurationsResponse + func (s *ListConfigurationsResponse) SetMaxResults(v int64) *ListConfigurationsResponse + func (s *ListConfigurationsResponse) SetNextToken(v string) *ListConfigurationsResponse + func (s ListConfigurationsResponse) GoString() string + func (s ListConfigurationsResponse) 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 + Tags map[string]*string + func (s *ListTagsOutput) SetTags(v map[string]*string) *ListTagsOutput + func (s ListTagsOutput) GoString() string + func (s ListTagsOutput) String() string + type ListUsersInput struct + BrokerId *string + MaxResults *int64 + NextToken *string + func (s *ListUsersInput) SetBrokerId(v string) *ListUsersInput + func (s *ListUsersInput) SetMaxResults(v int64) *ListUsersInput + func (s *ListUsersInput) SetNextToken(v string) *ListUsersInput + func (s *ListUsersInput) Validate() error + func (s ListUsersInput) GoString() string + func (s ListUsersInput) String() string + type ListUsersResponse struct + BrokerId *string + MaxResults *int64 + NextToken *string + Users []*UserSummary + func (s *ListUsersResponse) SetBrokerId(v string) *ListUsersResponse + func (s *ListUsersResponse) SetMaxResults(v int64) *ListUsersResponse + func (s *ListUsersResponse) SetNextToken(v string) *ListUsersResponse + func (s *ListUsersResponse) SetUsers(v []*UserSummary) *ListUsersResponse + func (s ListUsersResponse) GoString() string + func (s ListUsersResponse) String() string + type Logs struct + Audit *bool + General *bool + func (s *Logs) SetAudit(v bool) *Logs + func (s *Logs) SetGeneral(v bool) *Logs + func (s Logs) GoString() string + func (s Logs) String() string + type LogsSummary struct + Audit *bool + AuditLogGroup *string + General *bool + GeneralLogGroup *string + Pending *PendingLogs + func (s *LogsSummary) SetAudit(v bool) *LogsSummary + func (s *LogsSummary) SetAuditLogGroup(v string) *LogsSummary + func (s *LogsSummary) SetGeneral(v bool) *LogsSummary + func (s *LogsSummary) SetGeneralLogGroup(v string) *LogsSummary + func (s *LogsSummary) SetPending(v *PendingLogs) *LogsSummary + func (s LogsSummary) GoString() string + func (s LogsSummary) String() string + type MQ struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *MQ + func (c *MQ) CreateBroker(input *CreateBrokerRequest) (*CreateBrokerResponse, error) + func (c *MQ) CreateBrokerRequest(input *CreateBrokerRequest) (req *request.Request, output *CreateBrokerResponse) + func (c *MQ) CreateBrokerWithContext(ctx aws.Context, input *CreateBrokerRequest, opts ...request.Option) (*CreateBrokerResponse, error) + func (c *MQ) CreateConfiguration(input *CreateConfigurationRequest) (*CreateConfigurationResponse, error) + func (c *MQ) CreateConfigurationRequest(input *CreateConfigurationRequest) (req *request.Request, output *CreateConfigurationResponse) + func (c *MQ) CreateConfigurationWithContext(ctx aws.Context, input *CreateConfigurationRequest, opts ...request.Option) (*CreateConfigurationResponse, error) + func (c *MQ) CreateTags(input *CreateTagsInput) (*CreateTagsOutput, error) + func (c *MQ) CreateTagsRequest(input *CreateTagsInput) (req *request.Request, output *CreateTagsOutput) + func (c *MQ) CreateTagsWithContext(ctx aws.Context, input *CreateTagsInput, opts ...request.Option) (*CreateTagsOutput, error) + func (c *MQ) CreateUser(input *CreateUserRequest) (*CreateUserOutput, error) + func (c *MQ) CreateUserRequest(input *CreateUserRequest) (req *request.Request, output *CreateUserOutput) + func (c *MQ) CreateUserWithContext(ctx aws.Context, input *CreateUserRequest, opts ...request.Option) (*CreateUserOutput, error) + func (c *MQ) DeleteBroker(input *DeleteBrokerInput) (*DeleteBrokerResponse, error) + func (c *MQ) DeleteBrokerRequest(input *DeleteBrokerInput) (req *request.Request, output *DeleteBrokerResponse) + func (c *MQ) DeleteBrokerWithContext(ctx aws.Context, input *DeleteBrokerInput, opts ...request.Option) (*DeleteBrokerResponse, error) + func (c *MQ) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error) + func (c *MQ) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput) + func (c *MQ) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error) + func (c *MQ) DeleteUser(input *DeleteUserInput) (*DeleteUserOutput, error) + func (c *MQ) DeleteUserRequest(input *DeleteUserInput) (req *request.Request, output *DeleteUserOutput) + func (c *MQ) DeleteUserWithContext(ctx aws.Context, input *DeleteUserInput, opts ...request.Option) (*DeleteUserOutput, error) + func (c *MQ) DescribeBroker(input *DescribeBrokerInput) (*DescribeBrokerResponse, error) + func (c *MQ) DescribeBrokerEngineTypes(input *DescribeBrokerEngineTypesInput) (*DescribeBrokerEngineTypesOutput, error) + func (c *MQ) DescribeBrokerEngineTypesRequest(input *DescribeBrokerEngineTypesInput) (req *request.Request, output *DescribeBrokerEngineTypesOutput) + func (c *MQ) DescribeBrokerEngineTypesWithContext(ctx aws.Context, input *DescribeBrokerEngineTypesInput, opts ...request.Option) (*DescribeBrokerEngineTypesOutput, error) + func (c *MQ) DescribeBrokerInstanceOptions(input *DescribeBrokerInstanceOptionsInput) (*DescribeBrokerInstanceOptionsOutput, error) + func (c *MQ) DescribeBrokerInstanceOptionsRequest(input *DescribeBrokerInstanceOptionsInput) (req *request.Request, output *DescribeBrokerInstanceOptionsOutput) + func (c *MQ) DescribeBrokerInstanceOptionsWithContext(ctx aws.Context, input *DescribeBrokerInstanceOptionsInput, ...) (*DescribeBrokerInstanceOptionsOutput, error) + func (c *MQ) DescribeBrokerRequest(input *DescribeBrokerInput) (req *request.Request, output *DescribeBrokerResponse) + func (c *MQ) DescribeBrokerWithContext(ctx aws.Context, input *DescribeBrokerInput, opts ...request.Option) (*DescribeBrokerResponse, error) + func (c *MQ) DescribeConfiguration(input *DescribeConfigurationInput) (*DescribeConfigurationOutput, error) + func (c *MQ) DescribeConfigurationRequest(input *DescribeConfigurationInput) (req *request.Request, output *DescribeConfigurationOutput) + func (c *MQ) DescribeConfigurationRevision(input *DescribeConfigurationRevisionInput) (*DescribeConfigurationRevisionResponse, error) + func (c *MQ) DescribeConfigurationRevisionRequest(input *DescribeConfigurationRevisionInput) (req *request.Request, output *DescribeConfigurationRevisionResponse) + func (c *MQ) DescribeConfigurationRevisionWithContext(ctx aws.Context, input *DescribeConfigurationRevisionInput, ...) (*DescribeConfigurationRevisionResponse, error) + func (c *MQ) DescribeConfigurationWithContext(ctx aws.Context, input *DescribeConfigurationInput, opts ...request.Option) (*DescribeConfigurationOutput, error) + func (c *MQ) DescribeUser(input *DescribeUserInput) (*DescribeUserResponse, error) + func (c *MQ) DescribeUserRequest(input *DescribeUserInput) (req *request.Request, output *DescribeUserResponse) + func (c *MQ) DescribeUserWithContext(ctx aws.Context, input *DescribeUserInput, opts ...request.Option) (*DescribeUserResponse, error) + func (c *MQ) ListBrokers(input *ListBrokersInput) (*ListBrokersResponse, error) + func (c *MQ) ListBrokersPages(input *ListBrokersInput, fn func(*ListBrokersResponse, bool) bool) error + func (c *MQ) ListBrokersPagesWithContext(ctx aws.Context, input *ListBrokersInput, ...) error + func (c *MQ) ListBrokersRequest(input *ListBrokersInput) (req *request.Request, output *ListBrokersResponse) + func (c *MQ) ListBrokersWithContext(ctx aws.Context, input *ListBrokersInput, opts ...request.Option) (*ListBrokersResponse, error) + func (c *MQ) ListConfigurationRevisions(input *ListConfigurationRevisionsInput) (*ListConfigurationRevisionsResponse, error) + func (c *MQ) ListConfigurationRevisionsRequest(input *ListConfigurationRevisionsInput) (req *request.Request, output *ListConfigurationRevisionsResponse) + func (c *MQ) ListConfigurationRevisionsWithContext(ctx aws.Context, input *ListConfigurationRevisionsInput, ...) (*ListConfigurationRevisionsResponse, error) + func (c *MQ) ListConfigurations(input *ListConfigurationsInput) (*ListConfigurationsResponse, error) + func (c *MQ) ListConfigurationsRequest(input *ListConfigurationsInput) (req *request.Request, output *ListConfigurationsResponse) + func (c *MQ) ListConfigurationsWithContext(ctx aws.Context, input *ListConfigurationsInput, opts ...request.Option) (*ListConfigurationsResponse, error) + func (c *MQ) ListTags(input *ListTagsInput) (*ListTagsOutput, error) + func (c *MQ) ListTagsRequest(input *ListTagsInput) (req *request.Request, output *ListTagsOutput) + func (c *MQ) ListTagsWithContext(ctx aws.Context, input *ListTagsInput, opts ...request.Option) (*ListTagsOutput, error) + func (c *MQ) ListUsers(input *ListUsersInput) (*ListUsersResponse, error) + func (c *MQ) ListUsersRequest(input *ListUsersInput) (req *request.Request, output *ListUsersResponse) + func (c *MQ) ListUsersWithContext(ctx aws.Context, input *ListUsersInput, opts ...request.Option) (*ListUsersResponse, error) + func (c *MQ) Promote(input *PromoteInput) (*PromoteOutput, error) + func (c *MQ) PromoteRequest(input *PromoteInput) (req *request.Request, output *PromoteOutput) + func (c *MQ) PromoteWithContext(ctx aws.Context, input *PromoteInput, opts ...request.Option) (*PromoteOutput, error) + func (c *MQ) RebootBroker(input *RebootBrokerInput) (*RebootBrokerOutput, error) + func (c *MQ) RebootBrokerRequest(input *RebootBrokerInput) (req *request.Request, output *RebootBrokerOutput) + func (c *MQ) RebootBrokerWithContext(ctx aws.Context, input *RebootBrokerInput, opts ...request.Option) (*RebootBrokerOutput, error) + func (c *MQ) UpdateBroker(input *UpdateBrokerRequest) (*UpdateBrokerResponse, error) + func (c *MQ) UpdateBrokerRequest(input *UpdateBrokerRequest) (req *request.Request, output *UpdateBrokerResponse) + func (c *MQ) UpdateBrokerWithContext(ctx aws.Context, input *UpdateBrokerRequest, opts ...request.Option) (*UpdateBrokerResponse, error) + func (c *MQ) UpdateConfiguration(input *UpdateConfigurationRequest) (*UpdateConfigurationResponse, error) + func (c *MQ) UpdateConfigurationRequest(input *UpdateConfigurationRequest) (req *request.Request, output *UpdateConfigurationResponse) + func (c *MQ) UpdateConfigurationWithContext(ctx aws.Context, input *UpdateConfigurationRequest, opts ...request.Option) (*UpdateConfigurationResponse, error) + func (c *MQ) UpdateUser(input *UpdateUserRequest) (*UpdateUserOutput, error) + func (c *MQ) UpdateUserRequest(input *UpdateUserRequest) (req *request.Request, output *UpdateUserOutput) + func (c *MQ) UpdateUserWithContext(ctx aws.Context, input *UpdateUserRequest, opts ...request.Option) (*UpdateUserOutput, error) + type NotFoundException struct + ErrorAttribute *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotFoundException) Code() string + func (s *NotFoundException) Error() string + func (s *NotFoundException) Message() string + func (s *NotFoundException) OrigErr() error + func (s *NotFoundException) RequestID() string + func (s *NotFoundException) StatusCode() int + func (s NotFoundException) GoString() string + func (s NotFoundException) String() string + type PendingLogs struct + Audit *bool + General *bool + func (s *PendingLogs) SetAudit(v bool) *PendingLogs + func (s *PendingLogs) SetGeneral(v bool) *PendingLogs + func (s PendingLogs) GoString() string + func (s PendingLogs) String() string + type PromoteInput struct + BrokerId *string + Mode *string + func (s *PromoteInput) SetBrokerId(v string) *PromoteInput + func (s *PromoteInput) SetMode(v string) *PromoteInput + func (s *PromoteInput) Validate() error + func (s PromoteInput) GoString() string + func (s PromoteInput) String() string + type PromoteOutput struct + BrokerId *string + func (s *PromoteOutput) SetBrokerId(v string) *PromoteOutput + func (s PromoteOutput) GoString() string + func (s PromoteOutput) String() string + type RebootBrokerInput struct + BrokerId *string + func (s *RebootBrokerInput) SetBrokerId(v string) *RebootBrokerInput + func (s *RebootBrokerInput) Validate() error + func (s RebootBrokerInput) GoString() string + func (s RebootBrokerInput) String() string + type RebootBrokerOutput struct + func (s RebootBrokerOutput) GoString() string + func (s RebootBrokerOutput) String() string + type SanitizationWarning struct + AttributeName *string + ElementName *string + Reason *string + func (s *SanitizationWarning) SetAttributeName(v string) *SanitizationWarning + func (s *SanitizationWarning) SetElementName(v string) *SanitizationWarning + func (s *SanitizationWarning) SetReason(v string) *SanitizationWarning + func (s SanitizationWarning) GoString() string + func (s SanitizationWarning) String() string + type UnauthorizedException struct + ErrorAttribute *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnauthorizedException) Code() string + func (s *UnauthorizedException) Error() string + func (s *UnauthorizedException) Message() string + func (s *UnauthorizedException) OrigErr() error + func (s *UnauthorizedException) RequestID() string + func (s *UnauthorizedException) StatusCode() int + func (s UnauthorizedException) GoString() string + func (s UnauthorizedException) String() string + type UpdateBrokerRequest struct + AuthenticationStrategy *string + AutoMinorVersionUpgrade *bool + BrokerId *string + Configuration *ConfigurationId + DataReplicationMode *string + EngineVersion *string + HostInstanceType *string + LdapServerMetadata *LdapServerMetadataInput + Logs *Logs + MaintenanceWindowStartTime *WeeklyStartTime + SecurityGroups []*string + func (s *UpdateBrokerRequest) SetAuthenticationStrategy(v string) *UpdateBrokerRequest + func (s *UpdateBrokerRequest) SetAutoMinorVersionUpgrade(v bool) *UpdateBrokerRequest + func (s *UpdateBrokerRequest) SetBrokerId(v string) *UpdateBrokerRequest + func (s *UpdateBrokerRequest) SetConfiguration(v *ConfigurationId) *UpdateBrokerRequest + func (s *UpdateBrokerRequest) SetDataReplicationMode(v string) *UpdateBrokerRequest + func (s *UpdateBrokerRequest) SetEngineVersion(v string) *UpdateBrokerRequest + func (s *UpdateBrokerRequest) SetHostInstanceType(v string) *UpdateBrokerRequest + func (s *UpdateBrokerRequest) SetLdapServerMetadata(v *LdapServerMetadataInput) *UpdateBrokerRequest + func (s *UpdateBrokerRequest) SetLogs(v *Logs) *UpdateBrokerRequest + func (s *UpdateBrokerRequest) SetMaintenanceWindowStartTime(v *WeeklyStartTime) *UpdateBrokerRequest + func (s *UpdateBrokerRequest) SetSecurityGroups(v []*string) *UpdateBrokerRequest + func (s *UpdateBrokerRequest) Validate() error + func (s UpdateBrokerRequest) GoString() string + func (s UpdateBrokerRequest) String() string + type UpdateBrokerResponse struct + AuthenticationStrategy *string + AutoMinorVersionUpgrade *bool + BrokerId *string + Configuration *ConfigurationId + DataReplicationMetadata *DataReplicationMetadataOutput_ + DataReplicationMode *string + EngineVersion *string + HostInstanceType *string + LdapServerMetadata *LdapServerMetadataOutput + Logs *Logs + MaintenanceWindowStartTime *WeeklyStartTime + PendingDataReplicationMetadata *DataReplicationMetadataOutput_ + PendingDataReplicationMode *string + SecurityGroups []*string + func (s *UpdateBrokerResponse) SetAuthenticationStrategy(v string) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetAutoMinorVersionUpgrade(v bool) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetBrokerId(v string) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetConfiguration(v *ConfigurationId) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetDataReplicationMetadata(v *DataReplicationMetadataOutput_) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetDataReplicationMode(v string) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetEngineVersion(v string) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetHostInstanceType(v string) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetLdapServerMetadata(v *LdapServerMetadataOutput) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetLogs(v *Logs) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetMaintenanceWindowStartTime(v *WeeklyStartTime) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetPendingDataReplicationMetadata(v *DataReplicationMetadataOutput_) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetPendingDataReplicationMode(v string) *UpdateBrokerResponse + func (s *UpdateBrokerResponse) SetSecurityGroups(v []*string) *UpdateBrokerResponse + func (s UpdateBrokerResponse) GoString() string + func (s UpdateBrokerResponse) String() string + type UpdateConfigurationRequest struct + ConfigurationId *string + Data *string + Description *string + func (s *UpdateConfigurationRequest) SetConfigurationId(v string) *UpdateConfigurationRequest + func (s *UpdateConfigurationRequest) SetData(v string) *UpdateConfigurationRequest + func (s *UpdateConfigurationRequest) SetDescription(v string) *UpdateConfigurationRequest + func (s *UpdateConfigurationRequest) Validate() error + func (s UpdateConfigurationRequest) GoString() string + func (s UpdateConfigurationRequest) String() string + type UpdateConfigurationResponse struct + Arn *string + Created *time.Time + Id *string + LatestRevision *ConfigurationRevision + Name *string + Warnings []*SanitizationWarning + func (s *UpdateConfigurationResponse) SetArn(v string) *UpdateConfigurationResponse + func (s *UpdateConfigurationResponse) SetCreated(v time.Time) *UpdateConfigurationResponse + func (s *UpdateConfigurationResponse) SetId(v string) *UpdateConfigurationResponse + func (s *UpdateConfigurationResponse) SetLatestRevision(v *ConfigurationRevision) *UpdateConfigurationResponse + func (s *UpdateConfigurationResponse) SetName(v string) *UpdateConfigurationResponse + func (s *UpdateConfigurationResponse) SetWarnings(v []*SanitizationWarning) *UpdateConfigurationResponse + func (s UpdateConfigurationResponse) GoString() string + func (s UpdateConfigurationResponse) String() string + type UpdateUserOutput struct + func (s UpdateUserOutput) GoString() string + func (s UpdateUserOutput) String() string + type UpdateUserRequest struct + BrokerId *string + ConsoleAccess *bool + Groups []*string + Password *string + ReplicationUser *bool + Username *string + func (s *UpdateUserRequest) SetBrokerId(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetConsoleAccess(v bool) *UpdateUserRequest + func (s *UpdateUserRequest) SetGroups(v []*string) *UpdateUserRequest + func (s *UpdateUserRequest) SetPassword(v string) *UpdateUserRequest + func (s *UpdateUserRequest) SetReplicationUser(v bool) *UpdateUserRequest + func (s *UpdateUserRequest) SetUsername(v string) *UpdateUserRequest + func (s *UpdateUserRequest) Validate() error + func (s UpdateUserRequest) GoString() string + func (s UpdateUserRequest) String() string + type User struct + ConsoleAccess *bool + Groups []*string + Password *string + ReplicationUser *bool + Username *string + func (s *User) SetConsoleAccess(v bool) *User + func (s *User) SetGroups(v []*string) *User + func (s *User) SetPassword(v string) *User + func (s *User) SetReplicationUser(v bool) *User + func (s *User) SetUsername(v string) *User + func (s *User) Validate() error + func (s User) GoString() string + func (s User) String() string + type UserPendingChanges struct + ConsoleAccess *bool + Groups []*string + PendingChange *string + func (s *UserPendingChanges) SetConsoleAccess(v bool) *UserPendingChanges + func (s *UserPendingChanges) SetGroups(v []*string) *UserPendingChanges + func (s *UserPendingChanges) SetPendingChange(v string) *UserPendingChanges + func (s UserPendingChanges) GoString() string + func (s UserPendingChanges) String() string + type UserSummary struct + PendingChange *string + Username *string + func (s *UserSummary) SetPendingChange(v string) *UserSummary + func (s *UserSummary) SetUsername(v string) *UserSummary + func (s UserSummary) GoString() string + func (s UserSummary) String() string + type WeeklyStartTime struct + DayOfWeek *string + TimeOfDay *string + TimeZone *string + func (s *WeeklyStartTime) SetDayOfWeek(v string) *WeeklyStartTime + func (s *WeeklyStartTime) SetTimeOfDay(v string) *WeeklyStartTime + func (s *WeeklyStartTime) SetTimeZone(v string) *WeeklyStartTime + func (s *WeeklyStartTime) Validate() error + func (s WeeklyStartTime) GoString() string + func (s WeeklyStartTime) String() string