aws-sdk-identitystore 1.57.0 → 1.58.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: ff7fc0ab1af634b75dbf1d178c1aba57e84c45c8a74b60b4c688b2cca6613a0d
4
- data.tar.gz: f6faf0a76e1f486b68507d9131526b372f00b3bf32d6c2af73bd4c7ed549c506
3
+ metadata.gz: fc1d7e6c00e34482ae28c130a8ab02f77f28623e11c0cb0f9fde87bd2a8db344
4
+ data.tar.gz: e3a14dc73f29e1ec7f7af285b867bf4b035fcfdc089f414c063508cdab95d87c
5
5
  SHA512:
6
- metadata.gz: 6e8430ff85986f758f79eb82436e20e5ca3bb1d730ecbfd34196a27c29e33626aff211c62ee04e1b13ecc90add4d7ea10070ffb0919f77643900a40d25afaf97
7
- data.tar.gz: 4e438aebbf0cacaaa1a1272cb39dd8c8bcb1b00b7babdae2013d51994b533c8828cccf811e7e7ac9188e0c809e79394e4fe42076424c3a2018a38b899e301ca5
6
+ metadata.gz: 90be3a47969c5f7abb930d762be531445cee99f71f3b48ddf6acb892265e2a2a56b786b2f7c2829d90c22770cff585326152f47cbc396a9b1698b2cd6584ddf3
7
+ data.tar.gz: 78d5b89c2c47fe6c28503bf7851603d5ce0aa6c2f42a1a51465e99c32c61abf02d8eb0be8e7b5d7cde55534356acfc82515b47ec99be8d9c953d523ea90cf207
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.57.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -1614,7 +1614,7 @@ module Aws::IdentityStore
1614
1614
  tracer: tracer
1615
1615
  )
1616
1616
  context[:gem_name] = 'aws-sdk-identitystore'
1617
- context[:gem_version] = '1.57.0'
1617
+ context[:gem_version] = '1.58.0'
1618
1618
  Seahorse::Client::Request.new(handlers, context)
1619
1619
  end
1620
1620
 
@@ -13,22 +13,22 @@ module Aws::IdentityStore
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::IdentityStore
54
54
  autoload :EndpointProvider, 'aws-sdk-identitystore/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-identitystore/endpoints'
56
56
 
57
- GEM_VERSION = '1.57.0'
57
+ GEM_VERSION = '1.58.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-identitystore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services