@aws-sdk/client-support-app 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/SupportApp.d.ts +172 -50
- package/dist-types/ts3.4/SupportAppClient.d.ts +183 -82
- package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSlackChannelConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +9 -9
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SupportAppServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +249 -219
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListSlackChannelConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSlackWorkspaceConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +113 -29
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-support-app
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-support-app
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-support-app
|
|
@@ -1,50 +1,172 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateSlackChannelConfigurationCommandInput,
|
|
4
|
+
CreateSlackChannelConfigurationCommandOutput,
|
|
5
|
+
} from "./commands/CreateSlackChannelConfigurationCommand";
|
|
6
|
+
import {
|
|
7
|
+
DeleteAccountAliasCommandInput,
|
|
8
|
+
DeleteAccountAliasCommandOutput,
|
|
9
|
+
} from "./commands/DeleteAccountAliasCommand";
|
|
10
|
+
import {
|
|
11
|
+
DeleteSlackChannelConfigurationCommandInput,
|
|
12
|
+
DeleteSlackChannelConfigurationCommandOutput,
|
|
13
|
+
} from "./commands/DeleteSlackChannelConfigurationCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteSlackWorkspaceConfigurationCommandInput,
|
|
16
|
+
DeleteSlackWorkspaceConfigurationCommandOutput,
|
|
17
|
+
} from "./commands/DeleteSlackWorkspaceConfigurationCommand";
|
|
18
|
+
import {
|
|
19
|
+
GetAccountAliasCommandInput,
|
|
20
|
+
GetAccountAliasCommandOutput,
|
|
21
|
+
} from "./commands/GetAccountAliasCommand";
|
|
22
|
+
import {
|
|
23
|
+
ListSlackChannelConfigurationsCommandInput,
|
|
24
|
+
ListSlackChannelConfigurationsCommandOutput,
|
|
25
|
+
} from "./commands/ListSlackChannelConfigurationsCommand";
|
|
26
|
+
import {
|
|
27
|
+
ListSlackWorkspaceConfigurationsCommandInput,
|
|
28
|
+
ListSlackWorkspaceConfigurationsCommandOutput,
|
|
29
|
+
} from "./commands/ListSlackWorkspaceConfigurationsCommand";
|
|
30
|
+
import {
|
|
31
|
+
PutAccountAliasCommandInput,
|
|
32
|
+
PutAccountAliasCommandOutput,
|
|
33
|
+
} from "./commands/PutAccountAliasCommand";
|
|
34
|
+
import {
|
|
35
|
+
UpdateSlackChannelConfigurationCommandInput,
|
|
36
|
+
UpdateSlackChannelConfigurationCommandOutput,
|
|
37
|
+
} from "./commands/UpdateSlackChannelConfigurationCommand";
|
|
38
|
+
import { SupportAppClient } from "./SupportAppClient";
|
|
39
|
+
|
|
40
|
+
export declare class SupportApp extends SupportAppClient {
|
|
41
|
+
createSlackChannelConfiguration(
|
|
42
|
+
args: CreateSlackChannelConfigurationCommandInput,
|
|
43
|
+
options?: __HttpHandlerOptions
|
|
44
|
+
): Promise<CreateSlackChannelConfigurationCommandOutput>;
|
|
45
|
+
createSlackChannelConfiguration(
|
|
46
|
+
args: CreateSlackChannelConfigurationCommandInput,
|
|
47
|
+
cb: (err: any, data?: CreateSlackChannelConfigurationCommandOutput) => void
|
|
48
|
+
): void;
|
|
49
|
+
createSlackChannelConfiguration(
|
|
50
|
+
args: CreateSlackChannelConfigurationCommandInput,
|
|
51
|
+
options: __HttpHandlerOptions,
|
|
52
|
+
cb: (err: any, data?: CreateSlackChannelConfigurationCommandOutput) => void
|
|
53
|
+
): void;
|
|
54
|
+
|
|
55
|
+
deleteAccountAlias(
|
|
56
|
+
args: DeleteAccountAliasCommandInput,
|
|
57
|
+
options?: __HttpHandlerOptions
|
|
58
|
+
): Promise<DeleteAccountAliasCommandOutput>;
|
|
59
|
+
deleteAccountAlias(
|
|
60
|
+
args: DeleteAccountAliasCommandInput,
|
|
61
|
+
cb: (err: any, data?: DeleteAccountAliasCommandOutput) => void
|
|
62
|
+
): void;
|
|
63
|
+
deleteAccountAlias(
|
|
64
|
+
args: DeleteAccountAliasCommandInput,
|
|
65
|
+
options: __HttpHandlerOptions,
|
|
66
|
+
cb: (err: any, data?: DeleteAccountAliasCommandOutput) => void
|
|
67
|
+
): void;
|
|
68
|
+
|
|
69
|
+
deleteSlackChannelConfiguration(
|
|
70
|
+
args: DeleteSlackChannelConfigurationCommandInput,
|
|
71
|
+
options?: __HttpHandlerOptions
|
|
72
|
+
): Promise<DeleteSlackChannelConfigurationCommandOutput>;
|
|
73
|
+
deleteSlackChannelConfiguration(
|
|
74
|
+
args: DeleteSlackChannelConfigurationCommandInput,
|
|
75
|
+
cb: (err: any, data?: DeleteSlackChannelConfigurationCommandOutput) => void
|
|
76
|
+
): void;
|
|
77
|
+
deleteSlackChannelConfiguration(
|
|
78
|
+
args: DeleteSlackChannelConfigurationCommandInput,
|
|
79
|
+
options: __HttpHandlerOptions,
|
|
80
|
+
cb: (err: any, data?: DeleteSlackChannelConfigurationCommandOutput) => void
|
|
81
|
+
): void;
|
|
82
|
+
|
|
83
|
+
deleteSlackWorkspaceConfiguration(
|
|
84
|
+
args: DeleteSlackWorkspaceConfigurationCommandInput,
|
|
85
|
+
options?: __HttpHandlerOptions
|
|
86
|
+
): Promise<DeleteSlackWorkspaceConfigurationCommandOutput>;
|
|
87
|
+
deleteSlackWorkspaceConfiguration(
|
|
88
|
+
args: DeleteSlackWorkspaceConfigurationCommandInput,
|
|
89
|
+
cb: (
|
|
90
|
+
err: any,
|
|
91
|
+
data?: DeleteSlackWorkspaceConfigurationCommandOutput
|
|
92
|
+
) => void
|
|
93
|
+
): void;
|
|
94
|
+
deleteSlackWorkspaceConfiguration(
|
|
95
|
+
args: DeleteSlackWorkspaceConfigurationCommandInput,
|
|
96
|
+
options: __HttpHandlerOptions,
|
|
97
|
+
cb: (
|
|
98
|
+
err: any,
|
|
99
|
+
data?: DeleteSlackWorkspaceConfigurationCommandOutput
|
|
100
|
+
) => void
|
|
101
|
+
): void;
|
|
102
|
+
|
|
103
|
+
getAccountAlias(
|
|
104
|
+
args: GetAccountAliasCommandInput,
|
|
105
|
+
options?: __HttpHandlerOptions
|
|
106
|
+
): Promise<GetAccountAliasCommandOutput>;
|
|
107
|
+
getAccountAlias(
|
|
108
|
+
args: GetAccountAliasCommandInput,
|
|
109
|
+
cb: (err: any, data?: GetAccountAliasCommandOutput) => void
|
|
110
|
+
): void;
|
|
111
|
+
getAccountAlias(
|
|
112
|
+
args: GetAccountAliasCommandInput,
|
|
113
|
+
options: __HttpHandlerOptions,
|
|
114
|
+
cb: (err: any, data?: GetAccountAliasCommandOutput) => void
|
|
115
|
+
): void;
|
|
116
|
+
|
|
117
|
+
listSlackChannelConfigurations(
|
|
118
|
+
args: ListSlackChannelConfigurationsCommandInput,
|
|
119
|
+
options?: __HttpHandlerOptions
|
|
120
|
+
): Promise<ListSlackChannelConfigurationsCommandOutput>;
|
|
121
|
+
listSlackChannelConfigurations(
|
|
122
|
+
args: ListSlackChannelConfigurationsCommandInput,
|
|
123
|
+
cb: (err: any, data?: ListSlackChannelConfigurationsCommandOutput) => void
|
|
124
|
+
): void;
|
|
125
|
+
listSlackChannelConfigurations(
|
|
126
|
+
args: ListSlackChannelConfigurationsCommandInput,
|
|
127
|
+
options: __HttpHandlerOptions,
|
|
128
|
+
cb: (err: any, data?: ListSlackChannelConfigurationsCommandOutput) => void
|
|
129
|
+
): void;
|
|
130
|
+
|
|
131
|
+
listSlackWorkspaceConfigurations(
|
|
132
|
+
args: ListSlackWorkspaceConfigurationsCommandInput,
|
|
133
|
+
options?: __HttpHandlerOptions
|
|
134
|
+
): Promise<ListSlackWorkspaceConfigurationsCommandOutput>;
|
|
135
|
+
listSlackWorkspaceConfigurations(
|
|
136
|
+
args: ListSlackWorkspaceConfigurationsCommandInput,
|
|
137
|
+
cb: (err: any, data?: ListSlackWorkspaceConfigurationsCommandOutput) => void
|
|
138
|
+
): void;
|
|
139
|
+
listSlackWorkspaceConfigurations(
|
|
140
|
+
args: ListSlackWorkspaceConfigurationsCommandInput,
|
|
141
|
+
options: __HttpHandlerOptions,
|
|
142
|
+
cb: (err: any, data?: ListSlackWorkspaceConfigurationsCommandOutput) => void
|
|
143
|
+
): void;
|
|
144
|
+
|
|
145
|
+
putAccountAlias(
|
|
146
|
+
args: PutAccountAliasCommandInput,
|
|
147
|
+
options?: __HttpHandlerOptions
|
|
148
|
+
): Promise<PutAccountAliasCommandOutput>;
|
|
149
|
+
putAccountAlias(
|
|
150
|
+
args: PutAccountAliasCommandInput,
|
|
151
|
+
cb: (err: any, data?: PutAccountAliasCommandOutput) => void
|
|
152
|
+
): void;
|
|
153
|
+
putAccountAlias(
|
|
154
|
+
args: PutAccountAliasCommandInput,
|
|
155
|
+
options: __HttpHandlerOptions,
|
|
156
|
+
cb: (err: any, data?: PutAccountAliasCommandOutput) => void
|
|
157
|
+
): void;
|
|
158
|
+
|
|
159
|
+
updateSlackChannelConfiguration(
|
|
160
|
+
args: UpdateSlackChannelConfigurationCommandInput,
|
|
161
|
+
options?: __HttpHandlerOptions
|
|
162
|
+
): Promise<UpdateSlackChannelConfigurationCommandOutput>;
|
|
163
|
+
updateSlackChannelConfiguration(
|
|
164
|
+
args: UpdateSlackChannelConfigurationCommandInput,
|
|
165
|
+
cb: (err: any, data?: UpdateSlackChannelConfigurationCommandOutput) => void
|
|
166
|
+
): void;
|
|
167
|
+
updateSlackChannelConfiguration(
|
|
168
|
+
args: UpdateSlackChannelConfigurationCommandInput,
|
|
169
|
+
options: __HttpHandlerOptions,
|
|
170
|
+
cb: (err: any, data?: UpdateSlackChannelConfigurationCommandOutput) => void
|
|
171
|
+
): void;
|
|
172
|
+
}
|
|
@@ -1,82 +1,183 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateSlackChannelConfigurationCommandInput,
|
|
47
|
+
CreateSlackChannelConfigurationCommandOutput,
|
|
48
|
+
} from "./commands/CreateSlackChannelConfigurationCommand";
|
|
49
|
+
import {
|
|
50
|
+
DeleteAccountAliasCommandInput,
|
|
51
|
+
DeleteAccountAliasCommandOutput,
|
|
52
|
+
} from "./commands/DeleteAccountAliasCommand";
|
|
53
|
+
import {
|
|
54
|
+
DeleteSlackChannelConfigurationCommandInput,
|
|
55
|
+
DeleteSlackChannelConfigurationCommandOutput,
|
|
56
|
+
} from "./commands/DeleteSlackChannelConfigurationCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteSlackWorkspaceConfigurationCommandInput,
|
|
59
|
+
DeleteSlackWorkspaceConfigurationCommandOutput,
|
|
60
|
+
} from "./commands/DeleteSlackWorkspaceConfigurationCommand";
|
|
61
|
+
import {
|
|
62
|
+
GetAccountAliasCommandInput,
|
|
63
|
+
GetAccountAliasCommandOutput,
|
|
64
|
+
} from "./commands/GetAccountAliasCommand";
|
|
65
|
+
import {
|
|
66
|
+
ListSlackChannelConfigurationsCommandInput,
|
|
67
|
+
ListSlackChannelConfigurationsCommandOutput,
|
|
68
|
+
} from "./commands/ListSlackChannelConfigurationsCommand";
|
|
69
|
+
import {
|
|
70
|
+
ListSlackWorkspaceConfigurationsCommandInput,
|
|
71
|
+
ListSlackWorkspaceConfigurationsCommandOutput,
|
|
72
|
+
} from "./commands/ListSlackWorkspaceConfigurationsCommand";
|
|
73
|
+
import {
|
|
74
|
+
PutAccountAliasCommandInput,
|
|
75
|
+
PutAccountAliasCommandOutput,
|
|
76
|
+
} from "./commands/PutAccountAliasCommand";
|
|
77
|
+
import {
|
|
78
|
+
UpdateSlackChannelConfigurationCommandInput,
|
|
79
|
+
UpdateSlackChannelConfigurationCommandOutput,
|
|
80
|
+
} from "./commands/UpdateSlackChannelConfigurationCommand";
|
|
81
|
+
export declare type ServiceInputTypes =
|
|
82
|
+
| CreateSlackChannelConfigurationCommandInput
|
|
83
|
+
| DeleteAccountAliasCommandInput
|
|
84
|
+
| DeleteSlackChannelConfigurationCommandInput
|
|
85
|
+
| DeleteSlackWorkspaceConfigurationCommandInput
|
|
86
|
+
| GetAccountAliasCommandInput
|
|
87
|
+
| ListSlackChannelConfigurationsCommandInput
|
|
88
|
+
| ListSlackWorkspaceConfigurationsCommandInput
|
|
89
|
+
| PutAccountAliasCommandInput
|
|
90
|
+
| UpdateSlackChannelConfigurationCommandInput;
|
|
91
|
+
export declare type ServiceOutputTypes =
|
|
92
|
+
| CreateSlackChannelConfigurationCommandOutput
|
|
93
|
+
| DeleteAccountAliasCommandOutput
|
|
94
|
+
| DeleteSlackChannelConfigurationCommandOutput
|
|
95
|
+
| DeleteSlackWorkspaceConfigurationCommandOutput
|
|
96
|
+
| GetAccountAliasCommandOutput
|
|
97
|
+
| ListSlackChannelConfigurationsCommandOutput
|
|
98
|
+
| ListSlackWorkspaceConfigurationsCommandOutput
|
|
99
|
+
| PutAccountAliasCommandOutput
|
|
100
|
+
| UpdateSlackChannelConfigurationCommandOutput;
|
|
101
|
+
export interface ClientDefaults
|
|
102
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
103
|
+
requestHandler?: __HttpHandler;
|
|
104
|
+
|
|
105
|
+
sha256?: __HashConstructor;
|
|
106
|
+
|
|
107
|
+
urlParser?: __UrlParser;
|
|
108
|
+
|
|
109
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
110
|
+
|
|
111
|
+
streamCollector?: __StreamCollector;
|
|
112
|
+
|
|
113
|
+
base64Decoder?: __Decoder;
|
|
114
|
+
|
|
115
|
+
base64Encoder?: __Encoder;
|
|
116
|
+
|
|
117
|
+
utf8Decoder?: __Decoder;
|
|
118
|
+
|
|
119
|
+
utf8Encoder?: __Encoder;
|
|
120
|
+
|
|
121
|
+
runtime?: string;
|
|
122
|
+
|
|
123
|
+
disableHostPrefix?: boolean;
|
|
124
|
+
|
|
125
|
+
maxAttempts?: number | __Provider<number>;
|
|
126
|
+
|
|
127
|
+
retryMode?: string | __Provider<string>;
|
|
128
|
+
|
|
129
|
+
logger?: __Logger;
|
|
130
|
+
|
|
131
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
132
|
+
|
|
133
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
134
|
+
|
|
135
|
+
serviceId?: string;
|
|
136
|
+
|
|
137
|
+
region?: string | __Provider<string>;
|
|
138
|
+
|
|
139
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
140
|
+
|
|
141
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
142
|
+
|
|
143
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
144
|
+
|
|
145
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
146
|
+
}
|
|
147
|
+
declare type SupportAppClientConfigType = Partial<
|
|
148
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
149
|
+
> &
|
|
150
|
+
ClientDefaults &
|
|
151
|
+
RegionInputConfig &
|
|
152
|
+
EndpointsInputConfig &
|
|
153
|
+
RetryInputConfig &
|
|
154
|
+
HostHeaderInputConfig &
|
|
155
|
+
AwsAuthInputConfig &
|
|
156
|
+
UserAgentInputConfig;
|
|
157
|
+
|
|
158
|
+
export interface SupportAppClientConfig extends SupportAppClientConfigType {}
|
|
159
|
+
declare type SupportAppClientResolvedConfigType =
|
|
160
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
161
|
+
Required<ClientDefaults> &
|
|
162
|
+
RegionResolvedConfig &
|
|
163
|
+
EndpointsResolvedConfig &
|
|
164
|
+
RetryResolvedConfig &
|
|
165
|
+
HostHeaderResolvedConfig &
|
|
166
|
+
AwsAuthResolvedConfig &
|
|
167
|
+
UserAgentResolvedConfig;
|
|
168
|
+
|
|
169
|
+
export interface SupportAppClientResolvedConfig
|
|
170
|
+
extends SupportAppClientResolvedConfigType {}
|
|
171
|
+
|
|
172
|
+
export declare class SupportAppClient extends __Client<
|
|
173
|
+
__HttpHandlerOptions,
|
|
174
|
+
ServiceInputTypes,
|
|
175
|
+
ServiceOutputTypes,
|
|
176
|
+
SupportAppClientResolvedConfig
|
|
177
|
+
> {
|
|
178
|
+
readonly config: SupportAppClientResolvedConfig;
|
|
179
|
+
constructor(configuration: SupportAppClientConfig);
|
|
180
|
+
|
|
181
|
+
destroy(): void;
|
|
182
|
+
}
|
|
183
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateSlackChannelConfigurationRequest,
|
|
10
|
+
CreateSlackChannelConfigurationResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SupportAppClientResolvedConfig,
|
|
16
|
+
} from "../SupportAppClient";
|
|
17
|
+
export interface CreateSlackChannelConfigurationCommandInput
|
|
18
|
+
extends CreateSlackChannelConfigurationRequest {}
|
|
19
|
+
export interface CreateSlackChannelConfigurationCommandOutput
|
|
20
|
+
extends CreateSlackChannelConfigurationResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateSlackChannelConfigurationCommand extends $Command<
|
|
24
|
+
CreateSlackChannelConfigurationCommandInput,
|
|
25
|
+
CreateSlackChannelConfigurationCommandOutput,
|
|
26
|
+
SupportAppClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateSlackChannelConfigurationCommandInput;
|
|
29
|
+
constructor(input: CreateSlackChannelConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SupportAppClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateSlackChannelConfigurationCommandInput,
|
|
37
|
+
CreateSlackChannelConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteAccountAliasRequest,
|
|
10
|
+
DeleteAccountAliasResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SupportAppClientResolvedConfig,
|
|
16
|
+
} from "../SupportAppClient";
|
|
17
|
+
export interface DeleteAccountAliasCommandInput
|
|
18
|
+
extends DeleteAccountAliasRequest {}
|
|
19
|
+
export interface DeleteAccountAliasCommandOutput
|
|
20
|
+
extends DeleteAccountAliasResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteAccountAliasCommand extends $Command<
|
|
24
|
+
DeleteAccountAliasCommandInput,
|
|
25
|
+
DeleteAccountAliasCommandOutput,
|
|
26
|
+
SupportAppClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteAccountAliasCommandInput;
|
|
29
|
+
constructor(input: DeleteAccountAliasCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SupportAppClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|