2022/08/22 - AWS Support App - 9 new api methods
Changes This is the initial SDK release for the AWS Support App in Slack.
Updates the configuration for a Slack channel, such as case update notifications.
See also: AWS API Documentation
Request Syntax
client.update_slack_channel_configuration( channelId='string', channelName='string', channelRoleArn='string', notifyOnAddCorrespondenceToCase=True|False, notifyOnCaseSeverity='none'|'all'|'high', notifyOnCreateOrReopenCase=True|False, notifyOnResolveCase=True|False, teamId='string' )
string
[REQUIRED]
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
string
The Slack channel name that you want to update.
string
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
boolean
Whether you want to get notified when a support case has a new correspondence.
string
The case severity for a support case that you want to receive notifications.
`` <p>If you specify <code>high</code> or <code>all</code>, at least one of the following parameters must be <code>true</code>:</p> <ul> <li> <p> <code>notifyOnAddCorrespondenceToCase</code> </p> </li> <li> <p> <code>notifyOnCreateOrReopenCase</code> </p> </li> <li> <p> <code>notifyOnResolveCase</code> </p> </li> </ul> <p>If you specify <code>none</code>, any of the following parameters that you specify in your request must be <code>false</code>:</p> <ul> <li> <p> <code>notifyOnAddCorrespondenceToCase</code> </p> </li> <li> <p> <code>notifyOnCreateOrReopenCase</code> </p> </li> <li> <p> <code>notifyOnResolveCase</code> </p> </li> </ul> <note> <p>If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default.</p> </note>``
boolean
Whether you want to get notified when a support case is created or reopened.
boolean
Whether you want to get notified when a support case is resolved.
string
[REQUIRED]
The team ID in Slack. This ID uniquely identifies a Slack workspace.
dict
Response Syntax
{ 'channelId': 'string', 'channelName': 'string', 'channelRoleArn': 'string', 'notifyOnAddCorrespondenceToCase': True|False, 'notifyOnCaseSeverity': 'none'|'all'|'high', 'notifyOnCreateOrReopenCase': True|False, 'notifyOnResolveCase': True|False, 'teamId': 'string' }
Response Structure
(dict) --
channelId (string) --
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
channelName (string) --
The name of the Slack channel that you configure for the Amazon Web Services Support App.
channelRoleArn (string) --
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
notifyOnAddCorrespondenceToCase (boolean) --
Whether you want to get notified when a support case has a new correspondence.
notifyOnCaseSeverity (string) --
The case severity for a support case that you want to receive notifications.
notifyOnCreateOrReopenCase (boolean) --
Whether you want to get notified when a support case is created or reopened.
notifyOnResolveCase (boolean) --
Whether you want to get notified when a support case is resolved.
teamId (string) --
The team ID in Slack. This ID uniquely identifies a Slack workspace.
Deletes a Slack workspace configuration from your Amazon Web Services account. This operation doesn't delete your Slack workspace.
See also: AWS API Documentation
Request Syntax
client.delete_slack_workspace_configuration( teamId='string' )
string
[REQUIRED]
The team ID in Slack. This ID uniquely identifies a Slack workspace.
dict
Response Syntax
{}
Response Structure
(dict) --
Lists the Slack workspace configurations for an Amazon Web Services account.
See also: AWS API Documentation
Request Syntax
client.list_slack_workspace_configurations( nextToken='string' )
string
If the results of a search are large, the API only returns a portion of the results and includes a nextToken pagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.
dict
Response Syntax
{ 'nextToken': 'string', 'slackWorkspaceConfigurations': [ { 'teamId': 'string' }, ] }
Response Structure
(dict) --
nextToken (string) --
The point where pagination should resume when the response returns only partial results.
slackWorkspaceConfigurations (list) --
The configurations for a Slack workspace.
(dict) --
The configuration for a Slack workspace that you added to an Amazon Web Services account.
teamId (string) --
The team ID in Slack. This ID uniquely identifies a Slack workspace.
Lists the Slack channel configurations for an Amazon Web Services account.
See also: AWS API Documentation
Request Syntax
client.list_slack_channel_configurations( nextToken='string' )
string
If the results of a search are large, the API only returns a portion of the results and includes a nextToken pagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.
dict
Response Syntax
{ 'nextToken': 'string', 'slackChannelConfigurations': [ { 'channelId': 'string', 'channelName': 'string', 'channelRoleArn': 'string', 'notifyOnAddCorrespondenceToCase': True|False, 'notifyOnCaseSeverity': 'none'|'all'|'high', 'notifyOnCreateOrReopenCase': True|False, 'notifyOnResolveCase': True|False, 'teamId': 'string' }, ] }
Response Structure
(dict) --
nextToken (string) --
The point where pagination should resume when the response returns only partial results.
slackChannelConfigurations (list) --
The configurations for a Slack channel.
(dict) --
The configuration for a Slack channel that you added to an Amazon Web Services account.
channelId (string) --
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
channelName (string) --
The name of the Slack channel that you configured with the Amazon Web Services Support App.
channelRoleArn (string) --
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
notifyOnAddCorrespondenceToCase (boolean) --
Whether you want to get notified when a support case has a new correspondence.
notifyOnCaseSeverity (string) --
The case severity for a support case that you want to receive notifications.
notifyOnCreateOrReopenCase (boolean) --
Whether you want to get notified when a support case is created or reopened.
notifyOnResolveCase (boolean) --
Whether you want to get notified when a support case is resolved.
teamId (string) --
The team ID in Slack. This ID uniquely identifies a Slack workspace.
Creates or updates an individual alias for each Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.
See also: AWS API Documentation
Request Syntax
client.put_account_alias( accountAlias='string' )
string
[REQUIRED]
An alias or short name for an Amazon Web Services account.
dict
Response Syntax
{}
Response Structure
(dict) --
Deletes an alias for an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.
See also: AWS API Documentation
Request Syntax
client.delete_account_alias()
dict
Response Syntax
{}
Response Structure
(dict) --
Creates a Slack channel configuration for your Amazon Web Services account.
A Slack channel can have up to 100 Amazon Web Services accounts. This means that only 100 accounts can add the same Slack channel to the Amazon Web Services Support App. We recommend that you only add the accounts that you need to manage support cases for your organization. This can reduce the notifications about case updates that you receive in the Slack channel.
See also: AWS API Documentation
Request Syntax
client.create_slack_channel_configuration( channelId='string', channelName='string', channelRoleArn='string', notifyOnAddCorrespondenceToCase=True|False, notifyOnCaseSeverity='none'|'all'|'high', notifyOnCreateOrReopenCase=True|False, notifyOnResolveCase=True|False, teamId='string' )
string
[REQUIRED]
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
string
The name of the Slack channel that you configure for the Amazon Web Services Support App.
string
[REQUIRED]
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
boolean
Whether you want to get notified when a support case has a new correspondence.
string
[REQUIRED]
The case severity for a support case that you want to receive notifications.
`` <p>If you specify <code>high</code> or <code>all</code>, you must specify <code>true</code> for at least one of the following parameters:</p> <ul> <li> <p> <code>notifyOnAddCorrespondenceToCase</code> </p> </li> <li> <p> <code>notifyOnCreateOrReopenCase</code> </p> </li> <li> <p> <code>notifyOnResolveCase</code> </p> </li> </ul> <p>If you specify <code>none</code>, the following parameters must be null or <code>false</code>:</p> <ul> <li> <p> <code>notifyOnAddCorrespondenceToCase</code> </p> </li> <li> <p> <code>notifyOnCreateOrReopenCase</code> </p> </li> <li> <p> <code>notifyOnResolveCase</code> </p> </li> </ul> <note> <p>If you don't specify these parameters in your request, they default to <code>false</code>.</p> </note>``
boolean
Whether you want to get notified when a support case is created or reopened.
boolean
Whether you want to get notified when a support case is resolved.
string
[REQUIRED]
The team ID in Slack. This ID uniquely identifies a Slack workspace.
dict
Response Syntax
{}
Response Structure
(dict) --
Retrieves the alias from an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.
See also: AWS API Documentation
Request Syntax
client.get_account_alias()
dict
Response Syntax
{ 'accountAlias': 'string' }
Response Structure
(dict) --
accountAlias (string) --
An alias or short name for an Amazon Web Services account.
Deletes a Slack channel configuration from your Amazon Web Services account. This operation doesn't delete your Slack channel.
See also: AWS API Documentation
Request Syntax
client.delete_slack_channel_configuration( channelId='string', teamId='string' )
string
[REQUIRED]
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
string
[REQUIRED]
The team ID in Slack. This ID uniquely identifies a Slack workspace.
dict
Response Syntax
{}
Response Structure
(dict) --