@aws-sdk/client-route53-recovery-readiness 3.414.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 (65) hide show
  1. package/dist-cjs/commands/CreateCellCommand.js +5 -0
  2. package/dist-cjs/commands/CreateCrossAccountAuthorizationCommand.js +5 -0
  3. package/dist-cjs/commands/CreateReadinessCheckCommand.js +5 -0
  4. package/dist-cjs/commands/CreateRecoveryGroupCommand.js +5 -0
  5. package/dist-cjs/commands/CreateResourceSetCommand.js +5 -0
  6. package/dist-cjs/commands/DeleteCellCommand.js +5 -0
  7. package/dist-cjs/commands/DeleteCrossAccountAuthorizationCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteReadinessCheckCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteRecoveryGroupCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteResourceSetCommand.js +5 -0
  11. package/dist-cjs/commands/GetArchitectureRecommendationsCommand.js +5 -0
  12. package/dist-cjs/commands/GetCellCommand.js +5 -0
  13. package/dist-cjs/commands/GetCellReadinessSummaryCommand.js +5 -0
  14. package/dist-cjs/commands/GetReadinessCheckCommand.js +5 -0
  15. package/dist-cjs/commands/GetReadinessCheckResourceStatusCommand.js +5 -0
  16. package/dist-cjs/commands/GetReadinessCheckStatusCommand.js +5 -0
  17. package/dist-cjs/commands/GetRecoveryGroupCommand.js +5 -0
  18. package/dist-cjs/commands/GetRecoveryGroupReadinessSummaryCommand.js +5 -0
  19. package/dist-cjs/commands/GetResourceSetCommand.js +5 -0
  20. package/dist-cjs/commands/ListCellsCommand.js +5 -0
  21. package/dist-cjs/commands/ListCrossAccountAuthorizationsCommand.js +5 -0
  22. package/dist-cjs/commands/ListReadinessChecksCommand.js +5 -0
  23. package/dist-cjs/commands/ListRecoveryGroupsCommand.js +5 -0
  24. package/dist-cjs/commands/ListResourceSetsCommand.js +5 -0
  25. package/dist-cjs/commands/ListRulesCommand.js +5 -0
  26. package/dist-cjs/commands/ListTagsForResourcesCommand.js +5 -0
  27. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  28. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  29. package/dist-cjs/commands/UpdateCellCommand.js +5 -0
  30. package/dist-cjs/commands/UpdateReadinessCheckCommand.js +5 -0
  31. package/dist-cjs/commands/UpdateRecoveryGroupCommand.js +5 -0
  32. package/dist-cjs/commands/UpdateResourceSetCommand.js +5 -0
  33. package/dist-es/commands/CreateCellCommand.js +5 -0
  34. package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +5 -0
  35. package/dist-es/commands/CreateReadinessCheckCommand.js +5 -0
  36. package/dist-es/commands/CreateRecoveryGroupCommand.js +5 -0
  37. package/dist-es/commands/CreateResourceSetCommand.js +5 -0
  38. package/dist-es/commands/DeleteCellCommand.js +5 -0
  39. package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +5 -0
  40. package/dist-es/commands/DeleteReadinessCheckCommand.js +5 -0
  41. package/dist-es/commands/DeleteRecoveryGroupCommand.js +5 -0
  42. package/dist-es/commands/DeleteResourceSetCommand.js +5 -0
  43. package/dist-es/commands/GetArchitectureRecommendationsCommand.js +5 -0
  44. package/dist-es/commands/GetCellCommand.js +5 -0
  45. package/dist-es/commands/GetCellReadinessSummaryCommand.js +5 -0
  46. package/dist-es/commands/GetReadinessCheckCommand.js +5 -0
  47. package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +5 -0
  48. package/dist-es/commands/GetReadinessCheckStatusCommand.js +5 -0
  49. package/dist-es/commands/GetRecoveryGroupCommand.js +5 -0
  50. package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +5 -0
  51. package/dist-es/commands/GetResourceSetCommand.js +5 -0
  52. package/dist-es/commands/ListCellsCommand.js +5 -0
  53. package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +5 -0
  54. package/dist-es/commands/ListReadinessChecksCommand.js +5 -0
  55. package/dist-es/commands/ListRecoveryGroupsCommand.js +5 -0
  56. package/dist-es/commands/ListResourceSetsCommand.js +5 -0
  57. package/dist-es/commands/ListRulesCommand.js +5 -0
  58. package/dist-es/commands/ListTagsForResourcesCommand.js +5 -0
  59. package/dist-es/commands/TagResourceCommand.js +5 -0
  60. package/dist-es/commands/UntagResourceCommand.js +5 -0
  61. package/dist-es/commands/UpdateCellCommand.js +5 -0
  62. package/dist-es/commands/UpdateReadinessCheckCommand.js +5 -0
  63. package/dist-es/commands/UpdateRecoveryGroupCommand.js +5 -0
  64. package/dist-es/commands/UpdateResourceSetCommand.js +5 -0
  65. package/package.json +31 -31
@@ -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_CreateCellCommand, se_CreateCellCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateCellCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateCellCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "CreateCell",
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_CreateCrossAccountAuthorizationCommand, se_CreateCrossAccountAuthorizationCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateCrossAccountAuthorizationCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateCrossAccountAuthorizationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "CreateCrossAccountAuthorization",
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_CreateReadinessCheckCommand, se_CreateReadinessCheckCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateReadinessCheckCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateReadinessCheckCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "CreateReadinessCheck",
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_CreateRecoveryGroupCommand, se_CreateRecoveryGroupCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateRecoveryGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateRecoveryGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "CreateRecoveryGroup",
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_CreateResourceSetCommand, se_CreateResourceSetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateResourceSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateResourceSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "CreateResourceSet",
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_DeleteCellCommand, se_DeleteCellCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteCellCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteCellCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "DeleteCell",
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_DeleteCrossAccountAuthorizationCommand, se_DeleteCrossAccountAuthorizationCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteCrossAccountAuthorizationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteCrossAccountAuthorizationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "DeleteCrossAccountAuthorization",
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_DeleteReadinessCheckCommand, se_DeleteReadinessCheckCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteReadinessCheckCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteReadinessCheckCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "DeleteReadinessCheck",
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_DeleteRecoveryGroupCommand, se_DeleteRecoveryGroupCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteRecoveryGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteRecoveryGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "DeleteRecoveryGroup",
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_DeleteResourceSetCommand, se_DeleteResourceSetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteResourceSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteResourceSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "DeleteResourceSet",
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_GetArchitectureRecommendationsCommand, se_GetArchitectureRecommendationsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetArchitectureRecommendationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetArchitectureRecommendationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "GetArchitectureRecommendations",
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_GetCellCommand, se_GetCellCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetCellCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetCellCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "GetCell",
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_GetCellReadinessSummaryCommand, se_GetCellReadinessSummaryCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetCellReadinessSummaryCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetCellReadinessSummaryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "GetCellReadinessSummary",
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_GetReadinessCheckCommand, se_GetReadinessCheckCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetReadinessCheckCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetReadinessCheckCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "GetReadinessCheck",
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_GetReadinessCheckResourceStatusCommand, se_GetReadinessCheckResourceStatusCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetReadinessCheckResourceStatusCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetReadinessCheckResourceStatusCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "GetReadinessCheckResourceStatus",
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_GetReadinessCheckStatusCommand, se_GetReadinessCheckStatusCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetReadinessCheckStatusCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetReadinessCheckStatusCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "GetReadinessCheckStatus",
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_GetRecoveryGroupCommand, se_GetRecoveryGroupCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetRecoveryGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetRecoveryGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "GetRecoveryGroup",
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_GetRecoveryGroupReadinessSummaryCommand, se_GetRecoveryGroupReadinessSummaryCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetRecoveryGroupReadinessSummaryCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetRecoveryGroupReadinessSummaryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "GetRecoveryGroupReadinessSummary",
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_GetResourceSetCommand, se_GetResourceSetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetResourceSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetResourceSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "GetResourceSet",
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_ListCellsCommand, se_ListCellsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListCellsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListCellsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "ListCells",
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_ListCrossAccountAuthorizationsCommand, se_ListCrossAccountAuthorizationsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListCrossAccountAuthorizationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListCrossAccountAuthorizationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "ListCrossAccountAuthorizations",
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_ListReadinessChecksCommand, se_ListReadinessChecksCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListReadinessChecksCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListReadinessChecksCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "ListReadinessChecks",
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_ListRecoveryGroupsCommand, se_ListRecoveryGroupsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListRecoveryGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListRecoveryGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "ListRecoveryGroups",
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_ListResourceSetsCommand, se_ListResourceSetsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListResourceSetsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListResourceSetsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "ListResourceSets",
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_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListRulesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListRulesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "ListRules",
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_ListTagsForResourcesCommand, se_ListTagsForResourcesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListTagsForResourcesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourcesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "ListTagsForResources",
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class TagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "TagResource",
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UntagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "UntagResource",
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_UpdateCellCommand, se_UpdateCellCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateCellCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateCellCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "UpdateCell",
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_UpdateReadinessCheckCommand, se_UpdateReadinessCheckCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateReadinessCheckCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateReadinessCheckCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "UpdateReadinessCheck",
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_UpdateRecoveryGroupCommand, se_UpdateRecoveryGroupCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateRecoveryGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateRecoveryGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "UpdateRecoveryGroup",
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_UpdateResourceSetCommand, se_UpdateResourceSetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateResourceSetCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateResourceSetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "Route53RecoveryReadiness",
35
+ operation: "UpdateResourceSet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);