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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e1c5d068697f671f78ebfaca3395c619d86b6a000b7e6587e7cfa599fd3be29
4
- data.tar.gz: 4966a452365a822cd91545bdab672c113963392e761ebde0f5ff2274430d4164
3
+ metadata.gz: b1fb080974c30414756475c3aeb8a1f04d1f8ede655e7d48ba3e1b59705c9c57
4
+ data.tar.gz: 215f31928e3644f284c3c54b9dcdac41779a045def87cbbae6de265c6f6eb89a
5
5
  SHA512:
6
- metadata.gz: 87004e9bd460639e0d136679fc623307c49fab937ab3c9bbfffbd0d6fb27fdcc68147cdbdcaa7bd89a8b446251a50c0a10c4c4850a60019c825dd168a7694acf
7
- data.tar.gz: e180b73016c74d5da3a1df2c2847162f0a5b13e06aeecd781f3ee3beb0db1004abb62a35c1ef495fac95f727bf431de45887fcf3bb61e4eabe9a79a5e9e0b301
6
+ metadata.gz: 7e33fa12dc3fe61d2b74e960e5782201b3a0fdc3c7300067b8faba9377b82310bbb4c1a281b0634e9844dc7cc8ef79c44e05f292f08364ce1a692ac225e57725
7
+ data.tar.gz: f87d530fb1f83c66b5331cbbd1174689c2433571edd442ccbd2dc0912b83a5c174cfa430b91b95231e97bc87483f8d8e258e6260670464587412f52c465489a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.55.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
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.55.0'
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
@@ -54,7 +54,7 @@ module Aws::CodeArtifact
54
54
  autoload :EndpointProvider, 'aws-sdk-codeartifact/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codeartifact/endpoints'
56
56
 
57
- GEM_VERSION = '1.55.0'
57
+ GEM_VERSION = '1.56.0'
58
58
 
59
59
  end
60
60
 
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.55.0
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-10-18 00:00:00.000000000 Z
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