aws-sdk-backup 1.30.0 → 1.31.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.
@@ -48,10 +48,16 @@ module Aws::Backup
48
48
  BackupVaultName = Shapes::StringShape.new(name: 'BackupVaultName')
49
49
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
50
50
  CalculatedLifecycle = Shapes::StructureShape.new(name: 'CalculatedLifecycle')
51
+ ComplianceResourceIdList = Shapes::ListShape.new(name: 'ComplianceResourceIdList')
51
52
  Condition = Shapes::StructureShape.new(name: 'Condition')
52
53
  ConditionKey = Shapes::StringShape.new(name: 'ConditionKey')
53
54
  ConditionType = Shapes::StringShape.new(name: 'ConditionType')
54
55
  ConditionValue = Shapes::StringShape.new(name: 'ConditionValue')
56
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
57
+ ControlInputParameter = Shapes::StructureShape.new(name: 'ControlInputParameter')
58
+ ControlInputParameters = Shapes::ListShape.new(name: 'ControlInputParameters')
59
+ ControlName = Shapes::StringShape.new(name: 'ControlName')
60
+ ControlScope = Shapes::StructureShape.new(name: 'ControlScope')
55
61
  CopyAction = Shapes::StructureShape.new(name: 'CopyAction')
56
62
  CopyActions = Shapes::ListShape.new(name: 'CopyActions')
57
63
  CopyJob = Shapes::StructureShape.new(name: 'CopyJob')
@@ -63,6 +69,10 @@ module Aws::Backup
63
69
  CreateBackupSelectionOutput = Shapes::StructureShape.new(name: 'CreateBackupSelectionOutput')
64
70
  CreateBackupVaultInput = Shapes::StructureShape.new(name: 'CreateBackupVaultInput')
65
71
  CreateBackupVaultOutput = Shapes::StructureShape.new(name: 'CreateBackupVaultOutput')
72
+ CreateFrameworkInput = Shapes::StructureShape.new(name: 'CreateFrameworkInput')
73
+ CreateFrameworkOutput = Shapes::StructureShape.new(name: 'CreateFrameworkOutput')
74
+ CreateReportPlanInput = Shapes::StructureShape.new(name: 'CreateReportPlanInput')
75
+ CreateReportPlanOutput = Shapes::StructureShape.new(name: 'CreateReportPlanOutput')
66
76
  CronExpression = Shapes::StringShape.new(name: 'CronExpression')
67
77
  DeleteBackupPlanInput = Shapes::StructureShape.new(name: 'DeleteBackupPlanInput')
68
78
  DeleteBackupPlanOutput = Shapes::StructureShape.new(name: 'DeleteBackupPlanOutput')
@@ -70,7 +80,9 @@ module Aws::Backup
70
80
  DeleteBackupVaultAccessPolicyInput = Shapes::StructureShape.new(name: 'DeleteBackupVaultAccessPolicyInput')
71
81
  DeleteBackupVaultInput = Shapes::StructureShape.new(name: 'DeleteBackupVaultInput')
72
82
  DeleteBackupVaultNotificationsInput = Shapes::StructureShape.new(name: 'DeleteBackupVaultNotificationsInput')
83
+ DeleteFrameworkInput = Shapes::StructureShape.new(name: 'DeleteFrameworkInput')
73
84
  DeleteRecoveryPointInput = Shapes::StructureShape.new(name: 'DeleteRecoveryPointInput')
85
+ DeleteReportPlanInput = Shapes::StructureShape.new(name: 'DeleteReportPlanInput')
74
86
  DependencyFailureException = Shapes::StructureShape.new(name: 'DependencyFailureException')
75
87
  DescribeBackupJobInput = Shapes::StructureShape.new(name: 'DescribeBackupJobInput')
76
88
  DescribeBackupJobOutput = Shapes::StructureShape.new(name: 'DescribeBackupJobOutput')
@@ -78,6 +90,8 @@ module Aws::Backup
78
90
  DescribeBackupVaultOutput = Shapes::StructureShape.new(name: 'DescribeBackupVaultOutput')
79
91
  DescribeCopyJobInput = Shapes::StructureShape.new(name: 'DescribeCopyJobInput')
80
92
  DescribeCopyJobOutput = Shapes::StructureShape.new(name: 'DescribeCopyJobOutput')
93
+ DescribeFrameworkInput = Shapes::StructureShape.new(name: 'DescribeFrameworkInput')
94
+ DescribeFrameworkOutput = Shapes::StructureShape.new(name: 'DescribeFrameworkOutput')
81
95
  DescribeGlobalSettingsInput = Shapes::StructureShape.new(name: 'DescribeGlobalSettingsInput')
82
96
  DescribeGlobalSettingsOutput = Shapes::StructureShape.new(name: 'DescribeGlobalSettingsOutput')
83
97
  DescribeProtectedResourceInput = Shapes::StructureShape.new(name: 'DescribeProtectedResourceInput')
@@ -86,11 +100,22 @@ module Aws::Backup
86
100
  DescribeRecoveryPointOutput = Shapes::StructureShape.new(name: 'DescribeRecoveryPointOutput')
87
101
  DescribeRegionSettingsInput = Shapes::StructureShape.new(name: 'DescribeRegionSettingsInput')
88
102
  DescribeRegionSettingsOutput = Shapes::StructureShape.new(name: 'DescribeRegionSettingsOutput')
103
+ DescribeReportJobInput = Shapes::StructureShape.new(name: 'DescribeReportJobInput')
104
+ DescribeReportJobOutput = Shapes::StructureShape.new(name: 'DescribeReportJobOutput')
105
+ DescribeReportPlanInput = Shapes::StructureShape.new(name: 'DescribeReportPlanInput')
106
+ DescribeReportPlanOutput = Shapes::StructureShape.new(name: 'DescribeReportPlanOutput')
89
107
  DescribeRestoreJobInput = Shapes::StructureShape.new(name: 'DescribeRestoreJobInput')
90
108
  DescribeRestoreJobOutput = Shapes::StructureShape.new(name: 'DescribeRestoreJobOutput')
91
109
  DisassociateRecoveryPointInput = Shapes::StructureShape.new(name: 'DisassociateRecoveryPointInput')
92
110
  ExportBackupPlanTemplateInput = Shapes::StructureShape.new(name: 'ExportBackupPlanTemplateInput')
93
111
  ExportBackupPlanTemplateOutput = Shapes::StructureShape.new(name: 'ExportBackupPlanTemplateOutput')
112
+ FormatList = Shapes::ListShape.new(name: 'FormatList')
113
+ Framework = Shapes::StructureShape.new(name: 'Framework')
114
+ FrameworkControl = Shapes::StructureShape.new(name: 'FrameworkControl')
115
+ FrameworkControls = Shapes::ListShape.new(name: 'FrameworkControls')
116
+ FrameworkDescription = Shapes::StringShape.new(name: 'FrameworkDescription')
117
+ FrameworkList = Shapes::ListShape.new(name: 'FrameworkList')
118
+ FrameworkName = Shapes::StringShape.new(name: 'FrameworkName')
94
119
  GetBackupPlanFromJSONInput = Shapes::StructureShape.new(name: 'GetBackupPlanFromJSONInput')
95
120
  GetBackupPlanFromJSONOutput = Shapes::StructureShape.new(name: 'GetBackupPlanFromJSONOutput')
96
121
  GetBackupPlanFromTemplateInput = Shapes::StructureShape.new(name: 'GetBackupPlanFromTemplateInput')
@@ -131,6 +156,8 @@ module Aws::Backup
131
156
  ListBackupVaultsOutput = Shapes::StructureShape.new(name: 'ListBackupVaultsOutput')
132
157
  ListCopyJobsInput = Shapes::StructureShape.new(name: 'ListCopyJobsInput')
133
158
  ListCopyJobsOutput = Shapes::StructureShape.new(name: 'ListCopyJobsOutput')
159
+ ListFrameworksInput = Shapes::StructureShape.new(name: 'ListFrameworksInput')
160
+ ListFrameworksOutput = Shapes::StructureShape.new(name: 'ListFrameworksOutput')
134
161
  ListOfTags = Shapes::ListShape.new(name: 'ListOfTags')
135
162
  ListProtectedResourcesInput = Shapes::StructureShape.new(name: 'ListProtectedResourcesInput')
136
163
  ListProtectedResourcesOutput = Shapes::StructureShape.new(name: 'ListProtectedResourcesOutput')
@@ -138,16 +165,23 @@ module Aws::Backup
138
165
  ListRecoveryPointsByBackupVaultOutput = Shapes::StructureShape.new(name: 'ListRecoveryPointsByBackupVaultOutput')
139
166
  ListRecoveryPointsByResourceInput = Shapes::StructureShape.new(name: 'ListRecoveryPointsByResourceInput')
140
167
  ListRecoveryPointsByResourceOutput = Shapes::StructureShape.new(name: 'ListRecoveryPointsByResourceOutput')
168
+ ListReportJobsInput = Shapes::StructureShape.new(name: 'ListReportJobsInput')
169
+ ListReportJobsOutput = Shapes::StructureShape.new(name: 'ListReportJobsOutput')
170
+ ListReportPlansInput = Shapes::StructureShape.new(name: 'ListReportPlansInput')
171
+ ListReportPlansOutput = Shapes::StructureShape.new(name: 'ListReportPlansOutput')
141
172
  ListRestoreJobsInput = Shapes::StructureShape.new(name: 'ListRestoreJobsInput')
142
173
  ListRestoreJobsOutput = Shapes::StructureShape.new(name: 'ListRestoreJobsOutput')
143
174
  ListTagsInput = Shapes::StructureShape.new(name: 'ListTagsInput')
144
175
  ListTagsOutput = Shapes::StructureShape.new(name: 'ListTagsOutput')
145
176
  Long = Shapes::IntegerShape.new(name: 'Long')
177
+ MaxFrameworkInputs = Shapes::IntegerShape.new(name: 'MaxFrameworkInputs')
146
178
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
147
179
  Metadata = Shapes::MapShape.new(name: 'Metadata')
148
180
  MetadataKey = Shapes::StringShape.new(name: 'MetadataKey')
149
181
  MetadataValue = Shapes::StringShape.new(name: 'MetadataValue')
150
182
  MissingParameterValueException = Shapes::StructureShape.new(name: 'MissingParameterValueException')
183
+ ParameterName = Shapes::StringShape.new(name: 'ParameterName')
184
+ ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
151
185
  ProtectedResource = Shapes::StructureShape.new(name: 'ProtectedResource')
152
186
  ProtectedResourcesList = Shapes::ListShape.new(name: 'ProtectedResourcesList')
153
187
  PutBackupVaultAccessPolicyInput = Shapes::StructureShape.new(name: 'PutBackupVaultAccessPolicyInput')
@@ -158,9 +192,20 @@ module Aws::Backup
158
192
  RecoveryPointByResourceList = Shapes::ListShape.new(name: 'RecoveryPointByResourceList')
159
193
  RecoveryPointCreator = Shapes::StructureShape.new(name: 'RecoveryPointCreator')
160
194
  RecoveryPointStatus = Shapes::StringShape.new(name: 'RecoveryPointStatus')
195
+ ReportDeliveryChannel = Shapes::StructureShape.new(name: 'ReportDeliveryChannel')
196
+ ReportDestination = Shapes::StructureShape.new(name: 'ReportDestination')
197
+ ReportJob = Shapes::StructureShape.new(name: 'ReportJob')
198
+ ReportJobId = Shapes::StringShape.new(name: 'ReportJobId')
199
+ ReportJobList = Shapes::ListShape.new(name: 'ReportJobList')
200
+ ReportPlan = Shapes::StructureShape.new(name: 'ReportPlan')
201
+ ReportPlanDescription = Shapes::StringShape.new(name: 'ReportPlanDescription')
202
+ ReportPlanList = Shapes::ListShape.new(name: 'ReportPlanList')
203
+ ReportPlanName = Shapes::StringShape.new(name: 'ReportPlanName')
204
+ ReportSetting = Shapes::StructureShape.new(name: 'ReportSetting')
161
205
  ResourceArns = Shapes::ListShape.new(name: 'ResourceArns')
162
206
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
163
207
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
208
+ ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
164
209
  ResourceTypeOptInPreference = Shapes::MapShape.new(name: 'ResourceTypeOptInPreference')
165
210
  ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
166
211
  RestoreJobId = Shapes::StringShape.new(name: 'RestoreJobId')
@@ -172,6 +217,8 @@ module Aws::Backup
172
217
  StartBackupJobOutput = Shapes::StructureShape.new(name: 'StartBackupJobOutput')
173
218
  StartCopyJobInput = Shapes::StructureShape.new(name: 'StartCopyJobInput')
174
219
  StartCopyJobOutput = Shapes::StructureShape.new(name: 'StartCopyJobOutput')
220
+ StartReportJobInput = Shapes::StructureShape.new(name: 'StartReportJobInput')
221
+ StartReportJobOutput = Shapes::StructureShape.new(name: 'StartReportJobOutput')
175
222
  StartRestoreJobInput = Shapes::StructureShape.new(name: 'StartRestoreJobInput')
176
223
  StartRestoreJobOutput = Shapes::StructureShape.new(name: 'StartRestoreJobOutput')
177
224
  StopBackupJobInput = Shapes::StructureShape.new(name: 'StopBackupJobInput')
@@ -184,14 +231,21 @@ module Aws::Backup
184
231
  UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
185
232
  UpdateBackupPlanInput = Shapes::StructureShape.new(name: 'UpdateBackupPlanInput')
186
233
  UpdateBackupPlanOutput = Shapes::StructureShape.new(name: 'UpdateBackupPlanOutput')
234
+ UpdateFrameworkInput = Shapes::StructureShape.new(name: 'UpdateFrameworkInput')
235
+ UpdateFrameworkOutput = Shapes::StructureShape.new(name: 'UpdateFrameworkOutput')
187
236
  UpdateGlobalSettingsInput = Shapes::StructureShape.new(name: 'UpdateGlobalSettingsInput')
188
237
  UpdateRecoveryPointLifecycleInput = Shapes::StructureShape.new(name: 'UpdateRecoveryPointLifecycleInput')
189
238
  UpdateRecoveryPointLifecycleOutput = Shapes::StructureShape.new(name: 'UpdateRecoveryPointLifecycleOutput')
190
239
  UpdateRegionSettingsInput = Shapes::StructureShape.new(name: 'UpdateRegionSettingsInput')
240
+ UpdateReportPlanInput = Shapes::StructureShape.new(name: 'UpdateReportPlanInput')
241
+ UpdateReportPlanOutput = Shapes::StructureShape.new(name: 'UpdateReportPlanOutput')
191
242
  WindowMinutes = Shapes::IntegerShape.new(name: 'WindowMinutes')
192
243
  boolean = Shapes::BooleanShape.new(name: 'boolean')
244
+ integer = Shapes::IntegerShape.new(name: 'integer')
193
245
  long = Shapes::IntegerShape.new(name: 'long')
194
246
  string = Shapes::StringShape.new(name: 'string')
247
+ stringList = Shapes::ListShape.new(name: 'stringList')
248
+ stringMap = Shapes::MapShape.new(name: 'stringMap')
195
249
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
196
250
 
197
251
  AdvancedBackupSetting.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
@@ -325,11 +379,30 @@ module Aws::Backup
325
379
  CalculatedLifecycle.add_member(:delete_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "DeleteAt"))
326
380
  CalculatedLifecycle.struct_class = Types::CalculatedLifecycle
327
381
 
382
+ ComplianceResourceIdList.member = Shapes::ShapeRef.new(shape: string)
383
+
328
384
  Condition.add_member(:condition_type, Shapes::ShapeRef.new(shape: ConditionType, required: true, location_name: "ConditionType"))
329
385
  Condition.add_member(:condition_key, Shapes::ShapeRef.new(shape: ConditionKey, required: true, location_name: "ConditionKey"))
330
386
  Condition.add_member(:condition_value, Shapes::ShapeRef.new(shape: ConditionValue, required: true, location_name: "ConditionValue"))
331
387
  Condition.struct_class = Types::Condition
332
388
 
389
+ ConflictException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
390
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
391
+ ConflictException.add_member(:type, Shapes::ShapeRef.new(shape: string, location_name: "Type"))
392
+ ConflictException.add_member(:context, Shapes::ShapeRef.new(shape: string, location_name: "Context"))
393
+ ConflictException.struct_class = Types::ConflictException
394
+
395
+ ControlInputParameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: ParameterName, location_name: "ParameterName"))
396
+ ControlInputParameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "ParameterValue"))
397
+ ControlInputParameter.struct_class = Types::ControlInputParameter
398
+
399
+ ControlInputParameters.member = Shapes::ShapeRef.new(shape: ControlInputParameter)
400
+
401
+ ControlScope.add_member(:compliance_resource_ids, Shapes::ShapeRef.new(shape: ComplianceResourceIdList, location_name: "ComplianceResourceIds"))
402
+ ControlScope.add_member(:compliance_resource_types, Shapes::ShapeRef.new(shape: ResourceTypeList, location_name: "ComplianceResourceTypes"))
403
+ ControlScope.add_member(:tags, Shapes::ShapeRef.new(shape: stringMap, location_name: "Tags"))
404
+ ControlScope.struct_class = Types::ControlScope
405
+
333
406
  CopyAction.add_member(:lifecycle, Shapes::ShapeRef.new(shape: Lifecycle, location_name: "Lifecycle"))
334
407
  CopyAction.add_member(:destination_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "DestinationBackupVaultArn"))
335
408
  CopyAction.struct_class = Types::CopyAction
@@ -388,6 +461,29 @@ module Aws::Backup
388
461
  CreateBackupVaultOutput.add_member(:creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationDate"))
389
462
  CreateBackupVaultOutput.struct_class = Types::CreateBackupVaultOutput
390
463
 
464
+ CreateFrameworkInput.add_member(:framework_name, Shapes::ShapeRef.new(shape: FrameworkName, required: true, location_name: "FrameworkName"))
465
+ CreateFrameworkInput.add_member(:framework_description, Shapes::ShapeRef.new(shape: FrameworkDescription, location_name: "FrameworkDescription"))
466
+ CreateFrameworkInput.add_member(:framework_controls, Shapes::ShapeRef.new(shape: FrameworkControls, required: true, location_name: "FrameworkControls"))
467
+ CreateFrameworkInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: string, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
468
+ CreateFrameworkInput.add_member(:framework_tags, Shapes::ShapeRef.new(shape: stringMap, location_name: "FrameworkTags"))
469
+ CreateFrameworkInput.struct_class = Types::CreateFrameworkInput
470
+
471
+ CreateFrameworkOutput.add_member(:framework_name, Shapes::ShapeRef.new(shape: FrameworkName, location_name: "FrameworkName"))
472
+ CreateFrameworkOutput.add_member(:framework_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "FrameworkArn"))
473
+ CreateFrameworkOutput.struct_class = Types::CreateFrameworkOutput
474
+
475
+ CreateReportPlanInput.add_member(:report_plan_name, Shapes::ShapeRef.new(shape: ReportPlanName, required: true, location_name: "ReportPlanName"))
476
+ CreateReportPlanInput.add_member(:report_plan_description, Shapes::ShapeRef.new(shape: ReportPlanDescription, location_name: "ReportPlanDescription"))
477
+ CreateReportPlanInput.add_member(:report_delivery_channel, Shapes::ShapeRef.new(shape: ReportDeliveryChannel, required: true, location_name: "ReportDeliveryChannel"))
478
+ CreateReportPlanInput.add_member(:report_setting, Shapes::ShapeRef.new(shape: ReportSetting, required: true, location_name: "ReportSetting"))
479
+ CreateReportPlanInput.add_member(:report_plan_tags, Shapes::ShapeRef.new(shape: stringMap, location_name: "ReportPlanTags"))
480
+ CreateReportPlanInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: string, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
481
+ CreateReportPlanInput.struct_class = Types::CreateReportPlanInput
482
+
483
+ CreateReportPlanOutput.add_member(:report_plan_name, Shapes::ShapeRef.new(shape: ReportPlanName, location_name: "ReportPlanName"))
484
+ CreateReportPlanOutput.add_member(:report_plan_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ReportPlanArn"))
485
+ CreateReportPlanOutput.struct_class = Types::CreateReportPlanOutput
486
+
391
487
  DeleteBackupPlanInput.add_member(:backup_plan_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "backupPlanId"))
392
488
  DeleteBackupPlanInput.struct_class = Types::DeleteBackupPlanInput
393
489
 
@@ -410,10 +506,16 @@ module Aws::Backup
410
506
  DeleteBackupVaultNotificationsInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location: "uri", location_name: "backupVaultName"))
411
507
  DeleteBackupVaultNotificationsInput.struct_class = Types::DeleteBackupVaultNotificationsInput
412
508
 
509
+ DeleteFrameworkInput.add_member(:framework_name, Shapes::ShapeRef.new(shape: FrameworkName, required: true, location: "uri", location_name: "frameworkName"))
510
+ DeleteFrameworkInput.struct_class = Types::DeleteFrameworkInput
511
+
413
512
  DeleteRecoveryPointInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location: "uri", location_name: "backupVaultName"))
414
513
  DeleteRecoveryPointInput.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "recoveryPointArn"))
415
514
  DeleteRecoveryPointInput.struct_class = Types::DeleteRecoveryPointInput
416
515
 
516
+ DeleteReportPlanInput.add_member(:report_plan_name, Shapes::ShapeRef.new(shape: ReportPlanName, required: true, location: "uri", location_name: "reportPlanName"))
517
+ DeleteReportPlanInput.struct_class = Types::DeleteReportPlanInput
518
+
417
519
  DependencyFailureException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
418
520
  DependencyFailureException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
419
521
  DependencyFailureException.add_member(:type, Shapes::ShapeRef.new(shape: string, location_name: "Type"))
@@ -462,6 +564,19 @@ module Aws::Backup
462
564
  DescribeCopyJobOutput.add_member(:copy_job, Shapes::ShapeRef.new(shape: CopyJob, location_name: "CopyJob"))
463
565
  DescribeCopyJobOutput.struct_class = Types::DescribeCopyJobOutput
464
566
 
567
+ DescribeFrameworkInput.add_member(:framework_name, Shapes::ShapeRef.new(shape: FrameworkName, required: true, location: "uri", location_name: "frameworkName"))
568
+ DescribeFrameworkInput.struct_class = Types::DescribeFrameworkInput
569
+
570
+ DescribeFrameworkOutput.add_member(:framework_name, Shapes::ShapeRef.new(shape: FrameworkName, location_name: "FrameworkName"))
571
+ DescribeFrameworkOutput.add_member(:framework_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "FrameworkArn"))
572
+ DescribeFrameworkOutput.add_member(:framework_description, Shapes::ShapeRef.new(shape: FrameworkDescription, location_name: "FrameworkDescription"))
573
+ DescribeFrameworkOutput.add_member(:framework_controls, Shapes::ShapeRef.new(shape: FrameworkControls, location_name: "FrameworkControls"))
574
+ DescribeFrameworkOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
575
+ DescribeFrameworkOutput.add_member(:deployment_status, Shapes::ShapeRef.new(shape: string, location_name: "DeploymentStatus"))
576
+ DescribeFrameworkOutput.add_member(:framework_status, Shapes::ShapeRef.new(shape: string, location_name: "FrameworkStatus"))
577
+ DescribeFrameworkOutput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: string, location_name: "IdempotencyToken"))
578
+ DescribeFrameworkOutput.struct_class = Types::DescribeFrameworkOutput
579
+
465
580
  DescribeGlobalSettingsInput.struct_class = Types::DescribeGlobalSettingsInput
466
581
 
467
582
  DescribeGlobalSettingsOutput.add_member(:global_settings, Shapes::ShapeRef.new(shape: GlobalSettings, location_name: "GlobalSettings"))
@@ -489,6 +604,7 @@ module Aws::Backup
489
604
  DescribeRecoveryPointOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: RecoveryPointCreator, location_name: "CreatedBy"))
490
605
  DescribeRecoveryPointOutput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "IamRoleArn"))
491
606
  DescribeRecoveryPointOutput.add_member(:status, Shapes::ShapeRef.new(shape: RecoveryPointStatus, location_name: "Status"))
607
+ DescribeRecoveryPointOutput.add_member(:status_message, Shapes::ShapeRef.new(shape: string, location_name: "StatusMessage"))
492
608
  DescribeRecoveryPointOutput.add_member(:creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationDate"))
493
609
  DescribeRecoveryPointOutput.add_member(:completion_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "CompletionDate"))
494
610
  DescribeRecoveryPointOutput.add_member(:backup_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "BackupSizeInBytes"))
@@ -505,6 +621,18 @@ module Aws::Backup
505
621
  DescribeRegionSettingsOutput.add_member(:resource_type_opt_in_preference, Shapes::ShapeRef.new(shape: ResourceTypeOptInPreference, location_name: "ResourceTypeOptInPreference"))
506
622
  DescribeRegionSettingsOutput.struct_class = Types::DescribeRegionSettingsOutput
507
623
 
624
+ DescribeReportJobInput.add_member(:report_job_id, Shapes::ShapeRef.new(shape: ReportJobId, required: true, location: "uri", location_name: "reportJobId"))
625
+ DescribeReportJobInput.struct_class = Types::DescribeReportJobInput
626
+
627
+ DescribeReportJobOutput.add_member(:report_job, Shapes::ShapeRef.new(shape: ReportJob, location_name: "ReportJob"))
628
+ DescribeReportJobOutput.struct_class = Types::DescribeReportJobOutput
629
+
630
+ DescribeReportPlanInput.add_member(:report_plan_name, Shapes::ShapeRef.new(shape: ReportPlanName, required: true, location: "uri", location_name: "reportPlanName"))
631
+ DescribeReportPlanInput.struct_class = Types::DescribeReportPlanInput
632
+
633
+ DescribeReportPlanOutput.add_member(:report_plan, Shapes::ShapeRef.new(shape: ReportPlan, location_name: "ReportPlan"))
634
+ DescribeReportPlanOutput.struct_class = Types::DescribeReportPlanOutput
635
+
508
636
  DescribeRestoreJobInput.add_member(:restore_job_id, Shapes::ShapeRef.new(shape: RestoreJobId, required: true, location: "uri", location_name: "restoreJobId"))
509
637
  DescribeRestoreJobInput.struct_class = Types::DescribeRestoreJobInput
510
638
 
@@ -533,6 +661,25 @@ module Aws::Backup
533
661
  ExportBackupPlanTemplateOutput.add_member(:backup_plan_template_json, Shapes::ShapeRef.new(shape: string, location_name: "BackupPlanTemplateJson"))
534
662
  ExportBackupPlanTemplateOutput.struct_class = Types::ExportBackupPlanTemplateOutput
535
663
 
664
+ FormatList.member = Shapes::ShapeRef.new(shape: string)
665
+
666
+ Framework.add_member(:framework_name, Shapes::ShapeRef.new(shape: FrameworkName, location_name: "FrameworkName"))
667
+ Framework.add_member(:framework_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "FrameworkArn"))
668
+ Framework.add_member(:framework_description, Shapes::ShapeRef.new(shape: FrameworkDescription, location_name: "FrameworkDescription"))
669
+ Framework.add_member(:number_of_controls, Shapes::ShapeRef.new(shape: integer, location_name: "NumberOfControls"))
670
+ Framework.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
671
+ Framework.add_member(:deployment_status, Shapes::ShapeRef.new(shape: string, location_name: "DeploymentStatus"))
672
+ Framework.struct_class = Types::Framework
673
+
674
+ FrameworkControl.add_member(:control_name, Shapes::ShapeRef.new(shape: ControlName, required: true, location_name: "ControlName"))
675
+ FrameworkControl.add_member(:control_input_parameters, Shapes::ShapeRef.new(shape: ControlInputParameters, location_name: "ControlInputParameters"))
676
+ FrameworkControl.add_member(:control_scope, Shapes::ShapeRef.new(shape: ControlScope, location_name: "ControlScope"))
677
+ FrameworkControl.struct_class = Types::FrameworkControl
678
+
679
+ FrameworkControls.member = Shapes::ShapeRef.new(shape: FrameworkControl)
680
+
681
+ FrameworkList.member = Shapes::ShapeRef.new(shape: Framework)
682
+
536
683
  GetBackupPlanFromJSONInput.add_member(:backup_plan_template_json, Shapes::ShapeRef.new(shape: string, required: true, location_name: "BackupPlanTemplateJson"))
537
684
  GetBackupPlanFromJSONInput.struct_class = Types::GetBackupPlanFromJSONInput
538
685
 
@@ -704,6 +851,14 @@ module Aws::Backup
704
851
  ListCopyJobsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
705
852
  ListCopyJobsOutput.struct_class = Types::ListCopyJobsOutput
706
853
 
854
+ ListFrameworksInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxFrameworkInputs, location: "querystring", location_name: "MaxResults"))
855
+ ListFrameworksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "NextToken"))
856
+ ListFrameworksInput.struct_class = Types::ListFrameworksInput
857
+
858
+ ListFrameworksOutput.add_member(:frameworks, Shapes::ShapeRef.new(shape: FrameworkList, location_name: "Frameworks"))
859
+ ListFrameworksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
860
+ ListFrameworksOutput.struct_class = Types::ListFrameworksOutput
861
+
707
862
  ListOfTags.member = Shapes::ShapeRef.new(shape: Condition)
708
863
 
709
864
  ListProtectedResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "nextToken"))
@@ -737,6 +892,26 @@ module Aws::Backup
737
892
  ListRecoveryPointsByResourceOutput.add_member(:recovery_points, Shapes::ShapeRef.new(shape: RecoveryPointByResourceList, location_name: "RecoveryPoints"))
738
893
  ListRecoveryPointsByResourceOutput.struct_class = Types::ListRecoveryPointsByResourceOutput
739
894
 
895
+ ListReportJobsInput.add_member(:by_report_plan_name, Shapes::ShapeRef.new(shape: ReportPlanName, location: "querystring", location_name: "ReportPlanName"))
896
+ ListReportJobsInput.add_member(:by_creation_before, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "CreationBefore"))
897
+ ListReportJobsInput.add_member(:by_creation_after, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "CreationAfter"))
898
+ ListReportJobsInput.add_member(:by_status, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Status"))
899
+ ListReportJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
900
+ ListReportJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "NextToken"))
901
+ ListReportJobsInput.struct_class = Types::ListReportJobsInput
902
+
903
+ ListReportJobsOutput.add_member(:report_jobs, Shapes::ShapeRef.new(shape: ReportJobList, location_name: "ReportJobs"))
904
+ ListReportJobsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
905
+ ListReportJobsOutput.struct_class = Types::ListReportJobsOutput
906
+
907
+ ListReportPlansInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
908
+ ListReportPlansInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "NextToken"))
909
+ ListReportPlansInput.struct_class = Types::ListReportPlansInput
910
+
911
+ ListReportPlansOutput.add_member(:report_plans, Shapes::ShapeRef.new(shape: ReportPlanList, location_name: "ReportPlans"))
912
+ ListReportPlansOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
913
+ ListReportPlansOutput.struct_class = Types::ListReportPlansOutput
914
+
740
915
  ListRestoreJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "nextToken"))
741
916
  ListRestoreJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
742
917
  ListRestoreJobsInput.add_member(:by_account_id, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "accountId"))
@@ -792,6 +967,7 @@ module Aws::Backup
792
967
  RecoveryPointByBackupVault.add_member(:created_by, Shapes::ShapeRef.new(shape: RecoveryPointCreator, location_name: "CreatedBy"))
793
968
  RecoveryPointByBackupVault.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "IamRoleArn"))
794
969
  RecoveryPointByBackupVault.add_member(:status, Shapes::ShapeRef.new(shape: RecoveryPointStatus, location_name: "Status"))
970
+ RecoveryPointByBackupVault.add_member(:status_message, Shapes::ShapeRef.new(shape: string, location_name: "StatusMessage"))
795
971
  RecoveryPointByBackupVault.add_member(:creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationDate"))
796
972
  RecoveryPointByBackupVault.add_member(:completion_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "CompletionDate"))
797
973
  RecoveryPointByBackupVault.add_member(:backup_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "BackupSizeInBytes"))
@@ -807,6 +983,7 @@ module Aws::Backup
807
983
  RecoveryPointByResource.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "RecoveryPointArn"))
808
984
  RecoveryPointByResource.add_member(:creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationDate"))
809
985
  RecoveryPointByResource.add_member(:status, Shapes::ShapeRef.new(shape: RecoveryPointStatus, location_name: "Status"))
986
+ RecoveryPointByResource.add_member(:status_message, Shapes::ShapeRef.new(shape: string, location_name: "StatusMessage"))
810
987
  RecoveryPointByResource.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "EncryptionKeyArn"))
811
988
  RecoveryPointByResource.add_member(:backup_size_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "BackupSizeBytes"))
812
989
  RecoveryPointByResource.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, location_name: "BackupVaultName"))
@@ -820,6 +997,43 @@ module Aws::Backup
820
997
  RecoveryPointCreator.add_member(:backup_rule_id, Shapes::ShapeRef.new(shape: string, location_name: "BackupRuleId"))
821
998
  RecoveryPointCreator.struct_class = Types::RecoveryPointCreator
822
999
 
1000
+ ReportDeliveryChannel.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "S3BucketName"))
1001
+ ReportDeliveryChannel.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: string, location_name: "S3KeyPrefix"))
1002
+ ReportDeliveryChannel.add_member(:formats, Shapes::ShapeRef.new(shape: FormatList, location_name: "Formats"))
1003
+ ReportDeliveryChannel.struct_class = Types::ReportDeliveryChannel
1004
+
1005
+ ReportDestination.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: string, location_name: "S3BucketName"))
1006
+ ReportDestination.add_member(:s3_keys, Shapes::ShapeRef.new(shape: stringList, location_name: "S3Keys"))
1007
+ ReportDestination.struct_class = Types::ReportDestination
1008
+
1009
+ ReportJob.add_member(:report_job_id, Shapes::ShapeRef.new(shape: ReportJobId, location_name: "ReportJobId"))
1010
+ ReportJob.add_member(:report_plan_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ReportPlanArn"))
1011
+ ReportJob.add_member(:report_template, Shapes::ShapeRef.new(shape: string, location_name: "ReportTemplate"))
1012
+ ReportJob.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
1013
+ ReportJob.add_member(:completion_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CompletionTime"))
1014
+ ReportJob.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "Status"))
1015
+ ReportJob.add_member(:status_message, Shapes::ShapeRef.new(shape: string, location_name: "StatusMessage"))
1016
+ ReportJob.add_member(:report_destination, Shapes::ShapeRef.new(shape: ReportDestination, location_name: "ReportDestination"))
1017
+ ReportJob.struct_class = Types::ReportJob
1018
+
1019
+ ReportJobList.member = Shapes::ShapeRef.new(shape: ReportJob)
1020
+
1021
+ ReportPlan.add_member(:report_plan_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ReportPlanArn"))
1022
+ ReportPlan.add_member(:report_plan_name, Shapes::ShapeRef.new(shape: ReportPlanName, location_name: "ReportPlanName"))
1023
+ ReportPlan.add_member(:report_plan_description, Shapes::ShapeRef.new(shape: ReportPlanDescription, location_name: "ReportPlanDescription"))
1024
+ ReportPlan.add_member(:report_setting, Shapes::ShapeRef.new(shape: ReportSetting, location_name: "ReportSetting"))
1025
+ ReportPlan.add_member(:report_delivery_channel, Shapes::ShapeRef.new(shape: ReportDeliveryChannel, location_name: "ReportDeliveryChannel"))
1026
+ ReportPlan.add_member(:deployment_status, Shapes::ShapeRef.new(shape: string, location_name: "DeploymentStatus"))
1027
+ ReportPlan.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
1028
+ ReportPlan.add_member(:last_attempted_execution_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastAttemptedExecutionTime"))
1029
+ ReportPlan.add_member(:last_successful_execution_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastSuccessfulExecutionTime"))
1030
+ ReportPlan.struct_class = Types::ReportPlan
1031
+
1032
+ ReportPlanList.member = Shapes::ShapeRef.new(shape: ReportPlan)
1033
+
1034
+ ReportSetting.add_member(:report_template, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ReportTemplate"))
1035
+ ReportSetting.struct_class = Types::ReportSetting
1036
+
823
1037
  ResourceArns.member = Shapes::ShapeRef.new(shape: ARN)
824
1038
 
825
1039
  ResourceNotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
@@ -828,6 +1042,8 @@ module Aws::Backup
828
1042
  ResourceNotFoundException.add_member(:context, Shapes::ShapeRef.new(shape: string, location_name: "Context"))
829
1043
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
830
1044
 
1045
+ ResourceTypeList.member = Shapes::ShapeRef.new(shape: ARN)
1046
+
831
1047
  ResourceTypeOptInPreference.key = Shapes::ShapeRef.new(shape: ResourceType)
832
1048
  ResourceTypeOptInPreference.value = Shapes::ShapeRef.new(shape: IsEnabled)
833
1049
 
@@ -884,6 +1100,13 @@ module Aws::Backup
884
1100
  StartCopyJobOutput.add_member(:creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationDate"))
885
1101
  StartCopyJobOutput.struct_class = Types::StartCopyJobOutput
886
1102
 
1103
+ StartReportJobInput.add_member(:report_plan_name, Shapes::ShapeRef.new(shape: ReportPlanName, required: true, location: "uri", location_name: "reportPlanName"))
1104
+ StartReportJobInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: string, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
1105
+ StartReportJobInput.struct_class = Types::StartReportJobInput
1106
+
1107
+ StartReportJobOutput.add_member(:report_job_id, Shapes::ShapeRef.new(shape: ReportJobId, location_name: "ReportJobId"))
1108
+ StartReportJobOutput.struct_class = Types::StartReportJobOutput
1109
+
887
1110
  StartRestoreJobInput.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "RecoveryPointArn"))
888
1111
  StartRestoreJobInput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, required: true, location_name: "Metadata"))
889
1112
  StartRestoreJobInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "IamRoleArn"))
@@ -921,6 +1144,17 @@ module Aws::Backup
921
1144
  UpdateBackupPlanOutput.add_member(:advanced_backup_settings, Shapes::ShapeRef.new(shape: AdvancedBackupSettings, location_name: "AdvancedBackupSettings"))
922
1145
  UpdateBackupPlanOutput.struct_class = Types::UpdateBackupPlanOutput
923
1146
 
1147
+ UpdateFrameworkInput.add_member(:framework_name, Shapes::ShapeRef.new(shape: FrameworkName, required: true, location: "uri", location_name: "frameworkName"))
1148
+ UpdateFrameworkInput.add_member(:framework_description, Shapes::ShapeRef.new(shape: FrameworkDescription, location_name: "FrameworkDescription"))
1149
+ UpdateFrameworkInput.add_member(:framework_controls, Shapes::ShapeRef.new(shape: FrameworkControls, location_name: "FrameworkControls"))
1150
+ UpdateFrameworkInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: string, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
1151
+ UpdateFrameworkInput.struct_class = Types::UpdateFrameworkInput
1152
+
1153
+ UpdateFrameworkOutput.add_member(:framework_name, Shapes::ShapeRef.new(shape: FrameworkName, location_name: "FrameworkName"))
1154
+ UpdateFrameworkOutput.add_member(:framework_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "FrameworkArn"))
1155
+ UpdateFrameworkOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
1156
+ UpdateFrameworkOutput.struct_class = Types::UpdateFrameworkOutput
1157
+
924
1158
  UpdateGlobalSettingsInput.add_member(:global_settings, Shapes::ShapeRef.new(shape: GlobalSettings, location_name: "GlobalSettings"))
925
1159
  UpdateGlobalSettingsInput.struct_class = Types::UpdateGlobalSettingsInput
926
1160
 
@@ -938,6 +1172,23 @@ module Aws::Backup
938
1172
  UpdateRegionSettingsInput.add_member(:resource_type_opt_in_preference, Shapes::ShapeRef.new(shape: ResourceTypeOptInPreference, location_name: "ResourceTypeOptInPreference"))
939
1173
  UpdateRegionSettingsInput.struct_class = Types::UpdateRegionSettingsInput
940
1174
 
1175
+ UpdateReportPlanInput.add_member(:report_plan_name, Shapes::ShapeRef.new(shape: ReportPlanName, required: true, location: "uri", location_name: "reportPlanName"))
1176
+ UpdateReportPlanInput.add_member(:report_plan_description, Shapes::ShapeRef.new(shape: ReportPlanDescription, location_name: "ReportPlanDescription"))
1177
+ UpdateReportPlanInput.add_member(:report_delivery_channel, Shapes::ShapeRef.new(shape: ReportDeliveryChannel, location_name: "ReportDeliveryChannel"))
1178
+ UpdateReportPlanInput.add_member(:report_setting, Shapes::ShapeRef.new(shape: ReportSetting, location_name: "ReportSetting"))
1179
+ UpdateReportPlanInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: string, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
1180
+ UpdateReportPlanInput.struct_class = Types::UpdateReportPlanInput
1181
+
1182
+ UpdateReportPlanOutput.add_member(:report_plan_name, Shapes::ShapeRef.new(shape: ReportPlanName, location_name: "ReportPlanName"))
1183
+ UpdateReportPlanOutput.add_member(:report_plan_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "ReportPlanArn"))
1184
+ UpdateReportPlanOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreationTime"))
1185
+ UpdateReportPlanOutput.struct_class = Types::UpdateReportPlanOutput
1186
+
1187
+ stringList.member = Shapes::ShapeRef.new(shape: string)
1188
+
1189
+ stringMap.key = Shapes::ShapeRef.new(shape: string)
1190
+ stringMap.value = Shapes::ShapeRef.new(shape: string)
1191
+
941
1192
 
942
1193
  # @api private
943
1194
  API = Seahorse::Model::Api.new.tap do |api|
@@ -994,6 +1245,32 @@ module Aws::Backup
994
1245
  o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
995
1246
  end)
996
1247
 
1248
+ api.add_operation(:create_framework, Seahorse::Model::Operation.new.tap do |o|
1249
+ o.name = "CreateFramework"
1250
+ o.http_method = "POST"
1251
+ o.http_request_uri = "/audit/frameworks"
1252
+ o.input = Shapes::ShapeRef.new(shape: CreateFrameworkInput)
1253
+ o.output = Shapes::ShapeRef.new(shape: CreateFrameworkOutput)
1254
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1255
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1256
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1257
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1258
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1259
+ end)
1260
+
1261
+ api.add_operation(:create_report_plan, Seahorse::Model::Operation.new.tap do |o|
1262
+ o.name = "CreateReportPlan"
1263
+ o.http_method = "POST"
1264
+ o.http_request_uri = "/audit/report-plans"
1265
+ o.input = Shapes::ShapeRef.new(shape: CreateReportPlanInput)
1266
+ o.output = Shapes::ShapeRef.new(shape: CreateReportPlanOutput)
1267
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1268
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1269
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1270
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1271
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1272
+ end)
1273
+
997
1274
  api.add_operation(:delete_backup_plan, Seahorse::Model::Operation.new.tap do |o|
998
1275
  o.name = "DeleteBackupPlan"
999
1276
  o.http_method = "DELETE"
@@ -1056,6 +1333,19 @@ module Aws::Backup
1056
1333
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1057
1334
  end)
1058
1335
 
1336
+ api.add_operation(:delete_framework, Seahorse::Model::Operation.new.tap do |o|
1337
+ o.name = "DeleteFramework"
1338
+ o.http_method = "DELETE"
1339
+ o.http_request_uri = "/audit/frameworks/{frameworkName}"
1340
+ o.input = Shapes::ShapeRef.new(shape: DeleteFrameworkInput)
1341
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1342
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1343
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1344
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1345
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1346
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1347
+ end)
1348
+
1059
1349
  api.add_operation(:delete_recovery_point, Seahorse::Model::Operation.new.tap do |o|
1060
1350
  o.name = "DeleteRecoveryPoint"
1061
1351
  o.http_method = "DELETE"
@@ -1070,6 +1360,19 @@ module Aws::Backup
1070
1360
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1071
1361
  end)
1072
1362
 
1363
+ api.add_operation(:delete_report_plan, Seahorse::Model::Operation.new.tap do |o|
1364
+ o.name = "DeleteReportPlan"
1365
+ o.http_method = "DELETE"
1366
+ o.http_request_uri = "/audit/report-plans/{reportPlanName}"
1367
+ o.input = Shapes::ShapeRef.new(shape: DeleteReportPlanInput)
1368
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1369
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1370
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1371
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1372
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1373
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1374
+ end)
1375
+
1073
1376
  api.add_operation(:describe_backup_job, Seahorse::Model::Operation.new.tap do |o|
1074
1377
  o.name = "DescribeBackupJob"
1075
1378
  o.http_method = "GET"
@@ -1107,6 +1410,18 @@ module Aws::Backup
1107
1410
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1108
1411
  end)
1109
1412
 
1413
+ api.add_operation(:describe_framework, Seahorse::Model::Operation.new.tap do |o|
1414
+ o.name = "DescribeFramework"
1415
+ o.http_method = "GET"
1416
+ o.http_request_uri = "/audit/frameworks/{frameworkName}"
1417
+ o.input = Shapes::ShapeRef.new(shape: DescribeFrameworkInput)
1418
+ o.output = Shapes::ShapeRef.new(shape: DescribeFrameworkOutput)
1419
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1420
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1422
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1423
+ end)
1424
+
1110
1425
  api.add_operation(:describe_global_settings, Seahorse::Model::Operation.new.tap do |o|
1111
1426
  o.name = "DescribeGlobalSettings"
1112
1427
  o.http_method = "GET"
@@ -1150,6 +1465,29 @@ module Aws::Backup
1150
1465
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1151
1466
  end)
1152
1467
 
1468
+ api.add_operation(:describe_report_job, Seahorse::Model::Operation.new.tap do |o|
1469
+ o.name = "DescribeReportJob"
1470
+ o.http_method = "GET"
1471
+ o.http_request_uri = "/audit/report-jobs/{reportJobId}"
1472
+ o.input = Shapes::ShapeRef.new(shape: DescribeReportJobInput)
1473
+ o.output = Shapes::ShapeRef.new(shape: DescribeReportJobOutput)
1474
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1475
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1476
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1477
+ end)
1478
+
1479
+ api.add_operation(:describe_report_plan, Seahorse::Model::Operation.new.tap do |o|
1480
+ o.name = "DescribeReportPlan"
1481
+ o.http_method = "GET"
1482
+ o.http_request_uri = "/audit/report-plans/{reportPlanName}"
1483
+ o.input = Shapes::ShapeRef.new(shape: DescribeReportPlanInput)
1484
+ o.output = Shapes::ShapeRef.new(shape: DescribeReportPlanOutput)
1485
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1486
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1487
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1488
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1489
+ end)
1490
+
1153
1491
  api.add_operation(:describe_restore_job, Seahorse::Model::Operation.new.tap do |o|
1154
1492
  o.name = "DescribeRestoreJob"
1155
1493
  o.http_method = "GET"
@@ -1405,6 +1743,22 @@ module Aws::Backup
1405
1743
  )
1406
1744
  end)
1407
1745
 
1746
+ api.add_operation(:list_frameworks, Seahorse::Model::Operation.new.tap do |o|
1747
+ o.name = "ListFrameworks"
1748
+ o.http_method = "GET"
1749
+ o.http_request_uri = "/audit/frameworks"
1750
+ o.input = Shapes::ShapeRef.new(shape: ListFrameworksInput)
1751
+ o.output = Shapes::ShapeRef.new(shape: ListFrameworksOutput)
1752
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1753
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1754
+ o[:pager] = Aws::Pager.new(
1755
+ limit_key: "max_results",
1756
+ tokens: {
1757
+ "next_token" => "next_token"
1758
+ }
1759
+ )
1760
+ end)
1761
+
1408
1762
  api.add_operation(:list_protected_resources, Seahorse::Model::Operation.new.tap do |o|
1409
1763
  o.name = "ListProtectedResources"
1410
1764
  o.http_method = "GET"
@@ -1457,6 +1811,38 @@ module Aws::Backup
1457
1811
  )
1458
1812
  end)
1459
1813
 
1814
+ api.add_operation(:list_report_jobs, Seahorse::Model::Operation.new.tap do |o|
1815
+ o.name = "ListReportJobs"
1816
+ o.http_method = "GET"
1817
+ o.http_request_uri = "/audit/report-jobs"
1818
+ o.input = Shapes::ShapeRef.new(shape: ListReportJobsInput)
1819
+ o.output = Shapes::ShapeRef.new(shape: ListReportJobsOutput)
1820
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1821
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1822
+ o[:pager] = Aws::Pager.new(
1823
+ limit_key: "max_results",
1824
+ tokens: {
1825
+ "next_token" => "next_token"
1826
+ }
1827
+ )
1828
+ end)
1829
+
1830
+ api.add_operation(:list_report_plans, Seahorse::Model::Operation.new.tap do |o|
1831
+ o.name = "ListReportPlans"
1832
+ o.http_method = "GET"
1833
+ o.http_request_uri = "/audit/report-plans"
1834
+ o.input = Shapes::ShapeRef.new(shape: ListReportPlansInput)
1835
+ o.output = Shapes::ShapeRef.new(shape: ListReportPlansOutput)
1836
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1837
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1838
+ o[:pager] = Aws::Pager.new(
1839
+ limit_key: "max_results",
1840
+ tokens: {
1841
+ "next_token" => "next_token"
1842
+ }
1843
+ )
1844
+ end)
1845
+
1460
1846
  api.add_operation(:list_restore_jobs, Seahorse::Model::Operation.new.tap do |o|
1461
1847
  o.name = "ListRestoreJobs"
1462
1848
  o.http_method = "GET"
@@ -1545,6 +1931,18 @@ module Aws::Backup
1545
1931
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1546
1932
  end)
1547
1933
 
1934
+ api.add_operation(:start_report_job, Seahorse::Model::Operation.new.tap do |o|
1935
+ o.name = "StartReportJob"
1936
+ o.http_method = "POST"
1937
+ o.http_request_uri = "/audit/report-jobs/{reportPlanName}"
1938
+ o.input = Shapes::ShapeRef.new(shape: StartReportJobInput)
1939
+ o.output = Shapes::ShapeRef.new(shape: StartReportJobOutput)
1940
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1941
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1942
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1943
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1944
+ end)
1945
+
1548
1946
  api.add_operation(:start_restore_job, Seahorse::Model::Operation.new.tap do |o|
1549
1947
  o.name = "StartRestoreJob"
1550
1948
  o.http_method = "PUT"
@@ -1607,6 +2005,20 @@ module Aws::Backup
1607
2005
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1608
2006
  end)
1609
2007
 
2008
+ api.add_operation(:update_framework, Seahorse::Model::Operation.new.tap do |o|
2009
+ o.name = "UpdateFramework"
2010
+ o.http_method = "PUT"
2011
+ o.http_request_uri = "/audit/frameworks/{frameworkName}"
2012
+ o.input = Shapes::ShapeRef.new(shape: UpdateFrameworkInput)
2013
+ o.output = Shapes::ShapeRef.new(shape: UpdateFrameworkOutput)
2014
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2015
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2016
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2017
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
2018
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2019
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2020
+ end)
2021
+
1610
2022
  api.add_operation(:update_global_settings, Seahorse::Model::Operation.new.tap do |o|
1611
2023
  o.name = "UpdateGlobalSettings"
1612
2024
  o.http_method = "PUT"
@@ -1641,6 +2053,19 @@ module Aws::Backup
1641
2053
  o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
1642
2054
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1643
2055
  end)
2056
+
2057
+ api.add_operation(:update_report_plan, Seahorse::Model::Operation.new.tap do |o|
2058
+ o.name = "UpdateReportPlan"
2059
+ o.http_method = "PUT"
2060
+ o.http_request_uri = "/audit/report-plans/{reportPlanName}"
2061
+ o.input = Shapes::ShapeRef.new(shape: UpdateReportPlanInput)
2062
+ o.output = Shapes::ShapeRef.new(shape: UpdateReportPlanOutput)
2063
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2064
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2065
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2066
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterValueException)
2067
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2068
+ end)
1644
2069
  end
1645
2070
 
1646
2071
  end