You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-support-app): This release adds the RegisterSlackWorkspaceForOrganization API. You can use the API to register a Slack workspace for an AWS account that is part of an organization.
@@ -92,7 +97,6 @@ import { SupportAppClient } from "./SupportAppClient";
92
97
* <p>You can also use the Amazon Web Services Management Console instead of the Amazon Web Services Support App API to manage your Slack
93
98
* configurations. For more information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/authorize-slack-workspace.html">Authorize a
94
99
* Slack workspace to enable the Amazon Web Services Support App</a>.</p>
95
-
*
96
100
* <note>
97
101
* <ul>
98
102
* <li>
@@ -388,6 +392,69 @@ export class SupportApp extends SupportAppClient {
388
392
}
389
393
}
390
394
395
+
/**
396
+
* <p>Registers a Slack workspace for your Amazon Web Services account. To call this API, your account must be
397
+
* part of an organization in Organizations.</p>
398
+
* <p>If you're the <i>management account</i> and you want to register Slack
399
+
* workspaces for your organization, you must complete the following tasks:</p>
400
+
* <ol>
401
+
* <li>
402
+
* <p>Sign in to the <a href="https://console.aws.amazon.com/support/app">Amazon Web Services Support Center</a> and
403
+
* authorize the Slack workspaces where you want your organization to have access to. See
404
+
* <a href="https://docs.aws.amazon.com/awssupport/latest/user/authorize-slack-workspace.html">Authorize a Slack workspace</a> in the <i>Amazon Web Services Support User
405
+
* Guide</i>.</p>
406
+
* </li>
407
+
* <li>
408
+
* <p>Call the <code>RegisterSlackWorkspaceForOrganization</code> API to authorize each
409
+
* Slack workspace for the organization.</p>
410
+
* </li>
411
+
* </ol>
412
+
* <p>After the management account authorizes the Slack workspace, member accounts can call this
413
+
* API to authorize the same Slack workspace for their individual accounts. Member accounts don't
414
+
* need to authorize the Slack workspace manually through the <a href="https://console.aws.amazon.com/support/app">Amazon Web Services Support Center</a>.</p>
415
+
* <p>To use the Amazon Web Services Support App, each account must then complete the following tasks:</p>
416
+
* <ul>
417
+
* <li>
418
+
* <p>Create an Identity and Access Management (IAM) role with the required permission. For more information,
419
+
* see <a href="https://docs.aws.amazon.com/awssupport/latest/user/support-app-permissions.html">Managing access to the Amazon Web Services Support App</a>.</p>
420
+
* </li>
421
+
* <li>
422
+
* <p>Configure a Slack channel to use the Amazon Web Services Support App for support cases for that account. For
423
+
* more information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/add-your-slack-channel.html">Configuring a Slack channel</a>.</p>
* The resolved configuration interface of SupportAppClient class. This is resolved and normalized from the {@link SupportAppClientConfig | constructor configuration interface}.
0 commit comments