aws-sdk-codeartifact 1.41.0 → 1.42.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: b47370a44df2e916dd3b67a5719731be5100f0abb3baee5cc2c67e1d4c342a9f
4
- data.tar.gz: f31ed0e874ab277cae41fd69c99820530b2c420f5b831ce26a805d2cc7eefa36
3
+ metadata.gz: ebd13c3f4c435b266859a7181e66f2e09b79bd8db274836f7dd3e6a10ec5e6d2
4
+ data.tar.gz: 22c7c6ef6cde8366c89976ae464e7176751927bdb68830a06cb793520d0abd80
5
5
  SHA512:
6
- metadata.gz: 4080271c56a4cf074abc80b614e195b15945fc989af4231c34a83b841522f0b8a084a6b4b630ad8cbd451d69f8cc2847bfdf235ebdd4f322e4a1e367b52543e6
7
- data.tar.gz: f1be9d732f1d518257ad1be17f1ba1c0ef787f8c2737a858b37616b14ee29b071afcff2cf4af5325c504f05c5e31267925d0efbc7cc31493b22551321ab3f670
6
+ metadata.gz: 5fc4b4485a0e0e595e6c33edf2140298b14214ada2d3388afe3b68bd379fdd794480411d698b2605303800e66d39a9109595eb13b3cb6a36f904f4e2cacd07ca
7
+ data.tar.gz: bc761ea448496fe8a4381c89eefa9d6229831cefcf9491ea54f30e453efb27c0d82825e177c31955ee049ccad45455dae12be9876d2a9d0f96ad7327403455aa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.41.0 (2024-04-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -301,8 +301,9 @@ module Aws::CodeArtifact
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -3975,7 +3976,7 @@ module Aws::CodeArtifact
3975
3976
  params: params,
3976
3977
  config: config)
3977
3978
  context[:gem_name] = 'aws-sdk-codeartifact'
3978
- context[:gem_version] = '1.41.0'
3979
+ context[:gem_version] = '1.42.0'
3979
3980
  Seahorse::Client::Request.new(handlers, context)
3980
3981
  end
3981
3982
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codeartifact/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeArtifact
54
54
 
55
- GEM_VERSION = '1.41.0'
55
+ GEM_VERSION = '1.42.0'
56
56
 
57
57
  end
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.41.0
4
+ version: 1.42.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-04-30 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core