@aws-sdk/client-support 3.169.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 +8 -0
- package/dist-types/ts3.4/Support.d.ts +274 -75
- package/dist-types/ts3.4/SupportClient.d.ts +213 -87
- package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +14 -14
- 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/SupportServiceException.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 +568 -513
- package/dist-types/ts3.4/pagination/DescribeCasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCommunicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +173 -44
- 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,14 @@
|
|
|
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
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-support
|
|
@@ -1,75 +1,274 @@
|
|
|
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
|
-
import {
|
|
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
|
-
|
|
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
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AddAttachmentsToSetCommandInput,
|
|
4
|
+
AddAttachmentsToSetCommandOutput,
|
|
5
|
+
} from "./commands/AddAttachmentsToSetCommand";
|
|
6
|
+
import {
|
|
7
|
+
AddCommunicationToCaseCommandInput,
|
|
8
|
+
AddCommunicationToCaseCommandOutput,
|
|
9
|
+
} from "./commands/AddCommunicationToCaseCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateCaseCommandInput,
|
|
12
|
+
CreateCaseCommandOutput,
|
|
13
|
+
} from "./commands/CreateCaseCommand";
|
|
14
|
+
import {
|
|
15
|
+
DescribeAttachmentCommandInput,
|
|
16
|
+
DescribeAttachmentCommandOutput,
|
|
17
|
+
} from "./commands/DescribeAttachmentCommand";
|
|
18
|
+
import {
|
|
19
|
+
DescribeCasesCommandInput,
|
|
20
|
+
DescribeCasesCommandOutput,
|
|
21
|
+
} from "./commands/DescribeCasesCommand";
|
|
22
|
+
import {
|
|
23
|
+
DescribeCommunicationsCommandInput,
|
|
24
|
+
DescribeCommunicationsCommandOutput,
|
|
25
|
+
} from "./commands/DescribeCommunicationsCommand";
|
|
26
|
+
import {
|
|
27
|
+
DescribeServicesCommandInput,
|
|
28
|
+
DescribeServicesCommandOutput,
|
|
29
|
+
} from "./commands/DescribeServicesCommand";
|
|
30
|
+
import {
|
|
31
|
+
DescribeSeverityLevelsCommandInput,
|
|
32
|
+
DescribeSeverityLevelsCommandOutput,
|
|
33
|
+
} from "./commands/DescribeSeverityLevelsCommand";
|
|
34
|
+
import {
|
|
35
|
+
DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
|
|
36
|
+
DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput,
|
|
37
|
+
} from "./commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribeTrustedAdvisorCheckResultCommandInput,
|
|
40
|
+
DescribeTrustedAdvisorCheckResultCommandOutput,
|
|
41
|
+
} from "./commands/DescribeTrustedAdvisorCheckResultCommand";
|
|
42
|
+
import {
|
|
43
|
+
DescribeTrustedAdvisorChecksCommandInput,
|
|
44
|
+
DescribeTrustedAdvisorChecksCommandOutput,
|
|
45
|
+
} from "./commands/DescribeTrustedAdvisorChecksCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeTrustedAdvisorCheckSummariesCommandInput,
|
|
48
|
+
DescribeTrustedAdvisorCheckSummariesCommandOutput,
|
|
49
|
+
} from "./commands/DescribeTrustedAdvisorCheckSummariesCommand";
|
|
50
|
+
import {
|
|
51
|
+
RefreshTrustedAdvisorCheckCommandInput,
|
|
52
|
+
RefreshTrustedAdvisorCheckCommandOutput,
|
|
53
|
+
} from "./commands/RefreshTrustedAdvisorCheckCommand";
|
|
54
|
+
import {
|
|
55
|
+
ResolveCaseCommandInput,
|
|
56
|
+
ResolveCaseCommandOutput,
|
|
57
|
+
} from "./commands/ResolveCaseCommand";
|
|
58
|
+
import { SupportClient } from "./SupportClient";
|
|
59
|
+
|
|
60
|
+
export declare class Support extends SupportClient {
|
|
61
|
+
addAttachmentsToSet(
|
|
62
|
+
args: AddAttachmentsToSetCommandInput,
|
|
63
|
+
options?: __HttpHandlerOptions
|
|
64
|
+
): Promise<AddAttachmentsToSetCommandOutput>;
|
|
65
|
+
addAttachmentsToSet(
|
|
66
|
+
args: AddAttachmentsToSetCommandInput,
|
|
67
|
+
cb: (err: any, data?: AddAttachmentsToSetCommandOutput) => void
|
|
68
|
+
): void;
|
|
69
|
+
addAttachmentsToSet(
|
|
70
|
+
args: AddAttachmentsToSetCommandInput,
|
|
71
|
+
options: __HttpHandlerOptions,
|
|
72
|
+
cb: (err: any, data?: AddAttachmentsToSetCommandOutput) => void
|
|
73
|
+
): void;
|
|
74
|
+
|
|
75
|
+
addCommunicationToCase(
|
|
76
|
+
args: AddCommunicationToCaseCommandInput,
|
|
77
|
+
options?: __HttpHandlerOptions
|
|
78
|
+
): Promise<AddCommunicationToCaseCommandOutput>;
|
|
79
|
+
addCommunicationToCase(
|
|
80
|
+
args: AddCommunicationToCaseCommandInput,
|
|
81
|
+
cb: (err: any, data?: AddCommunicationToCaseCommandOutput) => void
|
|
82
|
+
): void;
|
|
83
|
+
addCommunicationToCase(
|
|
84
|
+
args: AddCommunicationToCaseCommandInput,
|
|
85
|
+
options: __HttpHandlerOptions,
|
|
86
|
+
cb: (err: any, data?: AddCommunicationToCaseCommandOutput) => void
|
|
87
|
+
): void;
|
|
88
|
+
|
|
89
|
+
createCase(
|
|
90
|
+
args: CreateCaseCommandInput,
|
|
91
|
+
options?: __HttpHandlerOptions
|
|
92
|
+
): Promise<CreateCaseCommandOutput>;
|
|
93
|
+
createCase(
|
|
94
|
+
args: CreateCaseCommandInput,
|
|
95
|
+
cb: (err: any, data?: CreateCaseCommandOutput) => void
|
|
96
|
+
): void;
|
|
97
|
+
createCase(
|
|
98
|
+
args: CreateCaseCommandInput,
|
|
99
|
+
options: __HttpHandlerOptions,
|
|
100
|
+
cb: (err: any, data?: CreateCaseCommandOutput) => void
|
|
101
|
+
): void;
|
|
102
|
+
|
|
103
|
+
describeAttachment(
|
|
104
|
+
args: DescribeAttachmentCommandInput,
|
|
105
|
+
options?: __HttpHandlerOptions
|
|
106
|
+
): Promise<DescribeAttachmentCommandOutput>;
|
|
107
|
+
describeAttachment(
|
|
108
|
+
args: DescribeAttachmentCommandInput,
|
|
109
|
+
cb: (err: any, data?: DescribeAttachmentCommandOutput) => void
|
|
110
|
+
): void;
|
|
111
|
+
describeAttachment(
|
|
112
|
+
args: DescribeAttachmentCommandInput,
|
|
113
|
+
options: __HttpHandlerOptions,
|
|
114
|
+
cb: (err: any, data?: DescribeAttachmentCommandOutput) => void
|
|
115
|
+
): void;
|
|
116
|
+
|
|
117
|
+
describeCases(
|
|
118
|
+
args: DescribeCasesCommandInput,
|
|
119
|
+
options?: __HttpHandlerOptions
|
|
120
|
+
): Promise<DescribeCasesCommandOutput>;
|
|
121
|
+
describeCases(
|
|
122
|
+
args: DescribeCasesCommandInput,
|
|
123
|
+
cb: (err: any, data?: DescribeCasesCommandOutput) => void
|
|
124
|
+
): void;
|
|
125
|
+
describeCases(
|
|
126
|
+
args: DescribeCasesCommandInput,
|
|
127
|
+
options: __HttpHandlerOptions,
|
|
128
|
+
cb: (err: any, data?: DescribeCasesCommandOutput) => void
|
|
129
|
+
): void;
|
|
130
|
+
|
|
131
|
+
describeCommunications(
|
|
132
|
+
args: DescribeCommunicationsCommandInput,
|
|
133
|
+
options?: __HttpHandlerOptions
|
|
134
|
+
): Promise<DescribeCommunicationsCommandOutput>;
|
|
135
|
+
describeCommunications(
|
|
136
|
+
args: DescribeCommunicationsCommandInput,
|
|
137
|
+
cb: (err: any, data?: DescribeCommunicationsCommandOutput) => void
|
|
138
|
+
): void;
|
|
139
|
+
describeCommunications(
|
|
140
|
+
args: DescribeCommunicationsCommandInput,
|
|
141
|
+
options: __HttpHandlerOptions,
|
|
142
|
+
cb: (err: any, data?: DescribeCommunicationsCommandOutput) => void
|
|
143
|
+
): void;
|
|
144
|
+
|
|
145
|
+
describeServices(
|
|
146
|
+
args: DescribeServicesCommandInput,
|
|
147
|
+
options?: __HttpHandlerOptions
|
|
148
|
+
): Promise<DescribeServicesCommandOutput>;
|
|
149
|
+
describeServices(
|
|
150
|
+
args: DescribeServicesCommandInput,
|
|
151
|
+
cb: (err: any, data?: DescribeServicesCommandOutput) => void
|
|
152
|
+
): void;
|
|
153
|
+
describeServices(
|
|
154
|
+
args: DescribeServicesCommandInput,
|
|
155
|
+
options: __HttpHandlerOptions,
|
|
156
|
+
cb: (err: any, data?: DescribeServicesCommandOutput) => void
|
|
157
|
+
): void;
|
|
158
|
+
|
|
159
|
+
describeSeverityLevels(
|
|
160
|
+
args: DescribeSeverityLevelsCommandInput,
|
|
161
|
+
options?: __HttpHandlerOptions
|
|
162
|
+
): Promise<DescribeSeverityLevelsCommandOutput>;
|
|
163
|
+
describeSeverityLevels(
|
|
164
|
+
args: DescribeSeverityLevelsCommandInput,
|
|
165
|
+
cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void
|
|
166
|
+
): void;
|
|
167
|
+
describeSeverityLevels(
|
|
168
|
+
args: DescribeSeverityLevelsCommandInput,
|
|
169
|
+
options: __HttpHandlerOptions,
|
|
170
|
+
cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void
|
|
171
|
+
): void;
|
|
172
|
+
|
|
173
|
+
describeTrustedAdvisorCheckRefreshStatuses(
|
|
174
|
+
args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
|
|
175
|
+
options?: __HttpHandlerOptions
|
|
176
|
+
): Promise<DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput>;
|
|
177
|
+
describeTrustedAdvisorCheckRefreshStatuses(
|
|
178
|
+
args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
|
|
179
|
+
cb: (
|
|
180
|
+
err: any,
|
|
181
|
+
data?: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
|
|
182
|
+
) => void
|
|
183
|
+
): void;
|
|
184
|
+
describeTrustedAdvisorCheckRefreshStatuses(
|
|
185
|
+
args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
|
|
186
|
+
options: __HttpHandlerOptions,
|
|
187
|
+
cb: (
|
|
188
|
+
err: any,
|
|
189
|
+
data?: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
|
|
190
|
+
) => void
|
|
191
|
+
): void;
|
|
192
|
+
|
|
193
|
+
describeTrustedAdvisorCheckResult(
|
|
194
|
+
args: DescribeTrustedAdvisorCheckResultCommandInput,
|
|
195
|
+
options?: __HttpHandlerOptions
|
|
196
|
+
): Promise<DescribeTrustedAdvisorCheckResultCommandOutput>;
|
|
197
|
+
describeTrustedAdvisorCheckResult(
|
|
198
|
+
args: DescribeTrustedAdvisorCheckResultCommandInput,
|
|
199
|
+
cb: (
|
|
200
|
+
err: any,
|
|
201
|
+
data?: DescribeTrustedAdvisorCheckResultCommandOutput
|
|
202
|
+
) => void
|
|
203
|
+
): void;
|
|
204
|
+
describeTrustedAdvisorCheckResult(
|
|
205
|
+
args: DescribeTrustedAdvisorCheckResultCommandInput,
|
|
206
|
+
options: __HttpHandlerOptions,
|
|
207
|
+
cb: (
|
|
208
|
+
err: any,
|
|
209
|
+
data?: DescribeTrustedAdvisorCheckResultCommandOutput
|
|
210
|
+
) => void
|
|
211
|
+
): void;
|
|
212
|
+
|
|
213
|
+
describeTrustedAdvisorChecks(
|
|
214
|
+
args: DescribeTrustedAdvisorChecksCommandInput,
|
|
215
|
+
options?: __HttpHandlerOptions
|
|
216
|
+
): Promise<DescribeTrustedAdvisorChecksCommandOutput>;
|
|
217
|
+
describeTrustedAdvisorChecks(
|
|
218
|
+
args: DescribeTrustedAdvisorChecksCommandInput,
|
|
219
|
+
cb: (err: any, data?: DescribeTrustedAdvisorChecksCommandOutput) => void
|
|
220
|
+
): void;
|
|
221
|
+
describeTrustedAdvisorChecks(
|
|
222
|
+
args: DescribeTrustedAdvisorChecksCommandInput,
|
|
223
|
+
options: __HttpHandlerOptions,
|
|
224
|
+
cb: (err: any, data?: DescribeTrustedAdvisorChecksCommandOutput) => void
|
|
225
|
+
): void;
|
|
226
|
+
|
|
227
|
+
describeTrustedAdvisorCheckSummaries(
|
|
228
|
+
args: DescribeTrustedAdvisorCheckSummariesCommandInput,
|
|
229
|
+
options?: __HttpHandlerOptions
|
|
230
|
+
): Promise<DescribeTrustedAdvisorCheckSummariesCommandOutput>;
|
|
231
|
+
describeTrustedAdvisorCheckSummaries(
|
|
232
|
+
args: DescribeTrustedAdvisorCheckSummariesCommandInput,
|
|
233
|
+
cb: (
|
|
234
|
+
err: any,
|
|
235
|
+
data?: DescribeTrustedAdvisorCheckSummariesCommandOutput
|
|
236
|
+
) => void
|
|
237
|
+
): void;
|
|
238
|
+
describeTrustedAdvisorCheckSummaries(
|
|
239
|
+
args: DescribeTrustedAdvisorCheckSummariesCommandInput,
|
|
240
|
+
options: __HttpHandlerOptions,
|
|
241
|
+
cb: (
|
|
242
|
+
err: any,
|
|
243
|
+
data?: DescribeTrustedAdvisorCheckSummariesCommandOutput
|
|
244
|
+
) => void
|
|
245
|
+
): void;
|
|
246
|
+
|
|
247
|
+
refreshTrustedAdvisorCheck(
|
|
248
|
+
args: RefreshTrustedAdvisorCheckCommandInput,
|
|
249
|
+
options?: __HttpHandlerOptions
|
|
250
|
+
): Promise<RefreshTrustedAdvisorCheckCommandOutput>;
|
|
251
|
+
refreshTrustedAdvisorCheck(
|
|
252
|
+
args: RefreshTrustedAdvisorCheckCommandInput,
|
|
253
|
+
cb: (err: any, data?: RefreshTrustedAdvisorCheckCommandOutput) => void
|
|
254
|
+
): void;
|
|
255
|
+
refreshTrustedAdvisorCheck(
|
|
256
|
+
args: RefreshTrustedAdvisorCheckCommandInput,
|
|
257
|
+
options: __HttpHandlerOptions,
|
|
258
|
+
cb: (err: any, data?: RefreshTrustedAdvisorCheckCommandOutput) => void
|
|
259
|
+
): void;
|
|
260
|
+
|
|
261
|
+
resolveCase(
|
|
262
|
+
args: ResolveCaseCommandInput,
|
|
263
|
+
options?: __HttpHandlerOptions
|
|
264
|
+
): Promise<ResolveCaseCommandOutput>;
|
|
265
|
+
resolveCase(
|
|
266
|
+
args: ResolveCaseCommandInput,
|
|
267
|
+
cb: (err: any, data?: ResolveCaseCommandOutput) => void
|
|
268
|
+
): void;
|
|
269
|
+
resolveCase(
|
|
270
|
+
args: ResolveCaseCommandInput,
|
|
271
|
+
options: __HttpHandlerOptions,
|
|
272
|
+
cb: (err: any, data?: ResolveCaseCommandOutput) => void
|
|
273
|
+
): void;
|
|
274
|
+
}
|