@aws-sdk/client-support-app 3.775.0 → 3.777.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 +1 -0
- package/dist-types/commands/DeleteAccountAliasCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountAliasCommand.d.ts +1 -0
- package/dist-types/commands/ListSlackChannelConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountAliasCommand.d.ts +1 -0
- package/dist-types/commands/RegisterSlackWorkspaceForOrganizationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -122,6 +122,7 @@ declare const CreateSlackChannelConfigurationCommand_base: {
|
|
|
122
122
|
* @throws {@link SupportAppServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from SupportApp service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class CreateSlackChannelConfigurationCommand extends CreateSlackChannelConfigurationCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const DeleteAccountAliasCommand_base: {
|
|
|
61
61
|
* @throws {@link SupportAppServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from SupportApp service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteAccountAliasCommand extends DeleteAccountAliasCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const DeleteSlackChannelConfigurationCommand_base: {
|
|
|
96
96
|
* @throws {@link SupportAppServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from SupportApp service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class DeleteSlackChannelConfigurationCommand extends DeleteSlackChannelConfigurationCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const DeleteSlackWorkspaceConfigurationCommand_base: {
|
|
|
95
95
|
* @throws {@link SupportAppServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from SupportApp service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class DeleteSlackWorkspaceConfigurationCommand extends DeleteSlackWorkspaceConfigurationCommand_base {
|
|
@@ -56,6 +56,7 @@ declare const GetAccountAliasCommand_base: {
|
|
|
56
56
|
* @throws {@link SupportAppServiceException}
|
|
57
57
|
* <p>Base exception class for all service exceptions from SupportApp service.</p>
|
|
58
58
|
*
|
|
59
|
+
*
|
|
59
60
|
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class GetAccountAliasCommand extends GetAccountAliasCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const ListSlackChannelConfigurationsCommand_base: {
|
|
|
72
72
|
* @throws {@link SupportAppServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from SupportApp service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListSlackChannelConfigurationsCommand extends ListSlackChannelConfigurationsCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const ListSlackWorkspaceConfigurationsCommand_base: {
|
|
|
67
67
|
* @throws {@link SupportAppServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from SupportApp service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListSlackWorkspaceConfigurationsCommand extends ListSlackWorkspaceConfigurationsCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const PutAccountAliasCommand_base: {
|
|
|
63
63
|
* @throws {@link SupportAppServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from SupportApp service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class PutAccountAliasCommand extends PutAccountAliasCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const RegisterSlackWorkspaceForOrganizationCommand_base: {
|
|
|
127
127
|
* @throws {@link SupportAppServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from SupportApp service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class RegisterSlackWorkspaceForOrganizationCommand extends RegisterSlackWorkspaceForOrganizationCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const UpdateSlackChannelConfigurationCommand_base: {
|
|
|
110
110
|
* @throws {@link SupportAppServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from SupportApp service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class UpdateSlackChannelConfigurationCommand extends UpdateSlackChannelConfigurationCommand_base {
|
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.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-support-app",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|