@aws-sdk/client-backup 3.130.0 → 3.141.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 (139) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateBackupPlanCommand.js +2 -2
  4. package/dist-cjs/commands/CreateBackupSelectionCommand.js +2 -2
  5. package/dist-cjs/commands/CreateBackupVaultCommand.js +2 -2
  6. package/dist-cjs/commands/CreateFrameworkCommand.js +2 -2
  7. package/dist-cjs/commands/CreateReportPlanCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteBackupPlanCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteBackupSelectionCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteBackupVaultCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteFrameworkCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteRecoveryPointCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteReportPlanCommand.js +1 -1
  17. package/dist-cjs/commands/DescribeBackupJobCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeBackupVaultCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeCopyJobCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeFrameworkCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeProtectedResourceCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeRecoveryPointCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeRegionSettingsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeReportJobCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeReportPlanCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeRestoreJobCommand.js +2 -2
  28. package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +1 -1
  29. package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +2 -2
  30. package/dist-cjs/commands/GetBackupPlanCommand.js +2 -2
  31. package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +2 -2
  32. package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +2 -2
  33. package/dist-cjs/commands/GetBackupSelectionCommand.js +2 -2
  34. package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +2 -2
  35. package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +2 -2
  36. package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +2 -2
  37. package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +1 -1
  38. package/dist-cjs/commands/ListBackupJobsCommand.js +2 -2
  39. package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +2 -2
  40. package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +2 -2
  41. package/dist-cjs/commands/ListBackupPlansCommand.js +2 -2
  42. package/dist-cjs/commands/ListBackupSelectionsCommand.js +2 -2
  43. package/dist-cjs/commands/ListBackupVaultsCommand.js +2 -2
  44. package/dist-cjs/commands/ListCopyJobsCommand.js +2 -2
  45. package/dist-cjs/commands/ListFrameworksCommand.js +2 -2
  46. package/dist-cjs/commands/ListProtectedResourcesCommand.js +2 -2
  47. package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +2 -2
  48. package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +2 -2
  49. package/dist-cjs/commands/ListReportJobsCommand.js +2 -2
  50. package/dist-cjs/commands/ListReportPlansCommand.js +2 -2
  51. package/dist-cjs/commands/ListRestoreJobsCommand.js +2 -2
  52. package/dist-cjs/commands/ListTagsCommand.js +2 -2
  53. package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +1 -1
  54. package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +1 -1
  55. package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +1 -1
  56. package/dist-cjs/commands/StartBackupJobCommand.js +2 -2
  57. package/dist-cjs/commands/StartCopyJobCommand.js +2 -2
  58. package/dist-cjs/commands/StartReportJobCommand.js +2 -2
  59. package/dist-cjs/commands/StartRestoreJobCommand.js +2 -2
  60. package/dist-cjs/commands/StopBackupJobCommand.js +1 -1
  61. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  62. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  63. package/dist-cjs/commands/UpdateBackupPlanCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateFrameworkCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +1 -1
  66. package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateRegionSettingsCommand.js +1 -1
  68. package/dist-cjs/commands/UpdateReportPlanCommand.js +2 -2
  69. package/dist-cjs/models/models_0.js +605 -897
  70. package/dist-es/commands/CreateBackupPlanCommand.js +3 -3
  71. package/dist-es/commands/CreateBackupSelectionCommand.js +3 -3
  72. package/dist-es/commands/CreateBackupVaultCommand.js +3 -3
  73. package/dist-es/commands/CreateFrameworkCommand.js +3 -3
  74. package/dist-es/commands/CreateReportPlanCommand.js +3 -3
  75. package/dist-es/commands/DeleteBackupPlanCommand.js +3 -3
  76. package/dist-es/commands/DeleteBackupSelectionCommand.js +2 -2
  77. package/dist-es/commands/DeleteBackupVaultAccessPolicyCommand.js +2 -2
  78. package/dist-es/commands/DeleteBackupVaultCommand.js +2 -2
  79. package/dist-es/commands/DeleteBackupVaultLockConfigurationCommand.js +2 -2
  80. package/dist-es/commands/DeleteBackupVaultNotificationsCommand.js +2 -2
  81. package/dist-es/commands/DeleteFrameworkCommand.js +2 -2
  82. package/dist-es/commands/DeleteRecoveryPointCommand.js +2 -2
  83. package/dist-es/commands/DeleteReportPlanCommand.js +2 -2
  84. package/dist-es/commands/DescribeBackupJobCommand.js +3 -3
  85. package/dist-es/commands/DescribeBackupVaultCommand.js +3 -3
  86. package/dist-es/commands/DescribeCopyJobCommand.js +3 -3
  87. package/dist-es/commands/DescribeFrameworkCommand.js +3 -3
  88. package/dist-es/commands/DescribeGlobalSettingsCommand.js +3 -3
  89. package/dist-es/commands/DescribeProtectedResourceCommand.js +3 -3
  90. package/dist-es/commands/DescribeRecoveryPointCommand.js +3 -3
  91. package/dist-es/commands/DescribeRegionSettingsCommand.js +3 -3
  92. package/dist-es/commands/DescribeReportJobCommand.js +3 -3
  93. package/dist-es/commands/DescribeReportPlanCommand.js +3 -3
  94. package/dist-es/commands/DescribeRestoreJobCommand.js +3 -3
  95. package/dist-es/commands/DisassociateRecoveryPointCommand.js +2 -2
  96. package/dist-es/commands/ExportBackupPlanTemplateCommand.js +3 -3
  97. package/dist-es/commands/GetBackupPlanCommand.js +3 -3
  98. package/dist-es/commands/GetBackupPlanFromJSONCommand.js +3 -3
  99. package/dist-es/commands/GetBackupPlanFromTemplateCommand.js +3 -3
  100. package/dist-es/commands/GetBackupSelectionCommand.js +3 -3
  101. package/dist-es/commands/GetBackupVaultAccessPolicyCommand.js +3 -3
  102. package/dist-es/commands/GetBackupVaultNotificationsCommand.js +3 -3
  103. package/dist-es/commands/GetRecoveryPointRestoreMetadataCommand.js +3 -3
  104. package/dist-es/commands/GetSupportedResourceTypesCommand.js +2 -2
  105. package/dist-es/commands/ListBackupJobsCommand.js +3 -3
  106. package/dist-es/commands/ListBackupPlanTemplatesCommand.js +3 -3
  107. package/dist-es/commands/ListBackupPlanVersionsCommand.js +3 -3
  108. package/dist-es/commands/ListBackupPlansCommand.js +3 -3
  109. package/dist-es/commands/ListBackupSelectionsCommand.js +3 -3
  110. package/dist-es/commands/ListBackupVaultsCommand.js +3 -3
  111. package/dist-es/commands/ListCopyJobsCommand.js +3 -3
  112. package/dist-es/commands/ListFrameworksCommand.js +3 -3
  113. package/dist-es/commands/ListProtectedResourcesCommand.js +3 -3
  114. package/dist-es/commands/ListRecoveryPointsByBackupVaultCommand.js +3 -3
  115. package/dist-es/commands/ListRecoveryPointsByResourceCommand.js +3 -3
  116. package/dist-es/commands/ListReportJobsCommand.js +3 -3
  117. package/dist-es/commands/ListReportPlansCommand.js +3 -3
  118. package/dist-es/commands/ListRestoreJobsCommand.js +3 -3
  119. package/dist-es/commands/ListTagsCommand.js +3 -3
  120. package/dist-es/commands/PutBackupVaultAccessPolicyCommand.js +2 -2
  121. package/dist-es/commands/PutBackupVaultLockConfigurationCommand.js +2 -2
  122. package/dist-es/commands/PutBackupVaultNotificationsCommand.js +2 -2
  123. package/dist-es/commands/StartBackupJobCommand.js +3 -3
  124. package/dist-es/commands/StartCopyJobCommand.js +3 -3
  125. package/dist-es/commands/StartReportJobCommand.js +3 -3
  126. package/dist-es/commands/StartRestoreJobCommand.js +3 -3
  127. package/dist-es/commands/StopBackupJobCommand.js +2 -2
  128. package/dist-es/commands/TagResourceCommand.js +2 -2
  129. package/dist-es/commands/UntagResourceCommand.js +2 -2
  130. package/dist-es/commands/UpdateBackupPlanCommand.js +3 -3
  131. package/dist-es/commands/UpdateFrameworkCommand.js +3 -3
  132. package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -2
  133. package/dist-es/commands/UpdateRecoveryPointLifecycleCommand.js +3 -3
  134. package/dist-es/commands/UpdateRegionSettingsCommand.js +2 -2
  135. package/dist-es/commands/UpdateReportPlanCommand.js +3 -3
  136. package/dist-es/models/models_0.js +146 -584
  137. package/dist-types/models/models_0.d.ts +584 -876
  138. package/dist-types/ts3.4/models/models_0.d.ts +292 -584
  139. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateBackupPlanInput, CreateBackupPlanOutput } from "../models/models_0";
4
+ import { CreateBackupPlanInputFilterSensitiveLog, CreateBackupPlanOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateBackupPlanCommand, serializeAws_restJson1CreateBackupPlanCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateBackupPlanCommand = (function (_super) {
7
7
  __extends(CreateBackupPlanCommand, _super);
@@ -20,8 +20,8 @@ var CreateBackupPlanCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateBackupPlanInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateBackupPlanOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateBackupPlanInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateBackupPlanOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateBackupSelectionInput, CreateBackupSelectionOutput } from "../models/models_0";
4
+ import { CreateBackupSelectionInputFilterSensitiveLog, CreateBackupSelectionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateBackupSelectionCommand, serializeAws_restJson1CreateBackupSelectionCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateBackupSelectionCommand = (function (_super) {
7
7
  __extends(CreateBackupSelectionCommand, _super);
@@ -20,8 +20,8 @@ var CreateBackupSelectionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateBackupSelectionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateBackupSelectionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateBackupSelectionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateBackupSelectionOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateBackupVaultInput, CreateBackupVaultOutput } from "../models/models_0";
4
+ import { CreateBackupVaultInputFilterSensitiveLog, CreateBackupVaultOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateBackupVaultCommand, serializeAws_restJson1CreateBackupVaultCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateBackupVaultCommand = (function (_super) {
7
7
  __extends(CreateBackupVaultCommand, _super);
@@ -20,8 +20,8 @@ var CreateBackupVaultCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateBackupVaultInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateBackupVaultOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateBackupVaultInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateBackupVaultOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateFrameworkInput, CreateFrameworkOutput } from "../models/models_0";
4
+ import { CreateFrameworkInputFilterSensitiveLog, CreateFrameworkOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateFrameworkCommand, serializeAws_restJson1CreateFrameworkCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateFrameworkCommand = (function (_super) {
7
7
  __extends(CreateFrameworkCommand, _super);
@@ -20,8 +20,8 @@ var CreateFrameworkCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateFrameworkInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateFrameworkOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateFrameworkInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateFrameworkOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateReportPlanInput, CreateReportPlanOutput } from "../models/models_0";
4
+ import { CreateReportPlanInputFilterSensitiveLog, CreateReportPlanOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateReportPlanCommand, serializeAws_restJson1CreateReportPlanCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateReportPlanCommand = (function (_super) {
7
7
  __extends(CreateReportPlanCommand, _super);
@@ -20,8 +20,8 @@ var CreateReportPlanCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateReportPlanInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateReportPlanOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateReportPlanInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateReportPlanOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBackupPlanInput, DeleteBackupPlanOutput } from "../models/models_0";
4
+ import { DeleteBackupPlanInputFilterSensitiveLog, DeleteBackupPlanOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteBackupPlanCommand, serializeAws_restJson1DeleteBackupPlanCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteBackupPlanCommand = (function (_super) {
7
7
  __extends(DeleteBackupPlanCommand, _super);
@@ -20,8 +20,8 @@ var DeleteBackupPlanCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteBackupPlanInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteBackupPlanOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteBackupPlanInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteBackupPlanOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBackupSelectionInput } from "../models/models_0";
4
+ import { DeleteBackupSelectionInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteBackupSelectionCommand, serializeAws_restJson1DeleteBackupSelectionCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteBackupSelectionCommand = (function (_super) {
7
7
  __extends(DeleteBackupSelectionCommand, _super);
@@ -20,7 +20,7 @@ var DeleteBackupSelectionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteBackupSelectionInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteBackupSelectionInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBackupVaultAccessPolicyInput } from "../models/models_0";
4
+ import { DeleteBackupVaultAccessPolicyInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteBackupVaultAccessPolicyCommand, serializeAws_restJson1DeleteBackupVaultAccessPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteBackupVaultAccessPolicyCommand = (function (_super) {
7
7
  __extends(DeleteBackupVaultAccessPolicyCommand, _super);
@@ -20,7 +20,7 @@ var DeleteBackupVaultAccessPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteBackupVaultAccessPolicyInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteBackupVaultAccessPolicyInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBackupVaultInput } from "../models/models_0";
4
+ import { DeleteBackupVaultInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteBackupVaultCommand, serializeAws_restJson1DeleteBackupVaultCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteBackupVaultCommand = (function (_super) {
7
7
  __extends(DeleteBackupVaultCommand, _super);
@@ -20,7 +20,7 @@ var DeleteBackupVaultCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteBackupVaultInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteBackupVaultInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBackupVaultLockConfigurationInput } from "../models/models_0";
4
+ import { DeleteBackupVaultLockConfigurationInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteBackupVaultLockConfigurationCommand, serializeAws_restJson1DeleteBackupVaultLockConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteBackupVaultLockConfigurationCommand = (function (_super) {
7
7
  __extends(DeleteBackupVaultLockConfigurationCommand, _super);
@@ -20,7 +20,7 @@ var DeleteBackupVaultLockConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteBackupVaultLockConfigurationInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteBackupVaultLockConfigurationInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBackupVaultNotificationsInput } from "../models/models_0";
4
+ import { DeleteBackupVaultNotificationsInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteBackupVaultNotificationsCommand, serializeAws_restJson1DeleteBackupVaultNotificationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteBackupVaultNotificationsCommand = (function (_super) {
7
7
  __extends(DeleteBackupVaultNotificationsCommand, _super);
@@ -20,7 +20,7 @@ var DeleteBackupVaultNotificationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteBackupVaultNotificationsInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteBackupVaultNotificationsInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteFrameworkInput } from "../models/models_0";
4
+ import { DeleteFrameworkInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteFrameworkCommand, serializeAws_restJson1DeleteFrameworkCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteFrameworkCommand = (function (_super) {
7
7
  __extends(DeleteFrameworkCommand, _super);
@@ -20,7 +20,7 @@ var DeleteFrameworkCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteFrameworkInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteFrameworkInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteRecoveryPointInput } from "../models/models_0";
4
+ import { DeleteRecoveryPointInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteRecoveryPointCommand, serializeAws_restJson1DeleteRecoveryPointCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteRecoveryPointCommand = (function (_super) {
7
7
  __extends(DeleteRecoveryPointCommand, _super);
@@ -20,7 +20,7 @@ var DeleteRecoveryPointCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteRecoveryPointInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteRecoveryPointInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteReportPlanInput } from "../models/models_0";
4
+ import { DeleteReportPlanInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteReportPlanCommand, serializeAws_restJson1DeleteReportPlanCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteReportPlanCommand = (function (_super) {
7
7
  __extends(DeleteReportPlanCommand, _super);
@@ -20,7 +20,7 @@ var DeleteReportPlanCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteReportPlanInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteReportPlanInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeBackupJobInput, DescribeBackupJobOutput } from "../models/models_0";
4
+ import { DescribeBackupJobInputFilterSensitiveLog, DescribeBackupJobOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeBackupJobCommand, serializeAws_restJson1DescribeBackupJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeBackupJobCommand = (function (_super) {
7
7
  __extends(DescribeBackupJobCommand, _super);
@@ -20,8 +20,8 @@ var DescribeBackupJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeBackupJobInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeBackupJobOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeBackupJobInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeBackupJobOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeBackupVaultInput, DescribeBackupVaultOutput } from "../models/models_0";
4
+ import { DescribeBackupVaultInputFilterSensitiveLog, DescribeBackupVaultOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeBackupVaultCommand, serializeAws_restJson1DescribeBackupVaultCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeBackupVaultCommand = (function (_super) {
7
7
  __extends(DescribeBackupVaultCommand, _super);
@@ -20,8 +20,8 @@ var DescribeBackupVaultCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeBackupVaultInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeBackupVaultOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeBackupVaultInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeBackupVaultOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeCopyJobInput, DescribeCopyJobOutput } from "../models/models_0";
4
+ import { DescribeCopyJobInputFilterSensitiveLog, DescribeCopyJobOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeCopyJobCommand, serializeAws_restJson1DescribeCopyJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeCopyJobCommand = (function (_super) {
7
7
  __extends(DescribeCopyJobCommand, _super);
@@ -20,8 +20,8 @@ var DescribeCopyJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeCopyJobInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeCopyJobOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeCopyJobInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeCopyJobOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeFrameworkInput, DescribeFrameworkOutput } from "../models/models_0";
4
+ import { DescribeFrameworkInputFilterSensitiveLog, DescribeFrameworkOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeFrameworkCommand, serializeAws_restJson1DescribeFrameworkCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeFrameworkCommand = (function (_super) {
7
7
  __extends(DescribeFrameworkCommand, _super);
@@ -20,8 +20,8 @@ var DescribeFrameworkCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeFrameworkInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeFrameworkOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeFrameworkInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeFrameworkOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeGlobalSettingsInput, DescribeGlobalSettingsOutput } from "../models/models_0";
4
+ import { DescribeGlobalSettingsInputFilterSensitiveLog, DescribeGlobalSettingsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeGlobalSettingsCommand, serializeAws_restJson1DescribeGlobalSettingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeGlobalSettingsCommand = (function (_super) {
7
7
  __extends(DescribeGlobalSettingsCommand, _super);
@@ -20,8 +20,8 @@ var DescribeGlobalSettingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeGlobalSettingsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeGlobalSettingsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeGlobalSettingsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeGlobalSettingsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeProtectedResourceInput, DescribeProtectedResourceOutput } from "../models/models_0";
4
+ import { DescribeProtectedResourceInputFilterSensitiveLog, DescribeProtectedResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeProtectedResourceCommand, serializeAws_restJson1DescribeProtectedResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeProtectedResourceCommand = (function (_super) {
7
7
  __extends(DescribeProtectedResourceCommand, _super);
@@ -20,8 +20,8 @@ var DescribeProtectedResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeProtectedResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeProtectedResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeProtectedResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeProtectedResourceOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeRecoveryPointInput, DescribeRecoveryPointOutput } from "../models/models_0";
4
+ import { DescribeRecoveryPointInputFilterSensitiveLog, DescribeRecoveryPointOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeRecoveryPointCommand, serializeAws_restJson1DescribeRecoveryPointCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeRecoveryPointCommand = (function (_super) {
7
7
  __extends(DescribeRecoveryPointCommand, _super);
@@ -20,8 +20,8 @@ var DescribeRecoveryPointCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeRecoveryPointInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeRecoveryPointOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeRecoveryPointInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeRecoveryPointOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeRegionSettingsInput, DescribeRegionSettingsOutput } from "../models/models_0";
4
+ import { DescribeRegionSettingsInputFilterSensitiveLog, DescribeRegionSettingsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeRegionSettingsCommand, serializeAws_restJson1DescribeRegionSettingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeRegionSettingsCommand = (function (_super) {
7
7
  __extends(DescribeRegionSettingsCommand, _super);
@@ -20,8 +20,8 @@ var DescribeRegionSettingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeRegionSettingsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeRegionSettingsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeRegionSettingsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeRegionSettingsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeReportJobInput, DescribeReportJobOutput } from "../models/models_0";
4
+ import { DescribeReportJobInputFilterSensitiveLog, DescribeReportJobOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeReportJobCommand, serializeAws_restJson1DescribeReportJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeReportJobCommand = (function (_super) {
7
7
  __extends(DescribeReportJobCommand, _super);
@@ -20,8 +20,8 @@ var DescribeReportJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeReportJobInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeReportJobOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeReportJobInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeReportJobOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeReportPlanInput, DescribeReportPlanOutput } from "../models/models_0";
4
+ import { DescribeReportPlanInputFilterSensitiveLog, DescribeReportPlanOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeReportPlanCommand, serializeAws_restJson1DescribeReportPlanCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeReportPlanCommand = (function (_super) {
7
7
  __extends(DescribeReportPlanCommand, _super);
@@ -20,8 +20,8 @@ var DescribeReportPlanCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeReportPlanInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeReportPlanOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeReportPlanInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeReportPlanOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeRestoreJobInput, DescribeRestoreJobOutput } from "../models/models_0";
4
+ import { DescribeRestoreJobInputFilterSensitiveLog, DescribeRestoreJobOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DescribeRestoreJobCommand, serializeAws_restJson1DescribeRestoreJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeRestoreJobCommand = (function (_super) {
7
7
  __extends(DescribeRestoreJobCommand, _super);
@@ -20,8 +20,8 @@ var DescribeRestoreJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DescribeRestoreJobInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeRestoreJobOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DescribeRestoreJobInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeRestoreJobOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DisassociateRecoveryPointInput } from "../models/models_0";
4
+ import { DisassociateRecoveryPointInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DisassociateRecoveryPointCommand, serializeAws_restJson1DisassociateRecoveryPointCommand, } from "../protocols/Aws_restJson1";
6
6
  var DisassociateRecoveryPointCommand = (function (_super) {
7
7
  __extends(DisassociateRecoveryPointCommand, _super);
@@ -20,7 +20,7 @@ var DisassociateRecoveryPointCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DisassociateRecoveryPointInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DisassociateRecoveryPointInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ExportBackupPlanTemplateInput, ExportBackupPlanTemplateOutput } from "../models/models_0";
4
+ import { ExportBackupPlanTemplateInputFilterSensitiveLog, ExportBackupPlanTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ExportBackupPlanTemplateCommand, serializeAws_restJson1ExportBackupPlanTemplateCommand, } from "../protocols/Aws_restJson1";
6
6
  var ExportBackupPlanTemplateCommand = (function (_super) {
7
7
  __extends(ExportBackupPlanTemplateCommand, _super);
@@ -20,8 +20,8 @@ var ExportBackupPlanTemplateCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ExportBackupPlanTemplateInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ExportBackupPlanTemplateOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ExportBackupPlanTemplateInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ExportBackupPlanTemplateOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBackupPlanInput, GetBackupPlanOutput } from "../models/models_0";
4
+ import { GetBackupPlanInputFilterSensitiveLog, GetBackupPlanOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetBackupPlanCommand, serializeAws_restJson1GetBackupPlanCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetBackupPlanCommand = (function (_super) {
7
7
  __extends(GetBackupPlanCommand, _super);
@@ -20,8 +20,8 @@ var GetBackupPlanCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetBackupPlanInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetBackupPlanOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetBackupPlanInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBackupPlanOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBackupPlanFromJSONInput, GetBackupPlanFromJSONOutput } from "../models/models_0";
4
+ import { GetBackupPlanFromJSONInputFilterSensitiveLog, GetBackupPlanFromJSONOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetBackupPlanFromJSONCommand, serializeAws_restJson1GetBackupPlanFromJSONCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetBackupPlanFromJSONCommand = (function (_super) {
7
7
  __extends(GetBackupPlanFromJSONCommand, _super);
@@ -20,8 +20,8 @@ var GetBackupPlanFromJSONCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetBackupPlanFromJSONInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetBackupPlanFromJSONOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetBackupPlanFromJSONInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBackupPlanFromJSONOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBackupPlanFromTemplateInput, GetBackupPlanFromTemplateOutput } from "../models/models_0";
4
+ import { GetBackupPlanFromTemplateInputFilterSensitiveLog, GetBackupPlanFromTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetBackupPlanFromTemplateCommand, serializeAws_restJson1GetBackupPlanFromTemplateCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetBackupPlanFromTemplateCommand = (function (_super) {
7
7
  __extends(GetBackupPlanFromTemplateCommand, _super);
@@ -20,8 +20,8 @@ var GetBackupPlanFromTemplateCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetBackupPlanFromTemplateInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetBackupPlanFromTemplateOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetBackupPlanFromTemplateInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBackupPlanFromTemplateOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {