aws-sdk-codeartifact 1.39.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codeartifact/client.rb +150 -124
- data/lib/aws-sdk-codeartifact/types.rb +72 -72
- data/lib/aws-sdk-codeartifact.rb +1 -1
- data/sig/client.rbs +22 -22
- data/sig/types.rbs +27 -27
- metadata +4 -4
data/sig/types.rbs
CHANGED
@@ -34,7 +34,7 @@ module Aws::CodeArtifact
|
|
34
34
|
end
|
35
35
|
|
36
36
|
class AssociatedPackage
|
37
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
37
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
38
38
|
attr_accessor namespace: ::String
|
39
39
|
attr_accessor package: ::String
|
40
40
|
attr_accessor association_type: ("STRONG" | "WEAK")
|
@@ -53,7 +53,7 @@ module Aws::CodeArtifact
|
|
53
53
|
attr_accessor domain_owner: ::String
|
54
54
|
attr_accessor source_repository: ::String
|
55
55
|
attr_accessor destination_repository: ::String
|
56
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
56
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
57
57
|
attr_accessor namespace: ::String
|
58
58
|
attr_accessor package: ::String
|
59
59
|
attr_accessor versions: ::Array[::String]
|
@@ -150,7 +150,7 @@ module Aws::CodeArtifact
|
|
150
150
|
attr_accessor domain: ::String
|
151
151
|
attr_accessor domain_owner: ::String
|
152
152
|
attr_accessor repository: ::String
|
153
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
153
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
154
154
|
attr_accessor namespace: ::String
|
155
155
|
attr_accessor package: ::String
|
156
156
|
SENSITIVE: []
|
@@ -165,7 +165,7 @@ module Aws::CodeArtifact
|
|
165
165
|
attr_accessor domain: ::String
|
166
166
|
attr_accessor domain_owner: ::String
|
167
167
|
attr_accessor repository: ::String
|
168
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
168
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
169
169
|
attr_accessor namespace: ::String
|
170
170
|
attr_accessor package: ::String
|
171
171
|
attr_accessor versions: ::Array[::String]
|
@@ -231,7 +231,7 @@ module Aws::CodeArtifact
|
|
231
231
|
attr_accessor domain: ::String
|
232
232
|
attr_accessor domain_owner: ::String
|
233
233
|
attr_accessor repository: ::String
|
234
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
234
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
235
235
|
attr_accessor namespace: ::String
|
236
236
|
attr_accessor package: ::String
|
237
237
|
SENSITIVE: []
|
@@ -246,7 +246,7 @@ module Aws::CodeArtifact
|
|
246
246
|
attr_accessor domain: ::String
|
247
247
|
attr_accessor domain_owner: ::String
|
248
248
|
attr_accessor repository: ::String
|
249
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
249
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
250
250
|
attr_accessor namespace: ::String
|
251
251
|
attr_accessor package: ::String
|
252
252
|
attr_accessor package_version: ::String
|
@@ -287,7 +287,7 @@ module Aws::CodeArtifact
|
|
287
287
|
attr_accessor domain: ::String
|
288
288
|
attr_accessor domain_owner: ::String
|
289
289
|
attr_accessor repository: ::String
|
290
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
290
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
291
291
|
attr_accessor namespace: ::String
|
292
292
|
attr_accessor package: ::String
|
293
293
|
attr_accessor versions: ::Array[::String]
|
@@ -334,7 +334,7 @@ module Aws::CodeArtifact
|
|
334
334
|
class GetAssociatedPackageGroupRequest
|
335
335
|
attr_accessor domain: ::String
|
336
336
|
attr_accessor domain_owner: ::String
|
337
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
337
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
338
338
|
attr_accessor namespace: ::String
|
339
339
|
attr_accessor package: ::String
|
340
340
|
SENSITIVE: []
|
@@ -374,7 +374,7 @@ module Aws::CodeArtifact
|
|
374
374
|
attr_accessor domain: ::String
|
375
375
|
attr_accessor domain_owner: ::String
|
376
376
|
attr_accessor repository: ::String
|
377
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
377
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
378
378
|
attr_accessor namespace: ::String
|
379
379
|
attr_accessor package: ::String
|
380
380
|
attr_accessor package_version: ::String
|
@@ -395,7 +395,7 @@ module Aws::CodeArtifact
|
|
395
395
|
attr_accessor domain: ::String
|
396
396
|
attr_accessor domain_owner: ::String
|
397
397
|
attr_accessor repository: ::String
|
398
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
398
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
399
399
|
attr_accessor namespace: ::String
|
400
400
|
attr_accessor package: ::String
|
401
401
|
attr_accessor package_version: ::String
|
@@ -403,7 +403,7 @@ module Aws::CodeArtifact
|
|
403
403
|
end
|
404
404
|
|
405
405
|
class GetPackageVersionReadmeResult
|
406
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
406
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
407
407
|
attr_accessor namespace: ::String
|
408
408
|
attr_accessor package: ::String
|
409
409
|
attr_accessor version: ::String
|
@@ -416,7 +416,7 @@ module Aws::CodeArtifact
|
|
416
416
|
attr_accessor domain: ::String
|
417
417
|
attr_accessor domain_owner: ::String
|
418
418
|
attr_accessor repository: ::String
|
419
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
419
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
420
420
|
SENSITIVE: []
|
421
421
|
end
|
422
422
|
|
@@ -511,7 +511,7 @@ module Aws::CodeArtifact
|
|
511
511
|
attr_accessor domain: ::String
|
512
512
|
attr_accessor domain_owner: ::String
|
513
513
|
attr_accessor repository: ::String
|
514
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
514
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
515
515
|
attr_accessor namespace: ::String
|
516
516
|
attr_accessor package: ::String
|
517
517
|
attr_accessor package_version: ::String
|
@@ -521,7 +521,7 @@ module Aws::CodeArtifact
|
|
521
521
|
end
|
522
522
|
|
523
523
|
class ListPackageVersionAssetsResult
|
524
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
524
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
525
525
|
attr_accessor namespace: ::String
|
526
526
|
attr_accessor package: ::String
|
527
527
|
attr_accessor version: ::String
|
@@ -535,7 +535,7 @@ module Aws::CodeArtifact
|
|
535
535
|
attr_accessor domain: ::String
|
536
536
|
attr_accessor domain_owner: ::String
|
537
537
|
attr_accessor repository: ::String
|
538
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
538
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
539
539
|
attr_accessor namespace: ::String
|
540
540
|
attr_accessor package: ::String
|
541
541
|
attr_accessor package_version: ::String
|
@@ -544,7 +544,7 @@ module Aws::CodeArtifact
|
|
544
544
|
end
|
545
545
|
|
546
546
|
class ListPackageVersionDependenciesResult
|
547
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
547
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
548
548
|
attr_accessor namespace: ::String
|
549
549
|
attr_accessor package: ::String
|
550
550
|
attr_accessor version: ::String
|
@@ -558,7 +558,7 @@ module Aws::CodeArtifact
|
|
558
558
|
attr_accessor domain: ::String
|
559
559
|
attr_accessor domain_owner: ::String
|
560
560
|
attr_accessor repository: ::String
|
561
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
561
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
562
562
|
attr_accessor namespace: ::String
|
563
563
|
attr_accessor package: ::String
|
564
564
|
attr_accessor status: ("Published" | "Unfinished" | "Unlisted" | "Archived" | "Disposed" | "Deleted")
|
@@ -571,7 +571,7 @@ module Aws::CodeArtifact
|
|
571
571
|
|
572
572
|
class ListPackageVersionsResult
|
573
573
|
attr_accessor default_display_version: ::String
|
574
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
574
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
575
575
|
attr_accessor namespace: ::String
|
576
576
|
attr_accessor package: ::String
|
577
577
|
attr_accessor versions: ::Array[Types::PackageVersionSummary]
|
@@ -583,7 +583,7 @@ module Aws::CodeArtifact
|
|
583
583
|
attr_accessor domain: ::String
|
584
584
|
attr_accessor domain_owner: ::String
|
585
585
|
attr_accessor repository: ::String
|
586
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
586
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
587
587
|
attr_accessor namespace: ::String
|
588
588
|
attr_accessor package_prefix: ::String
|
589
589
|
attr_accessor max_results: ::Integer
|
@@ -662,7 +662,7 @@ module Aws::CodeArtifact
|
|
662
662
|
end
|
663
663
|
|
664
664
|
class PackageDescription
|
665
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
665
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
666
666
|
attr_accessor namespace: ::String
|
667
667
|
attr_accessor name: ::String
|
668
668
|
attr_accessor origin_configuration: Types::PackageOriginConfiguration
|
@@ -732,7 +732,7 @@ module Aws::CodeArtifact
|
|
732
732
|
end
|
733
733
|
|
734
734
|
class PackageSummary
|
735
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
735
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
736
736
|
attr_accessor namespace: ::String
|
737
737
|
attr_accessor package: ::String
|
738
738
|
attr_accessor origin_configuration: Types::PackageOriginConfiguration
|
@@ -740,7 +740,7 @@ module Aws::CodeArtifact
|
|
740
740
|
end
|
741
741
|
|
742
742
|
class PackageVersionDescription
|
743
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
743
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
744
744
|
attr_accessor namespace: ::String
|
745
745
|
attr_accessor package_name: ::String
|
746
746
|
attr_accessor display_name: ::String
|
@@ -780,7 +780,7 @@ module Aws::CodeArtifact
|
|
780
780
|
attr_accessor domain: ::String
|
781
781
|
attr_accessor domain_owner: ::String
|
782
782
|
attr_accessor repository: ::String
|
783
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
783
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
784
784
|
attr_accessor namespace: ::String
|
785
785
|
attr_accessor package: ::String
|
786
786
|
attr_accessor package_version: ::String
|
@@ -792,7 +792,7 @@ module Aws::CodeArtifact
|
|
792
792
|
end
|
793
793
|
|
794
794
|
class PublishPackageVersionResult
|
795
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
795
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
796
796
|
attr_accessor namespace: ::String
|
797
797
|
attr_accessor package: ::String
|
798
798
|
attr_accessor version: ::String
|
@@ -819,7 +819,7 @@ module Aws::CodeArtifact
|
|
819
819
|
attr_accessor domain: ::String
|
820
820
|
attr_accessor domain_owner: ::String
|
821
821
|
attr_accessor repository: ::String
|
822
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
822
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
823
823
|
attr_accessor namespace: ::String
|
824
824
|
attr_accessor package: ::String
|
825
825
|
attr_accessor restrictions: Types::PackageOriginRestrictions
|
@@ -860,7 +860,7 @@ module Aws::CodeArtifact
|
|
860
860
|
|
861
861
|
class RepositoryExternalConnectionInfo
|
862
862
|
attr_accessor external_connection_name: ::String
|
863
|
-
attr_accessor package_format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
863
|
+
attr_accessor package_format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
864
864
|
attr_accessor status: ("Available")
|
865
865
|
SENSITIVE: []
|
866
866
|
end
|
@@ -967,7 +967,7 @@ module Aws::CodeArtifact
|
|
967
967
|
attr_accessor domain: ::String
|
968
968
|
attr_accessor domain_owner: ::String
|
969
969
|
attr_accessor repository: ::String
|
970
|
-
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "swift")
|
970
|
+
attr_accessor format: ("npm" | "pypi" | "maven" | "nuget" | "generic" | "ruby" | "swift")
|
971
971
|
attr_accessor namespace: ::String
|
972
972
|
attr_accessor package: ::String
|
973
973
|
attr_accessor versions: ::Array[::String]
|
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.
|
4
|
+
version: 1.41.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: 2024-
|
11
|
+
date: 2024-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.193.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.193.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|