aws-sdk-pinpointsmsvoicev2 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: e89d43324204da44de3f0ea50e781056bf881a792357a0de2aac9bace825acb9
4
- data.tar.gz: 3e2c5fbe06ff726698ba02e4cc6773ccc7855a4d32c4a714abb735fa5bbfe534
3
+ metadata.gz: d96bce1f8ad99825a7c94f19e40250b66d8b3aef294f569719054377f580302f
4
+ data.tar.gz: c81ea63afb866b38260e9f364c5bdc2c766d4d72d94cbf5ca478f61311b1c48b
5
5
  SHA512:
6
- metadata.gz: 30a2dea80f62fb0dd6012af82090fadf0b2e61d2896d2c5a3056b998f8c5598e0d695e0a0f8173a5ba96578dc1ddc8bcc680ef09c7df328eca75da9c4df628c3
7
- data.tar.gz: a382fee92507d3510c4c6b6d96d255a550c4a19b77041d672730d24f99c060c2554f93244688eaa1e958f313c7795224de3123982dccbdd12797a7d4fbeebbc1
6
+ metadata.gz: b7d87a6f4e35ce45ae1411db73a9001bc4473bce772277fbb81a2883b186a21f35630801bdc01cd4dad708020d29ab5da4343ea3a6d944066987085b3a95c44b
7
+ data.tar.gz: 17b3134680d571fc71a78288ecedda7bbaa1fdbb66c1a7d03c4a6974eac20054eae74f5a9ed197a6d306c5a2bdd1a3dc0383ec49d6afe16b7c3e75ba0a82e70f
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::PinpointSMSVoiceV2
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::PinpointSMSVoiceV2
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
@@ -7299,7 +7297,7 @@ module Aws::PinpointSMSVoiceV2
7299
7297
  tracer: tracer
7300
7298
  )
7301
7299
  context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
7302
- context[:gem_version] = '1.55.0'
7300
+ context[:gem_version] = '1.57.0'
7303
7301
  Seahorse::Client::Request.new(handlers, context)
7304
7302
  end
7305
7303
 
@@ -55,7 +55,7 @@ module Aws::PinpointSMSVoiceV2
55
55
  autoload :EndpointProvider, 'aws-sdk-pinpointsmsvoicev2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pinpointsmsvoicev2/endpoints'
57
57
 
58
- GEM_VERSION = '1.55.0'
58
+ GEM_VERSION = '1.57.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -141,7 +141,7 @@ module Aws
141
141
  {
142
142
  key: ::String,
143
143
  value: ::String
144
- },
144
+ }
145
145
  ],
146
146
  ?client_token: ::String
147
147
  ) -> _CreateConfigurationSetResponseSuccess
@@ -205,7 +205,7 @@ module Aws
205
205
  {
206
206
  key: ::String,
207
207
  value: ::String
208
- },
208
+ }
209
209
  ]
210
210
  ) -> _CreateNotifyConfigurationResponseSuccess
211
211
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNotifyConfigurationResponseSuccess
@@ -224,7 +224,7 @@ module Aws
224
224
  {
225
225
  key: ::String,
226
226
  value: ::String
227
- },
227
+ }
228
228
  ],
229
229
  ?client_token: ::String
230
230
  ) -> _CreateOptOutListResponseSuccess
@@ -256,7 +256,7 @@ module Aws
256
256
  {
257
257
  key: ::String,
258
258
  value: ::String
259
- },
259
+ }
260
260
  ],
261
261
  ?client_token: ::String
262
262
  ) -> _CreatePoolResponseSuccess
@@ -279,7 +279,7 @@ module Aws
279
279
  {
280
280
  key: ::String,
281
281
  value: ::String
282
- },
282
+ }
283
283
  ]
284
284
  ) -> _CreateProtectConfigurationResponseSuccess
285
285
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProtectConfigurationResponseSuccess
@@ -306,7 +306,7 @@ module Aws
306
306
  {
307
307
  key: ::String,
308
308
  value: ::String
309
- },
309
+ }
310
310
  ],
311
311
  ?client_token: ::String
312
312
  ) -> _CreateRcsAgentResponseSuccess
@@ -330,7 +330,7 @@ module Aws
330
330
  {
331
331
  key: ::String,
332
332
  value: ::String
333
- },
333
+ }
334
334
  ],
335
335
  ?client_token: ::String
336
336
  ) -> _CreateRegistrationResponseSuccess
@@ -370,7 +370,7 @@ module Aws
370
370
  {
371
371
  key: ::String,
372
372
  value: ::String
373
- },
373
+ }
374
374
  ],
375
375
  ?client_token: ::String
376
376
  ) -> _CreateRegistrationAttachmentResponseSuccess
@@ -408,7 +408,7 @@ module Aws
408
408
  {
409
409
  key: ::String,
410
410
  value: ::String
411
- },
411
+ }
412
412
  ],
413
413
  ?client_token: ::String
414
414
  ) -> _CreateVerifiedDestinationNumberResponseSuccess
@@ -758,7 +758,7 @@ module Aws
758
758
  {
759
759
  name: ("event-destination-name" | "matching-event-types" | "default-message-type" | "default-sender-id" | "default-message-feedback-enabled" | "protect-configuration-id"),
760
760
  values: Array[::String]
761
- },
761
+ }
762
762
  ],
763
763
  ?next_token: ::String,
764
764
  ?max_results: ::Integer
@@ -780,7 +780,7 @@ module Aws
780
780
  {
781
781
  name: ("keyword-action"),
782
782
  values: Array[::String]
783
- },
783
+ }
784
784
  ],
785
785
  ?next_token: ::String,
786
786
  ?max_results: ::Integer
@@ -799,7 +799,7 @@ module Aws
799
799
  {
800
800
  name: ("display-name" | "enabled-countries" | "enabled-channels" | "default-template" | "default-pool" | "use-case" | "status" | "deletion-protection-enabled" | "tier-upgrade-status"),
801
801
  values: Array[::String]
802
- },
802
+ }
803
803
  ],
804
804
  ?next_token: ::String,
805
805
  ?max_results: ::Integer
@@ -818,7 +818,7 @@ module Aws
818
818
  {
819
819
  name: ("template-type" | "channels" | "tier-access" | "supported-countries" | "language-code" | "supported-voice-ids"),
820
820
  values: Array[::String]
821
- },
821
+ }
822
822
  ],
823
823
  ?next_token: ::String,
824
824
  ?max_results: ::Integer
@@ -854,7 +854,7 @@ module Aws
854
854
  {
855
855
  name: ("end-user-opted-out"),
856
856
  values: Array[::String]
857
- },
857
+ }
858
858
  ],
859
859
  ?next_token: ::String,
860
860
  ?max_results: ::Integer
@@ -873,7 +873,7 @@ module Aws
873
873
  {
874
874
  name: ("status" | "iso-country-code" | "message-type" | "number-capability" | "number-type" | "two-way-enabled" | "self-managed-opt-outs-enabled" | "opt-out-list-name" | "deletion-protection-enabled" | "two-way-channel-arn"),
875
875
  values: Array[::String]
876
- },
876
+ }
877
877
  ],
878
878
  ?next_token: ::String,
879
879
  ?max_results: ::Integer,
@@ -893,7 +893,7 @@ module Aws
893
893
  {
894
894
  name: ("status" | "message-type" | "two-way-enabled" | "self-managed-opt-outs-enabled" | "opt-out-list-name" | "shared-routes-enabled" | "deletion-protection-enabled" | "two-way-channel-arn"),
895
895
  values: Array[::String]
896
- },
896
+ }
897
897
  ],
898
898
  ?next_token: ::String,
899
899
  ?max_results: ::Integer,
@@ -913,7 +913,7 @@ module Aws
913
913
  {
914
914
  name: ("account-default" | "deletion-protection-enabled"),
915
915
  values: Array[::String]
916
- },
916
+ }
917
917
  ],
918
918
  ?next_token: ::String,
919
919
  ?max_results: ::Integer
@@ -935,7 +935,7 @@ module Aws
935
935
  {
936
936
  name: ("country-launch-status"),
937
937
  values: Array[::String]
938
- },
938
+ }
939
939
  ],
940
940
  ?max_results: ::Integer,
941
941
  ?next_token: ::String
@@ -955,7 +955,7 @@ module Aws
955
955
  {
956
956
  name: ("status" | "two-way-enabled" | "self-managed-opt-outs-enabled" | "opt-out-list-name" | "deletion-protection-enabled" | "two-way-channel-arn"),
957
957
  values: Array[::String]
958
- },
958
+ }
959
959
  ],
960
960
  ?next_token: ::String,
961
961
  ?max_results: ::Integer
@@ -974,7 +974,7 @@ module Aws
974
974
  {
975
975
  name: ("attachment-status"),
976
976
  values: Array[::String]
977
- },
977
+ }
978
978
  ],
979
979
  ?next_token: ::String,
980
980
  ?max_results: ::Integer
@@ -1043,7 +1043,7 @@ module Aws
1043
1043
  {
1044
1044
  name: ("supported-association-resource-type" | "supported-association-iso-country-code"),
1045
1045
  values: Array[::String]
1046
- },
1046
+ }
1047
1047
  ],
1048
1048
  ?next_token: ::String,
1049
1049
  ?max_results: ::Integer
@@ -1065,7 +1065,7 @@ module Aws
1065
1065
  {
1066
1066
  name: ("registration-version-status"),
1067
1067
  values: Array[::String]
1068
- },
1068
+ }
1069
1069
  ],
1070
1070
  ?next_token: ::String,
1071
1071
  ?max_results: ::Integer
@@ -1084,7 +1084,7 @@ module Aws
1084
1084
  {
1085
1085
  name: ("registration-type" | "registration-status"),
1086
1086
  values: Array[::String]
1087
- },
1087
+ }
1088
1088
  ],
1089
1089
  ?next_token: ::String,
1090
1090
  ?max_results: ::Integer
@@ -1102,13 +1102,13 @@ module Aws
1102
1102
  {
1103
1103
  sender_id: ::String,
1104
1104
  iso_country_code: ::String
1105
- },
1105
+ }
1106
1106
  ],
1107
1107
  ?filters: Array[
1108
1108
  {
1109
1109
  name: ("sender-id" | "iso-country-code" | "message-type" | "deletion-protection-enabled" | "registered"),
1110
1110
  values: Array[::String]
1111
- },
1111
+ }
1112
1112
  ],
1113
1113
  ?next_token: ::String,
1114
1114
  ?max_results: ::Integer,
@@ -1141,7 +1141,7 @@ module Aws
1141
1141
  {
1142
1142
  name: ("status" | "rcs-agent-id"),
1143
1143
  values: Array[::String]
1144
- },
1144
+ }
1145
1145
  ],
1146
1146
  ?next_token: ::String,
1147
1147
  ?max_results: ::Integer
@@ -1248,7 +1248,7 @@ module Aws
1248
1248
  {
1249
1249
  name: ("iso-country-code" | "number-capability"),
1250
1250
  values: Array[::String]
1251
- },
1251
+ }
1252
1252
  ],
1253
1253
  ?next_token: ::String,
1254
1254
  ?max_results: ::Integer
@@ -1269,7 +1269,7 @@ module Aws
1269
1269
  {
1270
1270
  name: ("iso-country-code" | "destination-phone-number-begins-with" | "action" | "expires-before" | "expires-after" | "created-before" | "created-after"),
1271
1271
  values: Array[::String]
1272
- },
1272
+ }
1273
1273
  ],
1274
1274
  ?next_token: ::String,
1275
1275
  ?max_results: ::Integer
@@ -1291,7 +1291,7 @@ module Aws
1291
1291
  {
1292
1292
  name: ("resource-type" | "iso-country-code"),
1293
1293
  values: Array[::String]
1294
- },
1294
+ }
1295
1295
  ],
1296
1296
  ?next_token: ::String,
1297
1297
  ?max_results: ::Integer
@@ -1486,7 +1486,7 @@ module Aws
1486
1486
  {
1487
1487
  key: ::String,
1488
1488
  value: ::String
1489
- },
1489
+ }
1490
1490
  ],
1491
1491
  ?client_token: ::String
1492
1492
  ) -> _RequestPhoneNumberResponseSuccess
@@ -1513,7 +1513,7 @@ module Aws
1513
1513
  {
1514
1514
  key: ::String,
1515
1515
  value: ::String
1516
- },
1516
+ }
1517
1517
  ],
1518
1518
  ?client_token: ::String
1519
1519
  ) -> _RequestSenderIdResponseSuccess
@@ -1755,7 +1755,7 @@ module Aws
1755
1755
  {
1756
1756
  key: ::String,
1757
1757
  value: ::String
1758
- },
1758
+ }
1759
1759
  ]
1760
1760
  ) -> _TagResourceResponseSuccess
1761
1761
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpointsmsvoicev2
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