aws-sdk-codeartifact 1.0.1 → 1.1.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: 1eb79834f72f19e4e181b7bf7cc9f24d93dbb374c5170f4f7e4b20469b43339a
4
- data.tar.gz: 1eb4c6d869c6cd98e08ec612f59912c9a5b05ff4394521f01afad301ff4c0224
3
+ metadata.gz: 6a82bd270c1526a5a58fb79fd1ab0082e70754acb02757bc1a94f04c544d117a
4
+ data.tar.gz: 42ef19cd5042d40802da3a8bf28e6a1c1ad742140c9145ff710be8f2cde12794
5
5
  SHA512:
6
- metadata.gz: f5d722a4a318a061688977ce8c5318b03d464e8459b7997c0435f7db69140599377ebdc771c298d060abc464fb9a3db9c4f4e8d692bf6da79cc6f93ecede5565
7
- data.tar.gz: 290a72e6bd4cffd5e73d5fcc9eda41b2dd4539de799d460a76be2d7270a7a71b23b7817fb3535b3fa65da05a3f0139200989d19f8e915976ac34733e89d97d75
6
+ metadata.gz: 576c468d841399cc71c20308c30110934cb01d53374a5ac76ae308e0a509662e8d42ee1050111456c3f05b7f7d638708449a8706ea34dc0149aee0ffbe95d74a
7
+ data.tar.gz: d157caa5486c1fe42f9757035432205ed900cb35d06574f05b2d1e8a5a43deb5f160594ac069442b2cfba78cb5b63ffb1c7490aa5d49016fe8ec320013f4d561
@@ -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-codeartifact/customizations'
45
47
  # @service
46
48
  module Aws::CodeArtifact
47
49
 
48
- GEM_VERSION = '1.0.1'
50
+ GEM_VERSION = '1.1.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:
@@ -2507,7 +2509,7 @@ module Aws::CodeArtifact
2507
2509
  params: params,
2508
2510
  config: config)
2509
2511
  context[:gem_name] = 'aws-sdk-codeartifact'
2510
- context[:gem_version] = '1.0.1'
2512
+ context[:gem_version] = '1.1.0'
2511
2513
  Seahorse::Client::Request.new(handlers, context)
2512
2514
  end
2513
2515
 
@@ -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:
@@ -18,6 +20,7 @@ module Aws::CodeArtifact
18
20
  #
19
21
  class AccessDeniedException < Struct.new(
20
22
  :message)
23
+ SENSITIVE = []
21
24
  include Aws::Structure
22
25
  end
23
26
 
@@ -41,6 +44,7 @@ module Aws::CodeArtifact
41
44
  :name,
42
45
  :size,
43
46
  :hashes)
47
+ SENSITIVE = []
44
48
  include Aws::Structure
45
49
  end
46
50
 
@@ -93,6 +97,7 @@ module Aws::CodeArtifact
93
97
  :domain_owner,
94
98
  :repository,
95
99
  :external_connection)
100
+ SENSITIVE = []
96
101
  include Aws::Structure
97
102
  end
98
103
 
@@ -105,6 +110,7 @@ module Aws::CodeArtifact
105
110
  #
106
111
  class AssociateExternalConnectionResult < Struct.new(
107
112
  :repository)
113
+ SENSITIVE = []
108
114
  include Aws::Structure
109
115
  end
110
116
 
@@ -127,6 +133,7 @@ module Aws::CodeArtifact
127
133
  :message,
128
134
  :resource_id,
129
135
  :resource_type)
136
+ SENSITIVE = []
130
137
  include Aws::Structure
131
138
  end
132
139
 
@@ -250,6 +257,7 @@ module Aws::CodeArtifact
250
257
  :version_revisions,
251
258
  :allow_overwrite,
252
259
  :include_from_upstream)
260
+ SENSITIVE = []
253
261
  include Aws::Structure
254
262
  end
255
263
 
@@ -281,6 +289,7 @@ module Aws::CodeArtifact
281
289
  class CopyPackageVersionsResult < Struct.new(
282
290
  :successful_versions,
283
291
  :failed_versions)
292
+ SENSITIVE = []
284
293
  include Aws::Structure
285
294
  end
286
295
 
@@ -326,6 +335,7 @@ module Aws::CodeArtifact
326
335
  class CreateDomainRequest < Struct.new(
327
336
  :domain,
328
337
  :encryption_key)
338
+ SENSITIVE = []
329
339
  include Aws::Structure
330
340
  end
331
341
 
@@ -338,6 +348,7 @@ module Aws::CodeArtifact
338
348
  #
339
349
  class CreateDomainResult < Struct.new(
340
350
  :domain)
351
+ SENSITIVE = []
341
352
  include Aws::Structure
342
353
  end
343
354
 
@@ -393,6 +404,7 @@ module Aws::CodeArtifact
393
404
  :repository,
394
405
  :description,
395
406
  :upstreams)
407
+ SENSITIVE = []
396
408
  include Aws::Structure
397
409
  end
398
410
 
@@ -405,6 +417,7 @@ module Aws::CodeArtifact
405
417
  #
406
418
  class CreateRepositoryResult < Struct.new(
407
419
  :repository)
420
+ SENSITIVE = []
408
421
  include Aws::Structure
409
422
  end
410
423
 
@@ -439,6 +452,7 @@ module Aws::CodeArtifact
439
452
  :domain,
440
453
  :domain_owner,
441
454
  :policy_revision)
455
+ SENSITIVE = []
442
456
  include Aws::Structure
443
457
  end
444
458
 
@@ -451,6 +465,7 @@ module Aws::CodeArtifact
451
465
  #
452
466
  class DeleteDomainPermissionsPolicyResult < Struct.new(
453
467
  :policy)
468
+ SENSITIVE = []
454
469
  include Aws::Structure
455
470
  end
456
471
 
@@ -476,6 +491,7 @@ module Aws::CodeArtifact
476
491
  class DeleteDomainRequest < Struct.new(
477
492
  :domain,
478
493
  :domain_owner)
494
+ SENSITIVE = []
479
495
  include Aws::Structure
480
496
  end
481
497
 
@@ -488,6 +504,7 @@ module Aws::CodeArtifact
488
504
  #
489
505
  class DeleteDomainResult < Struct.new(
490
506
  :domain)
507
+ SENSITIVE = []
491
508
  include Aws::Structure
492
509
  end
493
510
 
@@ -576,6 +593,7 @@ module Aws::CodeArtifact
576
593
  :package,
577
594
  :versions,
578
595
  :expected_status)
596
+ SENSITIVE = []
579
597
  include Aws::Structure
580
598
  end
581
599
 
@@ -605,6 +623,7 @@ module Aws::CodeArtifact
605
623
  class DeletePackageVersionsResult < Struct.new(
606
624
  :successful_versions,
607
625
  :failed_versions)
626
+ SENSITIVE = []
608
627
  include Aws::Structure
609
628
  end
610
629
 
@@ -647,6 +666,7 @@ module Aws::CodeArtifact
647
666
  :domain_owner,
648
667
  :repository,
649
668
  :policy_revision)
669
+ SENSITIVE = []
650
670
  include Aws::Structure
651
671
  end
652
672
 
@@ -658,6 +678,7 @@ module Aws::CodeArtifact
658
678
  #
659
679
  class DeleteRepositoryPermissionsPolicyResult < Struct.new(
660
680
  :policy)
681
+ SENSITIVE = []
661
682
  include Aws::Structure
662
683
  end
663
684
 
@@ -689,6 +710,7 @@ module Aws::CodeArtifact
689
710
  :domain,
690
711
  :domain_owner,
691
712
  :repository)
713
+ SENSITIVE = []
692
714
  include Aws::Structure
693
715
  end
694
716
 
@@ -701,6 +723,7 @@ module Aws::CodeArtifact
701
723
  #
702
724
  class DeleteRepositoryResult < Struct.new(
703
725
  :repository)
726
+ SENSITIVE = []
704
727
  include Aws::Structure
705
728
  end
706
729
 
@@ -726,6 +749,7 @@ module Aws::CodeArtifact
726
749
  class DescribeDomainRequest < Struct.new(
727
750
  :domain,
728
751
  :domain_owner)
752
+ SENSITIVE = []
729
753
  include Aws::Structure
730
754
  end
731
755
 
@@ -739,6 +763,7 @@ module Aws::CodeArtifact
739
763
  #
740
764
  class DescribeDomainResult < Struct.new(
741
765
  :domain)
766
+ SENSITIVE = []
742
767
  include Aws::Structure
743
768
  end
744
769
 
@@ -810,6 +835,7 @@ module Aws::CodeArtifact
810
835
  :namespace,
811
836
  :package,
812
837
  :package_version)
838
+ SENSITIVE = []
813
839
  include Aws::Structure
814
840
  end
815
841
 
@@ -822,6 +848,7 @@ module Aws::CodeArtifact
822
848
  #
823
849
  class DescribePackageVersionResult < Struct.new(
824
850
  :package_version)
851
+ SENSITIVE = []
825
852
  include Aws::Structure
826
853
  end
827
854
 
@@ -853,6 +880,7 @@ module Aws::CodeArtifact
853
880
  :domain,
854
881
  :domain_owner,
855
882
  :repository)
883
+ SENSITIVE = []
856
884
  include Aws::Structure
857
885
  end
858
886
 
@@ -865,6 +893,7 @@ module Aws::CodeArtifact
865
893
  #
866
894
  class DescribeRepositoryResult < Struct.new(
867
895
  :repository)
896
+ SENSITIVE = []
868
897
  include Aws::Structure
869
898
  end
870
899
 
@@ -905,6 +934,7 @@ module Aws::CodeArtifact
905
934
  :domain_owner,
906
935
  :repository,
907
936
  :external_connection)
937
+ SENSITIVE = []
908
938
  include Aws::Structure
909
939
  end
910
940
 
@@ -916,6 +946,7 @@ module Aws::CodeArtifact
916
946
  #
917
947
  class DisassociateExternalConnectionResult < Struct.new(
918
948
  :repository)
949
+ SENSITIVE = []
919
950
  include Aws::Structure
920
951
  end
921
952
 
@@ -1013,6 +1044,7 @@ module Aws::CodeArtifact
1013
1044
  :versions,
1014
1045
  :version_revisions,
1015
1046
  :expected_status)
1047
+ SENSITIVE = []
1016
1048
  include Aws::Structure
1017
1049
  end
1018
1050
 
@@ -1043,6 +1075,7 @@ module Aws::CodeArtifact
1043
1075
  class DisposePackageVersionsResult < Struct.new(
1044
1076
  :successful_versions,
1045
1077
  :failed_versions)
1078
+ SENSITIVE = []
1046
1079
  include Aws::Structure
1047
1080
  end
1048
1081
 
@@ -1099,6 +1132,7 @@ module Aws::CodeArtifact
1099
1132
  :encryption_key,
1100
1133
  :repository_count,
1101
1134
  :asset_size_bytes)
1135
+ SENSITIVE = []
1102
1136
  include Aws::Structure
1103
1137
  end
1104
1138
 
@@ -1149,6 +1183,7 @@ module Aws::CodeArtifact
1149
1183
  :status,
1150
1184
  :created_time,
1151
1185
  :encryption_key)
1186
+ SENSITIVE = []
1152
1187
  include Aws::Structure
1153
1188
  end
1154
1189
 
@@ -1182,6 +1217,7 @@ module Aws::CodeArtifact
1182
1217
  :domain,
1183
1218
  :domain_owner,
1184
1219
  :duration_seconds)
1220
+ SENSITIVE = []
1185
1221
  include Aws::Structure
1186
1222
  end
1187
1223
 
@@ -1199,6 +1235,7 @@ module Aws::CodeArtifact
1199
1235
  class GetAuthorizationTokenResult < Struct.new(
1200
1236
  :authorization_token,
1201
1237
  :expiration)
1238
+ SENSITIVE = []
1202
1239
  include Aws::Structure
1203
1240
  end
1204
1241
 
@@ -1224,6 +1261,7 @@ module Aws::CodeArtifact
1224
1261
  class GetDomainPermissionsPolicyRequest < Struct.new(
1225
1262
  :domain,
1226
1263
  :domain_owner)
1264
+ SENSITIVE = []
1227
1265
  include Aws::Structure
1228
1266
  end
1229
1267
 
@@ -1235,6 +1273,7 @@ module Aws::CodeArtifact
1235
1273
  #
1236
1274
  class GetDomainPermissionsPolicyResult < Struct.new(
1237
1275
  :policy)
1276
+ SENSITIVE = []
1238
1277
  include Aws::Structure
1239
1278
  end
1240
1279
 
@@ -1320,6 +1359,7 @@ module Aws::CodeArtifact
1320
1359
  :package_version,
1321
1360
  :asset,
1322
1361
  :package_version_revision)
1362
+ SENSITIVE = []
1323
1363
  include Aws::Structure
1324
1364
  end
1325
1365
 
@@ -1347,6 +1387,7 @@ module Aws::CodeArtifact
1347
1387
  :asset_name,
1348
1388
  :package_version,
1349
1389
  :package_version_revision)
1390
+ SENSITIVE = []
1350
1391
  include Aws::Structure
1351
1392
  end
1352
1393
 
@@ -1420,6 +1461,7 @@ module Aws::CodeArtifact
1420
1461
  :namespace,
1421
1462
  :package,
1422
1463
  :package_version)
1464
+ SENSITIVE = []
1423
1465
  include Aws::Structure
1424
1466
  end
1425
1467
 
@@ -1471,6 +1513,7 @@ module Aws::CodeArtifact
1471
1513
  :version,
1472
1514
  :version_revision,
1473
1515
  :readme)
1516
+ SENSITIVE = []
1474
1517
  include Aws::Structure
1475
1518
  end
1476
1519
 
@@ -1515,6 +1558,7 @@ module Aws::CodeArtifact
1515
1558
  :domain_owner,
1516
1559
  :repository,
1517
1560
  :format)
1561
+ SENSITIVE = []
1518
1562
  include Aws::Structure
1519
1563
  end
1520
1564
 
@@ -1526,6 +1570,7 @@ module Aws::CodeArtifact
1526
1570
  #
1527
1571
  class GetRepositoryEndpointResult < Struct.new(
1528
1572
  :repository_endpoint)
1573
+ SENSITIVE = []
1529
1574
  include Aws::Structure
1530
1575
  end
1531
1576
 
@@ -1559,6 +1604,7 @@ module Aws::CodeArtifact
1559
1604
  :domain,
1560
1605
  :domain_owner,
1561
1606
  :repository)
1607
+ SENSITIVE = []
1562
1608
  include Aws::Structure
1563
1609
  end
1564
1610
 
@@ -1570,6 +1616,7 @@ module Aws::CodeArtifact
1570
1616
  #
1571
1617
  class GetRepositoryPermissionsPolicyResult < Struct.new(
1572
1618
  :policy)
1619
+ SENSITIVE = []
1573
1620
  include Aws::Structure
1574
1621
  end
1575
1622
 
@@ -1583,6 +1630,7 @@ module Aws::CodeArtifact
1583
1630
  #
1584
1631
  class InternalServerException < Struct.new(
1585
1632
  :message)
1633
+ SENSITIVE = []
1586
1634
  include Aws::Structure
1587
1635
  end
1588
1636
 
@@ -1601,6 +1649,7 @@ module Aws::CodeArtifact
1601
1649
  class LicenseInfo < Struct.new(
1602
1650
  :name,
1603
1651
  :url)
1652
+ SENSITIVE = []
1604
1653
  include Aws::Structure
1605
1654
  end
1606
1655
 
@@ -1627,6 +1676,7 @@ module Aws::CodeArtifact
1627
1676
  class ListDomainsRequest < Struct.new(
1628
1677
  :max_results,
1629
1678
  :next_token)
1679
+ SENSITIVE = []
1630
1680
  include Aws::Structure
1631
1681
  end
1632
1682
 
@@ -1645,6 +1695,7 @@ module Aws::CodeArtifact
1645
1695
  class ListDomainsResult < Struct.new(
1646
1696
  :domains,
1647
1697
  :next_token)
1698
+ SENSITIVE = []
1648
1699
  include Aws::Structure
1649
1700
  end
1650
1701
 
@@ -1733,6 +1784,7 @@ module Aws::CodeArtifact
1733
1784
  :package_version,
1734
1785
  :max_results,
1735
1786
  :next_token)
1787
+ SENSITIVE = []
1736
1788
  include Aws::Structure
1737
1789
  end
1738
1790
 
@@ -1789,6 +1841,7 @@ module Aws::CodeArtifact
1789
1841
  :version_revision,
1790
1842
  :next_token,
1791
1843
  :assets)
1844
+ SENSITIVE = []
1792
1845
  include Aws::Structure
1793
1846
  end
1794
1847
 
@@ -1870,6 +1923,7 @@ module Aws::CodeArtifact
1870
1923
  :package,
1871
1924
  :package_version,
1872
1925
  :next_token)
1926
+ SENSITIVE = []
1873
1927
  include Aws::Structure
1874
1928
  end
1875
1929
 
@@ -1933,6 +1987,7 @@ module Aws::CodeArtifact
1933
1987
  :version_revision,
1934
1988
  :next_token,
1935
1989
  :dependencies)
1990
+ SENSITIVE = []
1936
1991
  include Aws::Structure
1937
1992
  end
1938
1993
 
@@ -2036,6 +2091,7 @@ module Aws::CodeArtifact
2036
2091
  :sort_by,
2037
2092
  :max_results,
2038
2093
  :next_token)
2094
+ SENSITIVE = []
2039
2095
  include Aws::Structure
2040
2096
  end
2041
2097
 
@@ -2099,6 +2155,7 @@ module Aws::CodeArtifact
2099
2155
  :package,
2100
2156
  :versions,
2101
2157
  :next_token)
2158
+ SENSITIVE = []
2102
2159
  include Aws::Structure
2103
2160
  end
2104
2161
 
@@ -2179,6 +2236,7 @@ module Aws::CodeArtifact
2179
2236
  :package_prefix,
2180
2237
  :max_results,
2181
2238
  :next_token)
2239
+ SENSITIVE = []
2182
2240
  include Aws::Structure
2183
2241
  end
2184
2242
 
@@ -2200,6 +2258,7 @@ module Aws::CodeArtifact
2200
2258
  class ListPackagesResult < Struct.new(
2201
2259
  :packages,
2202
2260
  :next_token)
2261
+ SENSITIVE = []
2203
2262
  include Aws::Structure
2204
2263
  end
2205
2264
 
@@ -2254,6 +2313,7 @@ module Aws::CodeArtifact
2254
2313
  :repository_prefix,
2255
2314
  :max_results,
2256
2315
  :next_token)
2316
+ SENSITIVE = []
2257
2317
  include Aws::Structure
2258
2318
  end
2259
2319
 
@@ -2271,6 +2331,7 @@ module Aws::CodeArtifact
2271
2331
  class ListRepositoriesInDomainResult < Struct.new(
2272
2332
  :repositories,
2273
2333
  :next_token)
2334
+ SENSITIVE = []
2274
2335
  include Aws::Structure
2275
2336
  end
2276
2337
 
@@ -2304,6 +2365,7 @@ module Aws::CodeArtifact
2304
2365
  :repository_prefix,
2305
2366
  :max_results,
2306
2367
  :next_token)
2368
+ SENSITIVE = []
2307
2369
  include Aws::Structure
2308
2370
  end
2309
2371
 
@@ -2325,6 +2387,7 @@ module Aws::CodeArtifact
2325
2387
  class ListRepositoriesResult < Struct.new(
2326
2388
  :repositories,
2327
2389
  :next_token)
2390
+ SENSITIVE = []
2328
2391
  include Aws::Structure
2329
2392
  end
2330
2393
 
@@ -2366,6 +2429,7 @@ module Aws::CodeArtifact
2366
2429
  :package,
2367
2430
  :dependency_type,
2368
2431
  :version_requirement)
2432
+ SENSITIVE = []
2369
2433
  include Aws::Structure
2370
2434
  end
2371
2435
 
@@ -2409,6 +2473,7 @@ module Aws::CodeArtifact
2409
2473
  :format,
2410
2474
  :namespace,
2411
2475
  :package)
2476
+ SENSITIVE = []
2412
2477
  include Aws::Structure
2413
2478
  end
2414
2479
 
@@ -2510,6 +2575,7 @@ module Aws::CodeArtifact
2510
2575
  :licenses,
2511
2576
  :revision,
2512
2577
  :status)
2578
+ SENSITIVE = []
2513
2579
  include Aws::Structure
2514
2580
  end
2515
2581
 
@@ -2540,6 +2606,7 @@ module Aws::CodeArtifact
2540
2606
  class PackageVersionError < Struct.new(
2541
2607
  :error_code,
2542
2608
  :error_message)
2609
+ SENSITIVE = []
2543
2610
  include Aws::Structure
2544
2611
  end
2545
2612
 
@@ -2580,6 +2647,7 @@ module Aws::CodeArtifact
2580
2647
  :version,
2581
2648
  :revision,
2582
2649
  :status)
2650
+ SENSITIVE = []
2583
2651
  include Aws::Structure
2584
2652
  end
2585
2653
 
@@ -2620,6 +2688,7 @@ module Aws::CodeArtifact
2620
2688
  :domain_owner,
2621
2689
  :policy_revision,
2622
2690
  :policy_document)
2691
+ SENSITIVE = []
2623
2692
  include Aws::Structure
2624
2693
  end
2625
2694
 
@@ -2631,6 +2700,7 @@ module Aws::CodeArtifact
2631
2700
  #
2632
2701
  class PutDomainPermissionsPolicyResult < Struct.new(
2633
2702
  :policy)
2703
+ SENSITIVE = []
2634
2704
  include Aws::Structure
2635
2705
  end
2636
2706
 
@@ -2679,6 +2749,7 @@ module Aws::CodeArtifact
2679
2749
  :repository,
2680
2750
  :policy_revision,
2681
2751
  :policy_document)
2752
+ SENSITIVE = []
2682
2753
  include Aws::Structure
2683
2754
  end
2684
2755
 
@@ -2690,6 +2761,7 @@ module Aws::CodeArtifact
2690
2761
  #
2691
2762
  class PutRepositoryPermissionsPolicyResult < Struct.new(
2692
2763
  :policy)
2764
+ SENSITIVE = []
2693
2765
  include Aws::Structure
2694
2766
  end
2695
2767
 
@@ -2754,6 +2826,7 @@ module Aws::CodeArtifact
2754
2826
  :description,
2755
2827
  :upstreams,
2756
2828
  :external_connections)
2829
+ SENSITIVE = []
2757
2830
  include Aws::Structure
2758
2831
  end
2759
2832
 
@@ -2786,6 +2859,7 @@ module Aws::CodeArtifact
2786
2859
  :external_connection_name,
2787
2860
  :package_format,
2788
2861
  :status)
2862
+ SENSITIVE = []
2789
2863
  include Aws::Structure
2790
2864
  end
2791
2865
 
@@ -2831,6 +2905,7 @@ module Aws::CodeArtifact
2831
2905
  :domain_owner,
2832
2906
  :arn,
2833
2907
  :description)
2908
+ SENSITIVE = []
2834
2909
  include Aws::Structure
2835
2910
  end
2836
2911
 
@@ -2854,6 +2929,7 @@ module Aws::CodeArtifact
2854
2929
  :message,
2855
2930
  :resource_id,
2856
2931
  :resource_type)
2932
+ SENSITIVE = []
2857
2933
  include Aws::Structure
2858
2934
  end
2859
2935
 
@@ -2878,6 +2954,7 @@ module Aws::CodeArtifact
2878
2954
  :resource_arn,
2879
2955
  :revision,
2880
2956
  :document)
2957
+ SENSITIVE = []
2881
2958
  include Aws::Structure
2882
2959
  end
2883
2960
 
@@ -2901,6 +2978,7 @@ module Aws::CodeArtifact
2901
2978
  :message,
2902
2979
  :resource_id,
2903
2980
  :resource_type)
2981
+ SENSITIVE = []
2904
2982
  include Aws::Structure
2905
2983
  end
2906
2984
 
@@ -2929,6 +3007,7 @@ module Aws::CodeArtifact
2929
3007
  class SuccessfulPackageVersionInfo < Struct.new(
2930
3008
  :revision,
2931
3009
  :status)
3010
+ SENSITIVE = []
2932
3011
  include Aws::Structure
2933
3012
  end
2934
3013
 
@@ -2947,6 +3026,7 @@ module Aws::CodeArtifact
2947
3026
  class ThrottlingException < Struct.new(
2948
3027
  :message,
2949
3028
  :retry_after_seconds)
3029
+ SENSITIVE = []
2950
3030
  include Aws::Structure
2951
3031
  end
2952
3032
 
@@ -3045,6 +3125,7 @@ module Aws::CodeArtifact
3045
3125
  :version_revisions,
3046
3126
  :expected_status,
3047
3127
  :target_status)
3128
+ SENSITIVE = []
3048
3129
  include Aws::Structure
3049
3130
  end
3050
3131
 
@@ -3063,6 +3144,7 @@ module Aws::CodeArtifact
3063
3144
  class UpdatePackageVersionsStatusResult < Struct.new(
3064
3145
  :successful_versions,
3065
3146
  :failed_versions)
3147
+ SENSITIVE = []
3066
3148
  include Aws::Structure
3067
3149
  end
3068
3150
 
@@ -3118,6 +3200,7 @@ module Aws::CodeArtifact
3118
3200
  :repository,
3119
3201
  :description,
3120
3202
  :upstreams)
3203
+ SENSITIVE = []
3121
3204
  include Aws::Structure
3122
3205
  end
3123
3206
 
@@ -3129,6 +3212,7 @@ module Aws::CodeArtifact
3129
3212
  #
3130
3213
  class UpdateRepositoryResult < Struct.new(
3131
3214
  :repository)
3215
+ SENSITIVE = []
3132
3216
  include Aws::Structure
3133
3217
  end
3134
3218
 
@@ -3156,6 +3240,7 @@ module Aws::CodeArtifact
3156
3240
  #
3157
3241
  class UpstreamRepository < Struct.new(
3158
3242
  :repository_name)
3243
+ SENSITIVE = []
3159
3244
  include Aws::Structure
3160
3245
  end
3161
3246
 
@@ -3169,6 +3254,7 @@ module Aws::CodeArtifact
3169
3254
  #
3170
3255
  class UpstreamRepositoryInfo < Struct.new(
3171
3256
  :repository_name)
3257
+ SENSITIVE = []
3172
3258
  include Aws::Structure
3173
3259
  end
3174
3260
 
@@ -3186,6 +3272,7 @@ module Aws::CodeArtifact
3186
3272
  class ValidationException < Struct.new(
3187
3273
  :message,
3188
3274
  :reason)
3275
+ SENSITIVE = []
3189
3276
  include Aws::Structure
3190
3277
  end
3191
3278
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codeartifact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.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