@aws-sdk/client-support-app 3.299.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateSlackChannelConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/DeleteAccountAliasCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetAccountAliasCommand.d.ts +1 -0
- package/dist-types/commands/ListSlackChannelConfigurationsCommand.d.ts +3 -0
- package/dist-types/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +3 -0
- package/dist-types/commands/PutAccountAliasCommand.d.ts +3 -0
- package/dist-types/commands/RegisterSlackWorkspaceForOrganizationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +10 -0
- package/package.json +8 -8
|
@@ -46,6 +46,16 @@ export interface CreateSlackChannelConfigurationCommandOutput extends CreateSlac
|
|
|
46
46
|
* import { SupportAppClient, CreateSlackChannelConfigurationCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
47
47
|
* // const { SupportAppClient, CreateSlackChannelConfigurationCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
48
48
|
* const client = new SupportAppClient(config);
|
|
49
|
+
* const input = { // CreateSlackChannelConfigurationRequest
|
|
50
|
+
* teamId: "STRING_VALUE", // required
|
|
51
|
+
* channelId: "STRING_VALUE", // required
|
|
52
|
+
* channelName: "STRING_VALUE",
|
|
53
|
+
* notifyOnCreateOrReopenCase: true || false,
|
|
54
|
+
* notifyOnAddCorrespondenceToCase: true || false,
|
|
55
|
+
* notifyOnResolveCase: true || false,
|
|
56
|
+
* notifyOnCaseSeverity: "STRING_VALUE", // required
|
|
57
|
+
* channelRoleArn: "STRING_VALUE", // required
|
|
58
|
+
* };
|
|
49
59
|
* const command = new CreateSlackChannelConfigurationCommand(input);
|
|
50
60
|
* const response = await client.send(command);
|
|
51
61
|
* ```
|
|
@@ -27,6 +27,7 @@ export interface DeleteAccountAliasCommandOutput extends DeleteAccountAliasResul
|
|
|
27
27
|
* import { SupportAppClient, DeleteAccountAliasCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
28
28
|
* // const { SupportAppClient, DeleteAccountAliasCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
29
29
|
* const client = new SupportAppClient(config);
|
|
30
|
+
* const input = {};
|
|
30
31
|
* const command = new DeleteAccountAliasCommand(input);
|
|
31
32
|
* const response = await client.send(command);
|
|
32
33
|
* ```
|
|
@@ -27,6 +27,10 @@ export interface DeleteSlackChannelConfigurationCommandOutput extends DeleteSlac
|
|
|
27
27
|
* import { SupportAppClient, DeleteSlackChannelConfigurationCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
28
28
|
* // const { SupportAppClient, DeleteSlackChannelConfigurationCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
29
29
|
* const client = new SupportAppClient(config);
|
|
30
|
+
* const input = { // DeleteSlackChannelConfigurationRequest
|
|
31
|
+
* teamId: "STRING_VALUE", // required
|
|
32
|
+
* channelId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
30
34
|
* const command = new DeleteSlackChannelConfigurationCommand(input);
|
|
31
35
|
* const response = await client.send(command);
|
|
32
36
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DeleteSlackWorkspaceConfigurationCommandOutput extends DeleteSl
|
|
|
27
27
|
* import { SupportAppClient, DeleteSlackWorkspaceConfigurationCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
28
28
|
* // const { SupportAppClient, DeleteSlackWorkspaceConfigurationCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
29
29
|
* const client = new SupportAppClient(config);
|
|
30
|
+
* const input = { // DeleteSlackWorkspaceConfigurationRequest
|
|
31
|
+
* teamId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DeleteSlackWorkspaceConfigurationCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -27,6 +27,7 @@ export interface GetAccountAliasCommandOutput extends GetAccountAliasResult, __M
|
|
|
27
27
|
* import { SupportAppClient, GetAccountAliasCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
28
28
|
* // const { SupportAppClient, GetAccountAliasCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
29
29
|
* const client = new SupportAppClient(config);
|
|
30
|
+
* const input = {};
|
|
30
31
|
* const command = new GetAccountAliasCommand(input);
|
|
31
32
|
* const response = await client.send(command);
|
|
32
33
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface ListSlackChannelConfigurationsCommandOutput extends ListSlackCh
|
|
|
26
26
|
* import { SupportAppClient, ListSlackChannelConfigurationsCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
27
27
|
* // const { SupportAppClient, ListSlackChannelConfigurationsCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
28
28
|
* const client = new SupportAppClient(config);
|
|
29
|
+
* const input = { // ListSlackChannelConfigurationsRequest
|
|
30
|
+
* nextToken: "STRING_VALUE",
|
|
31
|
+
* };
|
|
29
32
|
* const command = new ListSlackChannelConfigurationsCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface ListSlackWorkspaceConfigurationsCommandOutput extends ListSlack
|
|
|
26
26
|
* import { SupportAppClient, ListSlackWorkspaceConfigurationsCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
27
27
|
* // const { SupportAppClient, ListSlackWorkspaceConfigurationsCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
28
28
|
* const client = new SupportAppClient(config);
|
|
29
|
+
* const input = { // ListSlackWorkspaceConfigurationsRequest
|
|
30
|
+
* nextToken: "STRING_VALUE",
|
|
31
|
+
* };
|
|
29
32
|
* const command = new ListSlackWorkspaceConfigurationsCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface PutAccountAliasCommandOutput extends PutAccountAliasResult, __M
|
|
|
28
28
|
* import { SupportAppClient, PutAccountAliasCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
29
29
|
* // const { SupportAppClient, PutAccountAliasCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
30
30
|
* const client = new SupportAppClient(config);
|
|
31
|
+
* const input = { // PutAccountAliasRequest
|
|
32
|
+
* accountAlias: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new PutAccountAliasCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -55,6 +55,9 @@ export interface RegisterSlackWorkspaceForOrganizationCommandOutput extends Regi
|
|
|
55
55
|
* import { SupportAppClient, RegisterSlackWorkspaceForOrganizationCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
56
56
|
* // const { SupportAppClient, RegisterSlackWorkspaceForOrganizationCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
57
57
|
* const client = new SupportAppClient(config);
|
|
58
|
+
* const input = { // RegisterSlackWorkspaceForOrganizationRequest
|
|
59
|
+
* teamId: "STRING_VALUE", // required
|
|
60
|
+
* };
|
|
58
61
|
* const command = new RegisterSlackWorkspaceForOrganizationCommand(input);
|
|
59
62
|
* const response = await client.send(command);
|
|
60
63
|
* ```
|
|
@@ -26,6 +26,16 @@ export interface UpdateSlackChannelConfigurationCommandOutput extends UpdateSlac
|
|
|
26
26
|
* import { SupportAppClient, UpdateSlackChannelConfigurationCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
27
27
|
* // const { SupportAppClient, UpdateSlackChannelConfigurationCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
28
28
|
* const client = new SupportAppClient(config);
|
|
29
|
+
* const input = { // UpdateSlackChannelConfigurationRequest
|
|
30
|
+
* teamId: "STRING_VALUE", // required
|
|
31
|
+
* channelId: "STRING_VALUE", // required
|
|
32
|
+
* channelName: "STRING_VALUE",
|
|
33
|
+
* notifyOnCreateOrReopenCase: true || false,
|
|
34
|
+
* notifyOnAddCorrespondenceToCase: true || false,
|
|
35
|
+
* notifyOnResolveCase: true || false,
|
|
36
|
+
* notifyOnCaseSeverity: "STRING_VALUE",
|
|
37
|
+
* channelRoleArn: "STRING_VALUE",
|
|
38
|
+
* };
|
|
29
39
|
* const command = new UpdateSlackChannelConfigurationCommand(input);
|
|
30
40
|
* const response = await client.send(command);
|
|
31
41
|
* ```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-support-app",
|
|
3
3
|
"description": "AWS SDK for JavaScript Support App Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|