@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.
Files changed (33) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Support.d.ts +274 -75
  3. package/dist-types/ts3.4/SupportClient.d.ts +213 -87
  4. package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +34 -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 +8 -6
  22. package/dist-types/ts3.4/models/index.d.ts +1 -1
  23. package/dist-types/ts3.4/models/models_0.d.ts +568 -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 +66 -38
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  33. 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 { 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
+
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
+ }