aws-sdk-backup 1.61.0 → 1.62.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.
@@ -91,6 +91,10 @@ module Aws::Backup
91
91
  CreateLogicallyAirGappedBackupVaultOutput = Shapes::StructureShape.new(name: 'CreateLogicallyAirGappedBackupVaultOutput')
92
92
  CreateReportPlanInput = Shapes::StructureShape.new(name: 'CreateReportPlanInput')
93
93
  CreateReportPlanOutput = Shapes::StructureShape.new(name: 'CreateReportPlanOutput')
94
+ CreateRestoreTestingPlanInput = Shapes::StructureShape.new(name: 'CreateRestoreTestingPlanInput')
95
+ CreateRestoreTestingPlanOutput = Shapes::StructureShape.new(name: 'CreateRestoreTestingPlanOutput')
96
+ CreateRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'CreateRestoreTestingSelectionInput')
97
+ CreateRestoreTestingSelectionOutput = Shapes::StructureShape.new(name: 'CreateRestoreTestingSelectionOutput')
94
98
  CronExpression = Shapes::StringShape.new(name: 'CronExpression')
95
99
  DateRange = Shapes::StructureShape.new(name: 'DateRange')
96
100
  DeleteBackupPlanInput = Shapes::StructureShape.new(name: 'DeleteBackupPlanInput')
@@ -103,6 +107,8 @@ module Aws::Backup
103
107
  DeleteFrameworkInput = Shapes::StructureShape.new(name: 'DeleteFrameworkInput')
104
108
  DeleteRecoveryPointInput = Shapes::StructureShape.new(name: 'DeleteRecoveryPointInput')
105
109
  DeleteReportPlanInput = Shapes::StructureShape.new(name: 'DeleteReportPlanInput')
110
+ DeleteRestoreTestingPlanInput = Shapes::StructureShape.new(name: 'DeleteRestoreTestingPlanInput')
111
+ DeleteRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'DeleteRestoreTestingSelectionInput')
106
112
  DependencyFailureException = Shapes::StructureShape.new(name: 'DependencyFailureException')
107
113
  DescribeBackupJobInput = Shapes::StructureShape.new(name: 'DescribeBackupJobInput')
108
114
  DescribeBackupJobOutput = Shapes::StructureShape.new(name: 'DescribeBackupJobOutput')
@@ -153,6 +159,14 @@ module Aws::Backup
153
159
  GetLegalHoldOutput = Shapes::StructureShape.new(name: 'GetLegalHoldOutput')
154
160
  GetRecoveryPointRestoreMetadataInput = Shapes::StructureShape.new(name: 'GetRecoveryPointRestoreMetadataInput')
155
161
  GetRecoveryPointRestoreMetadataOutput = Shapes::StructureShape.new(name: 'GetRecoveryPointRestoreMetadataOutput')
162
+ GetRestoreJobMetadataInput = Shapes::StructureShape.new(name: 'GetRestoreJobMetadataInput')
163
+ GetRestoreJobMetadataOutput = Shapes::StructureShape.new(name: 'GetRestoreJobMetadataOutput')
164
+ GetRestoreTestingInferredMetadataInput = Shapes::StructureShape.new(name: 'GetRestoreTestingInferredMetadataInput')
165
+ GetRestoreTestingInferredMetadataOutput = Shapes::StructureShape.new(name: 'GetRestoreTestingInferredMetadataOutput')
166
+ GetRestoreTestingPlanInput = Shapes::StructureShape.new(name: 'GetRestoreTestingPlanInput')
167
+ GetRestoreTestingPlanOutput = Shapes::StructureShape.new(name: 'GetRestoreTestingPlanOutput')
168
+ GetRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'GetRestoreTestingSelectionInput')
169
+ GetRestoreTestingSelectionOutput = Shapes::StructureShape.new(name: 'GetRestoreTestingSelectionOutput')
156
170
  GetSupportedResourceTypesOutput = Shapes::StructureShape.new(name: 'GetSupportedResourceTypesOutput')
157
171
  GlobalSettings = Shapes::MapShape.new(name: 'GlobalSettings')
158
172
  GlobalSettingsName = Shapes::StringShape.new(name: 'GlobalSettingsName')
@@ -163,6 +177,8 @@ module Aws::Backup
163
177
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
164
178
  InvalidResourceStateException = Shapes::StructureShape.new(name: 'InvalidResourceStateException')
165
179
  IsEnabled = Shapes::BooleanShape.new(name: 'IsEnabled')
180
+ KeyValue = Shapes::StructureShape.new(name: 'KeyValue')
181
+ KeyValueList = Shapes::ListShape.new(name: 'KeyValueList')
166
182
  LegalHold = Shapes::StructureShape.new(name: 'LegalHold')
167
183
  LegalHoldStatus = Shapes::StringShape.new(name: 'LegalHoldStatus')
168
184
  LegalHoldsList = Shapes::ListShape.new(name: 'LegalHoldsList')
@@ -207,8 +223,16 @@ module Aws::Backup
207
223
  ListReportPlansOutput = Shapes::StructureShape.new(name: 'ListReportPlansOutput')
208
224
  ListRestoreJobSummariesInput = Shapes::StructureShape.new(name: 'ListRestoreJobSummariesInput')
209
225
  ListRestoreJobSummariesOutput = Shapes::StructureShape.new(name: 'ListRestoreJobSummariesOutput')
226
+ ListRestoreJobsByProtectedResourceInput = Shapes::StructureShape.new(name: 'ListRestoreJobsByProtectedResourceInput')
227
+ ListRestoreJobsByProtectedResourceOutput = Shapes::StructureShape.new(name: 'ListRestoreJobsByProtectedResourceOutput')
210
228
  ListRestoreJobsInput = Shapes::StructureShape.new(name: 'ListRestoreJobsInput')
211
229
  ListRestoreJobsOutput = Shapes::StructureShape.new(name: 'ListRestoreJobsOutput')
230
+ ListRestoreTestingPlansInput = Shapes::StructureShape.new(name: 'ListRestoreTestingPlansInput')
231
+ ListRestoreTestingPlansInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRestoreTestingPlansInputMaxResultsInteger')
232
+ ListRestoreTestingPlansOutput = Shapes::StructureShape.new(name: 'ListRestoreTestingPlansOutput')
233
+ ListRestoreTestingSelectionsInput = Shapes::StructureShape.new(name: 'ListRestoreTestingSelectionsInput')
234
+ ListRestoreTestingSelectionsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRestoreTestingSelectionsInputMaxResultsInteger')
235
+ ListRestoreTestingSelectionsOutput = Shapes::StructureShape.new(name: 'ListRestoreTestingSelectionsOutput')
212
236
  ListTagsInput = Shapes::StructureShape.new(name: 'ListTagsInput')
213
237
  ListTagsOutput = Shapes::StructureShape.new(name: 'ListTagsOutput')
214
238
  Long = Shapes::IntegerShape.new(name: 'Long')
@@ -222,10 +246,12 @@ module Aws::Backup
222
246
  ParameterName = Shapes::StringShape.new(name: 'ParameterName')
223
247
  ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
224
248
  ProtectedResource = Shapes::StructureShape.new(name: 'ProtectedResource')
249
+ ProtectedResourceConditions = Shapes::StructureShape.new(name: 'ProtectedResourceConditions')
225
250
  ProtectedResourcesList = Shapes::ListShape.new(name: 'ProtectedResourcesList')
226
251
  PutBackupVaultAccessPolicyInput = Shapes::StructureShape.new(name: 'PutBackupVaultAccessPolicyInput')
227
252
  PutBackupVaultLockConfigurationInput = Shapes::StructureShape.new(name: 'PutBackupVaultLockConfigurationInput')
228
253
  PutBackupVaultNotificationsInput = Shapes::StructureShape.new(name: 'PutBackupVaultNotificationsInput')
254
+ PutRestoreValidationResultInput = Shapes::StructureShape.new(name: 'PutRestoreValidationResultInput')
229
255
  RecoveryPointByBackupVault = Shapes::StructureShape.new(name: 'RecoveryPointByBackupVault')
230
256
  RecoveryPointByBackupVaultList = Shapes::ListShape.new(name: 'RecoveryPointByBackupVaultList')
231
257
  RecoveryPointByResource = Shapes::StructureShape.new(name: 'RecoveryPointByResource')
@@ -254,6 +280,8 @@ module Aws::Backup
254
280
  ResourceTypeManagementPreference = Shapes::MapShape.new(name: 'ResourceTypeManagementPreference')
255
281
  ResourceTypeOptInPreference = Shapes::MapShape.new(name: 'ResourceTypeOptInPreference')
256
282
  ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
283
+ RestoreDeletionStatus = Shapes::StringShape.new(name: 'RestoreDeletionStatus')
284
+ RestoreJobCreator = Shapes::StructureShape.new(name: 'RestoreJobCreator')
257
285
  RestoreJobId = Shapes::StringShape.new(name: 'RestoreJobId')
258
286
  RestoreJobState = Shapes::StringShape.new(name: 'RestoreJobState')
259
287
  RestoreJobStatus = Shapes::StringShape.new(name: 'RestoreJobStatus')
@@ -261,6 +289,22 @@ module Aws::Backup
261
289
  RestoreJobSummaryList = Shapes::ListShape.new(name: 'RestoreJobSummaryList')
262
290
  RestoreJobsList = Shapes::ListShape.new(name: 'RestoreJobsList')
263
291
  RestoreJobsListMember = Shapes::StructureShape.new(name: 'RestoreJobsListMember')
292
+ RestoreTestingPlanForCreate = Shapes::StructureShape.new(name: 'RestoreTestingPlanForCreate')
293
+ RestoreTestingPlanForGet = Shapes::StructureShape.new(name: 'RestoreTestingPlanForGet')
294
+ RestoreTestingPlanForList = Shapes::StructureShape.new(name: 'RestoreTestingPlanForList')
295
+ RestoreTestingPlanForUpdate = Shapes::StructureShape.new(name: 'RestoreTestingPlanForUpdate')
296
+ RestoreTestingPlans = Shapes::ListShape.new(name: 'RestoreTestingPlans')
297
+ RestoreTestingRecoveryPointSelection = Shapes::StructureShape.new(name: 'RestoreTestingRecoveryPointSelection')
298
+ RestoreTestingRecoveryPointSelectionAlgorithm = Shapes::StringShape.new(name: 'RestoreTestingRecoveryPointSelectionAlgorithm')
299
+ RestoreTestingRecoveryPointType = Shapes::StringShape.new(name: 'RestoreTestingRecoveryPointType')
300
+ RestoreTestingRecoveryPointTypeList = Shapes::ListShape.new(name: 'RestoreTestingRecoveryPointTypeList')
301
+ RestoreTestingSelectionForCreate = Shapes::StructureShape.new(name: 'RestoreTestingSelectionForCreate')
302
+ RestoreTestingSelectionForGet = Shapes::StructureShape.new(name: 'RestoreTestingSelectionForGet')
303
+ RestoreTestingSelectionForList = Shapes::StructureShape.new(name: 'RestoreTestingSelectionForList')
304
+ RestoreTestingSelectionForUpdate = Shapes::StructureShape.new(name: 'RestoreTestingSelectionForUpdate')
305
+ RestoreTestingSelections = Shapes::ListShape.new(name: 'RestoreTestingSelections')
306
+ RestoreValidationStatus = Shapes::StringShape.new(name: 'RestoreValidationStatus')
307
+ SensitiveStringMap = Shapes::MapShape.new(name: 'SensitiveStringMap')
264
308
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
265
309
  StartBackupJobInput = Shapes::StructureShape.new(name: 'StartBackupJobInput')
266
310
  StartBackupJobOutput = Shapes::StructureShape.new(name: 'StartBackupJobOutput')
@@ -272,11 +316,13 @@ module Aws::Backup
272
316
  StartRestoreJobOutput = Shapes::StructureShape.new(name: 'StartRestoreJobOutput')
273
317
  StopBackupJobInput = Shapes::StructureShape.new(name: 'StopBackupJobInput')
274
318
  StorageClass = Shapes::StringShape.new(name: 'StorageClass')
319
+ String = Shapes::StringShape.new(name: 'String')
275
320
  TagKey = Shapes::StringShape.new(name: 'TagKey')
276
321
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
277
322
  TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
278
323
  TagValue = Shapes::StringShape.new(name: 'TagValue')
279
324
  Tags = Shapes::MapShape.new(name: 'Tags')
325
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
280
326
  Timezone = Shapes::StringShape.new(name: 'Timezone')
281
327
  UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
282
328
  UpdateBackupPlanInput = Shapes::StructureShape.new(name: 'UpdateBackupPlanInput')
@@ -289,6 +335,10 @@ module Aws::Backup
289
335
  UpdateRegionSettingsInput = Shapes::StructureShape.new(name: 'UpdateRegionSettingsInput')
290
336
  UpdateReportPlanInput = Shapes::StructureShape.new(name: 'UpdateReportPlanInput')
291
337
  UpdateReportPlanOutput = Shapes::StructureShape.new(name: 'UpdateReportPlanOutput')
338
+ UpdateRestoreTestingPlanInput = Shapes::StructureShape.new(name: 'UpdateRestoreTestingPlanInput')
339
+ UpdateRestoreTestingPlanOutput = Shapes::StructureShape.new(name: 'UpdateRestoreTestingPlanOutput')
340
+ UpdateRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'UpdateRestoreTestingSelectionInput')
341
+ UpdateRestoreTestingSelectionOutput = Shapes::StructureShape.new(name: 'UpdateRestoreTestingSelectionOutput')
292
342
  VaultNames = Shapes::ListShape.new(name: 'VaultNames')
293
343
  VaultState = Shapes::StringShape.new(name: 'VaultState')
294
344
  VaultType = Shapes::StringShape.new(name: 'VaultType')
@@ -338,6 +388,7 @@ module Aws::Backup
338
388
  BackupJob.add_member(:parent_job_id, Shapes::ShapeRef.new(shape: string, location_name: "ParentJobId"))
339
389
  BackupJob.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
340
390
  BackupJob.add_member(:resource_name, Shapes::ShapeRef.new(shape: string, location_name: "ResourceName"))
391
+ BackupJob.add_member(:initiation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationDate"))
341
392
  BackupJob.add_member(:message_category, Shapes::ShapeRef.new(shape: string, location_name: "MessageCategory"))
342
393
  BackupJob.struct_class = Types::BackupJob
343
394
 
@@ -635,6 +686,27 @@ module Aws::Backup
635
686
  CreateReportPlanOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
636
687
  CreateReportPlanOutput.struct_class = Types::CreateReportPlanOutput
637
688
 
689
+ CreateRestoreTestingPlanInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: String, location_name: "CreatorRequestId"))
690
+ CreateRestoreTestingPlanInput.add_member(:restore_testing_plan, Shapes::ShapeRef.new(shape: RestoreTestingPlanForCreate, required: true, location_name: "RestoreTestingPlan"))
691
+ CreateRestoreTestingPlanInput.add_member(:tags, Shapes::ShapeRef.new(shape: SensitiveStringMap, location_name: "Tags"))
692
+ CreateRestoreTestingPlanInput.struct_class = Types::CreateRestoreTestingPlanInput
693
+
694
+ CreateRestoreTestingPlanOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
695
+ CreateRestoreTestingPlanOutput.add_member(:restore_testing_plan_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanArn"))
696
+ CreateRestoreTestingPlanOutput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanName"))
697
+ CreateRestoreTestingPlanOutput.struct_class = Types::CreateRestoreTestingPlanOutput
698
+
699
+ CreateRestoreTestingSelectionInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: String, location_name: "CreatorRequestId"))
700
+ CreateRestoreTestingSelectionInput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingPlanName"))
701
+ CreateRestoreTestingSelectionInput.add_member(:restore_testing_selection, Shapes::ShapeRef.new(shape: RestoreTestingSelectionForCreate, required: true, location_name: "RestoreTestingSelection"))
702
+ CreateRestoreTestingSelectionInput.struct_class = Types::CreateRestoreTestingSelectionInput
703
+
704
+ CreateRestoreTestingSelectionOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
705
+ CreateRestoreTestingSelectionOutput.add_member(:restore_testing_plan_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanArn"))
706
+ CreateRestoreTestingSelectionOutput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanName"))
707
+ CreateRestoreTestingSelectionOutput.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingSelectionName"))
708
+ CreateRestoreTestingSelectionOutput.struct_class = Types::CreateRestoreTestingSelectionOutput
709
+
638
710
  DateRange.add_member(:from_date, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "FromDate"))
639
711
  DateRange.add_member(:to_date, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "ToDate"))
640
712
  DateRange.struct_class = Types::DateRange
@@ -674,6 +746,13 @@ module Aws::Backup
674
746
  DeleteReportPlanInput.add_member(:report_plan_name, Shapes::ShapeRef.new(shape: ReportPlanName, required: true, location: "uri", location_name: "reportPlanName"))
675
747
  DeleteReportPlanInput.struct_class = Types::DeleteReportPlanInput
676
748
 
749
+ DeleteRestoreTestingPlanInput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingPlanName"))
750
+ DeleteRestoreTestingPlanInput.struct_class = Types::DeleteRestoreTestingPlanInput
751
+
752
+ DeleteRestoreTestingSelectionInput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingPlanName"))
753
+ DeleteRestoreTestingSelectionInput.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingSelectionName"))
754
+ DeleteRestoreTestingSelectionInput.struct_class = Types::DeleteRestoreTestingSelectionInput
755
+
677
756
  DependencyFailureException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
678
757
  DependencyFailureException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
679
758
  DependencyFailureException.add_member(:type, Shapes::ShapeRef.new(shape: string, location_name: "Type"))
@@ -708,6 +787,7 @@ module Aws::Backup
708
787
  DescribeBackupJobOutput.add_member(:number_of_child_jobs, Shapes::ShapeRef.new(shape: Long, location_name: "NumberOfChildJobs"))
709
788
  DescribeBackupJobOutput.add_member(:child_jobs_in_state, Shapes::ShapeRef.new(shape: BackupJobChildJobsInState, location_name: "ChildJobsInState"))
710
789
  DescribeBackupJobOutput.add_member(:resource_name, Shapes::ShapeRef.new(shape: string, location_name: "ResourceName"))
790
+ DescribeBackupJobOutput.add_member(:initiation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "InitiationDate"))
711
791
  DescribeBackupJobOutput.add_member(:message_category, Shapes::ShapeRef.new(shape: string, location_name: "MessageCategory"))
712
792
  DescribeBackupJobOutput.struct_class = Types::DescribeBackupJobOutput
713
793
 
@@ -760,6 +840,11 @@ module Aws::Backup
760
840
  DescribeProtectedResourceOutput.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
761
841
  DescribeProtectedResourceOutput.add_member(:last_backup_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastBackupTime"))
762
842
  DescribeProtectedResourceOutput.add_member(:resource_name, Shapes::ShapeRef.new(shape: string, location_name: "ResourceName"))
843
+ DescribeProtectedResourceOutput.add_member(:last_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "LastBackupVaultArn"))
844
+ DescribeProtectedResourceOutput.add_member(:last_recovery_point_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "LastRecoveryPointArn"))
845
+ DescribeProtectedResourceOutput.add_member(:latest_restore_execution_time_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "LatestRestoreExecutionTimeMinutes"))
846
+ DescribeProtectedResourceOutput.add_member(:latest_restore_job_creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "LatestRestoreJobCreationDate"))
847
+ DescribeProtectedResourceOutput.add_member(:latest_restore_recovery_point_creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "LatestRestoreRecoveryPointCreationDate"))
763
848
  DescribeProtectedResourceOutput.struct_class = Types::DescribeProtectedResourceOutput
764
849
 
765
850
  DescribeRecoveryPointInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location: "uri", location_name: "backupVaultName"))
@@ -826,6 +911,12 @@ module Aws::Backup
826
911
  DescribeRestoreJobOutput.add_member(:expected_completion_time_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "ExpectedCompletionTimeMinutes"))
827
912
  DescribeRestoreJobOutput.add_member(:created_resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "CreatedResourceArn"))
828
913
  DescribeRestoreJobOutput.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
914
+ DescribeRestoreJobOutput.add_member(:recovery_point_creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "RecoveryPointCreationDate"))
915
+ DescribeRestoreJobOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: RestoreJobCreator, location_name: "CreatedBy"))
916
+ DescribeRestoreJobOutput.add_member(:validation_status, Shapes::ShapeRef.new(shape: RestoreValidationStatus, location_name: "ValidationStatus"))
917
+ DescribeRestoreJobOutput.add_member(:validation_status_message, Shapes::ShapeRef.new(shape: string, location_name: "ValidationStatusMessage"))
918
+ DescribeRestoreJobOutput.add_member(:deletion_status, Shapes::ShapeRef.new(shape: RestoreDeletionStatus, location_name: "DeletionStatus"))
919
+ DescribeRestoreJobOutput.add_member(:deletion_status_message, Shapes::ShapeRef.new(shape: string, location_name: "DeletionStatusMessage"))
829
920
  DescribeRestoreJobOutput.struct_class = Types::DescribeRestoreJobOutput
830
921
 
831
922
  DisassociateRecoveryPointFromParentInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location: "uri", location_name: "backupVaultName"))
@@ -939,8 +1030,37 @@ module Aws::Backup
939
1030
  GetRecoveryPointRestoreMetadataOutput.add_member(:backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "BackupVaultArn"))
940
1031
  GetRecoveryPointRestoreMetadataOutput.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "RecoveryPointArn"))
941
1032
  GetRecoveryPointRestoreMetadataOutput.add_member(:restore_metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "RestoreMetadata"))
1033
+ GetRecoveryPointRestoreMetadataOutput.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
942
1034
  GetRecoveryPointRestoreMetadataOutput.struct_class = Types::GetRecoveryPointRestoreMetadataOutput
943
1035
 
1036
+ GetRestoreJobMetadataInput.add_member(:restore_job_id, Shapes::ShapeRef.new(shape: RestoreJobId, required: true, location: "uri", location_name: "restoreJobId"))
1037
+ GetRestoreJobMetadataInput.struct_class = Types::GetRestoreJobMetadataInput
1038
+
1039
+ GetRestoreJobMetadataOutput.add_member(:restore_job_id, Shapes::ShapeRef.new(shape: RestoreJobId, location_name: "RestoreJobId"))
1040
+ GetRestoreJobMetadataOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
1041
+ GetRestoreJobMetadataOutput.struct_class = Types::GetRestoreJobMetadataOutput
1042
+
1043
+ GetRestoreTestingInferredMetadataInput.add_member(:backup_vault_account_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "BackupVaultAccountId"))
1044
+ GetRestoreTestingInferredMetadataInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: String, required: true, location: "querystring", location_name: "BackupVaultName"))
1045
+ GetRestoreTestingInferredMetadataInput.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "querystring", location_name: "RecoveryPointArn"))
1046
+ GetRestoreTestingInferredMetadataInput.struct_class = Types::GetRestoreTestingInferredMetadataInput
1047
+
1048
+ GetRestoreTestingInferredMetadataOutput.add_member(:inferred_metadata, Shapes::ShapeRef.new(shape: stringMap, required: true, location_name: "InferredMetadata"))
1049
+ GetRestoreTestingInferredMetadataOutput.struct_class = Types::GetRestoreTestingInferredMetadataOutput
1050
+
1051
+ GetRestoreTestingPlanInput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingPlanName"))
1052
+ GetRestoreTestingPlanInput.struct_class = Types::GetRestoreTestingPlanInput
1053
+
1054
+ GetRestoreTestingPlanOutput.add_member(:restore_testing_plan, Shapes::ShapeRef.new(shape: RestoreTestingPlanForGet, required: true, location_name: "RestoreTestingPlan"))
1055
+ GetRestoreTestingPlanOutput.struct_class = Types::GetRestoreTestingPlanOutput
1056
+
1057
+ GetRestoreTestingSelectionInput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingPlanName"))
1058
+ GetRestoreTestingSelectionInput.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingSelectionName"))
1059
+ GetRestoreTestingSelectionInput.struct_class = Types::GetRestoreTestingSelectionInput
1060
+
1061
+ GetRestoreTestingSelectionOutput.add_member(:restore_testing_selection, Shapes::ShapeRef.new(shape: RestoreTestingSelectionForGet, required: true, location_name: "RestoreTestingSelection"))
1062
+ GetRestoreTestingSelectionOutput.struct_class = Types::GetRestoreTestingSelectionOutput
1063
+
944
1064
  GetSupportedResourceTypesOutput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
945
1065
  GetSupportedResourceTypesOutput.struct_class = Types::GetSupportedResourceTypesOutput
946
1066
 
@@ -965,6 +1085,12 @@ module Aws::Backup
965
1085
  InvalidResourceStateException.add_member(:context, Shapes::ShapeRef.new(shape: string, location_name: "Context"))
966
1086
  InvalidResourceStateException.struct_class = Types::InvalidResourceStateException
967
1087
 
1088
+ KeyValue.add_member(:key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Key"))
1089
+ KeyValue.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
1090
+ KeyValue.struct_class = Types::KeyValue
1091
+
1092
+ KeyValueList.member = Shapes::ShapeRef.new(shape: KeyValue)
1093
+
968
1094
  LegalHold.add_member(:title, Shapes::ShapeRef.new(shape: string, location_name: "Title"))
969
1095
  LegalHold.add_member(:status, Shapes::ShapeRef.new(shape: LegalHoldStatus, location_name: "Status"))
970
1096
  LegalHold.add_member(:description, Shapes::ShapeRef.new(shape: string, location_name: "Description"))
@@ -978,6 +1104,7 @@ module Aws::Backup
978
1104
 
979
1105
  Lifecycle.add_member(:move_to_cold_storage_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "MoveToColdStorageAfterDays"))
980
1106
  Lifecycle.add_member(:delete_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "DeleteAfterDays"))
1107
+ Lifecycle.add_member(:opt_in_to_archive_for_supported_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "OptInToArchiveForSupportedResources"))
981
1108
  Lifecycle.struct_class = Types::Lifecycle
982
1109
 
983
1110
  LimitExceededException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
@@ -1200,6 +1327,18 @@ module Aws::Backup
1200
1327
  ListRestoreJobSummariesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
1201
1328
  ListRestoreJobSummariesOutput.struct_class = Types::ListRestoreJobSummariesOutput
1202
1329
 
1330
+ ListRestoreJobsByProtectedResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
1331
+ ListRestoreJobsByProtectedResourceInput.add_member(:by_status, Shapes::ShapeRef.new(shape: RestoreJobStatus, location: "querystring", location_name: "status"))
1332
+ ListRestoreJobsByProtectedResourceInput.add_member(:by_recovery_point_creation_date_after, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "recoveryPointCreationDateAfter"))
1333
+ ListRestoreJobsByProtectedResourceInput.add_member(:by_recovery_point_creation_date_before, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "recoveryPointCreationDateBefore"))
1334
+ ListRestoreJobsByProtectedResourceInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "nextToken"))
1335
+ ListRestoreJobsByProtectedResourceInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1336
+ ListRestoreJobsByProtectedResourceInput.struct_class = Types::ListRestoreJobsByProtectedResourceInput
1337
+
1338
+ ListRestoreJobsByProtectedResourceOutput.add_member(:restore_jobs, Shapes::ShapeRef.new(shape: RestoreJobsList, location_name: "RestoreJobs"))
1339
+ ListRestoreJobsByProtectedResourceOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
1340
+ ListRestoreJobsByProtectedResourceOutput.struct_class = Types::ListRestoreJobsByProtectedResourceOutput
1341
+
1203
1342
  ListRestoreJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "nextToken"))
1204
1343
  ListRestoreJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1205
1344
  ListRestoreJobsInput.add_member(:by_account_id, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "accountId"))
@@ -1208,12 +1347,30 @@ module Aws::Backup
1208
1347
  ListRestoreJobsInput.add_member(:by_status, Shapes::ShapeRef.new(shape: RestoreJobStatus, location: "querystring", location_name: "status"))
1209
1348
  ListRestoreJobsInput.add_member(:by_complete_before, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "completeBefore"))
1210
1349
  ListRestoreJobsInput.add_member(:by_complete_after, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "completeAfter"))
1350
+ ListRestoreJobsInput.add_member(:by_restore_testing_plan_arn, Shapes::ShapeRef.new(shape: ARN, location: "querystring", location_name: "restoreTestingPlanArn"))
1211
1351
  ListRestoreJobsInput.struct_class = Types::ListRestoreJobsInput
1212
1352
 
1213
1353
  ListRestoreJobsOutput.add_member(:restore_jobs, Shapes::ShapeRef.new(shape: RestoreJobsList, location_name: "RestoreJobs"))
1214
1354
  ListRestoreJobsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
1215
1355
  ListRestoreJobsOutput.struct_class = Types::ListRestoreJobsOutput
1216
1356
 
1357
+ ListRestoreTestingPlansInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRestoreTestingPlansInputMaxResultsInteger, location: "querystring", location_name: "MaxResults"))
1358
+ ListRestoreTestingPlansInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "NextToken"))
1359
+ ListRestoreTestingPlansInput.struct_class = Types::ListRestoreTestingPlansInput
1360
+
1361
+ ListRestoreTestingPlansOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1362
+ ListRestoreTestingPlansOutput.add_member(:restore_testing_plans, Shapes::ShapeRef.new(shape: RestoreTestingPlans, required: true, location_name: "RestoreTestingPlans"))
1363
+ ListRestoreTestingPlansOutput.struct_class = Types::ListRestoreTestingPlansOutput
1364
+
1365
+ ListRestoreTestingSelectionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRestoreTestingSelectionsInputMaxResultsInteger, location: "querystring", location_name: "MaxResults"))
1366
+ ListRestoreTestingSelectionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "NextToken"))
1367
+ ListRestoreTestingSelectionsInput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingPlanName"))
1368
+ ListRestoreTestingSelectionsInput.struct_class = Types::ListRestoreTestingSelectionsInput
1369
+
1370
+ ListRestoreTestingSelectionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1371
+ ListRestoreTestingSelectionsOutput.add_member(:restore_testing_selections, Shapes::ShapeRef.new(shape: RestoreTestingSelections, required: true, location_name: "RestoreTestingSelections"))
1372
+ ListRestoreTestingSelectionsOutput.struct_class = Types::ListRestoreTestingSelectionsOutput
1373
+
1217
1374
  ListTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
1218
1375
  ListTagsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "nextToken"))
1219
1376
  ListTagsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -1236,8 +1393,14 @@ module Aws::Backup
1236
1393
  ProtectedResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
1237
1394
  ProtectedResource.add_member(:last_backup_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastBackupTime"))
1238
1395
  ProtectedResource.add_member(:resource_name, Shapes::ShapeRef.new(shape: string, location_name: "ResourceName"))
1396
+ ProtectedResource.add_member(:last_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "LastBackupVaultArn"))
1397
+ ProtectedResource.add_member(:last_recovery_point_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "LastRecoveryPointArn"))
1239
1398
  ProtectedResource.struct_class = Types::ProtectedResource
1240
1399
 
1400
+ ProtectedResourceConditions.add_member(:string_equals, Shapes::ShapeRef.new(shape: KeyValueList, location_name: "StringEquals"))
1401
+ ProtectedResourceConditions.add_member(:string_not_equals, Shapes::ShapeRef.new(shape: KeyValueList, location_name: "StringNotEquals"))
1402
+ ProtectedResourceConditions.struct_class = Types::ProtectedResourceConditions
1403
+
1241
1404
  ProtectedResourcesList.member = Shapes::ShapeRef.new(shape: ProtectedResource)
1242
1405
 
1243
1406
  PutBackupVaultAccessPolicyInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location: "uri", location_name: "backupVaultName"))
@@ -1255,6 +1418,11 @@ module Aws::Backup
1255
1418
  PutBackupVaultNotificationsInput.add_member(:backup_vault_events, Shapes::ShapeRef.new(shape: BackupVaultEvents, required: true, location_name: "BackupVaultEvents"))
1256
1419
  PutBackupVaultNotificationsInput.struct_class = Types::PutBackupVaultNotificationsInput
1257
1420
 
1421
+ PutRestoreValidationResultInput.add_member(:restore_job_id, Shapes::ShapeRef.new(shape: RestoreJobId, required: true, location: "uri", location_name: "restoreJobId"))
1422
+ PutRestoreValidationResultInput.add_member(:validation_status, Shapes::ShapeRef.new(shape: RestoreValidationStatus, required: true, location_name: "ValidationStatus"))
1423
+ PutRestoreValidationResultInput.add_member(:validation_status_message, Shapes::ShapeRef.new(shape: string, location_name: "ValidationStatusMessage"))
1424
+ PutRestoreValidationResultInput.struct_class = Types::PutRestoreValidationResultInput
1425
+
1258
1426
  RecoveryPointByBackupVault.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "RecoveryPointArn"))
1259
1427
  RecoveryPointByBackupVault.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, location_name: "BackupVaultName"))
1260
1428
  RecoveryPointByBackupVault.add_member(:backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "BackupVaultArn"))
@@ -1376,6 +1544,9 @@ module Aws::Backup
1376
1544
 
1377
1545
  ResourceTypes.member = Shapes::ShapeRef.new(shape: ResourceType)
1378
1546
 
1547
+ RestoreJobCreator.add_member(:restore_testing_plan_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "RestoreTestingPlanArn"))
1548
+ RestoreJobCreator.struct_class = Types::RestoreJobCreator
1549
+
1379
1550
  RestoreJobSummary.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
1380
1551
  RestoreJobSummary.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
1381
1552
  RestoreJobSummary.add_member(:state, Shapes::ShapeRef.new(shape: RestoreJobState, location_name: "State"))
@@ -1402,8 +1573,101 @@ module Aws::Backup
1402
1573
  RestoreJobsListMember.add_member(:expected_completion_time_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "ExpectedCompletionTimeMinutes"))
1403
1574
  RestoreJobsListMember.add_member(:created_resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "CreatedResourceArn"))
1404
1575
  RestoreJobsListMember.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
1576
+ RestoreJobsListMember.add_member(:recovery_point_creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "RecoveryPointCreationDate"))
1577
+ RestoreJobsListMember.add_member(:created_by, Shapes::ShapeRef.new(shape: RestoreJobCreator, location_name: "CreatedBy"))
1578
+ RestoreJobsListMember.add_member(:validation_status, Shapes::ShapeRef.new(shape: RestoreValidationStatus, location_name: "ValidationStatus"))
1579
+ RestoreJobsListMember.add_member(:validation_status_message, Shapes::ShapeRef.new(shape: string, location_name: "ValidationStatusMessage"))
1580
+ RestoreJobsListMember.add_member(:deletion_status, Shapes::ShapeRef.new(shape: RestoreDeletionStatus, location_name: "DeletionStatus"))
1581
+ RestoreJobsListMember.add_member(:deletion_status_message, Shapes::ShapeRef.new(shape: string, location_name: "DeletionStatusMessage"))
1405
1582
  RestoreJobsListMember.struct_class = Types::RestoreJobsListMember
1406
1583
 
1584
+ RestoreTestingPlanForCreate.add_member(:recovery_point_selection, Shapes::ShapeRef.new(shape: RestoreTestingRecoveryPointSelection, required: true, location_name: "RecoveryPointSelection"))
1585
+ RestoreTestingPlanForCreate.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanName"))
1586
+ RestoreTestingPlanForCreate.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScheduleExpression"))
1587
+ RestoreTestingPlanForCreate.add_member(:schedule_expression_timezone, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleExpressionTimezone"))
1588
+ RestoreTestingPlanForCreate.add_member(:start_window_hours, Shapes::ShapeRef.new(shape: integer, location_name: "StartWindowHours"))
1589
+ RestoreTestingPlanForCreate.struct_class = Types::RestoreTestingPlanForCreate
1590
+
1591
+ RestoreTestingPlanForGet.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1592
+ RestoreTestingPlanForGet.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: String, location_name: "CreatorRequestId"))
1593
+ RestoreTestingPlanForGet.add_member(:last_execution_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastExecutionTime"))
1594
+ RestoreTestingPlanForGet.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdateTime"))
1595
+ RestoreTestingPlanForGet.add_member(:recovery_point_selection, Shapes::ShapeRef.new(shape: RestoreTestingRecoveryPointSelection, required: true, location_name: "RecoveryPointSelection"))
1596
+ RestoreTestingPlanForGet.add_member(:restore_testing_plan_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanArn"))
1597
+ RestoreTestingPlanForGet.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanName"))
1598
+ RestoreTestingPlanForGet.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScheduleExpression"))
1599
+ RestoreTestingPlanForGet.add_member(:schedule_expression_timezone, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleExpressionTimezone"))
1600
+ RestoreTestingPlanForGet.add_member(:start_window_hours, Shapes::ShapeRef.new(shape: integer, location_name: "StartWindowHours"))
1601
+ RestoreTestingPlanForGet.struct_class = Types::RestoreTestingPlanForGet
1602
+
1603
+ RestoreTestingPlanForList.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1604
+ RestoreTestingPlanForList.add_member(:last_execution_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastExecutionTime"))
1605
+ RestoreTestingPlanForList.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdateTime"))
1606
+ RestoreTestingPlanForList.add_member(:restore_testing_plan_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanArn"))
1607
+ RestoreTestingPlanForList.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanName"))
1608
+ RestoreTestingPlanForList.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScheduleExpression"))
1609
+ RestoreTestingPlanForList.add_member(:schedule_expression_timezone, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleExpressionTimezone"))
1610
+ RestoreTestingPlanForList.add_member(:start_window_hours, Shapes::ShapeRef.new(shape: integer, location_name: "StartWindowHours"))
1611
+ RestoreTestingPlanForList.struct_class = Types::RestoreTestingPlanForList
1612
+
1613
+ RestoreTestingPlanForUpdate.add_member(:recovery_point_selection, Shapes::ShapeRef.new(shape: RestoreTestingRecoveryPointSelection, location_name: "RecoveryPointSelection"))
1614
+ RestoreTestingPlanForUpdate.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleExpression"))
1615
+ RestoreTestingPlanForUpdate.add_member(:schedule_expression_timezone, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleExpressionTimezone"))
1616
+ RestoreTestingPlanForUpdate.add_member(:start_window_hours, Shapes::ShapeRef.new(shape: integer, location_name: "StartWindowHours"))
1617
+ RestoreTestingPlanForUpdate.struct_class = Types::RestoreTestingPlanForUpdate
1618
+
1619
+ RestoreTestingPlans.member = Shapes::ShapeRef.new(shape: RestoreTestingPlanForList)
1620
+
1621
+ RestoreTestingRecoveryPointSelection.add_member(:algorithm, Shapes::ShapeRef.new(shape: RestoreTestingRecoveryPointSelectionAlgorithm, location_name: "Algorithm"))
1622
+ RestoreTestingRecoveryPointSelection.add_member(:exclude_vaults, Shapes::ShapeRef.new(shape: stringList, location_name: "ExcludeVaults"))
1623
+ RestoreTestingRecoveryPointSelection.add_member(:include_vaults, Shapes::ShapeRef.new(shape: stringList, location_name: "IncludeVaults"))
1624
+ RestoreTestingRecoveryPointSelection.add_member(:recovery_point_types, Shapes::ShapeRef.new(shape: RestoreTestingRecoveryPointTypeList, location_name: "RecoveryPointTypes"))
1625
+ RestoreTestingRecoveryPointSelection.add_member(:selection_window_days, Shapes::ShapeRef.new(shape: integer, location_name: "SelectionWindowDays"))
1626
+ RestoreTestingRecoveryPointSelection.struct_class = Types::RestoreTestingRecoveryPointSelection
1627
+
1628
+ RestoreTestingRecoveryPointTypeList.member = Shapes::ShapeRef.new(shape: RestoreTestingRecoveryPointType)
1629
+
1630
+ RestoreTestingSelectionForCreate.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
1631
+ RestoreTestingSelectionForCreate.add_member(:protected_resource_arns, Shapes::ShapeRef.new(shape: stringList, location_name: "ProtectedResourceArns"))
1632
+ RestoreTestingSelectionForCreate.add_member(:protected_resource_conditions, Shapes::ShapeRef.new(shape: ProtectedResourceConditions, location_name: "ProtectedResourceConditions"))
1633
+ RestoreTestingSelectionForCreate.add_member(:protected_resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ProtectedResourceType"))
1634
+ RestoreTestingSelectionForCreate.add_member(:restore_metadata_overrides, Shapes::ShapeRef.new(shape: SensitiveStringMap, location_name: "RestoreMetadataOverrides"))
1635
+ RestoreTestingSelectionForCreate.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingSelectionName"))
1636
+ RestoreTestingSelectionForCreate.add_member(:validation_window_hours, Shapes::ShapeRef.new(shape: integer, location_name: "ValidationWindowHours"))
1637
+ RestoreTestingSelectionForCreate.struct_class = Types::RestoreTestingSelectionForCreate
1638
+
1639
+ RestoreTestingSelectionForGet.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1640
+ RestoreTestingSelectionForGet.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: String, location_name: "CreatorRequestId"))
1641
+ RestoreTestingSelectionForGet.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
1642
+ RestoreTestingSelectionForGet.add_member(:protected_resource_arns, Shapes::ShapeRef.new(shape: stringList, location_name: "ProtectedResourceArns"))
1643
+ RestoreTestingSelectionForGet.add_member(:protected_resource_conditions, Shapes::ShapeRef.new(shape: ProtectedResourceConditions, location_name: "ProtectedResourceConditions"))
1644
+ RestoreTestingSelectionForGet.add_member(:protected_resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ProtectedResourceType"))
1645
+ RestoreTestingSelectionForGet.add_member(:restore_metadata_overrides, Shapes::ShapeRef.new(shape: SensitiveStringMap, location_name: "RestoreMetadataOverrides"))
1646
+ RestoreTestingSelectionForGet.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanName"))
1647
+ RestoreTestingSelectionForGet.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingSelectionName"))
1648
+ RestoreTestingSelectionForGet.add_member(:validation_window_hours, Shapes::ShapeRef.new(shape: integer, location_name: "ValidationWindowHours"))
1649
+ RestoreTestingSelectionForGet.struct_class = Types::RestoreTestingSelectionForGet
1650
+
1651
+ RestoreTestingSelectionForList.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1652
+ RestoreTestingSelectionForList.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
1653
+ RestoreTestingSelectionForList.add_member(:protected_resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ProtectedResourceType"))
1654
+ RestoreTestingSelectionForList.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanName"))
1655
+ RestoreTestingSelectionForList.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingSelectionName"))
1656
+ RestoreTestingSelectionForList.add_member(:validation_window_hours, Shapes::ShapeRef.new(shape: integer, location_name: "ValidationWindowHours"))
1657
+ RestoreTestingSelectionForList.struct_class = Types::RestoreTestingSelectionForList
1658
+
1659
+ RestoreTestingSelectionForUpdate.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "IamRoleArn"))
1660
+ RestoreTestingSelectionForUpdate.add_member(:protected_resource_arns, Shapes::ShapeRef.new(shape: stringList, location_name: "ProtectedResourceArns"))
1661
+ RestoreTestingSelectionForUpdate.add_member(:protected_resource_conditions, Shapes::ShapeRef.new(shape: ProtectedResourceConditions, location_name: "ProtectedResourceConditions"))
1662
+ RestoreTestingSelectionForUpdate.add_member(:restore_metadata_overrides, Shapes::ShapeRef.new(shape: SensitiveStringMap, location_name: "RestoreMetadataOverrides"))
1663
+ RestoreTestingSelectionForUpdate.add_member(:validation_window_hours, Shapes::ShapeRef.new(shape: integer, location_name: "ValidationWindowHours"))
1664
+ RestoreTestingSelectionForUpdate.struct_class = Types::RestoreTestingSelectionForUpdate
1665
+
1666
+ RestoreTestingSelections.member = Shapes::ShapeRef.new(shape: RestoreTestingSelectionForList)
1667
+
1668
+ SensitiveStringMap.key = Shapes::ShapeRef.new(shape: String)
1669
+ SensitiveStringMap.value = Shapes::ShapeRef.new(shape: String)
1670
+
1407
1671
  ServiceUnavailableException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
1408
1672
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
1409
1673
  ServiceUnavailableException.add_member(:type, Shapes::ShapeRef.new(shape: string, location_name: "Type"))
@@ -1526,6 +1790,28 @@ module Aws::Backup
1526
1790
  UpdateReportPlanOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
1527
1791
  UpdateReportPlanOutput.struct_class = Types::UpdateReportPlanOutput
1528
1792
 
1793
+ UpdateRestoreTestingPlanInput.add_member(:restore_testing_plan, Shapes::ShapeRef.new(shape: RestoreTestingPlanForUpdate, required: true, location_name: "RestoreTestingPlan"))
1794
+ UpdateRestoreTestingPlanInput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingPlanName"))
1795
+ UpdateRestoreTestingPlanInput.struct_class = Types::UpdateRestoreTestingPlanInput
1796
+
1797
+ UpdateRestoreTestingPlanOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1798
+ UpdateRestoreTestingPlanOutput.add_member(:restore_testing_plan_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanArn"))
1799
+ UpdateRestoreTestingPlanOutput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanName"))
1800
+ UpdateRestoreTestingPlanOutput.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
1801
+ UpdateRestoreTestingPlanOutput.struct_class = Types::UpdateRestoreTestingPlanOutput
1802
+
1803
+ UpdateRestoreTestingSelectionInput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingPlanName"))
1804
+ UpdateRestoreTestingSelectionInput.add_member(:restore_testing_selection, Shapes::ShapeRef.new(shape: RestoreTestingSelectionForUpdate, required: true, location_name: "RestoreTestingSelection"))
1805
+ UpdateRestoreTestingSelectionInput.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingSelectionName"))
1806
+ UpdateRestoreTestingSelectionInput.struct_class = Types::UpdateRestoreTestingSelectionInput
1807
+
1808
+ UpdateRestoreTestingSelectionOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1809
+ UpdateRestoreTestingSelectionOutput.add_member(:restore_testing_plan_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanArn"))
1810
+ UpdateRestoreTestingSelectionOutput.add_member(:restore_testing_plan_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingPlanName"))
1811
+ UpdateRestoreTestingSelectionOutput.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingSelectionName"))
1812
+ UpdateRestoreTestingSelectionOutput.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
1813
+ UpdateRestoreTestingSelectionOutput.struct_class = Types::UpdateRestoreTestingSelectionOutput
1814
+
1529
1815
  VaultNames.member = Shapes::ShapeRef.new(shape: string)
1530
1816
 
1531
1817
  stringList.member = Shapes::ShapeRef.new(shape: string)
@@ -1654,6 +1940,34 @@ module Aws::Backup
1654
1940
  o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1655
1941
  end)
1656
1942
 
1943
+ api.add_operation(:create_restore_testing_plan, Seahorse::Model::Operation.new.tap do |o|
1944
+ o.name = "CreateRestoreTestingPlan"
1945
+ o.http_method = "PUT"
1946
+ o.http_request_uri = "/restore-testing/plans"
1947
+ o.input = Shapes::ShapeRef.new(shape: CreateRestoreTestingPlanInput)
1948
+ o.output = Shapes::ShapeRef.new(shape: CreateRestoreTestingPlanOutput)
1949
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1950
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1951
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1952
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1953
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1954
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1955
+ end)
1956
+
1957
+ api.add_operation(:create_restore_testing_selection, Seahorse::Model::Operation.new.tap do |o|
1958
+ o.name = "CreateRestoreTestingSelection"
1959
+ o.http_method = "PUT"
1960
+ o.http_request_uri = "/restore-testing/plans/{RestoreTestingPlanName}/selections"
1961
+ o.input = Shapes::ShapeRef.new(shape: CreateRestoreTestingSelectionInput)
1962
+ o.output = Shapes::ShapeRef.new(shape: CreateRestoreTestingSelectionOutput)
1963
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1964
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1965
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1966
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1967
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1968
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1969
+ end)
1970
+
1657
1971
  api.add_operation(:delete_backup_plan, Seahorse::Model::Operation.new.tap do |o|
1658
1972
  o.name = "DeleteBackupPlan"
1659
1973
  o.http_method = "DELETE"
@@ -1769,6 +2083,26 @@ module Aws::Backup
1769
2083
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1770
2084
  end)
1771
2085
 
2086
+ api.add_operation(:delete_restore_testing_plan, Seahorse::Model::Operation.new.tap do |o|
2087
+ o.name = "DeleteRestoreTestingPlan"
2088
+ o.http_method = "DELETE"
2089
+ o.http_request_uri = "/restore-testing/plans/{RestoreTestingPlanName}"
2090
+ o.input = Shapes::ShapeRef.new(shape: DeleteRestoreTestingPlanInput)
2091
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2092
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2093
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2094
+ end)
2095
+
2096
+ api.add_operation(:delete_restore_testing_selection, Seahorse::Model::Operation.new.tap do |o|
2097
+ o.name = "DeleteRestoreTestingSelection"
2098
+ o.http_method = "DELETE"
2099
+ o.http_request_uri = "/restore-testing/plans/{RestoreTestingPlanName}/selections/{RestoreTestingSelectionName}"
2100
+ o.input = Shapes::ShapeRef.new(shape: DeleteRestoreTestingSelectionInput)
2101
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2102
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2103
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2104
+ end)
2105
+
1772
2106
  api.add_operation(:describe_backup_job, Seahorse::Model::Operation.new.tap do |o|
1773
2107
  o.name = "DescribeBackupJob"
1774
2108
  o.http_method = "GET"
@@ -2033,6 +2367,50 @@ module Aws::Backup
2033
2367
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2034
2368
  end)
2035
2369
 
2370
+ api.add_operation(:get_restore_job_metadata, Seahorse::Model::Operation.new.tap do |o|
2371
+ o.name = "GetRestoreJobMetadata"
2372
+ o.http_method = "GET"
2373
+ o.http_request_uri = "/restore-jobs/{restoreJobId}/metadata"
2374
+ o.input = Shapes::ShapeRef.new(shape: GetRestoreJobMetadataInput)
2375
+ o.output = Shapes::ShapeRef.new(shape: GetRestoreJobMetadataOutput)
2376
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2377
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2378
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
2379
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2380
+ end)
2381
+
2382
+ api.add_operation(:get_restore_testing_inferred_metadata, Seahorse::Model::Operation.new.tap do |o|
2383
+ o.name = "GetRestoreTestingInferredMetadata"
2384
+ o.http_method = "GET"
2385
+ o.http_request_uri = "/restore-testing/inferred-metadata"
2386
+ o.input = Shapes::ShapeRef.new(shape: GetRestoreTestingInferredMetadataInput)
2387
+ o.output = Shapes::ShapeRef.new(shape: GetRestoreTestingInferredMetadataOutput)
2388
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2389
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
2390
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2391
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2392
+ end)
2393
+
2394
+ api.add_operation(:get_restore_testing_plan, Seahorse::Model::Operation.new.tap do |o|
2395
+ o.name = "GetRestoreTestingPlan"
2396
+ o.http_method = "GET"
2397
+ o.http_request_uri = "/restore-testing/plans/{RestoreTestingPlanName}"
2398
+ o.input = Shapes::ShapeRef.new(shape: GetRestoreTestingPlanInput)
2399
+ o.output = Shapes::ShapeRef.new(shape: GetRestoreTestingPlanOutput)
2400
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2401
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2402
+ end)
2403
+
2404
+ api.add_operation(:get_restore_testing_selection, Seahorse::Model::Operation.new.tap do |o|
2405
+ o.name = "GetRestoreTestingSelection"
2406
+ o.http_method = "GET"
2407
+ o.http_request_uri = "/restore-testing/plans/{RestoreTestingPlanName}/selections/{RestoreTestingSelectionName}"
2408
+ o.input = Shapes::ShapeRef.new(shape: GetRestoreTestingSelectionInput)
2409
+ o.output = Shapes::ShapeRef.new(shape: GetRestoreTestingSelectionOutput)
2410
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2411
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2412
+ end)
2413
+
2036
2414
  api.add_operation(:get_supported_resource_types, Seahorse::Model::Operation.new.tap do |o|
2037
2415
  o.name = "GetSupportedResourceTypes"
2038
2416
  o.http_method = "GET"
@@ -2381,6 +2759,57 @@ module Aws::Backup
2381
2759
  )
2382
2760
  end)
2383
2761
 
2762
+ api.add_operation(:list_restore_jobs_by_protected_resource, Seahorse::Model::Operation.new.tap do |o|
2763
+ o.name = "ListRestoreJobsByProtectedResource"
2764
+ o.http_method = "GET"
2765
+ o.http_request_uri = "/resources/{resourceArn}/restore-jobs/"
2766
+ o.input = Shapes::ShapeRef.new(shape: ListRestoreJobsByProtectedResourceInput)
2767
+ o.output = Shapes::ShapeRef.new(shape: ListRestoreJobsByProtectedResourceOutput)
2768
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2769
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2770
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
2771
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2772
+ o[:pager] = Aws::Pager.new(
2773
+ limit_key: "max_results",
2774
+ tokens: {
2775
+ "next_token" => "next_token"
2776
+ }
2777
+ )
2778
+ end)
2779
+
2780
+ api.add_operation(:list_restore_testing_plans, Seahorse::Model::Operation.new.tap do |o|
2781
+ o.name = "ListRestoreTestingPlans"
2782
+ o.http_method = "GET"
2783
+ o.http_request_uri = "/restore-testing/plans"
2784
+ o.input = Shapes::ShapeRef.new(shape: ListRestoreTestingPlansInput)
2785
+ o.output = Shapes::ShapeRef.new(shape: ListRestoreTestingPlansOutput)
2786
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2787
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2788
+ o[:pager] = Aws::Pager.new(
2789
+ limit_key: "max_results",
2790
+ tokens: {
2791
+ "next_token" => "next_token"
2792
+ }
2793
+ )
2794
+ end)
2795
+
2796
+ api.add_operation(:list_restore_testing_selections, Seahorse::Model::Operation.new.tap do |o|
2797
+ o.name = "ListRestoreTestingSelections"
2798
+ o.http_method = "GET"
2799
+ o.http_request_uri = "/restore-testing/plans/{RestoreTestingPlanName}/selections"
2800
+ o.input = Shapes::ShapeRef.new(shape: ListRestoreTestingSelectionsInput)
2801
+ o.output = Shapes::ShapeRef.new(shape: ListRestoreTestingSelectionsOutput)
2802
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2803
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2804
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2805
+ o[:pager] = Aws::Pager.new(
2806
+ limit_key: "max_results",
2807
+ tokens: {
2808
+ "next_token" => "next_token"
2809
+ }
2810
+ )
2811
+ end)
2812
+
2384
2813
  api.add_operation(:list_tags, Seahorse::Model::Operation.new.tap do |o|
2385
2814
  o.name = "ListTags"
2386
2815
  o.http_method = "GET"
@@ -2436,6 +2865,19 @@ module Aws::Backup
2436
2865
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2437
2866
  end)
2438
2867
 
2868
+ api.add_operation(:put_restore_validation_result, Seahorse::Model::Operation.new.tap do |o|
2869
+ o.name = "PutRestoreValidationResult"
2870
+ o.http_method = "PUT"
2871
+ o.http_request_uri = "/restore-jobs/{restoreJobId}/validations"
2872
+ o.input = Shapes::ShapeRef.new(shape: PutRestoreValidationResultInput)
2873
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2874
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2875
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2876
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
2877
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2878
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2879
+ end)
2880
+
2439
2881
  api.add_operation(:start_backup_job, Seahorse::Model::Operation.new.tap do |o|
2440
2882
  o.name = "StartBackupJob"
2441
2883
  o.http_method = "PUT"
@@ -2602,6 +3044,32 @@ module Aws::Backup
2602
3044
  o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
2603
3045
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2604
3046
  end)
3047
+
3048
+ api.add_operation(:update_restore_testing_plan, Seahorse::Model::Operation.new.tap do |o|
3049
+ o.name = "UpdateRestoreTestingPlan"
3050
+ o.http_method = "PUT"
3051
+ o.http_request_uri = "/restore-testing/plans/{RestoreTestingPlanName}"
3052
+ o.input = Shapes::ShapeRef.new(shape: UpdateRestoreTestingPlanInput)
3053
+ o.output = Shapes::ShapeRef.new(shape: UpdateRestoreTestingPlanOutput)
3054
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3055
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
3056
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
3057
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3058
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3059
+ end)
3060
+
3061
+ api.add_operation(:update_restore_testing_selection, Seahorse::Model::Operation.new.tap do |o|
3062
+ o.name = "UpdateRestoreTestingSelection"
3063
+ o.http_method = "PUT"
3064
+ o.http_request_uri = "/restore-testing/plans/{RestoreTestingPlanName}/selections/{RestoreTestingSelectionName}"
3065
+ o.input = Shapes::ShapeRef.new(shape: UpdateRestoreTestingSelectionInput)
3066
+ o.output = Shapes::ShapeRef.new(shape: UpdateRestoreTestingSelectionOutput)
3067
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3068
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
3069
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
3070
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3071
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3072
+ end)
2605
3073
  end
2606
3074
 
2607
3075
  end