aws-sdk-pinpointsmsvoice 1.76.0 → 1.77.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: ef177720bce18016220ca4487969911f11ec90c1e3859cd1f5d20efef574a56f
4
+ data.tar.gz: 6fb2da6672cf3e563cb093da2834f1dbaf0d3b67f4a93caec946472575eb9652
5
5
  SHA512:
6
- metadata.gz: 2e3a8abd2d43918b397d9c61e5256ebae0bf1a8e5ba263be98e655f21054baaae2b855503aeb43ce3ccdaecc4d7511564595e5a72b3b24294f40f58dbc594f91
7
- data.tar.gz: b770affa4d5a31564b50e8a630085200ae01ddb2edfc2101d5c249e1ddea64c1202bda4ab97d389f11004632b1bbacfbed55e958804d5b396215db5019e5c90d
6
+ metadata.gz: 38a105a7c2ae8020f92d56de72a98d4495dfd964db32e6f384eeb9beb4e49e737f55e80f08c566b3e9b71b3b35490a75a977b4bfa6ddcce9514fe6e3a20ae2d3
7
+ data.tar.gz: 01b0d538eb66cdefa6d62ad60a0cc95732d54fa9acfc03996b8dab9b0cc093581d73f60f31e782141586ab5890b59c8ac19be346dbcbda180ef43142cc8d9558
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.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.76.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -786,7 +786,7 @@ module Aws::PinpointSMSVoice
786
786
  tracer: tracer
787
787
  )
788
788
  context[:gem_name] = 'aws-sdk-pinpointsmsvoice'
789
- context[:gem_version] = '1.76.0'
789
+ context[:gem_version] = '1.77.0'
790
790
  Seahorse::Client::Request.new(handlers, context)
791
791
  end
792
792
 
@@ -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.77.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.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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