@aws-sdk/client-cloud9 3.54.1 → 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 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.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-cloud9
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-cloud9
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class Cloud9Client 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 CreateEnvironmentEC2Command 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class CreateEnvironmentEC2Command 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_1CreateEnvironmentEC2Command(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateEnvironmentEC2Command)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateEnvironmentEC2Command(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateEnvironmentEC2Command)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateEnvironmentEC2Command = CreateEnvironmentEC2Command;
@@ -11,7 +11,7 @@ class CreateEnvironmentMembershipCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class CreateEnvironmentMembershipCommand 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_1CreateEnvironmentMembershipCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1CreateEnvironmentMembershipCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1CreateEnvironmentMembershipCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1CreateEnvironmentMembershipCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateEnvironmentMembershipCommand = CreateEnvironmentMembershipCommand;
@@ -11,7 +11,7 @@ class DeleteEnvironmentCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class DeleteEnvironmentCommand 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_1DeleteEnvironmentCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteEnvironmentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteEnvironmentCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteEnvironmentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteEnvironmentCommand = DeleteEnvironmentCommand;
@@ -11,7 +11,7 @@ class DeleteEnvironmentMembershipCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class DeleteEnvironmentMembershipCommand 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_1DeleteEnvironmentMembershipCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteEnvironmentMembershipCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteEnvironmentMembershipCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteEnvironmentMembershipCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteEnvironmentMembershipCommand = DeleteEnvironmentMembershipCommand;
@@ -11,7 +11,7 @@ class DescribeEnvironmentMembershipsCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class DescribeEnvironmentMembershipsCommand 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_1DescribeEnvironmentMembershipsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeEnvironmentMembershipsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeEnvironmentMembershipsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeEnvironmentMembershipsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeEnvironmentMembershipsCommand = DescribeEnvironmentMembershipsCommand;
@@ -11,7 +11,7 @@ class DescribeEnvironmentStatusCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class DescribeEnvironmentStatusCommand 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_1DescribeEnvironmentStatusCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeEnvironmentStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeEnvironmentStatusCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeEnvironmentStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeEnvironmentStatusCommand = DescribeEnvironmentStatusCommand;
@@ -11,7 +11,7 @@ class DescribeEnvironmentsCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class DescribeEnvironmentsCommand 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_1DescribeEnvironmentsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DescribeEnvironmentsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DescribeEnvironmentsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeEnvironmentsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeEnvironmentsCommand = DescribeEnvironmentsCommand;
@@ -11,7 +11,7 @@ class ListEnvironmentsCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class ListEnvironmentsCommand 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_1ListEnvironmentsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListEnvironmentsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListEnvironmentsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListEnvironmentsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListEnvironmentsCommand = ListEnvironmentsCommand;
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand 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_1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class TagResourceCommand 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_1TagResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;
@@ -11,7 +11,7 @@ class UntagResourceCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class UntagResourceCommand 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_1UntagResourceCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateEnvironmentCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class UpdateEnvironmentCommand 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_1UpdateEnvironmentCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateEnvironmentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateEnvironmentCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateEnvironmentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
@@ -11,7 +11,7 @@ class UpdateEnvironmentMembershipCommand 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 = "Cloud9Client";
@@ -27,10 +27,10 @@ class UpdateEnvironmentMembershipCommand 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_1UpdateEnvironmentMembershipCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1UpdateEnvironmentMembershipCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1UpdateEnvironmentMembershipCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateEnvironmentMembershipCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateEnvironmentMembershipCommand = UpdateEnvironmentMembershipCommand;
@@ -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: "cloud9",
128
128
  regionHash,
@@ -186,7 +186,7 @@ const deserializeAws_json1_1CreateEnvironmentEC2CommandError = async (output, co
186
186
  $fault: "client",
187
187
  $metadata: deserializeMetadata(output),
188
188
  });
189
- throw smithy_client_1.decorateServiceException(response, parsedBody);
189
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
190
190
  }
191
191
  };
192
192
  const deserializeAws_json1_1CreateEnvironmentMembershipCommand = async (output, context) => {
@@ -240,7 +240,7 @@ const deserializeAws_json1_1CreateEnvironmentMembershipCommandError = async (out
240
240
  $fault: "client",
241
241
  $metadata: deserializeMetadata(output),
242
242
  });
243
- throw smithy_client_1.decorateServiceException(response, parsedBody);
243
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
244
244
  }
245
245
  };
246
246
  const deserializeAws_json1_1DeleteEnvironmentCommand = async (output, context) => {
@@ -294,7 +294,7 @@ const deserializeAws_json1_1DeleteEnvironmentCommandError = async (output, conte
294
294
  $fault: "client",
295
295
  $metadata: deserializeMetadata(output),
296
296
  });
297
- throw smithy_client_1.decorateServiceException(response, parsedBody);
297
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
298
298
  }
299
299
  };
300
300
  const deserializeAws_json1_1DeleteEnvironmentMembershipCommand = async (output, context) => {
@@ -348,7 +348,7 @@ const deserializeAws_json1_1DeleteEnvironmentMembershipCommandError = async (out
348
348
  $fault: "client",
349
349
  $metadata: deserializeMetadata(output),
350
350
  });
351
- throw smithy_client_1.decorateServiceException(response, parsedBody);
351
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
352
352
  }
353
353
  };
354
354
  const deserializeAws_json1_1DescribeEnvironmentMembershipsCommand = async (output, context) => {
@@ -402,7 +402,7 @@ const deserializeAws_json1_1DescribeEnvironmentMembershipsCommandError = async (
402
402
  $fault: "client",
403
403
  $metadata: deserializeMetadata(output),
404
404
  });
405
- throw smithy_client_1.decorateServiceException(response, parsedBody);
405
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
406
406
  }
407
407
  };
408
408
  const deserializeAws_json1_1DescribeEnvironmentsCommand = async (output, context) => {
@@ -456,7 +456,7 @@ const deserializeAws_json1_1DescribeEnvironmentsCommandError = async (output, co
456
456
  $fault: "client",
457
457
  $metadata: deserializeMetadata(output),
458
458
  });
459
- throw smithy_client_1.decorateServiceException(response, parsedBody);
459
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
460
460
  }
461
461
  };
462
462
  const deserializeAws_json1_1DescribeEnvironmentStatusCommand = async (output, context) => {
@@ -510,7 +510,7 @@ const deserializeAws_json1_1DescribeEnvironmentStatusCommandError = async (outpu
510
510
  $fault: "client",
511
511
  $metadata: deserializeMetadata(output),
512
512
  });
513
- throw smithy_client_1.decorateServiceException(response, parsedBody);
513
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
514
514
  }
515
515
  };
516
516
  const deserializeAws_json1_1ListEnvironmentsCommand = async (output, context) => {
@@ -564,7 +564,7 @@ const deserializeAws_json1_1ListEnvironmentsCommandError = async (output, contex
564
564
  $fault: "client",
565
565
  $metadata: deserializeMetadata(output),
566
566
  });
567
- throw smithy_client_1.decorateServiceException(response, parsedBody);
567
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
568
568
  }
569
569
  };
570
570
  const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
@@ -606,7 +606,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
606
606
  $fault: "client",
607
607
  $metadata: deserializeMetadata(output),
608
608
  });
609
- throw smithy_client_1.decorateServiceException(response, parsedBody);
609
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
610
610
  }
611
611
  };
612
612
  const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
@@ -651,7 +651,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
651
651
  $fault: "client",
652
652
  $metadata: deserializeMetadata(output),
653
653
  });
654
- throw smithy_client_1.decorateServiceException(response, parsedBody);
654
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
655
655
  }
656
656
  };
657
657
  const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
@@ -696,7 +696,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
696
696
  $fault: "client",
697
697
  $metadata: deserializeMetadata(output),
698
698
  });
699
- throw smithy_client_1.decorateServiceException(response, parsedBody);
699
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
700
700
  }
701
701
  };
702
702
  const deserializeAws_json1_1UpdateEnvironmentCommand = async (output, context) => {
@@ -750,7 +750,7 @@ const deserializeAws_json1_1UpdateEnvironmentCommandError = async (output, conte
750
750
  $fault: "client",
751
751
  $metadata: deserializeMetadata(output),
752
752
  });
753
- throw smithy_client_1.decorateServiceException(response, parsedBody);
753
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
754
754
  }
755
755
  };
756
756
  const deserializeAws_json1_1UpdateEnvironmentMembershipCommand = async (output, context) => {
@@ -804,7 +804,7 @@ const deserializeAws_json1_1UpdateEnvironmentMembershipCommandError = async (out
804
804
  $fault: "client",
805
805
  $metadata: deserializeMetadata(output),
806
806
  });
807
- throw smithy_client_1.decorateServiceException(response, parsedBody);
807
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
808
808
  }
809
809
  };
810
810
  const deserializeAws_json1_1BadRequestExceptionResponse = async (parsedOutput, context) => {
@@ -814,7 +814,7 @@ const deserializeAws_json1_1BadRequestExceptionResponse = async (parsedOutput, c
814
814
  $metadata: deserializeMetadata(parsedOutput),
815
815
  ...deserialized,
816
816
  });
817
- return smithy_client_1.decorateServiceException(exception, body);
817
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
818
818
  };
819
819
  const deserializeAws_json1_1ConcurrentAccessExceptionResponse = async (parsedOutput, context) => {
820
820
  const body = parsedOutput.body;
@@ -823,7 +823,7 @@ const deserializeAws_json1_1ConcurrentAccessExceptionResponse = async (parsedOut
823
823
  $metadata: deserializeMetadata(parsedOutput),
824
824
  ...deserialized,
825
825
  });
826
- return smithy_client_1.decorateServiceException(exception, body);
826
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
827
827
  };
828
828
  const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, context) => {
829
829
  const body = parsedOutput.body;
@@ -832,7 +832,7 @@ const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, con
832
832
  $metadata: deserializeMetadata(parsedOutput),
833
833
  ...deserialized,
834
834
  });
835
- return smithy_client_1.decorateServiceException(exception, body);
835
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
836
836
  };
837
837
  const deserializeAws_json1_1ForbiddenExceptionResponse = async (parsedOutput, context) => {
838
838
  const body = parsedOutput.body;
@@ -841,7 +841,7 @@ const deserializeAws_json1_1ForbiddenExceptionResponse = async (parsedOutput, co
841
841
  $metadata: deserializeMetadata(parsedOutput),
842
842
  ...deserialized,
843
843
  });
844
- return smithy_client_1.decorateServiceException(exception, body);
844
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
845
845
  };
846
846
  const deserializeAws_json1_1InternalServerErrorExceptionResponse = async (parsedOutput, context) => {
847
847
  const body = parsedOutput.body;
@@ -850,7 +850,7 @@ const deserializeAws_json1_1InternalServerErrorExceptionResponse = async (parsed
850
850
  $metadata: deserializeMetadata(parsedOutput),
851
851
  ...deserialized,
852
852
  });
853
- return smithy_client_1.decorateServiceException(exception, body);
853
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
854
854
  };
855
855
  const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
856
856
  const body = parsedOutput.body;
@@ -859,7 +859,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
859
859
  $metadata: deserializeMetadata(parsedOutput),
860
860
  ...deserialized,
861
861
  });
862
- return smithy_client_1.decorateServiceException(exception, body);
862
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
863
863
  };
864
864
  const deserializeAws_json1_1NotFoundExceptionResponse = async (parsedOutput, context) => {
865
865
  const body = parsedOutput.body;
@@ -868,7 +868,7 @@ const deserializeAws_json1_1NotFoundExceptionResponse = async (parsedOutput, con
868
868
  $metadata: deserializeMetadata(parsedOutput),
869
869
  ...deserialized,
870
870
  });
871
- return smithy_client_1.decorateServiceException(exception, body);
871
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
872
872
  };
873
873
  const deserializeAws_json1_1TooManyRequestsExceptionResponse = async (parsedOutput, context) => {
874
874
  const body = parsedOutput.body;
@@ -877,7 +877,7 @@ const deserializeAws_json1_1TooManyRequestsExceptionResponse = async (parsedOutp
877
877
  $metadata: deserializeMetadata(parsedOutput),
878
878
  ...deserialized,
879
879
  });
880
- return smithy_client_1.decorateServiceException(exception, body);
880
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
881
881
  };
882
882
  const serializeAws_json1_1BoundedEnvironmentIdList = (input, context) => {
883
883
  return input
@@ -1026,28 +1026,28 @@ const serializeAws_json1_1UpdateEnvironmentRequest = (input, context) => {
1026
1026
  };
1027
1027
  const deserializeAws_json1_1BadRequestException = (output, context) => {
1028
1028
  return {
1029
- className: smithy_client_1.expectString(output.className),
1030
- code: smithy_client_1.expectInt32(output.code),
1031
- message: smithy_client_1.expectString(output.message),
1029
+ className: (0, smithy_client_1.expectString)(output.className),
1030
+ code: (0, smithy_client_1.expectInt32)(output.code),
1031
+ message: (0, smithy_client_1.expectString)(output.message),
1032
1032
  };
1033
1033
  };
1034
1034
  const deserializeAws_json1_1ConcurrentAccessException = (output, context) => {
1035
1035
  return {
1036
- className: smithy_client_1.expectString(output.className),
1037
- code: smithy_client_1.expectInt32(output.code),
1038
- message: smithy_client_1.expectString(output.message),
1036
+ className: (0, smithy_client_1.expectString)(output.className),
1037
+ code: (0, smithy_client_1.expectInt32)(output.code),
1038
+ message: (0, smithy_client_1.expectString)(output.message),
1039
1039
  };
1040
1040
  };
1041
1041
  const deserializeAws_json1_1ConflictException = (output, context) => {
1042
1042
  return {
1043
- className: smithy_client_1.expectString(output.className),
1044
- code: smithy_client_1.expectInt32(output.code),
1045
- message: smithy_client_1.expectString(output.message),
1043
+ className: (0, smithy_client_1.expectString)(output.className),
1044
+ code: (0, smithy_client_1.expectInt32)(output.code),
1045
+ message: (0, smithy_client_1.expectString)(output.message),
1046
1046
  };
1047
1047
  };
1048
1048
  const deserializeAws_json1_1CreateEnvironmentEC2Result = (output, context) => {
1049
1049
  return {
1050
- environmentId: smithy_client_1.expectString(output.environmentId),
1050
+ environmentId: (0, smithy_client_1.expectString)(output.environmentId),
1051
1051
  };
1052
1052
  };
1053
1053
  const deserializeAws_json1_1CreateEnvironmentMembershipResult = (output, context) => {
@@ -1068,7 +1068,7 @@ const deserializeAws_json1_1DescribeEnvironmentMembershipsResult = (output, cont
1068
1068
  memberships: output.memberships !== undefined && output.memberships !== null
1069
1069
  ? deserializeAws_json1_1EnvironmentMembersList(output.memberships, context)
1070
1070
  : undefined,
1071
- nextToken: smithy_client_1.expectString(output.nextToken),
1071
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
1072
1072
  };
1073
1073
  };
1074
1074
  const deserializeAws_json1_1DescribeEnvironmentsResult = (output, context) => {
@@ -1080,23 +1080,23 @@ const deserializeAws_json1_1DescribeEnvironmentsResult = (output, context) => {
1080
1080
  };
1081
1081
  const deserializeAws_json1_1DescribeEnvironmentStatusResult = (output, context) => {
1082
1082
  return {
1083
- message: smithy_client_1.expectString(output.message),
1084
- status: smithy_client_1.expectString(output.status),
1083
+ message: (0, smithy_client_1.expectString)(output.message),
1084
+ status: (0, smithy_client_1.expectString)(output.status),
1085
1085
  };
1086
1086
  };
1087
1087
  const deserializeAws_json1_1Environment = (output, context) => {
1088
1088
  return {
1089
- arn: smithy_client_1.expectString(output.arn),
1090
- connectionType: smithy_client_1.expectString(output.connectionType),
1091
- description: smithy_client_1.expectString(output.description),
1092
- id: smithy_client_1.expectString(output.id),
1089
+ arn: (0, smithy_client_1.expectString)(output.arn),
1090
+ connectionType: (0, smithy_client_1.expectString)(output.connectionType),
1091
+ description: (0, smithy_client_1.expectString)(output.description),
1092
+ id: (0, smithy_client_1.expectString)(output.id),
1093
1093
  lifecycle: output.lifecycle !== undefined && output.lifecycle !== null
1094
1094
  ? deserializeAws_json1_1EnvironmentLifecycle(output.lifecycle, context)
1095
1095
  : undefined,
1096
- managedCredentialsStatus: smithy_client_1.expectString(output.managedCredentialsStatus),
1097
- name: smithy_client_1.expectString(output.name),
1098
- ownerArn: smithy_client_1.expectString(output.ownerArn),
1099
- type: smithy_client_1.expectString(output.type),
1096
+ managedCredentialsStatus: (0, smithy_client_1.expectString)(output.managedCredentialsStatus),
1097
+ name: (0, smithy_client_1.expectString)(output.name),
1098
+ ownerArn: (0, smithy_client_1.expectString)(output.ownerArn),
1099
+ type: (0, smithy_client_1.expectString)(output.type),
1100
1100
  };
1101
1101
  };
1102
1102
  const deserializeAws_json1_1EnvironmentIdList = (output, context) => {
@@ -1106,15 +1106,15 @@ const deserializeAws_json1_1EnvironmentIdList = (output, context) => {
1106
1106
  if (entry === null) {
1107
1107
  return null;
1108
1108
  }
1109
- return smithy_client_1.expectString(entry);
1109
+ return (0, smithy_client_1.expectString)(entry);
1110
1110
  });
1111
1111
  return retVal;
1112
1112
  };
1113
1113
  const deserializeAws_json1_1EnvironmentLifecycle = (output, context) => {
1114
1114
  return {
1115
- failureResource: smithy_client_1.expectString(output.failureResource),
1116
- reason: smithy_client_1.expectString(output.reason),
1117
- status: smithy_client_1.expectString(output.status),
1115
+ failureResource: (0, smithy_client_1.expectString)(output.failureResource),
1116
+ reason: (0, smithy_client_1.expectString)(output.reason),
1117
+ status: (0, smithy_client_1.expectString)(output.status),
1118
1118
  };
1119
1119
  };
1120
1120
  const deserializeAws_json1_1EnvironmentList = (output, context) => {
@@ -1130,13 +1130,13 @@ const deserializeAws_json1_1EnvironmentList = (output, context) => {
1130
1130
  };
1131
1131
  const deserializeAws_json1_1EnvironmentMember = (output, context) => {
1132
1132
  return {
1133
- environmentId: smithy_client_1.expectString(output.environmentId),
1133
+ environmentId: (0, smithy_client_1.expectString)(output.environmentId),
1134
1134
  lastAccess: output.lastAccess !== undefined && output.lastAccess !== null
1135
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastAccess)))
1135
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastAccess)))
1136
1136
  : undefined,
1137
- permissions: smithy_client_1.expectString(output.permissions),
1138
- userArn: smithy_client_1.expectString(output.userArn),
1139
- userId: smithy_client_1.expectString(output.userId),
1137
+ permissions: (0, smithy_client_1.expectString)(output.permissions),
1138
+ userArn: (0, smithy_client_1.expectString)(output.userArn),
1139
+ userId: (0, smithy_client_1.expectString)(output.userId),
1140
1140
  };
1141
1141
  };
1142
1142
  const deserializeAws_json1_1EnvironmentMembersList = (output, context) => {
@@ -1152,23 +1152,23 @@ const deserializeAws_json1_1EnvironmentMembersList = (output, context) => {
1152
1152
  };
1153
1153
  const deserializeAws_json1_1ForbiddenException = (output, context) => {
1154
1154
  return {
1155
- className: smithy_client_1.expectString(output.className),
1156
- code: smithy_client_1.expectInt32(output.code),
1157
- message: smithy_client_1.expectString(output.message),
1155
+ className: (0, smithy_client_1.expectString)(output.className),
1156
+ code: (0, smithy_client_1.expectInt32)(output.code),
1157
+ message: (0, smithy_client_1.expectString)(output.message),
1158
1158
  };
1159
1159
  };
1160
1160
  const deserializeAws_json1_1InternalServerErrorException = (output, context) => {
1161
1161
  return {
1162
- className: smithy_client_1.expectString(output.className),
1163
- code: smithy_client_1.expectInt32(output.code),
1164
- message: smithy_client_1.expectString(output.message),
1162
+ className: (0, smithy_client_1.expectString)(output.className),
1163
+ code: (0, smithy_client_1.expectInt32)(output.code),
1164
+ message: (0, smithy_client_1.expectString)(output.message),
1165
1165
  };
1166
1166
  };
1167
1167
  const deserializeAws_json1_1LimitExceededException = (output, context) => {
1168
1168
  return {
1169
- className: smithy_client_1.expectString(output.className),
1170
- code: smithy_client_1.expectInt32(output.code),
1171
- message: smithy_client_1.expectString(output.message),
1169
+ className: (0, smithy_client_1.expectString)(output.className),
1170
+ code: (0, smithy_client_1.expectInt32)(output.code),
1171
+ message: (0, smithy_client_1.expectString)(output.message),
1172
1172
  };
1173
1173
  };
1174
1174
  const deserializeAws_json1_1ListEnvironmentsResult = (output, context) => {
@@ -1176,7 +1176,7 @@ const deserializeAws_json1_1ListEnvironmentsResult = (output, context) => {
1176
1176
  environmentIds: output.environmentIds !== undefined && output.environmentIds !== null
1177
1177
  ? deserializeAws_json1_1EnvironmentIdList(output.environmentIds, context)
1178
1178
  : undefined,
1179
- nextToken: smithy_client_1.expectString(output.nextToken),
1179
+ nextToken: (0, smithy_client_1.expectString)(output.nextToken),
1180
1180
  };
1181
1181
  };
1182
1182
  const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
@@ -1188,15 +1188,15 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
1188
1188
  };
1189
1189
  const deserializeAws_json1_1NotFoundException = (output, context) => {
1190
1190
  return {
1191
- className: smithy_client_1.expectString(output.className),
1192
- code: smithy_client_1.expectInt32(output.code),
1193
- message: smithy_client_1.expectString(output.message),
1191
+ className: (0, smithy_client_1.expectString)(output.className),
1192
+ code: (0, smithy_client_1.expectInt32)(output.code),
1193
+ message: (0, smithy_client_1.expectString)(output.message),
1194
1194
  };
1195
1195
  };
1196
1196
  const deserializeAws_json1_1Tag = (output, context) => {
1197
1197
  return {
1198
- Key: smithy_client_1.expectString(output.Key),
1199
- Value: smithy_client_1.expectString(output.Value),
1198
+ Key: (0, smithy_client_1.expectString)(output.Key),
1199
+ Value: (0, smithy_client_1.expectString)(output.Value),
1200
1200
  };
1201
1201
  };
1202
1202
  const deserializeAws_json1_1TagList = (output, context) => {
@@ -1215,9 +1215,9 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
1215
1215
  };
1216
1216
  const deserializeAws_json1_1TooManyRequestsException = (output, context) => {
1217
1217
  return {
1218
- className: smithy_client_1.expectString(output.className),
1219
- code: smithy_client_1.expectInt32(output.code),
1220
- message: smithy_client_1.expectString(output.message),
1218
+ className: (0, smithy_client_1.expectString)(output.className),
1219
+ code: (0, smithy_client_1.expectInt32)(output.code),
1220
+ message: (0, smithy_client_1.expectString)(output.message),
1221
1221
  };
1222
1222
  };
1223
1223
  const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
@@ -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,
package/dist-es/Cloud9.js CHANGED
@@ -25,7 +25,7 @@ var Cloud9 = (function (_super) {
25
25
  }
26
26
  else if (typeof cb === "function") {
27
27
  if (typeof optionsOrCb !== "object")
28
- throw new Error("Expect http options but get " + typeof optionsOrCb);
28
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
29
29
  this.send(command, optionsOrCb || {}, cb);
30
30
  }
31
31
  else {
@@ -39,7 +39,7 @@ var Cloud9 = (function (_super) {
39
39
  }
40
40
  else if (typeof cb === "function") {
41
41
  if (typeof optionsOrCb !== "object")
42
- throw new Error("Expect http options but get " + typeof optionsOrCb);
42
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
43
43
  this.send(command, optionsOrCb || {}, cb);
44
44
  }
45
45
  else {
@@ -53,7 +53,7 @@ var Cloud9 = (function (_super) {
53
53
  }
54
54
  else if (typeof cb === "function") {
55
55
  if (typeof optionsOrCb !== "object")
56
- throw new Error("Expect http options but get " + typeof optionsOrCb);
56
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
57
57
  this.send(command, optionsOrCb || {}, cb);
58
58
  }
59
59
  else {
@@ -67,7 +67,7 @@ var Cloud9 = (function (_super) {
67
67
  }
68
68
  else if (typeof cb === "function") {
69
69
  if (typeof optionsOrCb !== "object")
70
- throw new Error("Expect http options but get " + typeof optionsOrCb);
70
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
71
71
  this.send(command, optionsOrCb || {}, cb);
72
72
  }
73
73
  else {
@@ -81,7 +81,7 @@ var Cloud9 = (function (_super) {
81
81
  }
82
82
  else if (typeof cb === "function") {
83
83
  if (typeof optionsOrCb !== "object")
84
- throw new Error("Expect http options but get " + typeof optionsOrCb);
84
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
85
85
  this.send(command, optionsOrCb || {}, cb);
86
86
  }
87
87
  else {
@@ -95,7 +95,7 @@ var Cloud9 = (function (_super) {
95
95
  }
96
96
  else if (typeof cb === "function") {
97
97
  if (typeof optionsOrCb !== "object")
98
- throw new Error("Expect http options but get " + typeof optionsOrCb);
98
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
99
99
  this.send(command, optionsOrCb || {}, cb);
100
100
  }
101
101
  else {
@@ -109,7 +109,7 @@ var Cloud9 = (function (_super) {
109
109
  }
110
110
  else if (typeof cb === "function") {
111
111
  if (typeof optionsOrCb !== "object")
112
- throw new Error("Expect http options but get " + typeof optionsOrCb);
112
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
113
113
  this.send(command, optionsOrCb || {}, cb);
114
114
  }
115
115
  else {
@@ -123,7 +123,7 @@ var Cloud9 = (function (_super) {
123
123
  }
124
124
  else if (typeof cb === "function") {
125
125
  if (typeof optionsOrCb !== "object")
126
- throw new Error("Expect http options but get " + typeof optionsOrCb);
126
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
127
127
  this.send(command, optionsOrCb || {}, cb);
128
128
  }
129
129
  else {
@@ -137,7 +137,7 @@ var Cloud9 = (function (_super) {
137
137
  }
138
138
  else if (typeof cb === "function") {
139
139
  if (typeof optionsOrCb !== "object")
140
- throw new Error("Expect http options but get " + typeof optionsOrCb);
140
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
141
141
  this.send(command, optionsOrCb || {}, cb);
142
142
  }
143
143
  else {
@@ -151,7 +151,7 @@ var Cloud9 = (function (_super) {
151
151
  }
152
152
  else if (typeof cb === "function") {
153
153
  if (typeof optionsOrCb !== "object")
154
- throw new Error("Expect http options but get " + typeof optionsOrCb);
154
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
155
155
  this.send(command, optionsOrCb || {}, cb);
156
156
  }
157
157
  else {
@@ -165,7 +165,7 @@ var Cloud9 = (function (_super) {
165
165
  }
166
166
  else if (typeof cb === "function") {
167
167
  if (typeof optionsOrCb !== "object")
168
- throw new Error("Expect http options but get " + typeof optionsOrCb);
168
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
169
169
  this.send(command, optionsOrCb || {}, cb);
170
170
  }
171
171
  else {
@@ -179,7 +179,7 @@ var Cloud9 = (function (_super) {
179
179
  }
180
180
  else if (typeof cb === "function") {
181
181
  if (typeof optionsOrCb !== "object")
182
- throw new Error("Expect http options but get " + typeof optionsOrCb);
182
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
183
183
  this.send(command, optionsOrCb || {}, cb);
184
184
  }
185
185
  else {
@@ -193,7 +193,7 @@ var Cloud9 = (function (_super) {
193
193
  }
194
194
  else if (typeof cb === "function") {
195
195
  if (typeof optionsOrCb !== "object")
196
- throw new Error("Expect http options but get " + typeof optionsOrCb);
196
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
197
197
  this.send(command, optionsOrCb || {}, cb);
198
198
  }
199
199
  else {
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new DescribeEnvironmentMembershipsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeEnvironmentMembershipsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.describeEnvironmentMemberships.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.describeEnvironmentMemberships.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateDescribeEnvironmentMemberships(config, input) {
48
48
  input.nextToken = token;
49
49
  input["maxResults"] = config.pageSize;
50
50
  if (!(config.client instanceof Cloud9)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof Cloud9Client)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new ListEnvironmentsCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListEnvironmentsCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.listEnvironments.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.listEnvironments.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateListEnvironments(config, input) {
48
48
  input.nextToken = token;
49
49
  input["maxResults"] = config.pageSize;
50
50
  if (!(config.client instanceof Cloud9)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof Cloud9Client)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
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<string> | import("@aws-sdk/types").Provider<any>;
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> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
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;
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
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<string> | import("@aws-sdk/types").Provider<any>;
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> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
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-cloud9",
3
3
  "description": "AWS SDK for JavaScript Cloud9 Client for Node.js, Browser and React Native",
4
- "version": "3.54.1",
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.54.1",
22
- "@aws-sdk/config-resolver": "3.54.1",
23
- "@aws-sdk/credential-provider-node": "3.54.1",
24
- "@aws-sdk/fetch-http-handler": "3.54.1",
25
- "@aws-sdk/hash-node": "3.54.1",
26
- "@aws-sdk/invalid-dependency": "3.54.1",
27
- "@aws-sdk/middleware-content-length": "3.54.1",
28
- "@aws-sdk/middleware-host-header": "3.54.1",
29
- "@aws-sdk/middleware-logger": "3.54.1",
30
- "@aws-sdk/middleware-retry": "3.54.1",
31
- "@aws-sdk/middleware-serde": "3.54.1",
32
- "@aws-sdk/middleware-signing": "3.54.1",
33
- "@aws-sdk/middleware-stack": "3.54.1",
34
- "@aws-sdk/middleware-user-agent": "3.54.1",
35
- "@aws-sdk/node-config-provider": "3.54.1",
36
- "@aws-sdk/node-http-handler": "3.54.1",
37
- "@aws-sdk/protocol-http": "3.54.1",
38
- "@aws-sdk/smithy-client": "3.54.1",
39
- "@aws-sdk/types": "3.54.1",
40
- "@aws-sdk/url-parser": "3.54.1",
41
- "@aws-sdk/util-base64-browser": "3.52.0",
42
- "@aws-sdk/util-base64-node": "3.52.0",
43
- "@aws-sdk/util-body-length-browser": "3.54.0",
44
- "@aws-sdk/util-body-length-node": "3.54.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.54.1",
46
- "@aws-sdk/util-defaults-mode-node": "3.54.1",
47
- "@aws-sdk/util-user-agent-browser": "3.54.1",
48
- "@aws-sdk/util-user-agent-node": "3.54.1",
49
- "@aws-sdk/util-utf8-browser": "3.52.0",
50
- "@aws-sdk/util-utf8-node": "3.52.0",
51
- "tslib": "^2.3.0"
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.52.0",
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.3.5"
61
+ "typescript": "~4.6.2"
62
62
  },
63
63
  "engines": {
64
64
  "node": ">=12.0.0"