Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const AccountTypeManagement + const AccountTypeMember + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeValidationException + const NotificationSeverityLevelAll + const NotificationSeverityLevelHigh + const NotificationSeverityLevelNone + const ServiceID + const ServiceName + func AccountType_Values() []string + func NotificationSeverityLevel_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type ConflictException struct + 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 CreateSlackChannelConfigurationInput struct + ChannelId *string + ChannelName *string + ChannelRoleArn *string + NotifyOnAddCorrespondenceToCase *bool + NotifyOnCaseSeverity *string + NotifyOnCreateOrReopenCase *bool + NotifyOnResolveCase *bool + TeamId *string + func (s *CreateSlackChannelConfigurationInput) SetChannelId(v string) *CreateSlackChannelConfigurationInput + func (s *CreateSlackChannelConfigurationInput) SetChannelName(v string) *CreateSlackChannelConfigurationInput + func (s *CreateSlackChannelConfigurationInput) SetChannelRoleArn(v string) *CreateSlackChannelConfigurationInput + func (s *CreateSlackChannelConfigurationInput) SetNotifyOnAddCorrespondenceToCase(v bool) *CreateSlackChannelConfigurationInput + func (s *CreateSlackChannelConfigurationInput) SetNotifyOnCaseSeverity(v string) *CreateSlackChannelConfigurationInput + func (s *CreateSlackChannelConfigurationInput) SetNotifyOnCreateOrReopenCase(v bool) *CreateSlackChannelConfigurationInput + func (s *CreateSlackChannelConfigurationInput) SetNotifyOnResolveCase(v bool) *CreateSlackChannelConfigurationInput + func (s *CreateSlackChannelConfigurationInput) SetTeamId(v string) *CreateSlackChannelConfigurationInput + func (s *CreateSlackChannelConfigurationInput) Validate() error + func (s CreateSlackChannelConfigurationInput) GoString() string + func (s CreateSlackChannelConfigurationInput) String() string + type CreateSlackChannelConfigurationOutput struct + func (s CreateSlackChannelConfigurationOutput) GoString() string + func (s CreateSlackChannelConfigurationOutput) String() string + type DeleteAccountAliasInput struct + func (s DeleteAccountAliasInput) GoString() string + func (s DeleteAccountAliasInput) String() string + type DeleteAccountAliasOutput struct + func (s DeleteAccountAliasOutput) GoString() string + func (s DeleteAccountAliasOutput) String() string + type DeleteSlackChannelConfigurationInput struct + ChannelId *string + TeamId *string + func (s *DeleteSlackChannelConfigurationInput) SetChannelId(v string) *DeleteSlackChannelConfigurationInput + func (s *DeleteSlackChannelConfigurationInput) SetTeamId(v string) *DeleteSlackChannelConfigurationInput + func (s *DeleteSlackChannelConfigurationInput) Validate() error + func (s DeleteSlackChannelConfigurationInput) GoString() string + func (s DeleteSlackChannelConfigurationInput) String() string + type DeleteSlackChannelConfigurationOutput struct + func (s DeleteSlackChannelConfigurationOutput) GoString() string + func (s DeleteSlackChannelConfigurationOutput) String() string + type DeleteSlackWorkspaceConfigurationInput struct + TeamId *string + func (s *DeleteSlackWorkspaceConfigurationInput) SetTeamId(v string) *DeleteSlackWorkspaceConfigurationInput + func (s *DeleteSlackWorkspaceConfigurationInput) Validate() error + func (s DeleteSlackWorkspaceConfigurationInput) GoString() string + func (s DeleteSlackWorkspaceConfigurationInput) String() string + type DeleteSlackWorkspaceConfigurationOutput struct + func (s DeleteSlackWorkspaceConfigurationOutput) GoString() string + func (s DeleteSlackWorkspaceConfigurationOutput) String() string + type GetAccountAliasInput struct + func (s GetAccountAliasInput) GoString() string + func (s GetAccountAliasInput) String() string + type GetAccountAliasOutput struct + AccountAlias *string + func (s *GetAccountAliasOutput) SetAccountAlias(v string) *GetAccountAliasOutput + func (s GetAccountAliasOutput) GoString() string + func (s GetAccountAliasOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListSlackChannelConfigurationsInput struct + NextToken *string + func (s *ListSlackChannelConfigurationsInput) SetNextToken(v string) *ListSlackChannelConfigurationsInput + func (s *ListSlackChannelConfigurationsInput) Validate() error + func (s ListSlackChannelConfigurationsInput) GoString() string + func (s ListSlackChannelConfigurationsInput) String() string + type ListSlackChannelConfigurationsOutput struct + NextToken *string + SlackChannelConfigurations []*SlackChannelConfiguration + func (s *ListSlackChannelConfigurationsOutput) SetNextToken(v string) *ListSlackChannelConfigurationsOutput + func (s *ListSlackChannelConfigurationsOutput) SetSlackChannelConfigurations(v []*SlackChannelConfiguration) *ListSlackChannelConfigurationsOutput + func (s ListSlackChannelConfigurationsOutput) GoString() string + func (s ListSlackChannelConfigurationsOutput) String() string + type ListSlackWorkspaceConfigurationsInput struct + NextToken *string + func (s *ListSlackWorkspaceConfigurationsInput) SetNextToken(v string) *ListSlackWorkspaceConfigurationsInput + func (s *ListSlackWorkspaceConfigurationsInput) Validate() error + func (s ListSlackWorkspaceConfigurationsInput) GoString() string + func (s ListSlackWorkspaceConfigurationsInput) String() string + type ListSlackWorkspaceConfigurationsOutput struct + NextToken *string + SlackWorkspaceConfigurations []*SlackWorkspaceConfiguration + func (s *ListSlackWorkspaceConfigurationsOutput) SetNextToken(v string) *ListSlackWorkspaceConfigurationsOutput + func (s *ListSlackWorkspaceConfigurationsOutput) SetSlackWorkspaceConfigurations(v []*SlackWorkspaceConfiguration) *ListSlackWorkspaceConfigurationsOutput + func (s ListSlackWorkspaceConfigurationsOutput) GoString() string + func (s ListSlackWorkspaceConfigurationsOutput) String() string + type PutAccountAliasInput struct + AccountAlias *string + func (s *PutAccountAliasInput) SetAccountAlias(v string) *PutAccountAliasInput + func (s *PutAccountAliasInput) Validate() error + func (s PutAccountAliasInput) GoString() string + func (s PutAccountAliasInput) String() string + type PutAccountAliasOutput struct + func (s PutAccountAliasOutput) GoString() string + func (s PutAccountAliasOutput) String() string + type RegisterSlackWorkspaceForOrganizationInput struct + TeamId *string + func (s *RegisterSlackWorkspaceForOrganizationInput) SetTeamId(v string) *RegisterSlackWorkspaceForOrganizationInput + func (s *RegisterSlackWorkspaceForOrganizationInput) Validate() error + func (s RegisterSlackWorkspaceForOrganizationInput) GoString() string + func (s RegisterSlackWorkspaceForOrganizationInput) String() string + type RegisterSlackWorkspaceForOrganizationOutput struct + AccountType *string + TeamId *string + TeamName *string + func (s *RegisterSlackWorkspaceForOrganizationOutput) SetAccountType(v string) *RegisterSlackWorkspaceForOrganizationOutput + func (s *RegisterSlackWorkspaceForOrganizationOutput) SetTeamId(v string) *RegisterSlackWorkspaceForOrganizationOutput + func (s *RegisterSlackWorkspaceForOrganizationOutput) SetTeamName(v string) *RegisterSlackWorkspaceForOrganizationOutput + func (s RegisterSlackWorkspaceForOrganizationOutput) GoString() string + func (s RegisterSlackWorkspaceForOrganizationOutput) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type 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 SlackChannelConfiguration struct + ChannelId *string + ChannelName *string + ChannelRoleArn *string + NotifyOnAddCorrespondenceToCase *bool + NotifyOnCaseSeverity *string + NotifyOnCreateOrReopenCase *bool + NotifyOnResolveCase *bool + TeamId *string + func (s *SlackChannelConfiguration) SetChannelId(v string) *SlackChannelConfiguration + func (s *SlackChannelConfiguration) SetChannelName(v string) *SlackChannelConfiguration + func (s *SlackChannelConfiguration) SetChannelRoleArn(v string) *SlackChannelConfiguration + func (s *SlackChannelConfiguration) SetNotifyOnAddCorrespondenceToCase(v bool) *SlackChannelConfiguration + func (s *SlackChannelConfiguration) SetNotifyOnCaseSeverity(v string) *SlackChannelConfiguration + func (s *SlackChannelConfiguration) SetNotifyOnCreateOrReopenCase(v bool) *SlackChannelConfiguration + func (s *SlackChannelConfiguration) SetNotifyOnResolveCase(v bool) *SlackChannelConfiguration + func (s *SlackChannelConfiguration) SetTeamId(v string) *SlackChannelConfiguration + func (s SlackChannelConfiguration) GoString() string + func (s SlackChannelConfiguration) String() string + type SlackWorkspaceConfiguration struct + AllowOrganizationMemberAccount *bool + TeamId *string + TeamName *string + func (s *SlackWorkspaceConfiguration) SetAllowOrganizationMemberAccount(v bool) *SlackWorkspaceConfiguration + func (s *SlackWorkspaceConfiguration) SetTeamId(v string) *SlackWorkspaceConfiguration + func (s *SlackWorkspaceConfiguration) SetTeamName(v string) *SlackWorkspaceConfiguration + func (s SlackWorkspaceConfiguration) GoString() string + func (s SlackWorkspaceConfiguration) String() string + type SupportApp struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *SupportApp + func (c *SupportApp) CreateSlackChannelConfiguration(input *CreateSlackChannelConfigurationInput) (*CreateSlackChannelConfigurationOutput, error) + func (c *SupportApp) CreateSlackChannelConfigurationRequest(input *CreateSlackChannelConfigurationInput) (req *request.Request, output *CreateSlackChannelConfigurationOutput) + func (c *SupportApp) CreateSlackChannelConfigurationWithContext(ctx aws.Context, input *CreateSlackChannelConfigurationInput, ...) (*CreateSlackChannelConfigurationOutput, error) + func (c *SupportApp) DeleteAccountAlias(input *DeleteAccountAliasInput) (*DeleteAccountAliasOutput, error) + func (c *SupportApp) DeleteAccountAliasRequest(input *DeleteAccountAliasInput) (req *request.Request, output *DeleteAccountAliasOutput) + func (c *SupportApp) DeleteAccountAliasWithContext(ctx aws.Context, input *DeleteAccountAliasInput, opts ...request.Option) (*DeleteAccountAliasOutput, error) + func (c *SupportApp) DeleteSlackChannelConfiguration(input *DeleteSlackChannelConfigurationInput) (*DeleteSlackChannelConfigurationOutput, error) + func (c *SupportApp) DeleteSlackChannelConfigurationRequest(input *DeleteSlackChannelConfigurationInput) (req *request.Request, output *DeleteSlackChannelConfigurationOutput) + func (c *SupportApp) DeleteSlackChannelConfigurationWithContext(ctx aws.Context, input *DeleteSlackChannelConfigurationInput, ...) (*DeleteSlackChannelConfigurationOutput, error) + func (c *SupportApp) DeleteSlackWorkspaceConfiguration(input *DeleteSlackWorkspaceConfigurationInput) (*DeleteSlackWorkspaceConfigurationOutput, error) + func (c *SupportApp) DeleteSlackWorkspaceConfigurationRequest(input *DeleteSlackWorkspaceConfigurationInput) (req *request.Request, output *DeleteSlackWorkspaceConfigurationOutput) + func (c *SupportApp) DeleteSlackWorkspaceConfigurationWithContext(ctx aws.Context, input *DeleteSlackWorkspaceConfigurationInput, ...) (*DeleteSlackWorkspaceConfigurationOutput, error) + func (c *SupportApp) GetAccountAlias(input *GetAccountAliasInput) (*GetAccountAliasOutput, error) + func (c *SupportApp) GetAccountAliasRequest(input *GetAccountAliasInput) (req *request.Request, output *GetAccountAliasOutput) + func (c *SupportApp) GetAccountAliasWithContext(ctx aws.Context, input *GetAccountAliasInput, opts ...request.Option) (*GetAccountAliasOutput, error) + func (c *SupportApp) ListSlackChannelConfigurations(input *ListSlackChannelConfigurationsInput) (*ListSlackChannelConfigurationsOutput, error) + func (c *SupportApp) ListSlackChannelConfigurationsPages(input *ListSlackChannelConfigurationsInput, ...) error + func (c *SupportApp) ListSlackChannelConfigurationsPagesWithContext(ctx aws.Context, input *ListSlackChannelConfigurationsInput, ...) error + func (c *SupportApp) ListSlackChannelConfigurationsRequest(input *ListSlackChannelConfigurationsInput) (req *request.Request, output *ListSlackChannelConfigurationsOutput) + func (c *SupportApp) ListSlackChannelConfigurationsWithContext(ctx aws.Context, input *ListSlackChannelConfigurationsInput, ...) (*ListSlackChannelConfigurationsOutput, error) + func (c *SupportApp) ListSlackWorkspaceConfigurations(input *ListSlackWorkspaceConfigurationsInput) (*ListSlackWorkspaceConfigurationsOutput, error) + func (c *SupportApp) ListSlackWorkspaceConfigurationsPages(input *ListSlackWorkspaceConfigurationsInput, ...) error + func (c *SupportApp) ListSlackWorkspaceConfigurationsPagesWithContext(ctx aws.Context, input *ListSlackWorkspaceConfigurationsInput, ...) error + func (c *SupportApp) ListSlackWorkspaceConfigurationsRequest(input *ListSlackWorkspaceConfigurationsInput) (req *request.Request, output *ListSlackWorkspaceConfigurationsOutput) + func (c *SupportApp) ListSlackWorkspaceConfigurationsWithContext(ctx aws.Context, input *ListSlackWorkspaceConfigurationsInput, ...) (*ListSlackWorkspaceConfigurationsOutput, error) + func (c *SupportApp) PutAccountAlias(input *PutAccountAliasInput) (*PutAccountAliasOutput, error) + func (c *SupportApp) PutAccountAliasRequest(input *PutAccountAliasInput) (req *request.Request, output *PutAccountAliasOutput) + func (c *SupportApp) PutAccountAliasWithContext(ctx aws.Context, input *PutAccountAliasInput, opts ...request.Option) (*PutAccountAliasOutput, error) + func (c *SupportApp) RegisterSlackWorkspaceForOrganization(input *RegisterSlackWorkspaceForOrganizationInput) (*RegisterSlackWorkspaceForOrganizationOutput, error) + func (c *SupportApp) RegisterSlackWorkspaceForOrganizationRequest(input *RegisterSlackWorkspaceForOrganizationInput) (req *request.Request, output *RegisterSlackWorkspaceForOrganizationOutput) + func (c *SupportApp) RegisterSlackWorkspaceForOrganizationWithContext(ctx aws.Context, input *RegisterSlackWorkspaceForOrganizationInput, ...) (*RegisterSlackWorkspaceForOrganizationOutput, error) + func (c *SupportApp) UpdateSlackChannelConfiguration(input *UpdateSlackChannelConfigurationInput) (*UpdateSlackChannelConfigurationOutput, error) + func (c *SupportApp) UpdateSlackChannelConfigurationRequest(input *UpdateSlackChannelConfigurationInput) (req *request.Request, output *UpdateSlackChannelConfigurationOutput) + func (c *SupportApp) UpdateSlackChannelConfigurationWithContext(ctx aws.Context, input *UpdateSlackChannelConfigurationInput, ...) (*UpdateSlackChannelConfigurationOutput, error) + type UpdateSlackChannelConfigurationInput struct + ChannelId *string + ChannelName *string + ChannelRoleArn *string + NotifyOnAddCorrespondenceToCase *bool + NotifyOnCaseSeverity *string + NotifyOnCreateOrReopenCase *bool + NotifyOnResolveCase *bool + TeamId *string + func (s *UpdateSlackChannelConfigurationInput) SetChannelId(v string) *UpdateSlackChannelConfigurationInput + func (s *UpdateSlackChannelConfigurationInput) SetChannelName(v string) *UpdateSlackChannelConfigurationInput + func (s *UpdateSlackChannelConfigurationInput) SetChannelRoleArn(v string) *UpdateSlackChannelConfigurationInput + func (s *UpdateSlackChannelConfigurationInput) SetNotifyOnAddCorrespondenceToCase(v bool) *UpdateSlackChannelConfigurationInput + func (s *UpdateSlackChannelConfigurationInput) SetNotifyOnCaseSeverity(v string) *UpdateSlackChannelConfigurationInput + func (s *UpdateSlackChannelConfigurationInput) SetNotifyOnCreateOrReopenCase(v bool) *UpdateSlackChannelConfigurationInput + func (s *UpdateSlackChannelConfigurationInput) SetNotifyOnResolveCase(v bool) *UpdateSlackChannelConfigurationInput + func (s *UpdateSlackChannelConfigurationInput) SetTeamId(v string) *UpdateSlackChannelConfigurationInput + func (s *UpdateSlackChannelConfigurationInput) Validate() error + func (s UpdateSlackChannelConfigurationInput) GoString() string + func (s UpdateSlackChannelConfigurationInput) String() string + type UpdateSlackChannelConfigurationOutput struct + ChannelId *string + ChannelName *string + ChannelRoleArn *string + NotifyOnAddCorrespondenceToCase *bool + NotifyOnCaseSeverity *string + NotifyOnCreateOrReopenCase *bool + NotifyOnResolveCase *bool + TeamId *string + func (s *UpdateSlackChannelConfigurationOutput) SetChannelId(v string) *UpdateSlackChannelConfigurationOutput + func (s *UpdateSlackChannelConfigurationOutput) SetChannelName(v string) *UpdateSlackChannelConfigurationOutput + func (s *UpdateSlackChannelConfigurationOutput) SetChannelRoleArn(v string) *UpdateSlackChannelConfigurationOutput + func (s *UpdateSlackChannelConfigurationOutput) SetNotifyOnAddCorrespondenceToCase(v bool) *UpdateSlackChannelConfigurationOutput + func (s *UpdateSlackChannelConfigurationOutput) SetNotifyOnCaseSeverity(v string) *UpdateSlackChannelConfigurationOutput + func (s *UpdateSlackChannelConfigurationOutput) SetNotifyOnCreateOrReopenCase(v bool) *UpdateSlackChannelConfigurationOutput + func (s *UpdateSlackChannelConfigurationOutput) SetNotifyOnResolveCase(v bool) *UpdateSlackChannelConfigurationOutput + func (s *UpdateSlackChannelConfigurationOutput) SetTeamId(v string) *UpdateSlackChannelConfigurationOutput + func (s UpdateSlackChannelConfigurationOutput) GoString() string + func (s UpdateSlackChannelConfigurationOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string