@aws-sdk/client-backup 3.414.0 → 3.421.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 (150) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/CancelLegalHoldCommand.js +5 -0
  3. package/dist-cjs/commands/CreateBackupPlanCommand.js +5 -0
  4. package/dist-cjs/commands/CreateBackupSelectionCommand.js +5 -0
  5. package/dist-cjs/commands/CreateBackupVaultCommand.js +5 -0
  6. package/dist-cjs/commands/CreateFrameworkCommand.js +5 -0
  7. package/dist-cjs/commands/CreateLegalHoldCommand.js +5 -0
  8. package/dist-cjs/commands/CreateLogicallyAirGappedBackupVaultCommand.js +5 -0
  9. package/dist-cjs/commands/CreateReportPlanCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteBackupPlanCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteBackupSelectionCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteBackupVaultCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteFrameworkCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteRecoveryPointCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteReportPlanCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeBackupJobCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeBackupVaultCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeCopyJobCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeFrameworkCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeProtectedResourceCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeRecoveryPointCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeRegionSettingsCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeReportJobCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeReportPlanCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeRestoreJobCommand.js +5 -0
  30. package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +5 -0
  31. package/dist-cjs/commands/DisassociateRecoveryPointFromParentCommand.js +5 -0
  32. package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +5 -0
  33. package/dist-cjs/commands/GetBackupPlanCommand.js +5 -0
  34. package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +5 -0
  35. package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +5 -0
  36. package/dist-cjs/commands/GetBackupSelectionCommand.js +5 -0
  37. package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +5 -0
  38. package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +5 -0
  39. package/dist-cjs/commands/GetLegalHoldCommand.js +5 -0
  40. package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +5 -0
  41. package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +5 -0
  42. package/dist-cjs/commands/ListBackupJobsCommand.js +5 -0
  43. package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +5 -0
  44. package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +5 -0
  45. package/dist-cjs/commands/ListBackupPlansCommand.js +5 -0
  46. package/dist-cjs/commands/ListBackupSelectionsCommand.js +5 -0
  47. package/dist-cjs/commands/ListBackupVaultsCommand.js +5 -0
  48. package/dist-cjs/commands/ListCopyJobsCommand.js +5 -0
  49. package/dist-cjs/commands/ListFrameworksCommand.js +5 -0
  50. package/dist-cjs/commands/ListLegalHoldsCommand.js +5 -0
  51. package/dist-cjs/commands/ListProtectedResourcesByBackupVaultCommand.js +5 -0
  52. package/dist-cjs/commands/ListProtectedResourcesCommand.js +5 -0
  53. package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +5 -0
  54. package/dist-cjs/commands/ListRecoveryPointsByLegalHoldCommand.js +5 -0
  55. package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +5 -0
  56. package/dist-cjs/commands/ListReportJobsCommand.js +5 -0
  57. package/dist-cjs/commands/ListReportPlansCommand.js +5 -0
  58. package/dist-cjs/commands/ListRestoreJobsCommand.js +5 -0
  59. package/dist-cjs/commands/ListTagsCommand.js +5 -0
  60. package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +5 -0
  61. package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +5 -0
  62. package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +5 -0
  63. package/dist-cjs/commands/StartBackupJobCommand.js +5 -0
  64. package/dist-cjs/commands/StartCopyJobCommand.js +5 -0
  65. package/dist-cjs/commands/StartReportJobCommand.js +5 -0
  66. package/dist-cjs/commands/StartRestoreJobCommand.js +5 -0
  67. package/dist-cjs/commands/StopBackupJobCommand.js +5 -0
  68. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  69. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  70. package/dist-cjs/commands/UpdateBackupPlanCommand.js +5 -0
  71. package/dist-cjs/commands/UpdateFrameworkCommand.js +5 -0
  72. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +5 -0
  73. package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +5 -0
  74. package/dist-cjs/commands/UpdateRegionSettingsCommand.js +5 -0
  75. package/dist-cjs/commands/UpdateReportPlanCommand.js +5 -0
  76. package/dist-es/commands/CancelLegalHoldCommand.js +5 -0
  77. package/dist-es/commands/CreateBackupPlanCommand.js +5 -0
  78. package/dist-es/commands/CreateBackupSelectionCommand.js +5 -0
  79. package/dist-es/commands/CreateBackupVaultCommand.js +5 -0
  80. package/dist-es/commands/CreateFrameworkCommand.js +5 -0
  81. package/dist-es/commands/CreateLegalHoldCommand.js +5 -0
  82. package/dist-es/commands/CreateLogicallyAirGappedBackupVaultCommand.js +5 -0
  83. package/dist-es/commands/CreateReportPlanCommand.js +5 -0
  84. package/dist-es/commands/DeleteBackupPlanCommand.js +5 -0
  85. package/dist-es/commands/DeleteBackupSelectionCommand.js +5 -0
  86. package/dist-es/commands/DeleteBackupVaultAccessPolicyCommand.js +5 -0
  87. package/dist-es/commands/DeleteBackupVaultCommand.js +5 -0
  88. package/dist-es/commands/DeleteBackupVaultLockConfigurationCommand.js +5 -0
  89. package/dist-es/commands/DeleteBackupVaultNotificationsCommand.js +5 -0
  90. package/dist-es/commands/DeleteFrameworkCommand.js +5 -0
  91. package/dist-es/commands/DeleteRecoveryPointCommand.js +5 -0
  92. package/dist-es/commands/DeleteReportPlanCommand.js +5 -0
  93. package/dist-es/commands/DescribeBackupJobCommand.js +5 -0
  94. package/dist-es/commands/DescribeBackupVaultCommand.js +5 -0
  95. package/dist-es/commands/DescribeCopyJobCommand.js +5 -0
  96. package/dist-es/commands/DescribeFrameworkCommand.js +5 -0
  97. package/dist-es/commands/DescribeGlobalSettingsCommand.js +5 -0
  98. package/dist-es/commands/DescribeProtectedResourceCommand.js +5 -0
  99. package/dist-es/commands/DescribeRecoveryPointCommand.js +5 -0
  100. package/dist-es/commands/DescribeRegionSettingsCommand.js +5 -0
  101. package/dist-es/commands/DescribeReportJobCommand.js +5 -0
  102. package/dist-es/commands/DescribeReportPlanCommand.js +5 -0
  103. package/dist-es/commands/DescribeRestoreJobCommand.js +5 -0
  104. package/dist-es/commands/DisassociateRecoveryPointCommand.js +5 -0
  105. package/dist-es/commands/DisassociateRecoveryPointFromParentCommand.js +5 -0
  106. package/dist-es/commands/ExportBackupPlanTemplateCommand.js +5 -0
  107. package/dist-es/commands/GetBackupPlanCommand.js +5 -0
  108. package/dist-es/commands/GetBackupPlanFromJSONCommand.js +5 -0
  109. package/dist-es/commands/GetBackupPlanFromTemplateCommand.js +5 -0
  110. package/dist-es/commands/GetBackupSelectionCommand.js +5 -0
  111. package/dist-es/commands/GetBackupVaultAccessPolicyCommand.js +5 -0
  112. package/dist-es/commands/GetBackupVaultNotificationsCommand.js +5 -0
  113. package/dist-es/commands/GetLegalHoldCommand.js +5 -0
  114. package/dist-es/commands/GetRecoveryPointRestoreMetadataCommand.js +5 -0
  115. package/dist-es/commands/GetSupportedResourceTypesCommand.js +5 -0
  116. package/dist-es/commands/ListBackupJobsCommand.js +5 -0
  117. package/dist-es/commands/ListBackupPlanTemplatesCommand.js +5 -0
  118. package/dist-es/commands/ListBackupPlanVersionsCommand.js +5 -0
  119. package/dist-es/commands/ListBackupPlansCommand.js +5 -0
  120. package/dist-es/commands/ListBackupSelectionsCommand.js +5 -0
  121. package/dist-es/commands/ListBackupVaultsCommand.js +5 -0
  122. package/dist-es/commands/ListCopyJobsCommand.js +5 -0
  123. package/dist-es/commands/ListFrameworksCommand.js +5 -0
  124. package/dist-es/commands/ListLegalHoldsCommand.js +5 -0
  125. package/dist-es/commands/ListProtectedResourcesByBackupVaultCommand.js +5 -0
  126. package/dist-es/commands/ListProtectedResourcesCommand.js +5 -0
  127. package/dist-es/commands/ListRecoveryPointsByBackupVaultCommand.js +5 -0
  128. package/dist-es/commands/ListRecoveryPointsByLegalHoldCommand.js +5 -0
  129. package/dist-es/commands/ListRecoveryPointsByResourceCommand.js +5 -0
  130. package/dist-es/commands/ListReportJobsCommand.js +5 -0
  131. package/dist-es/commands/ListReportPlansCommand.js +5 -0
  132. package/dist-es/commands/ListRestoreJobsCommand.js +5 -0
  133. package/dist-es/commands/ListTagsCommand.js +5 -0
  134. package/dist-es/commands/PutBackupVaultAccessPolicyCommand.js +5 -0
  135. package/dist-es/commands/PutBackupVaultLockConfigurationCommand.js +5 -0
  136. package/dist-es/commands/PutBackupVaultNotificationsCommand.js +5 -0
  137. package/dist-es/commands/StartBackupJobCommand.js +5 -0
  138. package/dist-es/commands/StartCopyJobCommand.js +5 -0
  139. package/dist-es/commands/StartReportJobCommand.js +5 -0
  140. package/dist-es/commands/StartRestoreJobCommand.js +5 -0
  141. package/dist-es/commands/StopBackupJobCommand.js +5 -0
  142. package/dist-es/commands/TagResourceCommand.js +5 -0
  143. package/dist-es/commands/UntagResourceCommand.js +5 -0
  144. package/dist-es/commands/UpdateBackupPlanCommand.js +5 -0
  145. package/dist-es/commands/UpdateFrameworkCommand.js +5 -0
  146. package/dist-es/commands/UpdateGlobalSettingsCommand.js +5 -0
  147. package/dist-es/commands/UpdateRecoveryPointLifecycleCommand.js +5 -0
  148. package/dist-es/commands/UpdateRegionSettingsCommand.js +5 -0
  149. package/dist-es/commands/UpdateReportPlanCommand.js +5 -0
  150. package/package.json +31 -31
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class StartBackupJobCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class StartBackupJobCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.StartBackupJobInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CryoControllerUserManager",
39
+ operation: "StartBackupJob",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class StartCopyJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartCopyJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CryoControllerUserManager",
38
+ operation: "StartCopyJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class StartReportJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartReportJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CryoControllerUserManager",
38
+ operation: "StartReportJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class StartRestoreJobCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class StartRestoreJobCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.StartRestoreJobInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CryoControllerUserManager",
39
+ operation: "StartRestoreJob",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class StopBackupJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StopBackupJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CryoControllerUserManager",
38
+ operation: "StopBackupJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class TagResourceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class TagResourceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.TagResourceInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CryoControllerUserManager",
39
+ operation: "TagResource",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class UntagResourceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UntagResourceInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CryoControllerUserManager",
39
+ operation: "UntagResource",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class UpdateBackupPlanCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateBackupPlanCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.UpdateBackupPlanInputFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "CryoControllerUserManager",
39
+ operation: "UpdateBackupPlan",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateFrameworkCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateFrameworkCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CryoControllerUserManager",
38
+ operation: "UpdateFramework",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateGlobalSettingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateGlobalSettingsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CryoControllerUserManager",
38
+ operation: "UpdateGlobalSettings",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateRecoveryPointLifecycleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateRecoveryPointLifecycleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CryoControllerUserManager",
38
+ operation: "UpdateRecoveryPointLifecycle",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateRegionSettingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateRegionSettingsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CryoControllerUserManager",
38
+ operation: "UpdateRegionSettings",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateReportPlanCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateReportPlanCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CryoControllerUserManager",
38
+ operation: "UpdateReportPlan",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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_CancelLegalHoldCommand, se_CancelLegalHoldCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CancelLegalHoldCommand extends $Command {
@@ -29,6 +30,10 @@ export class CancelLegalHoldCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "CancelLegalHold",
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 { CreateBackupPlanInputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateBackupPlanCommand, se_CreateBackupPlanCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateBackupPlanCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateBackupPlanInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "CryoControllerUserManager",
36
+ operation: "CreateBackupPlan",
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_CreateBackupSelectionCommand, se_CreateBackupSelectionCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateBackupSelectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateBackupSelectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "CreateBackupSelection",
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 { CreateBackupVaultInputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateBackupVaultCommand, se_CreateBackupVaultCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateBackupVaultCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateBackupVaultInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "CryoControllerUserManager",
36
+ operation: "CreateBackupVault",
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_CreateFrameworkCommand, se_CreateFrameworkCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateFrameworkCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateFrameworkCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "CreateFramework",
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 { CreateLegalHoldInputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateLegalHoldCommand, se_CreateLegalHoldCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateLegalHoldCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateLegalHoldInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "CryoControllerUserManager",
36
+ operation: "CreateLegalHold",
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 { CreateLogicallyAirGappedBackupVaultInputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateLogicallyAirGappedBackupVaultCommand, se_CreateLogicallyAirGappedBackupVaultCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateLogicallyAirGappedBackupVaultCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateLogicallyAirGappedBackupVaultInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "CryoControllerUserManager",
36
+ operation: "CreateLogicallyAirGappedBackupVault",
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_CreateReportPlanCommand, se_CreateReportPlanCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateReportPlanCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateReportPlanCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "CreateReportPlan",
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_DeleteBackupPlanCommand, se_DeleteBackupPlanCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteBackupPlanCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteBackupPlanCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "DeleteBackupPlan",
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_DeleteBackupSelectionCommand, se_DeleteBackupSelectionCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteBackupSelectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteBackupSelectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "DeleteBackupSelection",
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_DeleteBackupVaultAccessPolicyCommand, se_DeleteBackupVaultAccessPolicyCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteBackupVaultAccessPolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteBackupVaultAccessPolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "DeleteBackupVaultAccessPolicy",
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_DeleteBackupVaultCommand, se_DeleteBackupVaultCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteBackupVaultCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteBackupVaultCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "DeleteBackupVault",
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_DeleteBackupVaultLockConfigurationCommand, se_DeleteBackupVaultLockConfigurationCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteBackupVaultLockConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteBackupVaultLockConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "DeleteBackupVaultLockConfiguration",
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_DeleteBackupVaultNotificationsCommand, se_DeleteBackupVaultNotificationsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteBackupVaultNotificationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteBackupVaultNotificationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "DeleteBackupVaultNotifications",
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_DeleteFrameworkCommand, se_DeleteFrameworkCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteFrameworkCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteFrameworkCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "DeleteFramework",
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_DeleteRecoveryPointCommand, se_DeleteRecoveryPointCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteRecoveryPointCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteRecoveryPointCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "DeleteRecoveryPoint",
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_DeleteReportPlanCommand, se_DeleteReportPlanCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteReportPlanCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteReportPlanCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "DeleteReportPlan",
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_DescribeBackupJobCommand, se_DescribeBackupJobCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeBackupJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeBackupJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "DescribeBackupJob",
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_DescribeBackupVaultCommand, se_DescribeBackupVaultCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeBackupVaultCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeBackupVaultCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CryoControllerUserManager",
35
+ operation: "DescribeBackupVault",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);