aws-sdk-artifact 1.1.0 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 971c5771d4c5a2011eb11c773fa6e8155dae7807da0838e1ddaff628c9c9090b
4
- data.tar.gz: 71a46bdb3f1f84859ddb2b3d11294a6112ea4cc63aa7b9d4eb78b0306c7f00cf
3
+ metadata.gz: c83e6449f143525547a4e2b84ff29bd59c0bac4acb3569e08383c08ff1429b4c
4
+ data.tar.gz: 683777ab8202333debf825845a39e198cc0e5e8bae40ae0cd57f36fd7d703c96
5
5
  SHA512:
6
- metadata.gz: 907b969e99e88ccac3cdd0b0551a2f1aea7191597f42609bac65c283147004ed93c7995c761fbb84a6b0c40af49e6d184d6535e068ac55e310d081d24389ce68
7
- data.tar.gz: c53baf3cdff848da09038258b7b9a3570d1a065c57740efe3e1f901c3bafb96cec1d8888b3405a35b08bc88ad80b7bd5df2377bbeefb858ec9af9b5b8c7cb0cd
6
+ metadata.gz: 8925514ef5a95998654663be11c343040ec2b3242902f4cabf26d4ef0523dac3dde3a8c5434f02026bb3eaa9cad3b838f85bef7becf2b8633f6828d3778fdeee
7
+ data.tar.gz: 699e302561251a16400d2533875c0645a57ee99bb12bbdf6b3f5952b50b8c68c36b2a592407b630b81b6b0cf71312134f3f9138972b12af21ac4fe612c345b14
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.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.1.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -301,8 +301,9 @@ module Aws::Artifact
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
  #
@@ -643,7 +644,7 @@ module Aws::Artifact
643
644
  params: params,
644
645
  config: config)
645
646
  context[:gem_name] = 'aws-sdk-artifact'
646
- context[:gem_version] = '1.1.0'
647
+ context[:gem_version] = '1.2.0'
647
648
  Seahorse::Client::Request.new(handlers, context)
648
649
  end
649
650
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-artifact/customizations'
52
52
  # @!group service
53
53
  module Aws::Artifact
54
54
 
55
- GEM_VERSION = '1.1.0'
55
+ GEM_VERSION = '1.2.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-artifact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-25 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