aws-sdk-ecr 1.31.1 → 1.32.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: 7349a7f8ff8c5b2d475bb85f266ad6254d8def2e675ae183276bc3c7e395b8eb
4
- data.tar.gz: 54976deec755a744bb975e8f083d242d6050014b30d314a397cf67b63ec4f4d4
3
+ metadata.gz: 20ac92b1cd6d7111a8a09fc5fa7ecad85a024f9a51579f924a66c2fad2c9b4d3
4
+ data.tar.gz: c9b0ea66ceb5e23806de2bf0f75e45af1fdeb5c68a1fe6a2eeb801d262c09192
5
5
  SHA512:
6
- metadata.gz: 54738777008e8257634560b7268fa2b777e5c8d4c790caad40dad65bd1e76ef7f3bb910f3c2632b8212f095562906475793924f773e79e5565684ac15d9e247e
7
- data.tar.gz: 07cdde64a6c6e92b2590385dc19441f32ad2233265ab7056467ff36e719b02931f11c3bf7d4822c6895f49b5bc999ddaa8a3ec03a6eb9b2841fd3e28d0d9766b
6
+ metadata.gz: 4f59fad5102a68eb17d28765f897e0b48854a8a5553d1195007b0842975a513d5f19157c793285bfec6a116f278508c5e9a79307efaee003b371e4bc71fbde00
7
+ data.tar.gz: b5a8925fffb271d4b9cb44efecc6140e60b48ce26c0b2093fbf28e355104f7e657856a137a95d8cd0035761d8c3098375637d706c5c80c8db2d073d7fd3b7cfe
@@ -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:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-ecr/customizations'
46
48
  # @service
47
49
  module Aws::ECR
48
50
 
49
- GEM_VERSION = '1.31.1'
51
+ GEM_VERSION = '1.32.0'
50
52
 
51
53
  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:
@@ -2181,7 +2183,7 @@ module Aws::ECR
2181
2183
  params: params,
2182
2184
  config: config)
2183
2185
  context[:gem_name] = 'aws-sdk-ecr'
2184
- context[:gem_version] = '1.31.1'
2186
+ context[:gem_version] = '1.32.0'
2185
2187
  Seahorse::Client::Request.new(handlers, context)
2186
2188
  end
2187
2189
 
@@ -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,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -23,6 +25,7 @@ module Aws::ECR
23
25
  class Attribute < Struct.new(
24
26
  :key,
25
27
  :value)
28
+ SENSITIVE = []
26
29
  include Aws::Structure
27
30
  end
28
31
 
@@ -53,6 +56,7 @@ module Aws::ECR
53
56
  :authorization_token,
54
57
  :expires_at,
55
58
  :proxy_endpoint)
59
+ SENSITIVE = []
56
60
  include Aws::Structure
57
61
  end
58
62
 
@@ -86,6 +90,7 @@ module Aws::ECR
86
90
  :registry_id,
87
91
  :repository_name,
88
92
  :layer_digests)
93
+ SENSITIVE = []
89
94
  include Aws::Structure
90
95
  end
91
96
 
@@ -103,6 +108,7 @@ module Aws::ECR
103
108
  class BatchCheckLayerAvailabilityResponse < Struct.new(
104
109
  :layers,
105
110
  :failures)
111
+ SENSITIVE = []
106
112
  include Aws::Structure
107
113
  end
108
114
 
@@ -145,6 +151,7 @@ module Aws::ECR
145
151
  :registry_id,
146
152
  :repository_name,
147
153
  :image_ids)
154
+ SENSITIVE = []
148
155
  include Aws::Structure
149
156
  end
150
157
 
@@ -161,6 +168,7 @@ module Aws::ECR
161
168
  class BatchDeleteImageResponse < Struct.new(
162
169
  :image_ids,
163
170
  :failures)
171
+ SENSITIVE = []
164
172
  include Aws::Structure
165
173
  end
166
174
 
@@ -210,6 +218,7 @@ module Aws::ECR
210
218
  :repository_name,
211
219
  :image_ids,
212
220
  :accepted_media_types)
221
+ SENSITIVE = []
213
222
  include Aws::Structure
214
223
  end
215
224
 
@@ -227,6 +236,7 @@ module Aws::ECR
227
236
  class BatchGetImageResponse < Struct.new(
228
237
  :images,
229
238
  :failures)
239
+ SENSITIVE = []
230
240
  include Aws::Structure
231
241
  end
232
242
 
@@ -266,6 +276,7 @@ module Aws::ECR
266
276
  :repository_name,
267
277
  :upload_id,
268
278
  :layer_digests)
279
+ SENSITIVE = []
269
280
  include Aws::Structure
270
281
  end
271
282
 
@@ -292,6 +303,7 @@ module Aws::ECR
292
303
  :repository_name,
293
304
  :upload_id,
294
305
  :layer_digest)
306
+ SENSITIVE = []
295
307
  include Aws::Structure
296
308
  end
297
309
 
@@ -348,6 +360,7 @@ module Aws::ECR
348
360
  :tags,
349
361
  :image_tag_mutability,
350
362
  :image_scanning_configuration)
363
+ SENSITIVE = []
351
364
  include Aws::Structure
352
365
  end
353
366
 
@@ -359,6 +372,7 @@ module Aws::ECR
359
372
  #
360
373
  class CreateRepositoryResponse < Struct.new(
361
374
  :repository)
375
+ SENSITIVE = []
362
376
  include Aws::Structure
363
377
  end
364
378
 
@@ -385,6 +399,7 @@ module Aws::ECR
385
399
  class DeleteLifecyclePolicyRequest < Struct.new(
386
400
  :registry_id,
387
401
  :repository_name)
402
+ SENSITIVE = []
388
403
  include Aws::Structure
389
404
  end
390
405
 
@@ -411,6 +426,7 @@ module Aws::ECR
411
426
  :repository_name,
412
427
  :lifecycle_policy_text,
413
428
  :last_evaluated_at)
429
+ SENSITIVE = []
414
430
  include Aws::Structure
415
431
  end
416
432
 
@@ -438,6 +454,7 @@ module Aws::ECR
438
454
  class DeleteRepositoryPolicyRequest < Struct.new(
439
455
  :registry_id,
440
456
  :repository_name)
457
+ SENSITIVE = []
441
458
  include Aws::Structure
442
459
  end
443
460
 
@@ -459,6 +476,7 @@ module Aws::ECR
459
476
  :registry_id,
460
477
  :repository_name,
461
478
  :policy_text)
479
+ SENSITIVE = []
462
480
  include Aws::Structure
463
481
  end
464
482
 
@@ -491,6 +509,7 @@ module Aws::ECR
491
509
  :registry_id,
492
510
  :repository_name,
493
511
  :force)
512
+ SENSITIVE = []
494
513
  include Aws::Structure
495
514
  end
496
515
 
@@ -502,6 +521,7 @@ module Aws::ECR
502
521
  #
503
522
  class DeleteRepositoryResponse < Struct.new(
504
523
  :repository)
524
+ SENSITIVE = []
505
525
  include Aws::Structure
506
526
  end
507
527
 
@@ -563,6 +583,7 @@ module Aws::ECR
563
583
  :image_id,
564
584
  :next_token,
565
585
  :max_results)
586
+ SENSITIVE = []
566
587
  include Aws::Structure
567
588
  end
568
589
 
@@ -603,6 +624,7 @@ module Aws::ECR
603
624
  :image_scan_status,
604
625
  :image_scan_findings,
605
626
  :next_token)
627
+ SENSITIVE = []
606
628
  include Aws::Structure
607
629
  end
608
630
 
@@ -624,6 +646,7 @@ module Aws::ECR
624
646
  #
625
647
  class DescribeImagesFilter < Struct.new(
626
648
  :tag_status)
649
+ SENSITIVE = []
627
650
  include Aws::Structure
628
651
  end
629
652
 
@@ -696,6 +719,7 @@ module Aws::ECR
696
719
  :next_token,
697
720
  :max_results,
698
721
  :filter)
722
+ SENSITIVE = []
699
723
  include Aws::Structure
700
724
  end
701
725
 
@@ -716,6 +740,7 @@ module Aws::ECR
716
740
  class DescribeImagesResponse < Struct.new(
717
741
  :image_details,
718
742
  :next_token)
743
+ SENSITIVE = []
719
744
  include Aws::Structure
720
745
  end
721
746
 
@@ -776,6 +801,7 @@ module Aws::ECR
776
801
  :repository_names,
777
802
  :next_token,
778
803
  :max_results)
804
+ SENSITIVE = []
779
805
  include Aws::Structure
780
806
  end
781
807
 
@@ -796,6 +822,7 @@ module Aws::ECR
796
822
  class DescribeRepositoriesResponse < Struct.new(
797
823
  :repositories,
798
824
  :next_token)
825
+ SENSITIVE = []
799
826
  include Aws::Structure
800
827
  end
801
828
 
@@ -809,6 +836,7 @@ module Aws::ECR
809
836
  #
810
837
  class EmptyUploadException < Struct.new(
811
838
  :message)
839
+ SENSITIVE = []
812
840
  include Aws::Structure
813
841
  end
814
842
 
@@ -829,6 +857,7 @@ module Aws::ECR
829
857
  #
830
858
  class GetAuthorizationTokenRequest < Struct.new(
831
859
  :registry_ids)
860
+ SENSITIVE = []
832
861
  include Aws::Structure
833
862
  end
834
863
 
@@ -841,6 +870,7 @@ module Aws::ECR
841
870
  #
842
871
  class GetAuthorizationTokenResponse < Struct.new(
843
872
  :authorization_data)
873
+ SENSITIVE = []
844
874
  include Aws::Structure
845
875
  end
846
876
 
@@ -874,6 +904,7 @@ module Aws::ECR
874
904
  :registry_id,
875
905
  :repository_name,
876
906
  :layer_digest)
907
+ SENSITIVE = []
877
908
  include Aws::Structure
878
909
  end
879
910
 
@@ -890,6 +921,7 @@ module Aws::ECR
890
921
  class GetDownloadUrlForLayerResponse < Struct.new(
891
922
  :download_url,
892
923
  :layer_digest)
924
+ SENSITIVE = []
893
925
  include Aws::Structure
894
926
  end
895
927
 
@@ -964,6 +996,7 @@ module Aws::ECR
964
996
  :next_token,
965
997
  :max_results,
966
998
  :filter)
999
+ SENSITIVE = []
967
1000
  include Aws::Structure
968
1001
  end
969
1002
 
@@ -1009,6 +1042,7 @@ module Aws::ECR
1009
1042
  :next_token,
1010
1043
  :preview_results,
1011
1044
  :summary)
1045
+ SENSITIVE = []
1012
1046
  include Aws::Structure
1013
1047
  end
1014
1048
 
@@ -1035,6 +1069,7 @@ module Aws::ECR
1035
1069
  class GetLifecyclePolicyRequest < Struct.new(
1036
1070
  :registry_id,
1037
1071
  :repository_name)
1072
+ SENSITIVE = []
1038
1073
  include Aws::Structure
1039
1074
  end
1040
1075
 
@@ -1061,6 +1096,7 @@ module Aws::ECR
1061
1096
  :repository_name,
1062
1097
  :lifecycle_policy_text,
1063
1098
  :last_evaluated_at)
1099
+ SENSITIVE = []
1064
1100
  include Aws::Structure
1065
1101
  end
1066
1102
 
@@ -1087,6 +1123,7 @@ module Aws::ECR
1087
1123
  class GetRepositoryPolicyRequest < Struct.new(
1088
1124
  :registry_id,
1089
1125
  :repository_name)
1126
+ SENSITIVE = []
1090
1127
  include Aws::Structure
1091
1128
  end
1092
1129
 
@@ -1108,6 +1145,7 @@ module Aws::ECR
1108
1145
  :registry_id,
1109
1146
  :repository_name,
1110
1147
  :policy_text)
1148
+ SENSITIVE = []
1111
1149
  include Aws::Structure
1112
1150
  end
1113
1151
 
@@ -1143,6 +1181,7 @@ module Aws::ECR
1143
1181
  :image_id,
1144
1182
  :image_manifest,
1145
1183
  :image_manifest_media_type)
1184
+ SENSITIVE = []
1146
1185
  include Aws::Structure
1147
1186
  end
1148
1187
 
@@ -1157,6 +1196,7 @@ module Aws::ECR
1157
1196
  #
1158
1197
  class ImageAlreadyExistsException < Struct.new(
1159
1198
  :message)
1199
+ SENSITIVE = []
1160
1200
  include Aws::Structure
1161
1201
  end
1162
1202
 
@@ -1219,6 +1259,7 @@ module Aws::ECR
1219
1259
  :image_pushed_at,
1220
1260
  :image_scan_status,
1221
1261
  :image_scan_findings_summary)
1262
+ SENSITIVE = []
1222
1263
  include Aws::Structure
1223
1264
  end
1224
1265
 
@@ -1242,6 +1283,7 @@ module Aws::ECR
1242
1283
  :image_id,
1243
1284
  :failure_code,
1244
1285
  :failure_reason)
1286
+ SENSITIVE = []
1245
1287
  include Aws::Structure
1246
1288
  end
1247
1289
 
@@ -1268,6 +1310,7 @@ module Aws::ECR
1268
1310
  class ImageIdentifier < Struct.new(
1269
1311
  :image_digest,
1270
1312
  :image_tag)
1313
+ SENSITIVE = []
1271
1314
  include Aws::Structure
1272
1315
  end
1273
1316
 
@@ -1280,6 +1323,7 @@ module Aws::ECR
1280
1323
  #
1281
1324
  class ImageNotFoundException < Struct.new(
1282
1325
  :message)
1326
+ SENSITIVE = []
1283
1327
  include Aws::Structure
1284
1328
  end
1285
1329
 
@@ -1315,6 +1359,7 @@ module Aws::ECR
1315
1359
  :uri,
1316
1360
  :severity,
1317
1361
  :attributes)
1362
+ SENSITIVE = []
1318
1363
  include Aws::Structure
1319
1364
  end
1320
1365
 
@@ -1343,6 +1388,7 @@ module Aws::ECR
1343
1388
  :vulnerability_source_updated_at,
1344
1389
  :findings,
1345
1390
  :finding_severity_counts)
1391
+ SENSITIVE = []
1346
1392
  include Aws::Structure
1347
1393
  end
1348
1394
 
@@ -1366,6 +1412,7 @@ module Aws::ECR
1366
1412
  :image_scan_completed_at,
1367
1413
  :vulnerability_source_updated_at,
1368
1414
  :finding_severity_counts)
1415
+ SENSITIVE = []
1369
1416
  include Aws::Structure
1370
1417
  end
1371
1418
 
@@ -1384,6 +1431,7 @@ module Aws::ECR
1384
1431
  class ImageScanStatus < Struct.new(
1385
1432
  :status,
1386
1433
  :description)
1434
+ SENSITIVE = []
1387
1435
  include Aws::Structure
1388
1436
  end
1389
1437
 
@@ -1408,6 +1456,7 @@ module Aws::ECR
1408
1456
  #
1409
1457
  class ImageScanningConfiguration < Struct.new(
1410
1458
  :scan_on_push)
1459
+ SENSITIVE = []
1411
1460
  include Aws::Structure
1412
1461
  end
1413
1462
 
@@ -1421,6 +1470,7 @@ module Aws::ECR
1421
1470
  #
1422
1471
  class ImageTagAlreadyExistsException < Struct.new(
1423
1472
  :message)
1473
+ SENSITIVE = []
1424
1474
  include Aws::Structure
1425
1475
  end
1426
1476
 
@@ -1447,6 +1497,7 @@ module Aws::ECR
1447
1497
  class InitiateLayerUploadRequest < Struct.new(
1448
1498
  :registry_id,
1449
1499
  :repository_name)
1500
+ SENSITIVE = []
1450
1501
  include Aws::Structure
1451
1502
  end
1452
1503
 
@@ -1465,6 +1516,7 @@ module Aws::ECR
1465
1516
  class InitiateLayerUploadResponse < Struct.new(
1466
1517
  :upload_id,
1467
1518
  :part_size)
1519
+ SENSITIVE = []
1468
1520
  include Aws::Structure
1469
1521
  end
1470
1522
 
@@ -1479,6 +1531,7 @@ module Aws::ECR
1479
1531
  #
1480
1532
  class InvalidLayerException < Struct.new(
1481
1533
  :message)
1534
+ SENSITIVE = []
1482
1535
  include Aws::Structure
1483
1536
  end
1484
1537
 
@@ -1514,6 +1567,7 @@ module Aws::ECR
1514
1567
  :upload_id,
1515
1568
  :last_valid_byte_received,
1516
1569
  :message)
1570
+ SENSITIVE = []
1517
1571
  include Aws::Structure
1518
1572
  end
1519
1573
 
@@ -1528,6 +1582,7 @@ module Aws::ECR
1528
1582
  #
1529
1583
  class InvalidParameterException < Struct.new(
1530
1584
  :message)
1585
+ SENSITIVE = []
1531
1586
  include Aws::Structure
1532
1587
  end
1533
1588
 
@@ -1542,6 +1597,7 @@ module Aws::ECR
1542
1597
  #
1543
1598
  class InvalidTagParameterException < Struct.new(
1544
1599
  :message)
1600
+ SENSITIVE = []
1545
1601
  include Aws::Structure
1546
1602
  end
1547
1603
 
@@ -1572,6 +1628,7 @@ module Aws::ECR
1572
1628
  :layer_availability,
1573
1629
  :layer_size,
1574
1630
  :media_type)
1631
+ SENSITIVE = []
1575
1632
  include Aws::Structure
1576
1633
  end
1577
1634
 
@@ -1585,6 +1642,7 @@ module Aws::ECR
1585
1642
  #
1586
1643
  class LayerAlreadyExistsException < Struct.new(
1587
1644
  :message)
1645
+ SENSITIVE = []
1588
1646
  include Aws::Structure
1589
1647
  end
1590
1648
 
@@ -1608,6 +1666,7 @@ module Aws::ECR
1608
1666
  :layer_digest,
1609
1667
  :failure_code,
1610
1668
  :failure_reason)
1669
+ SENSITIVE = []
1611
1670
  include Aws::Structure
1612
1671
  end
1613
1672
 
@@ -1622,6 +1681,7 @@ module Aws::ECR
1622
1681
  #
1623
1682
  class LayerInaccessibleException < Struct.new(
1624
1683
  :message)
1684
+ SENSITIVE = []
1625
1685
  include Aws::Structure
1626
1686
  end
1627
1687
 
@@ -1635,6 +1695,7 @@ module Aws::ECR
1635
1695
  #
1636
1696
  class LayerPartTooSmallException < Struct.new(
1637
1697
  :message)
1698
+ SENSITIVE = []
1638
1699
  include Aws::Structure
1639
1700
  end
1640
1701
 
@@ -1649,6 +1710,7 @@ module Aws::ECR
1649
1710
  #
1650
1711
  class LayersNotFoundException < Struct.new(
1651
1712
  :message)
1713
+ SENSITIVE = []
1652
1714
  include Aws::Structure
1653
1715
  end
1654
1716
 
@@ -1662,6 +1724,7 @@ module Aws::ECR
1662
1724
  #
1663
1725
  class LifecyclePolicyNotFoundException < Struct.new(
1664
1726
  :message)
1727
+ SENSITIVE = []
1665
1728
  include Aws::Structure
1666
1729
  end
1667
1730
 
@@ -1682,6 +1745,7 @@ module Aws::ECR
1682
1745
  #
1683
1746
  class LifecyclePolicyPreviewFilter < Struct.new(
1684
1747
  :tag_status)
1748
+ SENSITIVE = []
1685
1749
  include Aws::Structure
1686
1750
  end
1687
1751
 
@@ -1695,6 +1759,7 @@ module Aws::ECR
1695
1759
  #
1696
1760
  class LifecyclePolicyPreviewInProgressException < Struct.new(
1697
1761
  :message)
1762
+ SENSITIVE = []
1698
1763
  include Aws::Structure
1699
1764
  end
1700
1765
 
@@ -1707,6 +1772,7 @@ module Aws::ECR
1707
1772
  #
1708
1773
  class LifecyclePolicyPreviewNotFoundException < Struct.new(
1709
1774
  :message)
1775
+ SENSITIVE = []
1710
1776
  include Aws::Structure
1711
1777
  end
1712
1778
 
@@ -1741,6 +1807,7 @@ module Aws::ECR
1741
1807
  :image_pushed_at,
1742
1808
  :action,
1743
1809
  :applied_rule_priority)
1810
+ SENSITIVE = []
1744
1811
  include Aws::Structure
1745
1812
  end
1746
1813
 
@@ -1754,6 +1821,7 @@ module Aws::ECR
1754
1821
  #
1755
1822
  class LifecyclePolicyPreviewSummary < Struct.new(
1756
1823
  :expiring_image_total_count)
1824
+ SENSITIVE = []
1757
1825
  include Aws::Structure
1758
1826
  end
1759
1827
 
@@ -1767,6 +1835,7 @@ module Aws::ECR
1767
1835
  #
1768
1836
  class LifecyclePolicyRuleAction < Struct.new(
1769
1837
  :type)
1838
+ SENSITIVE = []
1770
1839
  include Aws::Structure
1771
1840
  end
1772
1841
 
@@ -1786,6 +1855,7 @@ module Aws::ECR
1786
1855
  #
1787
1856
  class LimitExceededException < Struct.new(
1788
1857
  :message)
1858
+ SENSITIVE = []
1789
1859
  include Aws::Structure
1790
1860
  end
1791
1861
 
@@ -1807,6 +1877,7 @@ module Aws::ECR
1807
1877
  #
1808
1878
  class ListImagesFilter < Struct.new(
1809
1879
  :tag_status)
1880
+ SENSITIVE = []
1810
1881
  include Aws::Structure
1811
1882
  end
1812
1883
 
@@ -1871,6 +1942,7 @@ module Aws::ECR
1871
1942
  :next_token,
1872
1943
  :max_results,
1873
1944
  :filter)
1945
+ SENSITIVE = []
1874
1946
  include Aws::Structure
1875
1947
  end
1876
1948
 
@@ -1890,6 +1962,7 @@ module Aws::ECR
1890
1962
  class ListImagesResponse < Struct.new(
1891
1963
  :image_ids,
1892
1964
  :next_token)
1965
+ SENSITIVE = []
1893
1966
  include Aws::Structure
1894
1967
  end
1895
1968
 
@@ -1910,6 +1983,7 @@ module Aws::ECR
1910
1983
  #
1911
1984
  class ListTagsForResourceRequest < Struct.new(
1912
1985
  :resource_arn)
1986
+ SENSITIVE = []
1913
1987
  include Aws::Structure
1914
1988
  end
1915
1989
 
@@ -1921,6 +1995,7 @@ module Aws::ECR
1921
1995
  #
1922
1996
  class ListTagsForResourceResponse < Struct.new(
1923
1997
  :tags)
1998
+ SENSITIVE = []
1924
1999
  include Aws::Structure
1925
2000
  end
1926
2001
 
@@ -1969,6 +2044,7 @@ module Aws::ECR
1969
2044
  :image_manifest,
1970
2045
  :image_manifest_media_type,
1971
2046
  :image_tag)
2047
+ SENSITIVE = []
1972
2048
  include Aws::Structure
1973
2049
  end
1974
2050
 
@@ -1980,6 +2056,7 @@ module Aws::ECR
1980
2056
  #
1981
2057
  class PutImageResponse < Struct.new(
1982
2058
  :image)
2059
+ SENSITIVE = []
1983
2060
  include Aws::Structure
1984
2061
  end
1985
2062
 
@@ -2018,6 +2095,7 @@ module Aws::ECR
2018
2095
  :registry_id,
2019
2096
  :repository_name,
2020
2097
  :image_scanning_configuration)
2098
+ SENSITIVE = []
2021
2099
  include Aws::Structure
2022
2100
  end
2023
2101
 
@@ -2039,6 +2117,7 @@ module Aws::ECR
2039
2117
  :registry_id,
2040
2118
  :repository_name,
2041
2119
  :image_scanning_configuration)
2120
+ SENSITIVE = []
2042
2121
  include Aws::Structure
2043
2122
  end
2044
2123
 
@@ -2075,6 +2154,7 @@ module Aws::ECR
2075
2154
  :registry_id,
2076
2155
  :repository_name,
2077
2156
  :image_tag_mutability)
2157
+ SENSITIVE = []
2078
2158
  include Aws::Structure
2079
2159
  end
2080
2160
 
@@ -2096,6 +2176,7 @@ module Aws::ECR
2096
2176
  :registry_id,
2097
2177
  :repository_name,
2098
2178
  :image_tag_mutability)
2179
+ SENSITIVE = []
2099
2180
  include Aws::Structure
2100
2181
  end
2101
2182
 
@@ -2128,6 +2209,7 @@ module Aws::ECR
2128
2209
  :registry_id,
2129
2210
  :repository_name,
2130
2211
  :lifecycle_policy_text)
2212
+ SENSITIVE = []
2131
2213
  include Aws::Structure
2132
2214
  end
2133
2215
 
@@ -2149,6 +2231,7 @@ module Aws::ECR
2149
2231
  :registry_id,
2150
2232
  :repository_name,
2151
2233
  :lifecycle_policy_text)
2234
+ SENSITIVE = []
2152
2235
  include Aws::Structure
2153
2236
  end
2154
2237
 
@@ -2161,6 +2244,7 @@ module Aws::ECR
2161
2244
  #
2162
2245
  class ReferencedImagesNotFoundException < Struct.new(
2163
2246
  :message)
2247
+ SENSITIVE = []
2164
2248
  include Aws::Structure
2165
2249
  end
2166
2250
 
@@ -2211,6 +2295,7 @@ module Aws::ECR
2211
2295
  :created_at,
2212
2296
  :image_tag_mutability,
2213
2297
  :image_scanning_configuration)
2298
+ SENSITIVE = []
2214
2299
  include Aws::Structure
2215
2300
  end
2216
2301
 
@@ -2224,6 +2309,7 @@ module Aws::ECR
2224
2309
  #
2225
2310
  class RepositoryAlreadyExistsException < Struct.new(
2226
2311
  :message)
2312
+ SENSITIVE = []
2227
2313
  include Aws::Structure
2228
2314
  end
2229
2315
 
@@ -2239,6 +2325,7 @@ module Aws::ECR
2239
2325
  #
2240
2326
  class RepositoryNotEmptyException < Struct.new(
2241
2327
  :message)
2328
+ SENSITIVE = []
2242
2329
  include Aws::Structure
2243
2330
  end
2244
2331
 
@@ -2254,6 +2341,7 @@ module Aws::ECR
2254
2341
  #
2255
2342
  class RepositoryNotFoundException < Struct.new(
2256
2343
  :message)
2344
+ SENSITIVE = []
2257
2345
  include Aws::Structure
2258
2346
  end
2259
2347
 
@@ -2268,6 +2356,7 @@ module Aws::ECR
2268
2356
  #
2269
2357
  class RepositoryPolicyNotFoundException < Struct.new(
2270
2358
  :message)
2359
+ SENSITIVE = []
2271
2360
  include Aws::Structure
2272
2361
  end
2273
2362
 
@@ -2281,6 +2370,7 @@ module Aws::ECR
2281
2370
  #
2282
2371
  class ScanNotFoundException < Struct.new(
2283
2372
  :message)
2373
+ SENSITIVE = []
2284
2374
  include Aws::Structure
2285
2375
  end
2286
2376
 
@@ -2294,6 +2384,7 @@ module Aws::ECR
2294
2384
  #
2295
2385
  class ServerException < Struct.new(
2296
2386
  :message)
2387
+ SENSITIVE = []
2297
2388
  include Aws::Structure
2298
2389
  end
2299
2390
 
@@ -2341,6 +2432,7 @@ module Aws::ECR
2341
2432
  :repository_name,
2342
2433
  :policy_text,
2343
2434
  :force)
2435
+ SENSITIVE = []
2344
2436
  include Aws::Structure
2345
2437
  end
2346
2438
 
@@ -2362,6 +2454,7 @@ module Aws::ECR
2362
2454
  :registry_id,
2363
2455
  :repository_name,
2364
2456
  :policy_text)
2457
+ SENSITIVE = []
2365
2458
  include Aws::Structure
2366
2459
  end
2367
2460
 
@@ -2397,6 +2490,7 @@ module Aws::ECR
2397
2490
  :registry_id,
2398
2491
  :repository_name,
2399
2492
  :image_id)
2493
+ SENSITIVE = []
2400
2494
  include Aws::Structure
2401
2495
  end
2402
2496
 
@@ -2423,6 +2517,7 @@ module Aws::ECR
2423
2517
  :repository_name,
2424
2518
  :image_id,
2425
2519
  :image_scan_status)
2520
+ SENSITIVE = []
2426
2521
  include Aws::Structure
2427
2522
  end
2428
2523
 
@@ -2456,6 +2551,7 @@ module Aws::ECR
2456
2551
  :registry_id,
2457
2552
  :repository_name,
2458
2553
  :lifecycle_policy_text)
2554
+ SENSITIVE = []
2459
2555
  include Aws::Structure
2460
2556
  end
2461
2557
 
@@ -2482,6 +2578,7 @@ module Aws::ECR
2482
2578
  :repository_name,
2483
2579
  :lifecycle_policy_text,
2484
2580
  :status)
2581
+ SENSITIVE = []
2485
2582
  include Aws::Structure
2486
2583
  end
2487
2584
 
@@ -2515,6 +2612,7 @@ module Aws::ECR
2515
2612
  class Tag < Struct.new(
2516
2613
  :key,
2517
2614
  :value)
2615
+ SENSITIVE = []
2518
2616
  include Aws::Structure
2519
2617
  end
2520
2618
 
@@ -2549,6 +2647,7 @@ module Aws::ECR
2549
2647
  class TagResourceRequest < Struct.new(
2550
2648
  :resource_arn,
2551
2649
  :tags)
2650
+ SENSITIVE = []
2552
2651
  include Aws::Structure
2553
2652
  end
2554
2653
 
@@ -2566,6 +2665,7 @@ module Aws::ECR
2566
2665
  #
2567
2666
  class TooManyTagsException < Struct.new(
2568
2667
  :message)
2668
+ SENSITIVE = []
2569
2669
  include Aws::Structure
2570
2670
  end
2571
2671
 
@@ -2578,6 +2678,7 @@ module Aws::ECR
2578
2678
  #
2579
2679
  class UnsupportedImageTypeException < Struct.new(
2580
2680
  :message)
2681
+ SENSITIVE = []
2581
2682
  include Aws::Structure
2582
2683
  end
2583
2684
 
@@ -2604,6 +2705,7 @@ module Aws::ECR
2604
2705
  class UntagResourceRequest < Struct.new(
2605
2706
  :resource_arn,
2606
2707
  :tag_keys)
2708
+ SENSITIVE = []
2607
2709
  include Aws::Structure
2608
2710
  end
2609
2711
 
@@ -2661,6 +2763,7 @@ module Aws::ECR
2661
2763
  :part_first_byte,
2662
2764
  :part_last_byte,
2663
2765
  :layer_part_blob)
2766
+ SENSITIVE = []
2664
2767
  include Aws::Structure
2665
2768
  end
2666
2769
 
@@ -2687,6 +2790,7 @@ module Aws::ECR
2687
2790
  :repository_name,
2688
2791
  :upload_id,
2689
2792
  :last_byte_received)
2793
+ SENSITIVE = []
2690
2794
  include Aws::Structure
2691
2795
  end
2692
2796
 
@@ -2701,6 +2805,7 @@ module Aws::ECR
2701
2805
  #
2702
2806
  class UploadNotFoundException < Struct.new(
2703
2807
  :message)
2808
+ SENSITIVE = []
2704
2809
  include Aws::Structure
2705
2810
  end
2706
2811
 
@@ -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:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.1
4
+ version: 1.32.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