aws-sdk-pinpointsmsvoice 1.76.0 → 1.78.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: f47058145ee5f15ec28def338164517152245f586c2ac264f69cb9cf967dc444
4
- data.tar.gz: 910ce372b1f5d0c90912c8c42e65b9bf5483b468067bbb6b5cfa65df56d676a8
3
+ metadata.gz: 25957f9cc5ca2eb13dc94365bc7f68ce586258d7a9b374065562ba36413c9be5
4
+ data.tar.gz: 7b6360c1abd322b20fae6d90a496442594b6195cab0f7c09219e6f3dad09443a
5
5
  SHA512:
6
- metadata.gz: 2e3a8abd2d43918b397d9c61e5256ebae0bf1a8e5ba263be98e655f21054baaae2b855503aeb43ce3ccdaecc4d7511564595e5a72b3b24294f40f58dbc594f91
7
- data.tar.gz: b770affa4d5a31564b50e8a630085200ae01ddb2edfc2101d5c249e1ddea64c1202bda4ab97d389f11004632b1bbacfbed55e958804d5b396215db5019e5c90d
6
+ metadata.gz: 830aafd95fb42a7ae01f08febb6557604cca1ca6a27bbc6151facd9d70fedf8116c5d6bc6e4dde6899aa1fc9a5c33602407ca5eb06d02301d9f67e6e691fc0da
7
+ data.tar.gz: f1661619320eb92e3483ac82dbb74f3c05fcb7f60066586d48ac98e33eff539b04ee15e66f33f0d0da71945baba26367f5997d763a5ee03ddf181268ded1392a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.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.77.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.76.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.78.0
@@ -199,7 +199,7 @@ module Aws::PinpointSMSVoice
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::PinpointSMSVoice
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
@@ -786,7 +784,7 @@ module Aws::PinpointSMSVoice
786
784
  tracer: tracer
787
785
  )
788
786
  context[:gem_name] = 'aws-sdk-pinpointsmsvoice'
789
- context[:gem_version] = '1.76.0'
787
+ context[:gem_version] = '1.78.0'
790
788
  Seahorse::Client::Request.new(handlers, context)
791
789
  end
792
790
 
@@ -54,7 +54,7 @@ module Aws::PinpointSMSVoice
54
54
  autoload :EndpointProvider, 'aws-sdk-pinpointsmsvoice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pinpointsmsvoice/endpoints'
56
56
 
57
- GEM_VERSION = '1.76.0'
57
+ GEM_VERSION = '1.78.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -93,21 +93,7 @@ module Aws
93
93
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoice/Client.html#create_configuration_set_event_destination-instance_method
94
94
  def create_configuration_set_event_destination: (
95
95
  configuration_set_name: ::String,
96
- ?event_destination: {
97
- cloud_watch_logs_destination: {
98
- iam_role_arn: ::String?,
99
- log_group_arn: ::String?
100
- }?,
101
- enabled: bool?,
102
- kinesis_firehose_destination: {
103
- delivery_stream_arn: ::String?,
104
- iam_role_arn: ::String?
105
- }?,
106
- matching_event_types: Array[("INITIATED_CALL" | "RINGING" | "ANSWERED" | "COMPLETED_CALL" | "BUSY" | "FAILED" | "NO_ANSWER")]?,
107
- sns_destination: {
108
- topic_arn: ::String?
109
- }?
110
- },
96
+ ?event_destination: Params::event_destination_definition,
111
97
  ?event_destination_name: ::String
112
98
  ) -> _CreateConfigurationSetEventDestinationResponseSuccess
113
99
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConfigurationSetEventDestinationResponseSuccess
@@ -187,21 +173,7 @@ module Aws
187
173
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PinpointSMSVoice/Client.html#update_configuration_set_event_destination-instance_method
188
174
  def update_configuration_set_event_destination: (
189
175
  configuration_set_name: ::String,
190
- ?event_destination: {
191
- cloud_watch_logs_destination: {
192
- iam_role_arn: ::String?,
193
- log_group_arn: ::String?
194
- }?,
195
- enabled: bool?,
196
- kinesis_firehose_destination: {
197
- delivery_stream_arn: ::String?,
198
- iam_role_arn: ::String?
199
- }?,
200
- matching_event_types: Array[("INITIATED_CALL" | "RINGING" | "ANSWERED" | "COMPLETED_CALL" | "BUSY" | "FAILED" | "NO_ANSWER")]?,
201
- sns_destination: {
202
- topic_arn: ::String?
203
- }?
204
- },
176
+ ?event_destination: Params::event_destination_definition,
205
177
  event_destination_name: ::String
206
178
  ) -> _UpdateConfigurationSetEventDestinationResponseSuccess
207
179
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfigurationSetEventDestinationResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,29 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module PinpointSMSVoice
10
+ module Params
11
+ type event_destination_definition = {
12
+ cloud_watch_logs_destination: {
13
+ iam_role_arn: ::String?,
14
+ log_group_arn: ::String?
15
+ }?,
16
+ enabled: bool?,
17
+ kinesis_firehose_destination: {
18
+ delivery_stream_arn: ::String?,
19
+ iam_role_arn: ::String?
20
+ }?,
21
+ matching_event_types: Array[("INITIATED_CALL" | "RINGING" | "ANSWERED" | "COMPLETED_CALL" | "BUSY" | "FAILED" | "NO_ANSWER")]?,
22
+ sns_destination: {
23
+ topic_arn: ::String?
24
+ }?
25
+ }
26
+
27
+ end
28
+ end
29
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpointsmsvoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.78.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
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-pinpointsmsvoice/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs