@aws-sdk/client-backup 3.183.0 → 3.186.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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/Backup.js +273 -266
- package/dist-es/BackupClient.js +28 -22
- package/dist-es/commands/CreateBackupPlanCommand.js +28 -21
- package/dist-es/commands/CreateBackupSelectionCommand.js +28 -21
- package/dist-es/commands/CreateBackupVaultCommand.js +28 -21
- package/dist-es/commands/CreateFrameworkCommand.js +28 -21
- package/dist-es/commands/CreateReportPlanCommand.js +28 -21
- package/dist-es/commands/DeleteBackupPlanCommand.js +28 -21
- package/dist-es/commands/DeleteBackupSelectionCommand.js +29 -22
- package/dist-es/commands/DeleteBackupVaultAccessPolicyCommand.js +29 -22
- package/dist-es/commands/DeleteBackupVaultCommand.js +29 -22
- package/dist-es/commands/DeleteBackupVaultLockConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteBackupVaultNotificationsCommand.js +29 -22
- package/dist-es/commands/DeleteFrameworkCommand.js +29 -22
- package/dist-es/commands/DeleteRecoveryPointCommand.js +29 -22
- package/dist-es/commands/DeleteReportPlanCommand.js +29 -22
- package/dist-es/commands/DescribeBackupJobCommand.js +28 -21
- package/dist-es/commands/DescribeBackupVaultCommand.js +28 -21
- package/dist-es/commands/DescribeCopyJobCommand.js +28 -21
- package/dist-es/commands/DescribeFrameworkCommand.js +28 -21
- package/dist-es/commands/DescribeGlobalSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeProtectedResourceCommand.js +28 -21
- package/dist-es/commands/DescribeRecoveryPointCommand.js +28 -21
- package/dist-es/commands/DescribeRegionSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeReportJobCommand.js +28 -21
- package/dist-es/commands/DescribeReportPlanCommand.js +28 -21
- package/dist-es/commands/DescribeRestoreJobCommand.js +28 -21
- package/dist-es/commands/DisassociateRecoveryPointCommand.js +29 -22
- package/dist-es/commands/ExportBackupPlanTemplateCommand.js +28 -21
- package/dist-es/commands/GetBackupPlanCommand.js +28 -21
- package/dist-es/commands/GetBackupPlanFromJSONCommand.js +28 -21
- package/dist-es/commands/GetBackupPlanFromTemplateCommand.js +28 -21
- package/dist-es/commands/GetBackupSelectionCommand.js +28 -21
- package/dist-es/commands/GetBackupVaultAccessPolicyCommand.js +28 -21
- package/dist-es/commands/GetBackupVaultNotificationsCommand.js +28 -21
- package/dist-es/commands/GetRecoveryPointRestoreMetadataCommand.js +28 -21
- package/dist-es/commands/GetSupportedResourceTypesCommand.js +29 -22
- package/dist-es/commands/ListBackupJobsCommand.js +28 -21
- package/dist-es/commands/ListBackupPlanTemplatesCommand.js +28 -21
- package/dist-es/commands/ListBackupPlanVersionsCommand.js +28 -21
- package/dist-es/commands/ListBackupPlansCommand.js +28 -21
- package/dist-es/commands/ListBackupSelectionsCommand.js +28 -21
- package/dist-es/commands/ListBackupVaultsCommand.js +28 -21
- package/dist-es/commands/ListCopyJobsCommand.js +28 -21
- package/dist-es/commands/ListFrameworksCommand.js +28 -21
- package/dist-es/commands/ListProtectedResourcesCommand.js +28 -21
- package/dist-es/commands/ListRecoveryPointsByBackupVaultCommand.js +28 -21
- package/dist-es/commands/ListRecoveryPointsByResourceCommand.js +28 -21
- package/dist-es/commands/ListReportJobsCommand.js +28 -21
- package/dist-es/commands/ListReportPlansCommand.js +28 -21
- package/dist-es/commands/ListRestoreJobsCommand.js +28 -21
- package/dist-es/commands/ListTagsCommand.js +28 -21
- package/dist-es/commands/PutBackupVaultAccessPolicyCommand.js +29 -22
- package/dist-es/commands/PutBackupVaultLockConfigurationCommand.js +29 -22
- package/dist-es/commands/PutBackupVaultNotificationsCommand.js +29 -22
- package/dist-es/commands/StartBackupJobCommand.js +28 -21
- package/dist-es/commands/StartCopyJobCommand.js +28 -21
- package/dist-es/commands/StartReportJobCommand.js +28 -21
- package/dist-es/commands/StartRestoreJobCommand.js +28 -21
- package/dist-es/commands/StopBackupJobCommand.js +29 -22
- package/dist-es/commands/TagResourceCommand.js +29 -22
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateBackupPlanCommand.js +28 -21
- package/dist-es/commands/UpdateFrameworkCommand.js +28 -21
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +29 -22
- package/dist-es/commands/UpdateRecoveryPointLifecycleCommand.js +28 -21
- package/dist-es/commands/UpdateRegionSettingsCommand.js +29 -22
- package/dist-es/commands/UpdateReportPlanCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/BackupServiceException.js +10 -5
- package/dist-es/models/models_0.js +299 -607
- package/dist-es/pagination/ListBackupJobsPaginator.js +68 -25
- package/dist-es/pagination/ListBackupPlanTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListBackupPlanVersionsPaginator.js +68 -25
- package/dist-es/pagination/ListBackupPlansPaginator.js +68 -25
- package/dist-es/pagination/ListBackupSelectionsPaginator.js +68 -25
- package/dist-es/pagination/ListBackupVaultsPaginator.js +68 -25
- package/dist-es/pagination/ListCopyJobsPaginator.js +68 -25
- package/dist-es/pagination/ListFrameworksPaginator.js +68 -25
- package/dist-es/pagination/ListProtectedResourcesPaginator.js +68 -25
- package/dist-es/pagination/ListRecoveryPointsByBackupVaultPaginator.js +68 -25
- package/dist-es/pagination/ListRecoveryPointsByResourcePaginator.js +68 -25
- package/dist-es/pagination/ListReportJobsPaginator.js +68 -25
- package/dist-es/pagination/ListReportPlansPaginator.js +68 -25
- package/dist-es/pagination/ListRestoreJobsPaginator.js +68 -25
- package/dist-es/pagination/ListTagsPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +6980 -5026
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +33 -33
|
@@ -1,23 +1,24 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { BackupServiceException as __BaseException } from "./BackupServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
this.Type = opts.Type;
|
|
18
|
-
this.Context = opts.Context;
|
|
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;
|
|
19
18
|
}
|
|
20
|
-
|
|
19
|
+
return AlreadyExistsException;
|
|
20
|
+
}(__BaseException));
|
|
21
|
+
export { AlreadyExistsException };
|
|
21
22
|
export var BackupJobState;
|
|
22
23
|
(function (BackupJobState) {
|
|
23
24
|
BackupJobState["ABORTED"] = "ABORTED";
|
|
@@ -53,22 +54,22 @@ export var BackupVaultEvent;
|
|
|
53
54
|
BackupVaultEvent["S3_BACKUP_OBJECT_FAILED"] = "S3_BACKUP_OBJECT_FAILED";
|
|
54
55
|
BackupVaultEvent["S3_RESTORE_OBJECT_FAILED"] = "S3_RESTORE_OBJECT_FAILED";
|
|
55
56
|
})(BackupVaultEvent || (BackupVaultEvent = {}));
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
this.Type = opts.Type;
|
|
69
|
-
this.Context = opts.Context;
|
|
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;
|
|
70
69
|
}
|
|
71
|
-
|
|
70
|
+
return ConflictException;
|
|
71
|
+
}(__BaseException));
|
|
72
|
+
export { ConflictException };
|
|
72
73
|
export var CopyJobState;
|
|
73
74
|
(function (CopyJobState) {
|
|
74
75
|
CopyJobState["COMPLETED"] = "COMPLETED";
|
|
@@ -76,134 +77,134 @@ export var CopyJobState;
|
|
|
76
77
|
CopyJobState["FAILED"] = "FAILED";
|
|
77
78
|
CopyJobState["RUNNING"] = "RUNNING";
|
|
78
79
|
})(CopyJobState || (CopyJobState = {}));
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
this.Type = opts.Type;
|
|
92
|
-
this.Context = opts.Context;
|
|
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;
|
|
93
92
|
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
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;
|
|
109
108
|
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
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;
|
|
125
124
|
}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
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;
|
|
141
140
|
}
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
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;
|
|
157
156
|
}
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
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;
|
|
173
172
|
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
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;
|
|
189
188
|
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
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;
|
|
205
204
|
}
|
|
206
|
-
|
|
205
|
+
return DependencyFailureException;
|
|
206
|
+
}(__BaseException));
|
|
207
|
+
export { DependencyFailureException };
|
|
207
208
|
export var RecoveryPointStatus;
|
|
208
209
|
(function (RecoveryPointStatus) {
|
|
209
210
|
RecoveryPointStatus["COMPLETED"] = "COMPLETED";
|
|
@@ -225,458 +226,149 @@ export var RestoreJobStatus;
|
|
|
225
226
|
RestoreJobStatus["PENDING"] = "PENDING";
|
|
226
227
|
RestoreJobStatus["RUNNING"] = "RUNNING";
|
|
227
228
|
})(RestoreJobStatus || (RestoreJobStatus = {}));
|
|
228
|
-
export
|
|
229
|
-
|
|
230
|
-
});
|
|
231
|
-
export
|
|
232
|
-
|
|
233
|
-
});
|
|
234
|
-
export
|
|
235
|
-
|
|
236
|
-
});
|
|
237
|
-
export
|
|
238
|
-
|
|
239
|
-
});
|
|
240
|
-
export
|
|
241
|
-
|
|
242
|
-
});
|
|
243
|
-
export
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
});
|
|
247
|
-
export
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
});
|
|
251
|
-
export
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
});
|
|
255
|
-
export
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
});
|
|
259
|
-
export
|
|
260
|
-
|
|
261
|
-
});
|
|
262
|
-
export
|
|
263
|
-
|
|
264
|
-
});
|
|
265
|
-
export
|
|
266
|
-
|
|
267
|
-
});
|
|
268
|
-
export
|
|
269
|
-
|
|
270
|
-
});
|
|
271
|
-
export
|
|
272
|
-
|
|
273
|
-
});
|
|
274
|
-
export
|
|
275
|
-
|
|
276
|
-
});
|
|
277
|
-
export
|
|
278
|
-
|
|
279
|
-
});
|
|
280
|
-
export
|
|
281
|
-
|
|
282
|
-
});
|
|
283
|
-
export
|
|
284
|
-
|
|
285
|
-
});
|
|
286
|
-
export
|
|
287
|
-
|
|
288
|
-
});
|
|
289
|
-
export
|
|
290
|
-
|
|
291
|
-
});
|
|
292
|
-
export
|
|
293
|
-
|
|
294
|
-
});
|
|
295
|
-
export
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
});
|
|
300
|
-
export
|
|
301
|
-
|
|
302
|
-
});
|
|
303
|
-
export
|
|
304
|
-
|
|
305
|
-
});
|
|
306
|
-
export
|
|
307
|
-
|
|
308
|
-
});
|
|
309
|
-
export
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
});
|
|
313
|
-
export
|
|
314
|
-
|
|
315
|
-
});
|
|
316
|
-
export
|
|
317
|
-
|
|
318
|
-
});
|
|
319
|
-
export
|
|
320
|
-
|
|
321
|
-
});
|
|
322
|
-
export
|
|
323
|
-
|
|
324
|
-
});
|
|
325
|
-
export
|
|
326
|
-
|
|
327
|
-
});
|
|
328
|
-
export
|
|
329
|
-
|
|
330
|
-
});
|
|
331
|
-
export
|
|
332
|
-
|
|
333
|
-
});
|
|
334
|
-
export
|
|
335
|
-
|
|
336
|
-
});
|
|
337
|
-
export
|
|
338
|
-
|
|
339
|
-
});
|
|
340
|
-
export
|
|
341
|
-
|
|
342
|
-
});
|
|
343
|
-
export
|
|
344
|
-
|
|
345
|
-
});
|
|
346
|
-
export
|
|
347
|
-
|
|
348
|
-
});
|
|
349
|
-
export
|
|
350
|
-
|
|
351
|
-
});
|
|
352
|
-
export
|
|
353
|
-
|
|
354
|
-
});
|
|
355
|
-
export
|
|
356
|
-
|
|
357
|
-
});
|
|
358
|
-
export
|
|
359
|
-
|
|
360
|
-
});
|
|
361
|
-
export
|
|
362
|
-
|
|
363
|
-
});
|
|
364
|
-
export
|
|
365
|
-
|
|
366
|
-
});
|
|
367
|
-
export
|
|
368
|
-
|
|
369
|
-
});
|
|
370
|
-
export
|
|
371
|
-
|
|
372
|
-
});
|
|
373
|
-
export
|
|
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
|
-
});
|
|
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)); };
|