aws-sdk-chimesdkmeetings 1.56.0 → 1.57.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: 7107fd61ac908705587c94fbe6f9bc0083c2c2dbbd38461284eeb9fa60f87c1a
4
- data.tar.gz: ef11066957e4208f5d3ab27520424d01bf0405c9c4fb87c81dec571e60fed505
3
+ metadata.gz: cf340adf63e4b04fbcd3557a315f8582d23ad842a656a2202335234c963e5a10
4
+ data.tar.gz: e6b38d12297626695549199a1a03f0c83ff0424f3b681f3c540a73dc88676fff
5
5
  SHA512:
6
- metadata.gz: f46deb8b946a99fe56689a35a6df8fe196c878f8ce2aa2007a4c19158d8f3ee11af029a7240bd6619a8a3d0c0cbb38fa78ab2d5b7f3bc4ba33a137ae0efa3038
7
- data.tar.gz: 653cf50c4f95181dd2c4c9e487689f74e2ae21e8ff367d193623014c24ecb7299d79bb347ae49576f574c273f95edbe5599b5c33b71440ff76cf5f044d194c91
6
+ metadata.gz: ad6928f3732f58a6d7c6707e9c704f23ee7953358a1b63ac9c993c5b39a03a6c8ae62cafb750a6f6ba0cabd819b4f53a9764d72b867c59d4489ff6a40fea71d1
7
+ data.tar.gz: b883ba49e4d7b3125b17eb67cd679ed437dd7ffed33576d9a86b3b115bc9f9ff6b35db42ba4049ffd1996428e5c0769d06f467dac27562ff86d1e340a61ae71b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.56.0 (2025-10-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -1652,7 +1652,7 @@ module Aws::ChimeSDKMeetings
1652
1652
  tracer: tracer
1653
1653
  )
1654
1654
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
1655
- context[:gem_version] = '1.56.0'
1655
+ context[:gem_version] = '1.57.0'
1656
1656
  Seahorse::Client::Request.new(handlers, context)
1657
1657
  end
1658
1658
 
@@ -13,22 +13,22 @@ module Aws::ChimeSDKMeetings
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::ChimeSDKMeetings
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkmeetings/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkmeetings/endpoints'
56
56
 
57
- GEM_VERSION = '1.56.0'
57
+ GEM_VERSION = '1.57.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-chimesdkmeetings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services