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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoice/client.rb +1 -1
- data/lib/aws-sdk-pinpointsmsvoice.rb +1 -1
- data/sig/client.rbs +2 -30
- data/sig/params.rbs +29 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ef177720bce18016220ca4487969911f11ec90c1e3859cd1f5d20efef574a56f
|
|
4
|
+
data.tar.gz: 6fb2da6672cf3e563cb093da2834f1dbaf0d3b67f4a93caec946472575eb9652
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38a105a7c2ae8020f92d56de72a98d4495dfd964db32e6f384eeb9beb4e49e737f55e80f08c566b3e9b71b3b35490a75a977b4bfa6ddcce9514fe6e3a20ae2d3
|
|
7
|
+
data.tar.gz: 01b0d538eb66cdefa6d62ad60a0cc95732d54fa9acfc03996b8dab9b0cc093581d73f60f31e782141586ab5890b59c8ac19be346dbcbda180ef43142cc8d9558
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.77.0
|
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.
|
|
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
|