aws-sdk-chimesdkvoice 1.55.0 → 1.56.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: 2445626e03631fafdce590838860a39b9d204a85e377f2bcea6a46cda5e18669
4
+ data.tar.gz: 71243233fc952208183dbd69a55096c6d5f4ce773457517a0c63fc364de7e4c0
5
5
  SHA512:
6
- metadata.gz: f5f353900b3314674b37cc728b37cd3dac0aca243471d6a858d7a360283f84ec9126ffa5cd3ac468afae6c92dfd6ec39b0c090e3dd8e564ee267a044f838cf2b
7
- data.tar.gz: d224b2fa8efc8590b82dcff0810c6654649e7b0cb8def07e548a9686096bb4a0c4952f5b944a46b743b45d1348b3250d7b60e039625ef72f0bde544be77ade63
6
+ metadata.gz: 4b559a012f51fd35d2f231354a6799b8b396c551c745e0d41592be39381af7561c5cf713ae8d16eee89f102b9f7b14135b979ec6c2ac9f860712ac922991d0c2
7
+ data.tar.gz: 247a3d4836aafd237233cd9cd6a794f61684d3149d6d2e3ee745307a7636bc924b39a7864b01eb5897bee63e9c29285d781a98a489252b9e78998853251feeb8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.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.55.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -4450,7 +4450,7 @@ module Aws::ChimeSDKVoice
4450
4450
  tracer: tracer
4451
4451
  )
4452
4452
  context[:gem_name] = 'aws-sdk-chimesdkvoice'
4453
- context[:gem_version] = '1.55.0'
4453
+ context[:gem_version] = '1.56.0'
4454
4454
  Seahorse::Client::Request.new(handlers, context)
4455
4455
  end
4456
4456
 
@@ -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.56.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.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services