@aws-sdk/client-backup 3.131.0 → 3.137.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 (138) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CreateBackupPlanCommand.js +2 -2
  3. package/dist-cjs/commands/CreateBackupSelectionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateBackupVaultCommand.js +2 -2
  5. package/dist-cjs/commands/CreateFrameworkCommand.js +2 -2
  6. package/dist-cjs/commands/CreateReportPlanCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteBackupPlanCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteBackupSelectionCommand.js +1 -1
  9. package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteBackupVaultCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteFrameworkCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteRecoveryPointCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteReportPlanCommand.js +1 -1
  16. package/dist-cjs/commands/DescribeBackupJobCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeBackupVaultCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeCopyJobCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeFrameworkCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeProtectedResourceCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeRecoveryPointCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeRegionSettingsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeReportJobCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeReportPlanCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeRestoreJobCommand.js +2 -2
  27. package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +1 -1
  28. package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +2 -2
  29. package/dist-cjs/commands/GetBackupPlanCommand.js +2 -2
  30. package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +2 -2
  31. package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +2 -2
  32. package/dist-cjs/commands/GetBackupSelectionCommand.js +2 -2
  33. package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +2 -2
  34. package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +2 -2
  35. package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +2 -2
  36. package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +1 -1
  37. package/dist-cjs/commands/ListBackupJobsCommand.js +2 -2
  38. package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +2 -2
  39. package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +2 -2
  40. package/dist-cjs/commands/ListBackupPlansCommand.js +2 -2
  41. package/dist-cjs/commands/ListBackupSelectionsCommand.js +2 -2
  42. package/dist-cjs/commands/ListBackupVaultsCommand.js +2 -2
  43. package/dist-cjs/commands/ListCopyJobsCommand.js +2 -2
  44. package/dist-cjs/commands/ListFrameworksCommand.js +2 -2
  45. package/dist-cjs/commands/ListProtectedResourcesCommand.js +2 -2
  46. package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +2 -2
  47. package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +2 -2
  48. package/dist-cjs/commands/ListReportJobsCommand.js +2 -2
  49. package/dist-cjs/commands/ListReportPlansCommand.js +2 -2
  50. package/dist-cjs/commands/ListRestoreJobsCommand.js +2 -2
  51. package/dist-cjs/commands/ListTagsCommand.js +2 -2
  52. package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +1 -1
  53. package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +1 -1
  54. package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +1 -1
  55. package/dist-cjs/commands/StartBackupJobCommand.js +2 -2
  56. package/dist-cjs/commands/StartCopyJobCommand.js +2 -2
  57. package/dist-cjs/commands/StartReportJobCommand.js +2 -2
  58. package/dist-cjs/commands/StartRestoreJobCommand.js +2 -2
  59. package/dist-cjs/commands/StopBackupJobCommand.js +1 -1
  60. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  61. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  62. package/dist-cjs/commands/UpdateBackupPlanCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateFrameworkCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +1 -1
  65. package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateRegionSettingsCommand.js +1 -1
  67. package/dist-cjs/commands/UpdateReportPlanCommand.js +2 -2
  68. package/dist-cjs/models/models_0.js +605 -897
  69. package/dist-es/commands/CreateBackupPlanCommand.js +3 -3
  70. package/dist-es/commands/CreateBackupSelectionCommand.js +3 -3
  71. package/dist-es/commands/CreateBackupVaultCommand.js +3 -3
  72. package/dist-es/commands/CreateFrameworkCommand.js +3 -3
  73. package/dist-es/commands/CreateReportPlanCommand.js +3 -3
  74. package/dist-es/commands/DeleteBackupPlanCommand.js +3 -3
  75. package/dist-es/commands/DeleteBackupSelectionCommand.js +2 -2
  76. package/dist-es/commands/DeleteBackupVaultAccessPolicyCommand.js +2 -2
  77. package/dist-es/commands/DeleteBackupVaultCommand.js +2 -2
  78. package/dist-es/commands/DeleteBackupVaultLockConfigurationCommand.js +2 -2
  79. package/dist-es/commands/DeleteBackupVaultNotificationsCommand.js +2 -2
  80. package/dist-es/commands/DeleteFrameworkCommand.js +2 -2
  81. package/dist-es/commands/DeleteRecoveryPointCommand.js +2 -2
  82. package/dist-es/commands/DeleteReportPlanCommand.js +2 -2
  83. package/dist-es/commands/DescribeBackupJobCommand.js +3 -3
  84. package/dist-es/commands/DescribeBackupVaultCommand.js +3 -3
  85. package/dist-es/commands/DescribeCopyJobCommand.js +3 -3
  86. package/dist-es/commands/DescribeFrameworkCommand.js +3 -3
  87. package/dist-es/commands/DescribeGlobalSettingsCommand.js +3 -3
  88. package/dist-es/commands/DescribeProtectedResourceCommand.js +3 -3
  89. package/dist-es/commands/DescribeRecoveryPointCommand.js +3 -3
  90. package/dist-es/commands/DescribeRegionSettingsCommand.js +3 -3
  91. package/dist-es/commands/DescribeReportJobCommand.js +3 -3
  92. package/dist-es/commands/DescribeReportPlanCommand.js +3 -3
  93. package/dist-es/commands/DescribeRestoreJobCommand.js +3 -3
  94. package/dist-es/commands/DisassociateRecoveryPointCommand.js +2 -2
  95. package/dist-es/commands/ExportBackupPlanTemplateCommand.js +3 -3
  96. package/dist-es/commands/GetBackupPlanCommand.js +3 -3
  97. package/dist-es/commands/GetBackupPlanFromJSONCommand.js +3 -3
  98. package/dist-es/commands/GetBackupPlanFromTemplateCommand.js +3 -3
  99. package/dist-es/commands/GetBackupSelectionCommand.js +3 -3
  100. package/dist-es/commands/GetBackupVaultAccessPolicyCommand.js +3 -3
  101. package/dist-es/commands/GetBackupVaultNotificationsCommand.js +3 -3
  102. package/dist-es/commands/GetRecoveryPointRestoreMetadataCommand.js +3 -3
  103. package/dist-es/commands/GetSupportedResourceTypesCommand.js +2 -2
  104. package/dist-es/commands/ListBackupJobsCommand.js +3 -3
  105. package/dist-es/commands/ListBackupPlanTemplatesCommand.js +3 -3
  106. package/dist-es/commands/ListBackupPlanVersionsCommand.js +3 -3
  107. package/dist-es/commands/ListBackupPlansCommand.js +3 -3
  108. package/dist-es/commands/ListBackupSelectionsCommand.js +3 -3
  109. package/dist-es/commands/ListBackupVaultsCommand.js +3 -3
  110. package/dist-es/commands/ListCopyJobsCommand.js +3 -3
  111. package/dist-es/commands/ListFrameworksCommand.js +3 -3
  112. package/dist-es/commands/ListProtectedResourcesCommand.js +3 -3
  113. package/dist-es/commands/ListRecoveryPointsByBackupVaultCommand.js +3 -3
  114. package/dist-es/commands/ListRecoveryPointsByResourceCommand.js +3 -3
  115. package/dist-es/commands/ListReportJobsCommand.js +3 -3
  116. package/dist-es/commands/ListReportPlansCommand.js +3 -3
  117. package/dist-es/commands/ListRestoreJobsCommand.js +3 -3
  118. package/dist-es/commands/ListTagsCommand.js +3 -3
  119. package/dist-es/commands/PutBackupVaultAccessPolicyCommand.js +2 -2
  120. package/dist-es/commands/PutBackupVaultLockConfigurationCommand.js +2 -2
  121. package/dist-es/commands/PutBackupVaultNotificationsCommand.js +2 -2
  122. package/dist-es/commands/StartBackupJobCommand.js +3 -3
  123. package/dist-es/commands/StartCopyJobCommand.js +3 -3
  124. package/dist-es/commands/StartReportJobCommand.js +3 -3
  125. package/dist-es/commands/StartRestoreJobCommand.js +3 -3
  126. package/dist-es/commands/StopBackupJobCommand.js +2 -2
  127. package/dist-es/commands/TagResourceCommand.js +2 -2
  128. package/dist-es/commands/UntagResourceCommand.js +2 -2
  129. package/dist-es/commands/UpdateBackupPlanCommand.js +3 -3
  130. package/dist-es/commands/UpdateFrameworkCommand.js +3 -3
  131. package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -2
  132. package/dist-es/commands/UpdateRecoveryPointLifecycleCommand.js +3 -3
  133. package/dist-es/commands/UpdateRegionSettingsCommand.js +2 -2
  134. package/dist-es/commands/UpdateReportPlanCommand.js +3 -3
  135. package/dist-es/models/models_0.js +146 -584
  136. package/dist-types/models/models_0.d.ts +584 -876
  137. package/dist-types/ts3.4/models/models_0.d.ts +292 -584
  138. package/package.json +6 -6
@@ -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 { GetBackupSelectionInput, GetBackupSelectionOutput } from "../models/models_0";
4
+ import { GetBackupSelectionInputFilterSensitiveLog, GetBackupSelectionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetBackupSelectionCommand, serializeAws_restJson1GetBackupSelectionCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetBackupSelectionCommand = (function (_super) {
7
7
  __extends(GetBackupSelectionCommand, _super);
@@ -20,8 +20,8 @@ var GetBackupSelectionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetBackupSelectionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetBackupSelectionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetBackupSelectionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBackupSelectionOutputFilterSensitiveLog,
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 { GetBackupVaultAccessPolicyInput, GetBackupVaultAccessPolicyOutput } from "../models/models_0";
4
+ import { GetBackupVaultAccessPolicyInputFilterSensitiveLog, GetBackupVaultAccessPolicyOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetBackupVaultAccessPolicyCommand, serializeAws_restJson1GetBackupVaultAccessPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetBackupVaultAccessPolicyCommand = (function (_super) {
7
7
  __extends(GetBackupVaultAccessPolicyCommand, _super);
@@ -20,8 +20,8 @@ var GetBackupVaultAccessPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetBackupVaultAccessPolicyInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetBackupVaultAccessPolicyOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetBackupVaultAccessPolicyInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBackupVaultAccessPolicyOutputFilterSensitiveLog,
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 { GetBackupVaultNotificationsInput, GetBackupVaultNotificationsOutput } from "../models/models_0";
4
+ import { GetBackupVaultNotificationsInputFilterSensitiveLog, GetBackupVaultNotificationsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetBackupVaultNotificationsCommand, serializeAws_restJson1GetBackupVaultNotificationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetBackupVaultNotificationsCommand = (function (_super) {
7
7
  __extends(GetBackupVaultNotificationsCommand, _super);
@@ -20,8 +20,8 @@ var GetBackupVaultNotificationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetBackupVaultNotificationsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetBackupVaultNotificationsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetBackupVaultNotificationsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBackupVaultNotificationsOutputFilterSensitiveLog,
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 { GetRecoveryPointRestoreMetadataInput, GetRecoveryPointRestoreMetadataOutput } from "../models/models_0";
4
+ import { GetRecoveryPointRestoreMetadataInputFilterSensitiveLog, GetRecoveryPointRestoreMetadataOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetRecoveryPointRestoreMetadataCommand, serializeAws_restJson1GetRecoveryPointRestoreMetadataCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetRecoveryPointRestoreMetadataCommand = (function (_super) {
7
7
  __extends(GetRecoveryPointRestoreMetadataCommand, _super);
@@ -20,8 +20,8 @@ var GetRecoveryPointRestoreMetadataCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetRecoveryPointRestoreMetadataInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetRecoveryPointRestoreMetadataOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetRecoveryPointRestoreMetadataInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetRecoveryPointRestoreMetadataOutputFilterSensitiveLog,
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 { GetSupportedResourceTypesOutput } from "../models/models_0";
4
+ import { GetSupportedResourceTypesOutputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSupportedResourceTypesCommand, serializeAws_restJson1GetSupportedResourceTypesCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetSupportedResourceTypesCommand = (function (_super) {
7
7
  __extends(GetSupportedResourceTypesCommand, _super);
@@ -21,7 +21,7 @@ var GetSupportedResourceTypesCommand = (function (_super) {
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
23
  inputFilterSensitiveLog: function (input) { return input; },
24
- outputFilterSensitiveLog: GetSupportedResourceTypesOutput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetSupportedResourceTypesOutputFilterSensitiveLog,
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 { ListBackupJobsInput, ListBackupJobsOutput } from "../models/models_0";
4
+ import { ListBackupJobsInputFilterSensitiveLog, ListBackupJobsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBackupJobsCommand, serializeAws_restJson1ListBackupJobsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListBackupJobsCommand = (function (_super) {
7
7
  __extends(ListBackupJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListBackupJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListBackupJobsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListBackupJobsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListBackupJobsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListBackupJobsOutputFilterSensitiveLog,
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 { ListBackupPlanTemplatesInput, ListBackupPlanTemplatesOutput } from "../models/models_0";
4
+ import { ListBackupPlanTemplatesInputFilterSensitiveLog, ListBackupPlanTemplatesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBackupPlanTemplatesCommand, serializeAws_restJson1ListBackupPlanTemplatesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListBackupPlanTemplatesCommand = (function (_super) {
7
7
  __extends(ListBackupPlanTemplatesCommand, _super);
@@ -20,8 +20,8 @@ var ListBackupPlanTemplatesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListBackupPlanTemplatesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListBackupPlanTemplatesOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListBackupPlanTemplatesInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListBackupPlanTemplatesOutputFilterSensitiveLog,
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 { ListBackupPlanVersionsInput, ListBackupPlanVersionsOutput } from "../models/models_0";
4
+ import { ListBackupPlanVersionsInputFilterSensitiveLog, ListBackupPlanVersionsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBackupPlanVersionsCommand, serializeAws_restJson1ListBackupPlanVersionsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListBackupPlanVersionsCommand = (function (_super) {
7
7
  __extends(ListBackupPlanVersionsCommand, _super);
@@ -20,8 +20,8 @@ var ListBackupPlanVersionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListBackupPlanVersionsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListBackupPlanVersionsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListBackupPlanVersionsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListBackupPlanVersionsOutputFilterSensitiveLog,
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 { ListBackupPlansInput, ListBackupPlansOutput } from "../models/models_0";
4
+ import { ListBackupPlansInputFilterSensitiveLog, ListBackupPlansOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBackupPlansCommand, serializeAws_restJson1ListBackupPlansCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListBackupPlansCommand = (function (_super) {
7
7
  __extends(ListBackupPlansCommand, _super);
@@ -20,8 +20,8 @@ var ListBackupPlansCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListBackupPlansInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListBackupPlansOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListBackupPlansInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListBackupPlansOutputFilterSensitiveLog,
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 { ListBackupSelectionsInput, ListBackupSelectionsOutput } from "../models/models_0";
4
+ import { ListBackupSelectionsInputFilterSensitiveLog, ListBackupSelectionsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBackupSelectionsCommand, serializeAws_restJson1ListBackupSelectionsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListBackupSelectionsCommand = (function (_super) {
7
7
  __extends(ListBackupSelectionsCommand, _super);
@@ -20,8 +20,8 @@ var ListBackupSelectionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListBackupSelectionsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListBackupSelectionsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListBackupSelectionsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListBackupSelectionsOutputFilterSensitiveLog,
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 { ListBackupVaultsInput, ListBackupVaultsOutput } from "../models/models_0";
4
+ import { ListBackupVaultsInputFilterSensitiveLog, ListBackupVaultsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBackupVaultsCommand, serializeAws_restJson1ListBackupVaultsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListBackupVaultsCommand = (function (_super) {
7
7
  __extends(ListBackupVaultsCommand, _super);
@@ -20,8 +20,8 @@ var ListBackupVaultsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListBackupVaultsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListBackupVaultsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListBackupVaultsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListBackupVaultsOutputFilterSensitiveLog,
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 { ListCopyJobsInput, ListCopyJobsOutput } from "../models/models_0";
4
+ import { ListCopyJobsInputFilterSensitiveLog, ListCopyJobsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListCopyJobsCommand, serializeAws_restJson1ListCopyJobsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListCopyJobsCommand = (function (_super) {
7
7
  __extends(ListCopyJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListCopyJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListCopyJobsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListCopyJobsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListCopyJobsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListCopyJobsOutputFilterSensitiveLog,
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 { ListFrameworksInput, ListFrameworksOutput } from "../models/models_0";
4
+ import { ListFrameworksInputFilterSensitiveLog, ListFrameworksOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFrameworksCommand, serializeAws_restJson1ListFrameworksCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFrameworksCommand = (function (_super) {
7
7
  __extends(ListFrameworksCommand, _super);
@@ -20,8 +20,8 @@ var ListFrameworksCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFrameworksInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFrameworksOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFrameworksInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFrameworksOutputFilterSensitiveLog,
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 { ListProtectedResourcesInput, ListProtectedResourcesOutput } from "../models/models_0";
4
+ import { ListProtectedResourcesInputFilterSensitiveLog, ListProtectedResourcesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListProtectedResourcesCommand, serializeAws_restJson1ListProtectedResourcesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListProtectedResourcesCommand = (function (_super) {
7
7
  __extends(ListProtectedResourcesCommand, _super);
@@ -20,8 +20,8 @@ var ListProtectedResourcesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListProtectedResourcesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListProtectedResourcesOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListProtectedResourcesInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListProtectedResourcesOutputFilterSensitiveLog,
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 { ListRecoveryPointsByBackupVaultInput, ListRecoveryPointsByBackupVaultOutput } from "../models/models_0";
4
+ import { ListRecoveryPointsByBackupVaultInputFilterSensitiveLog, ListRecoveryPointsByBackupVaultOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListRecoveryPointsByBackupVaultCommand, serializeAws_restJson1ListRecoveryPointsByBackupVaultCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListRecoveryPointsByBackupVaultCommand = (function (_super) {
7
7
  __extends(ListRecoveryPointsByBackupVaultCommand, _super);
@@ -20,8 +20,8 @@ var ListRecoveryPointsByBackupVaultCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListRecoveryPointsByBackupVaultInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListRecoveryPointsByBackupVaultOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListRecoveryPointsByBackupVaultInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListRecoveryPointsByBackupVaultOutputFilterSensitiveLog,
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 { ListRecoveryPointsByResourceInput, ListRecoveryPointsByResourceOutput } from "../models/models_0";
4
+ import { ListRecoveryPointsByResourceInputFilterSensitiveLog, ListRecoveryPointsByResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListRecoveryPointsByResourceCommand, serializeAws_restJson1ListRecoveryPointsByResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListRecoveryPointsByResourceCommand = (function (_super) {
7
7
  __extends(ListRecoveryPointsByResourceCommand, _super);
@@ -20,8 +20,8 @@ var ListRecoveryPointsByResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListRecoveryPointsByResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListRecoveryPointsByResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListRecoveryPointsByResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListRecoveryPointsByResourceOutputFilterSensitiveLog,
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 { ListReportJobsInput, ListReportJobsOutput } from "../models/models_0";
4
+ import { ListReportJobsInputFilterSensitiveLog, ListReportJobsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListReportJobsCommand, serializeAws_restJson1ListReportJobsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListReportJobsCommand = (function (_super) {
7
7
  __extends(ListReportJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListReportJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListReportJobsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListReportJobsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListReportJobsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListReportJobsOutputFilterSensitiveLog,
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 { ListReportPlansInput, ListReportPlansOutput } from "../models/models_0";
4
+ import { ListReportPlansInputFilterSensitiveLog, ListReportPlansOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListReportPlansCommand, serializeAws_restJson1ListReportPlansCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListReportPlansCommand = (function (_super) {
7
7
  __extends(ListReportPlansCommand, _super);
@@ -20,8 +20,8 @@ var ListReportPlansCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListReportPlansInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListReportPlansOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListReportPlansInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListReportPlansOutputFilterSensitiveLog,
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 { ListRestoreJobsInput, ListRestoreJobsOutput } from "../models/models_0";
4
+ import { ListRestoreJobsInputFilterSensitiveLog, ListRestoreJobsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListRestoreJobsCommand, serializeAws_restJson1ListRestoreJobsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListRestoreJobsCommand = (function (_super) {
7
7
  __extends(ListRestoreJobsCommand, _super);
@@ -20,8 +20,8 @@ var ListRestoreJobsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListRestoreJobsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListRestoreJobsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListRestoreJobsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListRestoreJobsOutputFilterSensitiveLog,
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 { ListTagsInput, ListTagsOutput } from "../models/models_0";
4
+ import { ListTagsInputFilterSensitiveLog, ListTagsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTagsCommand, serializeAws_restJson1ListTagsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTagsCommand = (function (_super) {
7
7
  __extends(ListTagsCommand, _super);
@@ -20,8 +20,8 @@ var ListTagsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTagsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsOutputFilterSensitiveLog,
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 { PutBackupVaultAccessPolicyInput } from "../models/models_0";
4
+ import { PutBackupVaultAccessPolicyInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutBackupVaultAccessPolicyCommand, serializeAws_restJson1PutBackupVaultAccessPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutBackupVaultAccessPolicyCommand = (function (_super) {
7
7
  __extends(PutBackupVaultAccessPolicyCommand, _super);
@@ -20,7 +20,7 @@ var PutBackupVaultAccessPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutBackupVaultAccessPolicyInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutBackupVaultAccessPolicyInputFilterSensitiveLog,
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 { PutBackupVaultLockConfigurationInput } from "../models/models_0";
4
+ import { PutBackupVaultLockConfigurationInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutBackupVaultLockConfigurationCommand, serializeAws_restJson1PutBackupVaultLockConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutBackupVaultLockConfigurationCommand = (function (_super) {
7
7
  __extends(PutBackupVaultLockConfigurationCommand, _super);
@@ -20,7 +20,7 @@ var PutBackupVaultLockConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutBackupVaultLockConfigurationInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutBackupVaultLockConfigurationInputFilterSensitiveLog,
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 { PutBackupVaultNotificationsInput } from "../models/models_0";
4
+ import { PutBackupVaultNotificationsInputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutBackupVaultNotificationsCommand, serializeAws_restJson1PutBackupVaultNotificationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutBackupVaultNotificationsCommand = (function (_super) {
7
7
  __extends(PutBackupVaultNotificationsCommand, _super);
@@ -20,7 +20,7 @@ var PutBackupVaultNotificationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutBackupVaultNotificationsInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutBackupVaultNotificationsInputFilterSensitiveLog,
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 { StartBackupJobInput, StartBackupJobOutput } from "../models/models_0";
4
+ import { StartBackupJobInputFilterSensitiveLog, StartBackupJobOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartBackupJobCommand, serializeAws_restJson1StartBackupJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartBackupJobCommand = (function (_super) {
7
7
  __extends(StartBackupJobCommand, _super);
@@ -20,8 +20,8 @@ var StartBackupJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartBackupJobInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartBackupJobOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartBackupJobInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartBackupJobOutputFilterSensitiveLog,
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 { StartCopyJobInput, StartCopyJobOutput } from "../models/models_0";
4
+ import { StartCopyJobInputFilterSensitiveLog, StartCopyJobOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartCopyJobCommand, serializeAws_restJson1StartCopyJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartCopyJobCommand = (function (_super) {
7
7
  __extends(StartCopyJobCommand, _super);
@@ -20,8 +20,8 @@ var StartCopyJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartCopyJobInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartCopyJobOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartCopyJobInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartCopyJobOutputFilterSensitiveLog,
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 { StartReportJobInput, StartReportJobOutput } from "../models/models_0";
4
+ import { StartReportJobInputFilterSensitiveLog, StartReportJobOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartReportJobCommand, serializeAws_restJson1StartReportJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartReportJobCommand = (function (_super) {
7
7
  __extends(StartReportJobCommand, _super);
@@ -20,8 +20,8 @@ var StartReportJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartReportJobInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartReportJobOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartReportJobInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartReportJobOutputFilterSensitiveLog,
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 { StartRestoreJobInput, StartRestoreJobOutput } from "../models/models_0";
4
+ import { StartRestoreJobInputFilterSensitiveLog, StartRestoreJobOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartRestoreJobCommand, serializeAws_restJson1StartRestoreJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartRestoreJobCommand = (function (_super) {
7
7
  __extends(StartRestoreJobCommand, _super);
@@ -20,8 +20,8 @@ var StartRestoreJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartRestoreJobInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartRestoreJobOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartRestoreJobInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartRestoreJobOutputFilterSensitiveLog,
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 { StopBackupJobInput } from "../models/models_0";
4
+ import { StopBackupJobInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StopBackupJobCommand, serializeAws_restJson1StopBackupJobCommand, } from "../protocols/Aws_restJson1";
6
6
  var StopBackupJobCommand = (function (_super) {
7
7
  __extends(StopBackupJobCommand, _super);
@@ -20,7 +20,7 @@ var StopBackupJobCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StopBackupJobInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StopBackupJobInputFilterSensitiveLog,
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 { TagResourceInput } from "../models/models_0";
4
+ import { TagResourceInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,7 +20,7 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
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 { UntagResourceInput } from "../models/models_0";
4
+ import { UntagResourceInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,7 +20,7 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;