aws-sdk-backup 1.16.1 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c5e55c266800a276866b9f0cf79cf542e49426ec207d2f30359de0d40ed4b5c
4
- data.tar.gz: ebc31b8925005de6a547316ec44d869d901383c80f2d6ec1fc86ab9f4f686cde
3
+ metadata.gz: f654fea0530771204924ddeb2caf0334ee9da84dfc98be9217d6030c1b6476d5
4
+ data.tar.gz: 7a07adb67131d5a528b705874f21d097a541329d08dbc6cee5213275e5911f2e
5
5
  SHA512:
6
- metadata.gz: 50306e44dd970fcbf9e7dee1bf173f7acf2e00ee7d847e61262c43e8635af03867b47546a26be4ee191028fe745992b40e189aa4ae1a7672f8e7c9b25ed06b9e
7
- data.tar.gz: 47067e94a51af8658a0522e63730679d97705c7739234e109c5e43dc4a9ce4024f56351f24730e2a202dd4a01426334bc94d55d15494e54bfaf2b1ec527b1f6c
6
+ metadata.gz: a4637afaebf3f74b0d105e6e37c3112e71904ff602392d719135ae57adb6ddbb09f7c3c5e3a5bcc7c3a52d1bdb95ad4e1c5d9a349d644eabc023451af18bb17f
7
+ data.tar.gz: ec90c96dd23b62a0ed7b89f60b136426d2a8ec4361bd36023b2f44c1513b41787cc4edb20db7e438c65d40bca6aaef4cfd32f24bb9b994c924cee9458256c878
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-backup/customizations'
45
47
  # @service
46
48
  module Aws::Backup
47
49
 
48
- GEM_VERSION = '1.16.1'
50
+ GEM_VERSION = '1.17.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -2704,7 +2706,7 @@ module Aws::Backup
2704
2706
  params: params,
2705
2707
  config: config)
2706
2708
  context[:gem_name] = 'aws-sdk-backup'
2707
- context[:gem_version] = '1.16.1'
2709
+ context[:gem_version] = '1.17.0'
2708
2710
  Seahorse::Client::Request.new(handlers, context)
2709
2711
  end
2710
2712
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -37,6 +39,7 @@ module Aws::Backup
37
39
  :arn,
38
40
  :type,
39
41
  :context)
42
+ SENSITIVE = []
40
43
  include Aws::Structure
41
44
  end
42
45
 
@@ -162,6 +165,7 @@ module Aws::Backup
162
165
  :start_by,
163
166
  :resource_type,
164
167
  :bytes_transferred)
168
+ SENSITIVE = []
165
169
  include Aws::Structure
166
170
  end
167
171
 
@@ -184,6 +188,7 @@ module Aws::Backup
184
188
  class BackupPlan < Struct.new(
185
189
  :backup_plan_name,
186
190
  :rules)
191
+ SENSITIVE = []
187
192
  include Aws::Structure
188
193
  end
189
194
 
@@ -238,6 +243,7 @@ module Aws::Backup
238
243
  class BackupPlanInput < Struct.new(
239
244
  :backup_plan_name,
240
245
  :rules)
246
+ SENSITIVE = []
241
247
  include Aws::Structure
242
248
  end
243
249
 
@@ -256,6 +262,7 @@ module Aws::Backup
256
262
  class BackupPlanTemplatesListMember < Struct.new(
257
263
  :backup_plan_template_id,
258
264
  :backup_plan_template_name)
265
+ SENSITIVE = []
259
266
  include Aws::Structure
260
267
  end
261
268
 
@@ -319,6 +326,7 @@ module Aws::Backup
319
326
  :backup_plan_name,
320
327
  :creator_request_id,
321
328
  :last_execution_date)
329
+ SENSITIVE = []
322
330
  include Aws::Structure
323
331
  end
324
332
 
@@ -389,6 +397,7 @@ module Aws::Backup
389
397
  :recovery_point_tags,
390
398
  :rule_id,
391
399
  :copy_actions)
400
+ SENSITIVE = [:recovery_point_tags]
392
401
  include Aws::Structure
393
402
  end
394
403
 
@@ -481,6 +490,7 @@ module Aws::Backup
481
490
  :lifecycle,
482
491
  :recovery_point_tags,
483
492
  :copy_actions)
493
+ SENSITIVE = [:recovery_point_tags]
484
494
  include Aws::Structure
485
495
  end
486
496
 
@@ -530,6 +540,7 @@ module Aws::Backup
530
540
  :iam_role_arn,
531
541
  :resources,
532
542
  :list_of_tags)
543
+ SENSITIVE = []
533
544
  include Aws::Structure
534
545
  end
535
546
 
@@ -576,6 +587,7 @@ module Aws::Backup
576
587
  :creation_date,
577
588
  :creator_request_id,
578
589
  :iam_role_arn)
590
+ SENSITIVE = []
579
591
  include Aws::Structure
580
592
  end
581
593
 
@@ -626,6 +638,7 @@ module Aws::Backup
626
638
  :encryption_key_arn,
627
639
  :creator_request_id,
628
640
  :number_of_recovery_points)
641
+ SENSITIVE = []
629
642
  include Aws::Structure
630
643
  end
631
644
 
@@ -656,6 +669,7 @@ module Aws::Backup
656
669
  class CalculatedLifecycle < Struct.new(
657
670
  :move_to_cold_storage_at,
658
671
  :delete_at)
672
+ SENSITIVE = []
659
673
  include Aws::Structure
660
674
  end
661
675
 
@@ -695,6 +709,7 @@ module Aws::Backup
695
709
  :condition_type,
696
710
  :condition_key,
697
711
  :condition_value)
712
+ SENSITIVE = []
698
713
  include Aws::Structure
699
714
  end
700
715
 
@@ -735,6 +750,7 @@ module Aws::Backup
735
750
  class CopyAction < Struct.new(
736
751
  :lifecycle,
737
752
  :destination_backup_vault_arn)
753
+ SENSITIVE = []
738
754
  include Aws::Structure
739
755
  end
740
756
 
@@ -834,6 +850,7 @@ module Aws::Backup
834
850
  :iam_role_arn,
835
851
  :created_by,
836
852
  :resource_type)
853
+ SENSITIVE = []
837
854
  include Aws::Structure
838
855
  end
839
856
 
@@ -899,6 +916,7 @@ module Aws::Backup
899
916
  :backup_plan,
900
917
  :backup_plan_tags,
901
918
  :creator_request_id)
919
+ SENSITIVE = [:backup_plan_tags]
902
920
  include Aws::Structure
903
921
  end
904
922
 
@@ -931,6 +949,7 @@ module Aws::Backup
931
949
  :backup_plan_arn,
932
950
  :creation_date,
933
951
  :version_id)
952
+ SENSITIVE = []
934
953
  include Aws::Structure
935
954
  end
936
955
 
@@ -976,6 +995,7 @@ module Aws::Backup
976
995
  :backup_plan_id,
977
996
  :backup_selection,
978
997
  :creator_request_id)
998
+ SENSITIVE = []
979
999
  include Aws::Structure
980
1000
  end
981
1001
 
@@ -1001,6 +1021,7 @@ module Aws::Backup
1001
1021
  :selection_id,
1002
1022
  :backup_plan_id,
1003
1023
  :creation_date)
1024
+ SENSITIVE = []
1004
1025
  include Aws::Structure
1005
1026
  end
1006
1027
 
@@ -1047,6 +1068,7 @@ module Aws::Backup
1047
1068
  :backup_vault_tags,
1048
1069
  :encryption_key_arn,
1049
1070
  :creator_request_id)
1071
+ SENSITIVE = [:backup_vault_tags]
1050
1072
  include Aws::Structure
1051
1073
  end
1052
1074
 
@@ -1076,6 +1098,7 @@ module Aws::Backup
1076
1098
  :backup_vault_name,
1077
1099
  :backup_vault_arn,
1078
1100
  :creation_date)
1101
+ SENSITIVE = []
1079
1102
  include Aws::Structure
1080
1103
  end
1081
1104
 
@@ -1094,6 +1117,7 @@ module Aws::Backup
1094
1117
  #
1095
1118
  class DeleteBackupPlanInput < Struct.new(
1096
1119
  :backup_plan_id)
1120
+ SENSITIVE = []
1097
1121
  include Aws::Structure
1098
1122
  end
1099
1123
 
@@ -1126,6 +1150,7 @@ module Aws::Backup
1126
1150
  :backup_plan_arn,
1127
1151
  :deletion_date,
1128
1152
  :version_id)
1153
+ SENSITIVE = []
1129
1154
  include Aws::Structure
1130
1155
  end
1131
1156
 
@@ -1151,6 +1176,7 @@ module Aws::Backup
1151
1176
  class DeleteBackupSelectionInput < Struct.new(
1152
1177
  :backup_plan_id,
1153
1178
  :selection_id)
1179
+ SENSITIVE = []
1154
1180
  include Aws::Structure
1155
1181
  end
1156
1182
 
@@ -1172,6 +1198,7 @@ module Aws::Backup
1172
1198
  #
1173
1199
  class DeleteBackupVaultAccessPolicyInput < Struct.new(
1174
1200
  :backup_vault_name)
1201
+ SENSITIVE = []
1175
1202
  include Aws::Structure
1176
1203
  end
1177
1204
 
@@ -1193,6 +1220,7 @@ module Aws::Backup
1193
1220
  #
1194
1221
  class DeleteBackupVaultInput < Struct.new(
1195
1222
  :backup_vault_name)
1223
+ SENSITIVE = []
1196
1224
  include Aws::Structure
1197
1225
  end
1198
1226
 
@@ -1214,6 +1242,7 @@ module Aws::Backup
1214
1242
  #
1215
1243
  class DeleteBackupVaultNotificationsInput < Struct.new(
1216
1244
  :backup_vault_name)
1245
+ SENSITIVE = []
1217
1246
  include Aws::Structure
1218
1247
  end
1219
1248
 
@@ -1243,6 +1272,7 @@ module Aws::Backup
1243
1272
  class DeleteRecoveryPointInput < Struct.new(
1244
1273
  :backup_vault_name,
1245
1274
  :recovery_point_arn)
1275
+ SENSITIVE = []
1246
1276
  include Aws::Structure
1247
1277
  end
1248
1278
 
@@ -1268,6 +1298,7 @@ module Aws::Backup
1268
1298
  :message,
1269
1299
  :type,
1270
1300
  :context)
1301
+ SENSITIVE = []
1271
1302
  include Aws::Structure
1272
1303
  end
1273
1304
 
@@ -1286,6 +1317,7 @@ module Aws::Backup
1286
1317
  #
1287
1318
  class DescribeBackupJobInput < Struct.new(
1288
1319
  :backup_job_id)
1320
+ SENSITIVE = []
1289
1321
  include Aws::Structure
1290
1322
  end
1291
1323
 
@@ -1409,6 +1441,7 @@ module Aws::Backup
1409
1441
  :bytes_transferred,
1410
1442
  :expected_completion_date,
1411
1443
  :start_by)
1444
+ SENSITIVE = []
1412
1445
  include Aws::Structure
1413
1446
  end
1414
1447
 
@@ -1430,6 +1463,7 @@ module Aws::Backup
1430
1463
  #
1431
1464
  class DescribeBackupVaultInput < Struct.new(
1432
1465
  :backup_vault_name)
1466
+ SENSITIVE = []
1433
1467
  include Aws::Structure
1434
1468
  end
1435
1469
 
@@ -1478,6 +1512,7 @@ module Aws::Backup
1478
1512
  :creation_date,
1479
1513
  :creator_request_id,
1480
1514
  :number_of_recovery_points)
1515
+ SENSITIVE = []
1481
1516
  include Aws::Structure
1482
1517
  end
1483
1518
 
@@ -1496,6 +1531,7 @@ module Aws::Backup
1496
1531
  #
1497
1532
  class DescribeCopyJobInput < Struct.new(
1498
1533
  :copy_job_id)
1534
+ SENSITIVE = []
1499
1535
  include Aws::Structure
1500
1536
  end
1501
1537
 
@@ -1507,6 +1543,7 @@ module Aws::Backup
1507
1543
  #
1508
1544
  class DescribeCopyJobOutput < Struct.new(
1509
1545
  :copy_job)
1546
+ SENSITIVE = []
1510
1547
  include Aws::Structure
1511
1548
  end
1512
1549
 
@@ -1526,6 +1563,7 @@ module Aws::Backup
1526
1563
  #
1527
1564
  class DescribeProtectedResourceInput < Struct.new(
1528
1565
  :resource_arn)
1566
+ SENSITIVE = []
1529
1567
  include Aws::Structure
1530
1568
  end
1531
1569
 
@@ -1552,6 +1590,7 @@ module Aws::Backup
1552
1590
  :resource_arn,
1553
1591
  :resource_type,
1554
1592
  :last_backup_time)
1593
+ SENSITIVE = []
1555
1594
  include Aws::Structure
1556
1595
  end
1557
1596
 
@@ -1581,6 +1620,7 @@ module Aws::Backup
1581
1620
  class DescribeRecoveryPointInput < Struct.new(
1582
1621
  :backup_vault_name,
1583
1622
  :recovery_point_arn)
1623
+ SENSITIVE = []
1584
1624
  include Aws::Structure
1585
1625
  end
1586
1626
 
@@ -1714,6 +1754,7 @@ module Aws::Backup
1714
1754
  :is_encrypted,
1715
1755
  :storage_class,
1716
1756
  :last_restore_time)
1757
+ SENSITIVE = []
1717
1758
  include Aws::Structure
1718
1759
  end
1719
1760
 
@@ -1732,6 +1773,7 @@ module Aws::Backup
1732
1773
  #
1733
1774
  class DescribeRegionSettingsOutput < Struct.new(
1734
1775
  :resource_type_opt_in_preference)
1776
+ SENSITIVE = []
1735
1777
  include Aws::Structure
1736
1778
  end
1737
1779
 
@@ -1750,6 +1792,7 @@ module Aws::Backup
1750
1792
  #
1751
1793
  class DescribeRestoreJobInput < Struct.new(
1752
1794
  :restore_job_id)
1795
+ SENSITIVE = []
1753
1796
  include Aws::Structure
1754
1797
  end
1755
1798
 
@@ -1826,6 +1869,7 @@ module Aws::Backup
1826
1869
  :iam_role_arn,
1827
1870
  :expected_completion_time_minutes,
1828
1871
  :created_resource_arn)
1872
+ SENSITIVE = []
1829
1873
  include Aws::Structure
1830
1874
  end
1831
1875
 
@@ -1844,6 +1888,7 @@ module Aws::Backup
1844
1888
  #
1845
1889
  class ExportBackupPlanTemplateInput < Struct.new(
1846
1890
  :backup_plan_id)
1891
+ SENSITIVE = []
1847
1892
  include Aws::Structure
1848
1893
  end
1849
1894
 
@@ -1860,6 +1905,7 @@ module Aws::Backup
1860
1905
  #
1861
1906
  class ExportBackupPlanTemplateOutput < Struct.new(
1862
1907
  :backup_plan_template_json)
1908
+ SENSITIVE = []
1863
1909
  include Aws::Structure
1864
1910
  end
1865
1911
 
@@ -1878,6 +1924,7 @@ module Aws::Backup
1878
1924
  #
1879
1925
  class GetBackupPlanFromJSONInput < Struct.new(
1880
1926
  :backup_plan_template_json)
1927
+ SENSITIVE = []
1881
1928
  include Aws::Structure
1882
1929
  end
1883
1930
 
@@ -1890,6 +1937,7 @@ module Aws::Backup
1890
1937
  #
1891
1938
  class GetBackupPlanFromJSONOutput < Struct.new(
1892
1939
  :backup_plan)
1940
+ SENSITIVE = []
1893
1941
  include Aws::Structure
1894
1942
  end
1895
1943
 
@@ -1908,6 +1956,7 @@ module Aws::Backup
1908
1956
  #
1909
1957
  class GetBackupPlanFromTemplateInput < Struct.new(
1910
1958
  :backup_plan_template_id)
1959
+ SENSITIVE = []
1911
1960
  include Aws::Structure
1912
1961
  end
1913
1962
 
@@ -1920,6 +1969,7 @@ module Aws::Backup
1920
1969
  #
1921
1970
  class GetBackupPlanFromTemplateOutput < Struct.new(
1922
1971
  :backup_plan_document)
1972
+ SENSITIVE = []
1923
1973
  include Aws::Structure
1924
1974
  end
1925
1975
 
@@ -1945,6 +1995,7 @@ module Aws::Backup
1945
1995
  class GetBackupPlanInput < Struct.new(
1946
1996
  :backup_plan_id,
1947
1997
  :version_id)
1998
+ SENSITIVE = []
1948
1999
  include Aws::Structure
1949
2000
  end
1950
2001
 
@@ -2007,6 +2058,7 @@ module Aws::Backup
2007
2058
  :creation_date,
2008
2059
  :deletion_date,
2009
2060
  :last_execution_date)
2061
+ SENSITIVE = []
2010
2062
  include Aws::Structure
2011
2063
  end
2012
2064
 
@@ -2032,6 +2084,7 @@ module Aws::Backup
2032
2084
  class GetBackupSelectionInput < Struct.new(
2033
2085
  :backup_plan_id,
2034
2086
  :selection_id)
2087
+ SENSITIVE = []
2035
2088
  include Aws::Structure
2036
2089
  end
2037
2090
 
@@ -2070,6 +2123,7 @@ module Aws::Backup
2070
2123
  :backup_plan_id,
2071
2124
  :creation_date,
2072
2125
  :creator_request_id)
2126
+ SENSITIVE = []
2073
2127
  include Aws::Structure
2074
2128
  end
2075
2129
 
@@ -2091,6 +2145,7 @@ module Aws::Backup
2091
2145
  #
2092
2146
  class GetBackupVaultAccessPolicyInput < Struct.new(
2093
2147
  :backup_vault_name)
2148
+ SENSITIVE = []
2094
2149
  include Aws::Structure
2095
2150
  end
2096
2151
 
@@ -2117,6 +2172,7 @@ module Aws::Backup
2117
2172
  :backup_vault_name,
2118
2173
  :backup_vault_arn,
2119
2174
  :policy)
2175
+ SENSITIVE = []
2120
2176
  include Aws::Structure
2121
2177
  end
2122
2178
 
@@ -2138,6 +2194,7 @@ module Aws::Backup
2138
2194
  #
2139
2195
  class GetBackupVaultNotificationsInput < Struct.new(
2140
2196
  :backup_vault_name)
2197
+ SENSITIVE = []
2141
2198
  include Aws::Structure
2142
2199
  end
2143
2200
 
@@ -2172,6 +2229,7 @@ module Aws::Backup
2172
2229
  :backup_vault_arn,
2173
2230
  :sns_topic_arn,
2174
2231
  :backup_vault_events)
2232
+ SENSITIVE = []
2175
2233
  include Aws::Structure
2176
2234
  end
2177
2235
 
@@ -2201,6 +2259,7 @@ module Aws::Backup
2201
2259
  class GetRecoveryPointRestoreMetadataInput < Struct.new(
2202
2260
  :backup_vault_name,
2203
2261
  :recovery_point_arn)
2262
+ SENSITIVE = []
2204
2263
  include Aws::Structure
2205
2264
  end
2206
2265
 
@@ -2226,6 +2285,7 @@ module Aws::Backup
2226
2285
  :backup_vault_arn,
2227
2286
  :recovery_point_arn,
2228
2287
  :restore_metadata)
2288
+ SENSITIVE = [:restore_metadata]
2229
2289
  include Aws::Structure
2230
2290
  end
2231
2291
 
@@ -2247,6 +2307,7 @@ module Aws::Backup
2247
2307
  #
2248
2308
  class GetSupportedResourceTypesOutput < Struct.new(
2249
2309
  :resource_types)
2310
+ SENSITIVE = []
2250
2311
  include Aws::Structure
2251
2312
  end
2252
2313
 
@@ -2272,6 +2333,7 @@ module Aws::Backup
2272
2333
  :message,
2273
2334
  :type,
2274
2335
  :context)
2336
+ SENSITIVE = []
2275
2337
  include Aws::Structure
2276
2338
  end
2277
2339
 
@@ -2297,6 +2359,7 @@ module Aws::Backup
2297
2359
  :message,
2298
2360
  :type,
2299
2361
  :context)
2362
+ SENSITIVE = []
2300
2363
  include Aws::Structure
2301
2364
  end
2302
2365
 
@@ -2333,6 +2396,7 @@ module Aws::Backup
2333
2396
  class Lifecycle < Struct.new(
2334
2397
  :move_to_cold_storage_after_days,
2335
2398
  :delete_after_days)
2399
+ SENSITIVE = []
2336
2400
  include Aws::Structure
2337
2401
  end
2338
2402
 
@@ -2358,6 +2422,7 @@ module Aws::Backup
2358
2422
  :message,
2359
2423
  :type,
2360
2424
  :context)
2425
+ SENSITIVE = []
2361
2426
  include Aws::Structure
2362
2427
  end
2363
2428
 
@@ -2436,6 +2501,7 @@ module Aws::Backup
2436
2501
  :by_created_before,
2437
2502
  :by_created_after,
2438
2503
  :by_resource_type)
2504
+ SENSITIVE = []
2439
2505
  include Aws::Structure
2440
2506
  end
2441
2507
 
@@ -2456,6 +2522,7 @@ module Aws::Backup
2456
2522
  class ListBackupJobsOutput < Struct.new(
2457
2523
  :backup_jobs,
2458
2524
  :next_token)
2525
+ SENSITIVE = []
2459
2526
  include Aws::Structure
2460
2527
  end
2461
2528
 
@@ -2483,6 +2550,7 @@ module Aws::Backup
2483
2550
  class ListBackupPlanTemplatesInput < Struct.new(
2484
2551
  :next_token,
2485
2552
  :max_results)
2553
+ SENSITIVE = []
2486
2554
  include Aws::Structure
2487
2555
  end
2488
2556
 
@@ -2503,6 +2571,7 @@ module Aws::Backup
2503
2571
  class ListBackupPlanTemplatesOutput < Struct.new(
2504
2572
  :next_token,
2505
2573
  :backup_plan_templates_list)
2574
+ SENSITIVE = []
2506
2575
  include Aws::Structure
2507
2576
  end
2508
2577
 
@@ -2536,6 +2605,7 @@ module Aws::Backup
2536
2605
  :backup_plan_id,
2537
2606
  :next_token,
2538
2607
  :max_results)
2608
+ SENSITIVE = []
2539
2609
  include Aws::Structure
2540
2610
  end
2541
2611
 
@@ -2556,6 +2626,7 @@ module Aws::Backup
2556
2626
  class ListBackupPlanVersionsOutput < Struct.new(
2557
2627
  :next_token,
2558
2628
  :backup_plan_versions_list)
2629
+ SENSITIVE = []
2559
2630
  include Aws::Structure
2560
2631
  end
2561
2632
 
@@ -2590,6 +2661,7 @@ module Aws::Backup
2590
2661
  :next_token,
2591
2662
  :max_results,
2592
2663
  :include_deleted)
2664
+ SENSITIVE = []
2593
2665
  include Aws::Structure
2594
2666
  end
2595
2667
 
@@ -2610,6 +2682,7 @@ module Aws::Backup
2610
2682
  class ListBackupPlansOutput < Struct.new(
2611
2683
  :next_token,
2612
2684
  :backup_plans_list)
2685
+ SENSITIVE = []
2613
2686
  include Aws::Structure
2614
2687
  end
2615
2688
 
@@ -2643,6 +2716,7 @@ module Aws::Backup
2643
2716
  :backup_plan_id,
2644
2717
  :next_token,
2645
2718
  :max_results)
2719
+ SENSITIVE = []
2646
2720
  include Aws::Structure
2647
2721
  end
2648
2722
 
@@ -2663,6 +2737,7 @@ module Aws::Backup
2663
2737
  class ListBackupSelectionsOutput < Struct.new(
2664
2738
  :next_token,
2665
2739
  :backup_selections_list)
2740
+ SENSITIVE = []
2666
2741
  include Aws::Structure
2667
2742
  end
2668
2743
 
@@ -2690,6 +2765,7 @@ module Aws::Backup
2690
2765
  class ListBackupVaultsInput < Struct.new(
2691
2766
  :next_token,
2692
2767
  :max_results)
2768
+ SENSITIVE = []
2693
2769
  include Aws::Structure
2694
2770
  end
2695
2771
 
@@ -2712,6 +2788,7 @@ module Aws::Backup
2712
2788
  class ListBackupVaultsOutput < Struct.new(
2713
2789
  :backup_vault_list,
2714
2790
  :next_token)
2791
+ SENSITIVE = []
2715
2792
  include Aws::Structure
2716
2793
  end
2717
2794
 
@@ -2786,6 +2863,7 @@ module Aws::Backup
2786
2863
  :by_created_after,
2787
2864
  :by_resource_type,
2788
2865
  :by_destination_vault_arn)
2866
+ SENSITIVE = []
2789
2867
  include Aws::Structure
2790
2868
  end
2791
2869
 
@@ -2806,6 +2884,7 @@ module Aws::Backup
2806
2884
  class ListCopyJobsOutput < Struct.new(
2807
2885
  :copy_jobs,
2808
2886
  :next_token)
2887
+ SENSITIVE = []
2809
2888
  include Aws::Structure
2810
2889
  end
2811
2890
 
@@ -2833,6 +2912,7 @@ module Aws::Backup
2833
2912
  class ListProtectedResourcesInput < Struct.new(
2834
2913
  :next_token,
2835
2914
  :max_results)
2915
+ SENSITIVE = []
2836
2916
  include Aws::Structure
2837
2917
  end
2838
2918
 
@@ -2854,6 +2934,7 @@ module Aws::Backup
2854
2934
  class ListProtectedResourcesOutput < Struct.new(
2855
2935
  :results,
2856
2936
  :next_token)
2937
+ SENSITIVE = []
2857
2938
  include Aws::Structure
2858
2939
  end
2859
2940
 
@@ -2924,6 +3005,7 @@ module Aws::Backup
2924
3005
  :by_backup_plan_id,
2925
3006
  :by_created_before,
2926
3007
  :by_created_after)
3008
+ SENSITIVE = []
2927
3009
  include Aws::Structure
2928
3010
  end
2929
3011
 
@@ -2944,6 +3026,7 @@ module Aws::Backup
2944
3026
  class ListRecoveryPointsByBackupVaultOutput < Struct.new(
2945
3027
  :next_token,
2946
3028
  :recovery_points)
3029
+ SENSITIVE = []
2947
3030
  include Aws::Structure
2948
3031
  end
2949
3032
 
@@ -2978,6 +3061,7 @@ module Aws::Backup
2978
3061
  :resource_arn,
2979
3062
  :next_token,
2980
3063
  :max_results)
3064
+ SENSITIVE = []
2981
3065
  include Aws::Structure
2982
3066
  end
2983
3067
 
@@ -2998,6 +3082,7 @@ module Aws::Backup
2998
3082
  class ListRecoveryPointsByResourceOutput < Struct.new(
2999
3083
  :next_token,
3000
3084
  :recovery_points)
3085
+ SENSITIVE = []
3001
3086
  include Aws::Structure
3002
3087
  end
3003
3088
 
@@ -3025,6 +3110,7 @@ module Aws::Backup
3025
3110
  class ListRestoreJobsInput < Struct.new(
3026
3111
  :next_token,
3027
3112
  :max_results)
3113
+ SENSITIVE = []
3028
3114
  include Aws::Structure
3029
3115
  end
3030
3116
 
@@ -3045,6 +3131,7 @@ module Aws::Backup
3045
3131
  class ListRestoreJobsOutput < Struct.new(
3046
3132
  :restore_jobs,
3047
3133
  :next_token)
3134
+ SENSITIVE = []
3048
3135
  include Aws::Structure
3049
3136
  end
3050
3137
 
@@ -3080,6 +3167,7 @@ module Aws::Backup
3080
3167
  :resource_arn,
3081
3168
  :next_token,
3082
3169
  :max_results)
3170
+ SENSITIVE = []
3083
3171
  include Aws::Structure
3084
3172
  end
3085
3173
 
@@ -3100,6 +3188,7 @@ module Aws::Backup
3100
3188
  class ListTagsOutput < Struct.new(
3101
3189
  :next_token,
3102
3190
  :tags)
3191
+ SENSITIVE = [:tags]
3103
3192
  include Aws::Structure
3104
3193
  end
3105
3194
 
@@ -3124,6 +3213,7 @@ module Aws::Backup
3124
3213
  :message,
3125
3214
  :type,
3126
3215
  :context)
3216
+ SENSITIVE = []
3127
3217
  include Aws::Structure
3128
3218
  end
3129
3219
 
@@ -3153,6 +3243,7 @@ module Aws::Backup
3153
3243
  :resource_arn,
3154
3244
  :resource_type,
3155
3245
  :last_backup_time)
3246
+ SENSITIVE = []
3156
3247
  include Aws::Structure
3157
3248
  end
3158
3249
 
@@ -3180,6 +3271,7 @@ module Aws::Backup
3180
3271
  class PutBackupVaultAccessPolicyInput < Struct.new(
3181
3272
  :backup_vault_name,
3182
3273
  :policy)
3274
+ SENSITIVE = []
3183
3275
  include Aws::Structure
3184
3276
  end
3185
3277
 
@@ -3216,6 +3308,7 @@ module Aws::Backup
3216
3308
  :backup_vault_name,
3217
3309
  :sns_topic_arn,
3218
3310
  :backup_vault_events)
3311
+ SENSITIVE = []
3219
3312
  include Aws::Structure
3220
3313
  end
3221
3314
 
@@ -3340,6 +3433,7 @@ module Aws::Backup
3340
3433
  :encryption_key_arn,
3341
3434
  :is_encrypted,
3342
3435
  :last_restore_time)
3436
+ SENSITIVE = []
3343
3437
  include Aws::Structure
3344
3438
  end
3345
3439
 
@@ -3388,6 +3482,7 @@ module Aws::Backup
3388
3482
  :encryption_key_arn,
3389
3483
  :backup_size_bytes,
3390
3484
  :backup_vault_name)
3485
+ SENSITIVE = []
3391
3486
  include Aws::Structure
3392
3487
  end
3393
3488
 
@@ -3421,6 +3516,7 @@ module Aws::Backup
3421
3516
  :backup_plan_arn,
3422
3517
  :backup_plan_version,
3423
3518
  :backup_rule_id)
3519
+ SENSITIVE = []
3424
3520
  include Aws::Structure
3425
3521
  end
3426
3522
 
@@ -3445,6 +3541,7 @@ module Aws::Backup
3445
3541
  :message,
3446
3542
  :type,
3447
3543
  :context)
3544
+ SENSITIVE = []
3448
3545
  include Aws::Structure
3449
3546
  end
3450
3547
 
@@ -3521,6 +3618,7 @@ module Aws::Backup
3521
3618
  :iam_role_arn,
3522
3619
  :expected_completion_time_minutes,
3523
3620
  :created_resource_arn)
3621
+ SENSITIVE = []
3524
3622
  include Aws::Structure
3525
3623
  end
3526
3624
 
@@ -3545,6 +3643,7 @@ module Aws::Backup
3545
3643
  :message,
3546
3644
  :type,
3547
3645
  :context)
3646
+ SENSITIVE = []
3548
3647
  include Aws::Structure
3549
3648
  end
3550
3649
 
@@ -3629,6 +3728,7 @@ module Aws::Backup
3629
3728
  :complete_window_minutes,
3630
3729
  :lifecycle,
3631
3730
  :recovery_point_tags)
3731
+ SENSITIVE = [:recovery_point_tags]
3632
3732
  include Aws::Structure
3633
3733
  end
3634
3734
 
@@ -3654,6 +3754,7 @@ module Aws::Backup
3654
3754
  :backup_job_id,
3655
3755
  :recovery_point_arn,
3656
3756
  :creation_date)
3757
+ SENSITIVE = []
3657
3758
  include Aws::Structure
3658
3759
  end
3659
3760
 
@@ -3723,6 +3824,7 @@ module Aws::Backup
3723
3824
  :iam_role_arn,
3724
3825
  :idempotency_token,
3725
3826
  :lifecycle)
3827
+ SENSITIVE = []
3726
3828
  include Aws::Structure
3727
3829
  end
3728
3830
 
@@ -3742,6 +3844,7 @@ module Aws::Backup
3742
3844
  class StartCopyJobOutput < Struct.new(
3743
3845
  :copy_job_id,
3744
3846
  :creation_date)
3847
+ SENSITIVE = []
3745
3848
  include Aws::Structure
3746
3849
  end
3747
3850
 
@@ -3831,6 +3934,7 @@ module Aws::Backup
3831
3934
  :iam_role_arn,
3832
3935
  :idempotency_token,
3833
3936
  :resource_type)
3937
+ SENSITIVE = [:metadata]
3834
3938
  include Aws::Structure
3835
3939
  end
3836
3940
 
@@ -3842,6 +3946,7 @@ module Aws::Backup
3842
3946
  #
3843
3947
  class StartRestoreJobOutput < Struct.new(
3844
3948
  :restore_job_id)
3949
+ SENSITIVE = []
3845
3950
  include Aws::Structure
3846
3951
  end
3847
3952
 
@@ -3860,6 +3965,7 @@ module Aws::Backup
3860
3965
  #
3861
3966
  class StopBackupJobInput < Struct.new(
3862
3967
  :backup_job_id)
3968
+ SENSITIVE = []
3863
3969
  include Aws::Structure
3864
3970
  end
3865
3971
 
@@ -3888,6 +3994,7 @@ module Aws::Backup
3888
3994
  class TagResourceInput < Struct.new(
3889
3995
  :resource_arn,
3890
3996
  :tags)
3997
+ SENSITIVE = [:tags]
3891
3998
  include Aws::Structure
3892
3999
  end
3893
4000
 
@@ -3914,6 +4021,7 @@ module Aws::Backup
3914
4021
  class UntagResourceInput < Struct.new(
3915
4022
  :resource_arn,
3916
4023
  :tag_key_list)
4024
+ SENSITIVE = [:tag_key_list]
3917
4025
  include Aws::Structure
3918
4026
  end
3919
4027
 
@@ -3966,6 +4074,7 @@ module Aws::Backup
3966
4074
  class UpdateBackupPlanInput < Struct.new(
3967
4075
  :backup_plan_id,
3968
4076
  :backup_plan)
4077
+ SENSITIVE = []
3969
4078
  include Aws::Structure
3970
4079
  end
3971
4080
 
@@ -3998,6 +4107,7 @@ module Aws::Backup
3998
4107
  :backup_plan_arn,
3999
4108
  :creation_date,
4000
4109
  :version_id)
4110
+ SENSITIVE = []
4001
4111
  include Aws::Structure
4002
4112
  end
4003
4113
 
@@ -4044,6 +4154,7 @@ module Aws::Backup
4044
4154
  :backup_vault_name,
4045
4155
  :recovery_point_arn,
4046
4156
  :lifecycle)
4157
+ SENSITIVE = []
4047
4158
  include Aws::Structure
4048
4159
  end
4049
4160
 
@@ -4082,6 +4193,7 @@ module Aws::Backup
4082
4193
  :recovery_point_arn,
4083
4194
  :lifecycle,
4084
4195
  :calculated_lifecycle)
4196
+ SENSITIVE = []
4085
4197
  include Aws::Structure
4086
4198
  end
4087
4199
 
@@ -4103,6 +4215,7 @@ module Aws::Backup
4103
4215
  #
4104
4216
  class UpdateRegionSettingsInput < Struct.new(
4105
4217
  :resource_type_opt_in_preference)
4218
+ SENSITIVE = []
4106
4219
  include Aws::Structure
4107
4220
  end
4108
4221
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.1
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core