aws-sdk-backup 1.98.0 → 1.104.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 +30 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-backup/client.rb +770 -3
- data/lib/aws-sdk-backup/client_api.rb +425 -0
- data/lib/aws-sdk-backup/types.rb +1486 -53
- data/lib/aws-sdk-backup.rb +1 -1
- data/sig/client.rbs +221 -10
- data/sig/types.rbs +289 -0
- metadata +3 -3
|
@@ -18,6 +18,7 @@ module Aws::Backup
|
|
|
18
18
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
|
19
19
|
AdvancedBackupSetting = Shapes::StructureShape.new(name: 'AdvancedBackupSetting')
|
|
20
20
|
AdvancedBackupSettings = Shapes::ListShape.new(name: 'AdvancedBackupSettings')
|
|
21
|
+
AggregatedScanResult = Shapes::StructureShape.new(name: 'AggregatedScanResult')
|
|
21
22
|
AggregationPeriod = Shapes::StringShape.new(name: 'AggregationPeriod')
|
|
22
23
|
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
|
|
23
24
|
AssociateBackupVaultMpaApprovalTeamInput = Shapes::StructureShape.new(name: 'AssociateBackupVaultMpaApprovalTeamInput')
|
|
@@ -53,6 +54,7 @@ module Aws::Backup
|
|
|
53
54
|
BackupVaultList = Shapes::ListShape.new(name: 'BackupVaultList')
|
|
54
55
|
BackupVaultListMember = Shapes::StructureShape.new(name: 'BackupVaultListMember')
|
|
55
56
|
BackupVaultName = Shapes::StringShape.new(name: 'BackupVaultName')
|
|
57
|
+
BackupVaultNameOrWildcard = Shapes::StringShape.new(name: 'BackupVaultNameOrWildcard')
|
|
56
58
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
57
59
|
CalculatedLifecycle = Shapes::StructureShape.new(name: 'CalculatedLifecycle')
|
|
58
60
|
CancelLegalHoldInput = Shapes::StructureShape.new(name: 'CancelLegalHoldInput')
|
|
@@ -99,6 +101,9 @@ module Aws::Backup
|
|
|
99
101
|
CreateRestoreTestingPlanOutput = Shapes::StructureShape.new(name: 'CreateRestoreTestingPlanOutput')
|
|
100
102
|
CreateRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'CreateRestoreTestingSelectionInput')
|
|
101
103
|
CreateRestoreTestingSelectionOutput = Shapes::StructureShape.new(name: 'CreateRestoreTestingSelectionOutput')
|
|
104
|
+
CreateTieringConfigurationInput = Shapes::StructureShape.new(name: 'CreateTieringConfigurationInput')
|
|
105
|
+
CreateTieringConfigurationOutput = Shapes::StructureShape.new(name: 'CreateTieringConfigurationOutput')
|
|
106
|
+
CreatorRequestId = Shapes::StringShape.new(name: 'CreatorRequestId')
|
|
102
107
|
CronExpression = Shapes::StringShape.new(name: 'CronExpression')
|
|
103
108
|
DateRange = Shapes::StructureShape.new(name: 'DateRange')
|
|
104
109
|
DeleteBackupPlanInput = Shapes::StructureShape.new(name: 'DeleteBackupPlanInput')
|
|
@@ -113,6 +118,8 @@ module Aws::Backup
|
|
|
113
118
|
DeleteReportPlanInput = Shapes::StructureShape.new(name: 'DeleteReportPlanInput')
|
|
114
119
|
DeleteRestoreTestingPlanInput = Shapes::StructureShape.new(name: 'DeleteRestoreTestingPlanInput')
|
|
115
120
|
DeleteRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'DeleteRestoreTestingSelectionInput')
|
|
121
|
+
DeleteTieringConfigurationInput = Shapes::StructureShape.new(name: 'DeleteTieringConfigurationInput')
|
|
122
|
+
DeleteTieringConfigurationOutput = Shapes::StructureShape.new(name: 'DeleteTieringConfigurationOutput')
|
|
116
123
|
DependencyFailureException = Shapes::StructureShape.new(name: 'DependencyFailureException')
|
|
117
124
|
DescribeBackupJobInput = Shapes::StructureShape.new(name: 'DescribeBackupJobInput')
|
|
118
125
|
DescribeBackupJobOutput = Shapes::StructureShape.new(name: 'DescribeBackupJobOutput')
|
|
@@ -136,9 +143,12 @@ module Aws::Backup
|
|
|
136
143
|
DescribeReportPlanOutput = Shapes::StructureShape.new(name: 'DescribeReportPlanOutput')
|
|
137
144
|
DescribeRestoreJobInput = Shapes::StructureShape.new(name: 'DescribeRestoreJobInput')
|
|
138
145
|
DescribeRestoreJobOutput = Shapes::StructureShape.new(name: 'DescribeRestoreJobOutput')
|
|
146
|
+
DescribeScanJobInput = Shapes::StructureShape.new(name: 'DescribeScanJobInput')
|
|
147
|
+
DescribeScanJobOutput = Shapes::StructureShape.new(name: 'DescribeScanJobOutput')
|
|
139
148
|
DisassociateBackupVaultMpaApprovalTeamInput = Shapes::StructureShape.new(name: 'DisassociateBackupVaultMpaApprovalTeamInput')
|
|
140
149
|
DisassociateRecoveryPointFromParentInput = Shapes::StructureShape.new(name: 'DisassociateRecoveryPointFromParentInput')
|
|
141
150
|
DisassociateRecoveryPointInput = Shapes::StructureShape.new(name: 'DisassociateRecoveryPointInput')
|
|
151
|
+
EncryptionKeyType = Shapes::StringShape.new(name: 'EncryptionKeyType')
|
|
142
152
|
ExportBackupPlanTemplateInput = Shapes::StructureShape.new(name: 'ExportBackupPlanTemplateInput')
|
|
143
153
|
ExportBackupPlanTemplateOutput = Shapes::StructureShape.new(name: 'ExportBackupPlanTemplateOutput')
|
|
144
154
|
FormatList = Shapes::ListShape.new(name: 'FormatList')
|
|
@@ -175,6 +185,8 @@ module Aws::Backup
|
|
|
175
185
|
GetRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'GetRestoreTestingSelectionInput')
|
|
176
186
|
GetRestoreTestingSelectionOutput = Shapes::StructureShape.new(name: 'GetRestoreTestingSelectionOutput')
|
|
177
187
|
GetSupportedResourceTypesOutput = Shapes::StructureShape.new(name: 'GetSupportedResourceTypesOutput')
|
|
188
|
+
GetTieringConfigurationInput = Shapes::StructureShape.new(name: 'GetTieringConfigurationInput')
|
|
189
|
+
GetTieringConfigurationOutput = Shapes::StructureShape.new(name: 'GetTieringConfigurationOutput')
|
|
178
190
|
GlobalSettings = Shapes::MapShape.new(name: 'GlobalSettings')
|
|
179
191
|
GlobalSettingsName = Shapes::StringShape.new(name: 'GlobalSettingsName')
|
|
180
192
|
GlobalSettingsValue = Shapes::StringShape.new(name: 'GlobalSettingsValue')
|
|
@@ -198,6 +210,7 @@ module Aws::Backup
|
|
|
198
210
|
LegalHoldStatus = Shapes::StringShape.new(name: 'LegalHoldStatus')
|
|
199
211
|
LegalHoldsList = Shapes::ListShape.new(name: 'LegalHoldsList')
|
|
200
212
|
Lifecycle = Shapes::StructureShape.new(name: 'Lifecycle')
|
|
213
|
+
LifecycleDeleteAfterEvent = Shapes::StringShape.new(name: 'LifecycleDeleteAfterEvent')
|
|
201
214
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
|
202
215
|
ListBackupJobSummariesInput = Shapes::StructureShape.new(name: 'ListBackupJobSummariesInput')
|
|
203
216
|
ListBackupJobSummariesOutput = Shapes::StructureShape.new(name: 'ListBackupJobSummariesOutput')
|
|
@@ -252,9 +265,17 @@ module Aws::Backup
|
|
|
252
265
|
ListRestoreTestingSelectionsInput = Shapes::StructureShape.new(name: 'ListRestoreTestingSelectionsInput')
|
|
253
266
|
ListRestoreTestingSelectionsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRestoreTestingSelectionsInputMaxResultsInteger')
|
|
254
267
|
ListRestoreTestingSelectionsOutput = Shapes::StructureShape.new(name: 'ListRestoreTestingSelectionsOutput')
|
|
268
|
+
ListScanJobSummariesInput = Shapes::StructureShape.new(name: 'ListScanJobSummariesInput')
|
|
269
|
+
ListScanJobSummariesOutput = Shapes::StructureShape.new(name: 'ListScanJobSummariesOutput')
|
|
270
|
+
ListScanJobsInput = Shapes::StructureShape.new(name: 'ListScanJobsInput')
|
|
271
|
+
ListScanJobsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListScanJobsInputMaxResultsInteger')
|
|
272
|
+
ListScanJobsOutput = Shapes::StructureShape.new(name: 'ListScanJobsOutput')
|
|
255
273
|
ListTagsInput = Shapes::StructureShape.new(name: 'ListTagsInput')
|
|
256
274
|
ListTagsOutput = Shapes::StructureShape.new(name: 'ListTagsOutput')
|
|
275
|
+
ListTieringConfigurationsInput = Shapes::StructureShape.new(name: 'ListTieringConfigurationsInput')
|
|
276
|
+
ListTieringConfigurationsOutput = Shapes::StructureShape.new(name: 'ListTieringConfigurationsOutput')
|
|
257
277
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
278
|
+
MalwareScanner = Shapes::StringShape.new(name: 'MalwareScanner')
|
|
258
279
|
MaxFrameworkInputs = Shapes::IntegerShape.new(name: 'MaxFrameworkInputs')
|
|
259
280
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
260
281
|
MaxScheduledRunsPreview = Shapes::IntegerShape.new(name: 'MaxScheduledRunsPreview')
|
|
@@ -298,6 +319,8 @@ module Aws::Backup
|
|
|
298
319
|
ResourceArns = Shapes::ListShape.new(name: 'ResourceArns')
|
|
299
320
|
ResourceIdentifiers = Shapes::ListShape.new(name: 'ResourceIdentifiers')
|
|
300
321
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
322
|
+
ResourceSelection = Shapes::StructureShape.new(name: 'ResourceSelection')
|
|
323
|
+
ResourceSelections = Shapes::ListShape.new(name: 'ResourceSelections')
|
|
301
324
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
|
302
325
|
ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
|
|
303
326
|
ResourceTypeManagementPreference = Shapes::MapShape.new(name: 'ResourceTypeManagementPreference')
|
|
@@ -331,6 +354,26 @@ module Aws::Backup
|
|
|
331
354
|
RestoreValidationStatus = Shapes::StringShape.new(name: 'RestoreValidationStatus')
|
|
332
355
|
RevokeRestoreAccessBackupVaultInput = Shapes::StructureShape.new(name: 'RevokeRestoreAccessBackupVaultInput')
|
|
333
356
|
RuleExecutionType = Shapes::StringShape.new(name: 'RuleExecutionType')
|
|
357
|
+
ScanAction = Shapes::StructureShape.new(name: 'ScanAction')
|
|
358
|
+
ScanActions = Shapes::ListShape.new(name: 'ScanActions')
|
|
359
|
+
ScanFinding = Shapes::StringShape.new(name: 'ScanFinding')
|
|
360
|
+
ScanFindings = Shapes::ListShape.new(name: 'ScanFindings')
|
|
361
|
+
ScanJob = Shapes::StructureShape.new(name: 'ScanJob')
|
|
362
|
+
ScanJobCreator = Shapes::StructureShape.new(name: 'ScanJobCreator')
|
|
363
|
+
ScanJobState = Shapes::StringShape.new(name: 'ScanJobState')
|
|
364
|
+
ScanJobStatus = Shapes::StringShape.new(name: 'ScanJobStatus')
|
|
365
|
+
ScanJobSummary = Shapes::StructureShape.new(name: 'ScanJobSummary')
|
|
366
|
+
ScanJobSummaryList = Shapes::ListShape.new(name: 'ScanJobSummaryList')
|
|
367
|
+
ScanJobs = Shapes::ListShape.new(name: 'ScanJobs')
|
|
368
|
+
ScanMode = Shapes::StringShape.new(name: 'ScanMode')
|
|
369
|
+
ScanResourceType = Shapes::StringShape.new(name: 'ScanResourceType')
|
|
370
|
+
ScanResult = Shapes::StructureShape.new(name: 'ScanResult')
|
|
371
|
+
ScanResultInfo = Shapes::StructureShape.new(name: 'ScanResultInfo')
|
|
372
|
+
ScanResultStatus = Shapes::StringShape.new(name: 'ScanResultStatus')
|
|
373
|
+
ScanResults = Shapes::ListShape.new(name: 'ScanResults')
|
|
374
|
+
ScanSetting = Shapes::StructureShape.new(name: 'ScanSetting')
|
|
375
|
+
ScanSettings = Shapes::ListShape.new(name: 'ScanSettings')
|
|
376
|
+
ScanState = Shapes::StringShape.new(name: 'ScanState')
|
|
334
377
|
ScheduledPlanExecutionMember = Shapes::StructureShape.new(name: 'ScheduledPlanExecutionMember')
|
|
335
378
|
ScheduledRunsPreview = Shapes::ListShape.new(name: 'ScheduledRunsPreview')
|
|
336
379
|
SensitiveStringMap = Shapes::MapShape.new(name: 'SensitiveStringMap')
|
|
@@ -343,6 +386,8 @@ module Aws::Backup
|
|
|
343
386
|
StartReportJobOutput = Shapes::StructureShape.new(name: 'StartReportJobOutput')
|
|
344
387
|
StartRestoreJobInput = Shapes::StructureShape.new(name: 'StartRestoreJobInput')
|
|
345
388
|
StartRestoreJobOutput = Shapes::StructureShape.new(name: 'StartRestoreJobOutput')
|
|
389
|
+
StartScanJobInput = Shapes::StructureShape.new(name: 'StartScanJobInput')
|
|
390
|
+
StartScanJobOutput = Shapes::StructureShape.new(name: 'StartScanJobOutput')
|
|
346
391
|
StopBackupJobInput = Shapes::StructureShape.new(name: 'StopBackupJobInput')
|
|
347
392
|
StorageClass = Shapes::StringShape.new(name: 'StorageClass')
|
|
348
393
|
String = Shapes::StringShape.new(name: 'String')
|
|
@@ -351,6 +396,13 @@ module Aws::Backup
|
|
|
351
396
|
TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
|
|
352
397
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
353
398
|
Tags = Shapes::MapShape.new(name: 'Tags')
|
|
399
|
+
TieringConfiguration = Shapes::StructureShape.new(name: 'TieringConfiguration')
|
|
400
|
+
TieringConfigurationInputForCreate = Shapes::StructureShape.new(name: 'TieringConfigurationInputForCreate')
|
|
401
|
+
TieringConfigurationInputForUpdate = Shapes::StructureShape.new(name: 'TieringConfigurationInputForUpdate')
|
|
402
|
+
TieringConfigurationName = Shapes::StringShape.new(name: 'TieringConfigurationName')
|
|
403
|
+
TieringConfigurationsList = Shapes::ListShape.new(name: 'TieringConfigurationsList')
|
|
404
|
+
TieringConfigurationsListMember = Shapes::StructureShape.new(name: 'TieringConfigurationsListMember')
|
|
405
|
+
TieringDownSettingsInDays = Shapes::IntegerShape.new(name: 'TieringDownSettingsInDays')
|
|
354
406
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
355
407
|
Timezone = Shapes::StringShape.new(name: 'Timezone')
|
|
356
408
|
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
|
@@ -370,6 +422,8 @@ module Aws::Backup
|
|
|
370
422
|
UpdateRestoreTestingPlanOutput = Shapes::StructureShape.new(name: 'UpdateRestoreTestingPlanOutput')
|
|
371
423
|
UpdateRestoreTestingSelectionInput = Shapes::StructureShape.new(name: 'UpdateRestoreTestingSelectionInput')
|
|
372
424
|
UpdateRestoreTestingSelectionOutput = Shapes::StructureShape.new(name: 'UpdateRestoreTestingSelectionOutput')
|
|
425
|
+
UpdateTieringConfigurationInput = Shapes::StructureShape.new(name: 'UpdateTieringConfigurationInput')
|
|
426
|
+
UpdateTieringConfigurationOutput = Shapes::StructureShape.new(name: 'UpdateTieringConfigurationOutput')
|
|
373
427
|
VaultNames = Shapes::ListShape.new(name: 'VaultNames')
|
|
374
428
|
VaultState = Shapes::StringShape.new(name: 'VaultState')
|
|
375
429
|
VaultType = Shapes::StringShape.new(name: 'VaultType')
|
|
@@ -388,6 +442,11 @@ module Aws::Backup
|
|
|
388
442
|
|
|
389
443
|
AdvancedBackupSettings.member = Shapes::ShapeRef.new(shape: AdvancedBackupSetting)
|
|
390
444
|
|
|
445
|
+
AggregatedScanResult.add_member(:failed_scan, Shapes::ShapeRef.new(shape: Boolean, location_name: "FailedScan"))
|
|
446
|
+
AggregatedScanResult.add_member(:findings, Shapes::ShapeRef.new(shape: ScanFindings, location_name: "Findings"))
|
|
447
|
+
AggregatedScanResult.add_member(:last_computed, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastComputed"))
|
|
448
|
+
AggregatedScanResult.struct_class = Types::AggregatedScanResult
|
|
449
|
+
|
|
391
450
|
AlreadyExistsException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
|
|
392
451
|
AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
|
393
452
|
AlreadyExistsException.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: string, location_name: "CreatorRequestId"))
|
|
@@ -456,11 +515,13 @@ module Aws::Backup
|
|
|
456
515
|
BackupPlan.add_member(:backup_plan_name, Shapes::ShapeRef.new(shape: BackupPlanName, required: true, location_name: "BackupPlanName"))
|
|
457
516
|
BackupPlan.add_member(:rules, Shapes::ShapeRef.new(shape: BackupRules, required: true, location_name: "Rules"))
|
|
458
517
|
BackupPlan.add_member(:advanced_backup_settings, Shapes::ShapeRef.new(shape: AdvancedBackupSettings, location_name: "AdvancedBackupSettings"))
|
|
518
|
+
BackupPlan.add_member(:scan_settings, Shapes::ShapeRef.new(shape: ScanSettings, location_name: "ScanSettings"))
|
|
459
519
|
BackupPlan.struct_class = Types::BackupPlan
|
|
460
520
|
|
|
461
521
|
BackupPlanInput.add_member(:backup_plan_name, Shapes::ShapeRef.new(shape: BackupPlanName, required: true, location_name: "BackupPlanName"))
|
|
462
522
|
BackupPlanInput.add_member(:rules, Shapes::ShapeRef.new(shape: BackupRulesInput, required: true, location_name: "Rules"))
|
|
463
523
|
BackupPlanInput.add_member(:advanced_backup_settings, Shapes::ShapeRef.new(shape: AdvancedBackupSettings, location_name: "AdvancedBackupSettings"))
|
|
524
|
+
BackupPlanInput.add_member(:scan_settings, Shapes::ShapeRef.new(shape: ScanSettings, location_name: "ScanSettings"))
|
|
464
525
|
BackupPlanInput.struct_class = Types::BackupPlanInput
|
|
465
526
|
|
|
466
527
|
BackupPlanTemplatesList.member = Shapes::ShapeRef.new(shape: BackupPlanTemplatesListMember)
|
|
@@ -486,6 +547,7 @@ module Aws::Backup
|
|
|
486
547
|
|
|
487
548
|
BackupRule.add_member(:rule_name, Shapes::ShapeRef.new(shape: BackupRuleName, required: true, location_name: "RuleName"))
|
|
488
549
|
BackupRule.add_member(:target_backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location_name: "TargetBackupVaultName"))
|
|
550
|
+
BackupRule.add_member(:target_logically_air_gapped_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TargetLogicallyAirGappedBackupVaultArn"))
|
|
489
551
|
BackupRule.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: CronExpression, location_name: "ScheduleExpression"))
|
|
490
552
|
BackupRule.add_member(:start_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "StartWindowMinutes"))
|
|
491
553
|
BackupRule.add_member(:completion_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "CompletionWindowMinutes"))
|
|
@@ -496,10 +558,12 @@ module Aws::Backup
|
|
|
496
558
|
BackupRule.add_member(:enable_continuous_backup, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableContinuousBackup"))
|
|
497
559
|
BackupRule.add_member(:schedule_expression_timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "ScheduleExpressionTimezone"))
|
|
498
560
|
BackupRule.add_member(:index_actions, Shapes::ShapeRef.new(shape: IndexActions, location_name: "IndexActions"))
|
|
561
|
+
BackupRule.add_member(:scan_actions, Shapes::ShapeRef.new(shape: ScanActions, location_name: "ScanActions"))
|
|
499
562
|
BackupRule.struct_class = Types::BackupRule
|
|
500
563
|
|
|
501
564
|
BackupRuleInput.add_member(:rule_name, Shapes::ShapeRef.new(shape: BackupRuleName, required: true, location_name: "RuleName"))
|
|
502
565
|
BackupRuleInput.add_member(:target_backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location_name: "TargetBackupVaultName"))
|
|
566
|
+
BackupRuleInput.add_member(:target_logically_air_gapped_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TargetLogicallyAirGappedBackupVaultArn"))
|
|
503
567
|
BackupRuleInput.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: CronExpression, location_name: "ScheduleExpression"))
|
|
504
568
|
BackupRuleInput.add_member(:start_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "StartWindowMinutes"))
|
|
505
569
|
BackupRuleInput.add_member(:completion_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "CompletionWindowMinutes"))
|
|
@@ -509,6 +573,7 @@ module Aws::Backup
|
|
|
509
573
|
BackupRuleInput.add_member(:enable_continuous_backup, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableContinuousBackup"))
|
|
510
574
|
BackupRuleInput.add_member(:schedule_expression_timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "ScheduleExpressionTimezone"))
|
|
511
575
|
BackupRuleInput.add_member(:index_actions, Shapes::ShapeRef.new(shape: IndexActions, location_name: "IndexActions"))
|
|
576
|
+
BackupRuleInput.add_member(:scan_actions, Shapes::ShapeRef.new(shape: ScanActions, location_name: "ScanActions"))
|
|
512
577
|
BackupRuleInput.struct_class = Types::BackupRuleInput
|
|
513
578
|
|
|
514
579
|
BackupRules.member = Shapes::ShapeRef.new(shape: BackupRule)
|
|
@@ -549,6 +614,7 @@ module Aws::Backup
|
|
|
549
614
|
BackupVaultListMember.add_member(:min_retention_days, Shapes::ShapeRef.new(shape: Long, location_name: "MinRetentionDays"))
|
|
550
615
|
BackupVaultListMember.add_member(:max_retention_days, Shapes::ShapeRef.new(shape: Long, location_name: "MaxRetentionDays"))
|
|
551
616
|
BackupVaultListMember.add_member(:lock_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "LockDate"))
|
|
617
|
+
BackupVaultListMember.add_member(:encryption_key_type, Shapes::ShapeRef.new(shape: EncryptionKeyType, location_name: "EncryptionKeyType"))
|
|
552
618
|
BackupVaultListMember.struct_class = Types::BackupVaultListMember
|
|
553
619
|
|
|
554
620
|
CalculatedLifecycle.add_member(:move_to_cold_storage_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "MoveToColdStorageAt"))
|
|
@@ -622,6 +688,7 @@ module Aws::Backup
|
|
|
622
688
|
CopyJob.add_member(:backup_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "BackupSizeInBytes"))
|
|
623
689
|
CopyJob.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "IamRoleArn"))
|
|
624
690
|
CopyJob.add_member(:created_by, Shapes::ShapeRef.new(shape: RecoveryPointCreator, location_name: "CreatedBy"))
|
|
691
|
+
CopyJob.add_member(:created_by_backup_job_id, Shapes::ShapeRef.new(shape: string, location_name: "CreatedByBackupJobId"))
|
|
625
692
|
CopyJob.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
626
693
|
CopyJob.add_member(:parent_job_id, Shapes::ShapeRef.new(shape: string, location_name: "ParentJobId"))
|
|
627
694
|
CopyJob.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
|
|
@@ -714,6 +781,7 @@ module Aws::Backup
|
|
|
714
781
|
CreateLogicallyAirGappedBackupVaultInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: string, location_name: "CreatorRequestId", metadata: {"idempotencyToken" => true}))
|
|
715
782
|
CreateLogicallyAirGappedBackupVaultInput.add_member(:min_retention_days, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "MinRetentionDays"))
|
|
716
783
|
CreateLogicallyAirGappedBackupVaultInput.add_member(:max_retention_days, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "MaxRetentionDays"))
|
|
784
|
+
CreateLogicallyAirGappedBackupVaultInput.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "EncryptionKeyArn"))
|
|
717
785
|
CreateLogicallyAirGappedBackupVaultInput.struct_class = Types::CreateLogicallyAirGappedBackupVaultInput
|
|
718
786
|
|
|
719
787
|
CreateLogicallyAirGappedBackupVaultOutput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, location_name: "BackupVaultName"))
|
|
@@ -769,6 +837,16 @@ module Aws::Backup
|
|
|
769
837
|
CreateRestoreTestingSelectionOutput.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RestoreTestingSelectionName"))
|
|
770
838
|
CreateRestoreTestingSelectionOutput.struct_class = Types::CreateRestoreTestingSelectionOutput
|
|
771
839
|
|
|
840
|
+
CreateTieringConfigurationInput.add_member(:tiering_configuration, Shapes::ShapeRef.new(shape: TieringConfigurationInputForCreate, required: true, location_name: "TieringConfiguration"))
|
|
841
|
+
CreateTieringConfigurationInput.add_member(:tiering_configuration_tags, Shapes::ShapeRef.new(shape: Tags, location_name: "TieringConfigurationTags"))
|
|
842
|
+
CreateTieringConfigurationInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: CreatorRequestId, location_name: "CreatorRequestId", metadata: {"idempotencyToken" => true}))
|
|
843
|
+
CreateTieringConfigurationInput.struct_class = Types::CreateTieringConfigurationInput
|
|
844
|
+
|
|
845
|
+
CreateTieringConfigurationOutput.add_member(:tiering_configuration_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TieringConfigurationArn"))
|
|
846
|
+
CreateTieringConfigurationOutput.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: string, location_name: "TieringConfigurationName"))
|
|
847
|
+
CreateTieringConfigurationOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
|
848
|
+
CreateTieringConfigurationOutput.struct_class = Types::CreateTieringConfigurationOutput
|
|
849
|
+
|
|
772
850
|
DateRange.add_member(:from_date, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "FromDate"))
|
|
773
851
|
DateRange.add_member(:to_date, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "ToDate"))
|
|
774
852
|
DateRange.struct_class = Types::DateRange
|
|
@@ -815,6 +893,11 @@ module Aws::Backup
|
|
|
815
893
|
DeleteRestoreTestingSelectionInput.add_member(:restore_testing_selection_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "RestoreTestingSelectionName"))
|
|
816
894
|
DeleteRestoreTestingSelectionInput.struct_class = Types::DeleteRestoreTestingSelectionInput
|
|
817
895
|
|
|
896
|
+
DeleteTieringConfigurationInput.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, required: true, location: "uri", location_name: "tieringConfigurationName"))
|
|
897
|
+
DeleteTieringConfigurationInput.struct_class = Types::DeleteTieringConfigurationInput
|
|
898
|
+
|
|
899
|
+
DeleteTieringConfigurationOutput.struct_class = Types::DeleteTieringConfigurationOutput
|
|
900
|
+
|
|
818
901
|
DependencyFailureException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
|
|
819
902
|
DependencyFailureException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
|
820
903
|
DependencyFailureException.add_member(:type, Shapes::ShapeRef.new(shape: string, location_name: "Type"))
|
|
@@ -878,6 +961,7 @@ module Aws::Backup
|
|
|
878
961
|
DescribeBackupVaultOutput.add_member(:mpa_approval_team_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "MpaApprovalTeamArn"))
|
|
879
962
|
DescribeBackupVaultOutput.add_member(:mpa_session_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "MpaSessionArn"))
|
|
880
963
|
DescribeBackupVaultOutput.add_member(:latest_mpa_approval_team_update, Shapes::ShapeRef.new(shape: LatestMpaApprovalTeamUpdate, location_name: "LatestMpaApprovalTeamUpdate"))
|
|
964
|
+
DescribeBackupVaultOutput.add_member(:encryption_key_type, Shapes::ShapeRef.new(shape: EncryptionKeyType, location_name: "EncryptionKeyType"))
|
|
881
965
|
DescribeBackupVaultOutput.struct_class = Types::DescribeBackupVaultOutput
|
|
882
966
|
|
|
883
967
|
DescribeCopyJobInput.add_member(:copy_job_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "copyJobId"))
|
|
@@ -951,6 +1035,8 @@ module Aws::Backup
|
|
|
951
1035
|
DescribeRecoveryPointOutput.add_member(:vault_type, Shapes::ShapeRef.new(shape: VaultType, location_name: "VaultType"))
|
|
952
1036
|
DescribeRecoveryPointOutput.add_member(:index_status, Shapes::ShapeRef.new(shape: IndexStatus, location_name: "IndexStatus"))
|
|
953
1037
|
DescribeRecoveryPointOutput.add_member(:index_status_message, Shapes::ShapeRef.new(shape: string, location_name: "IndexStatusMessage"))
|
|
1038
|
+
DescribeRecoveryPointOutput.add_member(:encryption_key_type, Shapes::ShapeRef.new(shape: EncryptionKeyType, location_name: "EncryptionKeyType"))
|
|
1039
|
+
DescribeRecoveryPointOutput.add_member(:scan_results, Shapes::ShapeRef.new(shape: ScanResults, location_name: "ScanResults"))
|
|
954
1040
|
DescribeRecoveryPointOutput.struct_class = Types::DescribeRecoveryPointOutput
|
|
955
1041
|
|
|
956
1042
|
DescribeRegionSettingsInput.struct_class = Types::DescribeRegionSettingsInput
|
|
@@ -995,8 +1081,35 @@ module Aws::Backup
|
|
|
995
1081
|
DescribeRestoreJobOutput.add_member(:validation_status_message, Shapes::ShapeRef.new(shape: string, location_name: "ValidationStatusMessage"))
|
|
996
1082
|
DescribeRestoreJobOutput.add_member(:deletion_status, Shapes::ShapeRef.new(shape: RestoreDeletionStatus, location_name: "DeletionStatus"))
|
|
997
1083
|
DescribeRestoreJobOutput.add_member(:deletion_status_message, Shapes::ShapeRef.new(shape: string, location_name: "DeletionStatusMessage"))
|
|
1084
|
+
DescribeRestoreJobOutput.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
|
|
1085
|
+
DescribeRestoreJobOutput.add_member(:parent_job_id, Shapes::ShapeRef.new(shape: string, location_name: "ParentJobId"))
|
|
998
1086
|
DescribeRestoreJobOutput.struct_class = Types::DescribeRestoreJobOutput
|
|
999
1087
|
|
|
1088
|
+
DescribeScanJobInput.add_member(:scan_job_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "ScanJobId"))
|
|
1089
|
+
DescribeScanJobInput.struct_class = Types::DescribeScanJobInput
|
|
1090
|
+
|
|
1091
|
+
DescribeScanJobOutput.add_member(:account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AccountId"))
|
|
1092
|
+
DescribeScanJobOutput.add_member(:backup_vault_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "BackupVaultArn"))
|
|
1093
|
+
DescribeScanJobOutput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "BackupVaultName"))
|
|
1094
|
+
DescribeScanJobOutput.add_member(:completion_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletionDate"))
|
|
1095
|
+
DescribeScanJobOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: ScanJobCreator, required: true, location_name: "CreatedBy"))
|
|
1096
|
+
DescribeScanJobOutput.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationDate"))
|
|
1097
|
+
DescribeScanJobOutput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
|
|
1098
|
+
DescribeScanJobOutput.add_member(:malware_scanner, Shapes::ShapeRef.new(shape: MalwareScanner, required: true, location_name: "MalwareScanner"))
|
|
1099
|
+
DescribeScanJobOutput.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RecoveryPointArn"))
|
|
1100
|
+
DescribeScanJobOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
|
|
1101
|
+
DescribeScanJobOutput.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
|
|
1102
|
+
DescribeScanJobOutput.add_member(:resource_type, Shapes::ShapeRef.new(shape: ScanResourceType, required: true, location_name: "ResourceType"))
|
|
1103
|
+
DescribeScanJobOutput.add_member(:scan_base_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "ScanBaseRecoveryPointArn"))
|
|
1104
|
+
DescribeScanJobOutput.add_member(:scan_id, Shapes::ShapeRef.new(shape: String, location_name: "ScanId"))
|
|
1105
|
+
DescribeScanJobOutput.add_member(:scan_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScanJobId"))
|
|
1106
|
+
DescribeScanJobOutput.add_member(:scan_mode, Shapes::ShapeRef.new(shape: ScanMode, required: true, location_name: "ScanMode"))
|
|
1107
|
+
DescribeScanJobOutput.add_member(:scan_result, Shapes::ShapeRef.new(shape: ScanResultInfo, location_name: "ScanResult"))
|
|
1108
|
+
DescribeScanJobOutput.add_member(:scanner_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScannerRoleArn"))
|
|
1109
|
+
DescribeScanJobOutput.add_member(:state, Shapes::ShapeRef.new(shape: ScanState, required: true, location_name: "State"))
|
|
1110
|
+
DescribeScanJobOutput.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
|
|
1111
|
+
DescribeScanJobOutput.struct_class = Types::DescribeScanJobOutput
|
|
1112
|
+
|
|
1000
1113
|
DisassociateBackupVaultMpaApprovalTeamInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location: "uri", location_name: "backupVaultName"))
|
|
1001
1114
|
DisassociateBackupVaultMpaApprovalTeamInput.add_member(:requester_comment, Shapes::ShapeRef.new(shape: RequesterComment, location_name: "RequesterComment"))
|
|
1002
1115
|
DisassociateBackupVaultMpaApprovalTeamInput.struct_class = Types::DisassociateBackupVaultMpaApprovalTeamInput
|
|
@@ -1163,6 +1276,12 @@ module Aws::Backup
|
|
|
1163
1276
|
GetSupportedResourceTypesOutput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
|
|
1164
1277
|
GetSupportedResourceTypesOutput.struct_class = Types::GetSupportedResourceTypesOutput
|
|
1165
1278
|
|
|
1279
|
+
GetTieringConfigurationInput.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, required: true, location: "uri", location_name: "tieringConfigurationName"))
|
|
1280
|
+
GetTieringConfigurationInput.struct_class = Types::GetTieringConfigurationInput
|
|
1281
|
+
|
|
1282
|
+
GetTieringConfigurationOutput.add_member(:tiering_configuration, Shapes::ShapeRef.new(shape: TieringConfiguration, location_name: "TieringConfiguration"))
|
|
1283
|
+
GetTieringConfigurationOutput.struct_class = Types::GetTieringConfigurationOutput
|
|
1284
|
+
|
|
1166
1285
|
GlobalSettings.key = Shapes::ShapeRef.new(shape: GlobalSettingsName)
|
|
1167
1286
|
GlobalSettings.value = Shapes::ShapeRef.new(shape: GlobalSettingsValue)
|
|
1168
1287
|
|
|
@@ -1236,6 +1355,7 @@ module Aws::Backup
|
|
|
1236
1355
|
Lifecycle.add_member(:move_to_cold_storage_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "MoveToColdStorageAfterDays"))
|
|
1237
1356
|
Lifecycle.add_member(:delete_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "DeleteAfterDays"))
|
|
1238
1357
|
Lifecycle.add_member(:opt_in_to_archive_for_supported_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "OptInToArchiveForSupportedResources"))
|
|
1358
|
+
Lifecycle.add_member(:delete_after_event, Shapes::ShapeRef.new(shape: LifecycleDeleteAfterEvent, location_name: "DeleteAfterEvent"))
|
|
1239
1359
|
Lifecycle.struct_class = Types::Lifecycle
|
|
1240
1360
|
|
|
1241
1361
|
LimitExceededException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
|
|
@@ -1349,6 +1469,7 @@ module Aws::Backup
|
|
|
1349
1469
|
ListCopyJobsInput.add_member(:by_complete_after, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "completeAfter"))
|
|
1350
1470
|
ListCopyJobsInput.add_member(:by_parent_job_id, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "parentJobId"))
|
|
1351
1471
|
ListCopyJobsInput.add_member(:by_message_category, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "messageCategory"))
|
|
1472
|
+
ListCopyJobsInput.add_member(:by_source_recovery_point_arn, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "sourceRecoveryPointArn"))
|
|
1352
1473
|
ListCopyJobsInput.struct_class = Types::ListCopyJobsInput
|
|
1353
1474
|
|
|
1354
1475
|
ListCopyJobsOutput.add_member(:copy_jobs, Shapes::ShapeRef.new(shape: CopyJobsList, location_name: "CopyJobs"))
|
|
@@ -1503,6 +1624,7 @@ module Aws::Backup
|
|
|
1503
1624
|
ListRestoreJobsInput.add_member(:by_complete_before, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "completeBefore"))
|
|
1504
1625
|
ListRestoreJobsInput.add_member(:by_complete_after, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "completeAfter"))
|
|
1505
1626
|
ListRestoreJobsInput.add_member(:by_restore_testing_plan_arn, Shapes::ShapeRef.new(shape: ARN, location: "querystring", location_name: "restoreTestingPlanArn"))
|
|
1627
|
+
ListRestoreJobsInput.add_member(:by_parent_job_id, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "parentJobId"))
|
|
1506
1628
|
ListRestoreJobsInput.struct_class = Types::ListRestoreJobsInput
|
|
1507
1629
|
|
|
1508
1630
|
ListRestoreJobsOutput.add_member(:restore_jobs, Shapes::ShapeRef.new(shape: RestoreJobsList, location_name: "RestoreJobs"))
|
|
@@ -1526,6 +1648,39 @@ module Aws::Backup
|
|
|
1526
1648
|
ListRestoreTestingSelectionsOutput.add_member(:restore_testing_selections, Shapes::ShapeRef.new(shape: RestoreTestingSelections, required: true, location_name: "RestoreTestingSelections"))
|
|
1527
1649
|
ListRestoreTestingSelectionsOutput.struct_class = Types::ListRestoreTestingSelectionsOutput
|
|
1528
1650
|
|
|
1651
|
+
ListScanJobSummariesInput.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "AccountId"))
|
|
1652
|
+
ListScanJobSummariesInput.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location: "querystring", location_name: "ResourceType"))
|
|
1653
|
+
ListScanJobSummariesInput.add_member(:malware_scanner, Shapes::ShapeRef.new(shape: MalwareScanner, location: "querystring", location_name: "MalwareScanner"))
|
|
1654
|
+
ListScanJobSummariesInput.add_member(:scan_result_status, Shapes::ShapeRef.new(shape: ScanResultStatus, location: "querystring", location_name: "ScanResultStatus"))
|
|
1655
|
+
ListScanJobSummariesInput.add_member(:state, Shapes::ShapeRef.new(shape: ScanJobStatus, location: "querystring", location_name: "State"))
|
|
1656
|
+
ListScanJobSummariesInput.add_member(:aggregation_period, Shapes::ShapeRef.new(shape: AggregationPeriod, location: "querystring", location_name: "AggregationPeriod"))
|
|
1657
|
+
ListScanJobSummariesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
|
1658
|
+
ListScanJobSummariesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "NextToken"))
|
|
1659
|
+
ListScanJobSummariesInput.struct_class = Types::ListScanJobSummariesInput
|
|
1660
|
+
|
|
1661
|
+
ListScanJobSummariesOutput.add_member(:scan_job_summaries, Shapes::ShapeRef.new(shape: ScanJobSummaryList, location_name: "ScanJobSummaries"))
|
|
1662
|
+
ListScanJobSummariesOutput.add_member(:aggregation_period, Shapes::ShapeRef.new(shape: string, location_name: "AggregationPeriod"))
|
|
1663
|
+
ListScanJobSummariesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
|
|
1664
|
+
ListScanJobSummariesOutput.struct_class = Types::ListScanJobSummariesOutput
|
|
1665
|
+
|
|
1666
|
+
ListScanJobsInput.add_member(:by_account_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "ByAccountId"))
|
|
1667
|
+
ListScanJobsInput.add_member(:by_backup_vault_name, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "ByBackupVaultName"))
|
|
1668
|
+
ListScanJobsInput.add_member(:by_complete_after, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "ByCompleteAfter"))
|
|
1669
|
+
ListScanJobsInput.add_member(:by_complete_before, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "ByCompleteBefore"))
|
|
1670
|
+
ListScanJobsInput.add_member(:by_malware_scanner, Shapes::ShapeRef.new(shape: MalwareScanner, location: "querystring", location_name: "ByMalwareScanner"))
|
|
1671
|
+
ListScanJobsInput.add_member(:by_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "ByRecoveryPointArn"))
|
|
1672
|
+
ListScanJobsInput.add_member(:by_resource_arn, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "ByResourceArn"))
|
|
1673
|
+
ListScanJobsInput.add_member(:by_resource_type, Shapes::ShapeRef.new(shape: ScanResourceType, location: "querystring", location_name: "ByResourceType"))
|
|
1674
|
+
ListScanJobsInput.add_member(:by_scan_result_status, Shapes::ShapeRef.new(shape: ScanResultStatus, location: "querystring", location_name: "ByScanResultStatus"))
|
|
1675
|
+
ListScanJobsInput.add_member(:by_state, Shapes::ShapeRef.new(shape: ScanState, location: "querystring", location_name: "ByState"))
|
|
1676
|
+
ListScanJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListScanJobsInputMaxResultsInteger, location: "querystring", location_name: "MaxResults"))
|
|
1677
|
+
ListScanJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "NextToken"))
|
|
1678
|
+
ListScanJobsInput.struct_class = Types::ListScanJobsInput
|
|
1679
|
+
|
|
1680
|
+
ListScanJobsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
1681
|
+
ListScanJobsOutput.add_member(:scan_jobs, Shapes::ShapeRef.new(shape: ScanJobs, required: true, location_name: "ScanJobs"))
|
|
1682
|
+
ListScanJobsOutput.struct_class = Types::ListScanJobsOutput
|
|
1683
|
+
|
|
1529
1684
|
ListTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
|
1530
1685
|
ListTagsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "nextToken"))
|
|
1531
1686
|
ListTagsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
@@ -1535,6 +1690,14 @@ module Aws::Backup
|
|
|
1535
1690
|
ListTagsOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
1536
1691
|
ListTagsOutput.struct_class = Types::ListTagsOutput
|
|
1537
1692
|
|
|
1693
|
+
ListTieringConfigurationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
1694
|
+
ListTieringConfigurationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "nextToken"))
|
|
1695
|
+
ListTieringConfigurationsInput.struct_class = Types::ListTieringConfigurationsInput
|
|
1696
|
+
|
|
1697
|
+
ListTieringConfigurationsOutput.add_member(:tiering_configurations, Shapes::ShapeRef.new(shape: TieringConfigurationsList, location_name: "TieringConfigurations"))
|
|
1698
|
+
ListTieringConfigurationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
|
|
1699
|
+
ListTieringConfigurationsOutput.struct_class = Types::ListTieringConfigurationsOutput
|
|
1700
|
+
|
|
1538
1701
|
Metadata.key = Shapes::ShapeRef.new(shape: MetadataKey)
|
|
1539
1702
|
Metadata.value = Shapes::ShapeRef.new(shape: MetadataValue)
|
|
1540
1703
|
|
|
@@ -1604,6 +1767,8 @@ module Aws::Backup
|
|
|
1604
1767
|
RecoveryPointByBackupVault.add_member(:vault_type, Shapes::ShapeRef.new(shape: VaultType, location_name: "VaultType"))
|
|
1605
1768
|
RecoveryPointByBackupVault.add_member(:index_status, Shapes::ShapeRef.new(shape: IndexStatus, location_name: "IndexStatus"))
|
|
1606
1769
|
RecoveryPointByBackupVault.add_member(:index_status_message, Shapes::ShapeRef.new(shape: string, location_name: "IndexStatusMessage"))
|
|
1770
|
+
RecoveryPointByBackupVault.add_member(:encryption_key_type, Shapes::ShapeRef.new(shape: EncryptionKeyType, location_name: "EncryptionKeyType"))
|
|
1771
|
+
RecoveryPointByBackupVault.add_member(:aggregated_scan_result, Shapes::ShapeRef.new(shape: AggregatedScanResult, location_name: "AggregatedScanResult"))
|
|
1607
1772
|
RecoveryPointByBackupVault.struct_class = Types::RecoveryPointByBackupVault
|
|
1608
1773
|
|
|
1609
1774
|
RecoveryPointByBackupVaultList.member = Shapes::ShapeRef.new(shape: RecoveryPointByBackupVault)
|
|
@@ -1621,6 +1786,8 @@ module Aws::Backup
|
|
|
1621
1786
|
RecoveryPointByResource.add_member(:vault_type, Shapes::ShapeRef.new(shape: VaultType, location_name: "VaultType"))
|
|
1622
1787
|
RecoveryPointByResource.add_member(:index_status, Shapes::ShapeRef.new(shape: IndexStatus, location_name: "IndexStatus"))
|
|
1623
1788
|
RecoveryPointByResource.add_member(:index_status_message, Shapes::ShapeRef.new(shape: string, location_name: "IndexStatusMessage"))
|
|
1789
|
+
RecoveryPointByResource.add_member(:encryption_key_type, Shapes::ShapeRef.new(shape: EncryptionKeyType, location_name: "EncryptionKeyType"))
|
|
1790
|
+
RecoveryPointByResource.add_member(:aggregated_scan_result, Shapes::ShapeRef.new(shape: AggregatedScanResult, location_name: "AggregatedScanResult"))
|
|
1624
1791
|
RecoveryPointByResource.struct_class = Types::RecoveryPointByResource
|
|
1625
1792
|
|
|
1626
1793
|
RecoveryPointByResourceList.member = Shapes::ShapeRef.new(shape: RecoveryPointByResource)
|
|
@@ -1700,6 +1867,13 @@ module Aws::Backup
|
|
|
1700
1867
|
ResourceNotFoundException.add_member(:context, Shapes::ShapeRef.new(shape: string, location_name: "Context"))
|
|
1701
1868
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
1702
1869
|
|
|
1870
|
+
ResourceSelection.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceArns, required: true, location_name: "Resources"))
|
|
1871
|
+
ResourceSelection.add_member(:tiering_down_settings_in_days, Shapes::ShapeRef.new(shape: TieringDownSettingsInDays, required: true, location_name: "TieringDownSettingsInDays"))
|
|
1872
|
+
ResourceSelection.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
|
1873
|
+
ResourceSelection.struct_class = Types::ResourceSelection
|
|
1874
|
+
|
|
1875
|
+
ResourceSelections.member = Shapes::ShapeRef.new(shape: ResourceSelection)
|
|
1876
|
+
|
|
1703
1877
|
ResourceTypeList.member = Shapes::ShapeRef.new(shape: ARN)
|
|
1704
1878
|
|
|
1705
1879
|
ResourceTypeManagementPreference.key = Shapes::ShapeRef.new(shape: ResourceType)
|
|
@@ -1751,6 +1925,8 @@ module Aws::Backup
|
|
|
1751
1925
|
RestoreJobsListMember.add_member(:created_resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "CreatedResourceArn"))
|
|
1752
1926
|
RestoreJobsListMember.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
1753
1927
|
RestoreJobsListMember.add_member(:recovery_point_creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "RecoveryPointCreationDate"))
|
|
1928
|
+
RestoreJobsListMember.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
|
|
1929
|
+
RestoreJobsListMember.add_member(:parent_job_id, Shapes::ShapeRef.new(shape: string, location_name: "ParentJobId"))
|
|
1754
1930
|
RestoreJobsListMember.add_member(:created_by, Shapes::ShapeRef.new(shape: RestoreJobCreator, location_name: "CreatedBy"))
|
|
1755
1931
|
RestoreJobsListMember.add_member(:validation_status, Shapes::ShapeRef.new(shape: RestoreValidationStatus, location_name: "ValidationStatus"))
|
|
1756
1932
|
RestoreJobsListMember.add_member(:validation_status_message, Shapes::ShapeRef.new(shape: string, location_name: "ValidationStatusMessage"))
|
|
@@ -1847,6 +2023,75 @@ module Aws::Backup
|
|
|
1847
2023
|
RevokeRestoreAccessBackupVaultInput.add_member(:requester_comment, Shapes::ShapeRef.new(shape: RequesterComment, location: "querystring", location_name: "requesterComment"))
|
|
1848
2024
|
RevokeRestoreAccessBackupVaultInput.struct_class = Types::RevokeRestoreAccessBackupVaultInput
|
|
1849
2025
|
|
|
2026
|
+
ScanAction.add_member(:malware_scanner, Shapes::ShapeRef.new(shape: MalwareScanner, location_name: "MalwareScanner"))
|
|
2027
|
+
ScanAction.add_member(:scan_mode, Shapes::ShapeRef.new(shape: ScanMode, location_name: "ScanMode"))
|
|
2028
|
+
ScanAction.struct_class = Types::ScanAction
|
|
2029
|
+
|
|
2030
|
+
ScanActions.member = Shapes::ShapeRef.new(shape: ScanAction)
|
|
2031
|
+
|
|
2032
|
+
ScanFindings.member = Shapes::ShapeRef.new(shape: ScanFinding)
|
|
2033
|
+
|
|
2034
|
+
ScanJob.add_member(:account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AccountId"))
|
|
2035
|
+
ScanJob.add_member(:backup_vault_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "BackupVaultArn"))
|
|
2036
|
+
ScanJob.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "BackupVaultName"))
|
|
2037
|
+
ScanJob.add_member(:completion_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletionDate"))
|
|
2038
|
+
ScanJob.add_member(:created_by, Shapes::ShapeRef.new(shape: ScanJobCreator, required: true, location_name: "CreatedBy"))
|
|
2039
|
+
ScanJob.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationDate"))
|
|
2040
|
+
ScanJob.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
|
|
2041
|
+
ScanJob.add_member(:malware_scanner, Shapes::ShapeRef.new(shape: MalwareScanner, required: true, location_name: "MalwareScanner"))
|
|
2042
|
+
ScanJob.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RecoveryPointArn"))
|
|
2043
|
+
ScanJob.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
|
|
2044
|
+
ScanJob.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
|
|
2045
|
+
ScanJob.add_member(:resource_type, Shapes::ShapeRef.new(shape: ScanResourceType, required: true, location_name: "ResourceType"))
|
|
2046
|
+
ScanJob.add_member(:scan_base_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "ScanBaseRecoveryPointArn"))
|
|
2047
|
+
ScanJob.add_member(:scan_id, Shapes::ShapeRef.new(shape: String, location_name: "ScanId"))
|
|
2048
|
+
ScanJob.add_member(:scan_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScanJobId"))
|
|
2049
|
+
ScanJob.add_member(:scan_mode, Shapes::ShapeRef.new(shape: ScanMode, required: true, location_name: "ScanMode"))
|
|
2050
|
+
ScanJob.add_member(:scan_result, Shapes::ShapeRef.new(shape: ScanResultInfo, location_name: "ScanResult"))
|
|
2051
|
+
ScanJob.add_member(:scanner_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScannerRoleArn"))
|
|
2052
|
+
ScanJob.add_member(:state, Shapes::ShapeRef.new(shape: ScanState, location_name: "State"))
|
|
2053
|
+
ScanJob.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
|
|
2054
|
+
ScanJob.struct_class = Types::ScanJob
|
|
2055
|
+
|
|
2056
|
+
ScanJobCreator.add_member(:backup_plan_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "BackupPlanArn"))
|
|
2057
|
+
ScanJobCreator.add_member(:backup_plan_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "BackupPlanId"))
|
|
2058
|
+
ScanJobCreator.add_member(:backup_plan_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "BackupPlanVersion"))
|
|
2059
|
+
ScanJobCreator.add_member(:backup_rule_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "BackupRuleId"))
|
|
2060
|
+
ScanJobCreator.struct_class = Types::ScanJobCreator
|
|
2061
|
+
|
|
2062
|
+
ScanJobSummary.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
|
|
2063
|
+
ScanJobSummary.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
|
2064
|
+
ScanJobSummary.add_member(:state, Shapes::ShapeRef.new(shape: ScanJobStatus, location_name: "State"))
|
|
2065
|
+
ScanJobSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
2066
|
+
ScanJobSummary.add_member(:count, Shapes::ShapeRef.new(shape: integer, location_name: "Count"))
|
|
2067
|
+
ScanJobSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "StartTime"))
|
|
2068
|
+
ScanJobSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "EndTime"))
|
|
2069
|
+
ScanJobSummary.add_member(:malware_scanner, Shapes::ShapeRef.new(shape: MalwareScanner, location_name: "MalwareScanner"))
|
|
2070
|
+
ScanJobSummary.add_member(:scan_result_status, Shapes::ShapeRef.new(shape: ScanResultStatus, location_name: "ScanResultStatus"))
|
|
2071
|
+
ScanJobSummary.struct_class = Types::ScanJobSummary
|
|
2072
|
+
|
|
2073
|
+
ScanJobSummaryList.member = Shapes::ShapeRef.new(shape: ScanJobSummary)
|
|
2074
|
+
|
|
2075
|
+
ScanJobs.member = Shapes::ShapeRef.new(shape: ScanJob)
|
|
2076
|
+
|
|
2077
|
+
ScanResult.add_member(:malware_scanner, Shapes::ShapeRef.new(shape: MalwareScanner, location_name: "MalwareScanner"))
|
|
2078
|
+
ScanResult.add_member(:scan_job_state, Shapes::ShapeRef.new(shape: ScanJobState, location_name: "ScanJobState"))
|
|
2079
|
+
ScanResult.add_member(:last_scan_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastScanTimestamp"))
|
|
2080
|
+
ScanResult.add_member(:findings, Shapes::ShapeRef.new(shape: ScanFindings, location_name: "Findings"))
|
|
2081
|
+
ScanResult.struct_class = Types::ScanResult
|
|
2082
|
+
|
|
2083
|
+
ScanResultInfo.add_member(:scan_result_status, Shapes::ShapeRef.new(shape: ScanResultStatus, required: true, location_name: "ScanResultStatus"))
|
|
2084
|
+
ScanResultInfo.struct_class = Types::ScanResultInfo
|
|
2085
|
+
|
|
2086
|
+
ScanResults.member = Shapes::ShapeRef.new(shape: ScanResult)
|
|
2087
|
+
|
|
2088
|
+
ScanSetting.add_member(:malware_scanner, Shapes::ShapeRef.new(shape: MalwareScanner, location_name: "MalwareScanner"))
|
|
2089
|
+
ScanSetting.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
|
|
2090
|
+
ScanSetting.add_member(:scanner_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "ScannerRoleArn"))
|
|
2091
|
+
ScanSetting.struct_class = Types::ScanSetting
|
|
2092
|
+
|
|
2093
|
+
ScanSettings.member = Shapes::ShapeRef.new(shape: ScanSetting)
|
|
2094
|
+
|
|
1850
2095
|
ScheduledPlanExecutionMember.add_member(:execution_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "ExecutionTime"))
|
|
1851
2096
|
ScheduledPlanExecutionMember.add_member(:rule_id, Shapes::ShapeRef.new(shape: string, location_name: "RuleId"))
|
|
1852
2097
|
ScheduledPlanExecutionMember.add_member(:rule_execution_type, Shapes::ShapeRef.new(shape: RuleExecutionType, location_name: "RuleExecutionType"))
|
|
@@ -1864,6 +2109,7 @@ module Aws::Backup
|
|
|
1864
2109
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
|
1865
2110
|
|
|
1866
2111
|
StartBackupJobInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location_name: "BackupVaultName"))
|
|
2112
|
+
StartBackupJobInput.add_member(:logically_air_gapped_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "LogicallyAirGappedBackupVaultArn"))
|
|
1867
2113
|
StartBackupJobInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ResourceArn"))
|
|
1868
2114
|
StartBackupJobInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "IamRoleArn"))
|
|
1869
2115
|
StartBackupJobInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: string, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -1912,6 +2158,20 @@ module Aws::Backup
|
|
|
1912
2158
|
StartRestoreJobOutput.add_member(:restore_job_id, Shapes::ShapeRef.new(shape: RestoreJobId, location_name: "RestoreJobId"))
|
|
1913
2159
|
StartRestoreJobOutput.struct_class = Types::StartRestoreJobOutput
|
|
1914
2160
|
|
|
2161
|
+
StartScanJobInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "BackupVaultName"))
|
|
2162
|
+
StartScanJobInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IamRoleArn"))
|
|
2163
|
+
StartScanJobInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: String, location_name: "IdempotencyToken"))
|
|
2164
|
+
StartScanJobInput.add_member(:malware_scanner, Shapes::ShapeRef.new(shape: MalwareScanner, required: true, location_name: "MalwareScanner"))
|
|
2165
|
+
StartScanJobInput.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RecoveryPointArn"))
|
|
2166
|
+
StartScanJobInput.add_member(:scan_base_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "ScanBaseRecoveryPointArn"))
|
|
2167
|
+
StartScanJobInput.add_member(:scan_mode, Shapes::ShapeRef.new(shape: ScanMode, required: true, location_name: "ScanMode"))
|
|
2168
|
+
StartScanJobInput.add_member(:scanner_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScannerRoleArn"))
|
|
2169
|
+
StartScanJobInput.struct_class = Types::StartScanJobInput
|
|
2170
|
+
|
|
2171
|
+
StartScanJobOutput.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationDate"))
|
|
2172
|
+
StartScanJobOutput.add_member(:scan_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScanJobId"))
|
|
2173
|
+
StartScanJobOutput.struct_class = Types::StartScanJobOutput
|
|
2174
|
+
|
|
1915
2175
|
StopBackupJobInput.add_member(:backup_job_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "backupJobId"))
|
|
1916
2176
|
StopBackupJobInput.struct_class = Types::StopBackupJobInput
|
|
1917
2177
|
|
|
@@ -1924,6 +2184,33 @@ module Aws::Backup
|
|
|
1924
2184
|
Tags.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
1925
2185
|
Tags.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
1926
2186
|
|
|
2187
|
+
TieringConfiguration.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, required: true, location_name: "TieringConfigurationName"))
|
|
2188
|
+
TieringConfiguration.add_member(:tiering_configuration_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TieringConfigurationArn"))
|
|
2189
|
+
TieringConfiguration.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultNameOrWildcard, required: true, location_name: "BackupVaultName"))
|
|
2190
|
+
TieringConfiguration.add_member(:resource_selection, Shapes::ShapeRef.new(shape: ResourceSelections, required: true, location_name: "ResourceSelection"))
|
|
2191
|
+
TieringConfiguration.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: CreatorRequestId, location_name: "CreatorRequestId"))
|
|
2192
|
+
TieringConfiguration.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
|
2193
|
+
TieringConfiguration.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedTime"))
|
|
2194
|
+
TieringConfiguration.struct_class = Types::TieringConfiguration
|
|
2195
|
+
|
|
2196
|
+
TieringConfigurationInputForCreate.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, required: true, location_name: "TieringConfigurationName"))
|
|
2197
|
+
TieringConfigurationInputForCreate.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultNameOrWildcard, required: true, location_name: "BackupVaultName"))
|
|
2198
|
+
TieringConfigurationInputForCreate.add_member(:resource_selection, Shapes::ShapeRef.new(shape: ResourceSelections, required: true, location_name: "ResourceSelection"))
|
|
2199
|
+
TieringConfigurationInputForCreate.struct_class = Types::TieringConfigurationInputForCreate
|
|
2200
|
+
|
|
2201
|
+
TieringConfigurationInputForUpdate.add_member(:resource_selection, Shapes::ShapeRef.new(shape: ResourceSelections, required: true, location_name: "ResourceSelection"))
|
|
2202
|
+
TieringConfigurationInputForUpdate.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultNameOrWildcard, required: true, location_name: "BackupVaultName"))
|
|
2203
|
+
TieringConfigurationInputForUpdate.struct_class = Types::TieringConfigurationInputForUpdate
|
|
2204
|
+
|
|
2205
|
+
TieringConfigurationsList.member = Shapes::ShapeRef.new(shape: TieringConfigurationsListMember)
|
|
2206
|
+
|
|
2207
|
+
TieringConfigurationsListMember.add_member(:tiering_configuration_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TieringConfigurationArn"))
|
|
2208
|
+
TieringConfigurationsListMember.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, location_name: "TieringConfigurationName"))
|
|
2209
|
+
TieringConfigurationsListMember.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultNameOrWildcard, location_name: "BackupVaultName"))
|
|
2210
|
+
TieringConfigurationsListMember.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
|
2211
|
+
TieringConfigurationsListMember.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedTime"))
|
|
2212
|
+
TieringConfigurationsListMember.struct_class = Types::TieringConfigurationsListMember
|
|
2213
|
+
|
|
1927
2214
|
UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
|
|
1928
2215
|
UntagResourceInput.add_member(:tag_key_list, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeyList"))
|
|
1929
2216
|
UntagResourceInput.struct_class = Types::UntagResourceInput
|
|
@@ -1937,6 +2224,7 @@ module Aws::Backup
|
|
|
1937
2224
|
UpdateBackupPlanOutput.add_member(:creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationDate"))
|
|
1938
2225
|
UpdateBackupPlanOutput.add_member(:version_id, Shapes::ShapeRef.new(shape: string, location_name: "VersionId"))
|
|
1939
2226
|
UpdateBackupPlanOutput.add_member(:advanced_backup_settings, Shapes::ShapeRef.new(shape: AdvancedBackupSettings, location_name: "AdvancedBackupSettings"))
|
|
2227
|
+
UpdateBackupPlanOutput.add_member(:scan_settings, Shapes::ShapeRef.new(shape: ScanSettings, location_name: "ScanSettings"))
|
|
1940
2228
|
UpdateBackupPlanOutput.struct_class = Types::UpdateBackupPlanOutput
|
|
1941
2229
|
|
|
1942
2230
|
UpdateFrameworkInput.add_member(:framework_name, Shapes::ShapeRef.new(shape: FrameworkName, required: true, location: "uri", location_name: "frameworkName"))
|
|
@@ -2014,6 +2302,16 @@ module Aws::Backup
|
|
|
2014
2302
|
UpdateRestoreTestingSelectionOutput.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdateTime"))
|
|
2015
2303
|
UpdateRestoreTestingSelectionOutput.struct_class = Types::UpdateRestoreTestingSelectionOutput
|
|
2016
2304
|
|
|
2305
|
+
UpdateTieringConfigurationInput.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, required: true, location: "uri", location_name: "tieringConfigurationName"))
|
|
2306
|
+
UpdateTieringConfigurationInput.add_member(:tiering_configuration, Shapes::ShapeRef.new(shape: TieringConfigurationInputForUpdate, required: true, location_name: "TieringConfiguration"))
|
|
2307
|
+
UpdateTieringConfigurationInput.struct_class = Types::UpdateTieringConfigurationInput
|
|
2308
|
+
|
|
2309
|
+
UpdateTieringConfigurationOutput.add_member(:tiering_configuration_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TieringConfigurationArn"))
|
|
2310
|
+
UpdateTieringConfigurationOutput.add_member(:tiering_configuration_name, Shapes::ShapeRef.new(shape: TieringConfigurationName, location_name: "TieringConfigurationName"))
|
|
2311
|
+
UpdateTieringConfigurationOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
|
|
2312
|
+
UpdateTieringConfigurationOutput.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedTime"))
|
|
2313
|
+
UpdateTieringConfigurationOutput.struct_class = Types::UpdateTieringConfigurationOutput
|
|
2314
|
+
|
|
2017
2315
|
VaultNames.member = Shapes::ShapeRef.new(shape: string)
|
|
2018
2316
|
|
|
2019
2317
|
stringList.member = Shapes::ShapeRef.new(shape: string)
|
|
@@ -2200,6 +2498,20 @@ module Aws::Backup
|
|
|
2200
2498
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2201
2499
|
end)
|
|
2202
2500
|
|
|
2501
|
+
api.add_operation(:create_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2502
|
+
o.name = "CreateTieringConfiguration"
|
|
2503
|
+
o.http_method = "PUT"
|
|
2504
|
+
o.http_request_uri = "/tiering-configurations"
|
|
2505
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTieringConfigurationInput)
|
|
2506
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTieringConfigurationOutput)
|
|
2507
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
|
2508
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2509
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2510
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
2511
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
|
|
2512
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2513
|
+
end)
|
|
2514
|
+
|
|
2203
2515
|
api.add_operation(:delete_backup_plan, Seahorse::Model::Operation.new.tap do |o|
|
|
2204
2516
|
o.name = "DeleteBackupPlan"
|
|
2205
2517
|
o.http_method = "DELETE"
|
|
@@ -2335,6 +2647,18 @@ module Aws::Backup
|
|
|
2335
2647
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2336
2648
|
end)
|
|
2337
2649
|
|
|
2650
|
+
api.add_operation(:delete_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
2651
|
+
o.name = "DeleteTieringConfiguration"
|
|
2652
|
+
o.http_method = "DELETE"
|
|
2653
|
+
o.http_request_uri = "/tiering-configurations/{tieringConfigurationName}"
|
|
2654
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTieringConfigurationInput)
|
|
2655
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTieringConfigurationOutput)
|
|
2656
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
|
|
2657
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2658
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2659
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2660
|
+
end)
|
|
2661
|
+
|
|
2338
2662
|
api.add_operation(:describe_backup_job, Seahorse::Model::Operation.new.tap do |o|
|
|
2339
2663
|
o.name = "DescribeBackupJob"
|
|
2340
2664
|
o.http_method = "GET"
|
|
@@ -2463,6 +2787,18 @@ module Aws::Backup
|
|
|
2463
2787
|
o.errors << Shapes::ShapeRef.new(shape: DependencyFailureException)
|
|
2464
2788
|
end)
|
|
2465
2789
|
|
|
2790
|
+
api.add_operation(:describe_scan_job, Seahorse::Model::Operation.new.tap do |o|
|
|
2791
|
+
o.name = "DescribeScanJob"
|
|
2792
|
+
o.http_method = "GET"
|
|
2793
|
+
o.http_request_uri = "/scan/jobs/{ScanJobId}"
|
|
2794
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeScanJobInput)
|
|
2795
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeScanJobOutput)
|
|
2796
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2797
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
|
|
2798
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2799
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2800
|
+
end)
|
|
2801
|
+
|
|
2466
2802
|
api.add_operation(:disassociate_backup_vault_mpa_approval_team, Seahorse::Model::Operation.new.tap do |o|
|
|
2467
2803
|
o.name = "DisassociateBackupVaultMpaApprovalTeam"
|
|
2468
2804
|
o.http_method = "POST"
|
|
@@ -2677,6 +3013,18 @@ module Aws::Backup
|
|
|
2677
3013
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2678
3014
|
end)
|
|
2679
3015
|
|
|
3016
|
+
api.add_operation(:get_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
3017
|
+
o.name = "GetTieringConfiguration"
|
|
3018
|
+
o.http_method = "GET"
|
|
3019
|
+
o.http_request_uri = "/tiering-configurations/{tieringConfigurationName}"
|
|
3020
|
+
o.input = Shapes::ShapeRef.new(shape: GetTieringConfigurationInput)
|
|
3021
|
+
o.output = Shapes::ShapeRef.new(shape: GetTieringConfigurationOutput)
|
|
3022
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
|
|
3023
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3024
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3025
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3026
|
+
end)
|
|
3027
|
+
|
|
2680
3028
|
api.add_operation(:list_backup_job_summaries, Seahorse::Model::Operation.new.tap do |o|
|
|
2681
3029
|
o.name = "ListBackupJobSummaries"
|
|
2682
3030
|
o.http_method = "GET"
|
|
@@ -3102,6 +3450,38 @@ module Aws::Backup
|
|
|
3102
3450
|
)
|
|
3103
3451
|
end)
|
|
3104
3452
|
|
|
3453
|
+
api.add_operation(:list_scan_job_summaries, Seahorse::Model::Operation.new.tap do |o|
|
|
3454
|
+
o.name = "ListScanJobSummaries"
|
|
3455
|
+
o.http_method = "GET"
|
|
3456
|
+
o.http_request_uri = "/audit/scan-job-summaries"
|
|
3457
|
+
o.input = Shapes::ShapeRef.new(shape: ListScanJobSummariesInput)
|
|
3458
|
+
o.output = Shapes::ShapeRef.new(shape: ListScanJobSummariesOutput)
|
|
3459
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3460
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3461
|
+
o[:pager] = Aws::Pager.new(
|
|
3462
|
+
limit_key: "max_results",
|
|
3463
|
+
tokens: {
|
|
3464
|
+
"next_token" => "next_token"
|
|
3465
|
+
}
|
|
3466
|
+
)
|
|
3467
|
+
end)
|
|
3468
|
+
|
|
3469
|
+
api.add_operation(:list_scan_jobs, Seahorse::Model::Operation.new.tap do |o|
|
|
3470
|
+
o.name = "ListScanJobs"
|
|
3471
|
+
o.http_method = "GET"
|
|
3472
|
+
o.http_request_uri = "/scan/jobs"
|
|
3473
|
+
o.input = Shapes::ShapeRef.new(shape: ListScanJobsInput)
|
|
3474
|
+
o.output = Shapes::ShapeRef.new(shape: ListScanJobsOutput)
|
|
3475
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3476
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3477
|
+
o[:pager] = Aws::Pager.new(
|
|
3478
|
+
limit_key: "max_results",
|
|
3479
|
+
tokens: {
|
|
3480
|
+
"next_token" => "next_token"
|
|
3481
|
+
}
|
|
3482
|
+
)
|
|
3483
|
+
end)
|
|
3484
|
+
|
|
3105
3485
|
api.add_operation(:list_tags, Seahorse::Model::Operation.new.tap do |o|
|
|
3106
3486
|
o.name = "ListTags"
|
|
3107
3487
|
o.http_method = "GET"
|
|
@@ -3120,6 +3500,22 @@ module Aws::Backup
|
|
|
3120
3500
|
)
|
|
3121
3501
|
end)
|
|
3122
3502
|
|
|
3503
|
+
api.add_operation(:list_tiering_configurations, Seahorse::Model::Operation.new.tap do |o|
|
|
3504
|
+
o.name = "ListTieringConfigurations"
|
|
3505
|
+
o.http_method = "GET"
|
|
3506
|
+
o.http_request_uri = "/tiering-configurations/"
|
|
3507
|
+
o.input = Shapes::ShapeRef.new(shape: ListTieringConfigurationsInput)
|
|
3508
|
+
o.output = Shapes::ShapeRef.new(shape: ListTieringConfigurationsOutput)
|
|
3509
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3510
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3511
|
+
o[:pager] = Aws::Pager.new(
|
|
3512
|
+
limit_key: "max_results",
|
|
3513
|
+
tokens: {
|
|
3514
|
+
"next_token" => "next_token"
|
|
3515
|
+
}
|
|
3516
|
+
)
|
|
3517
|
+
end)
|
|
3518
|
+
|
|
3123
3519
|
api.add_operation(:put_backup_vault_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
3124
3520
|
o.name = "PutBackupVaultAccessPolicy"
|
|
3125
3521
|
o.http_method = "PUT"
|
|
@@ -3236,6 +3632,20 @@ module Aws::Backup
|
|
|
3236
3632
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
3237
3633
|
end)
|
|
3238
3634
|
|
|
3635
|
+
api.add_operation(:start_scan_job, Seahorse::Model::Operation.new.tap do |o|
|
|
3636
|
+
o.name = "StartScanJob"
|
|
3637
|
+
o.http_method = "PUT"
|
|
3638
|
+
o.http_request_uri = "/scan/job"
|
|
3639
|
+
o.input = Shapes::ShapeRef.new(shape: StartScanJobInput)
|
|
3640
|
+
o.output = Shapes::ShapeRef.new(shape: StartScanJobOutput)
|
|
3641
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3642
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
3643
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
3644
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
|
|
3645
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3646
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3647
|
+
end)
|
|
3648
|
+
|
|
3239
3649
|
api.add_operation(:stop_backup_job, Seahorse::Model::Operation.new.tap do |o|
|
|
3240
3650
|
o.name = "StopBackupJob"
|
|
3241
3651
|
o.http_method = "POST"
|
|
@@ -3388,6 +3798,21 @@ module Aws::Backup
|
|
|
3388
3798
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3389
3799
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3390
3800
|
end)
|
|
3801
|
+
|
|
3802
|
+
api.add_operation(:update_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
3803
|
+
o.name = "UpdateTieringConfiguration"
|
|
3804
|
+
o.http_method = "PUT"
|
|
3805
|
+
o.http_request_uri = "/tiering-configurations/{tieringConfigurationName}"
|
|
3806
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTieringConfigurationInput)
|
|
3807
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTieringConfigurationOutput)
|
|
3808
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
|
3809
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3810
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3811
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3812
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
|
3813
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
|
|
3814
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
3815
|
+
end)
|
|
3391
3816
|
end
|
|
3392
3817
|
|
|
3393
3818
|
end
|