aws-sdk-chimesdkvoice 1.55.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: 29cfaf3cf9de41316c365954c6a2ed085438a18383915ddc77855c600457bac2
4
- data.tar.gz: 7eb77c02ff5008b1c97aeaa2f92c3baa51e17bed1777c2ac2901da629914c424
3
+ metadata.gz: 76337d16c0c486c52eac408927ef2fc0cef42e944f6dfbb69bec820bb56a0191
4
+ data.tar.gz: 182588dc8817dc075e3eccb8b3418f68240a378e6574373ff0d8e4eb57272c4e
5
5
  SHA512:
6
- metadata.gz: f5f353900b3314674b37cc728b37cd3dac0aca243471d6a858d7a360283f84ec9126ffa5cd3ac468afae6c92dfd6ec39b0c090e3dd8e564ee267a044f838cf2b
7
- data.tar.gz: d224b2fa8efc8590b82dcff0810c6654649e7b0cb8def07e548a9686096bb4a0c4952f5b944a46b743b45d1348b3250d7b60e039625ef72f0bde544be77ade63
6
+ metadata.gz: 4cc2587301f6e3b78b8d158ce0c2e160b8c27ce01d80a1b9a0408dd0faac1eb568edec80d938d906309a465cd1c7f520da3af27929474235446df675140a55d5
7
+ data.tar.gz: b357320f21c0d5e52f1e235dd08037d73674b76e4f65a3b06933905677edcca0435cce4d5960b04ba3c529060f09ba959ed4ee5b85a20e8cb67dd5989f90d7b6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.56.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.55.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.57.0
@@ -199,7 +199,7 @@ module Aws::ChimeSDKVoice
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::ChimeSDKVoice
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -4450,7 +4448,7 @@ module Aws::ChimeSDKVoice
4450
4448
  tracer: tracer
4451
4449
  )
4452
4450
  context[:gem_name] = 'aws-sdk-chimesdkvoice'
4453
- context[:gem_version] = '1.55.0'
4451
+ context[:gem_version] = '1.57.0'
4454
4452
  Seahorse::Client::Request.new(handlers, context)
4455
4453
  end
4456
4454
 
@@ -54,7 +54,7 @@ module Aws::ChimeSDKVoice
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkvoice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkvoice/endpoints'
56
56
 
57
- GEM_VERSION = '1.55.0'
57
+ GEM_VERSION = '1.57.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -124,7 +124,7 @@ module Aws
124
124
  product_type: ("VoiceConnector" | "SipMediaApplicationDialIn")?,
125
125
  calling_name: ::String?,
126
126
  name: ::String?
127
- },
127
+ }
128
128
  ]
129
129
  ) -> _BatchUpdatePhoneNumberResponseSuccess
130
130
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdatePhoneNumberResponseSuccess
@@ -172,13 +172,13 @@ module Aws
172
172
  endpoints: Array[
173
173
  {
174
174
  lambda_arn: ::String?
175
- },
175
+ }
176
176
  ],
177
177
  ?tags: Array[
178
178
  {
179
179
  key: ::String,
180
180
  value: ::String
181
- },
181
+ }
182
182
  ]
183
183
  ) -> _CreateSipMediaApplicationResponseSuccess
184
184
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSipMediaApplicationResponseSuccess
@@ -212,7 +212,7 @@ module Aws
212
212
  sip_media_application_id: ::String?,
213
213
  priority: ::Integer?,
214
214
  aws_region: ::String?
215
- },
215
+ }
216
216
  ]
217
217
  ) -> _CreateSipRuleResponseSuccess
218
218
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSipRuleResponseSuccess
@@ -230,7 +230,7 @@ module Aws
230
230
  {
231
231
  key: ::String,
232
232
  value: ::String
233
- },
233
+ }
234
234
  ],
235
235
  ?integration_type: ("CONNECT_CALL_TRANSFER_CONNECTOR" | "CONNECT_ANALYTICS_CONNECTOR"),
236
236
  ?network_type: ("IPV4_ONLY" | "DUAL_STACK")
@@ -248,7 +248,7 @@ module Aws
248
248
  {
249
249
  voice_connector_id: ::String,
250
250
  priority: ::Integer
251
- },
251
+ }
252
252
  ]
253
253
  ) -> _CreateVoiceConnectorGroupResponseSuccess
254
254
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVoiceConnectorGroupResponseSuccess
@@ -279,7 +279,7 @@ module Aws
279
279
  {
280
280
  key: ::String,
281
281
  value: ::String
282
- },
282
+ }
283
283
  ]
284
284
  ) -> _CreateVoiceProfileDomainResponseSuccess
285
285
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVoiceProfileDomainResponseSuccess
@@ -823,7 +823,7 @@ module Aws
823
823
  emergency_phone_number: ::String,
824
824
  test_phone_number: ::String?,
825
825
  calling_country: ::String
826
- },
826
+ }
827
827
  ]?
828
828
  }
829
829
  ) -> _PutVoiceConnectorEmergencyCallingConfigurationResponseSuccess
@@ -870,7 +870,7 @@ module Aws
870
870
  protocol: ("TCP" | "UDP")?,
871
871
  priority: ::Integer?,
872
872
  weight: ::Integer?
873
- },
873
+ }
874
874
  ]?,
875
875
  disabled: bool?
876
876
  }
@@ -904,7 +904,7 @@ module Aws
904
904
  streaming_notification_targets: Array[
905
905
  {
906
906
  notification_target: ("EventBridge" | "SNS" | "SQS")?
907
- },
907
+ }
908
908
  ]?,
909
909
  media_insights_configuration: {
910
910
  disabled: bool?,
@@ -938,7 +938,7 @@ module Aws
938
938
  {
939
939
  username: ::String?,
940
940
  password: ::String?
941
- },
941
+ }
942
942
  ]
943
943
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
944
944
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1019,7 +1019,7 @@ module Aws
1019
1019
  {
1020
1020
  key: ::String,
1021
1021
  value: ::String
1022
- },
1022
+ }
1023
1023
  ]
1024
1024
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1025
1025
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -1082,7 +1082,7 @@ module Aws
1082
1082
  ?endpoints: Array[
1083
1083
  {
1084
1084
  lambda_arn: ::String?
1085
- },
1085
+ }
1086
1086
  ]
1087
1087
  ) -> _UpdateSipMediaApplicationResponseSuccess
1088
1088
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSipMediaApplicationResponseSuccess
@@ -1113,7 +1113,7 @@ module Aws
1113
1113
  sip_media_application_id: ::String?,
1114
1114
  priority: ::Integer?,
1115
1115
  aws_region: ::String?
1116
- },
1116
+ }
1117
1117
  ]
1118
1118
  ) -> _UpdateSipRuleResponseSuccess
1119
1119
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSipRuleResponseSuccess
@@ -1142,7 +1142,7 @@ module Aws
1142
1142
  {
1143
1143
  voice_connector_id: ::String,
1144
1144
  priority: ::Integer
1145
- },
1145
+ }
1146
1146
  ]
1147
1147
  ) -> _UpdateVoiceConnectorGroupResponseSuccess
1148
1148
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVoiceConnectorGroupResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkvoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement