@aws-sdk/client-support 3.170.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 (24) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Support.d.ts +0 -14
  3. package/dist-types/ts3.4/SupportClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/models/SupportServiceException.d.ts +0 -1
  19. package/dist-types/ts3.4/models/models_0.d.ts +0 -170
  20. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  21. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  22. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  23. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  24. package/package.json +26 -26
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.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
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-support
@@ -56,7 +56,6 @@ import {
56
56
  ResolveCaseCommandOutput,
57
57
  } from "./commands/ResolveCaseCommand";
58
58
  import { SupportClient } from "./SupportClient";
59
-
60
59
  export declare class Support extends SupportClient {
61
60
  addAttachmentsToSet(
62
61
  args: AddAttachmentsToSetCommandInput,
@@ -71,7 +70,6 @@ export declare class Support extends SupportClient {
71
70
  options: __HttpHandlerOptions,
72
71
  cb: (err: any, data?: AddAttachmentsToSetCommandOutput) => void
73
72
  ): void;
74
-
75
73
  addCommunicationToCase(
76
74
  args: AddCommunicationToCaseCommandInput,
77
75
  options?: __HttpHandlerOptions
@@ -85,7 +83,6 @@ export declare class Support extends SupportClient {
85
83
  options: __HttpHandlerOptions,
86
84
  cb: (err: any, data?: AddCommunicationToCaseCommandOutput) => void
87
85
  ): void;
88
-
89
86
  createCase(
90
87
  args: CreateCaseCommandInput,
91
88
  options?: __HttpHandlerOptions
@@ -99,7 +96,6 @@ export declare class Support extends SupportClient {
99
96
  options: __HttpHandlerOptions,
100
97
  cb: (err: any, data?: CreateCaseCommandOutput) => void
101
98
  ): void;
102
-
103
99
  describeAttachment(
104
100
  args: DescribeAttachmentCommandInput,
105
101
  options?: __HttpHandlerOptions
@@ -113,7 +109,6 @@ export declare class Support extends SupportClient {
113
109
  options: __HttpHandlerOptions,
114
110
  cb: (err: any, data?: DescribeAttachmentCommandOutput) => void
115
111
  ): void;
116
-
117
112
  describeCases(
118
113
  args: DescribeCasesCommandInput,
119
114
  options?: __HttpHandlerOptions
@@ -127,7 +122,6 @@ export declare class Support extends SupportClient {
127
122
  options: __HttpHandlerOptions,
128
123
  cb: (err: any, data?: DescribeCasesCommandOutput) => void
129
124
  ): void;
130
-
131
125
  describeCommunications(
132
126
  args: DescribeCommunicationsCommandInput,
133
127
  options?: __HttpHandlerOptions
@@ -141,7 +135,6 @@ export declare class Support extends SupportClient {
141
135
  options: __HttpHandlerOptions,
142
136
  cb: (err: any, data?: DescribeCommunicationsCommandOutput) => void
143
137
  ): void;
144
-
145
138
  describeServices(
146
139
  args: DescribeServicesCommandInput,
147
140
  options?: __HttpHandlerOptions
@@ -155,7 +148,6 @@ export declare class Support extends SupportClient {
155
148
  options: __HttpHandlerOptions,
156
149
  cb: (err: any, data?: DescribeServicesCommandOutput) => void
157
150
  ): void;
158
-
159
151
  describeSeverityLevels(
160
152
  args: DescribeSeverityLevelsCommandInput,
161
153
  options?: __HttpHandlerOptions
@@ -169,7 +161,6 @@ export declare class Support extends SupportClient {
169
161
  options: __HttpHandlerOptions,
170
162
  cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void
171
163
  ): void;
172
-
173
164
  describeTrustedAdvisorCheckRefreshStatuses(
174
165
  args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
175
166
  options?: __HttpHandlerOptions
@@ -189,7 +180,6 @@ export declare class Support extends SupportClient {
189
180
  data?: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
190
181
  ) => void
191
182
  ): void;
192
-
193
183
  describeTrustedAdvisorCheckResult(
194
184
  args: DescribeTrustedAdvisorCheckResultCommandInput,
195
185
  options?: __HttpHandlerOptions
@@ -209,7 +199,6 @@ export declare class Support extends SupportClient {
209
199
  data?: DescribeTrustedAdvisorCheckResultCommandOutput
210
200
  ) => void
211
201
  ): void;
212
-
213
202
  describeTrustedAdvisorChecks(
214
203
  args: DescribeTrustedAdvisorChecksCommandInput,
215
204
  options?: __HttpHandlerOptions
@@ -223,7 +212,6 @@ export declare class Support extends SupportClient {
223
212
  options: __HttpHandlerOptions,
224
213
  cb: (err: any, data?: DescribeTrustedAdvisorChecksCommandOutput) => void
225
214
  ): void;
226
-
227
215
  describeTrustedAdvisorCheckSummaries(
228
216
  args: DescribeTrustedAdvisorCheckSummariesCommandInput,
229
217
  options?: __HttpHandlerOptions
@@ -243,7 +231,6 @@ export declare class Support extends SupportClient {
243
231
  data?: DescribeTrustedAdvisorCheckSummariesCommandOutput
244
232
  ) => void
245
233
  ): void;
246
-
247
234
  refreshTrustedAdvisorCheck(
248
235
  args: RefreshTrustedAdvisorCheckCommandInput,
249
236
  options?: __HttpHandlerOptions
@@ -257,7 +244,6 @@ export declare class Support extends SupportClient {
257
244
  options: __HttpHandlerOptions,
258
245
  cb: (err: any, data?: RefreshTrustedAdvisorCheckCommandOutput) => void
259
246
  ): void;
260
-
261
247
  resolveCase(
262
248
  args: ResolveCaseCommandInput,
263
249
  options?: __HttpHandlerOptions
@@ -131,47 +131,26 @@ export declare type ServiceOutputTypes =
131
131
  export interface ClientDefaults
132
132
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
133
133
  requestHandler?: __HttpHandler;
134
-
135
134
  sha256?: __HashConstructor;
136
-
137
135
  urlParser?: __UrlParser;
138
-
139
136
  bodyLengthChecker?: __BodyLengthCalculator;
140
-
141
137
  streamCollector?: __StreamCollector;
142
-
143
138
  base64Decoder?: __Decoder;
144
-
145
139
  base64Encoder?: __Encoder;
146
-
147
140
  utf8Decoder?: __Decoder;
148
-
149
141
  utf8Encoder?: __Encoder;
150
-
151
142
  runtime?: string;
152
-
153
143
  disableHostPrefix?: boolean;
154
-
155
144
  maxAttempts?: number | __Provider<number>;
156
-
157
145
  retryMode?: string | __Provider<string>;
158
-
159
146
  logger?: __Logger;
160
-
161
147
  useDualstackEndpoint?: boolean | __Provider<boolean>;
162
-
163
148
  useFipsEndpoint?: boolean | __Provider<boolean>;
164
-
165
149
  serviceId?: string;
166
-
167
150
  region?: string | __Provider<string>;
168
-
169
151
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
170
-
171
152
  regionInfoProvider?: RegionInfoProvider;
172
-
173
153
  defaultUserAgentProvider?: Provider<__UserAgent>;
174
-
175
154
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
176
155
  }
177
156
  declare type SupportClientConfigType = Partial<
@@ -184,7 +163,6 @@ declare type SupportClientConfigType = Partial<
184
163
  HostHeaderInputConfig &
185
164
  AwsAuthInputConfig &
186
165
  UserAgentInputConfig;
187
-
188
166
  export interface SupportClientConfig extends SupportClientConfigType {}
189
167
  declare type SupportClientResolvedConfigType =
190
168
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -195,10 +173,8 @@ declare type SupportClientResolvedConfigType =
195
173
  HostHeaderResolvedConfig &
196
174
  AwsAuthResolvedConfig &
197
175
  UserAgentResolvedConfig;
198
-
199
176
  export interface SupportClientResolvedConfig
200
177
  extends SupportClientResolvedConfigType {}
201
-
202
178
  export declare class SupportClient extends __Client<
203
179
  __HttpHandlerOptions,
204
180
  ServiceInputTypes,
@@ -207,7 +183,6 @@ export declare class SupportClient extends __Client<
207
183
  > {
208
184
  readonly config: SupportClientResolvedConfig;
209
185
  constructor(configuration: SupportClientConfig);
210
-
211
186
  destroy(): void;
212
187
  }
213
188
  export {};
@@ -19,7 +19,6 @@ export interface AddAttachmentsToSetCommandInput
19
19
  export interface AddAttachmentsToSetCommandOutput
20
20
  extends AddAttachmentsToSetResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AddAttachmentsToSetCommand extends $Command<
24
23
  AddAttachmentsToSetCommandInput,
25
24
  AddAttachmentsToSetCommandOutput,
@@ -27,7 +26,6 @@ export declare class AddAttachmentsToSetCommand extends $Command<
27
26
  > {
28
27
  readonly input: AddAttachmentsToSetCommandInput;
29
28
  constructor(input: AddAttachmentsToSetCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SupportClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface AddCommunicationToCaseCommandInput
19
19
  export interface AddCommunicationToCaseCommandOutput
20
20
  extends AddCommunicationToCaseResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AddCommunicationToCaseCommand extends $Command<
24
23
  AddCommunicationToCaseCommandInput,
25
24
  AddCommunicationToCaseCommandOutput,
@@ -27,7 +26,6 @@ export declare class AddCommunicationToCaseCommand extends $Command<
27
26
  > {
28
27
  readonly input: AddCommunicationToCaseCommandInput;
29
28
  constructor(input: AddCommunicationToCaseCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SupportClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateCaseCommandInput extends CreateCaseRequest {}
15
15
  export interface CreateCaseCommandOutput
16
16
  extends CreateCaseResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateCaseCommand extends $Command<
20
19
  CreateCaseCommandInput,
21
20
  CreateCaseCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateCaseCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateCaseCommandInput;
25
24
  constructor(input: CreateCaseCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SupportClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAttachmentCommandInput
19
19
  export interface DescribeAttachmentCommandOutput
20
20
  extends DescribeAttachmentResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAttachmentCommand extends $Command<
24
23
  DescribeAttachmentCommandInput,
25
24
  DescribeAttachmentCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAttachmentCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAttachmentCommandInput;
29
28
  constructor(input: DescribeAttachmentCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SupportClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeCasesCommandInput extends DescribeCasesRequest {}
18
18
  export interface DescribeCasesCommandOutput
19
19
  extends DescribeCasesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeCasesCommand extends $Command<
23
22
  DescribeCasesCommandInput,
24
23
  DescribeCasesCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeCasesCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeCasesCommandInput;
28
27
  constructor(input: DescribeCasesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SupportClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeCommunicationsCommandInput
19
19
  export interface DescribeCommunicationsCommandOutput
20
20
  extends DescribeCommunicationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeCommunicationsCommand extends $Command<
24
23
  DescribeCommunicationsCommandInput,
25
24
  DescribeCommunicationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeCommunicationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeCommunicationsCommandInput;
29
28
  constructor(input: DescribeCommunicationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SupportClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeServicesCommandInput extends DescribeServicesRequest {}
18
18
  export interface DescribeServicesCommandOutput
19
19
  extends DescribeServicesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeServicesCommand extends $Command<
23
22
  DescribeServicesCommandInput,
24
23
  DescribeServicesCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeServicesCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeServicesCommandInput;
28
27
  constructor(input: DescribeServicesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SupportClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeSeverityLevelsCommandInput
19
19
  export interface DescribeSeverityLevelsCommandOutput
20
20
  extends DescribeSeverityLevelsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeSeverityLevelsCommand extends $Command<
24
23
  DescribeSeverityLevelsCommandInput,
25
24
  DescribeSeverityLevelsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeSeverityLevelsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeSeverityLevelsCommandInput;
29
28
  constructor(input: DescribeSeverityLevelsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SupportClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandInput
19
19
  export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
20
20
  extends DescribeTrustedAdvisorCheckRefreshStatusesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $Command<
24
23
  DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
25
24
  DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $
27
26
  > {
28
27
  readonly input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput;
29
28
  constructor(input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SupportClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeTrustedAdvisorCheckResultCommandInput
19
19
  export interface DescribeTrustedAdvisorCheckResultCommandOutput
20
20
  extends DescribeTrustedAdvisorCheckResultResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeTrustedAdvisorCheckResultCommand extends $Command<
24
23
  DescribeTrustedAdvisorCheckResultCommandInput,
25
24
  DescribeTrustedAdvisorCheckResultCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeTrustedAdvisorCheckResultCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeTrustedAdvisorCheckResultCommandInput;
29
28
  constructor(input: DescribeTrustedAdvisorCheckResultCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SupportClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandInput
19
19
  export interface DescribeTrustedAdvisorCheckSummariesCommandOutput
20
20
  extends DescribeTrustedAdvisorCheckSummariesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeTrustedAdvisorCheckSummariesCommand extends $Command<
24
23
  DescribeTrustedAdvisorCheckSummariesCommandInput,
25
24
  DescribeTrustedAdvisorCheckSummariesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeTrustedAdvisorCheckSummariesCommand extends $Comman
27
26
  > {
28
27
  readonly input: DescribeTrustedAdvisorCheckSummariesCommandInput;
29
28
  constructor(input: DescribeTrustedAdvisorCheckSummariesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SupportClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeTrustedAdvisorChecksCommandInput
19
19
  export interface DescribeTrustedAdvisorChecksCommandOutput
20
20
  extends DescribeTrustedAdvisorChecksResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeTrustedAdvisorChecksCommand extends $Command<
24
23
  DescribeTrustedAdvisorChecksCommandInput,
25
24
  DescribeTrustedAdvisorChecksCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeTrustedAdvisorChecksCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeTrustedAdvisorChecksCommandInput;
29
28
  constructor(input: DescribeTrustedAdvisorChecksCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SupportClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RefreshTrustedAdvisorCheckCommandInput
19
19
  export interface RefreshTrustedAdvisorCheckCommandOutput
20
20
  extends RefreshTrustedAdvisorCheckResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RefreshTrustedAdvisorCheckCommand extends $Command<
24
23
  RefreshTrustedAdvisorCheckCommandInput,
25
24
  RefreshTrustedAdvisorCheckCommandOutput,
@@ -27,7 +26,6 @@ export declare class RefreshTrustedAdvisorCheckCommand extends $Command<
27
26
  > {
28
27
  readonly input: RefreshTrustedAdvisorCheckCommandInput;
29
28
  constructor(input: RefreshTrustedAdvisorCheckCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SupportClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ResolveCaseCommandInput extends ResolveCaseRequest {}
15
15
  export interface ResolveCaseCommandOutput
16
16
  extends ResolveCaseResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ResolveCaseCommand extends $Command<
20
19
  ResolveCaseCommandInput,
21
20
  ResolveCaseCommandOutput,
@@ -23,7 +22,6 @@ export declare class ResolveCaseCommand extends $Command<
23
22
  > {
24
23
  readonly input: ResolveCaseCommandInput;
25
24
  constructor(input: ResolveCaseCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SupportClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class SupportServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,139 +1,101 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { SupportServiceException as __BaseException } from "./SupportServiceException";
3
-
4
3
  export interface Attachment {
5
4
  fileName?: string;
6
-
7
5
  data?: Uint8Array;
8
6
  }
9
7
  export interface AddAttachmentsToSetRequest {
10
8
  attachmentSetId?: string;
11
-
12
9
  attachments: Attachment[] | undefined;
13
10
  }
14
-
15
11
  export interface AddAttachmentsToSetResponse {
16
12
  attachmentSetId?: string;
17
-
18
13
  expiryTime?: string;
19
14
  }
20
-
21
15
  export declare class AttachmentLimitExceeded extends __BaseException {
22
16
  readonly name: "AttachmentLimitExceeded";
23
17
  readonly $fault: "client";
24
-
25
18
  constructor(
26
19
  opts: __ExceptionOptionType<AttachmentLimitExceeded, __BaseException>
27
20
  );
28
21
  }
29
-
30
22
  export declare class AttachmentSetExpired extends __BaseException {
31
23
  readonly name: "AttachmentSetExpired";
32
24
  readonly $fault: "client";
33
-
34
25
  constructor(
35
26
  opts: __ExceptionOptionType<AttachmentSetExpired, __BaseException>
36
27
  );
37
28
  }
38
-
39
29
  export declare class AttachmentSetIdNotFound extends __BaseException {
40
30
  readonly name: "AttachmentSetIdNotFound";
41
31
  readonly $fault: "client";
42
-
43
32
  constructor(
44
33
  opts: __ExceptionOptionType<AttachmentSetIdNotFound, __BaseException>
45
34
  );
46
35
  }
47
-
48
36
  export declare class AttachmentSetSizeLimitExceeded extends __BaseException {
49
37
  readonly name: "AttachmentSetSizeLimitExceeded";
50
38
  readonly $fault: "client";
51
-
52
39
  constructor(
53
40
  opts: __ExceptionOptionType<AttachmentSetSizeLimitExceeded, __BaseException>
54
41
  );
55
42
  }
56
-
57
43
  export declare class InternalServerError extends __BaseException {
58
44
  readonly name: "InternalServerError";
59
45
  readonly $fault: "server";
60
-
61
46
  constructor(
62
47
  opts: __ExceptionOptionType<InternalServerError, __BaseException>
63
48
  );
64
49
  }
65
50
  export interface AddCommunicationToCaseRequest {
66
51
  caseId?: string;
67
-
68
52
  communicationBody: string | undefined;
69
-
70
53
  ccEmailAddresses?: string[];
71
-
72
54
  attachmentSetId?: string;
73
55
  }
74
-
75
56
  export interface AddCommunicationToCaseResponse {
76
57
  result?: boolean;
77
58
  }
78
-
79
59
  export declare class CaseIdNotFound extends __BaseException {
80
60
  readonly name: "CaseIdNotFound";
81
61
  readonly $fault: "client";
82
-
83
62
  constructor(opts: __ExceptionOptionType<CaseIdNotFound, __BaseException>);
84
63
  }
85
-
86
64
  export interface AttachmentDetails {
87
65
  attachmentId?: string;
88
-
89
66
  fileName?: string;
90
67
  }
91
-
92
68
  export declare class AttachmentIdNotFound extends __BaseException {
93
69
  readonly name: "AttachmentIdNotFound";
94
70
  readonly $fault: "client";
95
-
96
71
  constructor(
97
72
  opts: __ExceptionOptionType<AttachmentIdNotFound, __BaseException>
98
73
  );
99
74
  }
100
-
101
75
  export declare class CaseCreationLimitExceeded extends __BaseException {
102
76
  readonly name: "CaseCreationLimitExceeded";
103
77
  readonly $fault: "client";
104
-
105
78
  constructor(
106
79
  opts: __ExceptionOptionType<CaseCreationLimitExceeded, __BaseException>
107
80
  );
108
81
  }
109
82
  export interface CreateCaseRequest {
110
83
  subject: string | undefined;
111
-
112
84
  serviceCode?: string;
113
-
114
85
  severityCode?: string;
115
-
116
86
  categoryCode?: string;
117
-
118
87
  communicationBody: string | undefined;
119
-
120
88
  ccEmailAddresses?: string[];
121
-
122
89
  language?: string;
123
-
124
90
  issueType?: string;
125
-
126
91
  attachmentSetId?: string;
127
92
  }
128
-
129
93
  export interface CreateCaseResponse {
130
94
  caseId?: string;
131
95
  }
132
-
133
96
  export declare class DescribeAttachmentLimitExceeded extends __BaseException {
134
97
  readonly name: "DescribeAttachmentLimitExceeded";
135
98
  readonly $fault: "client";
136
-
137
99
  constructor(
138
100
  opts: __ExceptionOptionType<
139
101
  DescribeAttachmentLimitExceeded,
@@ -144,425 +106,293 @@ export declare class DescribeAttachmentLimitExceeded extends __BaseException {
144
106
  export interface DescribeAttachmentRequest {
145
107
  attachmentId: string | undefined;
146
108
  }
147
-
148
109
  export interface DescribeAttachmentResponse {
149
110
  attachment?: Attachment;
150
111
  }
151
112
  export interface DescribeCasesRequest {
152
113
  caseIdList?: string[];
153
-
154
114
  displayId?: string;
155
-
156
115
  afterTime?: string;
157
-
158
116
  beforeTime?: string;
159
-
160
117
  includeResolvedCases?: boolean;
161
-
162
118
  nextToken?: string;
163
-
164
119
  maxResults?: number;
165
-
166
120
  language?: string;
167
-
168
121
  includeCommunications?: boolean;
169
122
  }
170
-
171
123
  export interface Communication {
172
124
  caseId?: string;
173
-
174
125
  body?: string;
175
-
176
126
  submittedBy?: string;
177
-
178
127
  timeCreated?: string;
179
-
180
128
  attachmentSet?: AttachmentDetails[];
181
129
  }
182
-
183
130
  export interface RecentCaseCommunications {
184
131
  communications?: Communication[];
185
-
186
132
  nextToken?: string;
187
133
  }
188
-
189
134
  export interface CaseDetails {
190
135
  caseId?: string;
191
-
192
136
  displayId?: string;
193
-
194
137
  subject?: string;
195
-
196
138
  status?: string;
197
-
198
139
  serviceCode?: string;
199
-
200
140
  categoryCode?: string;
201
-
202
141
  severityCode?: string;
203
-
204
142
  submittedBy?: string;
205
-
206
143
  timeCreated?: string;
207
-
208
144
  recentCommunications?: RecentCaseCommunications;
209
-
210
145
  ccEmailAddresses?: string[];
211
-
212
146
  language?: string;
213
147
  }
214
-
215
148
  export interface DescribeCasesResponse {
216
149
  cases?: CaseDetails[];
217
-
218
150
  nextToken?: string;
219
151
  }
220
152
  export interface DescribeCommunicationsRequest {
221
153
  caseId: string | undefined;
222
-
223
154
  beforeTime?: string;
224
-
225
155
  afterTime?: string;
226
-
227
156
  nextToken?: string;
228
-
229
157
  maxResults?: number;
230
158
  }
231
-
232
159
  export interface DescribeCommunicationsResponse {
233
160
  communications?: Communication[];
234
-
235
161
  nextToken?: string;
236
162
  }
237
163
  export interface DescribeServicesRequest {
238
164
  serviceCodeList?: string[];
239
-
240
165
  language?: string;
241
166
  }
242
-
243
167
  export interface Category {
244
168
  code?: string;
245
-
246
169
  name?: string;
247
170
  }
248
-
249
171
  export interface Service {
250
172
  code?: string;
251
-
252
173
  name?: string;
253
-
254
174
  categories?: Category[];
255
175
  }
256
-
257
176
  export interface DescribeServicesResponse {
258
177
  services?: Service[];
259
178
  }
260
179
  export interface DescribeSeverityLevelsRequest {
261
180
  language?: string;
262
181
  }
263
-
264
182
  export interface SeverityLevel {
265
183
  code?: string;
266
-
267
184
  name?: string;
268
185
  }
269
-
270
186
  export interface DescribeSeverityLevelsResponse {
271
187
  severityLevels?: SeverityLevel[];
272
188
  }
273
189
  export interface DescribeTrustedAdvisorCheckRefreshStatusesRequest {
274
190
  checkIds: string[] | undefined;
275
191
  }
276
-
277
192
  export interface TrustedAdvisorCheckRefreshStatus {
278
193
  checkId: string | undefined;
279
-
280
194
  status: string | undefined;
281
-
282
195
  millisUntilNextRefreshable: number | undefined;
283
196
  }
284
-
285
197
  export interface DescribeTrustedAdvisorCheckRefreshStatusesResponse {
286
198
  statuses: TrustedAdvisorCheckRefreshStatus[] | undefined;
287
199
  }
288
-
289
200
  export interface DescribeTrustedAdvisorCheckResultRequest {
290
201
  checkId: string | undefined;
291
-
292
202
  language?: string;
293
203
  }
294
-
295
204
  export interface TrustedAdvisorCostOptimizingSummary {
296
205
  estimatedMonthlySavings: number | undefined;
297
-
298
206
  estimatedPercentMonthlySavings: number | undefined;
299
207
  }
300
-
301
208
  export interface TrustedAdvisorCategorySpecificSummary {
302
209
  costOptimizing?: TrustedAdvisorCostOptimizingSummary;
303
210
  }
304
-
305
211
  export interface TrustedAdvisorResourceDetail {
306
212
  status: string | undefined;
307
-
308
213
  region?: string;
309
-
310
214
  resourceId: string | undefined;
311
-
312
215
  isSuppressed?: boolean;
313
-
314
216
  metadata: string[] | undefined;
315
217
  }
316
-
317
218
  export interface TrustedAdvisorResourcesSummary {
318
219
  resourcesProcessed: number | undefined;
319
-
320
220
  resourcesFlagged: number | undefined;
321
-
322
221
  resourcesIgnored: number | undefined;
323
-
324
222
  resourcesSuppressed: number | undefined;
325
223
  }
326
-
327
224
  export interface TrustedAdvisorCheckResult {
328
225
  checkId: string | undefined;
329
-
330
226
  timestamp: string | undefined;
331
-
332
227
  status: string | undefined;
333
-
334
228
  resourcesSummary: TrustedAdvisorResourcesSummary | undefined;
335
-
336
229
  categorySpecificSummary: TrustedAdvisorCategorySpecificSummary | undefined;
337
-
338
230
  flaggedResources: TrustedAdvisorResourceDetail[] | undefined;
339
231
  }
340
-
341
232
  export interface DescribeTrustedAdvisorCheckResultResponse {
342
233
  result?: TrustedAdvisorCheckResult;
343
234
  }
344
235
  export interface DescribeTrustedAdvisorChecksRequest {
345
236
  language: string | undefined;
346
237
  }
347
-
348
238
  export interface TrustedAdvisorCheckDescription {
349
239
  id: string | undefined;
350
-
351
240
  name: string | undefined;
352
-
353
241
  description: string | undefined;
354
-
355
242
  category: string | undefined;
356
-
357
243
  metadata: string[] | undefined;
358
244
  }
359
-
360
245
  export interface DescribeTrustedAdvisorChecksResponse {
361
246
  checks: TrustedAdvisorCheckDescription[] | undefined;
362
247
  }
363
248
  export interface DescribeTrustedAdvisorCheckSummariesRequest {
364
249
  checkIds: string[] | undefined;
365
250
  }
366
-
367
251
  export interface TrustedAdvisorCheckSummary {
368
252
  checkId: string | undefined;
369
-
370
253
  timestamp: string | undefined;
371
-
372
254
  status: string | undefined;
373
-
374
255
  hasFlaggedResources?: boolean;
375
-
376
256
  resourcesSummary: TrustedAdvisorResourcesSummary | undefined;
377
-
378
257
  categorySpecificSummary: TrustedAdvisorCategorySpecificSummary | undefined;
379
258
  }
380
-
381
259
  export interface DescribeTrustedAdvisorCheckSummariesResponse {
382
260
  summaries: TrustedAdvisorCheckSummary[] | undefined;
383
261
  }
384
-
385
262
  export interface RefreshTrustedAdvisorCheckRequest {
386
263
  checkId: string | undefined;
387
264
  }
388
-
389
265
  export interface RefreshTrustedAdvisorCheckResponse {
390
266
  status: TrustedAdvisorCheckRefreshStatus | undefined;
391
267
  }
392
268
  export interface ResolveCaseRequest {
393
269
  caseId?: string;
394
270
  }
395
-
396
271
  export interface ResolveCaseResponse {
397
272
  initialCaseStatus?: string;
398
-
399
273
  finalCaseStatus?: string;
400
274
  }
401
-
402
275
  export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
403
-
404
276
  export declare const AddAttachmentsToSetRequestFilterSensitiveLog: (
405
277
  obj: AddAttachmentsToSetRequest
406
278
  ) => any;
407
-
408
279
  export declare const AddAttachmentsToSetResponseFilterSensitiveLog: (
409
280
  obj: AddAttachmentsToSetResponse
410
281
  ) => any;
411
-
412
282
  export declare const AddCommunicationToCaseRequestFilterSensitiveLog: (
413
283
  obj: AddCommunicationToCaseRequest
414
284
  ) => any;
415
-
416
285
  export declare const AddCommunicationToCaseResponseFilterSensitiveLog: (
417
286
  obj: AddCommunicationToCaseResponse
418
287
  ) => any;
419
-
420
288
  export declare const AttachmentDetailsFilterSensitiveLog: (
421
289
  obj: AttachmentDetails
422
290
  ) => any;
423
-
424
291
  export declare const CreateCaseRequestFilterSensitiveLog: (
425
292
  obj: CreateCaseRequest
426
293
  ) => any;
427
-
428
294
  export declare const CreateCaseResponseFilterSensitiveLog: (
429
295
  obj: CreateCaseResponse
430
296
  ) => any;
431
-
432
297
  export declare const DescribeAttachmentRequestFilterSensitiveLog: (
433
298
  obj: DescribeAttachmentRequest
434
299
  ) => any;
435
-
436
300
  export declare const DescribeAttachmentResponseFilterSensitiveLog: (
437
301
  obj: DescribeAttachmentResponse
438
302
  ) => any;
439
-
440
303
  export declare const DescribeCasesRequestFilterSensitiveLog: (
441
304
  obj: DescribeCasesRequest
442
305
  ) => any;
443
-
444
306
  export declare const CommunicationFilterSensitiveLog: (
445
307
  obj: Communication
446
308
  ) => any;
447
-
448
309
  export declare const RecentCaseCommunicationsFilterSensitiveLog: (
449
310
  obj: RecentCaseCommunications
450
311
  ) => any;
451
-
452
312
  export declare const CaseDetailsFilterSensitiveLog: (obj: CaseDetails) => any;
453
-
454
313
  export declare const DescribeCasesResponseFilterSensitiveLog: (
455
314
  obj: DescribeCasesResponse
456
315
  ) => any;
457
-
458
316
  export declare const DescribeCommunicationsRequestFilterSensitiveLog: (
459
317
  obj: DescribeCommunicationsRequest
460
318
  ) => any;
461
-
462
319
  export declare const DescribeCommunicationsResponseFilterSensitiveLog: (
463
320
  obj: DescribeCommunicationsResponse
464
321
  ) => any;
465
-
466
322
  export declare const DescribeServicesRequestFilterSensitiveLog: (
467
323
  obj: DescribeServicesRequest
468
324
  ) => any;
469
-
470
325
  export declare const CategoryFilterSensitiveLog: (obj: Category) => any;
471
-
472
326
  export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
473
-
474
327
  export declare const DescribeServicesResponseFilterSensitiveLog: (
475
328
  obj: DescribeServicesResponse
476
329
  ) => any;
477
-
478
330
  export declare const DescribeSeverityLevelsRequestFilterSensitiveLog: (
479
331
  obj: DescribeSeverityLevelsRequest
480
332
  ) => any;
481
-
482
333
  export declare const SeverityLevelFilterSensitiveLog: (
483
334
  obj: SeverityLevel
484
335
  ) => any;
485
-
486
336
  export declare const DescribeSeverityLevelsResponseFilterSensitiveLog: (
487
337
  obj: DescribeSeverityLevelsResponse
488
338
  ) => any;
489
-
490
339
  export declare const DescribeTrustedAdvisorCheckRefreshStatusesRequestFilterSensitiveLog: (
491
340
  obj: DescribeTrustedAdvisorCheckRefreshStatusesRequest
492
341
  ) => any;
493
-
494
342
  export declare const TrustedAdvisorCheckRefreshStatusFilterSensitiveLog: (
495
343
  obj: TrustedAdvisorCheckRefreshStatus
496
344
  ) => any;
497
-
498
345
  export declare const DescribeTrustedAdvisorCheckRefreshStatusesResponseFilterSensitiveLog: (
499
346
  obj: DescribeTrustedAdvisorCheckRefreshStatusesResponse
500
347
  ) => any;
501
-
502
348
  export declare const DescribeTrustedAdvisorCheckResultRequestFilterSensitiveLog: (
503
349
  obj: DescribeTrustedAdvisorCheckResultRequest
504
350
  ) => any;
505
-
506
351
  export declare const TrustedAdvisorCostOptimizingSummaryFilterSensitiveLog: (
507
352
  obj: TrustedAdvisorCostOptimizingSummary
508
353
  ) => any;
509
-
510
354
  export declare const TrustedAdvisorCategorySpecificSummaryFilterSensitiveLog: (
511
355
  obj: TrustedAdvisorCategorySpecificSummary
512
356
  ) => any;
513
-
514
357
  export declare const TrustedAdvisorResourceDetailFilterSensitiveLog: (
515
358
  obj: TrustedAdvisorResourceDetail
516
359
  ) => any;
517
-
518
360
  export declare const TrustedAdvisorResourcesSummaryFilterSensitiveLog: (
519
361
  obj: TrustedAdvisorResourcesSummary
520
362
  ) => any;
521
-
522
363
  export declare const TrustedAdvisorCheckResultFilterSensitiveLog: (
523
364
  obj: TrustedAdvisorCheckResult
524
365
  ) => any;
525
-
526
366
  export declare const DescribeTrustedAdvisorCheckResultResponseFilterSensitiveLog: (
527
367
  obj: DescribeTrustedAdvisorCheckResultResponse
528
368
  ) => any;
529
-
530
369
  export declare const DescribeTrustedAdvisorChecksRequestFilterSensitiveLog: (
531
370
  obj: DescribeTrustedAdvisorChecksRequest
532
371
  ) => any;
533
-
534
372
  export declare const TrustedAdvisorCheckDescriptionFilterSensitiveLog: (
535
373
  obj: TrustedAdvisorCheckDescription
536
374
  ) => any;
537
-
538
375
  export declare const DescribeTrustedAdvisorChecksResponseFilterSensitiveLog: (
539
376
  obj: DescribeTrustedAdvisorChecksResponse
540
377
  ) => any;
541
-
542
378
  export declare const DescribeTrustedAdvisorCheckSummariesRequestFilterSensitiveLog: (
543
379
  obj: DescribeTrustedAdvisorCheckSummariesRequest
544
380
  ) => any;
545
-
546
381
  export declare const TrustedAdvisorCheckSummaryFilterSensitiveLog: (
547
382
  obj: TrustedAdvisorCheckSummary
548
383
  ) => any;
549
-
550
384
  export declare const DescribeTrustedAdvisorCheckSummariesResponseFilterSensitiveLog: (
551
385
  obj: DescribeTrustedAdvisorCheckSummariesResponse
552
386
  ) => any;
553
-
554
387
  export declare const RefreshTrustedAdvisorCheckRequestFilterSensitiveLog: (
555
388
  obj: RefreshTrustedAdvisorCheckRequest
556
389
  ) => any;
557
-
558
390
  export declare const RefreshTrustedAdvisorCheckResponseFilterSensitiveLog: (
559
391
  obj: RefreshTrustedAdvisorCheckResponse
560
392
  ) => any;
561
-
562
393
  export declare const ResolveCaseRequestFilterSensitiveLog: (
563
394
  obj: ResolveCaseRequest
564
395
  ) => any;
565
-
566
396
  export declare const ResolveCaseResponseFilterSensitiveLog: (
567
397
  obj: ResolveCaseResponse
568
398
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { SupportClientConfig } from "./SupportClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: SupportClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { SupportClientConfig } from "./SupportClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: SupportClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,5 +1,4 @@
1
1
  import { SupportClientConfig } from "./SupportClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: SupportClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { SupportClientConfig } from "./SupportClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: SupportClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-support",
3
3
  "description": "AWS SDK for JavaScript Support Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"