aws-sdk-codeartifact 1.32.0 → 1.33.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codeartifact/client.rb +3 -1
- data/lib/aws-sdk-codeartifact/types.rb +2 -0
- data/lib/aws-sdk-codeartifact.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd68f4af8181c9e6144ec5c152d01b83f9239b78219bf982e5dc71adec50178b
|
|
4
|
+
data.tar.gz: 8223f0ef4c6dc3b47ab5c43794bb2b165a26fb4e4ce2d071eb29016fb65a2a9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f026ee98c1d3707c5d23488fd1e4e273dd5b92f8bee11b008fb779ee4a42e29dfd809608935c4e0c507d31d0e31f0873e1513bce06d97279f32cf82ea84dbbf1
|
|
7
|
+
data.tar.gz: a9b8e08af11fa8df7611bd3739447a7f4bf0f7fe41b968e89a65df36266c42e10a02154f8c4aed276ebeba11e5006e627003ebc25bb8a02844cdc593cdeebad2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.33.0
|
|
@@ -2548,6 +2548,8 @@ module Aws::CodeArtifact
|
|
|
2548
2548
|
# A format that specifies the type of the package version with the
|
|
2549
2549
|
# requested asset file.
|
|
2550
2550
|
#
|
|
2551
|
+
# The only supported value is `generic`.
|
|
2552
|
+
#
|
|
2551
2553
|
# @option params [String] :namespace
|
|
2552
2554
|
# The namespace of the package version to publish.
|
|
2553
2555
|
#
|
|
@@ -3090,7 +3092,7 @@ module Aws::CodeArtifact
|
|
|
3090
3092
|
params: params,
|
|
3091
3093
|
config: config)
|
|
3092
3094
|
context[:gem_name] = 'aws-sdk-codeartifact'
|
|
3093
|
-
context[:gem_version] = '1.
|
|
3095
|
+
context[:gem_version] = '1.33.0'
|
|
3094
3096
|
Seahorse::Client::Request.new(handlers, context)
|
|
3095
3097
|
end
|
|
3096
3098
|
|
|
@@ -2635,6 +2635,8 @@ module Aws::CodeArtifact
|
|
|
2635
2635
|
# @!attribute [rw] format
|
|
2636
2636
|
# A format that specifies the type of the package version with the
|
|
2637
2637
|
# requested asset file.
|
|
2638
|
+
#
|
|
2639
|
+
# The only supported value is `generic`.
|
|
2638
2640
|
# @return [String]
|
|
2639
2641
|
#
|
|
2640
2642
|
# @!attribute [rw] namespace
|
data/lib/aws-sdk-codeartifact.rb
CHANGED
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.33.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: 2023-07-
|
|
11
|
+
date: 2023-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|