aws-sdk-chimesdkidentity 1.49.0 → 1.50.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: cc8b6c4864b03afbe52df0f160ee039cbae7d7a32005d65cf8ca814b3446e384
4
- data.tar.gz: 942d08c82673027b7c84d53ce6fdff4fcf26478e2bc4939532365dd7bfb02481
3
+ metadata.gz: a615af021f6742cfcca7193d7109b9fb7ad5a898e9937e9c11370803a39d10e6
4
+ data.tar.gz: 31c5e25882e7ef77e667d76f6f6e0ba0b8a982fa15881029b8a9da166f64f0a1
5
5
  SHA512:
6
- metadata.gz: 36a27feb1697ec19e38786aa7371899570beaaf17a69d5df25ae79476e5f87c478bdc17f7a0baa739cfd0b91bf0793b08fb73dcb2e293ba9565a4b87b754aa76
7
- data.tar.gz: d10c1c30f284433e38db6dedf16e71dbd71ba01cb3cc07d5cfc7ca02da1ef3c5bbd27952ebae0d7981f589f44d66fda9b4346a207121b05271b288389cb8e0dc
6
+ metadata.gz: 2f030f287cde0ccf21600335a456077310af263ff72e49504c1e674ab978fa4dffc14a94b9b462101cc36baa56cb57a613e30b78388b9fe01603fab0d83c1581
7
+ data.tar.gz: cf65da85143c461aba601e9dbcb0f6997887ff3a21c88c6b5314abab02a600a9fa6afb504b81c90ce0679bb925ce8c41e8a397cbc16c27f2504fc0cf01ce0098
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.49.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -1706,7 +1706,7 @@ module Aws::ChimeSDKIdentity
1706
1706
  tracer: tracer
1707
1707
  )
1708
1708
  context[:gem_name] = 'aws-sdk-chimesdkidentity'
1709
- context[:gem_version] = '1.49.0'
1709
+ context[:gem_version] = '1.50.0'
1710
1710
  Seahorse::Client::Request.new(handlers, context)
1711
1711
  end
1712
1712
 
@@ -13,22 +13,22 @@ module Aws::ChimeSDKIdentity
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::ChimeSDKIdentity
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkidentity/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkidentity/endpoints'
56
56
 
57
- GEM_VERSION = '1.49.0'
57
+ GEM_VERSION = '1.50.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-chimesdkidentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services