aws-sdk-chime 1.116.0 → 1.117.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: 2a39dce8cb953334bf04c3ac296e0dd05facefc65d76bfadb260cbbcc736699a
4
- data.tar.gz: c5a251d1fa5c89db74917fc6b846af2cd20fddb4e3119d2530b06cff5d12dd76
3
+ metadata.gz: 4054bef86824ecc2939555d41b1e04eb176259a10dfc5ea406cb0c920eeac341
4
+ data.tar.gz: a9e60059e44c0367b41678ff82a376bb30c54fc0bef2bf4144e5ff25466b0f56
5
5
  SHA512:
6
- metadata.gz: 1771fea558cc374d35649dfef35cceb794f0e2b47f5fd6f3008f61fb34a639176a9594d2c313ee75d0ab5b5c9d2fe9287bab5d56c8ae90521ef0ccca625ee0e4
7
- data.tar.gz: 86a7659ed667081ed8c6344cc547ff185e7fb11d341eeb611a78d4ed4e85b814f817f18c7df031ebe6caad0855c40ff080566c44c1ebf4de5db1dc0e65f9c1fc
6
+ metadata.gz: b25d265a6ce5acfe84573f926c1e873d64dfba9665614a94f8c7535f5583a46aad7968a37fdb7ba17fcb83436bad62c0a6903966d272f0c20dfb8d876e3a6535
7
+ data.tar.gz: 07310fe9e7fb2178a43ac655970421bae5d0897e099f47179f9e3ca921b833abc6750f685ac8e81652c893ac7396b5e653c1e04c9e3d1c090031ae417bdcfbf6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.117.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.116.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.116.0
1
+ 1.117.0
@@ -3128,7 +3128,7 @@ module Aws::Chime
3128
3128
  tracer: tracer
3129
3129
  )
3130
3130
  context[:gem_name] = 'aws-sdk-chime'
3131
- context[:gem_version] = '1.116.0'
3131
+ context[:gem_version] = '1.117.0'
3132
3132
  Seahorse::Client::Request.new(handlers, context)
3133
3133
  end
3134
3134
 
data/lib/aws-sdk-chime.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Chime
54
54
  autoload :EndpointProvider, 'aws-sdk-chime/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chime/endpoints'
56
56
 
57
- GEM_VERSION = '1.116.0'
57
+ GEM_VERSION = '1.117.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -98,7 +98,7 @@ module Aws
98
98
  signin_delegate_groups: Array[
99
99
  {
100
100
  group_name: ::String?
101
- },
101
+ }
102
102
  ]
103
103
  ) -> _AssociateSigninDelegateGroupsWithAccountResponseSuccess
104
104
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateSigninDelegateGroupsWithAccountResponseSuccess
@@ -115,7 +115,7 @@ module Aws
115
115
  {
116
116
  member_id: ::String?,
117
117
  role: ("Administrator" | "Member")?
118
- },
118
+ }
119
119
  ]
120
120
  ) -> _BatchCreateRoomMembershipResponseSuccess
121
121
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateRoomMembershipResponseSuccess
@@ -163,7 +163,7 @@ module Aws
163
163
  phone_number_id: ::String,
164
164
  product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")?,
165
165
  calling_name: ::String?
166
- },
166
+ }
167
167
  ]
168
168
  ) -> _BatchUpdatePhoneNumberResponseSuccess
169
169
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdatePhoneNumberResponseSuccess
@@ -184,7 +184,7 @@ module Aws
184
184
  is_alexa_for_business_enabled: bool?,
185
185
  alexa_for_business_room_arn: ::String?
186
186
  }?
187
- },
187
+ }
188
188
  ]
189
189
  ) -> _BatchUpdateUserResponseSuccess
190
190
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateUserResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.116.0
4
+ version: 1.117.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services