aws-sdk-ssoadmin 1.36.0 → 1.37.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: 9d6da72ed997f5500f991a08a6293748a7055c0671af63f83d462d30c819fdec
4
- data.tar.gz: 3c4a1a7afcfd1bc0f48b6ce73fe2f89e97d59f51e109c43201e3b7a614291110
3
+ metadata.gz: 126e49a44a93294af296c045763a913d801da7879446b8db7e893a60347ef621
4
+ data.tar.gz: 4845d1f61ad3f9db6fe78c9e5db17497b9d3b336c390f058d390e8887d0d7dcd
5
5
  SHA512:
6
- metadata.gz: 10e66c0533f011e839d885d504c62bb95996eef769c928938059b111861bb1383e3dfc77cc851f34065cc4e8a454411fc3ef85e53e4ccaa8e27eef16c2c4715f
7
- data.tar.gz: 87d5d77f852b8c989fc9b333c1df22beb92c7d116f6547762cdd3c028eee75f2a1be44986bdaf0523695a9cd119aed7c94b1bdec3dc026cbd05efefbf80907d2
6
+ metadata.gz: 01ae33088ae319e25dd2e54253e5e8430cf3b1404424c85173f92b7d37a815a85dd25b0fe21a4b49ab7965b41555a80dba260244b5453e475852692b770e5ead
7
+ data.tar.gz: a28061c7e28988b7e701da80f46fb16eac1fb2929f7504c06cf10623ff43ff3e3456087ac439257e4704a7ec181d5f27352ca018ab8711fc819e5ae9fe688eb6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.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.36.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -301,8 +301,9 @@ module Aws::SSOAdmin
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
  #
@@ -3832,7 +3833,7 @@ module Aws::SSOAdmin
3832
3833
  params: params,
3833
3834
  config: config)
3834
3835
  context[:gem_name] = 'aws-sdk-ssoadmin'
3835
- context[:gem_version] = '1.36.0'
3836
+ context[:gem_version] = '1.37.0'
3836
3837
  Seahorse::Client::Request.new(handlers, context)
3837
3838
  end
3838
3839
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ssoadmin/customizations'
52
52
  # @!group service
53
53
  module Aws::SSOAdmin
54
54
 
55
- GEM_VERSION = '1.36.0'
55
+ GEM_VERSION = '1.37.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssoadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.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