@aws-sdk/client-resiliencehub 3.413.0 → 3.418.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 (113) hide show
  1. package/dist-cjs/commands/AddDraftAppVersionResourceMappingsCommand.js +5 -0
  2. package/dist-cjs/commands/BatchUpdateRecommendationStatusCommand.js +5 -0
  3. package/dist-cjs/commands/CreateAppCommand.js +5 -0
  4. package/dist-cjs/commands/CreateAppVersionAppComponentCommand.js +5 -0
  5. package/dist-cjs/commands/CreateAppVersionResourceCommand.js +5 -0
  6. package/dist-cjs/commands/CreateRecommendationTemplateCommand.js +5 -0
  7. package/dist-cjs/commands/CreateResiliencyPolicyCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteAppAssessmentCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteAppCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteAppInputSourceCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteAppVersionAppComponentCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteAppVersionResourceCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteRecommendationTemplateCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteResiliencyPolicyCommand.js +5 -0
  15. package/dist-cjs/commands/DescribeAppAssessmentCommand.js +5 -0
  16. package/dist-cjs/commands/DescribeAppCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeAppVersionAppComponentCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeAppVersionCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeAppVersionResourceCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeAppVersionTemplateCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeResiliencyPolicyCommand.js +5 -0
  24. package/dist-cjs/commands/ImportResourcesToDraftAppVersionCommand.js +5 -0
  25. package/dist-cjs/commands/ListAlarmRecommendationsCommand.js +5 -0
  26. package/dist-cjs/commands/ListAppAssessmentComplianceDriftsCommand.js +5 -0
  27. package/dist-cjs/commands/ListAppAssessmentsCommand.js +5 -0
  28. package/dist-cjs/commands/ListAppComponentCompliancesCommand.js +5 -0
  29. package/dist-cjs/commands/ListAppComponentRecommendationsCommand.js +5 -0
  30. package/dist-cjs/commands/ListAppInputSourcesCommand.js +5 -0
  31. package/dist-cjs/commands/ListAppVersionAppComponentsCommand.js +5 -0
  32. package/dist-cjs/commands/ListAppVersionResourceMappingsCommand.js +5 -0
  33. package/dist-cjs/commands/ListAppVersionResourcesCommand.js +5 -0
  34. package/dist-cjs/commands/ListAppVersionsCommand.js +5 -0
  35. package/dist-cjs/commands/ListAppsCommand.js +5 -0
  36. package/dist-cjs/commands/ListRecommendationTemplatesCommand.js +5 -0
  37. package/dist-cjs/commands/ListResiliencyPoliciesCommand.js +5 -0
  38. package/dist-cjs/commands/ListSopRecommendationsCommand.js +5 -0
  39. package/dist-cjs/commands/ListSuggestedResiliencyPoliciesCommand.js +5 -0
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  41. package/dist-cjs/commands/ListTestRecommendationsCommand.js +5 -0
  42. package/dist-cjs/commands/ListUnsupportedAppVersionResourcesCommand.js +5 -0
  43. package/dist-cjs/commands/PublishAppVersionCommand.js +5 -0
  44. package/dist-cjs/commands/PutDraftAppVersionTemplateCommand.js +5 -0
  45. package/dist-cjs/commands/RemoveDraftAppVersionResourceMappingsCommand.js +5 -0
  46. package/dist-cjs/commands/ResolveAppVersionResourcesCommand.js +5 -0
  47. package/dist-cjs/commands/StartAppAssessmentCommand.js +5 -0
  48. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  49. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  50. package/dist-cjs/commands/UpdateAppCommand.js +5 -0
  51. package/dist-cjs/commands/UpdateAppVersionAppComponentCommand.js +5 -0
  52. package/dist-cjs/commands/UpdateAppVersionCommand.js +5 -0
  53. package/dist-cjs/commands/UpdateAppVersionResourceCommand.js +5 -0
  54. package/dist-cjs/commands/UpdateResiliencyPolicyCommand.js +5 -0
  55. package/dist-cjs/runtimeExtensions.js +3 -0
  56. package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +5 -0
  57. package/dist-es/commands/BatchUpdateRecommendationStatusCommand.js +5 -0
  58. package/dist-es/commands/CreateAppCommand.js +5 -0
  59. package/dist-es/commands/CreateAppVersionAppComponentCommand.js +5 -0
  60. package/dist-es/commands/CreateAppVersionResourceCommand.js +5 -0
  61. package/dist-es/commands/CreateRecommendationTemplateCommand.js +5 -0
  62. package/dist-es/commands/CreateResiliencyPolicyCommand.js +5 -0
  63. package/dist-es/commands/DeleteAppAssessmentCommand.js +5 -0
  64. package/dist-es/commands/DeleteAppCommand.js +5 -0
  65. package/dist-es/commands/DeleteAppInputSourceCommand.js +5 -0
  66. package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +5 -0
  67. package/dist-es/commands/DeleteAppVersionResourceCommand.js +5 -0
  68. package/dist-es/commands/DeleteRecommendationTemplateCommand.js +5 -0
  69. package/dist-es/commands/DeleteResiliencyPolicyCommand.js +5 -0
  70. package/dist-es/commands/DescribeAppAssessmentCommand.js +5 -0
  71. package/dist-es/commands/DescribeAppCommand.js +5 -0
  72. package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +5 -0
  73. package/dist-es/commands/DescribeAppVersionCommand.js +5 -0
  74. package/dist-es/commands/DescribeAppVersionResourceCommand.js +5 -0
  75. package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +5 -0
  76. package/dist-es/commands/DescribeAppVersionTemplateCommand.js +5 -0
  77. package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +5 -0
  78. package/dist-es/commands/DescribeResiliencyPolicyCommand.js +5 -0
  79. package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +5 -0
  80. package/dist-es/commands/ListAlarmRecommendationsCommand.js +5 -0
  81. package/dist-es/commands/ListAppAssessmentComplianceDriftsCommand.js +5 -0
  82. package/dist-es/commands/ListAppAssessmentsCommand.js +5 -0
  83. package/dist-es/commands/ListAppComponentCompliancesCommand.js +5 -0
  84. package/dist-es/commands/ListAppComponentRecommendationsCommand.js +5 -0
  85. package/dist-es/commands/ListAppInputSourcesCommand.js +5 -0
  86. package/dist-es/commands/ListAppVersionAppComponentsCommand.js +5 -0
  87. package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +5 -0
  88. package/dist-es/commands/ListAppVersionResourcesCommand.js +5 -0
  89. package/dist-es/commands/ListAppVersionsCommand.js +5 -0
  90. package/dist-es/commands/ListAppsCommand.js +5 -0
  91. package/dist-es/commands/ListRecommendationTemplatesCommand.js +5 -0
  92. package/dist-es/commands/ListResiliencyPoliciesCommand.js +5 -0
  93. package/dist-es/commands/ListSopRecommendationsCommand.js +5 -0
  94. package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +5 -0
  95. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  96. package/dist-es/commands/ListTestRecommendationsCommand.js +5 -0
  97. package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +5 -0
  98. package/dist-es/commands/PublishAppVersionCommand.js +5 -0
  99. package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +5 -0
  100. package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +5 -0
  101. package/dist-es/commands/ResolveAppVersionResourcesCommand.js +5 -0
  102. package/dist-es/commands/StartAppAssessmentCommand.js +5 -0
  103. package/dist-es/commands/TagResourceCommand.js +5 -0
  104. package/dist-es/commands/UntagResourceCommand.js +5 -0
  105. package/dist-es/commands/UpdateAppCommand.js +5 -0
  106. package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +5 -0
  107. package/dist-es/commands/UpdateAppVersionCommand.js +5 -0
  108. package/dist-es/commands/UpdateAppVersionResourceCommand.js +5 -0
  109. package/dist-es/commands/UpdateResiliencyPolicyCommand.js +5 -0
  110. package/dist-es/runtimeExtensions.js +3 -0
  111. package/dist-types/extensionConfiguration.d.ts +2 -1
  112. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  113. package/package.json +31 -30
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteAppAssessmentCommand, se_DeleteAppAssessmentCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteAppAssessmentCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAppAssessmentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DeleteAppAssessment",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteAppCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAppCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DeleteApp",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteAppInputSourceCommand, se_DeleteAppInputSourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteAppInputSourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAppInputSourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DeleteAppInputSource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteAppVersionAppComponentCommand, se_DeleteAppVersionAppComponentCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteAppVersionAppComponentCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAppVersionAppComponentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DeleteAppVersionAppComponent",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteAppVersionResourceCommand, se_DeleteAppVersionResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteAppVersionResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAppVersionResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DeleteAppVersionResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteRecommendationTemplateCommand, se_DeleteRecommendationTemplateCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteRecommendationTemplateCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteRecommendationTemplateCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DeleteRecommendationTemplate",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteResiliencyPolicyCommand, se_DeleteResiliencyPolicyCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteResiliencyPolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteResiliencyPolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DeleteResiliencyPolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeAppAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeAppAssessmentCommand, se_DescribeAppAssessmentCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeAppAssessmentCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeAppAssessmentResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsResilienceHub",
36
+ operation: "DescribeAppAssessment",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeAppResponseFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_DescribeAppCommand, se_DescribeAppCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeAppCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeAppResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsResilienceHub",
36
+ operation: "DescribeApp",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeAppVersionAppComponentCommand, se_DescribeAppVersionAppComponentCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeAppVersionAppComponentCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAppVersionAppComponentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DescribeAppVersionAppComponent",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeAppVersionCommand, se_DescribeAppVersionCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeAppVersionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAppVersionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DescribeAppVersion",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeAppVersionResourceCommand, se_DescribeAppVersionResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeAppVersionResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAppVersionResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DescribeAppVersionResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeAppVersionResourcesResolutionStatusCommand, se_DescribeAppVersionResourcesResolutionStatusCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeAppVersionResourcesResolutionStatusCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAppVersionResourcesResolutionStatusCommand extends $Command
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DescribeAppVersionResourcesResolutionStatus",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeAppVersionTemplateCommand, se_DescribeAppVersionTemplateCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeAppVersionTemplateCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAppVersionTemplateCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DescribeAppVersionTemplate",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeDraftAppVersionResourcesImportStatusCommand, se_DescribeDraftAppVersionResourcesImportStatusCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeDraftAppVersionResourcesImportStatusCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeDraftAppVersionResourcesImportStatusCommand extends $Comman
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "DescribeDraftAppVersionResourcesImportStatus",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeResiliencyPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeResiliencyPolicyCommand, se_DescribeResiliencyPolicyCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeResiliencyPolicyCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeResiliencyPolicyResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsResilienceHub",
36
+ operation: "DescribeResiliencyPolicy",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ImportResourcesToDraftAppVersionCommand, se_ImportResourcesToDraftAppVersionCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ImportResourcesToDraftAppVersionCommand extends $Command {
@@ -29,6 +30,10 @@ export class ImportResourcesToDraftAppVersionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ImportResourcesToDraftAppVersion",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAlarmRecommendationsCommand, se_ListAlarmRecommendationsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAlarmRecommendationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAlarmRecommendationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListAlarmRecommendations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAppAssessmentComplianceDriftsCommand, se_ListAppAssessmentComplianceDriftsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAppAssessmentComplianceDriftsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAppAssessmentComplianceDriftsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListAppAssessmentComplianceDrifts",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAppAssessmentsCommand, se_ListAppAssessmentsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAppAssessmentsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAppAssessmentsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListAppAssessments",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAppComponentCompliancesCommand, se_ListAppComponentCompliancesCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAppComponentCompliancesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAppComponentCompliancesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListAppComponentCompliances",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAppComponentRecommendationsCommand, se_ListAppComponentRecommendationsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAppComponentRecommendationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAppComponentRecommendationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListAppComponentRecommendations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAppInputSourcesCommand, se_ListAppInputSourcesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAppInputSourcesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAppInputSourcesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListAppInputSources",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAppVersionAppComponentsCommand, se_ListAppVersionAppComponentsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAppVersionAppComponentsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAppVersionAppComponentsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListAppVersionAppComponents",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAppVersionResourceMappingsCommand, se_ListAppVersionResourceMappingsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAppVersionResourceMappingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAppVersionResourceMappingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListAppVersionResourceMappings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAppVersionResourcesCommand, se_ListAppVersionResourcesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAppVersionResourcesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAppVersionResourcesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListAppVersionResources",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAppVersionsCommand, se_ListAppVersionsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAppVersionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAppVersionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListAppVersions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAppsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAppsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListApps",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListRecommendationTemplatesResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListRecommendationTemplatesCommand, se_ListRecommendationTemplatesCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListRecommendationTemplatesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListRecommendationTemplatesResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsResilienceHub",
36
+ operation: "ListRecommendationTemplates",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListResiliencyPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListResiliencyPoliciesCommand, se_ListResiliencyPoliciesCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListResiliencyPoliciesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListResiliencyPoliciesResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsResilienceHub",
36
+ operation: "ListResiliencyPolicies",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListSopRecommendationsCommand, se_ListSopRecommendationsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListSopRecommendationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListSopRecommendationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AwsResilienceHub",
35
+ operation: "ListSopRecommendations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListSuggestedResiliencyPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListSuggestedResiliencyPoliciesCommand, se_ListSuggestedResiliencyPoliciesCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListSuggestedResiliencyPoliciesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListSuggestedResiliencyPoliciesResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AwsResilienceHub",
36
+ operation: "ListSuggestedResiliencyPolicies",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);