aws-sdk-ssoadmin 1.59.0 → 1.60.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: 23b37bd963ebb35de6b57992d294a6f4bfa2051159372abe7a99f352dfe8b751
4
- data.tar.gz: 4a368bcce96413938e2c5ccb0ae36184d3659c7375e933e99b0508824f3c5359
3
+ metadata.gz: c44c3f2288a2c5e56d5b0398a1900a584ba5d7420c0225873c1d54ef1b8a73e8
4
+ data.tar.gz: 0c005f462de9e923169aa4e7e65fa53528362d34fcd5ccb8537da7890a91aecb
5
5
  SHA512:
6
- metadata.gz: dc35df433724654cc201cc69c12934a045e3c02dcc62b999896d0f7c0f3e33b09e2f39dbb727a35243b360e7f2e1a29cf38487cb9a90302f5306fe5db3e86d1d
7
- data.tar.gz: ee6303c71c5d1c8df0fce2fb502549edb25720f294d3f6ffa4916d5c19f249052c4e67f5cfcdb637dc72314bdb21f817e34fbebbd5bfba037812cbd706d3508a
6
+ metadata.gz: 74dae08b9ad798a9ed941a94b149eb295a553749fde5732c02b1d975595971c6e1901d96c377fb4190fdf9905fc6dfe86d76e5f47ba4aac121ed5f67dd29bd80
7
+ data.tar.gz: d952226980429e359f9f06b7e051d654ef3a6dc6cddfc78b5cb36ba186f8cb64f6721ef5604ddeb0a297a7abe43190d33673aea4b7c187e713a109a795b8afc6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.59.0 (2025-08-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -4058,7 +4058,7 @@ module Aws::SSOAdmin
4058
4058
  tracer: tracer
4059
4059
  )
4060
4060
  context[:gem_name] = 'aws-sdk-ssoadmin'
4061
- context[:gem_version] = '1.59.0'
4061
+ context[:gem_version] = '1.60.0'
4062
4062
  Seahorse::Client::Request.new(handlers, context)
4063
4063
  end
4064
4064
 
@@ -55,7 +55,7 @@ module Aws::SSOAdmin
55
55
  autoload :EndpointProvider, 'aws-sdk-ssoadmin/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssoadmin/endpoints'
57
57
 
58
- GEM_VERSION = '1.59.0'
58
+ GEM_VERSION = '1.60.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssoadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services