@aws-sdk/client-support-app 3.155.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/CHANGELOG.md +11 -0
- package/LICENSE +201 -0
- package/README.md +260 -0
- package/dist-cjs/SupportApp.js +142 -0
- package/dist-cjs/SupportAppClient.js +37 -0
- package/dist-cjs/commands/CreateSlackChannelConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DeleteAccountAliasCommand.js +36 -0
- package/dist-cjs/commands/DeleteSlackChannelConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DeleteSlackWorkspaceConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetAccountAliasCommand.js +36 -0
- package/dist-cjs/commands/ListSlackChannelConfigurationsCommand.js +36 -0
- package/dist-cjs/commands/ListSlackWorkspaceConfigurationsCommand.js +36 -0
- package/dist-cjs/commands/PutAccountAliasCommand.js +36 -0
- package/dist-cjs/commands/UpdateSlackChannelConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +12 -0
- package/dist-cjs/endpoints.js +131 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/SupportAppServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +168 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListSlackChannelConfigurationsPaginator.js +35 -0
- package/dist-cjs/pagination/ListSlackWorkspaceConfigurationsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +766 -0
- package/dist-cjs/runtimeConfig.browser.js +45 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/SupportApp.js +145 -0
- package/dist-es/SupportAppClient.js +39 -0
- package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteAccountAliasCommand.js +39 -0
- package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteSlackWorkspaceConfigurationCommand.js +39 -0
- package/dist-es/commands/GetAccountAliasCommand.js +39 -0
- package/dist-es/commands/ListSlackChannelConfigurationsCommand.js +39 -0
- package/dist-es/commands/ListSlackWorkspaceConfigurationsCommand.js +39 -0
- package/dist-es/commands/PutAccountAliasCommand.js +39 -0
- package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/endpoints.js +127 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/SupportAppServiceException.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +100 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListSlackChannelConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/ListSlackWorkspaceConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +997 -0
- package/dist-es/runtimeConfig.browser.js +26 -0
- package/dist-es/runtimeConfig.js +30 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/SupportApp.d.ts +150 -0
- package/dist-types/SupportAppClient.d.ts +207 -0
- package/dist-types/commands/CreateSlackChannelConfigurationCommand.d.ts +55 -0
- package/dist-types/commands/DeleteAccountAliasCommand.d.ts +36 -0
- package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +36 -0
- package/dist-types/commands/GetAccountAliasCommand.d.ts +36 -0
- package/dist-types/commands/ListSlackChannelConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/PutAccountAliasCommand.d.ts +37 -0
- package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/SupportAppServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +502 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListSlackChannelConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSlackWorkspaceConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +29 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/dist-types/runtimeConfig.d.ts +40 -0
- package/dist-types/runtimeConfig.native.d.ts +39 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/SupportApp.d.ts +50 -0
- package/dist-types/ts3.4/SupportAppClient.d.ts +82 -0
- package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSlackChannelConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/SupportAppServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +219 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListSlackChannelConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSlackWorkspaceConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +29 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +99 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetAccountAliasRequest, GetAccountAliasResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
5
|
+
export interface GetAccountAliasCommandInput extends GetAccountAliasRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetAccountAliasCommandOutput extends GetAccountAliasResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves the alias from an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of
|
|
11
|
+
* the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { SupportAppClient, GetAccountAliasCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
16
|
+
* // const { SupportAppClient, GetAccountAliasCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
17
|
+
* const client = new SupportAppClient(config);
|
|
18
|
+
* const command = new GetAccountAliasCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link GetAccountAliasCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link GetAccountAliasCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class GetAccountAliasCommand extends $Command<GetAccountAliasCommandInput, GetAccountAliasCommandOutput, SupportAppClientResolvedConfig> {
|
|
28
|
+
readonly input: GetAccountAliasCommandInput;
|
|
29
|
+
constructor(input: GetAccountAliasCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountAliasCommandInput, GetAccountAliasCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListSlackChannelConfigurationsRequest, ListSlackChannelConfigurationsResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
5
|
+
export interface ListSlackChannelConfigurationsCommandInput extends ListSlackChannelConfigurationsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListSlackChannelConfigurationsCommandOutput extends ListSlackChannelConfigurationsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists the Slack channel configurations for an Amazon Web Services account.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { SupportAppClient, ListSlackChannelConfigurationsCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
15
|
+
* // const { SupportAppClient, ListSlackChannelConfigurationsCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
16
|
+
* const client = new SupportAppClient(config);
|
|
17
|
+
* const command = new ListSlackChannelConfigurationsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListSlackChannelConfigurationsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListSlackChannelConfigurationsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListSlackChannelConfigurationsCommand extends $Command<ListSlackChannelConfigurationsCommandInput, ListSlackChannelConfigurationsCommandOutput, SupportAppClientResolvedConfig> {
|
|
27
|
+
readonly input: ListSlackChannelConfigurationsCommandInput;
|
|
28
|
+
constructor(input: ListSlackChannelConfigurationsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSlackChannelConfigurationsCommandInput, ListSlackChannelConfigurationsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListSlackWorkspaceConfigurationsRequest, ListSlackWorkspaceConfigurationsResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
5
|
+
export interface ListSlackWorkspaceConfigurationsCommandInput extends ListSlackWorkspaceConfigurationsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListSlackWorkspaceConfigurationsCommandOutput extends ListSlackWorkspaceConfigurationsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists the Slack workspace configurations for an Amazon Web Services account.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { SupportAppClient, ListSlackWorkspaceConfigurationsCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
15
|
+
* // const { SupportAppClient, ListSlackWorkspaceConfigurationsCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
16
|
+
* const client = new SupportAppClient(config);
|
|
17
|
+
* const command = new ListSlackWorkspaceConfigurationsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListSlackWorkspaceConfigurationsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListSlackWorkspaceConfigurationsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListSlackWorkspaceConfigurationsCommand extends $Command<ListSlackWorkspaceConfigurationsCommandInput, ListSlackWorkspaceConfigurationsCommandOutput, SupportAppClientResolvedConfig> {
|
|
27
|
+
readonly input: ListSlackWorkspaceConfigurationsCommandInput;
|
|
28
|
+
constructor(input: ListSlackWorkspaceConfigurationsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSlackWorkspaceConfigurationsCommandInput, ListSlackWorkspaceConfigurationsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutAccountAliasRequest, PutAccountAliasResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
5
|
+
export interface PutAccountAliasCommandInput extends PutAccountAliasRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutAccountAliasCommandOutput extends PutAccountAliasResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates or updates an individual alias for each Amazon Web Services account ID. The alias appears in the
|
|
11
|
+
* Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the
|
|
12
|
+
* Amazon Web Services Support App.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { SupportAppClient, PutAccountAliasCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
17
|
+
* // const { SupportAppClient, PutAccountAliasCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
18
|
+
* const client = new SupportAppClient(config);
|
|
19
|
+
* const command = new PutAccountAliasCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link PutAccountAliasCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link PutAccountAliasCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class PutAccountAliasCommand extends $Command<PutAccountAliasCommandInput, PutAccountAliasCommandOutput, SupportAppClientResolvedConfig> {
|
|
29
|
+
readonly input: PutAccountAliasCommandInput;
|
|
30
|
+
constructor(input: PutAccountAliasCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountAliasCommandInput, PutAccountAliasCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateSlackChannelConfigurationRequest, UpdateSlackChannelConfigurationResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
5
|
+
export interface UpdateSlackChannelConfigurationCommandInput extends UpdateSlackChannelConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateSlackChannelConfigurationCommandOutput extends UpdateSlackChannelConfigurationResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates the configuration for a Slack channel, such as case update notifications.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { SupportAppClient, UpdateSlackChannelConfigurationCommand } from "@aws-sdk/client-support-app"; // ES Modules import
|
|
15
|
+
* // const { SupportAppClient, UpdateSlackChannelConfigurationCommand } = require("@aws-sdk/client-support-app"); // CommonJS import
|
|
16
|
+
* const client = new SupportAppClient(config);
|
|
17
|
+
* const command = new UpdateSlackChannelConfigurationCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateSlackChannelConfigurationCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateSlackChannelConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateSlackChannelConfigurationCommand extends $Command<UpdateSlackChannelConfigurationCommandInput, UpdateSlackChannelConfigurationCommandOutput, SupportAppClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateSlackChannelConfigurationCommandInput;
|
|
28
|
+
constructor(input: UpdateSlackChannelConfigurationCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSlackChannelConfigurationCommandInput, UpdateSlackChannelConfigurationCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./CreateSlackChannelConfigurationCommand";
|
|
2
|
+
export * from "./DeleteAccountAliasCommand";
|
|
3
|
+
export * from "./DeleteSlackChannelConfigurationCommand";
|
|
4
|
+
export * from "./DeleteSlackWorkspaceConfigurationCommand";
|
|
5
|
+
export * from "./GetAccountAliasCommand";
|
|
6
|
+
export * from "./ListSlackChannelConfigurationsCommand";
|
|
7
|
+
export * from "./ListSlackWorkspaceConfigurationsCommand";
|
|
8
|
+
export * from "./PutAccountAliasCommand";
|
|
9
|
+
export * from "./UpdateSlackChannelConfigurationCommand";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from SupportApp service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class SupportAppServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|