@aws-sdk/client-support 3.169.0 → 3.171.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.
Files changed (33) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Support.d.ts +260 -75
  3. package/dist-types/ts3.4/SupportClient.d.ts +188 -87
  4. package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/index.d.ts +14 -14
  19. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  20. package/dist-types/ts3.4/index.d.ts +6 -6
  21. package/dist-types/ts3.4/models/SupportServiceException.d.ts +7 -6
  22. package/dist-types/ts3.4/models/index.d.ts +1 -1
  23. package/dist-types/ts3.4/models/models_0.d.ts +398 -513
  24. package/dist-types/ts3.4/pagination/DescribeCasesPaginator.d.ts +11 -4
  25. package/dist-types/ts3.4/pagination/DescribeCommunicationsPaginator.d.ts +11 -4
  26. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  27. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  28. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +173 -44
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  33. 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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-support
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-support
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-support
@@ -1,75 +1,260 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput } from "./commands/AddAttachmentsToSetCommand";
3
- import { AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput } from "./commands/AddCommunicationToCaseCommand";
4
- import { CreateCaseCommandInput, CreateCaseCommandOutput } from "./commands/CreateCaseCommand";
5
- import { DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput } from "./commands/DescribeAttachmentCommand";
6
- import { DescribeCasesCommandInput, DescribeCasesCommandOutput } from "./commands/DescribeCasesCommand";
7
- import { DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput } from "./commands/DescribeCommunicationsCommand";
8
- import { DescribeServicesCommandInput, DescribeServicesCommandOutput } from "./commands/DescribeServicesCommand";
9
- import { DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput } from "./commands/DescribeSeverityLevelsCommand";
10
- import { DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput } from "./commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand";
11
- import { DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput } from "./commands/DescribeTrustedAdvisorCheckResultCommand";
12
- import { DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput } from "./commands/DescribeTrustedAdvisorChecksCommand";
13
- import { DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput } from "./commands/DescribeTrustedAdvisorCheckSummariesCommand";
14
- import { RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput } from "./commands/RefreshTrustedAdvisorCheckCommand";
15
- import { ResolveCaseCommandInput, ResolveCaseCommandOutput } from "./commands/ResolveCaseCommand";
16
- import { SupportClient } from "./SupportClient";
17
-
18
- export declare class Support extends SupportClient {
19
-
20
- addAttachmentsToSet(args: AddAttachmentsToSetCommandInput, options?: __HttpHandlerOptions): Promise<AddAttachmentsToSetCommandOutput>;
21
- addAttachmentsToSet(args: AddAttachmentsToSetCommandInput, cb: (err: any, data?: AddAttachmentsToSetCommandOutput) => void): void;
22
- addAttachmentsToSet(args: AddAttachmentsToSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddAttachmentsToSetCommandOutput) => void): void;
23
-
24
- addCommunicationToCase(args: AddCommunicationToCaseCommandInput, options?: __HttpHandlerOptions): Promise<AddCommunicationToCaseCommandOutput>;
25
- addCommunicationToCase(args: AddCommunicationToCaseCommandInput, cb: (err: any, data?: AddCommunicationToCaseCommandOutput) => void): void;
26
- addCommunicationToCase(args: AddCommunicationToCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCommunicationToCaseCommandOutput) => void): void;
27
-
28
- createCase(args: CreateCaseCommandInput, options?: __HttpHandlerOptions): Promise<CreateCaseCommandOutput>;
29
- createCase(args: CreateCaseCommandInput, cb: (err: any, data?: CreateCaseCommandOutput) => void): void;
30
- createCase(args: CreateCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCaseCommandOutput) => void): void;
31
-
32
- describeAttachment(args: DescribeAttachmentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAttachmentCommandOutput>;
33
- describeAttachment(args: DescribeAttachmentCommandInput, cb: (err: any, data?: DescribeAttachmentCommandOutput) => void): void;
34
- describeAttachment(args: DescribeAttachmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAttachmentCommandOutput) => void): void;
35
-
36
- describeCases(args: DescribeCasesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCasesCommandOutput>;
37
- describeCases(args: DescribeCasesCommandInput, cb: (err: any, data?: DescribeCasesCommandOutput) => void): void;
38
- describeCases(args: DescribeCasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCasesCommandOutput) => void): void;
39
-
40
- describeCommunications(args: DescribeCommunicationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCommunicationsCommandOutput>;
41
- describeCommunications(args: DescribeCommunicationsCommandInput, cb: (err: any, data?: DescribeCommunicationsCommandOutput) => void): void;
42
- describeCommunications(args: DescribeCommunicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCommunicationsCommandOutput) => void): void;
43
-
44
- describeServices(args: DescribeServicesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServicesCommandOutput>;
45
- describeServices(args: DescribeServicesCommandInput, cb: (err: any, data?: DescribeServicesCommandOutput) => void): void;
46
- describeServices(args: DescribeServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServicesCommandOutput) => void): void;
47
-
48
- describeSeverityLevels(args: DescribeSeverityLevelsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSeverityLevelsCommandOutput>;
49
- describeSeverityLevels(args: DescribeSeverityLevelsCommandInput, cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void): void;
50
- describeSeverityLevels(args: DescribeSeverityLevelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void): void;
51
-
52
- describeTrustedAdvisorCheckRefreshStatuses(args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput>;
53
- describeTrustedAdvisorCheckRefreshStatuses(args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput) => void): void;
54
- describeTrustedAdvisorCheckRefreshStatuses(args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput) => void): void;
55
-
56
- describeTrustedAdvisorCheckResult(args: DescribeTrustedAdvisorCheckResultCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrustedAdvisorCheckResultCommandOutput>;
57
- describeTrustedAdvisorCheckResult(args: DescribeTrustedAdvisorCheckResultCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorCheckResultCommandOutput) => void): void;
58
- describeTrustedAdvisorCheckResult(args: DescribeTrustedAdvisorCheckResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorCheckResultCommandOutput) => void): void;
59
-
60
- describeTrustedAdvisorChecks(args: DescribeTrustedAdvisorChecksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrustedAdvisorChecksCommandOutput>;
61
- describeTrustedAdvisorChecks(args: DescribeTrustedAdvisorChecksCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorChecksCommandOutput) => void): void;
62
- describeTrustedAdvisorChecks(args: DescribeTrustedAdvisorChecksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorChecksCommandOutput) => void): void;
63
-
64
- describeTrustedAdvisorCheckSummaries(args: DescribeTrustedAdvisorCheckSummariesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrustedAdvisorCheckSummariesCommandOutput>;
65
- describeTrustedAdvisorCheckSummaries(args: DescribeTrustedAdvisorCheckSummariesCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorCheckSummariesCommandOutput) => void): void;
66
- describeTrustedAdvisorCheckSummaries(args: DescribeTrustedAdvisorCheckSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorCheckSummariesCommandOutput) => void): void;
67
-
68
- refreshTrustedAdvisorCheck(args: RefreshTrustedAdvisorCheckCommandInput, options?: __HttpHandlerOptions): Promise<RefreshTrustedAdvisorCheckCommandOutput>;
69
- refreshTrustedAdvisorCheck(args: RefreshTrustedAdvisorCheckCommandInput, cb: (err: any, data?: RefreshTrustedAdvisorCheckCommandOutput) => void): void;
70
- refreshTrustedAdvisorCheck(args: RefreshTrustedAdvisorCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RefreshTrustedAdvisorCheckCommandOutput) => void): void;
71
-
72
- resolveCase(args: ResolveCaseCommandInput, options?: __HttpHandlerOptions): Promise<ResolveCaseCommandOutput>;
73
- resolveCase(args: ResolveCaseCommandInput, cb: (err: any, data?: ResolveCaseCommandOutput) => void): void;
74
- resolveCase(args: ResolveCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResolveCaseCommandOutput) => void): void;
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
+ export declare class Support extends SupportClient {
60
+ addAttachmentsToSet(
61
+ args: AddAttachmentsToSetCommandInput,
62
+ options?: __HttpHandlerOptions
63
+ ): Promise<AddAttachmentsToSetCommandOutput>;
64
+ addAttachmentsToSet(
65
+ args: AddAttachmentsToSetCommandInput,
66
+ cb: (err: any, data?: AddAttachmentsToSetCommandOutput) => void
67
+ ): void;
68
+ addAttachmentsToSet(
69
+ args: AddAttachmentsToSetCommandInput,
70
+ options: __HttpHandlerOptions,
71
+ cb: (err: any, data?: AddAttachmentsToSetCommandOutput) => void
72
+ ): void;
73
+ addCommunicationToCase(
74
+ args: AddCommunicationToCaseCommandInput,
75
+ options?: __HttpHandlerOptions
76
+ ): Promise<AddCommunicationToCaseCommandOutput>;
77
+ addCommunicationToCase(
78
+ args: AddCommunicationToCaseCommandInput,
79
+ cb: (err: any, data?: AddCommunicationToCaseCommandOutput) => void
80
+ ): void;
81
+ addCommunicationToCase(
82
+ args: AddCommunicationToCaseCommandInput,
83
+ options: __HttpHandlerOptions,
84
+ cb: (err: any, data?: AddCommunicationToCaseCommandOutput) => void
85
+ ): void;
86
+ createCase(
87
+ args: CreateCaseCommandInput,
88
+ options?: __HttpHandlerOptions
89
+ ): Promise<CreateCaseCommandOutput>;
90
+ createCase(
91
+ args: CreateCaseCommandInput,
92
+ cb: (err: any, data?: CreateCaseCommandOutput) => void
93
+ ): void;
94
+ createCase(
95
+ args: CreateCaseCommandInput,
96
+ options: __HttpHandlerOptions,
97
+ cb: (err: any, data?: CreateCaseCommandOutput) => void
98
+ ): void;
99
+ describeAttachment(
100
+ args: DescribeAttachmentCommandInput,
101
+ options?: __HttpHandlerOptions
102
+ ): Promise<DescribeAttachmentCommandOutput>;
103
+ describeAttachment(
104
+ args: DescribeAttachmentCommandInput,
105
+ cb: (err: any, data?: DescribeAttachmentCommandOutput) => void
106
+ ): void;
107
+ describeAttachment(
108
+ args: DescribeAttachmentCommandInput,
109
+ options: __HttpHandlerOptions,
110
+ cb: (err: any, data?: DescribeAttachmentCommandOutput) => void
111
+ ): void;
112
+ describeCases(
113
+ args: DescribeCasesCommandInput,
114
+ options?: __HttpHandlerOptions
115
+ ): Promise<DescribeCasesCommandOutput>;
116
+ describeCases(
117
+ args: DescribeCasesCommandInput,
118
+ cb: (err: any, data?: DescribeCasesCommandOutput) => void
119
+ ): void;
120
+ describeCases(
121
+ args: DescribeCasesCommandInput,
122
+ options: __HttpHandlerOptions,
123
+ cb: (err: any, data?: DescribeCasesCommandOutput) => void
124
+ ): void;
125
+ describeCommunications(
126
+ args: DescribeCommunicationsCommandInput,
127
+ options?: __HttpHandlerOptions
128
+ ): Promise<DescribeCommunicationsCommandOutput>;
129
+ describeCommunications(
130
+ args: DescribeCommunicationsCommandInput,
131
+ cb: (err: any, data?: DescribeCommunicationsCommandOutput) => void
132
+ ): void;
133
+ describeCommunications(
134
+ args: DescribeCommunicationsCommandInput,
135
+ options: __HttpHandlerOptions,
136
+ cb: (err: any, data?: DescribeCommunicationsCommandOutput) => void
137
+ ): void;
138
+ describeServices(
139
+ args: DescribeServicesCommandInput,
140
+ options?: __HttpHandlerOptions
141
+ ): Promise<DescribeServicesCommandOutput>;
142
+ describeServices(
143
+ args: DescribeServicesCommandInput,
144
+ cb: (err: any, data?: DescribeServicesCommandOutput) => void
145
+ ): void;
146
+ describeServices(
147
+ args: DescribeServicesCommandInput,
148
+ options: __HttpHandlerOptions,
149
+ cb: (err: any, data?: DescribeServicesCommandOutput) => void
150
+ ): void;
151
+ describeSeverityLevels(
152
+ args: DescribeSeverityLevelsCommandInput,
153
+ options?: __HttpHandlerOptions
154
+ ): Promise<DescribeSeverityLevelsCommandOutput>;
155
+ describeSeverityLevels(
156
+ args: DescribeSeverityLevelsCommandInput,
157
+ cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void
158
+ ): void;
159
+ describeSeverityLevels(
160
+ args: DescribeSeverityLevelsCommandInput,
161
+ options: __HttpHandlerOptions,
162
+ cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void
163
+ ): void;
164
+ describeTrustedAdvisorCheckRefreshStatuses(
165
+ args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
166
+ options?: __HttpHandlerOptions
167
+ ): Promise<DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput>;
168
+ describeTrustedAdvisorCheckRefreshStatuses(
169
+ args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
170
+ cb: (
171
+ err: any,
172
+ data?: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
173
+ ) => void
174
+ ): void;
175
+ describeTrustedAdvisorCheckRefreshStatuses(
176
+ args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
177
+ options: __HttpHandlerOptions,
178
+ cb: (
179
+ err: any,
180
+ data?: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
181
+ ) => void
182
+ ): void;
183
+ describeTrustedAdvisorCheckResult(
184
+ args: DescribeTrustedAdvisorCheckResultCommandInput,
185
+ options?: __HttpHandlerOptions
186
+ ): Promise<DescribeTrustedAdvisorCheckResultCommandOutput>;
187
+ describeTrustedAdvisorCheckResult(
188
+ args: DescribeTrustedAdvisorCheckResultCommandInput,
189
+ cb: (
190
+ err: any,
191
+ data?: DescribeTrustedAdvisorCheckResultCommandOutput
192
+ ) => void
193
+ ): void;
194
+ describeTrustedAdvisorCheckResult(
195
+ args: DescribeTrustedAdvisorCheckResultCommandInput,
196
+ options: __HttpHandlerOptions,
197
+ cb: (
198
+ err: any,
199
+ data?: DescribeTrustedAdvisorCheckResultCommandOutput
200
+ ) => void
201
+ ): void;
202
+ describeTrustedAdvisorChecks(
203
+ args: DescribeTrustedAdvisorChecksCommandInput,
204
+ options?: __HttpHandlerOptions
205
+ ): Promise<DescribeTrustedAdvisorChecksCommandOutput>;
206
+ describeTrustedAdvisorChecks(
207
+ args: DescribeTrustedAdvisorChecksCommandInput,
208
+ cb: (err: any, data?: DescribeTrustedAdvisorChecksCommandOutput) => void
209
+ ): void;
210
+ describeTrustedAdvisorChecks(
211
+ args: DescribeTrustedAdvisorChecksCommandInput,
212
+ options: __HttpHandlerOptions,
213
+ cb: (err: any, data?: DescribeTrustedAdvisorChecksCommandOutput) => void
214
+ ): void;
215
+ describeTrustedAdvisorCheckSummaries(
216
+ args: DescribeTrustedAdvisorCheckSummariesCommandInput,
217
+ options?: __HttpHandlerOptions
218
+ ): Promise<DescribeTrustedAdvisorCheckSummariesCommandOutput>;
219
+ describeTrustedAdvisorCheckSummaries(
220
+ args: DescribeTrustedAdvisorCheckSummariesCommandInput,
221
+ cb: (
222
+ err: any,
223
+ data?: DescribeTrustedAdvisorCheckSummariesCommandOutput
224
+ ) => void
225
+ ): void;
226
+ describeTrustedAdvisorCheckSummaries(
227
+ args: DescribeTrustedAdvisorCheckSummariesCommandInput,
228
+ options: __HttpHandlerOptions,
229
+ cb: (
230
+ err: any,
231
+ data?: DescribeTrustedAdvisorCheckSummariesCommandOutput
232
+ ) => void
233
+ ): void;
234
+ refreshTrustedAdvisorCheck(
235
+ args: RefreshTrustedAdvisorCheckCommandInput,
236
+ options?: __HttpHandlerOptions
237
+ ): Promise<RefreshTrustedAdvisorCheckCommandOutput>;
238
+ refreshTrustedAdvisorCheck(
239
+ args: RefreshTrustedAdvisorCheckCommandInput,
240
+ cb: (err: any, data?: RefreshTrustedAdvisorCheckCommandOutput) => void
241
+ ): void;
242
+ refreshTrustedAdvisorCheck(
243
+ args: RefreshTrustedAdvisorCheckCommandInput,
244
+ options: __HttpHandlerOptions,
245
+ cb: (err: any, data?: RefreshTrustedAdvisorCheckCommandOutput) => void
246
+ ): void;
247
+ resolveCase(
248
+ args: ResolveCaseCommandInput,
249
+ options?: __HttpHandlerOptions
250
+ ): Promise<ResolveCaseCommandOutput>;
251
+ resolveCase(
252
+ args: ResolveCaseCommandInput,
253
+ cb: (err: any, data?: ResolveCaseCommandOutput) => void
254
+ ): void;
255
+ resolveCase(
256
+ args: ResolveCaseCommandInput,
257
+ options: __HttpHandlerOptions,
258
+ cb: (err: any, data?: ResolveCaseCommandOutput) => void
259
+ ): void;
260
+ }
@@ -1,87 +1,188 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput } from "./commands/AddAttachmentsToSetCommand";
10
- import { AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput } from "./commands/AddCommunicationToCaseCommand";
11
- import { CreateCaseCommandInput, CreateCaseCommandOutput } from "./commands/CreateCaseCommand";
12
- import { DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput } from "./commands/DescribeAttachmentCommand";
13
- import { DescribeCasesCommandInput, DescribeCasesCommandOutput } from "./commands/DescribeCasesCommand";
14
- import { DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput } from "./commands/DescribeCommunicationsCommand";
15
- import { DescribeServicesCommandInput, DescribeServicesCommandOutput } from "./commands/DescribeServicesCommand";
16
- import { DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput } from "./commands/DescribeSeverityLevelsCommand";
17
- import { DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput } from "./commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand";
18
- import { DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput } from "./commands/DescribeTrustedAdvisorCheckResultCommand";
19
- import { DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput } from "./commands/DescribeTrustedAdvisorChecksCommand";
20
- import { DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput } from "./commands/DescribeTrustedAdvisorCheckSummariesCommand";
21
- import { RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput } from "./commands/RefreshTrustedAdvisorCheckCommand";
22
- import { ResolveCaseCommandInput, ResolveCaseCommandOutput } from "./commands/ResolveCaseCommand";
23
- export declare type ServiceInputTypes = AddAttachmentsToSetCommandInput | AddCommunicationToCaseCommandInput | CreateCaseCommandInput | DescribeAttachmentCommandInput | DescribeCasesCommandInput | DescribeCommunicationsCommandInput | DescribeServicesCommandInput | DescribeSeverityLevelsCommandInput | DescribeTrustedAdvisorCheckRefreshStatusesCommandInput | DescribeTrustedAdvisorCheckResultCommandInput | DescribeTrustedAdvisorCheckSummariesCommandInput | DescribeTrustedAdvisorChecksCommandInput | RefreshTrustedAdvisorCheckCommandInput | ResolveCaseCommandInput;
24
- export declare type ServiceOutputTypes = AddAttachmentsToSetCommandOutput | AddCommunicationToCaseCommandOutput | CreateCaseCommandOutput | DescribeAttachmentCommandOutput | DescribeCasesCommandOutput | DescribeCommunicationsCommandOutput | DescribeServicesCommandOutput | DescribeSeverityLevelsCommandOutput | DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput | DescribeTrustedAdvisorCheckResultCommandOutput | DescribeTrustedAdvisorCheckSummariesCommandOutput | DescribeTrustedAdvisorChecksCommandOutput | RefreshTrustedAdvisorCheckCommandOutput | ResolveCaseCommandOutput;
25
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
26
-
27
- requestHandler?: __HttpHandler;
28
-
29
- sha256?: __HashConstructor;
30
-
31
- urlParser?: __UrlParser;
32
-
33
- bodyLengthChecker?: __BodyLengthCalculator;
34
-
35
- streamCollector?: __StreamCollector;
36
-
37
- base64Decoder?: __Decoder;
38
-
39
- base64Encoder?: __Encoder;
40
-
41
- utf8Decoder?: __Decoder;
42
-
43
- utf8Encoder?: __Encoder;
44
-
45
- runtime?: string;
46
-
47
- disableHostPrefix?: boolean;
48
-
49
- maxAttempts?: number | __Provider<number>;
50
-
51
- retryMode?: string | __Provider<string>;
52
-
53
- logger?: __Logger;
54
-
55
- useDualstackEndpoint?: boolean | __Provider<boolean>;
56
-
57
- useFipsEndpoint?: boolean | __Provider<boolean>;
58
-
59
- serviceId?: string;
60
-
61
- region?: string | __Provider<string>;
62
-
63
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
64
-
65
- regionInfoProvider?: RegionInfoProvider;
66
-
67
- defaultUserAgentProvider?: Provider<__UserAgent>;
68
-
69
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
70
- }
71
- declare type SupportClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
72
-
73
- export interface SupportClientConfig extends SupportClientConfigType {
74
- }
75
- declare type SupportClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
76
-
77
- export interface SupportClientResolvedConfig extends SupportClientResolvedConfigType {
78
- }
79
-
80
- export declare class SupportClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig> {
81
-
82
- readonly config: SupportClientResolvedConfig;
83
- constructor(configuration: SupportClientConfig);
84
-
85
- destroy(): void;
86
- }
87
- export {};
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
+ AddAttachmentsToSetCommandInput,
47
+ AddAttachmentsToSetCommandOutput,
48
+ } from "./commands/AddAttachmentsToSetCommand";
49
+ import {
50
+ AddCommunicationToCaseCommandInput,
51
+ AddCommunicationToCaseCommandOutput,
52
+ } from "./commands/AddCommunicationToCaseCommand";
53
+ import {
54
+ CreateCaseCommandInput,
55
+ CreateCaseCommandOutput,
56
+ } from "./commands/CreateCaseCommand";
57
+ import {
58
+ DescribeAttachmentCommandInput,
59
+ DescribeAttachmentCommandOutput,
60
+ } from "./commands/DescribeAttachmentCommand";
61
+ import {
62
+ DescribeCasesCommandInput,
63
+ DescribeCasesCommandOutput,
64
+ } from "./commands/DescribeCasesCommand";
65
+ import {
66
+ DescribeCommunicationsCommandInput,
67
+ DescribeCommunicationsCommandOutput,
68
+ } from "./commands/DescribeCommunicationsCommand";
69
+ import {
70
+ DescribeServicesCommandInput,
71
+ DescribeServicesCommandOutput,
72
+ } from "./commands/DescribeServicesCommand";
73
+ import {
74
+ DescribeSeverityLevelsCommandInput,
75
+ DescribeSeverityLevelsCommandOutput,
76
+ } from "./commands/DescribeSeverityLevelsCommand";
77
+ import {
78
+ DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
79
+ DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput,
80
+ } from "./commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand";
81
+ import {
82
+ DescribeTrustedAdvisorCheckResultCommandInput,
83
+ DescribeTrustedAdvisorCheckResultCommandOutput,
84
+ } from "./commands/DescribeTrustedAdvisorCheckResultCommand";
85
+ import {
86
+ DescribeTrustedAdvisorChecksCommandInput,
87
+ DescribeTrustedAdvisorChecksCommandOutput,
88
+ } from "./commands/DescribeTrustedAdvisorChecksCommand";
89
+ import {
90
+ DescribeTrustedAdvisorCheckSummariesCommandInput,
91
+ DescribeTrustedAdvisorCheckSummariesCommandOutput,
92
+ } from "./commands/DescribeTrustedAdvisorCheckSummariesCommand";
93
+ import {
94
+ RefreshTrustedAdvisorCheckCommandInput,
95
+ RefreshTrustedAdvisorCheckCommandOutput,
96
+ } from "./commands/RefreshTrustedAdvisorCheckCommand";
97
+ import {
98
+ ResolveCaseCommandInput,
99
+ ResolveCaseCommandOutput,
100
+ } from "./commands/ResolveCaseCommand";
101
+ export declare type ServiceInputTypes =
102
+ | AddAttachmentsToSetCommandInput
103
+ | AddCommunicationToCaseCommandInput
104
+ | CreateCaseCommandInput
105
+ | DescribeAttachmentCommandInput
106
+ | DescribeCasesCommandInput
107
+ | DescribeCommunicationsCommandInput
108
+ | DescribeServicesCommandInput
109
+ | DescribeSeverityLevelsCommandInput
110
+ | DescribeTrustedAdvisorCheckRefreshStatusesCommandInput
111
+ | DescribeTrustedAdvisorCheckResultCommandInput
112
+ | DescribeTrustedAdvisorCheckSummariesCommandInput
113
+ | DescribeTrustedAdvisorChecksCommandInput
114
+ | RefreshTrustedAdvisorCheckCommandInput
115
+ | ResolveCaseCommandInput;
116
+ export declare type ServiceOutputTypes =
117
+ | AddAttachmentsToSetCommandOutput
118
+ | AddCommunicationToCaseCommandOutput
119
+ | CreateCaseCommandOutput
120
+ | DescribeAttachmentCommandOutput
121
+ | DescribeCasesCommandOutput
122
+ | DescribeCommunicationsCommandOutput
123
+ | DescribeServicesCommandOutput
124
+ | DescribeSeverityLevelsCommandOutput
125
+ | DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
126
+ | DescribeTrustedAdvisorCheckResultCommandOutput
127
+ | DescribeTrustedAdvisorCheckSummariesCommandOutput
128
+ | DescribeTrustedAdvisorChecksCommandOutput
129
+ | RefreshTrustedAdvisorCheckCommandOutput
130
+ | ResolveCaseCommandOutput;
131
+ export interface ClientDefaults
132
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
133
+ requestHandler?: __HttpHandler;
134
+ sha256?: __HashConstructor;
135
+ urlParser?: __UrlParser;
136
+ bodyLengthChecker?: __BodyLengthCalculator;
137
+ streamCollector?: __StreamCollector;
138
+ base64Decoder?: __Decoder;
139
+ base64Encoder?: __Encoder;
140
+ utf8Decoder?: __Decoder;
141
+ utf8Encoder?: __Encoder;
142
+ runtime?: string;
143
+ disableHostPrefix?: boolean;
144
+ maxAttempts?: number | __Provider<number>;
145
+ retryMode?: string | __Provider<string>;
146
+ logger?: __Logger;
147
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
148
+ useFipsEndpoint?: boolean | __Provider<boolean>;
149
+ serviceId?: string;
150
+ region?: string | __Provider<string>;
151
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
152
+ regionInfoProvider?: RegionInfoProvider;
153
+ defaultUserAgentProvider?: Provider<__UserAgent>;
154
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
155
+ }
156
+ declare type SupportClientConfigType = Partial<
157
+ __SmithyConfiguration<__HttpHandlerOptions>
158
+ > &
159
+ ClientDefaults &
160
+ RegionInputConfig &
161
+ EndpointsInputConfig &
162
+ RetryInputConfig &
163
+ HostHeaderInputConfig &
164
+ AwsAuthInputConfig &
165
+ UserAgentInputConfig;
166
+ export interface SupportClientConfig extends SupportClientConfigType {}
167
+ declare type SupportClientResolvedConfigType =
168
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
169
+ Required<ClientDefaults> &
170
+ RegionResolvedConfig &
171
+ EndpointsResolvedConfig &
172
+ RetryResolvedConfig &
173
+ HostHeaderResolvedConfig &
174
+ AwsAuthResolvedConfig &
175
+ UserAgentResolvedConfig;
176
+ export interface SupportClientResolvedConfig
177
+ extends SupportClientResolvedConfigType {}
178
+ export declare class SupportClient extends __Client<
179
+ __HttpHandlerOptions,
180
+ ServiceInputTypes,
181
+ ServiceOutputTypes,
182
+ SupportClientResolvedConfig
183
+ > {
184
+ readonly config: SupportClientResolvedConfig;
185
+ constructor(configuration: SupportClientConfig);
186
+ destroy(): void;
187
+ }
188
+ export {};