aws-sdk-codeartifact 1.55.0 → 1.56.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codeartifact/client.rb +2 -2
- data/lib/aws-sdk-codeartifact/types.rb +1 -1
- 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: b1fb080974c30414756475c3aeb8a1f04d1f8ede655e7d48ba3e1b59705c9c57
|
4
|
+
data.tar.gz: 215f31928e3644f284c3c54b9dcdac41779a045def87cbbae6de265c6f6eb89a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e33fa12dc3fe61d2b74e960e5782201b3a0fdc3c7300067b8faba9377b82310bbb4c1a281b0634e9844dc7cc8ef79c44e05f292f08364ce1a692ac225e57725
|
7
|
+
data.tar.gz: f87d530fb1f83c66b5331cbbd1174689c2433571edd442ccbd2dc0912b83a5c174cfa430b91b95231e97bc87483f8d8e258e6260670464587412f52c465489a4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|
@@ -3325,7 +3325,7 @@ module Aws::CodeArtifact
|
|
3325
3325
|
# @option params [required, String] :asset_name
|
3326
3326
|
# The name of the asset to publish. Asset names can include Unicode
|
3327
3327
|
# letters and numbers, and the following special characters: `` ~ ! @ ^
|
3328
|
-
# & ( ) - ` _ + [ ]
|
3328
|
+
# & ( ) - ` _ + [ ] { } ; , . ` ``
|
3329
3329
|
#
|
3330
3330
|
# @option params [required, String] :asset_sha256
|
3331
3331
|
# The SHA256 hash of the `assetContent` to publish. This value must be
|
@@ -4021,7 +4021,7 @@ module Aws::CodeArtifact
|
|
4021
4021
|
tracer: tracer
|
4022
4022
|
)
|
4023
4023
|
context[:gem_name] = 'aws-sdk-codeartifact'
|
4024
|
-
context[:gem_version] = '1.
|
4024
|
+
context[:gem_version] = '1.56.0'
|
4025
4025
|
Seahorse::Client::Request.new(handlers, context)
|
4026
4026
|
end
|
4027
4027
|
|
@@ -3520,7 +3520,7 @@ module Aws::CodeArtifact
|
|
3520
3520
|
# @!attribute [rw] asset_name
|
3521
3521
|
# The name of the asset to publish. Asset names can include Unicode
|
3522
3522
|
# letters and numbers, and the following special characters: `` ~ ! @
|
3523
|
-
# ^ & ( ) - ` _ + [ ]
|
3523
|
+
# ^ & ( ) - ` _ + [ ] { } ; , . ` ``
|
3524
3524
|
# @return [String]
|
3525
3525
|
#
|
3526
3526
|
# @!attribute [rw] asset_sha256
|
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.56.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-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|