aws-sdk-core 3.199.0 → 3.200.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: d895f327aaebb1d2a4a50f3fd1c4e76e36104438bbf02f6d04399480561b4ef8
4
- data.tar.gz: a060bd7053cb741fed767a7e71033dee9c8dd1dfd96fe31e4fa2d8525c0c61f9
3
+ metadata.gz: 370a79ef96fb4ff40cbbfcba57d5b0f01d19220c46f8bc77e96984ed14f10ffd
4
+ data.tar.gz: 5be2366a83a15ced7f51ceb976a934f5b3a4f26b16337f298d12152f9fe576e8
5
5
  SHA512:
6
- metadata.gz: 4f91a98d16fc772e4ea6500b6ae6cbc1440666d7adee2bbbe2ed2f3fc5b9bae3ddfc31434c61ba01f109555a17730d0ff2429d5268e39c90eac91e9bb1cf40bc
7
- data.tar.gz: c5f0a55469f8b2800ba5b380da353cee13e4e876174cb1e1c0959c192ae1281379074255fc095f64cfa3ef1fd2d7926a74b681523256e28e2b42c2019bffe498
6
+ metadata.gz: 164598c925b921092a9a9cebc3a28786f6add8737971d3e7322308dad25035d07664a90b7d9cdc01aabb2601a6ebeebeb6ee83a3cfd309fdcd2849eed3f50c51
7
+ data.tar.gz: 306ce42e04c16d1c7bf3e6509f7641b60be02e74efa80698b3feef014117ee07c256a8703bb6e8de3dd5fc5e33018ff8f1551bef712eb81093b8289e4322ab60
data/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.200.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Updated Aws::STS::Client with the latest API changes.
8
+
9
+ * Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
10
+
11
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
12
+
4
13
  3.199.0 (2024-06-25)
5
14
  ------------------
6
15
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.199.0
1
+ 3.200.0
@@ -633,7 +633,7 @@ module Aws::SSO
633
633
  params: params,
634
634
  config: config)
635
635
  context[:gem_name] = 'aws-sdk-core'
636
- context[:gem_version] = '3.199.0'
636
+ context[:gem_version] = '3.200.0'
637
637
  Seahorse::Client::Request.new(handlers, context)
638
638
  end
639
639
 
@@ -111,9 +111,11 @@ module Aws::SSO
111
111
 
112
112
  api.metadata = {
113
113
  "apiVersion" => "2019-06-10",
114
+ "auth" => ["aws.auth#sigv4"],
114
115
  "endpointPrefix" => "portal.sso",
115
116
  "jsonVersion" => "1.1",
116
117
  "protocol" => "rest-json",
118
+ "protocols" => ["rest-json"],
117
119
  "serviceAbbreviation" => "SSO",
118
120
  "serviceFullName" => "AWS Single Sign-On",
119
121
  "serviceId" => "SSO",
data/lib/aws-sdk-sso.rb CHANGED
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-sso/customizations'
54
54
  # @!group service
55
55
  module Aws::SSO
56
56
 
57
- GEM_VERSION = '3.199.0'
57
+ GEM_VERSION = '3.200.0'
58
58
 
59
59
  end
@@ -986,7 +986,7 @@ module Aws::SSOOIDC
986
986
  params: params,
987
987
  config: config)
988
988
  context[:gem_name] = 'aws-sdk-core'
989
- context[:gem_version] = '3.199.0'
989
+ context[:gem_version] = '3.200.0'
990
990
  Seahorse::Client::Request.new(handlers, context)
991
991
  end
992
992
 
@@ -207,6 +207,7 @@ module Aws::SSOOIDC
207
207
 
208
208
  api.metadata = {
209
209
  "apiVersion" => "2019-06-10",
210
+ "auth" => ["aws.auth#sigv4"],
210
211
  "endpointPrefix" => "oidc",
211
212
  "jsonVersion" => "1.1",
212
213
  "protocol" => "rest-json",
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-ssooidc/customizations'
54
54
  # @!group service
55
55
  module Aws::SSOOIDC
56
56
 
57
- GEM_VERSION = '3.199.0'
57
+ GEM_VERSION = '3.200.0'
58
58
 
59
59
  end
@@ -2380,7 +2380,7 @@ module Aws::STS
2380
2380
  params: params,
2381
2381
  config: config)
2382
2382
  context[:gem_name] = 'aws-sdk-core'
2383
- context[:gem_version] = '3.199.0'
2383
+ context[:gem_version] = '3.200.0'
2384
2384
  Seahorse::Client::Request.new(handlers, context)
2385
2385
  end
2386
2386
 
@@ -251,9 +251,11 @@ module Aws::STS
251
251
 
252
252
  api.metadata = {
253
253
  "apiVersion" => "2011-06-15",
254
+ "auth" => ["aws.auth#sigv4"],
254
255
  "endpointPrefix" => "sts",
255
256
  "globalEndpoint" => "sts.amazonaws.com",
256
257
  "protocol" => "query",
258
+ "protocols" => ["query"],
257
259
  "serviceAbbreviation" => "AWS STS",
258
260
  "serviceFullName" => "AWS Security Token Service",
259
261
  "serviceId" => "STS",
data/lib/aws-sdk-sts.rb CHANGED
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-sts/customizations'
54
54
  # @!group service
55
55
  module Aws::STS
56
56
 
57
- GEM_VERSION = '3.199.0'
57
+ GEM_VERSION = '3.200.0'
58
58
 
59
59
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.199.0
4
+ version: 3.200.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath