aws-sdk-backup 1.100.0 → 1.102.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-backup/client.rb +282 -1
- data/lib/aws-sdk-backup/client_api.rb +170 -0
- data/lib/aws-sdk-backup/types.rb +448 -4
- data/lib/aws-sdk-backup.rb +1 -1
- data/sig/client.rbs +97 -8
- data/sig/types.rbs +104 -0
- metadata +1 -1
|
@@ -53,6 +53,7 @@ module Aws::Backup
|
|
|
53
53
|
BackupVaultList = Shapes::ListShape.new(name: 'BackupVaultList')
|
|
54
54
|
BackupVaultListMember = Shapes::StructureShape.new(name: 'BackupVaultListMember')
|
|
55
55
|
BackupVaultName = Shapes::StringShape.new(name: 'BackupVaultName')
|
|
56
|
+
BackupVaultNameOrWildcard = Shapes::StringShape.new(name: 'BackupVaultNameOrWildcard')
|
|
56
57
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
57
58
|
CalculatedLifecycle = Shapes::StructureShape.new(name: 'CalculatedLifecycle')
|
|
58
59
|
CancelLegalHoldInput = Shapes::StructureShape.new(name: 'CancelLegalHoldInput')
|
|
@@ -99,6 +100,9 @@ module Aws::Backup
|
|
|
99
100
|
CreateRestoreTestingPlanOutput = Shapes::StructureShape.new(name: 'CreateRestoreTestingPlanOutput')
|
|
100
101
|
CreateRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'CreateRestoreTestingSelectionInput')
|
|
101
102
|
CreateRestoreTestingSelectionOutput = Shapes::StructureShape.new(name: 'CreateRestoreTestingSelectionOutput')
|
|
103
|
+
CreateTieringConfigurationInput = Shapes::StructureShape.new(name: 'CreateTieringConfigurationInput')
|
|
104
|
+
CreateTieringConfigurationOutput = Shapes::StructureShape.new(name: 'CreateTieringConfigurationOutput')
|
|
105
|
+
CreatorRequestId = Shapes::StringShape.new(name: 'CreatorRequestId')
|
|
102
106
|
CronExpression = Shapes::StringShape.new(name: 'CronExpression')
|
|
103
107
|
DateRange = Shapes::StructureShape.new(name: 'DateRange')
|
|
104
108
|
DeleteBackupPlanInput = Shapes::StructureShape.new(name: 'DeleteBackupPlanInput')
|
|
@@ -113,6 +117,8 @@ module Aws::Backup
|
|
|
113
117
|
DeleteReportPlanInput = Shapes::StructureShape.new(name: 'DeleteReportPlanInput')
|
|
114
118
|
DeleteRestoreTestingPlanInput = Shapes::StructureShape.new(name: 'DeleteRestoreTestingPlanInput')
|
|
115
119
|
DeleteRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'DeleteRestoreTestingSelectionInput')
|
|
120
|
+
DeleteTieringConfigurationInput = Shapes::StructureShape.new(name: 'DeleteTieringConfigurationInput')
|
|
121
|
+
DeleteTieringConfigurationOutput = Shapes::StructureShape.new(name: 'DeleteTieringConfigurationOutput')
|
|
116
122
|
DependencyFailureException = Shapes::StructureShape.new(name: 'DependencyFailureException')
|
|
117
123
|
DescribeBackupJobInput = Shapes::StructureShape.new(name: 'DescribeBackupJobInput')
|
|
118
124
|
DescribeBackupJobOutput = Shapes::StructureShape.new(name: 'DescribeBackupJobOutput')
|
|
@@ -176,6 +182,8 @@ module Aws::Backup
|
|
|
176
182
|
GetRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'GetRestoreTestingSelectionInput')
|
|
177
183
|
GetRestoreTestingSelectionOutput = Shapes::StructureShape.new(name: 'GetRestoreTestingSelectionOutput')
|
|
178
184
|
GetSupportedResourceTypesOutput = Shapes::StructureShape.new(name: 'GetSupportedResourceTypesOutput')
|
|
185
|
+
GetTieringConfigurationInput = Shapes::StructureShape.new(name: 'GetTieringConfigurationInput')
|
|
186
|
+
GetTieringConfigurationOutput = Shapes::StructureShape.new(name: 'GetTieringConfigurationOutput')
|
|
179
187
|
GlobalSettings = Shapes::MapShape.new(name: 'GlobalSettings')
|
|
180
188
|
GlobalSettingsName = Shapes::StringShape.new(name: 'GlobalSettingsName')
|
|
181
189
|
GlobalSettingsValue = Shapes::StringShape.new(name: 'GlobalSettingsValue')
|
|
@@ -199,6 +207,7 @@ module Aws::Backup
|
|
|
199
207
|
LegalHoldStatus = Shapes::StringShape.new(name: 'LegalHoldStatus')
|
|
200
208
|
LegalHoldsList = Shapes::ListShape.new(name: 'LegalHoldsList')
|
|
201
209
|
Lifecycle = Shapes::StructureShape.new(name: 'Lifecycle')
|
|
210
|
+
LifecycleDeleteAfterEvent = Shapes::StringShape.new(name: 'LifecycleDeleteAfterEvent')
|
|
202
211
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
|
203
212
|
ListBackupJobSummariesInput = Shapes::StructureShape.new(name: 'ListBackupJobSummariesInput')
|
|
204
213
|
ListBackupJobSummariesOutput = Shapes::StructureShape.new(name: 'ListBackupJobSummariesOutput')
|
|
@@ -255,6 +264,8 @@ module Aws::Backup
|
|
|
255
264
|
ListRestoreTestingSelectionsOutput = Shapes::StructureShape.new(name: 'ListRestoreTestingSelectionsOutput')
|
|
256
265
|
ListTagsInput = Shapes::StructureShape.new(name: 'ListTagsInput')
|
|
257
266
|
ListTagsOutput = Shapes::StructureShape.new(name: 'ListTagsOutput')
|
|
267
|
+
ListTieringConfigurationsInput = Shapes::StructureShape.new(name: 'ListTieringConfigurationsInput')
|
|
268
|
+
ListTieringConfigurationsOutput = Shapes::StructureShape.new(name: 'ListTieringConfigurationsOutput')
|
|
258
269
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
259
270
|
MaxFrameworkInputs = Shapes::IntegerShape.new(name: 'MaxFrameworkInputs')
|
|
260
271
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
@@ -299,6 +310,8 @@ module Aws::Backup
|
|
|
299
310
|
ResourceArns = Shapes::ListShape.new(name: 'ResourceArns')
|
|
300
311
|
ResourceIdentifiers = Shapes::ListShape.new(name: 'ResourceIdentifiers')
|
|
301
312
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
313
|
+
ResourceSelection = Shapes::StructureShape.new(name: 'ResourceSelection')
|
|
314
|
+
ResourceSelections = Shapes::ListShape.new(name: 'ResourceSelections')
|
|
302
315
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
|
303
316
|
ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
|
|
304
317
|
ResourceTypeManagementPreference = Shapes::MapShape.new(name: 'ResourceTypeManagementPreference')
|
|
@@ -352,6 +365,13 @@ module Aws::Backup
|
|
|
352
365
|
TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
|
|
353
366
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
354
367
|
Tags = Shapes::MapShape.new(name: 'Tags')
|
|
368
|
+
TieringConfiguration = Shapes::StructureShape.new(name: 'TieringConfiguration')
|
|
369
|
+
TieringConfigurationInputForCreate = Shapes::StructureShape.new(name: 'TieringConfigurationInputForCreate')
|
|
370
|
+
TieringConfigurationInputForUpdate = Shapes::StructureShape.new(name: 'TieringConfigurationInputForUpdate')
|
|
371
|
+
TieringConfigurationName = Shapes::StringShape.new(name: 'TieringConfigurationName')
|
|
372
|
+
TieringConfigurationsList = Shapes::ListShape.new(name: 'TieringConfigurationsList')
|
|
373
|
+
TieringConfigurationsListMember = Shapes::StructureShape.new(name: 'TieringConfigurationsListMember')
|
|
374
|
+
TieringDownSettingsInDays = Shapes::IntegerShape.new(name: 'TieringDownSettingsInDays')
|
|
355
375
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
356
376
|
Timezone = Shapes::StringShape.new(name: 'Timezone')
|
|
357
377
|
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
|
@@ -371,6 +391,8 @@ module Aws::Backup
|
|
|
371
391
|
UpdateRestoreTestingPlanOutput = Shapes::StructureShape.new(name: 'UpdateRestoreTestingPlanOutput')
|
|
372
392
|
UpdateRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'UpdateRestoreTestingSelectionInput')
|
|
373
393
|
UpdateRestoreTestingSelectionOutput = Shapes::StructureShape.new(name: 'UpdateRestoreTestingSelectionOutput')
|
|
394
|
+
UpdateTieringConfigurationInput = Shapes::StructureShape.new(name: 'UpdateTieringConfigurationInput')
|
|
395
|
+
UpdateTieringConfigurationOutput = Shapes::StructureShape.new(name: 'UpdateTieringConfigurationOutput')
|
|
374
396
|
VaultNames = Shapes::ListShape.new(name: 'VaultNames')
|
|
375
397
|
VaultState = Shapes::StringShape.new(name: 'VaultState')
|
|
376
398
|
VaultType = Shapes::StringShape.new(name: 'VaultType')
|
|
@@ -487,6 +509,7 @@ module Aws::Backup
|
|
|
487
509
|
|
|
488
510
|
BackupRule.add_member(:rule_name, Shapes::ShapeRef.new(shape: BackupRuleName, required: true, location_name: "RuleName"))
|
|
489
511
|
BackupRule.add_member(:target_backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location_name: "TargetBackupVaultName"))
|
|
512
|
+
BackupRule.add_member(:target_logically_air_gapped_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TargetLogicallyAirGappedBackupVaultArn"))
|
|
490
513
|
BackupRule.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: CronExpression, location_name: "ScheduleExpression"))
|
|
491
514
|
BackupRule.add_member(:start_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "StartWindowMinutes"))
|
|
492
515
|
BackupRule.add_member(:completion_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "CompletionWindowMinutes"))
|
|
@@ -501,6 +524,7 @@ module Aws::Backup
|
|
|
501
524
|
|
|
502
525
|
BackupRuleInput.add_member(:rule_name, Shapes::ShapeRef.new(shape: BackupRuleName, required: true, location_name: "RuleName"))
|
|
503
526
|
BackupRuleInput.add_member(:target_backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location_name: "TargetBackupVaultName"))
|
|
527
|
+
BackupRuleInput.add_member(:target_logically_air_gapped_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TargetLogicallyAirGappedBackupVaultArn"))
|
|
504
528
|
BackupRuleInput.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: CronExpression, location_name: "ScheduleExpression"))
|
|
505
529
|
BackupRuleInput.add_member(:start_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "StartWindowMinutes"))
|
|
506
530
|
BackupRuleInput.add_member(:completion_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "CompletionWindowMinutes"))
|
|
@@ -624,6 +648,7 @@ module Aws::Backup
|
|
|
624
648
|
CopyJob.add_member(:backup_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "BackupSizeInBytes"))
|
|
625
649
|
CopyJob.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "IamRoleArn"))
|
|
626
650
|
CopyJob.add_member(:created_by, Shapes::ShapeRef.new(shape: RecoveryPointCreator, location_name: "CreatedBy"))
|
|
651
|
+
CopyJob.add_member(:created_by_backup_job_id, Shapes::ShapeRef.new(shape: string, location_name: "CreatedByBackupJobId"))
|
|
627
652
|
CopyJob.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
628
653
|
CopyJob.add_member(:parent_job_id, Shapes::ShapeRef.new(shape: string, location_name: "ParentJobId"))
|
|
629
654
|
CopyJob.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
|
|
@@ -772,6 +797,16 @@ module Aws::Backup
|
|
|
772
797
|
CreateRestoreTestingSelectionOutput.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingSelectionName"))
|
|
773
798
|
CreateRestoreTestingSelectionOutput.struct_class = Types::CreateRestoreTestingSelectionOutput
|
|
774
799
|
|
|
800
|
+
CreateTieringConfigurationInput.add_member(:tiering_configuration, Shapes::ShapeRef.new(shape: TieringConfigurationInputForCreate, required: true, location_name: "TieringConfiguration"))
|
|
801
|
+
CreateTieringConfigurationInput.add_member(:tiering_configuration_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "TieringConfigurationTags"))
|
|
802
|
+
CreateTieringConfigurationInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: CreatorRequestId, location_name: "CreatorRequestId", metadata: {"idempotencyToken" => true}))
|
|
803
|
+
CreateTieringConfigurationInput.struct_class = Types::CreateTieringConfigurationInput
|
|
804
|
+
|
|
805
|
+
CreateTieringConfigurationOutput.add_member(:tiering_configuration_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TieringConfigurationArn"))
|
|
806
|
+
CreateTieringConfigurationOutput.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: string, location_name: "TieringConfigurationName"))
|
|
807
|
+
CreateTieringConfigurationOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
|
808
|
+
CreateTieringConfigurationOutput.struct_class = Types::CreateTieringConfigurationOutput
|
|
809
|
+
|
|
775
810
|
DateRange.add_member(:from_date, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "FromDate"))
|
|
776
811
|
DateRange.add_member(:to_date, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "ToDate"))
|
|
777
812
|
DateRange.struct_class = Types::DateRange
|
|
@@ -818,6 +853,11 @@ module Aws::Backup
|
|
|
818
853
|
DeleteRestoreTestingSelectionInput.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingSelectionName"))
|
|
819
854
|
DeleteRestoreTestingSelectionInput.struct_class = Types::DeleteRestoreTestingSelectionInput
|
|
820
855
|
|
|
856
|
+
DeleteTieringConfigurationInput.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, required: true, location: "uri", location_name: "tieringConfigurationName"))
|
|
857
|
+
DeleteTieringConfigurationInput.struct_class = Types::DeleteTieringConfigurationInput
|
|
858
|
+
|
|
859
|
+
DeleteTieringConfigurationOutput.struct_class = Types::DeleteTieringConfigurationOutput
|
|
860
|
+
|
|
821
861
|
DependencyFailureException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
|
|
822
862
|
DependencyFailureException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
|
823
863
|
DependencyFailureException.add_member(:type, Shapes::ShapeRef.new(shape: string, location_name: "Type"))
|
|
@@ -1170,6 +1210,12 @@ module Aws::Backup
|
|
|
1170
1210
|
GetSupportedResourceTypesOutput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
|
|
1171
1211
|
GetSupportedResourceTypesOutput.struct_class = Types::GetSupportedResourceTypesOutput
|
|
1172
1212
|
|
|
1213
|
+
GetTieringConfigurationInput.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, required: true, location: "uri", location_name: "tieringConfigurationName"))
|
|
1214
|
+
GetTieringConfigurationInput.struct_class = Types::GetTieringConfigurationInput
|
|
1215
|
+
|
|
1216
|
+
GetTieringConfigurationOutput.add_member(:tiering_configuration, Shapes::ShapeRef.new(shape: TieringConfiguration, location_name: "TieringConfiguration"))
|
|
1217
|
+
GetTieringConfigurationOutput.struct_class = Types::GetTieringConfigurationOutput
|
|
1218
|
+
|
|
1173
1219
|
GlobalSettings.key = Shapes::ShapeRef.new(shape: GlobalSettingsName)
|
|
1174
1220
|
GlobalSettings.value = Shapes::ShapeRef.new(shape: GlobalSettingsValue)
|
|
1175
1221
|
|
|
@@ -1243,6 +1289,7 @@ module Aws::Backup
|
|
|
1243
1289
|
Lifecycle.add_member(:move_to_cold_storage_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "MoveToColdStorageAfterDays"))
|
|
1244
1290
|
Lifecycle.add_member(:delete_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "DeleteAfterDays"))
|
|
1245
1291
|
Lifecycle.add_member(:opt_in_to_archive_for_supported_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "OptInToArchiveForSupportedResources"))
|
|
1292
|
+
Lifecycle.add_member(:delete_after_event, Shapes::ShapeRef.new(shape: LifecycleDeleteAfterEvent, location_name: "DeleteAfterEvent"))
|
|
1246
1293
|
Lifecycle.struct_class = Types::Lifecycle
|
|
1247
1294
|
|
|
1248
1295
|
LimitExceededException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
|
|
@@ -1356,6 +1403,7 @@ module Aws::Backup
|
|
|
1356
1403
|
ListCopyJobsInput.add_member(:by_complete_after, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "completeAfter"))
|
|
1357
1404
|
ListCopyJobsInput.add_member(:by_parent_job_id, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "parentJobId"))
|
|
1358
1405
|
ListCopyJobsInput.add_member(:by_message_category, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "messageCategory"))
|
|
1406
|
+
ListCopyJobsInput.add_member(:by_source_recovery_point_arn, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "sourceRecoveryPointArn"))
|
|
1359
1407
|
ListCopyJobsInput.struct_class = Types::ListCopyJobsInput
|
|
1360
1408
|
|
|
1361
1409
|
ListCopyJobsOutput.add_member(:copy_jobs, Shapes::ShapeRef.new(shape: CopyJobsList, location_name: "CopyJobs"))
|
|
@@ -1543,6 +1591,14 @@ module Aws::Backup
|
|
|
1543
1591
|
ListTagsOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
1544
1592
|
ListTagsOutput.struct_class = Types::ListTagsOutput
|
|
1545
1593
|
|
|
1594
|
+
ListTieringConfigurationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
1595
|
+
ListTieringConfigurationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "nextToken"))
|
|
1596
|
+
ListTieringConfigurationsInput.struct_class = Types::ListTieringConfigurationsInput
|
|
1597
|
+
|
|
1598
|
+
ListTieringConfigurationsOutput.add_member(:tiering_configurations, Shapes::ShapeRef.new(shape: TieringConfigurationsList, location_name: "TieringConfigurations"))
|
|
1599
|
+
ListTieringConfigurationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
|
|
1600
|
+
ListTieringConfigurationsOutput.struct_class = Types::ListTieringConfigurationsOutput
|
|
1601
|
+
|
|
1546
1602
|
Metadata.key = Shapes::ShapeRef.new(shape: MetadataKey)
|
|
1547
1603
|
Metadata.value = Shapes::ShapeRef.new(shape: MetadataValue)
|
|
1548
1604
|
|
|
@@ -1710,6 +1766,13 @@ module Aws::Backup
|
|
|
1710
1766
|
ResourceNotFoundException.add_member(:context, Shapes::ShapeRef.new(shape: string, location_name: "Context"))
|
|
1711
1767
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
1712
1768
|
|
|
1769
|
+
ResourceSelection.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceArns, required: true, location_name: "Resources"))
|
|
1770
|
+
ResourceSelection.add_member(:tiering_down_settings_in_days, Shapes::ShapeRef.new(shape: TieringDownSettingsInDays, required: true, location_name: "TieringDownSettingsInDays"))
|
|
1771
|
+
ResourceSelection.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
|
1772
|
+
ResourceSelection.struct_class = Types::ResourceSelection
|
|
1773
|
+
|
|
1774
|
+
ResourceSelections.member = Shapes::ShapeRef.new(shape: ResourceSelection)
|
|
1775
|
+
|
|
1713
1776
|
ResourceTypeList.member = Shapes::ShapeRef.new(shape: ARN)
|
|
1714
1777
|
|
|
1715
1778
|
ResourceTypeManagementPreference.key = Shapes::ShapeRef.new(shape: ResourceType)
|
|
@@ -1876,6 +1939,7 @@ module Aws::Backup
|
|
|
1876
1939
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
|
1877
1940
|
|
|
1878
1941
|
StartBackupJobInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location_name: "BackupVaultName"))
|
|
1942
|
+
StartBackupJobInput.add_member(:logically_air_gapped_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "LogicallyAirGappedBackupVaultArn"))
|
|
1879
1943
|
StartBackupJobInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ResourceArn"))
|
|
1880
1944
|
StartBackupJobInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "IamRoleArn"))
|
|
1881
1945
|
StartBackupJobInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: string, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -1936,6 +2000,33 @@ module Aws::Backup
|
|
|
1936
2000
|
Tags.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
1937
2001
|
Tags.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
1938
2002
|
|
|
2003
|
+
TieringConfiguration.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, required: true, location_name: "TieringConfigurationName"))
|
|
2004
|
+
TieringConfiguration.add_member(:tiering_configuration_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TieringConfigurationArn"))
|
|
2005
|
+
TieringConfiguration.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultNameOrWildcard, required: true, location_name: "BackupVaultName"))
|
|
2006
|
+
TieringConfiguration.add_member(:resource_selection, Shapes::ShapeRef.new(shape: ResourceSelections, required: true, location_name: "ResourceSelection"))
|
|
2007
|
+
TieringConfiguration.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: CreatorRequestId, location_name: "CreatorRequestId"))
|
|
2008
|
+
TieringConfiguration.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
|
2009
|
+
TieringConfiguration.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedTime"))
|
|
2010
|
+
TieringConfiguration.struct_class = Types::TieringConfiguration
|
|
2011
|
+
|
|
2012
|
+
TieringConfigurationInputForCreate.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, required: true, location_name: "TieringConfigurationName"))
|
|
2013
|
+
TieringConfigurationInputForCreate.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultNameOrWildcard, required: true, location_name: "BackupVaultName"))
|
|
2014
|
+
TieringConfigurationInputForCreate.add_member(:resource_selection, Shapes::ShapeRef.new(shape: ResourceSelections, required: true, location_name: "ResourceSelection"))
|
|
2015
|
+
TieringConfigurationInputForCreate.struct_class = Types::TieringConfigurationInputForCreate
|
|
2016
|
+
|
|
2017
|
+
TieringConfigurationInputForUpdate.add_member(:resource_selection, Shapes::ShapeRef.new(shape: ResourceSelections, required: true, location_name: "ResourceSelection"))
|
|
2018
|
+
TieringConfigurationInputForUpdate.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultNameOrWildcard, required: true, location_name: "BackupVaultName"))
|
|
2019
|
+
TieringConfigurationInputForUpdate.struct_class = Types::TieringConfigurationInputForUpdate
|
|
2020
|
+
|
|
2021
|
+
TieringConfigurationsList.member = Shapes::ShapeRef.new(shape: TieringConfigurationsListMember)
|
|
2022
|
+
|
|
2023
|
+
TieringConfigurationsListMember.add_member(:tiering_configuration_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TieringConfigurationArn"))
|
|
2024
|
+
TieringConfigurationsListMember.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, location_name: "TieringConfigurationName"))
|
|
2025
|
+
TieringConfigurationsListMember.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultNameOrWildcard, location_name: "BackupVaultName"))
|
|
2026
|
+
TieringConfigurationsListMember.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
|
2027
|
+
TieringConfigurationsListMember.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedTime"))
|
|
2028
|
+
TieringConfigurationsListMember.struct_class = Types::TieringConfigurationsListMember
|
|
2029
|
+
|
|
1939
2030
|
UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
|
1940
2031
|
UntagResourceInput.add_member(:tag_key_list, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeyList"))
|
|
1941
2032
|
UntagResourceInput.struct_class = Types::UntagResourceInput
|
|
@@ -2026,6 +2117,16 @@ module Aws::Backup
|
|
|
2026
2117
|
UpdateRestoreTestingSelectionOutput.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
|
2027
2118
|
UpdateRestoreTestingSelectionOutput.struct_class = Types::UpdateRestoreTestingSelectionOutput
|
|
2028
2119
|
|
|
2120
|
+
UpdateTieringConfigurationInput.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, required: true, location: "uri", location_name: "tieringConfigurationName"))
|
|
2121
|
+
UpdateTieringConfigurationInput.add_member(:tiering_configuration, Shapes::ShapeRef.new(shape: TieringConfigurationInputForUpdate, required: true, location_name: "TieringConfiguration"))
|
|
2122
|
+
UpdateTieringConfigurationInput.struct_class = Types::UpdateTieringConfigurationInput
|
|
2123
|
+
|
|
2124
|
+
UpdateTieringConfigurationOutput.add_member(:tiering_configuration_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TieringConfigurationArn"))
|
|
2125
|
+
UpdateTieringConfigurationOutput.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, location_name: "TieringConfigurationName"))
|
|
2126
|
+
UpdateTieringConfigurationOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
|
2127
|
+
UpdateTieringConfigurationOutput.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedTime"))
|
|
2128
|
+
UpdateTieringConfigurationOutput.struct_class = Types::UpdateTieringConfigurationOutput
|
|
2129
|
+
|
|
2029
2130
|
VaultNames.member = Shapes::ShapeRef.new(shape: string)
|
|
2030
2131
|
|
|
2031
2132
|
stringList.member = Shapes::ShapeRef.new(shape: string)
|
|
@@ -2212,6 +2313,20 @@ module Aws::Backup
|
|
|
2212
2313
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2213
2314
|
end)
|
|
2214
2315
|
|
|
2316
|
+
api.add_operation(:create_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2317
|
+
o.name = "CreateTieringConfiguration"
|
|
2318
|
+
o.http_method = "PUT"
|
|
2319
|
+
o.http_request_uri = "/tiering-configurations"
|
|
2320
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTieringConfigurationInput)
|
|
2321
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTieringConfigurationOutput)
|
|
2322
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
|
2323
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2324
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2325
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
2326
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
|
|
2327
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2328
|
+
end)
|
|
2329
|
+
|
|
2215
2330
|
api.add_operation(:delete_backup_plan, Seahorse::Model::Operation.new.tap do |o|
|
|
2216
2331
|
o.name = "DeleteBackupPlan"
|
|
2217
2332
|
o.http_method = "DELETE"
|
|
@@ -2347,6 +2462,18 @@ module Aws::Backup
|
|
|
2347
2462
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2348
2463
|
end)
|
|
2349
2464
|
|
|
2465
|
+
api.add_operation(:delete_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2466
|
+
o.name = "DeleteTieringConfiguration"
|
|
2467
|
+
o.http_method = "DELETE"
|
|
2468
|
+
o.http_request_uri = "/tiering-configurations/{tieringConfigurationName}"
|
|
2469
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTieringConfigurationInput)
|
|
2470
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTieringConfigurationOutput)
|
|
2471
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
|
|
2472
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2473
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2474
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2475
|
+
end)
|
|
2476
|
+
|
|
2350
2477
|
api.add_operation(:describe_backup_job, Seahorse::Model::Operation.new.tap do |o|
|
|
2351
2478
|
o.name = "DescribeBackupJob"
|
|
2352
2479
|
o.http_method = "GET"
|
|
@@ -2689,6 +2816,18 @@ module Aws::Backup
|
|
|
2689
2816
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2690
2817
|
end)
|
|
2691
2818
|
|
|
2819
|
+
api.add_operation(:get_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2820
|
+
o.name = "GetTieringConfiguration"
|
|
2821
|
+
o.http_method = "GET"
|
|
2822
|
+
o.http_request_uri = "/tiering-configurations/{tieringConfigurationName}"
|
|
2823
|
+
o.input = Shapes::ShapeRef.new(shape: GetTieringConfigurationInput)
|
|
2824
|
+
o.output = Shapes::ShapeRef.new(shape: GetTieringConfigurationOutput)
|
|
2825
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
|
|
2826
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2827
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2828
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2829
|
+
end)
|
|
2830
|
+
|
|
2692
2831
|
api.add_operation(:list_backup_job_summaries, Seahorse::Model::Operation.new.tap do |o|
|
|
2693
2832
|
o.name = "ListBackupJobSummaries"
|
|
2694
2833
|
o.http_method = "GET"
|
|
@@ -3132,6 +3271,22 @@ module Aws::Backup
|
|
|
3132
3271
|
)
|
|
3133
3272
|
end)
|
|
3134
3273
|
|
|
3274
|
+
api.add_operation(:list_tiering_configurations, Seahorse::Model::Operation.new.tap do |o|
|
|
3275
|
+
o.name = "ListTieringConfigurations"
|
|
3276
|
+
o.http_method = "GET"
|
|
3277
|
+
o.http_request_uri = "/tiering-configurations/"
|
|
3278
|
+
o.input = Shapes::ShapeRef.new(shape: ListTieringConfigurationsInput)
|
|
3279
|
+
o.output = Shapes::ShapeRef.new(shape: ListTieringConfigurationsOutput)
|
|
3280
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3281
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3282
|
+
o[:pager] = Aws::Pager.new(
|
|
3283
|
+
limit_key: "max_results",
|
|
3284
|
+
tokens: {
|
|
3285
|
+
"next_token" => "next_token"
|
|
3286
|
+
}
|
|
3287
|
+
)
|
|
3288
|
+
end)
|
|
3289
|
+
|
|
3135
3290
|
api.add_operation(:put_backup_vault_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
3136
3291
|
o.name = "PutBackupVaultAccessPolicy"
|
|
3137
3292
|
o.http_method = "PUT"
|
|
@@ -3400,6 +3555,21 @@ module Aws::Backup
|
|
|
3400
3555
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3401
3556
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3402
3557
|
end)
|
|
3558
|
+
|
|
3559
|
+
api.add_operation(:update_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
3560
|
+
o.name = "UpdateTieringConfiguration"
|
|
3561
|
+
o.http_method = "PUT"
|
|
3562
|
+
o.http_request_uri = "/tiering-configurations/{tieringConfigurationName}"
|
|
3563
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTieringConfigurationInput)
|
|
3564
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTieringConfigurationOutput)
|
|
3565
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
|
3566
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3567
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3568
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3569
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
3570
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
|
|
3571
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3572
|
+
end)
|
|
3403
3573
|
end
|
|
3404
3574
|
|
|
3405
3575
|
end
|