aws-sdk-backup 1.47.0 → 1.48.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.
@@ -12,16 +12,6 @@ module Aws::Backup
12
12
 
13
13
  # A list of backup options for each resource type.
14
14
  #
15
- # @note When making an API call, you may pass AdvancedBackupSetting
16
- # data as a hash:
17
- #
18
- # {
19
- # resource_type: "ResourceType",
20
- # backup_options: {
21
- # "BackupOptionKey" => "BackupOptionValue",
22
- # },
23
- # }
24
- #
25
15
  # @!attribute [rw] resource_type
26
16
  # Specifies an object containing resource type and backup options. The
27
17
  # only supported resource type is Amazon EC2 instances with Windows
@@ -300,47 +290,6 @@ module Aws::Backup
300
290
  # `BackupRule` objects, each of which specifies a backup rule. Each rule
301
291
  # in a backup plan is a separate scheduled task.
302
292
  #
303
- # @note When making an API call, you may pass BackupPlanInput
304
- # data as a hash:
305
- #
306
- # {
307
- # backup_plan_name: "BackupPlanName", # required
308
- # rules: [ # required
309
- # {
310
- # rule_name: "BackupRuleName", # required
311
- # target_backup_vault_name: "BackupVaultName", # required
312
- # schedule_expression: "CronExpression",
313
- # start_window_minutes: 1,
314
- # completion_window_minutes: 1,
315
- # lifecycle: {
316
- # move_to_cold_storage_after_days: 1,
317
- # delete_after_days: 1,
318
- # },
319
- # recovery_point_tags: {
320
- # "TagKey" => "TagValue",
321
- # },
322
- # copy_actions: [
323
- # {
324
- # lifecycle: {
325
- # move_to_cold_storage_after_days: 1,
326
- # delete_after_days: 1,
327
- # },
328
- # destination_backup_vault_arn: "ARN", # required
329
- # },
330
- # ],
331
- # enable_continuous_backup: false,
332
- # },
333
- # ],
334
- # advanced_backup_settings: [
335
- # {
336
- # resource_type: "ResourceType",
337
- # backup_options: {
338
- # "BackupOptionKey" => "BackupOptionValue",
339
- # },
340
- # },
341
- # ],
342
- # }
343
- #
344
293
  # @!attribute [rw] backup_plan_name
345
294
  # The display name of a backup plan. Must contain 1 to 50 alphanumeric
346
295
  # or '-\_.' characters.
@@ -562,34 +511,6 @@ module Aws::Backup
562
511
 
563
512
  # Specifies a scheduled task used to back up a selection of resources.
564
513
  #
565
- # @note When making an API call, you may pass BackupRuleInput
566
- # data as a hash:
567
- #
568
- # {
569
- # rule_name: "BackupRuleName", # required
570
- # target_backup_vault_name: "BackupVaultName", # required
571
- # schedule_expression: "CronExpression",
572
- # start_window_minutes: 1,
573
- # completion_window_minutes: 1,
574
- # lifecycle: {
575
- # move_to_cold_storage_after_days: 1,
576
- # delete_after_days: 1,
577
- # },
578
- # recovery_point_tags: {
579
- # "TagKey" => "TagValue",
580
- # },
581
- # copy_actions: [
582
- # {
583
- # lifecycle: {
584
- # move_to_cold_storage_after_days: 1,
585
- # delete_after_days: 1,
586
- # },
587
- # destination_backup_vault_arn: "ARN", # required
588
- # },
589
- # ],
590
- # enable_continuous_backup: false,
591
- # }
592
- #
593
514
  # @!attribute [rw] rule_name
594
515
  # A display name for a backup rule. Must contain 1 to 50 alphanumeric
595
516
  # or '-\_.' characters.
@@ -681,49 +602,6 @@ module Aws::Backup
681
602
  # Backup will attempt to select all supported and opted-in storage
682
603
  # resources, which could have unintended cost implications.
683
604
  #
684
- # @note When making an API call, you may pass BackupSelection
685
- # data as a hash:
686
- #
687
- # {
688
- # selection_name: "BackupSelectionName", # required
689
- # iam_role_arn: "IAMRoleArn", # required
690
- # resources: ["ARN"],
691
- # list_of_tags: [
692
- # {
693
- # condition_type: "STRINGEQUALS", # required, accepts STRINGEQUALS
694
- # condition_key: "ConditionKey", # required
695
- # condition_value: "ConditionValue", # required
696
- # },
697
- # ],
698
- # not_resources: ["ARN"],
699
- # conditions: {
700
- # string_equals: [
701
- # {
702
- # condition_key: "ConditionKey",
703
- # condition_value: "ConditionValue",
704
- # },
705
- # ],
706
- # string_not_equals: [
707
- # {
708
- # condition_key: "ConditionKey",
709
- # condition_value: "ConditionValue",
710
- # },
711
- # ],
712
- # string_like: [
713
- # {
714
- # condition_key: "ConditionKey",
715
- # condition_value: "ConditionValue",
716
- # },
717
- # ],
718
- # string_not_like: [
719
- # {
720
- # condition_key: "ConditionKey",
721
- # condition_value: "ConditionValue",
722
- # },
723
- # ],
724
- # },
725
- # }
726
- #
727
605
  # @!attribute [rw] selection_name
728
606
  # The display name of a resource selection document. Must contain 1 to
729
607
  # 50 alphanumeric or '-\_.' characters.
@@ -1010,15 +888,6 @@ module Aws::Backup
1010
888
  include Aws::Structure
1011
889
  end
1012
890
 
1013
- # @note When making an API call, you may pass CancelLegalHoldInput
1014
- # data as a hash:
1015
- #
1016
- # {
1017
- # legal_hold_id: "string", # required
1018
- # cancel_description: "string", # required
1019
- # retain_record_in_days: 1,
1020
- # }
1021
- #
1022
891
  # @!attribute [rw] legal_hold_id
1023
892
  # Legal hold ID required to remove the specified legal hold on a
1024
893
  # recovery point.
@@ -1051,15 +920,6 @@ module Aws::Backup
1051
920
  # `StringEquals`), a key, and a value. Used to filter resources using
1052
921
  # their tags and assign them to a backup plan. Case sensitive.
1053
922
  #
1054
- # @note When making an API call, you may pass Condition
1055
- # data as a hash:
1056
- #
1057
- # {
1058
- # condition_type: "STRINGEQUALS", # required, accepts STRINGEQUALS
1059
- # condition_key: "ConditionKey", # required
1060
- # condition_value: "ConditionValue", # required
1061
- # }
1062
- #
1063
923
  # @!attribute [rw] condition_type
1064
924
  # An operation applied to a key-value pair used to assign resources to
1065
925
  # your backup plan. Condition only supports `StringEquals`. For more
@@ -1095,14 +955,6 @@ module Aws::Backup
1095
955
  # Includes information about tags you define to assign tagged resources
1096
956
  # to a backup plan.
1097
957
  #
1098
- # @note When making an API call, you may pass ConditionParameter
1099
- # data as a hash:
1100
- #
1101
- # {
1102
- # condition_key: "ConditionKey",
1103
- # condition_value: "ConditionValue",
1104
- # }
1105
- #
1106
958
  # @!attribute [rw] condition_key
1107
959
  # The key in a key-value pair. For example, in the tag `Department:
1108
960
  # Accounting`, `Department` is the key.
@@ -1125,36 +977,6 @@ module Aws::Backup
1125
977
  # Contains information about which resources to include or exclude from
1126
978
  # a backup plan using their tags. Conditions are case sensitive.
1127
979
  #
1128
- # @note When making an API call, you may pass Conditions
1129
- # data as a hash:
1130
- #
1131
- # {
1132
- # string_equals: [
1133
- # {
1134
- # condition_key: "ConditionKey",
1135
- # condition_value: "ConditionValue",
1136
- # },
1137
- # ],
1138
- # string_not_equals: [
1139
- # {
1140
- # condition_key: "ConditionKey",
1141
- # condition_value: "ConditionValue",
1142
- # },
1143
- # ],
1144
- # string_like: [
1145
- # {
1146
- # condition_key: "ConditionKey",
1147
- # condition_value: "ConditionValue",
1148
- # },
1149
- # ],
1150
- # string_not_like: [
1151
- # {
1152
- # condition_key: "ConditionKey",
1153
- # condition_value: "ConditionValue",
1154
- # },
1155
- # ],
1156
- # }
1157
- #
1158
980
  # @!attribute [rw] string_equals
1159
981
  # Filters the values of your tagged resources for only those resources
1160
982
  # that you tagged with the same value. Also called "exact matching."
@@ -1222,14 +1044,6 @@ module Aws::Backup
1222
1044
  # period is at least `1 year`". The first parameter is `daily`. The
1223
1045
  # second parameter is `1 year`.
1224
1046
  #
1225
- # @note When making an API call, you may pass ControlInputParameter
1226
- # data as a hash:
1227
- #
1228
- # {
1229
- # parameter_name: "ParameterName",
1230
- # parameter_value: "ParameterValue",
1231
- # }
1232
- #
1233
1047
  # @!attribute [rw] parameter_name
1234
1048
  # The name of a parameter, for example, `BackupPlanFrequency`.
1235
1049
  # @return [String]
@@ -1260,17 +1074,6 @@ module Aws::Backup
1260
1074
  #
1261
1075
  # </note>
1262
1076
  #
1263
- # @note When making an API call, you may pass ControlScope
1264
- # data as a hash:
1265
- #
1266
- # {
1267
- # compliance_resource_ids: ["string"],
1268
- # compliance_resource_types: ["ARN"],
1269
- # tags: {
1270
- # "string" => "string",
1271
- # },
1272
- # }
1273
- #
1274
1077
  # @!attribute [rw] compliance_resource_ids
1275
1078
  # The ID of the only Amazon Web Services resource that you want your
1276
1079
  # control scope to contain.
@@ -1301,17 +1104,6 @@ module Aws::Backup
1301
1104
 
1302
1105
  # The details of the copy operation.
1303
1106
  #
1304
- # @note When making an API call, you may pass CopyAction
1305
- # data as a hash:
1306
- #
1307
- # {
1308
- # lifecycle: {
1309
- # move_to_cold_storage_after_days: 1,
1310
- # delete_after_days: 1,
1311
- # },
1312
- # destination_backup_vault_arn: "ARN", # required
1313
- # }
1314
- #
1315
1107
  # @!attribute [rw] lifecycle
1316
1108
  # Contains an array of `Transition` objects specifying how long in
1317
1109
  # days before a recovery point transitions to cold storage or is
@@ -1488,53 +1280,6 @@ module Aws::Backup
1488
1280
  include Aws::Structure
1489
1281
  end
1490
1282
 
1491
- # @note When making an API call, you may pass CreateBackupPlanInput
1492
- # data as a hash:
1493
- #
1494
- # {
1495
- # backup_plan: { # required
1496
- # backup_plan_name: "BackupPlanName", # required
1497
- # rules: [ # required
1498
- # {
1499
- # rule_name: "BackupRuleName", # required
1500
- # target_backup_vault_name: "BackupVaultName", # required
1501
- # schedule_expression: "CronExpression",
1502
- # start_window_minutes: 1,
1503
- # completion_window_minutes: 1,
1504
- # lifecycle: {
1505
- # move_to_cold_storage_after_days: 1,
1506
- # delete_after_days: 1,
1507
- # },
1508
- # recovery_point_tags: {
1509
- # "TagKey" => "TagValue",
1510
- # },
1511
- # copy_actions: [
1512
- # {
1513
- # lifecycle: {
1514
- # move_to_cold_storage_after_days: 1,
1515
- # delete_after_days: 1,
1516
- # },
1517
- # destination_backup_vault_arn: "ARN", # required
1518
- # },
1519
- # ],
1520
- # enable_continuous_backup: false,
1521
- # },
1522
- # ],
1523
- # advanced_backup_settings: [
1524
- # {
1525
- # resource_type: "ResourceType",
1526
- # backup_options: {
1527
- # "BackupOptionKey" => "BackupOptionValue",
1528
- # },
1529
- # },
1530
- # ],
1531
- # },
1532
- # backup_plan_tags: {
1533
- # "TagKey" => "TagValue",
1534
- # },
1535
- # creator_request_id: "string",
1536
- # }
1537
- #
1538
1283
  # @!attribute [rw] backup_plan
1539
1284
  # Specifies the body of a backup plan. Includes a `BackupPlanName` and
1540
1285
  # one or more sets of `Rules`.
@@ -1606,53 +1351,6 @@ module Aws::Backup
1606
1351
  include Aws::Structure
1607
1352
  end
1608
1353
 
1609
- # @note When making an API call, you may pass CreateBackupSelectionInput
1610
- # data as a hash:
1611
- #
1612
- # {
1613
- # backup_plan_id: "string", # required
1614
- # backup_selection: { # required
1615
- # selection_name: "BackupSelectionName", # required
1616
- # iam_role_arn: "IAMRoleArn", # required
1617
- # resources: ["ARN"],
1618
- # list_of_tags: [
1619
- # {
1620
- # condition_type: "STRINGEQUALS", # required, accepts STRINGEQUALS
1621
- # condition_key: "ConditionKey", # required
1622
- # condition_value: "ConditionValue", # required
1623
- # },
1624
- # ],
1625
- # not_resources: ["ARN"],
1626
- # conditions: {
1627
- # string_equals: [
1628
- # {
1629
- # condition_key: "ConditionKey",
1630
- # condition_value: "ConditionValue",
1631
- # },
1632
- # ],
1633
- # string_not_equals: [
1634
- # {
1635
- # condition_key: "ConditionKey",
1636
- # condition_value: "ConditionValue",
1637
- # },
1638
- # ],
1639
- # string_like: [
1640
- # {
1641
- # condition_key: "ConditionKey",
1642
- # condition_value: "ConditionValue",
1643
- # },
1644
- # ],
1645
- # string_not_like: [
1646
- # {
1647
- # condition_key: "ConditionKey",
1648
- # condition_value: "ConditionValue",
1649
- # },
1650
- # ],
1651
- # },
1652
- # },
1653
- # creator_request_id: "string",
1654
- # }
1655
- #
1656
1354
  # @!attribute [rw] backup_plan_id
1657
1355
  # Uniquely identifies the backup plan to be associated with the
1658
1356
  # selection of resources.
@@ -1708,18 +1406,6 @@ module Aws::Backup
1708
1406
  include Aws::Structure
1709
1407
  end
1710
1408
 
1711
- # @note When making an API call, you may pass CreateBackupVaultInput
1712
- # data as a hash:
1713
- #
1714
- # {
1715
- # backup_vault_name: "BackupVaultName", # required
1716
- # backup_vault_tags: {
1717
- # "TagKey" => "TagValue",
1718
- # },
1719
- # encryption_key_arn: "ARN",
1720
- # creator_request_id: "string",
1721
- # }
1722
- #
1723
1409
  # @!attribute [rw] backup_vault_name
1724
1410
  # The name of a logical container where backups are stored. Backup
1725
1411
  # vaults are identified by names that are unique to the account used
@@ -1788,36 +1474,6 @@ module Aws::Backup
1788
1474
  include Aws::Structure
1789
1475
  end
1790
1476
 
1791
- # @note When making an API call, you may pass CreateFrameworkInput
1792
- # data as a hash:
1793
- #
1794
- # {
1795
- # framework_name: "FrameworkName", # required
1796
- # framework_description: "FrameworkDescription",
1797
- # framework_controls: [ # required
1798
- # {
1799
- # control_name: "ControlName", # required
1800
- # control_input_parameters: [
1801
- # {
1802
- # parameter_name: "ParameterName",
1803
- # parameter_value: "ParameterValue",
1804
- # },
1805
- # ],
1806
- # control_scope: {
1807
- # compliance_resource_ids: ["string"],
1808
- # compliance_resource_types: ["ARN"],
1809
- # tags: {
1810
- # "string" => "string",
1811
- # },
1812
- # },
1813
- # },
1814
- # ],
1815
- # idempotency_token: "string",
1816
- # framework_tags: {
1817
- # "string" => "string",
1818
- # },
1819
- # }
1820
- #
1821
1477
  # @!attribute [rw] framework_name
1822
1478
  # The unique name of the framework. The name must be between 1 and 256
1823
1479
  # characters, starting with a letter, and consisting of letters (a-z,
@@ -1881,26 +1537,6 @@ module Aws::Backup
1881
1537
  include Aws::Structure
1882
1538
  end
1883
1539
 
1884
- # @note When making an API call, you may pass CreateLegalHoldInput
1885
- # data as a hash:
1886
- #
1887
- # {
1888
- # title: "string", # required
1889
- # description: "string", # required
1890
- # idempotency_token: "string",
1891
- # recovery_point_selection: {
1892
- # vault_names: ["string"],
1893
- # resource_identifiers: ["string"],
1894
- # date_range: {
1895
- # from_date: Time.now, # required
1896
- # to_date: Time.now, # required
1897
- # },
1898
- # },
1899
- # tags: {
1900
- # "TagKey" => "TagValue",
1901
- # },
1902
- # }
1903
- #
1904
1540
  # @!attribute [rw] title
1905
1541
  # This is the string title of the legal hold.
1906
1542
  # @return [String]
@@ -1986,31 +1622,6 @@ module Aws::Backup
1986
1622
  include Aws::Structure
1987
1623
  end
1988
1624
 
1989
- # @note When making an API call, you may pass CreateReportPlanInput
1990
- # data as a hash:
1991
- #
1992
- # {
1993
- # report_plan_name: "ReportPlanName", # required
1994
- # report_plan_description: "ReportPlanDescription",
1995
- # report_delivery_channel: { # required
1996
- # s3_bucket_name: "string", # required
1997
- # s3_key_prefix: "string",
1998
- # formats: ["string"],
1999
- # },
2000
- # report_setting: { # required
2001
- # report_template: "string", # required
2002
- # framework_arns: ["string"],
2003
- # number_of_frameworks: 1,
2004
- # accounts: ["string"],
2005
- # organization_units: ["string"],
2006
- # regions: ["string"],
2007
- # },
2008
- # report_plan_tags: {
2009
- # "string" => "string",
2010
- # },
2011
- # idempotency_token: "string",
2012
- # }
2013
- #
2014
1625
  # @!attribute [rw] report_plan_name
2015
1626
  # The unique name of the report plan. The name must be between 1 and
2016
1627
  # 256 characters, starting with a letter, and consisting of letters
@@ -2103,14 +1714,6 @@ module Aws::Backup
2103
1714
  # optional). For example, the value 1516925490.087 represents Friday,
2104
1715
  # January 26, 2018 12:11:30.087 AM.
2105
1716
  #
2106
- # @note When making an API call, you may pass DateRange
2107
- # data as a hash:
2108
- #
2109
- # {
2110
- # from_date: Time.now, # required
2111
- # to_date: Time.now, # required
2112
- # }
2113
- #
2114
1717
  # @!attribute [rw] from_date
2115
1718
  # This value is the beginning date, inclusive.
2116
1719
  #
@@ -2136,13 +1739,6 @@ module Aws::Backup
2136
1739
  include Aws::Structure
2137
1740
  end
2138
1741
 
2139
- # @note When making an API call, you may pass DeleteBackupPlanInput
2140
- # data as a hash:
2141
- #
2142
- # {
2143
- # backup_plan_id: "string", # required
2144
- # }
2145
- #
2146
1742
  # @!attribute [rw] backup_plan_id
2147
1743
  # Uniquely identifies a backup plan.
2148
1744
  # @return [String]
@@ -2188,14 +1784,6 @@ module Aws::Backup
2188
1784
  include Aws::Structure
2189
1785
  end
2190
1786
 
2191
- # @note When making an API call, you may pass DeleteBackupSelectionInput
2192
- # data as a hash:
2193
- #
2194
- # {
2195
- # backup_plan_id: "string", # required
2196
- # selection_id: "string", # required
2197
- # }
2198
- #
2199
1787
  # @!attribute [rw] backup_plan_id
2200
1788
  # Uniquely identifies a backup plan.
2201
1789
  # @return [String]
@@ -2214,13 +1802,6 @@ module Aws::Backup
2214
1802
  include Aws::Structure
2215
1803
  end
2216
1804
 
2217
- # @note When making an API call, you may pass DeleteBackupVaultAccessPolicyInput
2218
- # data as a hash:
2219
- #
2220
- # {
2221
- # backup_vault_name: "BackupVaultName", # required
2222
- # }
2223
- #
2224
1805
  # @!attribute [rw] backup_vault_name
2225
1806
  # The name of a logical container where backups are stored. Backup
2226
1807
  # vaults are identified by names that are unique to the account used
@@ -2236,13 +1817,6 @@ module Aws::Backup
2236
1817
  include Aws::Structure
2237
1818
  end
2238
1819
 
2239
- # @note When making an API call, you may pass DeleteBackupVaultInput
2240
- # data as a hash:
2241
- #
2242
- # {
2243
- # backup_vault_name: "string", # required
2244
- # }
2245
- #
2246
1820
  # @!attribute [rw] backup_vault_name
2247
1821
  # The name of a logical container where backups are stored. Backup
2248
1822
  # vaults are identified by names that are unique to the account used
@@ -2258,13 +1832,6 @@ module Aws::Backup
2258
1832
  include Aws::Structure
2259
1833
  end
2260
1834
 
2261
- # @note When making an API call, you may pass DeleteBackupVaultLockConfigurationInput
2262
- # data as a hash:
2263
- #
2264
- # {
2265
- # backup_vault_name: "BackupVaultName", # required
2266
- # }
2267
- #
2268
1835
  # @!attribute [rw] backup_vault_name
2269
1836
  # The name of the backup vault from which to delete Backup Vault Lock.
2270
1837
  # @return [String]
@@ -2277,13 +1844,6 @@ module Aws::Backup
2277
1844
  include Aws::Structure
2278
1845
  end
2279
1846
 
2280
- # @note When making an API call, you may pass DeleteBackupVaultNotificationsInput
2281
- # data as a hash:
2282
- #
2283
- # {
2284
- # backup_vault_name: "BackupVaultName", # required
2285
- # }
2286
- #
2287
1847
  # @!attribute [rw] backup_vault_name
2288
1848
  # The name of a logical container where backups are stored. Backup
2289
1849
  # vaults are identified by names that are unique to the account used
@@ -2299,13 +1859,6 @@ module Aws::Backup
2299
1859
  include Aws::Structure
2300
1860
  end
2301
1861
 
2302
- # @note When making an API call, you may pass DeleteFrameworkInput
2303
- # data as a hash:
2304
- #
2305
- # {
2306
- # framework_name: "FrameworkName", # required
2307
- # }
2308
- #
2309
1862
  # @!attribute [rw] framework_name
2310
1863
  # The unique name of a framework.
2311
1864
  # @return [String]
@@ -2318,14 +1871,6 @@ module Aws::Backup
2318
1871
  include Aws::Structure
2319
1872
  end
2320
1873
 
2321
- # @note When making an API call, you may pass DeleteRecoveryPointInput
2322
- # data as a hash:
2323
- #
2324
- # {
2325
- # backup_vault_name: "BackupVaultName", # required
2326
- # recovery_point_arn: "ARN", # required
2327
- # }
2328
- #
2329
1874
  # @!attribute [rw] backup_vault_name
2330
1875
  # The name of a logical container where backups are stored. Backup
2331
1876
  # vaults are identified by names that are unique to the account used
@@ -2348,13 +1893,6 @@ module Aws::Backup
2348
1893
  include Aws::Structure
2349
1894
  end
2350
1895
 
2351
- # @note When making an API call, you may pass DeleteReportPlanInput
2352
- # data as a hash:
2353
- #
2354
- # {
2355
- # report_plan_name: "ReportPlanName", # required
2356
- # }
2357
- #
2358
1896
  # @!attribute [rw] report_plan_name
2359
1897
  # The unique name of a report plan.
2360
1898
  # @return [String]
@@ -2393,13 +1931,6 @@ module Aws::Backup
2393
1931
  include Aws::Structure
2394
1932
  end
2395
1933
 
2396
- # @note When making an API call, you may pass DescribeBackupJobInput
2397
- # data as a hash:
2398
- #
2399
- # {
2400
- # backup_job_id: "string", # required
2401
- # }
2402
- #
2403
1934
  # @!attribute [rw] backup_job_id
2404
1935
  # Uniquely identifies a request to Backup to back up a resource.
2405
1936
  # @return [String]
@@ -2577,13 +2108,6 @@ module Aws::Backup
2577
2108
  include Aws::Structure
2578
2109
  end
2579
2110
 
2580
- # @note When making an API call, you may pass DescribeBackupVaultInput
2581
- # data as a hash:
2582
- #
2583
- # {
2584
- # backup_vault_name: "string", # required
2585
- # }
2586
- #
2587
2111
  # @!attribute [rw] backup_vault_name
2588
2112
  # The name of a logical container where backups are stored. Backup
2589
2113
  # vaults are identified by names that are unique to the account used
@@ -2703,13 +2227,6 @@ module Aws::Backup
2703
2227
  include Aws::Structure
2704
2228
  end
2705
2229
 
2706
- # @note When making an API call, you may pass DescribeCopyJobInput
2707
- # data as a hash:
2708
- #
2709
- # {
2710
- # copy_job_id: "string", # required
2711
- # }
2712
- #
2713
2230
  # @!attribute [rw] copy_job_id
2714
2231
  # Uniquely identifies a copy job.
2715
2232
  # @return [String]
@@ -2734,13 +2251,6 @@ module Aws::Backup
2734
2251
  include Aws::Structure
2735
2252
  end
2736
2253
 
2737
- # @note When making an API call, you may pass DescribeFrameworkInput
2738
- # data as a hash:
2739
- #
2740
- # {
2741
- # framework_name: "FrameworkName", # required
2742
- # }
2743
- #
2744
2254
  # @!attribute [rw] framework_name
2745
2255
  # The unique name of a framework.
2746
2256
  # @return [String]
@@ -2853,13 +2363,6 @@ module Aws::Backup
2853
2363
  include Aws::Structure
2854
2364
  end
2855
2365
 
2856
- # @note When making an API call, you may pass DescribeProtectedResourceInput
2857
- # data as a hash:
2858
- #
2859
- # {
2860
- # resource_arn: "ARN", # required
2861
- # }
2862
- #
2863
2366
  # @!attribute [rw] resource_arn
2864
2367
  # An Amazon Resource Name (ARN) that uniquely identifies a resource.
2865
2368
  # The format of the ARN depends on the resource type.
@@ -2900,14 +2403,6 @@ module Aws::Backup
2900
2403
  include Aws::Structure
2901
2404
  end
2902
2405
 
2903
- # @note When making an API call, you may pass DescribeRecoveryPointInput
2904
- # data as a hash:
2905
- #
2906
- # {
2907
- # backup_vault_name: "BackupVaultName", # required
2908
- # recovery_point_arn: "ARN", # required
2909
- # }
2910
- #
2911
2406
  # @!attribute [rw] backup_vault_name
2912
2407
  # The name of a logical container where backups are stored. Backup
2913
2408
  # vaults are identified by names that are unique to the account used
@@ -3179,13 +2674,6 @@ module Aws::Backup
3179
2674
  include Aws::Structure
3180
2675
  end
3181
2676
 
3182
- # @note When making an API call, you may pass DescribeReportJobInput
3183
- # data as a hash:
3184
- #
3185
- # {
3186
- # report_job_id: "ReportJobId", # required
3187
- # }
3188
- #
3189
2677
  # @!attribute [rw] report_job_id
3190
2678
  # The identifier of the report job. A unique, randomly generated,
3191
2679
  # Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The
@@ -3214,13 +2702,6 @@ module Aws::Backup
3214
2702
  include Aws::Structure
3215
2703
  end
3216
2704
 
3217
- # @note When making an API call, you may pass DescribeReportPlanInput
3218
- # data as a hash:
3219
- #
3220
- # {
3221
- # report_plan_name: "ReportPlanName", # required
3222
- # }
3223
- #
3224
2705
  # @!attribute [rw] report_plan_name
3225
2706
  # The unique name of a report plan.
3226
2707
  # @return [String]
@@ -3248,13 +2729,6 @@ module Aws::Backup
3248
2729
  include Aws::Structure
3249
2730
  end
3250
2731
 
3251
- # @note When making an API call, you may pass DescribeRestoreJobInput
3252
- # data as a hash:
3253
- #
3254
- # {
3255
- # restore_job_id: "RestoreJobId", # required
3256
- # }
3257
- #
3258
2732
  # @!attribute [rw] restore_job_id
3259
2733
  # Uniquely identifies the job that restores a recovery point.
3260
2734
  # @return [String]
@@ -3354,14 +2828,6 @@ module Aws::Backup
3354
2828
  include Aws::Structure
3355
2829
  end
3356
2830
 
3357
- # @note When making an API call, you may pass DisassociateRecoveryPointFromParentInput
3358
- # data as a hash:
3359
- #
3360
- # {
3361
- # backup_vault_name: "BackupVaultName", # required
3362
- # recovery_point_arn: "ARN", # required
3363
- # }
3364
- #
3365
2831
  # @!attribute [rw] backup_vault_name
3366
2832
  # This is the name of a logical container where the child (nested)
3367
2833
  # recovery point is stored. Backup vaults are identified by names that
@@ -3385,14 +2851,6 @@ module Aws::Backup
3385
2851
  include Aws::Structure
3386
2852
  end
3387
2853
 
3388
- # @note When making an API call, you may pass DisassociateRecoveryPointInput
3389
- # data as a hash:
3390
- #
3391
- # {
3392
- # backup_vault_name: "BackupVaultName", # required
3393
- # recovery_point_arn: "ARN", # required
3394
- # }
3395
- #
3396
2854
  # @!attribute [rw] backup_vault_name
3397
2855
  # The unique name of an Backup vault.
3398
2856
  # @return [String]
@@ -3411,13 +2869,6 @@ module Aws::Backup
3411
2869
  include Aws::Structure
3412
2870
  end
3413
2871
 
3414
- # @note When making an API call, you may pass ExportBackupPlanTemplateInput
3415
- # data as a hash:
3416
- #
3417
- # {
3418
- # backup_plan_id: "string", # required
3419
- # }
3420
- #
3421
2872
  # @!attribute [rw] backup_plan_id
3422
2873
  # Uniquely identifies a backup plan.
3423
2874
  # @return [String]
@@ -3501,26 +2952,6 @@ module Aws::Backup
3501
2952
  # Contains detailed information about all of the controls of a
3502
2953
  # framework. Each framework must contain at least one control.
3503
2954
  #
3504
- # @note When making an API call, you may pass FrameworkControl
3505
- # data as a hash:
3506
- #
3507
- # {
3508
- # control_name: "ControlName", # required
3509
- # control_input_parameters: [
3510
- # {
3511
- # parameter_name: "ParameterName",
3512
- # parameter_value: "ParameterValue",
3513
- # },
3514
- # ],
3515
- # control_scope: {
3516
- # compliance_resource_ids: ["string"],
3517
- # compliance_resource_types: ["ARN"],
3518
- # tags: {
3519
- # "string" => "string",
3520
- # },
3521
- # },
3522
- # }
3523
- #
3524
2955
  # @!attribute [rw] control_name
3525
2956
  # The name of a control. This name is between 1 and 256 characters.
3526
2957
  # @return [String]
@@ -3547,13 +2978,6 @@ module Aws::Backup
3547
2978
  include Aws::Structure
3548
2979
  end
3549
2980
 
3550
- # @note When making an API call, you may pass GetBackupPlanFromJSONInput
3551
- # data as a hash:
3552
- #
3553
- # {
3554
- # backup_plan_template_json: "string", # required
3555
- # }
3556
- #
3557
2981
  # @!attribute [rw] backup_plan_template_json
3558
2982
  # A customer-supplied backup plan document in JSON format.
3559
2983
  # @return [String]
@@ -3579,13 +3003,6 @@ module Aws::Backup
3579
3003
  include Aws::Structure
3580
3004
  end
3581
3005
 
3582
- # @note When making an API call, you may pass GetBackupPlanFromTemplateInput
3583
- # data as a hash:
3584
- #
3585
- # {
3586
- # backup_plan_template_id: "string", # required
3587
- # }
3588
- #
3589
3006
  # @!attribute [rw] backup_plan_template_id
3590
3007
  # Uniquely identifies a stored backup plan template.
3591
3008
  # @return [String]
@@ -3611,14 +3028,6 @@ module Aws::Backup
3611
3028
  include Aws::Structure
3612
3029
  end
3613
3030
 
3614
- # @note When making an API call, you may pass GetBackupPlanInput
3615
- # data as a hash:
3616
- #
3617
- # {
3618
- # backup_plan_id: "string", # required
3619
- # version_id: "string",
3620
- # }
3621
- #
3622
3031
  # @!attribute [rw] backup_plan_id
3623
3032
  # Uniquely identifies a backup plan.
3624
3033
  # @return [String]
@@ -3706,14 +3115,6 @@ module Aws::Backup
3706
3115
  include Aws::Structure
3707
3116
  end
3708
3117
 
3709
- # @note When making an API call, you may pass GetBackupSelectionInput
3710
- # data as a hash:
3711
- #
3712
- # {
3713
- # backup_plan_id: "string", # required
3714
- # selection_id: "string", # required
3715
- # }
3716
- #
3717
3118
  # @!attribute [rw] backup_plan_id
3718
3119
  # Uniquely identifies a backup plan.
3719
3120
  # @return [String]
@@ -3771,13 +3172,6 @@ module Aws::Backup
3771
3172
  include Aws::Structure
3772
3173
  end
3773
3174
 
3774
- # @note When making an API call, you may pass GetBackupVaultAccessPolicyInput
3775
- # data as a hash:
3776
- #
3777
- # {
3778
- # backup_vault_name: "BackupVaultName", # required
3779
- # }
3780
- #
3781
3175
  # @!attribute [rw] backup_vault_name
3782
3176
  # The name of a logical container where backups are stored. Backup
3783
3177
  # vaults are identified by names that are unique to the account used
@@ -3820,13 +3214,6 @@ module Aws::Backup
3820
3214
  include Aws::Structure
3821
3215
  end
3822
3216
 
3823
- # @note When making an API call, you may pass GetBackupVaultNotificationsInput
3824
- # data as a hash:
3825
- #
3826
- # {
3827
- # backup_vault_name: "BackupVaultName", # required
3828
- # }
3829
- #
3830
3217
  # @!attribute [rw] backup_vault_name
3831
3218
  # The name of a logical container where backups are stored. Backup
3832
3219
  # vaults are identified by names that are unique to the account used
@@ -3877,13 +3264,6 @@ module Aws::Backup
3877
3264
  include Aws::Structure
3878
3265
  end
3879
3266
 
3880
- # @note When making an API call, you may pass GetLegalHoldInput
3881
- # data as a hash:
3882
- #
3883
- # {
3884
- # legal_hold_id: "string", # required
3885
- # }
3886
- #
3887
3267
  # @!attribute [rw] legal_hold_id
3888
3268
  # This is the ID required to use `GetLegalHold`. This unique ID is
3889
3269
  # associated with a specific legal hold.
@@ -3959,14 +3339,6 @@ module Aws::Backup
3959
3339
  include Aws::Structure
3960
3340
  end
3961
3341
 
3962
- # @note When making an API call, you may pass GetRecoveryPointRestoreMetadataInput
3963
- # data as a hash:
3964
- #
3965
- # {
3966
- # backup_vault_name: "BackupVaultName", # required
3967
- # recovery_point_arn: "ARN", # required
3968
- # }
3969
- #
3970
3342
  # @!attribute [rw] backup_vault_name
3971
3343
  # The name of a logical container where backups are stored. Backup
3972
3344
  # vaults are identified by names that are unique to the account used
@@ -4199,14 +3571,6 @@ module Aws::Backup
4199
3571
  #
4200
3572
  # [1]: https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource
4201
3573
  #
4202
- # @note When making an API call, you may pass Lifecycle
4203
- # data as a hash:
4204
- #
4205
- # {
4206
- # move_to_cold_storage_after_days: 1,
4207
- # delete_after_days: 1,
4208
- # }
4209
- #
4210
3574
  # @!attribute [rw] move_to_cold_storage_after_days
4211
3575
  # Specifies the number of days after creation that a recovery point is
4212
3576
  # moved to cold storage.
@@ -4253,24 +3617,6 @@ module Aws::Backup
4253
3617
  include Aws::Structure
4254
3618
  end
4255
3619
 
4256
- # @note When making an API call, you may pass ListBackupJobsInput
4257
- # data as a hash:
4258
- #
4259
- # {
4260
- # next_token: "string",
4261
- # max_results: 1,
4262
- # by_resource_arn: "ARN",
4263
- # by_state: "CREATED", # accepts CREATED, PENDING, RUNNING, ABORTING, ABORTED, COMPLETED, FAILED, EXPIRED, PARTIAL
4264
- # by_backup_vault_name: "BackupVaultName",
4265
- # by_created_before: Time.now,
4266
- # by_created_after: Time.now,
4267
- # by_resource_type: "ResourceType",
4268
- # by_account_id: "AccountId",
4269
- # by_complete_after: Time.now,
4270
- # by_complete_before: Time.now,
4271
- # by_parent_job_id: "string",
4272
- # }
4273
- #
4274
3620
  # @!attribute [rw] next_token
4275
3621
  # The next item following a partial list of returned items. For
4276
3622
  # example, if a request is made to return `maxResults` number of
@@ -4398,14 +3744,6 @@ module Aws::Backup
4398
3744
  include Aws::Structure
4399
3745
  end
4400
3746
 
4401
- # @note When making an API call, you may pass ListBackupPlanTemplatesInput
4402
- # data as a hash:
4403
- #
4404
- # {
4405
- # next_token: "string",
4406
- # max_results: 1,
4407
- # }
4408
- #
4409
3747
  # @!attribute [rw] next_token
4410
3748
  # The next item following a partial list of returned items. For
4411
3749
  # example, if a request is made to return `maxResults` number of
@@ -4447,15 +3785,6 @@ module Aws::Backup
4447
3785
  include Aws::Structure
4448
3786
  end
4449
3787
 
4450
- # @note When making an API call, you may pass ListBackupPlanVersionsInput
4451
- # data as a hash:
4452
- #
4453
- # {
4454
- # backup_plan_id: "string", # required
4455
- # next_token: "string",
4456
- # max_results: 1,
4457
- # }
4458
- #
4459
3788
  # @!attribute [rw] backup_plan_id
4460
3789
  # Uniquely identifies a backup plan.
4461
3790
  # @return [String]
@@ -4502,15 +3831,6 @@ module Aws::Backup
4502
3831
  include Aws::Structure
4503
3832
  end
4504
3833
 
4505
- # @note When making an API call, you may pass ListBackupPlansInput
4506
- # data as a hash:
4507
- #
4508
- # {
4509
- # next_token: "string",
4510
- # max_results: 1,
4511
- # include_deleted: false,
4512
- # }
4513
- #
4514
3834
  # @!attribute [rw] next_token
4515
3835
  # The next item following a partial list of returned items. For
4516
3836
  # example, if a request is made to return `maxResults` number of
@@ -4558,15 +3878,6 @@ module Aws::Backup
4558
3878
  include Aws::Structure
4559
3879
  end
4560
3880
 
4561
- # @note When making an API call, you may pass ListBackupSelectionsInput
4562
- # data as a hash:
4563
- #
4564
- # {
4565
- # backup_plan_id: "string", # required
4566
- # next_token: "string",
4567
- # max_results: 1,
4568
- # }
4569
- #
4570
3881
  # @!attribute [rw] backup_plan_id
4571
3882
  # Uniquely identifies a backup plan.
4572
3883
  # @return [String]
@@ -4613,14 +3924,6 @@ module Aws::Backup
4613
3924
  include Aws::Structure
4614
3925
  end
4615
3926
 
4616
- # @note When making an API call, you may pass ListBackupVaultsInput
4617
- # data as a hash:
4618
- #
4619
- # {
4620
- # next_token: "string",
4621
- # max_results: 1,
4622
- # }
4623
- #
4624
3927
  # @!attribute [rw] next_token
4625
3928
  # The next item following a partial list of returned items. For
4626
3929
  # example, if a request is made to return `maxResults` number of
@@ -4664,24 +3967,6 @@ module Aws::Backup
4664
3967
  include Aws::Structure
4665
3968
  end
4666
3969
 
4667
- # @note When making an API call, you may pass ListCopyJobsInput
4668
- # data as a hash:
4669
- #
4670
- # {
4671
- # next_token: "string",
4672
- # max_results: 1,
4673
- # by_resource_arn: "ARN",
4674
- # by_state: "CREATED", # accepts CREATED, RUNNING, COMPLETED, FAILED, PARTIAL
4675
- # by_created_before: Time.now,
4676
- # by_created_after: Time.now,
4677
- # by_resource_type: "ResourceType",
4678
- # by_destination_vault_arn: "string",
4679
- # by_account_id: "AccountId",
4680
- # by_complete_before: Time.now,
4681
- # by_complete_after: Time.now,
4682
- # by_parent_job_id: "string",
4683
- # }
4684
- #
4685
3970
  # @!attribute [rw] next_token
4686
3971
  # The next item following a partial list of returned items. For
4687
3972
  # example, if a request is made to return maxResults number of items,
@@ -4803,14 +4088,6 @@ module Aws::Backup
4803
4088
  include Aws::Structure
4804
4089
  end
4805
4090
 
4806
- # @note When making an API call, you may pass ListFrameworksInput
4807
- # data as a hash:
4808
- #
4809
- # {
4810
- # max_results: 1,
4811
- # next_token: "string",
4812
- # }
4813
- #
4814
4091
  # @!attribute [rw] max_results
4815
4092
  # The number of desired results from 1 to 1000. Optional. If
4816
4093
  # unspecified, the query will return 1 MB of data.
@@ -4852,14 +4129,6 @@ module Aws::Backup
4852
4129
  include Aws::Structure
4853
4130
  end
4854
4131
 
4855
- # @note When making an API call, you may pass ListLegalHoldsInput
4856
- # data as a hash:
4857
- #
4858
- # {
4859
- # next_token: "string",
4860
- # max_results: 1,
4861
- # }
4862
- #
4863
4132
  # @!attribute [rw] next_token
4864
4133
  # The next item following a partial list of returned resources. For
4865
4134
  # example, if a request is made to return `maxResults` number of
@@ -4900,14 +4169,6 @@ module Aws::Backup
4900
4169
  include Aws::Structure
4901
4170
  end
4902
4171
 
4903
- # @note When making an API call, you may pass ListProtectedResourcesInput
4904
- # data as a hash:
4905
- #
4906
- # {
4907
- # next_token: "string",
4908
- # max_results: 1,
4909
- # }
4910
- #
4911
4172
  # @!attribute [rw] next_token
4912
4173
  # The next item following a partial list of returned items. For
4913
4174
  # example, if a request is made to return `maxResults` number of
@@ -4950,21 +4211,6 @@ module Aws::Backup
4950
4211
  include Aws::Structure
4951
4212
  end
4952
4213
 
4953
- # @note When making an API call, you may pass ListRecoveryPointsByBackupVaultInput
4954
- # data as a hash:
4955
- #
4956
- # {
4957
- # backup_vault_name: "BackupVaultName", # required
4958
- # next_token: "string",
4959
- # max_results: 1,
4960
- # by_resource_arn: "ARN",
4961
- # by_resource_type: "ResourceType",
4962
- # by_backup_plan_id: "string",
4963
- # by_created_before: Time.now,
4964
- # by_created_after: Time.now,
4965
- # by_parent_recovery_point_arn: "ARN",
4966
- # }
4967
- #
4968
4214
  # @!attribute [rw] backup_vault_name
4969
4215
  # The name of a logical container where backups are stored. Backup
4970
4216
  # vaults are identified by names that are unique to the account used
@@ -5054,15 +4300,6 @@ module Aws::Backup
5054
4300
  include Aws::Structure
5055
4301
  end
5056
4302
 
5057
- # @note When making an API call, you may pass ListRecoveryPointsByLegalHoldInput
5058
- # data as a hash:
5059
- #
5060
- # {
5061
- # legal_hold_id: "string", # required
5062
- # next_token: "string",
5063
- # max_results: 1,
5064
- # }
5065
- #
5066
4303
  # @!attribute [rw] legal_hold_id
5067
4304
  # This is the ID of the legal hold.
5068
4305
  # @return [String]
@@ -5107,15 +4344,6 @@ module Aws::Backup
5107
4344
  include Aws::Structure
5108
4345
  end
5109
4346
 
5110
- # @note When making an API call, you may pass ListRecoveryPointsByResourceInput
5111
- # data as a hash:
5112
- #
5113
- # {
5114
- # resource_arn: "ARN", # required
5115
- # next_token: "string",
5116
- # max_results: 1,
5117
- # }
5118
- #
5119
4347
  # @!attribute [rw] resource_arn
5120
4348
  # An ARN that uniquely identifies a resource. The format of the ARN
5121
4349
  # depends on the resource type.
@@ -5172,18 +4400,6 @@ module Aws::Backup
5172
4400
  include Aws::Structure
5173
4401
  end
5174
4402
 
5175
- # @note When making an API call, you may pass ListReportJobsInput
5176
- # data as a hash:
5177
- #
5178
- # {
5179
- # by_report_plan_name: "ReportPlanName",
5180
- # by_creation_before: Time.now,
5181
- # by_creation_after: Time.now,
5182
- # by_status: "string",
5183
- # max_results: 1,
5184
- # next_token: "string",
5185
- # }
5186
- #
5187
4403
  # @!attribute [rw] by_report_plan_name
5188
4404
  # Returns only report jobs with the specified report plan name.
5189
4405
  # @return [String]
@@ -5252,14 +4468,6 @@ module Aws::Backup
5252
4468
  include Aws::Structure
5253
4469
  end
5254
4470
 
5255
- # @note When making an API call, you may pass ListReportPlansInput
5256
- # data as a hash:
5257
- #
5258
- # {
5259
- # max_results: 1,
5260
- # next_token: "string",
5261
- # }
5262
- #
5263
4471
  # @!attribute [rw] max_results
5264
4472
  # The number of desired results from 1 to 1000. Optional. If
5265
4473
  # unspecified, the query will return 1 MB of data.
@@ -5303,20 +4511,6 @@ module Aws::Backup
5303
4511
  include Aws::Structure
5304
4512
  end
5305
4513
 
5306
- # @note When making an API call, you may pass ListRestoreJobsInput
5307
- # data as a hash:
5308
- #
5309
- # {
5310
- # next_token: "string",
5311
- # max_results: 1,
5312
- # by_account_id: "AccountId",
5313
- # by_created_before: Time.now,
5314
- # by_created_after: Time.now,
5315
- # by_status: "PENDING", # accepts PENDING, RUNNING, COMPLETED, ABORTED, FAILED
5316
- # by_complete_before: Time.now,
5317
- # by_complete_after: Time.now,
5318
- # }
5319
- #
5320
4514
  # @!attribute [rw] next_token
5321
4515
  # The next item following a partial list of returned items. For
5322
4516
  # example, if a request is made to return `maxResults` number of
@@ -5393,15 +4587,6 @@ module Aws::Backup
5393
4587
  include Aws::Structure
5394
4588
  end
5395
4589
 
5396
- # @note When making an API call, you may pass ListTagsInput
5397
- # data as a hash:
5398
- #
5399
- # {
5400
- # resource_arn: "ARN", # required
5401
- # next_token: "string",
5402
- # max_results: 1,
5403
- # }
5404
- #
5405
4590
  # @!attribute [rw] resource_arn
5406
4591
  # An Amazon Resource Name (ARN) that uniquely identifies a resource.
5407
4592
  # The format of the ARN depends on the type of resource. Valid targets
@@ -5507,14 +4692,6 @@ module Aws::Backup
5507
4692
  include Aws::Structure
5508
4693
  end
5509
4694
 
5510
- # @note When making an API call, you may pass PutBackupVaultAccessPolicyInput
5511
- # data as a hash:
5512
- #
5513
- # {
5514
- # backup_vault_name: "BackupVaultName", # required
5515
- # policy: "IAMPolicy",
5516
- # }
5517
- #
5518
4695
  # @!attribute [rw] backup_vault_name
5519
4696
  # The name of a logical container where backups are stored. Backup
5520
4697
  # vaults are identified by names that are unique to the account used
@@ -5535,16 +4712,6 @@ module Aws::Backup
5535
4712
  include Aws::Structure
5536
4713
  end
5537
4714
 
5538
- # @note When making an API call, you may pass PutBackupVaultLockConfigurationInput
5539
- # data as a hash:
5540
- #
5541
- # {
5542
- # backup_vault_name: "BackupVaultName", # required
5543
- # min_retention_days: 1,
5544
- # max_retention_days: 1,
5545
- # changeable_for_days: 1,
5546
- # }
5547
- #
5548
4715
  # @!attribute [rw] backup_vault_name
5549
4716
  # The Backup Vault Lock configuration that specifies the name of the
5550
4717
  # backup vault it protects.
@@ -5626,15 +4793,6 @@ module Aws::Backup
5626
4793
  include Aws::Structure
5627
4794
  end
5628
4795
 
5629
- # @note When making an API call, you may pass PutBackupVaultNotificationsInput
5630
- # data as a hash:
5631
- #
5632
- # {
5633
- # backup_vault_name: "BackupVaultName", # required
5634
- # sns_topic_arn: "ARN", # required
5635
- # backup_vault_events: ["BACKUP_JOB_STARTED"], # required, accepts BACKUP_JOB_STARTED, BACKUP_JOB_COMPLETED, BACKUP_JOB_SUCCESSFUL, BACKUP_JOB_FAILED, BACKUP_JOB_EXPIRED, RESTORE_JOB_STARTED, RESTORE_JOB_COMPLETED, RESTORE_JOB_SUCCESSFUL, RESTORE_JOB_FAILED, COPY_JOB_STARTED, COPY_JOB_SUCCESSFUL, COPY_JOB_FAILED, RECOVERY_POINT_MODIFIED, BACKUP_PLAN_CREATED, BACKUP_PLAN_MODIFIED, S3_BACKUP_OBJECT_FAILED, S3_RESTORE_OBJECT_FAILED
5636
- # }
5637
- #
5638
4796
  # @!attribute [rw] backup_vault_name
5639
4797
  # The name of a logical container where backups are stored. Backup
5640
4798
  # vaults are identified by names that are unique to the account used
@@ -5983,18 +5141,6 @@ module Aws::Backup
5983
5141
  # This specifies criteria to assign a set of resources, such as resource
5984
5142
  # types or backup vaults.
5985
5143
  #
5986
- # @note When making an API call, you may pass RecoveryPointSelection
5987
- # data as a hash:
5988
- #
5989
- # {
5990
- # vault_names: ["string"],
5991
- # resource_identifiers: ["string"],
5992
- # date_range: {
5993
- # from_date: Time.now, # required
5994
- # to_date: Time.now, # required
5995
- # },
5996
- # }
5997
- #
5998
5144
  # @!attribute [rw] vault_names
5999
5145
  # These are the names of the vaults in which the selected recovery
6000
5146
  # points are contained.
@@ -6030,15 +5176,6 @@ module Aws::Backup
6030
5176
  # reports, specifically your Amazon S3 bucket name, S3 key prefix, and
6031
5177
  # the formats of your reports.
6032
5178
  #
6033
- # @note When making an API call, you may pass ReportDeliveryChannel
6034
- # data as a hash:
6035
- #
6036
- # {
6037
- # s3_bucket_name: "string", # required
6038
- # s3_key_prefix: "string",
6039
- # formats: ["string"],
6040
- # }
6041
- #
6042
5179
  # @!attribute [rw] s3_bucket_name
6043
5180
  # The unique name of the S3 bucket that receives your reports.
6044
5181
  # @return [String]
@@ -6241,18 +5378,6 @@ module Aws::Backup
6241
5378
 
6242
5379
  # Contains detailed information about a report setting.
6243
5380
  #
6244
- # @note When making an API call, you may pass ReportSetting
6245
- # data as a hash:
6246
- #
6247
- # {
6248
- # report_template: "string", # required
6249
- # framework_arns: ["string"],
6250
- # number_of_frameworks: 1,
6251
- # accounts: ["string"],
6252
- # organization_units: ["string"],
6253
- # regions: ["string"],
6254
- # }
6255
- #
6256
5381
  # @!attribute [rw] report_template
6257
5382
  # Identifies the report template for the report. Reports are built
6258
5383
  # using a report template. The report templates are:
@@ -6435,28 +5560,6 @@ module Aws::Backup
6435
5560
  include Aws::Structure
6436
5561
  end
6437
5562
 
6438
- # @note When making an API call, you may pass StartBackupJobInput
6439
- # data as a hash:
6440
- #
6441
- # {
6442
- # backup_vault_name: "BackupVaultName", # required
6443
- # resource_arn: "ARN", # required
6444
- # iam_role_arn: "IAMRoleArn", # required
6445
- # idempotency_token: "string",
6446
- # start_window_minutes: 1,
6447
- # complete_window_minutes: 1,
6448
- # lifecycle: {
6449
- # move_to_cold_storage_after_days: 1,
6450
- # delete_after_days: 1,
6451
- # },
6452
- # recovery_point_tags: {
6453
- # "TagKey" => "TagValue",
6454
- # },
6455
- # backup_options: {
6456
- # "BackupOptionKey" => "BackupOptionValue",
6457
- # },
6458
- # }
6459
- #
6460
5563
  # @!attribute [rw] backup_vault_name
6461
5564
  # The name of a logical container where backups are stored. Backup
6462
5565
  # vaults are identified by names that are unique to the account used
@@ -6581,21 +5684,6 @@ module Aws::Backup
6581
5684
  include Aws::Structure
6582
5685
  end
6583
5686
 
6584
- # @note When making an API call, you may pass StartCopyJobInput
6585
- # data as a hash:
6586
- #
6587
- # {
6588
- # recovery_point_arn: "ARN", # required
6589
- # source_backup_vault_name: "BackupVaultName", # required
6590
- # destination_backup_vault_arn: "ARN", # required
6591
- # iam_role_arn: "IAMRoleArn", # required
6592
- # idempotency_token: "string",
6593
- # lifecycle: {
6594
- # move_to_cold_storage_after_days: 1,
6595
- # delete_after_days: 1,
6596
- # },
6597
- # }
6598
- #
6599
5687
  # @!attribute [rw] recovery_point_arn
6600
5688
  # An ARN that uniquely identifies a recovery point to use for the copy
6601
5689
  # job; for example,
@@ -6688,14 +5776,6 @@ module Aws::Backup
6688
5776
  include Aws::Structure
6689
5777
  end
6690
5778
 
6691
- # @note When making an API call, you may pass StartReportJobInput
6692
- # data as a hash:
6693
- #
6694
- # {
6695
- # report_plan_name: "ReportPlanName", # required
6696
- # idempotency_token: "string",
6697
- # }
6698
- #
6699
5779
  # @!attribute [rw] report_plan_name
6700
5780
  # The unique name of a report plan.
6701
5781
  # @return [String]
@@ -6733,19 +5813,6 @@ module Aws::Backup
6733
5813
  include Aws::Structure
6734
5814
  end
6735
5815
 
6736
- # @note When making an API call, you may pass StartRestoreJobInput
6737
- # data as a hash:
6738
- #
6739
- # {
6740
- # recovery_point_arn: "ARN", # required
6741
- # metadata: { # required
6742
- # "MetadataKey" => "MetadataValue",
6743
- # },
6744
- # iam_role_arn: "IAMRoleArn",
6745
- # idempotency_token: "string",
6746
- # resource_type: "ResourceType",
6747
- # }
6748
- #
6749
5816
  # @!attribute [rw] recovery_point_arn
6750
5817
  # An ARN that uniquely identifies a recovery point; for example,
6751
5818
  # `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`.
@@ -6860,13 +5927,6 @@ module Aws::Backup
6860
5927
  include Aws::Structure
6861
5928
  end
6862
5929
 
6863
- # @note When making an API call, you may pass StopBackupJobInput
6864
- # data as a hash:
6865
- #
6866
- # {
6867
- # backup_job_id: "string", # required
6868
- # }
6869
- #
6870
5930
  # @!attribute [rw] backup_job_id
6871
5931
  # Uniquely identifies a request to Backup to back up a resource.
6872
5932
  # @return [String]
@@ -6879,16 +5939,6 @@ module Aws::Backup
6879
5939
  include Aws::Structure
6880
5940
  end
6881
5941
 
6882
- # @note When making an API call, you may pass TagResourceInput
6883
- # data as a hash:
6884
- #
6885
- # {
6886
- # resource_arn: "ARN", # required
6887
- # tags: { # required
6888
- # "TagKey" => "TagValue",
6889
- # },
6890
- # }
6891
- #
6892
5942
  # @!attribute [rw] resource_arn
6893
5943
  # An ARN that uniquely identifies a resource. The format of the ARN
6894
5944
  # depends on the type of the tagged resource.
@@ -6910,14 +5960,6 @@ module Aws::Backup
6910
5960
  include Aws::Structure
6911
5961
  end
6912
5962
 
6913
- # @note When making an API call, you may pass UntagResourceInput
6914
- # data as a hash:
6915
- #
6916
- # {
6917
- # resource_arn: "ARN", # required
6918
- # tag_key_list: ["string"], # required
6919
- # }
6920
- #
6921
5963
  # @!attribute [rw] resource_arn
6922
5964
  # An ARN that uniquely identifies a resource. The format of the ARN
6923
5965
  # depends on the type of the tagged resource.
@@ -6937,50 +5979,6 @@ module Aws::Backup
6937
5979
  include Aws::Structure
6938
5980
  end
6939
5981
 
6940
- # @note When making an API call, you may pass UpdateBackupPlanInput
6941
- # data as a hash:
6942
- #
6943
- # {
6944
- # backup_plan_id: "string", # required
6945
- # backup_plan: { # required
6946
- # backup_plan_name: "BackupPlanName", # required
6947
- # rules: [ # required
6948
- # {
6949
- # rule_name: "BackupRuleName", # required
6950
- # target_backup_vault_name: "BackupVaultName", # required
6951
- # schedule_expression: "CronExpression",
6952
- # start_window_minutes: 1,
6953
- # completion_window_minutes: 1,
6954
- # lifecycle: {
6955
- # move_to_cold_storage_after_days: 1,
6956
- # delete_after_days: 1,
6957
- # },
6958
- # recovery_point_tags: {
6959
- # "TagKey" => "TagValue",
6960
- # },
6961
- # copy_actions: [
6962
- # {
6963
- # lifecycle: {
6964
- # move_to_cold_storage_after_days: 1,
6965
- # delete_after_days: 1,
6966
- # },
6967
- # destination_backup_vault_arn: "ARN", # required
6968
- # },
6969
- # ],
6970
- # enable_continuous_backup: false,
6971
- # },
6972
- # ],
6973
- # advanced_backup_settings: [
6974
- # {
6975
- # resource_type: "ResourceType",
6976
- # backup_options: {
6977
- # "BackupOptionKey" => "BackupOptionValue",
6978
- # },
6979
- # },
6980
- # ],
6981
- # },
6982
- # }
6983
- #
6984
5982
  # @!attribute [rw] backup_plan_id
6985
5983
  # Uniquely identifies a backup plan.
6986
5984
  # @return [String]
@@ -7037,33 +6035,6 @@ module Aws::Backup
7037
6035
  include Aws::Structure
7038
6036
  end
7039
6037
 
7040
- # @note When making an API call, you may pass UpdateFrameworkInput
7041
- # data as a hash:
7042
- #
7043
- # {
7044
- # framework_name: "FrameworkName", # required
7045
- # framework_description: "FrameworkDescription",
7046
- # framework_controls: [
7047
- # {
7048
- # control_name: "ControlName", # required
7049
- # control_input_parameters: [
7050
- # {
7051
- # parameter_name: "ParameterName",
7052
- # parameter_value: "ParameterValue",
7053
- # },
7054
- # ],
7055
- # control_scope: {
7056
- # compliance_resource_ids: ["string"],
7057
- # compliance_resource_types: ["ARN"],
7058
- # tags: {
7059
- # "string" => "string",
7060
- # },
7061
- # },
7062
- # },
7063
- # ],
7064
- # idempotency_token: "string",
7065
- # }
7066
- #
7067
6038
  # @!attribute [rw] framework_name
7068
6039
  # The unique name of a framework. This name is between 1 and 256
7069
6040
  # characters, starting with a letter, and consisting of letters (a-z,
@@ -7129,15 +6100,6 @@ module Aws::Backup
7129
6100
  include Aws::Structure
7130
6101
  end
7131
6102
 
7132
- # @note When making an API call, you may pass UpdateGlobalSettingsInput
7133
- # data as a hash:
7134
- #
7135
- # {
7136
- # global_settings: {
7137
- # "GlobalSettingsName" => "GlobalSettingsValue",
7138
- # },
7139
- # }
7140
- #
7141
6103
  # @!attribute [rw] global_settings
7142
6104
  # A value for `isCrossAccountBackupEnabled` and a Region. Example:
7143
6105
  # `update-global-settings --global-settings
@@ -7152,18 +6114,6 @@ module Aws::Backup
7152
6114
  include Aws::Structure
7153
6115
  end
7154
6116
 
7155
- # @note When making an API call, you may pass UpdateRecoveryPointLifecycleInput
7156
- # data as a hash:
7157
- #
7158
- # {
7159
- # backup_vault_name: "BackupVaultName", # required
7160
- # recovery_point_arn: "ARN", # required
7161
- # lifecycle: {
7162
- # move_to_cold_storage_after_days: 1,
7163
- # delete_after_days: 1,
7164
- # },
7165
- # }
7166
- #
7167
6117
  # @!attribute [rw] backup_vault_name
7168
6118
  # The name of a logical container where backups are stored. Backup
7169
6119
  # vaults are identified by names that are unique to the account used
@@ -7247,18 +6197,6 @@ module Aws::Backup
7247
6197
  include Aws::Structure
7248
6198
  end
7249
6199
 
7250
- # @note When making an API call, you may pass UpdateRegionSettingsInput
7251
- # data as a hash:
7252
- #
7253
- # {
7254
- # resource_type_opt_in_preference: {
7255
- # "ResourceType" => false,
7256
- # },
7257
- # resource_type_management_preference: {
7258
- # "ResourceType" => false,
7259
- # },
7260
- # }
7261
- #
7262
6200
  # @!attribute [rw] resource_type_opt_in_preference
7263
6201
  # Updates the list of services along with the opt-in preferences for
7264
6202
  # the Region.
@@ -7285,28 +6223,6 @@ module Aws::Backup
7285
6223
  include Aws::Structure
7286
6224
  end
7287
6225
 
7288
- # @note When making an API call, you may pass UpdateReportPlanInput
7289
- # data as a hash:
7290
- #
7291
- # {
7292
- # report_plan_name: "ReportPlanName", # required
7293
- # report_plan_description: "ReportPlanDescription",
7294
- # report_delivery_channel: {
7295
- # s3_bucket_name: "string", # required
7296
- # s3_key_prefix: "string",
7297
- # formats: ["string"],
7298
- # },
7299
- # report_setting: {
7300
- # report_template: "string", # required
7301
- # framework_arns: ["string"],
7302
- # number_of_frameworks: 1,
7303
- # accounts: ["string"],
7304
- # organization_units: ["string"],
7305
- # regions: ["string"],
7306
- # },
7307
- # idempotency_token: "string",
7308
- # }
7309
- #
7310
6226
  # @!attribute [rw] report_plan_name
7311
6227
  # The unique name of the report plan. This name is between 1 and 256
7312
6228
  # characters, starting with a letter, and consisting of letters (a-z,