@aws-sdk/client-marketplace-metering 3.53.0 → 3.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist-cjs/MarketplaceMeteringClient.js +13 -13
- package/dist-cjs/commands/BatchMeterUsageCommand.js +3 -3
- package/dist-cjs/commands/MeterUsageCommand.js +3 -3
- package/dist-cjs/commands/RegisterUsageCommand.js +3 -3
- package/dist-cjs/commands/ResolveCustomerCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +53 -53
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/MarketplaceMetering.js +4 -4
- package/dist-types/MarketplaceMeteringClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/MarketplaceMeteringClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
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.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-marketplace-metering
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-marketplace-metering
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-marketplace-metering
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
31
|
|
|
8
32
|
|
|
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
12
12
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
class MarketplaceMeteringClient extends smithy_client_1.Client {
|
|
14
14
|
constructor(configuration) {
|
|
15
|
-
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
16
|
-
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
17
|
-
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
18
|
-
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
19
|
-
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
20
|
-
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
21
|
-
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
15
|
+
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
|
|
16
|
+
const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
|
|
17
|
+
const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
|
|
18
|
+
const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
|
|
19
|
+
const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
|
|
20
|
+
const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
|
|
21
|
+
const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
|
|
22
22
|
super(_config_6);
|
|
23
23
|
this.config = _config_6;
|
|
24
|
-
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
25
|
-
this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
|
|
26
|
-
this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
|
|
27
|
-
this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
|
|
28
|
-
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
29
|
-
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
24
|
+
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
25
|
+
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
26
|
+
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
27
|
+
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
28
|
+
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
29
|
+
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
30
30
|
}
|
|
31
31
|
destroy() {
|
|
32
32
|
super.destroy();
|
|
@@ -11,7 +11,7 @@ class BatchMeterUsageCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "MarketplaceMeteringClient";
|
|
@@ -27,10 +27,10 @@ class BatchMeterUsageCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1BatchMeterUsageCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1BatchMeterUsageCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1BatchMeterUsageCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1BatchMeterUsageCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.BatchMeterUsageCommand = BatchMeterUsageCommand;
|
|
@@ -11,7 +11,7 @@ class MeterUsageCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "MarketplaceMeteringClient";
|
|
@@ -27,10 +27,10 @@ class MeterUsageCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1MeterUsageCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1MeterUsageCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1MeterUsageCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1MeterUsageCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.MeterUsageCommand = MeterUsageCommand;
|
|
@@ -11,7 +11,7 @@ class RegisterUsageCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "MarketplaceMeteringClient";
|
|
@@ -27,10 +27,10 @@ class RegisterUsageCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1RegisterUsageCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1RegisterUsageCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1RegisterUsageCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1RegisterUsageCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RegisterUsageCommand = RegisterUsageCommand;
|
|
@@ -11,7 +11,7 @@ class ResolveCustomerCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "MarketplaceMeteringClient";
|
|
@@ -27,10 +27,10 @@ class ResolveCustomerCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_1_1.serializeAws_json1_1ResolveCustomerCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1ResolveCustomerCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_1_1.deserializeAws_json1_1ResolveCustomerCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1ResolveCustomerCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ResolveCustomerCommand = ResolveCustomerCommand;
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -122,7 +122,7 @@ const partitionHash = {
|
|
|
122
122
|
],
|
|
123
123
|
},
|
|
124
124
|
};
|
|
125
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
125
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
126
126
|
...options,
|
|
127
127
|
signingService: "aws-marketplace",
|
|
128
128
|
regionHash,
|
|
@@ -102,7 +102,7 @@ const deserializeAws_json1_1BatchMeterUsageCommandError = async (output, context
|
|
|
102
102
|
$fault: "client",
|
|
103
103
|
$metadata: deserializeMetadata(output),
|
|
104
104
|
});
|
|
105
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
105
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
106
106
|
}
|
|
107
107
|
};
|
|
108
108
|
const deserializeAws_json1_1MeterUsageCommand = async (output, context) => {
|
|
@@ -165,7 +165,7 @@ const deserializeAws_json1_1MeterUsageCommandError = async (output, context) =>
|
|
|
165
165
|
$fault: "client",
|
|
166
166
|
$metadata: deserializeMetadata(output),
|
|
167
167
|
});
|
|
168
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
168
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
169
169
|
}
|
|
170
170
|
};
|
|
171
171
|
const deserializeAws_json1_1RegisterUsageCommand = async (output, context) => {
|
|
@@ -222,7 +222,7 @@ const deserializeAws_json1_1RegisterUsageCommandError = async (output, context)
|
|
|
222
222
|
$fault: "client",
|
|
223
223
|
$metadata: deserializeMetadata(output),
|
|
224
224
|
});
|
|
225
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
225
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
226
226
|
}
|
|
227
227
|
};
|
|
228
228
|
const deserializeAws_json1_1ResolveCustomerCommand = async (output, context) => {
|
|
@@ -270,7 +270,7 @@ const deserializeAws_json1_1ResolveCustomerCommandError = async (output, context
|
|
|
270
270
|
$fault: "client",
|
|
271
271
|
$metadata: deserializeMetadata(output),
|
|
272
272
|
});
|
|
273
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
273
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
274
274
|
}
|
|
275
275
|
};
|
|
276
276
|
const deserializeAws_json1_1CustomerNotEntitledExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -280,7 +280,7 @@ const deserializeAws_json1_1CustomerNotEntitledExceptionResponse = async (parsed
|
|
|
280
280
|
$metadata: deserializeMetadata(parsedOutput),
|
|
281
281
|
...deserialized,
|
|
282
282
|
});
|
|
283
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
283
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
284
284
|
};
|
|
285
285
|
const deserializeAws_json1_1DisabledApiExceptionResponse = async (parsedOutput, context) => {
|
|
286
286
|
const body = parsedOutput.body;
|
|
@@ -289,7 +289,7 @@ const deserializeAws_json1_1DisabledApiExceptionResponse = async (parsedOutput,
|
|
|
289
289
|
$metadata: deserializeMetadata(parsedOutput),
|
|
290
290
|
...deserialized,
|
|
291
291
|
});
|
|
292
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
292
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
293
293
|
};
|
|
294
294
|
const deserializeAws_json1_1DuplicateRequestExceptionResponse = async (parsedOutput, context) => {
|
|
295
295
|
const body = parsedOutput.body;
|
|
@@ -298,7 +298,7 @@ const deserializeAws_json1_1DuplicateRequestExceptionResponse = async (parsedOut
|
|
|
298
298
|
$metadata: deserializeMetadata(parsedOutput),
|
|
299
299
|
...deserialized,
|
|
300
300
|
});
|
|
301
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
301
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
302
302
|
};
|
|
303
303
|
const deserializeAws_json1_1ExpiredTokenExceptionResponse = async (parsedOutput, context) => {
|
|
304
304
|
const body = parsedOutput.body;
|
|
@@ -307,7 +307,7 @@ const deserializeAws_json1_1ExpiredTokenExceptionResponse = async (parsedOutput,
|
|
|
307
307
|
$metadata: deserializeMetadata(parsedOutput),
|
|
308
308
|
...deserialized,
|
|
309
309
|
});
|
|
310
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
310
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
311
311
|
};
|
|
312
312
|
const deserializeAws_json1_1InternalServiceErrorExceptionResponse = async (parsedOutput, context) => {
|
|
313
313
|
const body = parsedOutput.body;
|
|
@@ -316,7 +316,7 @@ const deserializeAws_json1_1InternalServiceErrorExceptionResponse = async (parse
|
|
|
316
316
|
$metadata: deserializeMetadata(parsedOutput),
|
|
317
317
|
...deserialized,
|
|
318
318
|
});
|
|
319
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
319
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
320
320
|
};
|
|
321
321
|
const deserializeAws_json1_1InvalidCustomerIdentifierExceptionResponse = async (parsedOutput, context) => {
|
|
322
322
|
const body = parsedOutput.body;
|
|
@@ -325,7 +325,7 @@ const deserializeAws_json1_1InvalidCustomerIdentifierExceptionResponse = async (
|
|
|
325
325
|
$metadata: deserializeMetadata(parsedOutput),
|
|
326
326
|
...deserialized,
|
|
327
327
|
});
|
|
328
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
328
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
329
329
|
};
|
|
330
330
|
const deserializeAws_json1_1InvalidEndpointRegionExceptionResponse = async (parsedOutput, context) => {
|
|
331
331
|
const body = parsedOutput.body;
|
|
@@ -334,7 +334,7 @@ const deserializeAws_json1_1InvalidEndpointRegionExceptionResponse = async (pars
|
|
|
334
334
|
$metadata: deserializeMetadata(parsedOutput),
|
|
335
335
|
...deserialized,
|
|
336
336
|
});
|
|
337
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
337
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
338
338
|
};
|
|
339
339
|
const deserializeAws_json1_1InvalidProductCodeExceptionResponse = async (parsedOutput, context) => {
|
|
340
340
|
const body = parsedOutput.body;
|
|
@@ -343,7 +343,7 @@ const deserializeAws_json1_1InvalidProductCodeExceptionResponse = async (parsedO
|
|
|
343
343
|
$metadata: deserializeMetadata(parsedOutput),
|
|
344
344
|
...deserialized,
|
|
345
345
|
});
|
|
346
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
346
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
347
347
|
};
|
|
348
348
|
const deserializeAws_json1_1InvalidPublicKeyVersionExceptionResponse = async (parsedOutput, context) => {
|
|
349
349
|
const body = parsedOutput.body;
|
|
@@ -352,7 +352,7 @@ const deserializeAws_json1_1InvalidPublicKeyVersionExceptionResponse = async (pa
|
|
|
352
352
|
$metadata: deserializeMetadata(parsedOutput),
|
|
353
353
|
...deserialized,
|
|
354
354
|
});
|
|
355
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
355
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
356
356
|
};
|
|
357
357
|
const deserializeAws_json1_1InvalidRegionExceptionResponse = async (parsedOutput, context) => {
|
|
358
358
|
const body = parsedOutput.body;
|
|
@@ -361,7 +361,7 @@ const deserializeAws_json1_1InvalidRegionExceptionResponse = async (parsedOutput
|
|
|
361
361
|
$metadata: deserializeMetadata(parsedOutput),
|
|
362
362
|
...deserialized,
|
|
363
363
|
});
|
|
364
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
364
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
365
365
|
};
|
|
366
366
|
const deserializeAws_json1_1InvalidTagExceptionResponse = async (parsedOutput, context) => {
|
|
367
367
|
const body = parsedOutput.body;
|
|
@@ -370,7 +370,7 @@ const deserializeAws_json1_1InvalidTagExceptionResponse = async (parsedOutput, c
|
|
|
370
370
|
$metadata: deserializeMetadata(parsedOutput),
|
|
371
371
|
...deserialized,
|
|
372
372
|
});
|
|
373
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
373
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
374
374
|
};
|
|
375
375
|
const deserializeAws_json1_1InvalidTokenExceptionResponse = async (parsedOutput, context) => {
|
|
376
376
|
const body = parsedOutput.body;
|
|
@@ -379,7 +379,7 @@ const deserializeAws_json1_1InvalidTokenExceptionResponse = async (parsedOutput,
|
|
|
379
379
|
$metadata: deserializeMetadata(parsedOutput),
|
|
380
380
|
...deserialized,
|
|
381
381
|
});
|
|
382
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
382
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
383
383
|
};
|
|
384
384
|
const deserializeAws_json1_1InvalidUsageAllocationsExceptionResponse = async (parsedOutput, context) => {
|
|
385
385
|
const body = parsedOutput.body;
|
|
@@ -388,7 +388,7 @@ const deserializeAws_json1_1InvalidUsageAllocationsExceptionResponse = async (pa
|
|
|
388
388
|
$metadata: deserializeMetadata(parsedOutput),
|
|
389
389
|
...deserialized,
|
|
390
390
|
});
|
|
391
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
391
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
392
392
|
};
|
|
393
393
|
const deserializeAws_json1_1InvalidUsageDimensionExceptionResponse = async (parsedOutput, context) => {
|
|
394
394
|
const body = parsedOutput.body;
|
|
@@ -397,7 +397,7 @@ const deserializeAws_json1_1InvalidUsageDimensionExceptionResponse = async (pars
|
|
|
397
397
|
$metadata: deserializeMetadata(parsedOutput),
|
|
398
398
|
...deserialized,
|
|
399
399
|
});
|
|
400
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
400
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
401
401
|
};
|
|
402
402
|
const deserializeAws_json1_1PlatformNotSupportedExceptionResponse = async (parsedOutput, context) => {
|
|
403
403
|
const body = parsedOutput.body;
|
|
@@ -406,7 +406,7 @@ const deserializeAws_json1_1PlatformNotSupportedExceptionResponse = async (parse
|
|
|
406
406
|
$metadata: deserializeMetadata(parsedOutput),
|
|
407
407
|
...deserialized,
|
|
408
408
|
});
|
|
409
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
409
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
410
410
|
};
|
|
411
411
|
const deserializeAws_json1_1ThrottlingExceptionResponse = async (parsedOutput, context) => {
|
|
412
412
|
const body = parsedOutput.body;
|
|
@@ -415,7 +415,7 @@ const deserializeAws_json1_1ThrottlingExceptionResponse = async (parsedOutput, c
|
|
|
415
415
|
$metadata: deserializeMetadata(parsedOutput),
|
|
416
416
|
...deserialized,
|
|
417
417
|
});
|
|
418
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
418
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
419
419
|
};
|
|
420
420
|
const deserializeAws_json1_1TimestampOutOfBoundsExceptionResponse = async (parsedOutput, context) => {
|
|
421
421
|
const body = parsedOutput.body;
|
|
@@ -424,7 +424,7 @@ const deserializeAws_json1_1TimestampOutOfBoundsExceptionResponse = async (parse
|
|
|
424
424
|
$metadata: deserializeMetadata(parsedOutput),
|
|
425
425
|
...deserialized,
|
|
426
426
|
});
|
|
427
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
427
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
428
428
|
};
|
|
429
429
|
const serializeAws_json1_1BatchMeterUsageRequest = (input, context) => {
|
|
430
430
|
return {
|
|
@@ -533,103 +533,103 @@ const deserializeAws_json1_1BatchMeterUsageResult = (output, context) => {
|
|
|
533
533
|
};
|
|
534
534
|
const deserializeAws_json1_1CustomerNotEntitledException = (output, context) => {
|
|
535
535
|
return {
|
|
536
|
-
message: smithy_client_1.expectString(output.message),
|
|
536
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
537
537
|
};
|
|
538
538
|
};
|
|
539
539
|
const deserializeAws_json1_1DisabledApiException = (output, context) => {
|
|
540
540
|
return {
|
|
541
|
-
message: smithy_client_1.expectString(output.message),
|
|
541
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
542
542
|
};
|
|
543
543
|
};
|
|
544
544
|
const deserializeAws_json1_1DuplicateRequestException = (output, context) => {
|
|
545
545
|
return {
|
|
546
|
-
message: smithy_client_1.expectString(output.message),
|
|
546
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
547
547
|
};
|
|
548
548
|
};
|
|
549
549
|
const deserializeAws_json1_1ExpiredTokenException = (output, context) => {
|
|
550
550
|
return {
|
|
551
|
-
message: smithy_client_1.expectString(output.message),
|
|
551
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
552
552
|
};
|
|
553
553
|
};
|
|
554
554
|
const deserializeAws_json1_1InternalServiceErrorException = (output, context) => {
|
|
555
555
|
return {
|
|
556
|
-
message: smithy_client_1.expectString(output.message),
|
|
556
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
557
557
|
};
|
|
558
558
|
};
|
|
559
559
|
const deserializeAws_json1_1InvalidCustomerIdentifierException = (output, context) => {
|
|
560
560
|
return {
|
|
561
|
-
message: smithy_client_1.expectString(output.message),
|
|
561
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
562
562
|
};
|
|
563
563
|
};
|
|
564
564
|
const deserializeAws_json1_1InvalidEndpointRegionException = (output, context) => {
|
|
565
565
|
return {
|
|
566
|
-
message: smithy_client_1.expectString(output.message),
|
|
566
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
567
567
|
};
|
|
568
568
|
};
|
|
569
569
|
const deserializeAws_json1_1InvalidProductCodeException = (output, context) => {
|
|
570
570
|
return {
|
|
571
|
-
message: smithy_client_1.expectString(output.message),
|
|
571
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
572
572
|
};
|
|
573
573
|
};
|
|
574
574
|
const deserializeAws_json1_1InvalidPublicKeyVersionException = (output, context) => {
|
|
575
575
|
return {
|
|
576
|
-
message: smithy_client_1.expectString(output.message),
|
|
576
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
577
577
|
};
|
|
578
578
|
};
|
|
579
579
|
const deserializeAws_json1_1InvalidRegionException = (output, context) => {
|
|
580
580
|
return {
|
|
581
|
-
message: smithy_client_1.expectString(output.message),
|
|
581
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
582
582
|
};
|
|
583
583
|
};
|
|
584
584
|
const deserializeAws_json1_1InvalidTagException = (output, context) => {
|
|
585
585
|
return {
|
|
586
|
-
message: smithy_client_1.expectString(output.message),
|
|
586
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
587
587
|
};
|
|
588
588
|
};
|
|
589
589
|
const deserializeAws_json1_1InvalidTokenException = (output, context) => {
|
|
590
590
|
return {
|
|
591
|
-
message: smithy_client_1.expectString(output.message),
|
|
591
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
592
592
|
};
|
|
593
593
|
};
|
|
594
594
|
const deserializeAws_json1_1InvalidUsageAllocationsException = (output, context) => {
|
|
595
595
|
return {
|
|
596
|
-
message: smithy_client_1.expectString(output.message),
|
|
596
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
597
597
|
};
|
|
598
598
|
};
|
|
599
599
|
const deserializeAws_json1_1InvalidUsageDimensionException = (output, context) => {
|
|
600
600
|
return {
|
|
601
|
-
message: smithy_client_1.expectString(output.message),
|
|
601
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
602
602
|
};
|
|
603
603
|
};
|
|
604
604
|
const deserializeAws_json1_1MeterUsageResult = (output, context) => {
|
|
605
605
|
return {
|
|
606
|
-
MeteringRecordId: smithy_client_1.expectString(output.MeteringRecordId),
|
|
606
|
+
MeteringRecordId: (0, smithy_client_1.expectString)(output.MeteringRecordId),
|
|
607
607
|
};
|
|
608
608
|
};
|
|
609
609
|
const deserializeAws_json1_1PlatformNotSupportedException = (output, context) => {
|
|
610
610
|
return {
|
|
611
|
-
message: smithy_client_1.expectString(output.message),
|
|
611
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
612
612
|
};
|
|
613
613
|
};
|
|
614
614
|
const deserializeAws_json1_1RegisterUsageResult = (output, context) => {
|
|
615
615
|
return {
|
|
616
616
|
PublicKeyRotationTimestamp: output.PublicKeyRotationTimestamp !== undefined && output.PublicKeyRotationTimestamp !== null
|
|
617
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.PublicKeyRotationTimestamp)))
|
|
617
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.PublicKeyRotationTimestamp)))
|
|
618
618
|
: undefined,
|
|
619
|
-
Signature: smithy_client_1.expectString(output.Signature),
|
|
619
|
+
Signature: (0, smithy_client_1.expectString)(output.Signature),
|
|
620
620
|
};
|
|
621
621
|
};
|
|
622
622
|
const deserializeAws_json1_1ResolveCustomerResult = (output, context) => {
|
|
623
623
|
return {
|
|
624
|
-
CustomerAWSAccountId: smithy_client_1.expectString(output.CustomerAWSAccountId),
|
|
625
|
-
CustomerIdentifier: smithy_client_1.expectString(output.CustomerIdentifier),
|
|
626
|
-
ProductCode: smithy_client_1.expectString(output.ProductCode),
|
|
624
|
+
CustomerAWSAccountId: (0, smithy_client_1.expectString)(output.CustomerAWSAccountId),
|
|
625
|
+
CustomerIdentifier: (0, smithy_client_1.expectString)(output.CustomerIdentifier),
|
|
626
|
+
ProductCode: (0, smithy_client_1.expectString)(output.ProductCode),
|
|
627
627
|
};
|
|
628
628
|
};
|
|
629
629
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
630
630
|
return {
|
|
631
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
632
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
631
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
632
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
633
633
|
};
|
|
634
634
|
};
|
|
635
635
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -645,17 +645,17 @@ const deserializeAws_json1_1TagList = (output, context) => {
|
|
|
645
645
|
};
|
|
646
646
|
const deserializeAws_json1_1ThrottlingException = (output, context) => {
|
|
647
647
|
return {
|
|
648
|
-
message: smithy_client_1.expectString(output.message),
|
|
648
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
649
649
|
};
|
|
650
650
|
};
|
|
651
651
|
const deserializeAws_json1_1TimestampOutOfBoundsException = (output, context) => {
|
|
652
652
|
return {
|
|
653
|
-
message: smithy_client_1.expectString(output.message),
|
|
653
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
654
654
|
};
|
|
655
655
|
};
|
|
656
656
|
const deserializeAws_json1_1UsageAllocation = (output, context) => {
|
|
657
657
|
return {
|
|
658
|
-
AllocatedUsageQuantity: smithy_client_1.expectInt32(output.AllocatedUsageQuantity),
|
|
658
|
+
AllocatedUsageQuantity: (0, smithy_client_1.expectInt32)(output.AllocatedUsageQuantity),
|
|
659
659
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
660
660
|
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
661
661
|
: undefined,
|
|
@@ -674,11 +674,11 @@ const deserializeAws_json1_1UsageAllocations = (output, context) => {
|
|
|
674
674
|
};
|
|
675
675
|
const deserializeAws_json1_1UsageRecord = (output, context) => {
|
|
676
676
|
return {
|
|
677
|
-
CustomerIdentifier: smithy_client_1.expectString(output.CustomerIdentifier),
|
|
678
|
-
Dimension: smithy_client_1.expectString(output.Dimension),
|
|
679
|
-
Quantity: smithy_client_1.expectInt32(output.Quantity),
|
|
677
|
+
CustomerIdentifier: (0, smithy_client_1.expectString)(output.CustomerIdentifier),
|
|
678
|
+
Dimension: (0, smithy_client_1.expectString)(output.Dimension),
|
|
679
|
+
Quantity: (0, smithy_client_1.expectInt32)(output.Quantity),
|
|
680
680
|
Timestamp: output.Timestamp !== undefined && output.Timestamp !== null
|
|
681
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.Timestamp)))
|
|
681
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.Timestamp)))
|
|
682
682
|
: undefined,
|
|
683
683
|
UsageAllocations: output.UsageAllocations !== undefined && output.UsageAllocations !== null
|
|
684
684
|
? deserializeAws_json1_1UsageAllocations(output.UsageAllocations, context)
|
|
@@ -698,8 +698,8 @@ const deserializeAws_json1_1UsageRecordList = (output, context) => {
|
|
|
698
698
|
};
|
|
699
699
|
const deserializeAws_json1_1UsageRecordResult = (output, context) => {
|
|
700
700
|
return {
|
|
701
|
-
MeteringRecordId: smithy_client_1.expectString(output.MeteringRecordId),
|
|
702
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
701
|
+
MeteringRecordId: (0, smithy_client_1.expectString)(output.MeteringRecordId),
|
|
702
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
703
703
|
UsageRecord: output.UsageRecord !== undefined && output.UsageRecord !== null
|
|
704
704
|
? deserializeAws_json1_1UsageRecord(output.UsageRecord, context)
|
|
705
705
|
: undefined,
|
|
@@ -17,9 +17,9 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
17
17
|
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
|
|
18
18
|
const getRuntimeConfig = (config) => {
|
|
19
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
-
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
|
|
20
|
+
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
21
21
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
22
|
-
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
22
|
+
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
23
23
|
return {
|
|
24
24
|
...clientSharedValues,
|
|
25
25
|
...config,
|
|
@@ -29,9 +29,9 @@ const getRuntimeConfig = (config) => {
|
|
|
29
29
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
|
|
30
30
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
|
|
31
31
|
credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
32
|
-
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
32
|
+
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
33
33
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
34
|
-
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
|
|
34
|
+
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
35
35
|
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
36
36
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
|
|
37
37
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
@@ -19,9 +19,9 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
19
19
|
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
20
20
|
const getRuntimeConfig = (config) => {
|
|
21
21
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
22
|
-
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
|
|
22
|
+
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
23
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
|
-
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
24
|
+
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
25
25
|
return {
|
|
26
26
|
...clientSharedValues,
|
|
27
27
|
...config,
|
|
@@ -30,19 +30,19 @@ const getRuntimeConfig = (config) => {
|
|
|
30
30
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
|
|
31
31
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
|
|
32
32
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
|
|
33
|
-
credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : client_sts_1.decorateDefaultCredentialProvider(credential_provider_node_1.defaultProvider),
|
|
34
|
-
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
35
|
-
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
36
|
-
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
33
|
+
credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (0, client_sts_1.decorateDefaultCredentialProvider)(credential_provider_node_1.defaultProvider),
|
|
34
|
+
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
35
|
+
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
36
|
+
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
37
37
|
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
|
|
38
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
|
|
38
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (0, node_config_provider_1.loadConfig)({
|
|
39
39
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
40
|
default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
|
|
41
41
|
}),
|
|
42
42
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
43
43
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
44
|
-
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
45
|
-
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
44
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
45
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
46
46
|
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
|
|
47
47
|
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
|
|
48
48
|
};
|
|
@@ -5,7 +5,7 @@ const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
6
|
const getRuntimeConfig = (config) => {
|
|
7
7
|
var _a;
|
|
8
|
-
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
8
|
+
const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config);
|
|
9
9
|
return {
|
|
10
10
|
...browserDefaults,
|
|
11
11
|
...config,
|
|
@@ -16,7 +16,7 @@ var MarketplaceMetering = (function (_super) {
|
|
|
16
16
|
}
|
|
17
17
|
else if (typeof cb === "function") {
|
|
18
18
|
if (typeof optionsOrCb !== "object")
|
|
19
|
-
throw new Error("Expect http options but get "
|
|
19
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
20
20
|
this.send(command, optionsOrCb || {}, cb);
|
|
21
21
|
}
|
|
22
22
|
else {
|
|
@@ -30,7 +30,7 @@ var MarketplaceMetering = (function (_super) {
|
|
|
30
30
|
}
|
|
31
31
|
else if (typeof cb === "function") {
|
|
32
32
|
if (typeof optionsOrCb !== "object")
|
|
33
|
-
throw new Error("Expect http options but get "
|
|
33
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
34
34
|
this.send(command, optionsOrCb || {}, cb);
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
@@ -44,7 +44,7 @@ var MarketplaceMetering = (function (_super) {
|
|
|
44
44
|
}
|
|
45
45
|
else if (typeof cb === "function") {
|
|
46
46
|
if (typeof optionsOrCb !== "object")
|
|
47
|
-
throw new Error("Expect http options but get "
|
|
47
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
48
48
|
this.send(command, optionsOrCb || {}, cb);
|
|
49
49
|
}
|
|
50
50
|
else {
|
|
@@ -58,7 +58,7 @@ var MarketplaceMetering = (function (_super) {
|
|
|
58
58
|
}
|
|
59
59
|
else if (typeof cb === "function") {
|
|
60
60
|
if (typeof optionsOrCb !== "object")
|
|
61
|
-
throw new Error("Expect http options but get "
|
|
61
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
62
62
|
this.send(command, optionsOrCb || {}, cb);
|
|
63
63
|
}
|
|
64
64
|
else {
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { 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";
|
|
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
9
|
import { BatchMeterUsageCommandInput, BatchMeterUsageCommandOutput } from "./commands/BatchMeterUsageCommand";
|
|
10
10
|
import { MeterUsageCommandInput, MeterUsageCommandOutput } from "./commands/MeterUsageCommand";
|
|
11
11
|
import { RegisterUsageCommandInput, RegisterUsageCommandOutput } from "./commands/RegisterUsageCommand";
|
|
@@ -32,7 +32,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
32
32
|
* A function that can calculate the length of a request body.
|
|
33
33
|
* @internal
|
|
34
34
|
*/
|
|
35
|
-
bodyLengthChecker?:
|
|
35
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
36
36
|
/**
|
|
37
37
|
* A function that converts a stream into an array of bytes.
|
|
38
38
|
* @internal
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: MarketplaceMeteringClientConfig)
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: MarketplaceMeteringClientConfig)
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: MarketplaceMeteringClientConfig)
|
|
|
8
8
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: MarketplaceMeteringClientConfig)
|
|
|
21
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
23
23
|
serviceId: string;
|
|
24
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
24
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { 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";
|
|
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
9
|
import { BatchMeterUsageCommandInput, BatchMeterUsageCommandOutput } from "./commands/BatchMeterUsageCommand";
|
|
10
10
|
import { MeterUsageCommandInput, MeterUsageCommandOutput } from "./commands/MeterUsageCommand";
|
|
11
11
|
import { RegisterUsageCommandInput, RegisterUsageCommandOutput } from "./commands/RegisterUsageCommand";
|
|
@@ -20,7 +20,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
20
20
|
|
|
21
21
|
urlParser?: __UrlParser;
|
|
22
22
|
|
|
23
|
-
bodyLengthChecker?:
|
|
23
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
24
24
|
|
|
25
25
|
streamCollector?: __StreamCollector;
|
|
26
26
|
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: MarketplaceMeteringClientConfig)
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: MarketplaceMeteringClientConfig)
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: MarketplaceMeteringClientConfig)
|
|
|
6
6
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
11
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
12
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: MarketplaceMeteringClientConfig)
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
28
|
tls?: boolean | undefined;
|
|
29
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-metering",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Metering Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.55.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",
|
|
@@ -18,47 +18,47 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.55.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.55.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.55.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.55.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.55.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.55.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.55.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.55.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.55.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.55.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.55.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.55.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
|
+
"@aws-sdk/types": "3.55.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.55.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.55.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.55.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.55.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
|
+
"tslib": "^2.3.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.55.0",
|
|
55
55
|
"@tsconfig/recommended": "1.0.1",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"concurrently": "7.0.0",
|
|
58
58
|
"downlevel-dts": "0.7.0",
|
|
59
59
|
"rimraf": "3.0.2",
|
|
60
60
|
"typedoc": "0.19.2",
|
|
61
|
-
"typescript": "~4.
|
|
61
|
+
"typescript": "~4.6.2"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">=12.0.0"
|