aws-sdk-imagebuilder 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aef17e5892bf44af25681fc3bd623b0db3f159b367f585bfa54783bc97a9d686
4
- data.tar.gz: 93a4a67bbcf632792e39b015347d03c0ede54c87b927ba8b656be368342baeed
3
+ metadata.gz: 81edc622d07e03306701c4297e555d443fe874dffb9eb8b8399473be31f1b94e
4
+ data.tar.gz: c30b001033984e6fcca35ecb5167e59beed21bbc84ca22f535e559abdc4687a7
5
5
  SHA512:
6
- metadata.gz: 8320a1a7815d41313aa3ae8dda0418d0470fd97411c569c19c8263b7f7c10bf51335016ffea66093832c4efd5d17e00b0f6d68b3d8ca1d17e220ddcd14354afc
7
- data.tar.gz: afa1304bbf667fb15de5ad3a714e11c8f8d81ec9877f7445423b930460be662bf2624627c5648941a7c80be6a53318050437d022c389411a00168d95e6c7ad55
6
+ metadata.gz: dea26593f8f479fd25dd557ce258922dbe921ad8ce1badd995c9e9e5b76cdf6b06fe6d4ad7acc889c074e80aef45f1bab70db207bd17588ec834347953e41827
7
+ data.tar.gz: c517aa906c1547dbc7f53e29bf494d062c85750eb33c2d04633c91d6380c76206272cac4facd96c52b92f6855fb40b7398f4f150fd4847adbc67549fd0e5021a
@@ -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-imagebuilder/customizations'
45
47
  # @service
46
48
  module Aws::Imagebuilder
47
49
 
48
- GEM_VERSION = '1.9.0'
50
+ GEM_VERSION = '1.10.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:
@@ -2697,7 +2699,7 @@ module Aws::Imagebuilder
2697
2699
  params: params,
2698
2700
  config: config)
2699
2701
  context[:gem_name] = 'aws-sdk-imagebuilder'
2700
- context[:gem_version] = '1.9.0'
2702
+ context[:gem_version] = '1.10.0'
2701
2703
  Seahorse::Client::Request.new(handlers, context)
2702
2704
  end
2703
2705
 
@@ -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:
@@ -38,6 +40,7 @@ module Aws::Imagebuilder
38
40
  :name,
39
41
  :description,
40
42
  :state)
43
+ SENSITIVE = []
41
44
  include Aws::Structure
42
45
  end
43
46
 
@@ -82,6 +85,7 @@ module Aws::Imagebuilder
82
85
  :description,
83
86
  :ami_tags,
84
87
  :launch_permission)
88
+ SENSITIVE = []
85
89
  include Aws::Structure
86
90
  end
87
91
 
@@ -95,6 +99,7 @@ module Aws::Imagebuilder
95
99
  #
96
100
  class CallRateLimitExceededException < Struct.new(
97
101
  :message)
102
+ SENSITIVE = []
98
103
  include Aws::Structure
99
104
  end
100
105
 
@@ -123,6 +128,7 @@ module Aws::Imagebuilder
123
128
  class CancelImageCreationRequest < Struct.new(
124
129
  :image_build_version_arn,
125
130
  :client_token)
131
+ SENSITIVE = []
126
132
  include Aws::Structure
127
133
  end
128
134
 
@@ -145,6 +151,7 @@ module Aws::Imagebuilder
145
151
  :request_id,
146
152
  :client_token,
147
153
  :image_build_version_arn)
154
+ SENSITIVE = []
148
155
  include Aws::Structure
149
156
  end
150
157
 
@@ -160,6 +167,7 @@ module Aws::Imagebuilder
160
167
  #
161
168
  class ClientException < Struct.new(
162
169
  :message)
170
+ SENSITIVE = []
163
171
  include Aws::Structure
164
172
  end
165
173
 
@@ -241,6 +249,7 @@ module Aws::Imagebuilder
241
249
  :encrypted,
242
250
  :date_created,
243
251
  :tags)
252
+ SENSITIVE = []
244
253
  include Aws::Structure
245
254
  end
246
255
 
@@ -261,6 +270,7 @@ module Aws::Imagebuilder
261
270
  #
262
271
  class ComponentConfiguration < Struct.new(
263
272
  :component_arn)
273
+ SENSITIVE = []
264
274
  include Aws::Structure
265
275
  end
266
276
 
@@ -327,6 +337,7 @@ module Aws::Imagebuilder
327
337
  :change_description,
328
338
  :date_created,
329
339
  :tags)
340
+ SENSITIVE = []
330
341
  include Aws::Structure
331
342
  end
332
343
 
@@ -383,6 +394,7 @@ module Aws::Imagebuilder
383
394
  :type,
384
395
  :owner,
385
396
  :date_created)
397
+ SENSITIVE = []
386
398
  include Aws::Structure
387
399
  end
388
400
 
@@ -478,6 +490,7 @@ module Aws::Imagebuilder
478
490
  :kms_key_id,
479
491
  :tags,
480
492
  :client_token)
493
+ SENSITIVE = []
481
494
  include Aws::Structure
482
495
  end
483
496
 
@@ -500,6 +513,7 @@ module Aws::Imagebuilder
500
513
  :request_id,
501
514
  :client_token,
502
515
  :component_build_version_arn)
516
+ SENSITIVE = []
503
517
  include Aws::Structure
504
518
  end
505
519
 
@@ -563,6 +577,7 @@ module Aws::Imagebuilder
563
577
  :distributions,
564
578
  :tags,
565
579
  :client_token)
580
+ SENSITIVE = []
566
581
  include Aws::Structure
567
582
  end
568
583
 
@@ -585,6 +600,7 @@ module Aws::Imagebuilder
585
600
  :request_id,
586
601
  :client_token,
587
602
  :distribution_configuration_arn)
603
+ SENSITIVE = []
588
604
  include Aws::Structure
589
605
  end
590
606
 
@@ -681,6 +697,7 @@ module Aws::Imagebuilder
681
697
  :status,
682
698
  :tags,
683
699
  :client_token)
700
+ SENSITIVE = []
684
701
  include Aws::Structure
685
702
  end
686
703
 
@@ -703,6 +720,7 @@ module Aws::Imagebuilder
703
720
  :request_id,
704
721
  :client_token,
705
722
  :image_pipeline_arn)
723
+ SENSITIVE = []
706
724
  include Aws::Structure
707
725
  end
708
726
 
@@ -802,6 +820,7 @@ module Aws::Imagebuilder
802
820
  :tags,
803
821
  :working_directory,
804
822
  :client_token)
823
+ SENSITIVE = []
805
824
  include Aws::Structure
806
825
  end
807
826
 
@@ -824,6 +843,7 @@ module Aws::Imagebuilder
824
843
  :request_id,
825
844
  :client_token,
826
845
  :image_recipe_arn)
846
+ SENSITIVE = []
827
847
  include Aws::Structure
828
848
  end
829
849
 
@@ -893,6 +913,7 @@ module Aws::Imagebuilder
893
913
  :enhanced_image_metadata_enabled,
894
914
  :tags,
895
915
  :client_token)
916
+ SENSITIVE = []
896
917
  include Aws::Structure
897
918
  end
898
919
 
@@ -915,6 +936,7 @@ module Aws::Imagebuilder
915
936
  :request_id,
916
937
  :client_token,
917
938
  :image_build_version_arn)
939
+ SENSITIVE = []
918
940
  include Aws::Structure
919
941
  end
920
942
 
@@ -1026,6 +1048,7 @@ module Aws::Imagebuilder
1026
1048
  :resource_tags,
1027
1049
  :tags,
1028
1050
  :client_token)
1051
+ SENSITIVE = []
1029
1052
  include Aws::Structure
1030
1053
  end
1031
1054
 
@@ -1048,6 +1071,7 @@ module Aws::Imagebuilder
1048
1071
  :request_id,
1049
1072
  :client_token,
1050
1073
  :infrastructure_configuration_arn)
1074
+ SENSITIVE = []
1051
1075
  include Aws::Structure
1052
1076
  end
1053
1077
 
@@ -1067,6 +1091,7 @@ module Aws::Imagebuilder
1067
1091
  #
1068
1092
  class DeleteComponentRequest < Struct.new(
1069
1093
  :component_build_version_arn)
1094
+ SENSITIVE = []
1070
1095
  include Aws::Structure
1071
1096
  end
1072
1097
 
@@ -1084,6 +1109,7 @@ module Aws::Imagebuilder
1084
1109
  class DeleteComponentResponse < Struct.new(
1085
1110
  :request_id,
1086
1111
  :component_build_version_arn)
1112
+ SENSITIVE = []
1087
1113
  include Aws::Structure
1088
1114
  end
1089
1115
 
@@ -1103,6 +1129,7 @@ module Aws::Imagebuilder
1103
1129
  #
1104
1130
  class DeleteDistributionConfigurationRequest < Struct.new(
1105
1131
  :distribution_configuration_arn)
1132
+ SENSITIVE = []
1106
1133
  include Aws::Structure
1107
1134
  end
1108
1135
 
@@ -1120,6 +1147,7 @@ module Aws::Imagebuilder
1120
1147
  class DeleteDistributionConfigurationResponse < Struct.new(
1121
1148
  :request_id,
1122
1149
  :distribution_configuration_arn)
1150
+ SENSITIVE = []
1123
1151
  include Aws::Structure
1124
1152
  end
1125
1153
 
@@ -1138,6 +1166,7 @@ module Aws::Imagebuilder
1138
1166
  #
1139
1167
  class DeleteImagePipelineRequest < Struct.new(
1140
1168
  :image_pipeline_arn)
1169
+ SENSITIVE = []
1141
1170
  include Aws::Structure
1142
1171
  end
1143
1172
 
@@ -1155,6 +1184,7 @@ module Aws::Imagebuilder
1155
1184
  class DeleteImagePipelineResponse < Struct.new(
1156
1185
  :request_id,
1157
1186
  :image_pipeline_arn)
1187
+ SENSITIVE = []
1158
1188
  include Aws::Structure
1159
1189
  end
1160
1190
 
@@ -1173,6 +1203,7 @@ module Aws::Imagebuilder
1173
1203
  #
1174
1204
  class DeleteImageRecipeRequest < Struct.new(
1175
1205
  :image_recipe_arn)
1206
+ SENSITIVE = []
1176
1207
  include Aws::Structure
1177
1208
  end
1178
1209
 
@@ -1189,6 +1220,7 @@ module Aws::Imagebuilder
1189
1220
  class DeleteImageRecipeResponse < Struct.new(
1190
1221
  :request_id,
1191
1222
  :image_recipe_arn)
1223
+ SENSITIVE = []
1192
1224
  include Aws::Structure
1193
1225
  end
1194
1226
 
@@ -1207,6 +1239,7 @@ module Aws::Imagebuilder
1207
1239
  #
1208
1240
  class DeleteImageRequest < Struct.new(
1209
1241
  :image_build_version_arn)
1242
+ SENSITIVE = []
1210
1243
  include Aws::Structure
1211
1244
  end
1212
1245
 
@@ -1223,6 +1256,7 @@ module Aws::Imagebuilder
1223
1256
  class DeleteImageResponse < Struct.new(
1224
1257
  :request_id,
1225
1258
  :image_build_version_arn)
1259
+ SENSITIVE = []
1226
1260
  include Aws::Structure
1227
1261
  end
1228
1262
 
@@ -1242,6 +1276,7 @@ module Aws::Imagebuilder
1242
1276
  #
1243
1277
  class DeleteInfrastructureConfigurationRequest < Struct.new(
1244
1278
  :infrastructure_configuration_arn)
1279
+ SENSITIVE = []
1245
1280
  include Aws::Structure
1246
1281
  end
1247
1282
 
@@ -1259,6 +1294,7 @@ module Aws::Imagebuilder
1259
1294
  class DeleteInfrastructureConfigurationResponse < Struct.new(
1260
1295
  :request_id,
1261
1296
  :infrastructure_configuration_arn)
1297
+ SENSITIVE = []
1262
1298
  include Aws::Structure
1263
1299
  end
1264
1300
 
@@ -1303,6 +1339,7 @@ module Aws::Imagebuilder
1303
1339
  :region,
1304
1340
  :ami_distribution_configuration,
1305
1341
  :license_configuration_arns)
1342
+ SENSITIVE = []
1306
1343
  include Aws::Structure
1307
1344
  end
1308
1345
 
@@ -1351,6 +1388,7 @@ module Aws::Imagebuilder
1351
1388
  :date_created,
1352
1389
  :date_updated,
1353
1390
  :tags)
1391
+ SENSITIVE = []
1354
1392
  include Aws::Structure
1355
1393
  end
1356
1394
 
@@ -1389,6 +1427,7 @@ module Aws::Imagebuilder
1389
1427
  :date_created,
1390
1428
  :date_updated,
1391
1429
  :tags)
1430
+ SENSITIVE = []
1392
1431
  include Aws::Structure
1393
1432
  end
1394
1433
 
@@ -1445,6 +1484,7 @@ module Aws::Imagebuilder
1445
1484
  :snapshot_id,
1446
1485
  :volume_size,
1447
1486
  :volume_type)
1487
+ SENSITIVE = []
1448
1488
  include Aws::Structure
1449
1489
  end
1450
1490
 
@@ -1474,6 +1514,7 @@ module Aws::Imagebuilder
1474
1514
  class Filter < Struct.new(
1475
1515
  :name,
1476
1516
  :values)
1517
+ SENSITIVE = []
1477
1518
  include Aws::Structure
1478
1519
  end
1479
1520
 
@@ -1486,6 +1527,7 @@ module Aws::Imagebuilder
1486
1527
  #
1487
1528
  class ForbiddenException < Struct.new(
1488
1529
  :message)
1530
+ SENSITIVE = []
1489
1531
  include Aws::Structure
1490
1532
  end
1491
1533
 
@@ -1505,6 +1547,7 @@ module Aws::Imagebuilder
1505
1547
  #
1506
1548
  class GetComponentPolicyRequest < Struct.new(
1507
1549
  :component_arn)
1550
+ SENSITIVE = []
1508
1551
  include Aws::Structure
1509
1552
  end
1510
1553
 
@@ -1521,6 +1564,7 @@ module Aws::Imagebuilder
1521
1564
  class GetComponentPolicyResponse < Struct.new(
1522
1565
  :request_id,
1523
1566
  :policy)
1567
+ SENSITIVE = []
1524
1568
  include Aws::Structure
1525
1569
  end
1526
1570
 
@@ -1540,6 +1584,7 @@ module Aws::Imagebuilder
1540
1584
  #
1541
1585
  class GetComponentRequest < Struct.new(
1542
1586
  :component_build_version_arn)
1587
+ SENSITIVE = []
1543
1588
  include Aws::Structure
1544
1589
  end
1545
1590
 
@@ -1556,6 +1601,7 @@ module Aws::Imagebuilder
1556
1601
  class GetComponentResponse < Struct.new(
1557
1602
  :request_id,
1558
1603
  :component)
1604
+ SENSITIVE = []
1559
1605
  include Aws::Structure
1560
1606
  end
1561
1607
 
@@ -1575,6 +1621,7 @@ module Aws::Imagebuilder
1575
1621
  #
1576
1622
  class GetDistributionConfigurationRequest < Struct.new(
1577
1623
  :distribution_configuration_arn)
1624
+ SENSITIVE = []
1578
1625
  include Aws::Structure
1579
1626
  end
1580
1627
 
@@ -1591,6 +1638,7 @@ module Aws::Imagebuilder
1591
1638
  class GetDistributionConfigurationResponse < Struct.new(
1592
1639
  :request_id,
1593
1640
  :distribution_configuration)
1641
+ SENSITIVE = []
1594
1642
  include Aws::Structure
1595
1643
  end
1596
1644
 
@@ -1610,6 +1658,7 @@ module Aws::Imagebuilder
1610
1658
  #
1611
1659
  class GetImagePipelineRequest < Struct.new(
1612
1660
  :image_pipeline_arn)
1661
+ SENSITIVE = []
1613
1662
  include Aws::Structure
1614
1663
  end
1615
1664
 
@@ -1626,6 +1675,7 @@ module Aws::Imagebuilder
1626
1675
  class GetImagePipelineResponse < Struct.new(
1627
1676
  :request_id,
1628
1677
  :image_pipeline)
1678
+ SENSITIVE = []
1629
1679
  include Aws::Structure
1630
1680
  end
1631
1681
 
@@ -1645,6 +1695,7 @@ module Aws::Imagebuilder
1645
1695
  #
1646
1696
  class GetImagePolicyRequest < Struct.new(
1647
1697
  :image_arn)
1698
+ SENSITIVE = []
1648
1699
  include Aws::Structure
1649
1700
  end
1650
1701
 
@@ -1661,6 +1712,7 @@ module Aws::Imagebuilder
1661
1712
  class GetImagePolicyResponse < Struct.new(
1662
1713
  :request_id,
1663
1714
  :policy)
1715
+ SENSITIVE = []
1664
1716
  include Aws::Structure
1665
1717
  end
1666
1718
 
@@ -1680,6 +1732,7 @@ module Aws::Imagebuilder
1680
1732
  #
1681
1733
  class GetImageRecipePolicyRequest < Struct.new(
1682
1734
  :image_recipe_arn)
1735
+ SENSITIVE = []
1683
1736
  include Aws::Structure
1684
1737
  end
1685
1738
 
@@ -1696,6 +1749,7 @@ module Aws::Imagebuilder
1696
1749
  class GetImageRecipePolicyResponse < Struct.new(
1697
1750
  :request_id,
1698
1751
  :policy)
1752
+ SENSITIVE = []
1699
1753
  include Aws::Structure
1700
1754
  end
1701
1755
 
@@ -1715,6 +1769,7 @@ module Aws::Imagebuilder
1715
1769
  #
1716
1770
  class GetImageRecipeRequest < Struct.new(
1717
1771
  :image_recipe_arn)
1772
+ SENSITIVE = []
1718
1773
  include Aws::Structure
1719
1774
  end
1720
1775
 
@@ -1731,6 +1786,7 @@ module Aws::Imagebuilder
1731
1786
  class GetImageRecipeResponse < Struct.new(
1732
1787
  :request_id,
1733
1788
  :image_recipe)
1789
+ SENSITIVE = []
1734
1790
  include Aws::Structure
1735
1791
  end
1736
1792
 
@@ -1750,6 +1806,7 @@ module Aws::Imagebuilder
1750
1806
  #
1751
1807
  class GetImageRequest < Struct.new(
1752
1808
  :image_build_version_arn)
1809
+ SENSITIVE = []
1753
1810
  include Aws::Structure
1754
1811
  end
1755
1812
 
@@ -1766,6 +1823,7 @@ module Aws::Imagebuilder
1766
1823
  class GetImageResponse < Struct.new(
1767
1824
  :request_id,
1768
1825
  :image)
1826
+ SENSITIVE = []
1769
1827
  include Aws::Structure
1770
1828
  end
1771
1829
 
@@ -1787,6 +1845,7 @@ module Aws::Imagebuilder
1787
1845
  #
1788
1846
  class GetInfrastructureConfigurationRequest < Struct.new(
1789
1847
  :infrastructure_configuration_arn)
1848
+ SENSITIVE = []
1790
1849
  include Aws::Structure
1791
1850
  end
1792
1851
 
@@ -1805,6 +1864,7 @@ module Aws::Imagebuilder
1805
1864
  class GetInfrastructureConfigurationResponse < Struct.new(
1806
1865
  :request_id,
1807
1866
  :infrastructure_configuration)
1867
+ SENSITIVE = []
1808
1868
  include Aws::Structure
1809
1869
  end
1810
1870
 
@@ -1819,6 +1879,7 @@ module Aws::Imagebuilder
1819
1879
  #
1820
1880
  class IdempotentParameterMismatchException < Struct.new(
1821
1881
  :message)
1882
+ SENSITIVE = []
1822
1883
  include Aws::Structure
1823
1884
  end
1824
1885
 
@@ -1912,6 +1973,7 @@ module Aws::Imagebuilder
1912
1973
  :date_created,
1913
1974
  :output_resources,
1914
1975
  :tags)
1976
+ SENSITIVE = []
1915
1977
  include Aws::Structure
1916
1978
  end
1917
1979
 
@@ -2006,6 +2068,7 @@ module Aws::Imagebuilder
2006
2068
  :date_last_run,
2007
2069
  :date_next_run,
2008
2070
  :tags)
2071
+ SENSITIVE = []
2009
2072
  include Aws::Structure
2010
2073
  end
2011
2074
 
@@ -2075,6 +2138,7 @@ module Aws::Imagebuilder
2075
2138
  :date_created,
2076
2139
  :tags,
2077
2140
  :working_directory)
2141
+ SENSITIVE = []
2078
2142
  include Aws::Structure
2079
2143
  end
2080
2144
 
@@ -2118,6 +2182,7 @@ module Aws::Imagebuilder
2118
2182
  :parent_image,
2119
2183
  :date_created,
2120
2184
  :tags)
2185
+ SENSITIVE = []
2121
2186
  include Aws::Structure
2122
2187
  end
2123
2188
 
@@ -2136,6 +2201,7 @@ module Aws::Imagebuilder
2136
2201
  class ImageState < Struct.new(
2137
2202
  :status,
2138
2203
  :reason)
2204
+ SENSITIVE = []
2139
2205
  include Aws::Structure
2140
2206
  end
2141
2207
 
@@ -2195,6 +2261,7 @@ module Aws::Imagebuilder
2195
2261
  :date_created,
2196
2262
  :output_resources,
2197
2263
  :tags)
2264
+ SENSITIVE = []
2198
2265
  include Aws::Structure
2199
2266
  end
2200
2267
 
@@ -2221,6 +2288,7 @@ module Aws::Imagebuilder
2221
2288
  class ImageTestsConfiguration < Struct.new(
2222
2289
  :image_tests_enabled,
2223
2290
  :timeout_minutes)
2291
+ SENSITIVE = []
2224
2292
  include Aws::Structure
2225
2293
  end
2226
2294
 
@@ -2265,6 +2333,7 @@ module Aws::Imagebuilder
2265
2333
  :os_version,
2266
2334
  :owner,
2267
2335
  :date_created)
2336
+ SENSITIVE = []
2268
2337
  include Aws::Structure
2269
2338
  end
2270
2339
 
@@ -2365,6 +2434,7 @@ module Aws::Imagebuilder
2365
2434
  :kms_key_id,
2366
2435
  :tags,
2367
2436
  :client_token)
2437
+ SENSITIVE = []
2368
2438
  include Aws::Structure
2369
2439
  end
2370
2440
 
@@ -2386,6 +2456,7 @@ module Aws::Imagebuilder
2386
2456
  :request_id,
2387
2457
  :client_token,
2388
2458
  :component_build_version_arn)
2459
+ SENSITIVE = []
2389
2460
  include Aws::Structure
2390
2461
  end
2391
2462
 
@@ -2471,6 +2542,7 @@ module Aws::Imagebuilder
2471
2542
  :date_updated,
2472
2543
  :resource_tags,
2473
2544
  :tags)
2545
+ SENSITIVE = []
2474
2546
  include Aws::Structure
2475
2547
  end
2476
2548
 
@@ -2514,6 +2586,7 @@ module Aws::Imagebuilder
2514
2586
  :date_updated,
2515
2587
  :resource_tags,
2516
2588
  :tags)
2589
+ SENSITIVE = []
2517
2590
  include Aws::Structure
2518
2591
  end
2519
2592
 
@@ -2561,6 +2634,7 @@ module Aws::Imagebuilder
2561
2634
  :ebs,
2562
2635
  :virtual_name,
2563
2636
  :no_device)
2637
+ SENSITIVE = []
2564
2638
  include Aws::Structure
2565
2639
  end
2566
2640
 
@@ -2573,6 +2647,7 @@ module Aws::Imagebuilder
2573
2647
  #
2574
2648
  class InvalidPaginationTokenException < Struct.new(
2575
2649
  :message)
2650
+ SENSITIVE = []
2576
2651
  include Aws::Structure
2577
2652
  end
2578
2653
 
@@ -2586,6 +2661,7 @@ module Aws::Imagebuilder
2586
2661
  #
2587
2662
  class InvalidParameterCombinationException < Struct.new(
2588
2663
  :message)
2664
+ SENSITIVE = []
2589
2665
  include Aws::Structure
2590
2666
  end
2591
2667
 
@@ -2599,6 +2675,7 @@ module Aws::Imagebuilder
2599
2675
  #
2600
2676
  class InvalidParameterException < Struct.new(
2601
2677
  :message)
2678
+ SENSITIVE = []
2602
2679
  include Aws::Structure
2603
2680
  end
2604
2681
 
@@ -2611,6 +2688,7 @@ module Aws::Imagebuilder
2611
2688
  #
2612
2689
  class InvalidParameterValueException < Struct.new(
2613
2690
  :message)
2691
+ SENSITIVE = []
2614
2692
  include Aws::Structure
2615
2693
  end
2616
2694
 
@@ -2624,6 +2702,7 @@ module Aws::Imagebuilder
2624
2702
  #
2625
2703
  class InvalidRequestException < Struct.new(
2626
2704
  :message)
2705
+ SENSITIVE = []
2627
2706
  include Aws::Structure
2628
2707
  end
2629
2708
 
@@ -2637,6 +2716,7 @@ module Aws::Imagebuilder
2637
2716
  #
2638
2717
  class InvalidVersionNumberException < Struct.new(
2639
2718
  :message)
2719
+ SENSITIVE = []
2640
2720
  include Aws::Structure
2641
2721
  end
2642
2722
 
@@ -2670,6 +2750,7 @@ module Aws::Imagebuilder
2670
2750
  class LaunchPermissionConfiguration < Struct.new(
2671
2751
  :user_ids,
2672
2752
  :user_groups)
2753
+ SENSITIVE = []
2673
2754
  include Aws::Structure
2674
2755
  end
2675
2756
 
@@ -2702,6 +2783,7 @@ module Aws::Imagebuilder
2702
2783
  :component_version_arn,
2703
2784
  :max_results,
2704
2785
  :next_token)
2786
+ SENSITIVE = []
2705
2787
  include Aws::Structure
2706
2788
  end
2707
2789
 
@@ -2726,6 +2808,7 @@ module Aws::Imagebuilder
2726
2808
  :request_id,
2727
2809
  :component_summary_list,
2728
2810
  :next_token)
2811
+ SENSITIVE = []
2729
2812
  include Aws::Structure
2730
2813
  end
2731
2814
 
@@ -2772,6 +2855,7 @@ module Aws::Imagebuilder
2772
2855
  :filters,
2773
2856
  :max_results,
2774
2857
  :next_token)
2858
+ SENSITIVE = []
2775
2859
  include Aws::Structure
2776
2860
  end
2777
2861
 
@@ -2796,6 +2880,7 @@ module Aws::Imagebuilder
2796
2880
  :request_id,
2797
2881
  :component_version_list,
2798
2882
  :next_token)
2883
+ SENSITIVE = []
2799
2884
  include Aws::Structure
2800
2885
  end
2801
2886
 
@@ -2832,6 +2917,7 @@ module Aws::Imagebuilder
2832
2917
  :filters,
2833
2918
  :max_results,
2834
2919
  :next_token)
2920
+ SENSITIVE = []
2835
2921
  include Aws::Structure
2836
2922
  end
2837
2923
 
@@ -2856,6 +2942,7 @@ module Aws::Imagebuilder
2856
2942
  :request_id,
2857
2943
  :distribution_configuration_summary_list,
2858
2944
  :next_token)
2945
+ SENSITIVE = []
2859
2946
  include Aws::Structure
2860
2947
  end
2861
2948
 
@@ -2899,6 +2986,7 @@ module Aws::Imagebuilder
2899
2986
  :filters,
2900
2987
  :max_results,
2901
2988
  :next_token)
2989
+ SENSITIVE = []
2902
2990
  include Aws::Structure
2903
2991
  end
2904
2992
 
@@ -2923,6 +3011,7 @@ module Aws::Imagebuilder
2923
3011
  :request_id,
2924
3012
  :image_summary_list,
2925
3013
  :next_token)
3014
+ SENSITIVE = []
2926
3015
  include Aws::Structure
2927
3016
  end
2928
3017
 
@@ -2966,6 +3055,7 @@ module Aws::Imagebuilder
2966
3055
  :filters,
2967
3056
  :max_results,
2968
3057
  :next_token)
3058
+ SENSITIVE = []
2969
3059
  include Aws::Structure
2970
3060
  end
2971
3061
 
@@ -2990,6 +3080,7 @@ module Aws::Imagebuilder
2990
3080
  :request_id,
2991
3081
  :image_summary_list,
2992
3082
  :next_token)
3083
+ SENSITIVE = []
2993
3084
  include Aws::Structure
2994
3085
  end
2995
3086
 
@@ -3026,6 +3117,7 @@ module Aws::Imagebuilder
3026
3117
  :filters,
3027
3118
  :max_results,
3028
3119
  :next_token)
3120
+ SENSITIVE = []
3029
3121
  include Aws::Structure
3030
3122
  end
3031
3123
 
@@ -3050,6 +3142,7 @@ module Aws::Imagebuilder
3050
3142
  :request_id,
3051
3143
  :image_pipeline_list,
3052
3144
  :next_token)
3145
+ SENSITIVE = []
3053
3146
  include Aws::Structure
3054
3147
  end
3055
3148
 
@@ -3096,6 +3189,7 @@ module Aws::Imagebuilder
3096
3189
  :filters,
3097
3190
  :max_results,
3098
3191
  :next_token)
3192
+ SENSITIVE = []
3099
3193
  include Aws::Structure
3100
3194
  end
3101
3195
 
@@ -3120,6 +3214,7 @@ module Aws::Imagebuilder
3120
3214
  :request_id,
3121
3215
  :image_recipe_summary_list,
3122
3216
  :next_token)
3217
+ SENSITIVE = []
3123
3218
  include Aws::Structure
3124
3219
  end
3125
3220
 
@@ -3166,6 +3261,7 @@ module Aws::Imagebuilder
3166
3261
  :filters,
3167
3262
  :max_results,
3168
3263
  :next_token)
3264
+ SENSITIVE = []
3169
3265
  include Aws::Structure
3170
3266
  end
3171
3267
 
@@ -3190,6 +3286,7 @@ module Aws::Imagebuilder
3190
3286
  :request_id,
3191
3287
  :image_version_list,
3192
3288
  :next_token)
3289
+ SENSITIVE = []
3193
3290
  include Aws::Structure
3194
3291
  end
3195
3292
 
@@ -3226,6 +3323,7 @@ module Aws::Imagebuilder
3226
3323
  :filters,
3227
3324
  :max_results,
3228
3325
  :next_token)
3326
+ SENSITIVE = []
3229
3327
  include Aws::Structure
3230
3328
  end
3231
3329
 
@@ -3250,6 +3348,7 @@ module Aws::Imagebuilder
3250
3348
  :request_id,
3251
3349
  :infrastructure_configuration_summary_list,
3252
3350
  :next_token)
3351
+ SENSITIVE = []
3253
3352
  include Aws::Structure
3254
3353
  end
3255
3354
 
@@ -3269,6 +3368,7 @@ module Aws::Imagebuilder
3269
3368
  #
3270
3369
  class ListTagsForResourceRequest < Struct.new(
3271
3370
  :resource_arn)
3371
+ SENSITIVE = []
3272
3372
  include Aws::Structure
3273
3373
  end
3274
3374
 
@@ -3280,6 +3380,7 @@ module Aws::Imagebuilder
3280
3380
  #
3281
3381
  class ListTagsForResourceResponse < Struct.new(
3282
3382
  :tags)
3383
+ SENSITIVE = []
3283
3384
  include Aws::Structure
3284
3385
  end
3285
3386
 
@@ -3303,6 +3404,7 @@ module Aws::Imagebuilder
3303
3404
  #
3304
3405
  class Logging < Struct.new(
3305
3406
  :s3_logs)
3407
+ SENSITIVE = []
3306
3408
  include Aws::Structure
3307
3409
  end
3308
3410
 
@@ -3316,6 +3418,7 @@ module Aws::Imagebuilder
3316
3418
  #
3317
3419
  class OutputResources < Struct.new(
3318
3420
  :amis)
3421
+ SENSITIVE = []
3319
3422
  include Aws::Structure
3320
3423
  end
3321
3424
 
@@ -3341,6 +3444,7 @@ module Aws::Imagebuilder
3341
3444
  class PutComponentPolicyRequest < Struct.new(
3342
3445
  :component_arn,
3343
3446
  :policy)
3447
+ SENSITIVE = []
3344
3448
  include Aws::Structure
3345
3449
  end
3346
3450
 
@@ -3358,6 +3462,7 @@ module Aws::Imagebuilder
3358
3462
  class PutComponentPolicyResponse < Struct.new(
3359
3463
  :request_id,
3360
3464
  :component_arn)
3465
+ SENSITIVE = []
3361
3466
  include Aws::Structure
3362
3467
  end
3363
3468
 
@@ -3383,6 +3488,7 @@ module Aws::Imagebuilder
3383
3488
  class PutImagePolicyRequest < Struct.new(
3384
3489
  :image_arn,
3385
3490
  :policy)
3491
+ SENSITIVE = []
3386
3492
  include Aws::Structure
3387
3493
  end
3388
3494
 
@@ -3400,6 +3506,7 @@ module Aws::Imagebuilder
3400
3506
  class PutImagePolicyResponse < Struct.new(
3401
3507
  :request_id,
3402
3508
  :image_arn)
3509
+ SENSITIVE = []
3403
3510
  include Aws::Structure
3404
3511
  end
3405
3512
 
@@ -3425,6 +3532,7 @@ module Aws::Imagebuilder
3425
3532
  class PutImageRecipePolicyRequest < Struct.new(
3426
3533
  :image_recipe_arn,
3427
3534
  :policy)
3535
+ SENSITIVE = []
3428
3536
  include Aws::Structure
3429
3537
  end
3430
3538
 
@@ -3442,6 +3550,7 @@ module Aws::Imagebuilder
3442
3550
  class PutImageRecipePolicyResponse < Struct.new(
3443
3551
  :request_id,
3444
3552
  :image_recipe_arn)
3553
+ SENSITIVE = []
3445
3554
  include Aws::Structure
3446
3555
  end
3447
3556
 
@@ -3454,6 +3563,7 @@ module Aws::Imagebuilder
3454
3563
  #
3455
3564
  class ResourceAlreadyExistsException < Struct.new(
3456
3565
  :message)
3566
+ SENSITIVE = []
3457
3567
  include Aws::Structure
3458
3568
  end
3459
3569
 
@@ -3467,6 +3577,7 @@ module Aws::Imagebuilder
3467
3577
  #
3468
3578
  class ResourceDependencyException < Struct.new(
3469
3579
  :message)
3580
+ SENSITIVE = []
3470
3581
  include Aws::Structure
3471
3582
  end
3472
3583
 
@@ -3480,6 +3591,7 @@ module Aws::Imagebuilder
3480
3591
  #
3481
3592
  class ResourceInUseException < Struct.new(
3482
3593
  :message)
3594
+ SENSITIVE = []
3483
3595
  include Aws::Structure
3484
3596
  end
3485
3597
 
@@ -3493,6 +3605,7 @@ module Aws::Imagebuilder
3493
3605
  #
3494
3606
  class ResourceNotFoundException < Struct.new(
3495
3607
  :message)
3608
+ SENSITIVE = []
3496
3609
  include Aws::Structure
3497
3610
  end
3498
3611
 
@@ -3519,6 +3632,7 @@ module Aws::Imagebuilder
3519
3632
  class S3Logs < Struct.new(
3520
3633
  :s3_bucket_name,
3521
3634
  :s3_key_prefix)
3635
+ SENSITIVE = []
3522
3636
  include Aws::Structure
3523
3637
  end
3524
3638
 
@@ -3552,6 +3666,7 @@ module Aws::Imagebuilder
3552
3666
  class Schedule < Struct.new(
3553
3667
  :schedule_expression,
3554
3668
  :pipeline_execution_start_condition)
3669
+ SENSITIVE = []
3555
3670
  include Aws::Structure
3556
3671
  end
3557
3672
 
@@ -3565,6 +3680,7 @@ module Aws::Imagebuilder
3565
3680
  #
3566
3681
  class ServiceException < Struct.new(
3567
3682
  :message)
3683
+ SENSITIVE = []
3568
3684
  include Aws::Structure
3569
3685
  end
3570
3686
 
@@ -3583,6 +3699,7 @@ module Aws::Imagebuilder
3583
3699
  #
3584
3700
  class ServiceQuotaExceededException < Struct.new(
3585
3701
  :message)
3702
+ SENSITIVE = []
3586
3703
  include Aws::Structure
3587
3704
  end
3588
3705
 
@@ -3595,6 +3712,7 @@ module Aws::Imagebuilder
3595
3712
  #
3596
3713
  class ServiceUnavailableException < Struct.new(
3597
3714
  :message)
3715
+ SENSITIVE = []
3598
3716
  include Aws::Structure
3599
3717
  end
3600
3718
 
@@ -3623,6 +3741,7 @@ module Aws::Imagebuilder
3623
3741
  class StartImagePipelineExecutionRequest < Struct.new(
3624
3742
  :image_pipeline_arn,
3625
3743
  :client_token)
3744
+ SENSITIVE = []
3626
3745
  include Aws::Structure
3627
3746
  end
3628
3747
 
@@ -3645,6 +3764,7 @@ module Aws::Imagebuilder
3645
3764
  :request_id,
3646
3765
  :client_token,
3647
3766
  :image_build_version_arn)
3767
+ SENSITIVE = []
3648
3768
  include Aws::Structure
3649
3769
  end
3650
3770
 
@@ -3671,6 +3791,7 @@ module Aws::Imagebuilder
3671
3791
  class TagResourceRequest < Struct.new(
3672
3792
  :resource_arn,
3673
3793
  :tags)
3794
+ SENSITIVE = []
3674
3795
  include Aws::Structure
3675
3796
  end
3676
3797
 
@@ -3700,6 +3821,7 @@ module Aws::Imagebuilder
3700
3821
  class UntagResourceRequest < Struct.new(
3701
3822
  :resource_arn,
3702
3823
  :tag_keys)
3824
+ SENSITIVE = []
3703
3825
  include Aws::Structure
3704
3826
  end
3705
3827
 
@@ -3760,6 +3882,7 @@ module Aws::Imagebuilder
3760
3882
  :description,
3761
3883
  :distributions,
3762
3884
  :client_token)
3885
+ SENSITIVE = []
3763
3886
  include Aws::Structure
3764
3887
  end
3765
3888
 
@@ -3782,6 +3905,7 @@ module Aws::Imagebuilder
3782
3905
  :request_id,
3783
3906
  :client_token,
3784
3907
  :distribution_configuration_arn)
3908
+ SENSITIVE = []
3785
3909
  include Aws::Structure
3786
3910
  end
3787
3911
 
@@ -3871,6 +3995,7 @@ module Aws::Imagebuilder
3871
3995
  :schedule,
3872
3996
  :status,
3873
3997
  :client_token)
3998
+ SENSITIVE = []
3874
3999
  include Aws::Structure
3875
4000
  end
3876
4001
 
@@ -3893,6 +4018,7 @@ module Aws::Imagebuilder
3893
4018
  :request_id,
3894
4019
  :client_token,
3895
4020
  :image_pipeline_arn)
4021
+ SENSITIVE = []
3896
4022
  include Aws::Structure
3897
4023
  end
3898
4024
 
@@ -3997,6 +4123,7 @@ module Aws::Imagebuilder
3997
4123
  :sns_topic_arn,
3998
4124
  :client_token,
3999
4125
  :resource_tags)
4126
+ SENSITIVE = []
4000
4127
  include Aws::Structure
4001
4128
  end
4002
4129
 
@@ -4019,6 +4146,7 @@ module Aws::Imagebuilder
4019
4146
  :request_id,
4020
4147
  :client_token,
4021
4148
  :infrastructure_configuration_arn)
4149
+ SENSITIVE = []
4022
4150
  include Aws::Structure
4023
4151
  end
4024
4152
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-imagebuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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