@aws-sdk/client-backup 3.186.0 → 3.190.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 (93) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-es/Backup.js +266 -273
  3. package/dist-es/BackupClient.js +22 -28
  4. package/dist-es/commands/CreateBackupPlanCommand.js +21 -28
  5. package/dist-es/commands/CreateBackupSelectionCommand.js +21 -28
  6. package/dist-es/commands/CreateBackupVaultCommand.js +21 -28
  7. package/dist-es/commands/CreateFrameworkCommand.js +21 -28
  8. package/dist-es/commands/CreateReportPlanCommand.js +21 -28
  9. package/dist-es/commands/DeleteBackupPlanCommand.js +21 -28
  10. package/dist-es/commands/DeleteBackupSelectionCommand.js +22 -29
  11. package/dist-es/commands/DeleteBackupVaultAccessPolicyCommand.js +22 -29
  12. package/dist-es/commands/DeleteBackupVaultCommand.js +22 -29
  13. package/dist-es/commands/DeleteBackupVaultLockConfigurationCommand.js +22 -29
  14. package/dist-es/commands/DeleteBackupVaultNotificationsCommand.js +22 -29
  15. package/dist-es/commands/DeleteFrameworkCommand.js +22 -29
  16. package/dist-es/commands/DeleteRecoveryPointCommand.js +22 -29
  17. package/dist-es/commands/DeleteReportPlanCommand.js +22 -29
  18. package/dist-es/commands/DescribeBackupJobCommand.js +21 -28
  19. package/dist-es/commands/DescribeBackupVaultCommand.js +21 -28
  20. package/dist-es/commands/DescribeCopyJobCommand.js +21 -28
  21. package/dist-es/commands/DescribeFrameworkCommand.js +21 -28
  22. package/dist-es/commands/DescribeGlobalSettingsCommand.js +21 -28
  23. package/dist-es/commands/DescribeProtectedResourceCommand.js +21 -28
  24. package/dist-es/commands/DescribeRecoveryPointCommand.js +21 -28
  25. package/dist-es/commands/DescribeRegionSettingsCommand.js +21 -28
  26. package/dist-es/commands/DescribeReportJobCommand.js +21 -28
  27. package/dist-es/commands/DescribeReportPlanCommand.js +21 -28
  28. package/dist-es/commands/DescribeRestoreJobCommand.js +21 -28
  29. package/dist-es/commands/DisassociateRecoveryPointCommand.js +22 -29
  30. package/dist-es/commands/ExportBackupPlanTemplateCommand.js +21 -28
  31. package/dist-es/commands/GetBackupPlanCommand.js +21 -28
  32. package/dist-es/commands/GetBackupPlanFromJSONCommand.js +21 -28
  33. package/dist-es/commands/GetBackupPlanFromTemplateCommand.js +21 -28
  34. package/dist-es/commands/GetBackupSelectionCommand.js +21 -28
  35. package/dist-es/commands/GetBackupVaultAccessPolicyCommand.js +21 -28
  36. package/dist-es/commands/GetBackupVaultNotificationsCommand.js +21 -28
  37. package/dist-es/commands/GetRecoveryPointRestoreMetadataCommand.js +21 -28
  38. package/dist-es/commands/GetSupportedResourceTypesCommand.js +22 -29
  39. package/dist-es/commands/ListBackupJobsCommand.js +21 -28
  40. package/dist-es/commands/ListBackupPlanTemplatesCommand.js +21 -28
  41. package/dist-es/commands/ListBackupPlanVersionsCommand.js +21 -28
  42. package/dist-es/commands/ListBackupPlansCommand.js +21 -28
  43. package/dist-es/commands/ListBackupSelectionsCommand.js +21 -28
  44. package/dist-es/commands/ListBackupVaultsCommand.js +21 -28
  45. package/dist-es/commands/ListCopyJobsCommand.js +21 -28
  46. package/dist-es/commands/ListFrameworksCommand.js +21 -28
  47. package/dist-es/commands/ListProtectedResourcesCommand.js +21 -28
  48. package/dist-es/commands/ListRecoveryPointsByBackupVaultCommand.js +21 -28
  49. package/dist-es/commands/ListRecoveryPointsByResourceCommand.js +21 -28
  50. package/dist-es/commands/ListReportJobsCommand.js +21 -28
  51. package/dist-es/commands/ListReportPlansCommand.js +21 -28
  52. package/dist-es/commands/ListRestoreJobsCommand.js +21 -28
  53. package/dist-es/commands/ListTagsCommand.js +21 -28
  54. package/dist-es/commands/PutBackupVaultAccessPolicyCommand.js +22 -29
  55. package/dist-es/commands/PutBackupVaultLockConfigurationCommand.js +22 -29
  56. package/dist-es/commands/PutBackupVaultNotificationsCommand.js +22 -29
  57. package/dist-es/commands/StartBackupJobCommand.js +21 -28
  58. package/dist-es/commands/StartCopyJobCommand.js +21 -28
  59. package/dist-es/commands/StartReportJobCommand.js +21 -28
  60. package/dist-es/commands/StartRestoreJobCommand.js +21 -28
  61. package/dist-es/commands/StopBackupJobCommand.js +22 -29
  62. package/dist-es/commands/TagResourceCommand.js +22 -29
  63. package/dist-es/commands/UntagResourceCommand.js +22 -29
  64. package/dist-es/commands/UpdateBackupPlanCommand.js +21 -28
  65. package/dist-es/commands/UpdateFrameworkCommand.js +21 -28
  66. package/dist-es/commands/UpdateGlobalSettingsCommand.js +22 -29
  67. package/dist-es/commands/UpdateRecoveryPointLifecycleCommand.js +21 -28
  68. package/dist-es/commands/UpdateRegionSettingsCommand.js +22 -29
  69. package/dist-es/commands/UpdateReportPlanCommand.js +21 -28
  70. package/dist-es/endpoints.js +8 -8
  71. package/dist-es/models/BackupServiceException.js +5 -10
  72. package/dist-es/models/models_0.js +607 -299
  73. package/dist-es/pagination/ListBackupJobsPaginator.js +25 -68
  74. package/dist-es/pagination/ListBackupPlanTemplatesPaginator.js +25 -68
  75. package/dist-es/pagination/ListBackupPlanVersionsPaginator.js +25 -68
  76. package/dist-es/pagination/ListBackupPlansPaginator.js +25 -68
  77. package/dist-es/pagination/ListBackupSelectionsPaginator.js +25 -68
  78. package/dist-es/pagination/ListBackupVaultsPaginator.js +25 -68
  79. package/dist-es/pagination/ListCopyJobsPaginator.js +25 -68
  80. package/dist-es/pagination/ListFrameworksPaginator.js +25 -68
  81. package/dist-es/pagination/ListProtectedResourcesPaginator.js +25 -68
  82. package/dist-es/pagination/ListRecoveryPointsByBackupVaultPaginator.js +25 -68
  83. package/dist-es/pagination/ListRecoveryPointsByResourcePaginator.js +25 -68
  84. package/dist-es/pagination/ListReportJobsPaginator.js +25 -68
  85. package/dist-es/pagination/ListReportPlansPaginator.js +25 -68
  86. package/dist-es/pagination/ListRestoreJobsPaginator.js +25 -68
  87. package/dist-es/pagination/ListTagsPaginator.js +25 -68
  88. package/dist-es/protocols/Aws_restJson1.js +5026 -6980
  89. package/dist-es/runtimeConfig.browser.js +26 -12
  90. package/dist-es/runtimeConfig.js +30 -12
  91. package/dist-es/runtimeConfig.native.js +8 -5
  92. package/dist-es/runtimeConfig.shared.js +8 -11
  93. package/package.json +33 -33
@@ -1,24 +1,23 @@
1
- import { __assign, __extends } from "tslib";
2
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
2
  import { BackupServiceException as __BaseException } from "./BackupServiceException";
4
- var AlreadyExistsException = (function (_super) {
5
- __extends(AlreadyExistsException, _super);
6
- function AlreadyExistsException(opts) {
7
- var _this = _super.call(this, __assign({ name: "AlreadyExistsException", $fault: "client" }, opts)) || this;
8
- _this.name = "AlreadyExistsException";
9
- _this.$fault = "client";
10
- Object.setPrototypeOf(_this, AlreadyExistsException.prototype);
11
- _this.Code = opts.Code;
12
- _this.Message = opts.Message;
13
- _this.CreatorRequestId = opts.CreatorRequestId;
14
- _this.Arn = opts.Arn;
15
- _this.Type = opts.Type;
16
- _this.Context = opts.Context;
17
- return _this;
3
+ export class AlreadyExistsException extends __BaseException {
4
+ constructor(opts) {
5
+ super({
6
+ name: "AlreadyExistsException",
7
+ $fault: "client",
8
+ ...opts,
9
+ });
10
+ this.name = "AlreadyExistsException";
11
+ this.$fault = "client";
12
+ Object.setPrototypeOf(this, AlreadyExistsException.prototype);
13
+ this.Code = opts.Code;
14
+ this.Message = opts.Message;
15
+ this.CreatorRequestId = opts.CreatorRequestId;
16
+ this.Arn = opts.Arn;
17
+ this.Type = opts.Type;
18
+ this.Context = opts.Context;
18
19
  }
19
- return AlreadyExistsException;
20
- }(__BaseException));
21
- export { AlreadyExistsException };
20
+ }
22
21
  export var BackupJobState;
23
22
  (function (BackupJobState) {
24
23
  BackupJobState["ABORTED"] = "ABORTED";
@@ -54,22 +53,22 @@ export var BackupVaultEvent;
54
53
  BackupVaultEvent["S3_BACKUP_OBJECT_FAILED"] = "S3_BACKUP_OBJECT_FAILED";
55
54
  BackupVaultEvent["S3_RESTORE_OBJECT_FAILED"] = "S3_RESTORE_OBJECT_FAILED";
56
55
  })(BackupVaultEvent || (BackupVaultEvent = {}));
57
- var ConflictException = (function (_super) {
58
- __extends(ConflictException, _super);
59
- function ConflictException(opts) {
60
- var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
61
- _this.name = "ConflictException";
62
- _this.$fault = "client";
63
- Object.setPrototypeOf(_this, ConflictException.prototype);
64
- _this.Code = opts.Code;
65
- _this.Message = opts.Message;
66
- _this.Type = opts.Type;
67
- _this.Context = opts.Context;
68
- return _this;
56
+ export class ConflictException extends __BaseException {
57
+ constructor(opts) {
58
+ super({
59
+ name: "ConflictException",
60
+ $fault: "client",
61
+ ...opts,
62
+ });
63
+ this.name = "ConflictException";
64
+ this.$fault = "client";
65
+ Object.setPrototypeOf(this, ConflictException.prototype);
66
+ this.Code = opts.Code;
67
+ this.Message = opts.Message;
68
+ this.Type = opts.Type;
69
+ this.Context = opts.Context;
69
70
  }
70
- return ConflictException;
71
- }(__BaseException));
72
- export { ConflictException };
71
+ }
73
72
  export var CopyJobState;
74
73
  (function (CopyJobState) {
75
74
  CopyJobState["COMPLETED"] = "COMPLETED";
@@ -77,134 +76,134 @@ export var CopyJobState;
77
76
  CopyJobState["FAILED"] = "FAILED";
78
77
  CopyJobState["RUNNING"] = "RUNNING";
79
78
  })(CopyJobState || (CopyJobState = {}));
80
- var InvalidParameterValueException = (function (_super) {
81
- __extends(InvalidParameterValueException, _super);
82
- function InvalidParameterValueException(opts) {
83
- var _this = _super.call(this, __assign({ name: "InvalidParameterValueException", $fault: "client" }, opts)) || this;
84
- _this.name = "InvalidParameterValueException";
85
- _this.$fault = "client";
86
- Object.setPrototypeOf(_this, InvalidParameterValueException.prototype);
87
- _this.Code = opts.Code;
88
- _this.Message = opts.Message;
89
- _this.Type = opts.Type;
90
- _this.Context = opts.Context;
91
- return _this;
79
+ export class InvalidParameterValueException extends __BaseException {
80
+ constructor(opts) {
81
+ super({
82
+ name: "InvalidParameterValueException",
83
+ $fault: "client",
84
+ ...opts,
85
+ });
86
+ this.name = "InvalidParameterValueException";
87
+ this.$fault = "client";
88
+ Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
89
+ this.Code = opts.Code;
90
+ this.Message = opts.Message;
91
+ this.Type = opts.Type;
92
+ this.Context = opts.Context;
92
93
  }
93
- return InvalidParameterValueException;
94
- }(__BaseException));
95
- export { InvalidParameterValueException };
96
- var LimitExceededException = (function (_super) {
97
- __extends(LimitExceededException, _super);
98
- function LimitExceededException(opts) {
99
- var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
100
- _this.name = "LimitExceededException";
101
- _this.$fault = "client";
102
- Object.setPrototypeOf(_this, LimitExceededException.prototype);
103
- _this.Code = opts.Code;
104
- _this.Message = opts.Message;
105
- _this.Type = opts.Type;
106
- _this.Context = opts.Context;
107
- return _this;
94
+ }
95
+ export class LimitExceededException extends __BaseException {
96
+ constructor(opts) {
97
+ super({
98
+ name: "LimitExceededException",
99
+ $fault: "client",
100
+ ...opts,
101
+ });
102
+ this.name = "LimitExceededException";
103
+ this.$fault = "client";
104
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
105
+ this.Code = opts.Code;
106
+ this.Message = opts.Message;
107
+ this.Type = opts.Type;
108
+ this.Context = opts.Context;
108
109
  }
109
- return LimitExceededException;
110
- }(__BaseException));
111
- export { LimitExceededException };
112
- var MissingParameterValueException = (function (_super) {
113
- __extends(MissingParameterValueException, _super);
114
- function MissingParameterValueException(opts) {
115
- var _this = _super.call(this, __assign({ name: "MissingParameterValueException", $fault: "client" }, opts)) || this;
116
- _this.name = "MissingParameterValueException";
117
- _this.$fault = "client";
118
- Object.setPrototypeOf(_this, MissingParameterValueException.prototype);
119
- _this.Code = opts.Code;
120
- _this.Message = opts.Message;
121
- _this.Type = opts.Type;
122
- _this.Context = opts.Context;
123
- return _this;
110
+ }
111
+ export class MissingParameterValueException extends __BaseException {
112
+ constructor(opts) {
113
+ super({
114
+ name: "MissingParameterValueException",
115
+ $fault: "client",
116
+ ...opts,
117
+ });
118
+ this.name = "MissingParameterValueException";
119
+ this.$fault = "client";
120
+ Object.setPrototypeOf(this, MissingParameterValueException.prototype);
121
+ this.Code = opts.Code;
122
+ this.Message = opts.Message;
123
+ this.Type = opts.Type;
124
+ this.Context = opts.Context;
124
125
  }
125
- return MissingParameterValueException;
126
- }(__BaseException));
127
- export { MissingParameterValueException };
128
- var ServiceUnavailableException = (function (_super) {
129
- __extends(ServiceUnavailableException, _super);
130
- function ServiceUnavailableException(opts) {
131
- var _this = _super.call(this, __assign({ name: "ServiceUnavailableException", $fault: "server" }, opts)) || this;
132
- _this.name = "ServiceUnavailableException";
133
- _this.$fault = "server";
134
- Object.setPrototypeOf(_this, ServiceUnavailableException.prototype);
135
- _this.Code = opts.Code;
136
- _this.Message = opts.Message;
137
- _this.Type = opts.Type;
138
- _this.Context = opts.Context;
139
- return _this;
126
+ }
127
+ export class ServiceUnavailableException extends __BaseException {
128
+ constructor(opts) {
129
+ super({
130
+ name: "ServiceUnavailableException",
131
+ $fault: "server",
132
+ ...opts,
133
+ });
134
+ this.name = "ServiceUnavailableException";
135
+ this.$fault = "server";
136
+ Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
137
+ this.Code = opts.Code;
138
+ this.Message = opts.Message;
139
+ this.Type = opts.Type;
140
+ this.Context = opts.Context;
140
141
  }
141
- return ServiceUnavailableException;
142
- }(__BaseException));
143
- export { ServiceUnavailableException };
144
- var InvalidRequestException = (function (_super) {
145
- __extends(InvalidRequestException, _super);
146
- function InvalidRequestException(opts) {
147
- var _this = _super.call(this, __assign({ name: "InvalidRequestException", $fault: "client" }, opts)) || this;
148
- _this.name = "InvalidRequestException";
149
- _this.$fault = "client";
150
- Object.setPrototypeOf(_this, InvalidRequestException.prototype);
151
- _this.Code = opts.Code;
152
- _this.Message = opts.Message;
153
- _this.Type = opts.Type;
154
- _this.Context = opts.Context;
155
- return _this;
142
+ }
143
+ export class InvalidRequestException extends __BaseException {
144
+ constructor(opts) {
145
+ super({
146
+ name: "InvalidRequestException",
147
+ $fault: "client",
148
+ ...opts,
149
+ });
150
+ this.name = "InvalidRequestException";
151
+ this.$fault = "client";
152
+ Object.setPrototypeOf(this, InvalidRequestException.prototype);
153
+ this.Code = opts.Code;
154
+ this.Message = opts.Message;
155
+ this.Type = opts.Type;
156
+ this.Context = opts.Context;
156
157
  }
157
- return InvalidRequestException;
158
- }(__BaseException));
159
- export { InvalidRequestException };
160
- var ResourceNotFoundException = (function (_super) {
161
- __extends(ResourceNotFoundException, _super);
162
- function ResourceNotFoundException(opts) {
163
- var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
164
- _this.name = "ResourceNotFoundException";
165
- _this.$fault = "client";
166
- Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
167
- _this.Code = opts.Code;
168
- _this.Message = opts.Message;
169
- _this.Type = opts.Type;
170
- _this.Context = opts.Context;
171
- return _this;
158
+ }
159
+ export class ResourceNotFoundException extends __BaseException {
160
+ constructor(opts) {
161
+ super({
162
+ name: "ResourceNotFoundException",
163
+ $fault: "client",
164
+ ...opts,
165
+ });
166
+ this.name = "ResourceNotFoundException";
167
+ this.$fault = "client";
168
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
169
+ this.Code = opts.Code;
170
+ this.Message = opts.Message;
171
+ this.Type = opts.Type;
172
+ this.Context = opts.Context;
172
173
  }
173
- return ResourceNotFoundException;
174
- }(__BaseException));
175
- export { ResourceNotFoundException };
176
- var InvalidResourceStateException = (function (_super) {
177
- __extends(InvalidResourceStateException, _super);
178
- function InvalidResourceStateException(opts) {
179
- var _this = _super.call(this, __assign({ name: "InvalidResourceStateException", $fault: "client" }, opts)) || this;
180
- _this.name = "InvalidResourceStateException";
181
- _this.$fault = "client";
182
- Object.setPrototypeOf(_this, InvalidResourceStateException.prototype);
183
- _this.Code = opts.Code;
184
- _this.Message = opts.Message;
185
- _this.Type = opts.Type;
186
- _this.Context = opts.Context;
187
- return _this;
174
+ }
175
+ export class InvalidResourceStateException extends __BaseException {
176
+ constructor(opts) {
177
+ super({
178
+ name: "InvalidResourceStateException",
179
+ $fault: "client",
180
+ ...opts,
181
+ });
182
+ this.name = "InvalidResourceStateException";
183
+ this.$fault = "client";
184
+ Object.setPrototypeOf(this, InvalidResourceStateException.prototype);
185
+ this.Code = opts.Code;
186
+ this.Message = opts.Message;
187
+ this.Type = opts.Type;
188
+ this.Context = opts.Context;
188
189
  }
189
- return InvalidResourceStateException;
190
- }(__BaseException));
191
- export { InvalidResourceStateException };
192
- var DependencyFailureException = (function (_super) {
193
- __extends(DependencyFailureException, _super);
194
- function DependencyFailureException(opts) {
195
- var _this = _super.call(this, __assign({ name: "DependencyFailureException", $fault: "server" }, opts)) || this;
196
- _this.name = "DependencyFailureException";
197
- _this.$fault = "server";
198
- Object.setPrototypeOf(_this, DependencyFailureException.prototype);
199
- _this.Code = opts.Code;
200
- _this.Message = opts.Message;
201
- _this.Type = opts.Type;
202
- _this.Context = opts.Context;
203
- return _this;
190
+ }
191
+ export class DependencyFailureException extends __BaseException {
192
+ constructor(opts) {
193
+ super({
194
+ name: "DependencyFailureException",
195
+ $fault: "server",
196
+ ...opts,
197
+ });
198
+ this.name = "DependencyFailureException";
199
+ this.$fault = "server";
200
+ Object.setPrototypeOf(this, DependencyFailureException.prototype);
201
+ this.Code = opts.Code;
202
+ this.Message = opts.Message;
203
+ this.Type = opts.Type;
204
+ this.Context = opts.Context;
204
205
  }
205
- return DependencyFailureException;
206
- }(__BaseException));
207
- export { DependencyFailureException };
206
+ }
208
207
  export var RecoveryPointStatus;
209
208
  (function (RecoveryPointStatus) {
210
209
  RecoveryPointStatus["COMPLETED"] = "COMPLETED";
@@ -226,149 +225,458 @@ export var RestoreJobStatus;
226
225
  RestoreJobStatus["PENDING"] = "PENDING";
227
226
  RestoreJobStatus["RUNNING"] = "RUNNING";
228
227
  })(RestoreJobStatus || (RestoreJobStatus = {}));
229
- export var AdvancedBackupSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
230
- export var RecoveryPointCreatorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
231
- export var BackupJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
232
- export var LifecycleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
233
- export var CopyActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
234
- export var BackupRuleFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RecoveryPointTags && { RecoveryPointTags: SENSITIVE_STRING }))); };
235
- export var BackupPlanFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return BackupRuleFilterSensitiveLog(item); }) }))); };
236
- export var BackupRuleInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RecoveryPointTags && { RecoveryPointTags: SENSITIVE_STRING }))); };
237
- export var BackupPlanInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return BackupRuleInputFilterSensitiveLog(item); }) }))); };
238
- export var BackupPlansListMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
239
- export var BackupPlanTemplatesListMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
240
- export var ConditionParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
241
- export var ConditionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
242
- export var ConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
243
- export var BackupSelectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
244
- export var BackupSelectionsListMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
245
- export var BackupVaultListMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
246
- export var CalculatedLifecycleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
247
- export var ControlInputParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
248
- export var ControlScopeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
249
- export var CopyJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
250
- export var CreateBackupPlanInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.BackupPlan && { BackupPlan: BackupPlanInputFilterSensitiveLog(obj.BackupPlan) })), (obj.BackupPlanTags && { BackupPlanTags: SENSITIVE_STRING }))); };
251
- export var CreateBackupPlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
252
- export var CreateBackupSelectionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
253
- export var CreateBackupSelectionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
254
- export var CreateBackupVaultInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BackupVaultTags && { BackupVaultTags: SENSITIVE_STRING }))); };
255
- export var CreateBackupVaultOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
256
- export var FrameworkControlFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
257
- export var CreateFrameworkInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
258
- export var CreateFrameworkOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
259
- export var ReportDeliveryChannelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
260
- export var ReportSettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
261
- export var CreateReportPlanInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
262
- export var CreateReportPlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
263
- export var DeleteBackupPlanInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
264
- export var DeleteBackupPlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
265
- export var DeleteBackupSelectionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
266
- export var DeleteBackupVaultInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
267
- export var DeleteBackupVaultAccessPolicyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
268
- export var DeleteBackupVaultLockConfigurationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
269
- export var DeleteBackupVaultNotificationsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
- export var DeleteFrameworkInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
271
- export var DeleteRecoveryPointInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
272
- export var DeleteReportPlanInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
273
- export var DescribeBackupJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
274
- export var DescribeBackupJobOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
275
- export var DescribeBackupVaultInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
276
- export var DescribeBackupVaultOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
277
- export var DescribeCopyJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
278
- export var DescribeCopyJobOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
279
- export var DescribeFrameworkInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
280
- export var DescribeFrameworkOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
281
- export var DescribeGlobalSettingsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
282
- export var DescribeGlobalSettingsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
283
- export var DescribeProtectedResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
284
- export var DescribeProtectedResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
285
- export var DescribeRecoveryPointInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
286
- export var DescribeRecoveryPointOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
287
- export var DescribeRegionSettingsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
288
- export var DescribeRegionSettingsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
289
- export var DescribeReportJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
- export var ReportDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
291
- export var ReportJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
292
- export var DescribeReportJobOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
293
- export var DescribeReportPlanInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
294
- export var ReportPlanFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
295
- export var DescribeReportPlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
296
- export var DescribeRestoreJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
297
- export var DescribeRestoreJobOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
- export var DisassociateRecoveryPointInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
299
- export var ExportBackupPlanTemplateInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
300
- export var ExportBackupPlanTemplateOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
301
- export var GetBackupPlanInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
302
- export var GetBackupPlanOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BackupPlan && { BackupPlan: BackupPlanFilterSensitiveLog(obj.BackupPlan) }))); };
303
- export var GetBackupPlanFromJSONInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
- export var GetBackupPlanFromJSONOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BackupPlan && { BackupPlan: BackupPlanFilterSensitiveLog(obj.BackupPlan) }))); };
305
- export var GetBackupPlanFromTemplateInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
306
- export var GetBackupPlanFromTemplateOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BackupPlanDocument && { BackupPlanDocument: BackupPlanFilterSensitiveLog(obj.BackupPlanDocument) }))); };
307
- export var GetBackupSelectionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
308
- export var GetBackupSelectionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
309
- export var GetBackupVaultAccessPolicyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
310
- export var GetBackupVaultAccessPolicyOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
311
- export var GetBackupVaultNotificationsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
312
- export var GetBackupVaultNotificationsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
313
- export var GetRecoveryPointRestoreMetadataInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
314
- export var GetRecoveryPointRestoreMetadataOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RestoreMetadata && { RestoreMetadata: SENSITIVE_STRING }))); };
315
- export var GetSupportedResourceTypesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
316
- export var ListBackupJobsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
317
- export var ListBackupJobsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
318
- export var ListBackupPlansInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
319
- export var ListBackupPlansOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
320
- export var ListBackupPlanTemplatesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
321
- export var ListBackupPlanTemplatesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
322
- export var ListBackupPlanVersionsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
323
- export var ListBackupPlanVersionsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
324
- export var ListBackupSelectionsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
325
- export var ListBackupSelectionsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
326
- export var ListBackupVaultsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
327
- export var ListBackupVaultsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
328
- export var ListCopyJobsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
329
- export var ListCopyJobsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
330
- export var ListFrameworksInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
331
- export var FrameworkFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
- export var ListFrameworksOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
333
- export var ListProtectedResourcesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
334
- export var ProtectedResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
335
- export var ListProtectedResourcesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
336
- export var ListRecoveryPointsByBackupVaultInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
337
- export var RecoveryPointByBackupVaultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
338
- export var ListRecoveryPointsByBackupVaultOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
339
- export var ListRecoveryPointsByResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
340
- export var RecoveryPointByResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
- export var ListRecoveryPointsByResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
342
- export var ListReportJobsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
343
- export var ListReportJobsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
344
- export var ListReportPlansInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
345
- export var ListReportPlansOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
346
- export var ListRestoreJobsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
347
- export var RestoreJobsListMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
- export var ListRestoreJobsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
349
- export var ListTagsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
350
- export var ListTagsOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
351
- export var PutBackupVaultAccessPolicyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
352
- export var PutBackupVaultLockConfigurationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
353
- export var PutBackupVaultNotificationsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
354
- export var StartBackupJobInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RecoveryPointTags && { RecoveryPointTags: SENSITIVE_STRING }))); };
355
- export var StartBackupJobOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
356
- export var StartCopyJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
357
- export var StartCopyJobOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
358
- export var StartReportJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
359
- export var StartReportJobOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
360
- export var StartRestoreJobInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Metadata && { Metadata: SENSITIVE_STRING }))); };
361
- export var StartRestoreJobOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
362
- export var StopBackupJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
363
- export var TagResourceInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
364
- export var UntagResourceInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TagKeyList && { TagKeyList: SENSITIVE_STRING }))); };
365
- export var UpdateBackupPlanInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BackupPlan && { BackupPlan: BackupPlanInputFilterSensitiveLog(obj.BackupPlan) }))); };
366
- export var UpdateBackupPlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
367
- export var UpdateFrameworkInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
368
- export var UpdateFrameworkOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
369
- export var UpdateGlobalSettingsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
370
- export var UpdateRecoveryPointLifecycleInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
371
- export var UpdateRecoveryPointLifecycleOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
372
- export var UpdateRegionSettingsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
373
- export var UpdateReportPlanInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
374
- export var UpdateReportPlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
228
+ export const AdvancedBackupSettingFilterSensitiveLog = (obj) => ({
229
+ ...obj,
230
+ });
231
+ export const RecoveryPointCreatorFilterSensitiveLog = (obj) => ({
232
+ ...obj,
233
+ });
234
+ export const BackupJobFilterSensitiveLog = (obj) => ({
235
+ ...obj,
236
+ });
237
+ export const LifecycleFilterSensitiveLog = (obj) => ({
238
+ ...obj,
239
+ });
240
+ export const CopyActionFilterSensitiveLog = (obj) => ({
241
+ ...obj,
242
+ });
243
+ export const BackupRuleFilterSensitiveLog = (obj) => ({
244
+ ...obj,
245
+ ...(obj.RecoveryPointTags && { RecoveryPointTags: SENSITIVE_STRING }),
246
+ });
247
+ export const BackupPlanFilterSensitiveLog = (obj) => ({
248
+ ...obj,
249
+ ...(obj.Rules && { Rules: obj.Rules.map((item) => BackupRuleFilterSensitiveLog(item)) }),
250
+ });
251
+ export const BackupRuleInputFilterSensitiveLog = (obj) => ({
252
+ ...obj,
253
+ ...(obj.RecoveryPointTags && { RecoveryPointTags: SENSITIVE_STRING }),
254
+ });
255
+ export const BackupPlanInputFilterSensitiveLog = (obj) => ({
256
+ ...obj,
257
+ ...(obj.Rules && { Rules: obj.Rules.map((item) => BackupRuleInputFilterSensitiveLog(item)) }),
258
+ });
259
+ export const BackupPlansListMemberFilterSensitiveLog = (obj) => ({
260
+ ...obj,
261
+ });
262
+ export const BackupPlanTemplatesListMemberFilterSensitiveLog = (obj) => ({
263
+ ...obj,
264
+ });
265
+ export const ConditionParameterFilterSensitiveLog = (obj) => ({
266
+ ...obj,
267
+ });
268
+ export const ConditionsFilterSensitiveLog = (obj) => ({
269
+ ...obj,
270
+ });
271
+ export const ConditionFilterSensitiveLog = (obj) => ({
272
+ ...obj,
273
+ });
274
+ export const BackupSelectionFilterSensitiveLog = (obj) => ({
275
+ ...obj,
276
+ });
277
+ export const BackupSelectionsListMemberFilterSensitiveLog = (obj) => ({
278
+ ...obj,
279
+ });
280
+ export const BackupVaultListMemberFilterSensitiveLog = (obj) => ({
281
+ ...obj,
282
+ });
283
+ export const CalculatedLifecycleFilterSensitiveLog = (obj) => ({
284
+ ...obj,
285
+ });
286
+ export const ControlInputParameterFilterSensitiveLog = (obj) => ({
287
+ ...obj,
288
+ });
289
+ export const ControlScopeFilterSensitiveLog = (obj) => ({
290
+ ...obj,
291
+ });
292
+ export const CopyJobFilterSensitiveLog = (obj) => ({
293
+ ...obj,
294
+ });
295
+ export const CreateBackupPlanInputFilterSensitiveLog = (obj) => ({
296
+ ...obj,
297
+ ...(obj.BackupPlan && { BackupPlan: BackupPlanInputFilterSensitiveLog(obj.BackupPlan) }),
298
+ ...(obj.BackupPlanTags && { BackupPlanTags: SENSITIVE_STRING }),
299
+ });
300
+ export const CreateBackupPlanOutputFilterSensitiveLog = (obj) => ({
301
+ ...obj,
302
+ });
303
+ export const CreateBackupSelectionInputFilterSensitiveLog = (obj) => ({
304
+ ...obj,
305
+ });
306
+ export const CreateBackupSelectionOutputFilterSensitiveLog = (obj) => ({
307
+ ...obj,
308
+ });
309
+ export const CreateBackupVaultInputFilterSensitiveLog = (obj) => ({
310
+ ...obj,
311
+ ...(obj.BackupVaultTags && { BackupVaultTags: SENSITIVE_STRING }),
312
+ });
313
+ export const CreateBackupVaultOutputFilterSensitiveLog = (obj) => ({
314
+ ...obj,
315
+ });
316
+ export const FrameworkControlFilterSensitiveLog = (obj) => ({
317
+ ...obj,
318
+ });
319
+ export const CreateFrameworkInputFilterSensitiveLog = (obj) => ({
320
+ ...obj,
321
+ });
322
+ export const CreateFrameworkOutputFilterSensitiveLog = (obj) => ({
323
+ ...obj,
324
+ });
325
+ export const ReportDeliveryChannelFilterSensitiveLog = (obj) => ({
326
+ ...obj,
327
+ });
328
+ export const ReportSettingFilterSensitiveLog = (obj) => ({
329
+ ...obj,
330
+ });
331
+ export const CreateReportPlanInputFilterSensitiveLog = (obj) => ({
332
+ ...obj,
333
+ });
334
+ export const CreateReportPlanOutputFilterSensitiveLog = (obj) => ({
335
+ ...obj,
336
+ });
337
+ export const DeleteBackupPlanInputFilterSensitiveLog = (obj) => ({
338
+ ...obj,
339
+ });
340
+ export const DeleteBackupPlanOutputFilterSensitiveLog = (obj) => ({
341
+ ...obj,
342
+ });
343
+ export const DeleteBackupSelectionInputFilterSensitiveLog = (obj) => ({
344
+ ...obj,
345
+ });
346
+ export const DeleteBackupVaultInputFilterSensitiveLog = (obj) => ({
347
+ ...obj,
348
+ });
349
+ export const DeleteBackupVaultAccessPolicyInputFilterSensitiveLog = (obj) => ({
350
+ ...obj,
351
+ });
352
+ export const DeleteBackupVaultLockConfigurationInputFilterSensitiveLog = (obj) => ({
353
+ ...obj,
354
+ });
355
+ export const DeleteBackupVaultNotificationsInputFilterSensitiveLog = (obj) => ({
356
+ ...obj,
357
+ });
358
+ export const DeleteFrameworkInputFilterSensitiveLog = (obj) => ({
359
+ ...obj,
360
+ });
361
+ export const DeleteRecoveryPointInputFilterSensitiveLog = (obj) => ({
362
+ ...obj,
363
+ });
364
+ export const DeleteReportPlanInputFilterSensitiveLog = (obj) => ({
365
+ ...obj,
366
+ });
367
+ export const DescribeBackupJobInputFilterSensitiveLog = (obj) => ({
368
+ ...obj,
369
+ });
370
+ export const DescribeBackupJobOutputFilterSensitiveLog = (obj) => ({
371
+ ...obj,
372
+ });
373
+ export const DescribeBackupVaultInputFilterSensitiveLog = (obj) => ({
374
+ ...obj,
375
+ });
376
+ export const DescribeBackupVaultOutputFilterSensitiveLog = (obj) => ({
377
+ ...obj,
378
+ });
379
+ export const DescribeCopyJobInputFilterSensitiveLog = (obj) => ({
380
+ ...obj,
381
+ });
382
+ export const DescribeCopyJobOutputFilterSensitiveLog = (obj) => ({
383
+ ...obj,
384
+ });
385
+ export const DescribeFrameworkInputFilterSensitiveLog = (obj) => ({
386
+ ...obj,
387
+ });
388
+ export const DescribeFrameworkOutputFilterSensitiveLog = (obj) => ({
389
+ ...obj,
390
+ });
391
+ export const DescribeGlobalSettingsInputFilterSensitiveLog = (obj) => ({
392
+ ...obj,
393
+ });
394
+ export const DescribeGlobalSettingsOutputFilterSensitiveLog = (obj) => ({
395
+ ...obj,
396
+ });
397
+ export const DescribeProtectedResourceInputFilterSensitiveLog = (obj) => ({
398
+ ...obj,
399
+ });
400
+ export const DescribeProtectedResourceOutputFilterSensitiveLog = (obj) => ({
401
+ ...obj,
402
+ });
403
+ export const DescribeRecoveryPointInputFilterSensitiveLog = (obj) => ({
404
+ ...obj,
405
+ });
406
+ export const DescribeRecoveryPointOutputFilterSensitiveLog = (obj) => ({
407
+ ...obj,
408
+ });
409
+ export const DescribeRegionSettingsInputFilterSensitiveLog = (obj) => ({
410
+ ...obj,
411
+ });
412
+ export const DescribeRegionSettingsOutputFilterSensitiveLog = (obj) => ({
413
+ ...obj,
414
+ });
415
+ export const DescribeReportJobInputFilterSensitiveLog = (obj) => ({
416
+ ...obj,
417
+ });
418
+ export const ReportDestinationFilterSensitiveLog = (obj) => ({
419
+ ...obj,
420
+ });
421
+ export const ReportJobFilterSensitiveLog = (obj) => ({
422
+ ...obj,
423
+ });
424
+ export const DescribeReportJobOutputFilterSensitiveLog = (obj) => ({
425
+ ...obj,
426
+ });
427
+ export const DescribeReportPlanInputFilterSensitiveLog = (obj) => ({
428
+ ...obj,
429
+ });
430
+ export const ReportPlanFilterSensitiveLog = (obj) => ({
431
+ ...obj,
432
+ });
433
+ export const DescribeReportPlanOutputFilterSensitiveLog = (obj) => ({
434
+ ...obj,
435
+ });
436
+ export const DescribeRestoreJobInputFilterSensitiveLog = (obj) => ({
437
+ ...obj,
438
+ });
439
+ export const DescribeRestoreJobOutputFilterSensitiveLog = (obj) => ({
440
+ ...obj,
441
+ });
442
+ export const DisassociateRecoveryPointInputFilterSensitiveLog = (obj) => ({
443
+ ...obj,
444
+ });
445
+ export const ExportBackupPlanTemplateInputFilterSensitiveLog = (obj) => ({
446
+ ...obj,
447
+ });
448
+ export const ExportBackupPlanTemplateOutputFilterSensitiveLog = (obj) => ({
449
+ ...obj,
450
+ });
451
+ export const GetBackupPlanInputFilterSensitiveLog = (obj) => ({
452
+ ...obj,
453
+ });
454
+ export const GetBackupPlanOutputFilterSensitiveLog = (obj) => ({
455
+ ...obj,
456
+ ...(obj.BackupPlan && { BackupPlan: BackupPlanFilterSensitiveLog(obj.BackupPlan) }),
457
+ });
458
+ export const GetBackupPlanFromJSONInputFilterSensitiveLog = (obj) => ({
459
+ ...obj,
460
+ });
461
+ export const GetBackupPlanFromJSONOutputFilterSensitiveLog = (obj) => ({
462
+ ...obj,
463
+ ...(obj.BackupPlan && { BackupPlan: BackupPlanFilterSensitiveLog(obj.BackupPlan) }),
464
+ });
465
+ export const GetBackupPlanFromTemplateInputFilterSensitiveLog = (obj) => ({
466
+ ...obj,
467
+ });
468
+ export const GetBackupPlanFromTemplateOutputFilterSensitiveLog = (obj) => ({
469
+ ...obj,
470
+ ...(obj.BackupPlanDocument && { BackupPlanDocument: BackupPlanFilterSensitiveLog(obj.BackupPlanDocument) }),
471
+ });
472
+ export const GetBackupSelectionInputFilterSensitiveLog = (obj) => ({
473
+ ...obj,
474
+ });
475
+ export const GetBackupSelectionOutputFilterSensitiveLog = (obj) => ({
476
+ ...obj,
477
+ });
478
+ export const GetBackupVaultAccessPolicyInputFilterSensitiveLog = (obj) => ({
479
+ ...obj,
480
+ });
481
+ export const GetBackupVaultAccessPolicyOutputFilterSensitiveLog = (obj) => ({
482
+ ...obj,
483
+ });
484
+ export const GetBackupVaultNotificationsInputFilterSensitiveLog = (obj) => ({
485
+ ...obj,
486
+ });
487
+ export const GetBackupVaultNotificationsOutputFilterSensitiveLog = (obj) => ({
488
+ ...obj,
489
+ });
490
+ export const GetRecoveryPointRestoreMetadataInputFilterSensitiveLog = (obj) => ({
491
+ ...obj,
492
+ });
493
+ export const GetRecoveryPointRestoreMetadataOutputFilterSensitiveLog = (obj) => ({
494
+ ...obj,
495
+ ...(obj.RestoreMetadata && { RestoreMetadata: SENSITIVE_STRING }),
496
+ });
497
+ export const GetSupportedResourceTypesOutputFilterSensitiveLog = (obj) => ({
498
+ ...obj,
499
+ });
500
+ export const ListBackupJobsInputFilterSensitiveLog = (obj) => ({
501
+ ...obj,
502
+ });
503
+ export const ListBackupJobsOutputFilterSensitiveLog = (obj) => ({
504
+ ...obj,
505
+ });
506
+ export const ListBackupPlansInputFilterSensitiveLog = (obj) => ({
507
+ ...obj,
508
+ });
509
+ export const ListBackupPlansOutputFilterSensitiveLog = (obj) => ({
510
+ ...obj,
511
+ });
512
+ export const ListBackupPlanTemplatesInputFilterSensitiveLog = (obj) => ({
513
+ ...obj,
514
+ });
515
+ export const ListBackupPlanTemplatesOutputFilterSensitiveLog = (obj) => ({
516
+ ...obj,
517
+ });
518
+ export const ListBackupPlanVersionsInputFilterSensitiveLog = (obj) => ({
519
+ ...obj,
520
+ });
521
+ export const ListBackupPlanVersionsOutputFilterSensitiveLog = (obj) => ({
522
+ ...obj,
523
+ });
524
+ export const ListBackupSelectionsInputFilterSensitiveLog = (obj) => ({
525
+ ...obj,
526
+ });
527
+ export const ListBackupSelectionsOutputFilterSensitiveLog = (obj) => ({
528
+ ...obj,
529
+ });
530
+ export const ListBackupVaultsInputFilterSensitiveLog = (obj) => ({
531
+ ...obj,
532
+ });
533
+ export const ListBackupVaultsOutputFilterSensitiveLog = (obj) => ({
534
+ ...obj,
535
+ });
536
+ export const ListCopyJobsInputFilterSensitiveLog = (obj) => ({
537
+ ...obj,
538
+ });
539
+ export const ListCopyJobsOutputFilterSensitiveLog = (obj) => ({
540
+ ...obj,
541
+ });
542
+ export const ListFrameworksInputFilterSensitiveLog = (obj) => ({
543
+ ...obj,
544
+ });
545
+ export const FrameworkFilterSensitiveLog = (obj) => ({
546
+ ...obj,
547
+ });
548
+ export const ListFrameworksOutputFilterSensitiveLog = (obj) => ({
549
+ ...obj,
550
+ });
551
+ export const ListProtectedResourcesInputFilterSensitiveLog = (obj) => ({
552
+ ...obj,
553
+ });
554
+ export const ProtectedResourceFilterSensitiveLog = (obj) => ({
555
+ ...obj,
556
+ });
557
+ export const ListProtectedResourcesOutputFilterSensitiveLog = (obj) => ({
558
+ ...obj,
559
+ });
560
+ export const ListRecoveryPointsByBackupVaultInputFilterSensitiveLog = (obj) => ({
561
+ ...obj,
562
+ });
563
+ export const RecoveryPointByBackupVaultFilterSensitiveLog = (obj) => ({
564
+ ...obj,
565
+ });
566
+ export const ListRecoveryPointsByBackupVaultOutputFilterSensitiveLog = (obj) => ({
567
+ ...obj,
568
+ });
569
+ export const ListRecoveryPointsByResourceInputFilterSensitiveLog = (obj) => ({
570
+ ...obj,
571
+ });
572
+ export const RecoveryPointByResourceFilterSensitiveLog = (obj) => ({
573
+ ...obj,
574
+ });
575
+ export const ListRecoveryPointsByResourceOutputFilterSensitiveLog = (obj) => ({
576
+ ...obj,
577
+ });
578
+ export const ListReportJobsInputFilterSensitiveLog = (obj) => ({
579
+ ...obj,
580
+ });
581
+ export const ListReportJobsOutputFilterSensitiveLog = (obj) => ({
582
+ ...obj,
583
+ });
584
+ export const ListReportPlansInputFilterSensitiveLog = (obj) => ({
585
+ ...obj,
586
+ });
587
+ export const ListReportPlansOutputFilterSensitiveLog = (obj) => ({
588
+ ...obj,
589
+ });
590
+ export const ListRestoreJobsInputFilterSensitiveLog = (obj) => ({
591
+ ...obj,
592
+ });
593
+ export const RestoreJobsListMemberFilterSensitiveLog = (obj) => ({
594
+ ...obj,
595
+ });
596
+ export const ListRestoreJobsOutputFilterSensitiveLog = (obj) => ({
597
+ ...obj,
598
+ });
599
+ export const ListTagsInputFilterSensitiveLog = (obj) => ({
600
+ ...obj,
601
+ });
602
+ export const ListTagsOutputFilterSensitiveLog = (obj) => ({
603
+ ...obj,
604
+ ...(obj.Tags && { Tags: SENSITIVE_STRING }),
605
+ });
606
+ export const PutBackupVaultAccessPolicyInputFilterSensitiveLog = (obj) => ({
607
+ ...obj,
608
+ });
609
+ export const PutBackupVaultLockConfigurationInputFilterSensitiveLog = (obj) => ({
610
+ ...obj,
611
+ });
612
+ export const PutBackupVaultNotificationsInputFilterSensitiveLog = (obj) => ({
613
+ ...obj,
614
+ });
615
+ export const StartBackupJobInputFilterSensitiveLog = (obj) => ({
616
+ ...obj,
617
+ ...(obj.RecoveryPointTags && { RecoveryPointTags: SENSITIVE_STRING }),
618
+ });
619
+ export const StartBackupJobOutputFilterSensitiveLog = (obj) => ({
620
+ ...obj,
621
+ });
622
+ export const StartCopyJobInputFilterSensitiveLog = (obj) => ({
623
+ ...obj,
624
+ });
625
+ export const StartCopyJobOutputFilterSensitiveLog = (obj) => ({
626
+ ...obj,
627
+ });
628
+ export const StartReportJobInputFilterSensitiveLog = (obj) => ({
629
+ ...obj,
630
+ });
631
+ export const StartReportJobOutputFilterSensitiveLog = (obj) => ({
632
+ ...obj,
633
+ });
634
+ export const StartRestoreJobInputFilterSensitiveLog = (obj) => ({
635
+ ...obj,
636
+ ...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
637
+ });
638
+ export const StartRestoreJobOutputFilterSensitiveLog = (obj) => ({
639
+ ...obj,
640
+ });
641
+ export const StopBackupJobInputFilterSensitiveLog = (obj) => ({
642
+ ...obj,
643
+ });
644
+ export const TagResourceInputFilterSensitiveLog = (obj) => ({
645
+ ...obj,
646
+ ...(obj.Tags && { Tags: SENSITIVE_STRING }),
647
+ });
648
+ export const UntagResourceInputFilterSensitiveLog = (obj) => ({
649
+ ...obj,
650
+ ...(obj.TagKeyList && { TagKeyList: SENSITIVE_STRING }),
651
+ });
652
+ export const UpdateBackupPlanInputFilterSensitiveLog = (obj) => ({
653
+ ...obj,
654
+ ...(obj.BackupPlan && { BackupPlan: BackupPlanInputFilterSensitiveLog(obj.BackupPlan) }),
655
+ });
656
+ export const UpdateBackupPlanOutputFilterSensitiveLog = (obj) => ({
657
+ ...obj,
658
+ });
659
+ export const UpdateFrameworkInputFilterSensitiveLog = (obj) => ({
660
+ ...obj,
661
+ });
662
+ export const UpdateFrameworkOutputFilterSensitiveLog = (obj) => ({
663
+ ...obj,
664
+ });
665
+ export const UpdateGlobalSettingsInputFilterSensitiveLog = (obj) => ({
666
+ ...obj,
667
+ });
668
+ export const UpdateRecoveryPointLifecycleInputFilterSensitiveLog = (obj) => ({
669
+ ...obj,
670
+ });
671
+ export const UpdateRecoveryPointLifecycleOutputFilterSensitiveLog = (obj) => ({
672
+ ...obj,
673
+ });
674
+ export const UpdateRegionSettingsInputFilterSensitiveLog = (obj) => ({
675
+ ...obj,
676
+ });
677
+ export const UpdateReportPlanInputFilterSensitiveLog = (obj) => ({
678
+ ...obj,
679
+ });
680
+ export const UpdateReportPlanOutputFilterSensitiveLog = (obj) => ({
681
+ ...obj,
682
+ });