aws-sdk-supportapp 1.15.0 → 1.16.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: 2c6acd1a989f9d681207196850e0f0218c5370366c6023337428f8d27427dfd0
4
- data.tar.gz: 3ca91518152f4adf292acef663ead5aeda576fd394428700e62cd0c8441ee350
3
+ metadata.gz: 15a5a6fa2967c0097461320df35b37e86487b95726044ccb8c84acdb295adaae
4
+ data.tar.gz: 9b006a769476d91e208da0c7afd047cae507eaf3bccafe415773e8a278d26057
5
5
  SHA512:
6
- metadata.gz: caa62b50039b054a262b4d15f3f9343db8326907e976bc1d40def6352e96504e145f358ce29f8e3c599e45a0b2b7012fd690656582e2346eaec6aa3212c9b453
7
- data.tar.gz: dec2b7d73d7d569917694fdff2515278214753abcbbed0f42428b6942d376173a1a6ccd915ff6f9b1fe7d48aea39cd5b94c96eed376817140fd244f5beef9030
6
+ metadata.gz: dafd2e6df07918d82172d671499f8732c79c29025a8af58dadb0110a3a245369056527e721fda5efba044ea1f2f265bf9b1177ad0a4ee60cff0cdafb91cbdb6d
7
+ data.tar.gz: 420581159e7c313126eacb41cc52e48463cda4f66852d721e713b38b5d562107c82f4d3f4a654040b573a5157f5dbb4396167e26a92ea1107ccf54050bcc1068
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.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.15.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -301,8 +301,9 @@ module Aws::SupportApp
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
  #
@@ -914,7 +915,7 @@ module Aws::SupportApp
914
915
  params: params,
915
916
  config: config)
916
917
  context[:gem_name] = 'aws-sdk-supportapp'
917
- context[:gem_version] = '1.15.0'
918
+ context[:gem_version] = '1.16.0'
918
919
  Seahorse::Client::Request.new(handlers, context)
919
920
  end
920
921
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-supportapp/customizations'
52
52
  # @!group service
53
53
  module Aws::SupportApp
54
54
 
55
- GEM_VERSION = '1.15.0'
55
+ GEM_VERSION = '1.16.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-supportapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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