aws-sdk-appfabric 1.9.0 → 1.10.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: 99e8fcfc89500fe348e04769147189fa8ad471200a44c704b51a42358fa0e1db
4
- data.tar.gz: 62d7d9d0e8dda52d78251e943b033dd34207e945e30af4cd2f3f77eec83fa169
3
+ metadata.gz: 0db97c3c0b03cd77d6f361a4a1a16c3e1c5e1d8ebac8dc0392a4fed5038ddc6c
4
+ data.tar.gz: aedae61907fb120d95550136d9ca052f35a1b495bb480d5b7d7e1bbe5066e6ed
5
5
  SHA512:
6
- metadata.gz: 4a4acb6422ce554e16fccc2f913ea65e11492f1104feef3359e71fc43667ee9f660e5ef5f372d0e37178090dc20c727332fcd632f8ffaf5c2dc6c4b7eed6b2d0
7
- data.tar.gz: 387f4d874097b38ca924c1fa29d484a96fb759cf8445334819051905cc16de6c628bfb973704c1195eaa3527bf658fe4890e641020da8afee2639e4947212b56
6
+ metadata.gz: fa7de17c9302137998ddbb5c2b96e6d24aa35b46b53e168b6a4cb9206f2077dfb37a0450021b76cdfa9f415ae4265352dbbb088a9762b21849f8dd63ada88258
7
+ data.tar.gz: 745c1084d6ae678416afc0b437306ff768402501086e01b957ef584e356df441d443e6131398d41fc4b95d115975f8f41b97aa36046a944a998a12d1372b8227
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.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.9.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.10.0
@@ -301,8 +301,9 @@ module Aws::AppFabric
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
  #
@@ -1767,7 +1768,7 @@ module Aws::AppFabric
1767
1768
  params: params,
1768
1769
  config: config)
1769
1770
  context[:gem_name] = 'aws-sdk-appfabric'
1770
- context[:gem_version] = '1.9.0'
1771
+ context[:gem_version] = '1.10.0'
1771
1772
  Seahorse::Client::Request.new(handlers, context)
1772
1773
  end
1773
1774
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-appfabric/customizations'
53
53
  # @!group service
54
54
  module Aws::AppFabric
55
55
 
56
- GEM_VERSION = '1.9.0'
56
+ GEM_VERSION = '1.10.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appfabric
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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