@aws-sdk/client-resiliencehub 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.
Files changed (65) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-cjs/ResiliencehubClient.js +13 -13
  3. package/dist-cjs/commands/AddDraftAppVersionResourceMappingsCommand.js +3 -3
  4. package/dist-cjs/commands/CreateAppCommand.js +3 -3
  5. package/dist-cjs/commands/CreateRecommendationTemplateCommand.js +3 -3
  6. package/dist-cjs/commands/CreateResiliencyPolicyCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteAppAssessmentCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteAppCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteRecommendationTemplateCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteResiliencyPolicyCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeAppAssessmentCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeAppCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeAppVersionTemplateCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeResiliencyPolicyCommand.js +3 -3
  17. package/dist-cjs/commands/ImportResourcesToDraftAppVersionCommand.js +3 -3
  18. package/dist-cjs/commands/ListAlarmRecommendationsCommand.js +3 -3
  19. package/dist-cjs/commands/ListAppAssessmentsCommand.js +3 -3
  20. package/dist-cjs/commands/ListAppComponentCompliancesCommand.js +3 -3
  21. package/dist-cjs/commands/ListAppComponentRecommendationsCommand.js +3 -3
  22. package/dist-cjs/commands/ListAppVersionResourceMappingsCommand.js +3 -3
  23. package/dist-cjs/commands/ListAppVersionResourcesCommand.js +3 -3
  24. package/dist-cjs/commands/ListAppVersionsCommand.js +3 -3
  25. package/dist-cjs/commands/ListAppsCommand.js +3 -3
  26. package/dist-cjs/commands/ListRecommendationTemplatesCommand.js +3 -3
  27. package/dist-cjs/commands/ListResiliencyPoliciesCommand.js +3 -3
  28. package/dist-cjs/commands/ListSopRecommendationsCommand.js +3 -3
  29. package/dist-cjs/commands/ListSuggestedResiliencyPoliciesCommand.js +3 -3
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  31. package/dist-cjs/commands/ListTestRecommendationsCommand.js +3 -3
  32. package/dist-cjs/commands/ListUnsupportedAppVersionResourcesCommand.js +3 -3
  33. package/dist-cjs/commands/PublishAppVersionCommand.js +3 -3
  34. package/dist-cjs/commands/PutDraftAppVersionTemplateCommand.js +3 -3
  35. package/dist-cjs/commands/RemoveDraftAppVersionResourceMappingsCommand.js +3 -3
  36. package/dist-cjs/commands/ResolveAppVersionResourcesCommand.js +3 -3
  37. package/dist-cjs/commands/StartAppAssessmentCommand.js +3 -3
  38. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  39. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  40. package/dist-cjs/commands/UpdateAppCommand.js +3 -3
  41. package/dist-cjs/commands/UpdateResiliencyPolicyCommand.js +3 -3
  42. package/dist-cjs/endpoints.js +1 -1
  43. package/dist-cjs/protocols/Aws_restJson1.js +295 -295
  44. package/dist-cjs/runtimeConfig.browser.js +4 -4
  45. package/dist-cjs/runtimeConfig.js +9 -9
  46. package/dist-cjs/runtimeConfig.native.js +1 -1
  47. package/dist-es/Resiliencehub.js +39 -39
  48. package/dist-es/pagination/ListAlarmRecommendationsPaginator.js +4 -4
  49. package/dist-es/pagination/ListAppAssessmentsPaginator.js +4 -4
  50. package/dist-es/pagination/ListAppComponentCompliancesPaginator.js +4 -4
  51. package/dist-es/pagination/ListAppComponentRecommendationsPaginator.js +4 -4
  52. package/dist-es/pagination/ListAppVersionResourceMappingsPaginator.js +4 -4
  53. package/dist-es/pagination/ListAppVersionResourcesPaginator.js +4 -4
  54. package/dist-es/pagination/ListAppVersionsPaginator.js +4 -4
  55. package/dist-es/pagination/ListAppsPaginator.js +4 -4
  56. package/dist-es/pagination/ListRecommendationTemplatesPaginator.js +4 -4
  57. package/dist-es/pagination/ListResiliencyPoliciesPaginator.js +4 -4
  58. package/dist-es/pagination/ListSopRecommendationsPaginator.js +4 -4
  59. package/dist-es/pagination/ListSuggestedResiliencyPoliciesPaginator.js +4 -4
  60. package/dist-es/pagination/ListTestRecommendationsPaginator.js +4 -4
  61. package/dist-es/pagination/ListUnsupportedAppVersionResourcesPaginator.js +4 -4
  62. package/dist-es/protocols/Aws_restJson1.js +39 -39
  63. package/dist-types/runtimeConfig.native.d.ts +2 -2
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  65. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.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-resiliencehub
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-resiliencehub
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class ResiliencehubClient 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 AddDraftAppVersionResourceMappingsCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class AddDraftAppVersionResourceMappingsCommand 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_restJson1_1.serializeAws_restJson1AddDraftAppVersionResourceMappingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AddDraftAppVersionResourceMappingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AddDraftAppVersionResourceMappingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AddDraftAppVersionResourceMappingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AddDraftAppVersionResourceMappingsCommand = AddDraftAppVersionResourceMappingsCommand;
@@ -11,7 +11,7 @@ class CreateAppCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class CreateAppCommand 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_restJson1_1.serializeAws_restJson1CreateAppCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateAppCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateAppCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateAppCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateAppCommand = CreateAppCommand;
@@ -11,7 +11,7 @@ class CreateRecommendationTemplateCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class CreateRecommendationTemplateCommand 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_restJson1_1.serializeAws_restJson1CreateRecommendationTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateRecommendationTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateRecommendationTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRecommendationTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateRecommendationTemplateCommand = CreateRecommendationTemplateCommand;
@@ -11,7 +11,7 @@ class CreateResiliencyPolicyCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class CreateResiliencyPolicyCommand 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_restJson1_1.serializeAws_restJson1CreateResiliencyPolicyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateResiliencyPolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateResiliencyPolicyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateResiliencyPolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateResiliencyPolicyCommand = CreateResiliencyPolicyCommand;
@@ -11,7 +11,7 @@ class DeleteAppAssessmentCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class DeleteAppAssessmentCommand 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_restJson1_1.serializeAws_restJson1DeleteAppAssessmentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteAppAssessmentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteAppAssessmentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteAppAssessmentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteAppAssessmentCommand = DeleteAppAssessmentCommand;
@@ -11,7 +11,7 @@ class DeleteAppCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class DeleteAppCommand 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_restJson1_1.serializeAws_restJson1DeleteAppCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteAppCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteAppCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteAppCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteAppCommand = DeleteAppCommand;
@@ -11,7 +11,7 @@ class DeleteRecommendationTemplateCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class DeleteRecommendationTemplateCommand 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_restJson1_1.serializeAws_restJson1DeleteRecommendationTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteRecommendationTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteRecommendationTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRecommendationTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteRecommendationTemplateCommand = DeleteRecommendationTemplateCommand;
@@ -11,7 +11,7 @@ class DeleteResiliencyPolicyCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class DeleteResiliencyPolicyCommand 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_restJson1_1.serializeAws_restJson1DeleteResiliencyPolicyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteResiliencyPolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteResiliencyPolicyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteResiliencyPolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteResiliencyPolicyCommand = DeleteResiliencyPolicyCommand;
@@ -11,7 +11,7 @@ class DescribeAppAssessmentCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class DescribeAppAssessmentCommand 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_restJson1_1.serializeAws_restJson1DescribeAppAssessmentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeAppAssessmentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeAppAssessmentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeAppAssessmentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeAppAssessmentCommand = DescribeAppAssessmentCommand;
@@ -11,7 +11,7 @@ class DescribeAppCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class DescribeAppCommand 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_restJson1_1.serializeAws_restJson1DescribeAppCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeAppCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeAppCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeAppCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeAppCommand = DescribeAppCommand;
@@ -11,7 +11,7 @@ class DescribeAppVersionResourcesResolutionStatusCommand extends smithy_client_1
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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class DescribeAppVersionResourcesResolutionStatusCommand extends smithy_client_1
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeAppVersionResourcesResolutionStatusCommand = DescribeAppVersionResourcesResolutionStatusCommand;
@@ -11,7 +11,7 @@ class DescribeAppVersionTemplateCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class DescribeAppVersionTemplateCommand 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_restJson1_1.serializeAws_restJson1DescribeAppVersionTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeAppVersionTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeAppVersionTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeAppVersionTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeAppVersionTemplateCommand = DescribeAppVersionTemplateCommand;
@@ -11,7 +11,7 @@ class DescribeDraftAppVersionResourcesImportStatusCommand extends smithy_client_
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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class DescribeDraftAppVersionResourcesImportStatusCommand extends smithy_client_
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeDraftAppVersionResourcesImportStatusCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeDraftAppVersionResourcesImportStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeDraftAppVersionResourcesImportStatusCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeDraftAppVersionResourcesImportStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeDraftAppVersionResourcesImportStatusCommand = DescribeDraftAppVersionResourcesImportStatusCommand;
@@ -11,7 +11,7 @@ class DescribeResiliencyPolicyCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class DescribeResiliencyPolicyCommand 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_restJson1_1.serializeAws_restJson1DescribeResiliencyPolicyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeResiliencyPolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeResiliencyPolicyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeResiliencyPolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeResiliencyPolicyCommand = DescribeResiliencyPolicyCommand;
@@ -11,7 +11,7 @@ class ImportResourcesToDraftAppVersionCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class ImportResourcesToDraftAppVersionCommand 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_restJson1_1.serializeAws_restJson1ImportResourcesToDraftAppVersionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ImportResourcesToDraftAppVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ImportResourcesToDraftAppVersionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ImportResourcesToDraftAppVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ImportResourcesToDraftAppVersionCommand = ImportResourcesToDraftAppVersionCommand;
@@ -11,7 +11,7 @@ class ListAlarmRecommendationsCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class ListAlarmRecommendationsCommand 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_restJson1_1.serializeAws_restJson1ListAlarmRecommendationsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAlarmRecommendationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAlarmRecommendationsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAlarmRecommendationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAlarmRecommendationsCommand = ListAlarmRecommendationsCommand;
@@ -11,7 +11,7 @@ class ListAppAssessmentsCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class ListAppAssessmentsCommand 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_restJson1_1.serializeAws_restJson1ListAppAssessmentsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAppAssessmentsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAppAssessmentsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAppAssessmentsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAppAssessmentsCommand = ListAppAssessmentsCommand;
@@ -11,7 +11,7 @@ class ListAppComponentCompliancesCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class ListAppComponentCompliancesCommand 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_restJson1_1.serializeAws_restJson1ListAppComponentCompliancesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAppComponentCompliancesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAppComponentCompliancesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAppComponentCompliancesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAppComponentCompliancesCommand = ListAppComponentCompliancesCommand;
@@ -11,7 +11,7 @@ class ListAppComponentRecommendationsCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class ListAppComponentRecommendationsCommand 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_restJson1_1.serializeAws_restJson1ListAppComponentRecommendationsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAppComponentRecommendationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAppComponentRecommendationsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAppComponentRecommendationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAppComponentRecommendationsCommand = ListAppComponentRecommendationsCommand;
@@ -11,7 +11,7 @@ class ListAppVersionResourceMappingsCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class ListAppVersionResourceMappingsCommand 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_restJson1_1.serializeAws_restJson1ListAppVersionResourceMappingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAppVersionResourceMappingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAppVersionResourceMappingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAppVersionResourceMappingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAppVersionResourceMappingsCommand = ListAppVersionResourceMappingsCommand;
@@ -11,7 +11,7 @@ class ListAppVersionResourcesCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class ListAppVersionResourcesCommand 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_restJson1_1.serializeAws_restJson1ListAppVersionResourcesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAppVersionResourcesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAppVersionResourcesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAppVersionResourcesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAppVersionResourcesCommand = ListAppVersionResourcesCommand;
@@ -11,7 +11,7 @@ class ListAppVersionsCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class ListAppVersionsCommand 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_restJson1_1.serializeAws_restJson1ListAppVersionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAppVersionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAppVersionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAppVersionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAppVersionsCommand = ListAppVersionsCommand;
@@ -11,7 +11,7 @@ class ListAppsCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class ListAppsCommand 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_restJson1_1.serializeAws_restJson1ListAppsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAppsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAppsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAppsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAppsCommand = ListAppsCommand;
@@ -11,7 +11,7 @@ class ListRecommendationTemplatesCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class ListRecommendationTemplatesCommand 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_restJson1_1.serializeAws_restJson1ListRecommendationTemplatesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListRecommendationTemplatesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListRecommendationTemplatesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListRecommendationTemplatesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRecommendationTemplatesCommand = ListRecommendationTemplatesCommand;
@@ -11,7 +11,7 @@ class ListResiliencyPoliciesCommand 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 = "ResiliencehubClient";
@@ -27,10 +27,10 @@ class ListResiliencyPoliciesCommand 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_restJson1_1.serializeAws_restJson1ListResiliencyPoliciesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListResiliencyPoliciesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListResiliencyPoliciesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListResiliencyPoliciesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListResiliencyPoliciesCommand = ListResiliencyPoliciesCommand;