@aws-sdk/client-marketplace-commerce-analytics 3.529.1 → 3.535.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.
@@ -17,8 +17,8 @@ export interface MarketplaceCommerceAnalytics {
17
17
  startSupportDataExport(args: StartSupportDataExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSupportDataExportCommandOutput) => void): void;
18
18
  }
19
19
  /**
20
- * @public
21
20
  * Provides AWS Marketplace business intelligence data on-demand.
21
+ * @public
22
22
  */
23
23
  export declare class MarketplaceCommerceAnalytics extends MarketplaceCommerceAnalyticsClient implements MarketplaceCommerceAnalytics {
24
24
  }
@@ -153,8 +153,8 @@ export type MarketplaceCommerceAnalyticsClientResolvedConfigType = __SmithyResol
153
153
  export interface MarketplaceCommerceAnalyticsClientResolvedConfig extends MarketplaceCommerceAnalyticsClientResolvedConfigType {
154
154
  }
155
155
  /**
156
- * @public
157
156
  * Provides AWS Marketplace business intelligence data on-demand.
157
+ * @public
158
158
  */
159
159
  export declare class MarketplaceCommerceAnalyticsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MarketplaceCommerceAnalyticsClientResolvedConfig> {
160
160
  /**
@@ -22,10 +22,10 @@ export interface GenerateDataSetCommandOutput extends GenerateDataSetResult, __M
22
22
  }
23
23
  declare const GenerateDataSetCommand_base: {
24
24
  new (input: GenerateDataSetCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateDataSetCommandInput, GenerateDataSetCommandOutput, MarketplaceCommerceAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GenerateDataSetCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateDataSetCommandInput, GenerateDataSetCommandOutput, MarketplaceCommerceAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Given a data set type and data set publication date, asynchronously publishes the requested data set to the specified
30
30
  * S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request identifier that
31
31
  * can be used to correlate requests with notifications from the SNS topic.
@@ -71,6 +71,7 @@ declare const GenerateDataSetCommand_base: {
71
71
  * @throws {@link MarketplaceCommerceAnalyticsServiceException}
72
72
  * <p>Base exception class for all service exceptions from MarketplaceCommerceAnalytics service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GenerateDataSetCommand extends GenerateDataSetCommand_base {
76
77
  }
@@ -22,12 +22,10 @@ export interface StartSupportDataExportCommandOutput extends StartSupportDataExp
22
22
  }
23
23
  declare const StartSupportDataExportCommand_base: {
24
24
  new (input: StartSupportDataExportCommandInput): import("@smithy/smithy-client").CommandImpl<StartSupportDataExportCommandInput, StartSupportDataExportCommandOutput, MarketplaceCommerceAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartSupportDataExportCommandInput): import("@smithy/smithy-client").CommandImpl<StartSupportDataExportCommandInput, StartSupportDataExportCommandOutput, MarketplaceCommerceAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <i>This target has been deprecated.</i> Given a data set type and a from date, asynchronously publishes the requested customer support data
32
30
  * to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request
33
31
  * identifier that can be used to correlate requests with notifications from the SNS topic.
@@ -73,6 +71,8 @@ declare const StartSupportDataExportCommand_base: {
73
71
  * @throws {@link MarketplaceCommerceAnalyticsServiceException}
74
72
  * <p>Base exception class for all service exceptions from MarketplaceCommerceAnalytics service.</p>
75
73
  *
74
+ * @public
75
+ * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported.
76
76
  */
77
77
  export declare class StartSupportDataExportCommand extends StartSupportDataExportCommand_base {
78
78
  }
@@ -36,12 +36,11 @@ export declare const DataSetType: {
36
36
  */
37
37
  export type DataSetType = (typeof DataSetType)[keyof typeof DataSetType];
38
38
  /**
39
- * @public
40
39
  * Container for the parameters to the GenerateDataSet operation.
40
+ * @public
41
41
  */
42
42
  export interface GenerateDataSetRequest {
43
43
  /**
44
- * @public
45
44
  * <p>The desired data set type.</p>
46
45
  * <p>
47
46
  * <ul>
@@ -147,66 +146,67 @@ export interface GenerateDataSetRequest {
147
146
  * </li>
148
147
  * </ul>
149
148
  * </p>
149
+ * @public
150
150
  */
151
151
  dataSetType: DataSetType | undefined;
152
152
  /**
153
- * @public
154
153
  * The date a data set was published.
155
154
  * For daily data sets, provide a date with day-level granularity for the desired day.
156
155
  * For monthly data sets except those with prefix disbursed_amount, provide a date with month-level granularity for the desired month (the day value will be ignored).
157
156
  * For data sets with prefix disbursed_amount, provide a date with day-level granularity for the desired day. For these data sets we will look backwards in time over the range of 31 days until the first data set is found (the latest one).
157
+ * @public
158
158
  */
159
159
  dataSetPublicationDate: Date | undefined;
160
160
  /**
161
- * @public
162
161
  * The Amazon Resource Name (ARN) of the Role with an attached permissions policy to interact with the provided
163
162
  * AWS services.
163
+ * @public
164
164
  */
165
165
  roleNameArn: string | undefined;
166
166
  /**
167
- * @public
168
167
  * The name (friendly name, not ARN) of the destination S3 bucket.
168
+ * @public
169
169
  */
170
170
  destinationS3BucketName: string | undefined;
171
171
  /**
172
- * @public
173
172
  * (Optional) The desired S3 prefix for the published data set, similar to a directory path in standard file systems.
174
173
  * For example, if given the bucket name "mybucket" and the prefix "myprefix/mydatasets", the output file
175
174
  * "outputfile" would be published to "s3://mybucket/myprefix/mydatasets/outputfile".
176
175
  * If the prefix directory structure does not exist, it will be created.
177
176
  * If no prefix is provided, the data set will be published to the S3 bucket root.
177
+ * @public
178
178
  */
179
179
  destinationS3Prefix?: string;
180
180
  /**
181
- * @public
182
181
  * Amazon Resource Name (ARN) for the SNS Topic that will be notified when the data set has been published or if an
183
182
  * error has occurred.
183
+ * @public
184
184
  */
185
185
  snsTopicArn: string | undefined;
186
186
  /**
187
- * @public
188
187
  * (Optional) Key-value pairs which will be returned, unmodified, in the
189
188
  * Amazon SNS notification message and the data set metadata file. These
190
189
  * key-value pairs can be used to correlated responses with tracking
191
190
  * information from other systems.
191
+ * @public
192
192
  */
193
193
  customerDefinedValues?: Record<string, string>;
194
194
  }
195
195
  /**
196
- * @public
197
196
  * Container for the result of the GenerateDataSet operation.
197
+ * @public
198
198
  */
199
199
  export interface GenerateDataSetResult {
200
200
  /**
201
- * @public
202
201
  * A unique identifier representing a specific request to the GenerateDataSet operation. This identifier can be
203
202
  * used to correlate a request with notifications from the SNS topic.
203
+ * @public
204
204
  */
205
205
  dataSetRequestId?: string;
206
206
  }
207
207
  /**
208
- * @public
209
208
  * This exception is thrown when an internal service error occurs.
209
+ * @public
210
210
  */
211
211
  export declare class MarketplaceCommerceAnalyticsException extends __BaseException {
212
212
  readonly name: "MarketplaceCommerceAnalyticsException";
@@ -229,14 +229,12 @@ export declare const SupportDataSetType: {
229
229
  */
230
230
  export type SupportDataSetType = (typeof SupportDataSetType)[keyof typeof SupportDataSetType];
231
231
  /**
232
- * @public
233
- * @deprecated
234
- *
235
232
  * <i>This target has been deprecated.</i> Container for the parameters to the StartSupportDataExport operation.
233
+ * @public
234
+ * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported.
236
235
  */
237
236
  export interface StartSupportDataExportRequest {
238
237
  /**
239
- * @public
240
238
  * <p>
241
239
  * <i>This target has been deprecated.</i> Specifies the data set type to be written to the output csv file. The data set types customer_support_contacts_data and
242
240
  * test_customer_support_contacts_data both result in a csv file containing the following fields: Product Id, Product Code, Customer Guid,
@@ -249,57 +247,57 @@ export interface StartSupportDataExportRequest {
249
247
  * <li><i>test_customer_support_contacts_data</i> An example data set containing static test data in the same format as customer_support_contacts_data</li>
250
248
  * </ul>
251
249
  * </p>
250
+ * @public
252
251
  */
253
252
  dataSetType: SupportDataSetType | undefined;
254
253
  /**
255
- * @public
256
254
  * <i>This target has been deprecated.</i> The start date from which to retrieve the data set in UTC. This parameter only affects the customer_support_contacts_data data set type.
255
+ * @public
257
256
  */
258
257
  fromDate: Date | undefined;
259
258
  /**
260
- * @public
261
259
  * <i>This target has been deprecated.</i> The Amazon Resource Name (ARN) of the Role with an attached permissions policy to interact with the provided
262
260
  * AWS services.
261
+ * @public
263
262
  */
264
263
  roleNameArn: string | undefined;
265
264
  /**
266
- * @public
267
265
  * <i>This target has been deprecated.</i> The name (friendly name, not ARN) of the destination S3 bucket.
266
+ * @public
268
267
  */
269
268
  destinationS3BucketName: string | undefined;
270
269
  /**
271
- * @public
272
270
  * <i>This target has been deprecated.</i> (Optional) The desired S3 prefix for the published data set, similar to a directory path in standard file systems.
273
271
  * For example, if given the bucket name "mybucket" and the prefix "myprefix/mydatasets", the output file
274
272
  * "outputfile" would be published to "s3://mybucket/myprefix/mydatasets/outputfile".
275
273
  * If the prefix directory structure does not exist, it will be created.
276
274
  * If no prefix is provided, the data set will be published to the S3 bucket root.
275
+ * @public
277
276
  */
278
277
  destinationS3Prefix?: string;
279
278
  /**
280
- * @public
281
279
  * <i>This target has been deprecated.</i> Amazon Resource Name (ARN) for the SNS Topic that will be notified when the data set has been published or if an
282
280
  * error has occurred.
281
+ * @public
283
282
  */
284
283
  snsTopicArn: string | undefined;
285
284
  /**
286
- * @public
287
285
  * <i>This target has been deprecated.</i> (Optional) Key-value pairs which will be returned, unmodified, in the
288
286
  * Amazon SNS notification message and the data set metadata file.
287
+ * @public
289
288
  */
290
289
  customerDefinedValues?: Record<string, string>;
291
290
  }
292
291
  /**
293
- * @public
294
- * @deprecated
295
- *
296
292
  * <i>This target has been deprecated.</i> Container for the result of the StartSupportDataExport operation.
293
+ * @public
294
+ * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported.
297
295
  */
298
296
  export interface StartSupportDataExportResult {
299
297
  /**
300
- * @public
301
298
  * <i>This target has been deprecated.</i> A unique identifier representing a specific request to the StartSupportDataExport operation. This identifier can be
302
299
  * used to correlate a request with notifications from the SNS topic.
300
+ * @public
303
301
  */
304
302
  dataSetRequestId?: string;
305
303
  }
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClie
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClie
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClie
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { MarketplaceCommerceAnalyticsClientConfig } from "./MarketplaceCommerceA
5
5
  export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: MarketplaceCommerceAnalyticsClie
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -24,6 +24,15 @@ declare const GenerateDataSetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GenerateDataSetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GenerateDataSetCommandInput,
31
+ GenerateDataSetCommandOutput,
32
+ MarketplaceCommerceAnalyticsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GenerateDataSetCommand extends GenerateDataSetCommand_base {}
@@ -25,6 +25,15 @@ declare const StartSupportDataExportCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartSupportDataExportCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartSupportDataExportCommandInput,
32
+ StartSupportDataExportCommandOutput,
33
+ MarketplaceCommerceAnalyticsClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartSupportDataExportCommand extends StartSupportDataExportCommand_base {}
@@ -27,9 +27,9 @@ export declare const getRuntimeConfig: (
27
27
  apiVersion: string;
28
28
  urlParser: import("@smithy/types").UrlParser;
29
29
  base64Decoder: import("@smithy/types").Decoder;
30
- base64Encoder: import("@smithy/types").Encoder;
30
+ base64Encoder: (_input: string | Uint8Array) => string;
31
31
  utf8Decoder: import("@smithy/types").Decoder;
32
- utf8Encoder: import("@smithy/types").Encoder;
32
+ utf8Encoder: (input: string | Uint8Array) => string;
33
33
  disableHostPrefix: boolean;
34
34
  serviceId: string;
35
35
  logger: import("@smithy/types").Logger;
@@ -31,9 +31,9 @@ export declare const getRuntimeConfig: (
31
31
  apiVersion: string;
32
32
  urlParser: import("@smithy/types").UrlParser;
33
33
  base64Decoder: import("@smithy/types").Decoder;
34
- base64Encoder: import("@smithy/types").Encoder;
34
+ base64Encoder: (_input: string | Uint8Array) => string;
35
35
  utf8Decoder: import("@smithy/types").Decoder;
36
- utf8Encoder: import("@smithy/types").Encoder;
36
+ utf8Encoder: (input: string | Uint8Array) => string;
37
37
  disableHostPrefix: boolean;
38
38
  serviceId: string;
39
39
  logger: import("@smithy/types").Logger;
@@ -15,9 +15,9 @@ export declare const getRuntimeConfig: (
15
15
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
16
  streamCollector: import("@smithy/types").StreamCollector;
17
17
  base64Decoder: import("@smithy/types").Decoder;
18
- base64Encoder: import("@smithy/types").Encoder;
18
+ base64Encoder: (_input: string | Uint8Array) => string;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  disableHostPrefix: boolean;
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -4,7 +4,7 @@ export declare const getRuntimeConfig: (
4
4
  ) => {
5
5
  apiVersion: string;
6
6
  base64Decoder: import("@smithy/types").Decoder;
7
- base64Encoder: import("@smithy/types").Encoder;
7
+ base64Encoder: (_input: string | Uint8Array) => string;
8
8
  disableHostPrefix: boolean;
9
9
  endpointProvider: (
10
10
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
@@ -19,5 +19,5 @@ export declare const getRuntimeConfig: (
19
19
  serviceId: string;
20
20
  urlParser: import("@smithy/types").UrlParser;
21
21
  utf8Decoder: import("@smithy/types").Decoder;
22
- utf8Encoder: import("@smithy/types").Encoder;
22
+ utf8Encoder: (input: string | Uint8Array) => string;
23
23
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-marketplace-commerce-analytics",
3
3
  "description": "AWS SDK for JavaScript Marketplace Commerce Analytics Client for Node.js, Browser and React Native",
4
- "version": "3.529.1",
4
+ "version": "3.535.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-marketplace-commerce-analytics",
@@ -20,47 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.529.1",
24
- "@aws-sdk/core": "3.529.1",
25
- "@aws-sdk/credential-provider-node": "3.529.1",
26
- "@aws-sdk/middleware-host-header": "3.523.0",
27
- "@aws-sdk/middleware-logger": "3.523.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.523.0",
29
- "@aws-sdk/middleware-user-agent": "3.525.0",
30
- "@aws-sdk/region-config-resolver": "3.525.0",
31
- "@aws-sdk/types": "3.523.0",
32
- "@aws-sdk/util-endpoints": "3.525.0",
33
- "@aws-sdk/util-user-agent-browser": "3.523.0",
34
- "@aws-sdk/util-user-agent-node": "3.525.0",
35
- "@smithy/config-resolver": "^2.1.4",
36
- "@smithy/core": "^1.3.5",
37
- "@smithy/fetch-http-handler": "^2.4.3",
38
- "@smithy/hash-node": "^2.1.3",
39
- "@smithy/invalid-dependency": "^2.1.3",
40
- "@smithy/middleware-content-length": "^2.1.3",
41
- "@smithy/middleware-endpoint": "^2.4.4",
42
- "@smithy/middleware-retry": "^2.1.4",
43
- "@smithy/middleware-serde": "^2.1.3",
44
- "@smithy/middleware-stack": "^2.1.3",
45
- "@smithy/node-config-provider": "^2.2.4",
46
- "@smithy/node-http-handler": "^2.4.1",
47
- "@smithy/protocol-http": "^3.2.1",
48
- "@smithy/smithy-client": "^2.4.2",
49
- "@smithy/types": "^2.10.1",
50
- "@smithy/url-parser": "^2.1.3",
51
- "@smithy/util-base64": "^2.1.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.1",
54
- "@smithy/util-defaults-mode-browser": "^2.1.4",
55
- "@smithy/util-defaults-mode-node": "^2.2.3",
56
- "@smithy/util-endpoints": "^1.1.4",
57
- "@smithy/util-middleware": "^2.1.3",
58
- "@smithy/util-retry": "^2.1.3",
59
- "@smithy/util-utf8": "^2.1.1",
60
- "tslib": "^2.5.0"
23
+ "@aws-sdk/client-sts": "3.535.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.535.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.535.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.535.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.1",
63
+ "@smithy/service-client-documentation-generator": "^2.2.0",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",