@aws-sdk/client-support-app 3.296.0 → 3.297.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/SupportApp.d.ts +11 -0
- package/dist-types/SupportAppClient.d.ts +24 -4
- package/dist-types/commands/CreateSlackChannelConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountAliasCommand.d.ts +16 -0
- package/dist-types/commands/ListSlackChannelConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/PutAccountAliasCommand.d.ts +16 -0
- package/dist-types/commands/RegisterSlackWorkspaceForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +16 -0
- package/dist-types/models/SupportAppServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +74 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListSlackChannelConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSlackWorkspaceConfigurationsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -11,6 +11,7 @@ import { RegisterSlackWorkspaceForOrganizationCommandInput, RegisterSlackWorkspa
|
|
|
11
11
|
import { UpdateSlackChannelConfigurationCommandInput, UpdateSlackChannelConfigurationCommandOutput } from "./commands/UpdateSlackChannelConfigurationCommand";
|
|
12
12
|
import { SupportAppClient } from "./SupportAppClient";
|
|
13
13
|
/**
|
|
14
|
+
* @public
|
|
14
15
|
* <fullname>Amazon Web Services Support App in Slack</fullname>
|
|
15
16
|
* <p>You can use the Amazon Web Services Support App in Slack API to manage your support cases in Slack for your
|
|
16
17
|
* Amazon Web Services account. After you configure your Slack workspace and channel with the Amazon Web Services Support App, you can
|
|
@@ -68,6 +69,7 @@ import { SupportAppClient } from "./SupportAppClient";
|
|
|
68
69
|
*/
|
|
69
70
|
export declare class SupportApp extends SupportAppClient {
|
|
70
71
|
/**
|
|
72
|
+
* @public
|
|
71
73
|
* <p>Creates a Slack channel configuration for your Amazon Web Services account.</p>
|
|
72
74
|
* <note>
|
|
73
75
|
* <ul>
|
|
@@ -94,6 +96,7 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
94
96
|
createSlackChannelConfiguration(args: CreateSlackChannelConfigurationCommandInput, cb: (err: any, data?: CreateSlackChannelConfigurationCommandOutput) => void): void;
|
|
95
97
|
createSlackChannelConfiguration(args: CreateSlackChannelConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSlackChannelConfigurationCommandOutput) => void): void;
|
|
96
98
|
/**
|
|
99
|
+
* @public
|
|
97
100
|
* <p>Deletes an alias for an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the
|
|
98
101
|
* Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.</p>
|
|
99
102
|
*/
|
|
@@ -101,6 +104,7 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
101
104
|
deleteAccountAlias(args: DeleteAccountAliasCommandInput, cb: (err: any, data?: DeleteAccountAliasCommandOutput) => void): void;
|
|
102
105
|
deleteAccountAlias(args: DeleteAccountAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountAliasCommandOutput) => void): void;
|
|
103
106
|
/**
|
|
107
|
+
* @public
|
|
104
108
|
* <p>Deletes a Slack channel configuration from your Amazon Web Services account. This operation doesn't
|
|
105
109
|
* delete your Slack channel.</p>
|
|
106
110
|
*/
|
|
@@ -108,6 +112,7 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
108
112
|
deleteSlackChannelConfiguration(args: DeleteSlackChannelConfigurationCommandInput, cb: (err: any, data?: DeleteSlackChannelConfigurationCommandOutput) => void): void;
|
|
109
113
|
deleteSlackChannelConfiguration(args: DeleteSlackChannelConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSlackChannelConfigurationCommandOutput) => void): void;
|
|
110
114
|
/**
|
|
115
|
+
* @public
|
|
111
116
|
* <p>Deletes a Slack workspace configuration from your Amazon Web Services account. This operation doesn't
|
|
112
117
|
* delete your Slack workspace.</p>
|
|
113
118
|
*/
|
|
@@ -115,6 +120,7 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
115
120
|
deleteSlackWorkspaceConfiguration(args: DeleteSlackWorkspaceConfigurationCommandInput, cb: (err: any, data?: DeleteSlackWorkspaceConfigurationCommandOutput) => void): void;
|
|
116
121
|
deleteSlackWorkspaceConfiguration(args: DeleteSlackWorkspaceConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSlackWorkspaceConfigurationCommandOutput) => void): void;
|
|
117
122
|
/**
|
|
123
|
+
* @public
|
|
118
124
|
* <p>Retrieves the alias from an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of
|
|
119
125
|
* the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.</p>
|
|
120
126
|
*/
|
|
@@ -122,18 +128,21 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
122
128
|
getAccountAlias(args: GetAccountAliasCommandInput, cb: (err: any, data?: GetAccountAliasCommandOutput) => void): void;
|
|
123
129
|
getAccountAlias(args: GetAccountAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountAliasCommandOutput) => void): void;
|
|
124
130
|
/**
|
|
131
|
+
* @public
|
|
125
132
|
* <p>Lists the Slack channel configurations for an Amazon Web Services account.</p>
|
|
126
133
|
*/
|
|
127
134
|
listSlackChannelConfigurations(args: ListSlackChannelConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSlackChannelConfigurationsCommandOutput>;
|
|
128
135
|
listSlackChannelConfigurations(args: ListSlackChannelConfigurationsCommandInput, cb: (err: any, data?: ListSlackChannelConfigurationsCommandOutput) => void): void;
|
|
129
136
|
listSlackChannelConfigurations(args: ListSlackChannelConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSlackChannelConfigurationsCommandOutput) => void): void;
|
|
130
137
|
/**
|
|
138
|
+
* @public
|
|
131
139
|
* <p>Lists the Slack workspace configurations for an Amazon Web Services account.</p>
|
|
132
140
|
*/
|
|
133
141
|
listSlackWorkspaceConfigurations(args: ListSlackWorkspaceConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSlackWorkspaceConfigurationsCommandOutput>;
|
|
134
142
|
listSlackWorkspaceConfigurations(args: ListSlackWorkspaceConfigurationsCommandInput, cb: (err: any, data?: ListSlackWorkspaceConfigurationsCommandOutput) => void): void;
|
|
135
143
|
listSlackWorkspaceConfigurations(args: ListSlackWorkspaceConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSlackWorkspaceConfigurationsCommandOutput) => void): void;
|
|
136
144
|
/**
|
|
145
|
+
* @public
|
|
137
146
|
* <p>Creates or updates an individual alias for each Amazon Web Services account ID. The alias appears in the
|
|
138
147
|
* Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the
|
|
139
148
|
* Amazon Web Services Support App.</p>
|
|
@@ -142,6 +151,7 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
142
151
|
putAccountAlias(args: PutAccountAliasCommandInput, cb: (err: any, data?: PutAccountAliasCommandOutput) => void): void;
|
|
143
152
|
putAccountAlias(args: PutAccountAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountAliasCommandOutput) => void): void;
|
|
144
153
|
/**
|
|
154
|
+
* @public
|
|
145
155
|
* <p>Registers a Slack workspace for your Amazon Web Services account. To call this API, your account must be
|
|
146
156
|
* part of an organization in Organizations.</p>
|
|
147
157
|
* <p>If you're the <i>management account</i> and you want to register Slack
|
|
@@ -177,6 +187,7 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
177
187
|
registerSlackWorkspaceForOrganization(args: RegisterSlackWorkspaceForOrganizationCommandInput, cb: (err: any, data?: RegisterSlackWorkspaceForOrganizationCommandOutput) => void): void;
|
|
178
188
|
registerSlackWorkspaceForOrganization(args: RegisterSlackWorkspaceForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterSlackWorkspaceForOrganizationCommandOutput) => void): void;
|
|
179
189
|
/**
|
|
190
|
+
* @public
|
|
180
191
|
* <p>Updates the configuration for a Slack channel, such as case update notifications.</p>
|
|
181
192
|
*/
|
|
182
193
|
updateSlackChannelConfiguration(args: UpdateSlackChannelConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSlackChannelConfigurationCommandOutput>;
|
|
@@ -18,15 +18,24 @@ import { PutAccountAliasCommandInput, PutAccountAliasCommandOutput } from "./com
|
|
|
18
18
|
import { RegisterSlackWorkspaceForOrganizationCommandInput, RegisterSlackWorkspaceForOrganizationCommandOutput } from "./commands/RegisterSlackWorkspaceForOrganizationCommand";
|
|
19
19
|
import { UpdateSlackChannelConfigurationCommandInput, UpdateSlackChannelConfigurationCommandOutput } from "./commands/UpdateSlackChannelConfigurationCommand";
|
|
20
20
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
21
24
|
export type ServiceInputTypes = CreateSlackChannelConfigurationCommandInput | DeleteAccountAliasCommandInput | DeleteSlackChannelConfigurationCommandInput | DeleteSlackWorkspaceConfigurationCommandInput | GetAccountAliasCommandInput | ListSlackChannelConfigurationsCommandInput | ListSlackWorkspaceConfigurationsCommandInput | PutAccountAliasCommandInput | RegisterSlackWorkspaceForOrganizationCommandInput | UpdateSlackChannelConfigurationCommandInput;
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
22
28
|
export type ServiceOutputTypes = CreateSlackChannelConfigurationCommandOutput | DeleteAccountAliasCommandOutput | DeleteSlackChannelConfigurationCommandOutput | DeleteSlackWorkspaceConfigurationCommandOutput | GetAccountAliasCommandOutput | ListSlackChannelConfigurationsCommandOutput | ListSlackWorkspaceConfigurationsCommandOutput | PutAccountAliasCommandOutput | RegisterSlackWorkspaceForOrganizationCommandOutput | UpdateSlackChannelConfigurationCommandOutput;
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
23
32
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
24
33
|
/**
|
|
25
34
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
26
35
|
*/
|
|
27
36
|
requestHandler?: __HttpHandler;
|
|
28
37
|
/**
|
|
29
|
-
* A constructor for a class implementing the {@link
|
|
38
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
30
39
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
31
40
|
* @internal
|
|
32
41
|
*/
|
|
@@ -116,23 +125,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
116
125
|
*/
|
|
117
126
|
logger?: __Logger;
|
|
118
127
|
/**
|
|
119
|
-
* The {@link
|
|
128
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
120
129
|
*/
|
|
121
130
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
122
131
|
}
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
123
135
|
type SupportAppClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
124
136
|
/**
|
|
125
|
-
*
|
|
137
|
+
* @public
|
|
138
|
+
*
|
|
139
|
+
* The configuration interface of SupportAppClient class constructor that set the region, credentials and other options.
|
|
126
140
|
*/
|
|
127
141
|
export interface SupportAppClientConfig extends SupportAppClientConfigType {
|
|
128
142
|
}
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
129
146
|
type SupportAppClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
130
147
|
/**
|
|
131
|
-
*
|
|
148
|
+
* @public
|
|
149
|
+
*
|
|
150
|
+
* The resolved configuration interface of SupportAppClient class. This is resolved and normalized from the {@link SupportAppClientConfig | constructor configuration interface}.
|
|
132
151
|
*/
|
|
133
152
|
export interface SupportAppClientResolvedConfig extends SupportAppClientResolvedConfigType {
|
|
134
153
|
}
|
|
135
154
|
/**
|
|
155
|
+
* @public
|
|
136
156
|
* <fullname>Amazon Web Services Support App in Slack</fullname>
|
|
137
157
|
* <p>You can use the Amazon Web Services Support App in Slack API to manage your support cases in Slack for your
|
|
138
158
|
* Amazon Web Services account. After you configure your Slack workspace and channel with the Amazon Web Services Support App, you can
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateSlackChannelConfigurationRequest, CreateSlackChannelConfigurationResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateSlackChannelConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateSlackChannelConfigurationCommandInput extends CreateSlackChannelConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateSlackChannelConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateSlackChannelConfigurationCommandOutput extends CreateSlackChannelConfigurationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a Slack channel configuration for your Amazon Web Services account.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <ul>
|
|
@@ -45,6 +50,8 @@ export interface CreateSlackChannelConfigurationCommandOutput extends CreateSlac
|
|
|
45
50
|
* const response = await client.send(command);
|
|
46
51
|
* ```
|
|
47
52
|
*
|
|
53
|
+
* @param CreateSlackChannelConfigurationCommandInput - {@link CreateSlackChannelConfigurationCommandInput}
|
|
54
|
+
* @returns {@link CreateSlackChannelConfigurationCommandOutput}
|
|
48
55
|
* @see {@link CreateSlackChannelConfigurationCommandInput} for command's `input` shape.
|
|
49
56
|
* @see {@link CreateSlackChannelConfigurationCommandOutput} for command's `response` shape.
|
|
50
57
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
@@ -97,11 +104,20 @@ export interface CreateSlackChannelConfigurationCommandOutput extends CreateSlac
|
|
|
97
104
|
export declare class CreateSlackChannelConfigurationCommand extends $Command<CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput, SupportAppClientResolvedConfig> {
|
|
98
105
|
readonly input: CreateSlackChannelConfigurationCommandInput;
|
|
99
106
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
100
110
|
constructor(input: CreateSlackChannelConfigurationCommandInput);
|
|
101
111
|
/**
|
|
102
112
|
* @internal
|
|
103
113
|
*/
|
|
104
114
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput>;
|
|
115
|
+
/**
|
|
116
|
+
* @internal
|
|
117
|
+
*/
|
|
105
118
|
private serialize;
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
106
122
|
private deserialize;
|
|
107
123
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteAccountAliasRequest, DeleteAccountAliasResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAccountAliasCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAccountAliasCommandInput extends DeleteAccountAliasRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAccountAliasCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAccountAliasCommandOutput extends DeleteAccountAliasResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an alias for an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the
|
|
18
23
|
* Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteAccountAliasCommandOutput extends DeleteAccountAliasResul
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteAccountAliasCommandInput - {@link DeleteAccountAliasCommandInput}
|
|
35
|
+
* @returns {@link DeleteAccountAliasCommandOutput}
|
|
29
36
|
* @see {@link DeleteAccountAliasCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteAccountAliasCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface DeleteAccountAliasCommandOutput extends DeleteAccountAliasResul
|
|
|
45
52
|
export declare class DeleteAccountAliasCommand extends $Command<DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput, SupportAppClientResolvedConfig> {
|
|
46
53
|
readonly input: DeleteAccountAliasCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: DeleteAccountAliasCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteSlackChannelConfigurationRequest, DeleteSlackChannelConfigurationResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteSlackChannelConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteSlackChannelConfigurationCommandInput extends DeleteSlackChannelConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteSlackChannelConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteSlackChannelConfigurationCommandOutput extends DeleteSlackChannelConfigurationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a Slack channel configuration from your Amazon Web Services account. This operation doesn't
|
|
18
23
|
* delete your Slack channel.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteSlackChannelConfigurationCommandOutput extends DeleteSlac
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteSlackChannelConfigurationCommandInput - {@link DeleteSlackChannelConfigurationCommandInput}
|
|
35
|
+
* @returns {@link DeleteSlackChannelConfigurationCommandOutput}
|
|
29
36
|
* @see {@link DeleteSlackChannelConfigurationCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteSlackChannelConfigurationCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
@@ -77,11 +84,20 @@ export interface DeleteSlackChannelConfigurationCommandOutput extends DeleteSlac
|
|
|
77
84
|
export declare class DeleteSlackChannelConfigurationCommand extends $Command<DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput, SupportAppClientResolvedConfig> {
|
|
78
85
|
readonly input: DeleteSlackChannelConfigurationCommandInput;
|
|
79
86
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
80
90
|
constructor(input: DeleteSlackChannelConfigurationCommandInput);
|
|
81
91
|
/**
|
|
82
92
|
* @internal
|
|
83
93
|
*/
|
|
84
94
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput>;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
85
98
|
private serialize;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
86
102
|
private deserialize;
|
|
87
103
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteSlackWorkspaceConfigurationRequest, DeleteSlackWorkspaceConfigurationResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteSlackWorkspaceConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteSlackWorkspaceConfigurationCommandInput extends DeleteSlackWorkspaceConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteSlackWorkspaceConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteSlackWorkspaceConfigurationCommandOutput extends DeleteSlackWorkspaceConfigurationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a Slack workspace configuration from your Amazon Web Services account. This operation doesn't
|
|
18
23
|
* delete your Slack workspace.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteSlackWorkspaceConfigurationCommandOutput extends DeleteSl
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteSlackWorkspaceConfigurationCommandInput - {@link DeleteSlackWorkspaceConfigurationCommandInput}
|
|
35
|
+
* @returns {@link DeleteSlackWorkspaceConfigurationCommandOutput}
|
|
29
36
|
* @see {@link DeleteSlackWorkspaceConfigurationCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteSlackWorkspaceConfigurationCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
@@ -77,11 +84,20 @@ export interface DeleteSlackWorkspaceConfigurationCommandOutput extends DeleteSl
|
|
|
77
84
|
export declare class DeleteSlackWorkspaceConfigurationCommand extends $Command<DeleteSlackWorkspaceConfigurationCommandInput, DeleteSlackWorkspaceConfigurationCommandOutput, SupportAppClientResolvedConfig> {
|
|
78
85
|
readonly input: DeleteSlackWorkspaceConfigurationCommandInput;
|
|
79
86
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
80
90
|
constructor(input: DeleteSlackWorkspaceConfigurationCommandInput);
|
|
81
91
|
/**
|
|
82
92
|
* @internal
|
|
83
93
|
*/
|
|
84
94
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSlackWorkspaceConfigurationCommandInput, DeleteSlackWorkspaceConfigurationCommandOutput>;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
85
98
|
private serialize;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
86
102
|
private deserialize;
|
|
87
103
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetAccountAliasRequest, GetAccountAliasResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAccountAliasCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAccountAliasCommandInput extends GetAccountAliasRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAccountAliasCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAccountAliasCommandOutput extends GetAccountAliasResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the alias from an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of
|
|
18
23
|
* the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetAccountAliasCommandOutput extends GetAccountAliasResult, __M
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetAccountAliasCommandInput - {@link GetAccountAliasCommandInput}
|
|
35
|
+
* @returns {@link GetAccountAliasCommandOutput}
|
|
29
36
|
* @see {@link GetAccountAliasCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetAccountAliasCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
@@ -38,11 +45,20 @@ export interface GetAccountAliasCommandOutput extends GetAccountAliasResult, __M
|
|
|
38
45
|
export declare class GetAccountAliasCommand extends $Command<GetAccountAliasCommandInput, GetAccountAliasCommandOutput, SupportAppClientResolvedConfig> {
|
|
39
46
|
readonly input: GetAccountAliasCommandInput;
|
|
40
47
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
41
51
|
constructor(input: GetAccountAliasCommandInput);
|
|
42
52
|
/**
|
|
43
53
|
* @internal
|
|
44
54
|
*/
|
|
45
55
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountAliasCommandInput, GetAccountAliasCommandOutput>;
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
*/
|
|
46
59
|
private serialize;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
47
63
|
private deserialize;
|
|
48
64
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListSlackChannelConfigurationsRequest, ListSlackChannelConfigurationsResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSlackChannelConfigurationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSlackChannelConfigurationsCommandInput extends ListSlackChannelConfigurationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSlackChannelConfigurationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSlackChannelConfigurationsCommandOutput extends ListSlackChannelConfigurationsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the Slack channel configurations for an Amazon Web Services account.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListSlackChannelConfigurationsCommandOutput extends ListSlackCh
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListSlackChannelConfigurationsCommandInput - {@link ListSlackChannelConfigurationsCommandInput}
|
|
34
|
+
* @returns {@link ListSlackChannelConfigurationsCommandOutput}
|
|
28
35
|
* @see {@link ListSlackChannelConfigurationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListSlackChannelConfigurationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface ListSlackChannelConfigurationsCommandOutput extends ListSlackCh
|
|
|
40
47
|
export declare class ListSlackChannelConfigurationsCommand extends $Command<ListSlackChannelConfigurationsCommandInput, ListSlackChannelConfigurationsCommandOutput, SupportAppClientResolvedConfig> {
|
|
41
48
|
readonly input: ListSlackChannelConfigurationsCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: ListSlackChannelConfigurationsCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSlackChannelConfigurationsCommandInput, ListSlackChannelConfigurationsCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListSlackWorkspaceConfigurationsRequest, ListSlackWorkspaceConfigurationsResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSlackWorkspaceConfigurationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSlackWorkspaceConfigurationsCommandInput extends ListSlackWorkspaceConfigurationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSlackWorkspaceConfigurationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSlackWorkspaceConfigurationsCommandOutput extends ListSlackWorkspaceConfigurationsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the Slack workspace configurations for an Amazon Web Services account.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListSlackWorkspaceConfigurationsCommandOutput extends ListSlack
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListSlackWorkspaceConfigurationsCommandInput - {@link ListSlackWorkspaceConfigurationsCommandInput}
|
|
34
|
+
* @returns {@link ListSlackWorkspaceConfigurationsCommandOutput}
|
|
28
35
|
* @see {@link ListSlackWorkspaceConfigurationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListSlackWorkspaceConfigurationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface ListSlackWorkspaceConfigurationsCommandOutput extends ListSlack
|
|
|
40
47
|
export declare class ListSlackWorkspaceConfigurationsCommand extends $Command<ListSlackWorkspaceConfigurationsCommandInput, ListSlackWorkspaceConfigurationsCommandOutput, SupportAppClientResolvedConfig> {
|
|
41
48
|
readonly input: ListSlackWorkspaceConfigurationsCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: ListSlackWorkspaceConfigurationsCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSlackWorkspaceConfigurationsCommandInput, ListSlackWorkspaceConfigurationsCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { PutAccountAliasRequest, PutAccountAliasResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutAccountAliasCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutAccountAliasCommandInput extends PutAccountAliasRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutAccountAliasCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutAccountAliasCommandOutput extends PutAccountAliasResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates or updates an individual alias for each Amazon Web Services account ID. The alias appears in the
|
|
18
23
|
* Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the
|
|
19
24
|
* Amazon Web Services Support App.</p>
|
|
@@ -27,6 +32,8 @@ export interface PutAccountAliasCommandOutput extends PutAccountAliasResult, __M
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param PutAccountAliasCommandInput - {@link PutAccountAliasCommandInput}
|
|
36
|
+
* @returns {@link PutAccountAliasCommandOutput}
|
|
30
37
|
* @see {@link PutAccountAliasCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link PutAccountAliasCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface PutAccountAliasCommandOutput extends PutAccountAliasResult, __M
|
|
|
45
52
|
export declare class PutAccountAliasCommand extends $Command<PutAccountAliasCommandInput, PutAccountAliasCommandOutput, SupportAppClientResolvedConfig> {
|
|
46
53
|
readonly input: PutAccountAliasCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: PutAccountAliasCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountAliasCommandInput, PutAccountAliasCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { RegisterSlackWorkspaceForOrganizationRequest, RegisterSlackWorkspaceForOrganizationResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RegisterSlackWorkspaceForOrganizationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RegisterSlackWorkspaceForOrganizationCommandInput extends RegisterSlackWorkspaceForOrganizationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RegisterSlackWorkspaceForOrganizationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RegisterSlackWorkspaceForOrganizationCommandOutput extends RegisterSlackWorkspaceForOrganizationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Registers a Slack workspace for your Amazon Web Services account. To call this API, your account must be
|
|
18
23
|
* part of an organization in Organizations.</p>
|
|
19
24
|
* <p>If you're the <i>management account</i> and you want to register Slack
|
|
@@ -54,6 +59,8 @@ export interface RegisterSlackWorkspaceForOrganizationCommandOutput extends Regi
|
|
|
54
59
|
* const response = await client.send(command);
|
|
55
60
|
* ```
|
|
56
61
|
*
|
|
62
|
+
* @param RegisterSlackWorkspaceForOrganizationCommandInput - {@link RegisterSlackWorkspaceForOrganizationCommandInput}
|
|
63
|
+
* @returns {@link RegisterSlackWorkspaceForOrganizationCommandOutput}
|
|
57
64
|
* @see {@link RegisterSlackWorkspaceForOrganizationCommandInput} for command's `input` shape.
|
|
58
65
|
* @see {@link RegisterSlackWorkspaceForOrganizationCommandOutput} for command's `response` shape.
|
|
59
66
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
@@ -105,11 +112,20 @@ export interface RegisterSlackWorkspaceForOrganizationCommandOutput extends Regi
|
|
|
105
112
|
export declare class RegisterSlackWorkspaceForOrganizationCommand extends $Command<RegisterSlackWorkspaceForOrganizationCommandInput, RegisterSlackWorkspaceForOrganizationCommandOutput, SupportAppClientResolvedConfig> {
|
|
106
113
|
readonly input: RegisterSlackWorkspaceForOrganizationCommandInput;
|
|
107
114
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
108
118
|
constructor(input: RegisterSlackWorkspaceForOrganizationCommandInput);
|
|
109
119
|
/**
|
|
110
120
|
* @internal
|
|
111
121
|
*/
|
|
112
122
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterSlackWorkspaceForOrganizationCommandInput, RegisterSlackWorkspaceForOrganizationCommandOutput>;
|
|
123
|
+
/**
|
|
124
|
+
* @internal
|
|
125
|
+
*/
|
|
113
126
|
private serialize;
|
|
127
|
+
/**
|
|
128
|
+
* @internal
|
|
129
|
+
*/
|
|
114
130
|
private deserialize;
|
|
115
131
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { UpdateSlackChannelConfigurationRequest, UpdateSlackChannelConfigurationResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateSlackChannelConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateSlackChannelConfigurationCommandInput extends UpdateSlackChannelConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateSlackChannelConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateSlackChannelConfigurationCommandOutput extends UpdateSlackChannelConfigurationResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the configuration for a Slack channel, such as case update notifications.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateSlackChannelConfigurationCommandOutput extends UpdateSlac
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateSlackChannelConfigurationCommandInput - {@link UpdateSlackChannelConfigurationCommandInput}
|
|
34
|
+
* @returns {@link UpdateSlackChannelConfigurationCommandOutput}
|
|
28
35
|
* @see {@link UpdateSlackChannelConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateSlackChannelConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
@@ -76,11 +83,20 @@ export interface UpdateSlackChannelConfigurationCommandOutput extends UpdateSlac
|
|
|
76
83
|
export declare class UpdateSlackChannelConfigurationCommand extends $Command<UpdateSlackChannelConfigurationCommandInput, UpdateSlackChannelConfigurationCommandOutput, SupportAppClientResolvedConfig> {
|
|
77
84
|
readonly input: UpdateSlackChannelConfigurationCommandInput;
|
|
78
85
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
79
89
|
constructor(input: UpdateSlackChannelConfigurationCommandInput);
|
|
80
90
|
/**
|
|
81
91
|
* @internal
|
|
82
92
|
*/
|
|
83
93
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SupportAppClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSlackChannelConfigurationCommandInput, UpdateSlackChannelConfigurationCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
84
97
|
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
85
101
|
private deserialize;
|
|
86
102
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from SupportApp service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class SupportAppServiceException extends __ServiceException {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { SupportAppServiceException as __BaseException } from "./SupportAppServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>You don't have sufficient permission to perform this action.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -11,11 +12,15 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
11
12
|
*/
|
|
12
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
14
18
|
export declare enum AccountType {
|
|
15
19
|
MANAGEMENT = "management",
|
|
16
20
|
MEMBER = "member"
|
|
17
21
|
}
|
|
18
22
|
/**
|
|
23
|
+
* @public
|
|
19
24
|
* <p>Your request has a conflict. For example, you might receive this error if you try the
|
|
20
25
|
* following:</p>
|
|
21
26
|
* <ul>
|
|
@@ -52,11 +57,17 @@ export declare class ConflictException extends __BaseException {
|
|
|
52
57
|
*/
|
|
53
58
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
54
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
55
63
|
export declare enum NotificationSeverityLevel {
|
|
56
64
|
ALL = "all",
|
|
57
65
|
HIGH = "high",
|
|
58
66
|
NONE = "none"
|
|
59
67
|
}
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
60
71
|
export interface CreateSlackChannelConfigurationRequest {
|
|
61
72
|
/**
|
|
62
73
|
* <p>The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
|
|
@@ -136,9 +147,13 @@ export interface CreateSlackChannelConfigurationRequest {
|
|
|
136
147
|
*/
|
|
137
148
|
channelRoleArn: string | undefined;
|
|
138
149
|
}
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
139
153
|
export interface CreateSlackChannelConfigurationResult {
|
|
140
154
|
}
|
|
141
155
|
/**
|
|
156
|
+
* @public
|
|
142
157
|
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
143
158
|
*/
|
|
144
159
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -150,6 +165,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
150
165
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
151
166
|
}
|
|
152
167
|
/**
|
|
168
|
+
* @public
|
|
153
169
|
* <p>Your Service Quotas request exceeds the quota for the service. For example, your Service Quotas request to
|
|
154
170
|
* Amazon Web Services Support App might exceed the maximum number of workspaces or channels per account, or the maximum
|
|
155
171
|
* number of accounts per Slack channel.</p>
|
|
@@ -163,6 +179,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
163
179
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
164
180
|
}
|
|
165
181
|
/**
|
|
182
|
+
* @public
|
|
166
183
|
* <p>Your request input doesn't meet the constraints that the Amazon Web Services Support App specifies.</p>
|
|
167
184
|
*/
|
|
168
185
|
export declare class ValidationException extends __BaseException {
|
|
@@ -173,11 +190,18 @@ export declare class ValidationException extends __BaseException {
|
|
|
173
190
|
*/
|
|
174
191
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
175
192
|
}
|
|
193
|
+
/**
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
176
196
|
export interface DeleteAccountAliasRequest {
|
|
177
197
|
}
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
178
201
|
export interface DeleteAccountAliasResult {
|
|
179
202
|
}
|
|
180
203
|
/**
|
|
204
|
+
* @public
|
|
181
205
|
* <p>The specified resource is missing or doesn't exist, such as an account alias, Slack
|
|
182
206
|
* channel configuration, or Slack workspace configuration.</p>
|
|
183
207
|
*/
|
|
@@ -189,6 +213,9 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
189
213
|
*/
|
|
190
214
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
191
215
|
}
|
|
216
|
+
/**
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
192
219
|
export interface DeleteSlackChannelConfigurationRequest {
|
|
193
220
|
/**
|
|
194
221
|
* <p>The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
|
|
@@ -200,8 +227,14 @@ export interface DeleteSlackChannelConfigurationRequest {
|
|
|
200
227
|
*/
|
|
201
228
|
channelId: string | undefined;
|
|
202
229
|
}
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
203
233
|
export interface DeleteSlackChannelConfigurationResult {
|
|
204
234
|
}
|
|
235
|
+
/**
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
205
238
|
export interface DeleteSlackWorkspaceConfigurationRequest {
|
|
206
239
|
/**
|
|
207
240
|
* <p>The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
|
|
@@ -209,16 +242,28 @@ export interface DeleteSlackWorkspaceConfigurationRequest {
|
|
|
209
242
|
*/
|
|
210
243
|
teamId: string | undefined;
|
|
211
244
|
}
|
|
245
|
+
/**
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
212
248
|
export interface DeleteSlackWorkspaceConfigurationResult {
|
|
213
249
|
}
|
|
250
|
+
/**
|
|
251
|
+
* @public
|
|
252
|
+
*/
|
|
214
253
|
export interface GetAccountAliasRequest {
|
|
215
254
|
}
|
|
255
|
+
/**
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
216
258
|
export interface GetAccountAliasResult {
|
|
217
259
|
/**
|
|
218
260
|
* <p>An alias or short name for an Amazon Web Services account.</p>
|
|
219
261
|
*/
|
|
220
262
|
accountAlias?: string;
|
|
221
263
|
}
|
|
264
|
+
/**
|
|
265
|
+
* @public
|
|
266
|
+
*/
|
|
222
267
|
export interface ListSlackChannelConfigurationsRequest {
|
|
223
268
|
/**
|
|
224
269
|
* <p>If the results of a search are large, the API only returns a portion of the results and
|
|
@@ -228,6 +273,7 @@ export interface ListSlackChannelConfigurationsRequest {
|
|
|
228
273
|
nextToken?: string;
|
|
229
274
|
}
|
|
230
275
|
/**
|
|
276
|
+
* @public
|
|
231
277
|
* <p>The configuration for a Slack channel that you added for your Amazon Web Services account.</p>
|
|
232
278
|
*/
|
|
233
279
|
export interface SlackChannelConfiguration {
|
|
@@ -268,6 +314,9 @@ export interface SlackChannelConfiguration {
|
|
|
268
314
|
*/
|
|
269
315
|
channelRoleArn?: string;
|
|
270
316
|
}
|
|
317
|
+
/**
|
|
318
|
+
* @public
|
|
319
|
+
*/
|
|
271
320
|
export interface ListSlackChannelConfigurationsResult {
|
|
272
321
|
/**
|
|
273
322
|
* <p>The point where pagination should resume when the response returns only partial
|
|
@@ -279,6 +328,9 @@ export interface ListSlackChannelConfigurationsResult {
|
|
|
279
328
|
*/
|
|
280
329
|
slackChannelConfigurations: SlackChannelConfiguration[] | undefined;
|
|
281
330
|
}
|
|
331
|
+
/**
|
|
332
|
+
* @public
|
|
333
|
+
*/
|
|
282
334
|
export interface ListSlackWorkspaceConfigurationsRequest {
|
|
283
335
|
/**
|
|
284
336
|
* <p>If the results of a search are large, the API only returns a portion of the results and
|
|
@@ -288,6 +340,7 @@ export interface ListSlackWorkspaceConfigurationsRequest {
|
|
|
288
340
|
nextToken?: string;
|
|
289
341
|
}
|
|
290
342
|
/**
|
|
343
|
+
* @public
|
|
291
344
|
* <p>The configuration for a Slack workspace that you added to an Amazon Web Services account.</p>
|
|
292
345
|
*/
|
|
293
346
|
export interface SlackWorkspaceConfiguration {
|
|
@@ -306,6 +359,9 @@ export interface SlackWorkspaceConfiguration {
|
|
|
306
359
|
*/
|
|
307
360
|
allowOrganizationMemberAccount?: boolean;
|
|
308
361
|
}
|
|
362
|
+
/**
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
309
365
|
export interface ListSlackWorkspaceConfigurationsResult {
|
|
310
366
|
/**
|
|
311
367
|
* <p>The point where pagination should resume when the response returns only partial
|
|
@@ -317,14 +373,23 @@ export interface ListSlackWorkspaceConfigurationsResult {
|
|
|
317
373
|
*/
|
|
318
374
|
slackWorkspaceConfigurations?: SlackWorkspaceConfiguration[];
|
|
319
375
|
}
|
|
376
|
+
/**
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
320
379
|
export interface PutAccountAliasRequest {
|
|
321
380
|
/**
|
|
322
381
|
* <p>An alias or short name for an Amazon Web Services account.</p>
|
|
323
382
|
*/
|
|
324
383
|
accountAlias: string | undefined;
|
|
325
384
|
}
|
|
385
|
+
/**
|
|
386
|
+
* @public
|
|
387
|
+
*/
|
|
326
388
|
export interface PutAccountAliasResult {
|
|
327
389
|
}
|
|
390
|
+
/**
|
|
391
|
+
* @public
|
|
392
|
+
*/
|
|
328
393
|
export interface RegisterSlackWorkspaceForOrganizationRequest {
|
|
329
394
|
/**
|
|
330
395
|
* <p>The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
|
|
@@ -332,6 +397,9 @@ export interface RegisterSlackWorkspaceForOrganizationRequest {
|
|
|
332
397
|
*/
|
|
333
398
|
teamId: string | undefined;
|
|
334
399
|
}
|
|
400
|
+
/**
|
|
401
|
+
* @public
|
|
402
|
+
*/
|
|
335
403
|
export interface RegisterSlackWorkspaceForOrganizationResult {
|
|
336
404
|
/**
|
|
337
405
|
* <p>The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
|
|
@@ -348,6 +416,9 @@ export interface RegisterSlackWorkspaceForOrganizationResult {
|
|
|
348
416
|
*/
|
|
349
417
|
accountType?: AccountType | string;
|
|
350
418
|
}
|
|
419
|
+
/**
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
351
422
|
export interface UpdateSlackChannelConfigurationRequest {
|
|
352
423
|
/**
|
|
353
424
|
* <p>The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
|
|
@@ -427,6 +498,9 @@ export interface UpdateSlackChannelConfigurationRequest {
|
|
|
427
498
|
*/
|
|
428
499
|
channelRoleArn?: string;
|
|
429
500
|
}
|
|
501
|
+
/**
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
430
504
|
export interface UpdateSlackChannelConfigurationResult {
|
|
431
505
|
/**
|
|
432
506
|
* <p>The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSlackChannelConfigurationsCommandInput, ListSlackChannelConfigurationsCommandOutput } from "../commands/ListSlackChannelConfigurationsCommand";
|
|
3
3
|
import { SupportAppPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSlackChannelConfigurations(config: SupportAppPaginationConfiguration, input: ListSlackChannelConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListSlackChannelConfigurationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSlackWorkspaceConfigurationsCommandInput, ListSlackWorkspaceConfigurationsCommandOutput } from "../commands/ListSlackWorkspaceConfigurationsCommand";
|
|
3
3
|
import { SupportAppPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSlackWorkspaceConfigurations(config: SupportAppPaginationConfiguration, input: ListSlackWorkspaceConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListSlackWorkspaceConfigurationsCommandOutput>;
|
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.297.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|