aws-sdk-pinpointemail 1.80.0 → 1.82.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointemail/client.rb +6 -8
- data/lib/aws-sdk-pinpointemail.rb +1 -1
- data/sig/client.rbs +11 -103
- data/sig/params.rbs +67 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c721afa40d0b0dd34b36bdccdbc9709d397ca790f466029b4386023919b36b6
|
|
4
|
+
data.tar.gz: 4f0d8a84b18e40aae7f440c6e5a31e76c9df8bc37a1c6af526b46a13bb977a81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 785619ee4dd8c6528bdfb12ff170cdeb2c7b335515f9a9e976303fe5e4f711d6e2a321239615d241331288c5a8ad9d8bd2f14f0d94480645cdaee00cf8653f88
|
|
7
|
+
data.tar.gz: 17a295b47d870d4e41c75f2cdfe5e2bb4ef7545a4d9d7415fbf3a2f19fb3ebd4930bd296a034acf967cc0762f765cfe1e59683beaf8aa52ef06b0c99dd615b8c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.82.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.81.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.80.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.82.0
|
|
@@ -199,7 +199,7 @@ module Aws::PinpointEmail
|
|
|
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::PinpointEmail
|
|
|
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.
|
|
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` -
|
|
334
|
-
#
|
|
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
|
|
@@ -2409,7 +2407,7 @@ module Aws::PinpointEmail
|
|
|
2409
2407
|
tracer: tracer
|
|
2410
2408
|
)
|
|
2411
2409
|
context[:gem_name] = 'aws-sdk-pinpointemail'
|
|
2412
|
-
context[:gem_version] = '1.
|
|
2410
|
+
context[:gem_version] = '1.82.0'
|
|
2413
2411
|
Seahorse::Client::Request.new(handlers, context)
|
|
2414
2412
|
end
|
|
2415
2413
|
|
data/sig/client.rbs
CHANGED
|
@@ -102,7 +102,7 @@ module Aws
|
|
|
102
102
|
{
|
|
103
103
|
key: ::String,
|
|
104
104
|
value: ::String
|
|
105
|
-
}
|
|
105
|
+
}
|
|
106
106
|
]
|
|
107
107
|
) -> _CreateConfigurationSetResponseSuccess
|
|
108
108
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConfigurationSetResponseSuccess
|
|
@@ -114,29 +114,7 @@ module Aws
|
|
|
114
114
|
def create_configuration_set_event_destination: (
|
|
115
115
|
configuration_set_name: ::String,
|
|
116
116
|
event_destination_name: ::String,
|
|
117
|
-
event_destination:
|
|
118
|
-
enabled: bool?,
|
|
119
|
-
matching_event_types: Array[("SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE")]?,
|
|
120
|
-
kinesis_firehose_destination: {
|
|
121
|
-
iam_role_arn: ::String,
|
|
122
|
-
delivery_stream_arn: ::String
|
|
123
|
-
}?,
|
|
124
|
-
cloud_watch_destination: {
|
|
125
|
-
dimension_configurations: Array[
|
|
126
|
-
{
|
|
127
|
-
dimension_name: ::String,
|
|
128
|
-
dimension_value_source: ("MESSAGE_TAG" | "EMAIL_HEADER" | "LINK_TAG"),
|
|
129
|
-
default_dimension_value: ::String
|
|
130
|
-
},
|
|
131
|
-
]
|
|
132
|
-
}?,
|
|
133
|
-
sns_destination: {
|
|
134
|
-
topic_arn: ::String
|
|
135
|
-
}?,
|
|
136
|
-
pinpoint_destination: {
|
|
137
|
-
application_arn: ::String?
|
|
138
|
-
}?
|
|
139
|
-
}
|
|
117
|
+
event_destination: Params::event_destination_definition
|
|
140
118
|
) -> _CreateConfigurationSetEventDestinationResponseSuccess
|
|
141
119
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConfigurationSetEventDestinationResponseSuccess
|
|
142
120
|
|
|
@@ -150,7 +128,7 @@ module Aws
|
|
|
150
128
|
{
|
|
151
129
|
key: ::String,
|
|
152
130
|
value: ::String
|
|
153
|
-
}
|
|
131
|
+
}
|
|
154
132
|
]
|
|
155
133
|
) -> _CreateDedicatedIpPoolResponseSuccess
|
|
156
134
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDedicatedIpPoolResponseSuccess
|
|
@@ -164,36 +142,12 @@ module Aws
|
|
|
164
142
|
def create_deliverability_test_report: (
|
|
165
143
|
?report_name: ::String,
|
|
166
144
|
from_email_address: ::String,
|
|
167
|
-
content:
|
|
168
|
-
simple: {
|
|
169
|
-
subject: {
|
|
170
|
-
data: ::String,
|
|
171
|
-
charset: ::String?
|
|
172
|
-
},
|
|
173
|
-
body: {
|
|
174
|
-
text: {
|
|
175
|
-
data: ::String,
|
|
176
|
-
charset: ::String?
|
|
177
|
-
}?,
|
|
178
|
-
html: {
|
|
179
|
-
data: ::String,
|
|
180
|
-
charset: ::String?
|
|
181
|
-
}?
|
|
182
|
-
}
|
|
183
|
-
}?,
|
|
184
|
-
raw: {
|
|
185
|
-
data: ::String
|
|
186
|
-
}?,
|
|
187
|
-
template: {
|
|
188
|
-
template_arn: ::String?,
|
|
189
|
-
template_data: ::String?
|
|
190
|
-
}?
|
|
191
|
-
},
|
|
145
|
+
content: Params::email_content,
|
|
192
146
|
?tags: Array[
|
|
193
147
|
{
|
|
194
148
|
key: ::String,
|
|
195
149
|
value: ::String
|
|
196
|
-
}
|
|
150
|
+
}
|
|
197
151
|
]
|
|
198
152
|
) -> _CreateDeliverabilityTestReportResponseSuccess
|
|
199
153
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDeliverabilityTestReportResponseSuccess
|
|
@@ -211,7 +165,7 @@ module Aws
|
|
|
211
165
|
{
|
|
212
166
|
key: ::String,
|
|
213
167
|
value: ::String
|
|
214
|
-
}
|
|
168
|
+
}
|
|
215
169
|
]
|
|
216
170
|
) -> _CreateEmailIdentityResponseSuccess
|
|
217
171
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEmailIdentityResponseSuccess
|
|
@@ -555,7 +509,7 @@ module Aws
|
|
|
555
509
|
global: bool?,
|
|
556
510
|
tracked_isps: Array[::String]?
|
|
557
511
|
}?
|
|
558
|
-
}
|
|
512
|
+
}
|
|
559
513
|
]
|
|
560
514
|
) -> _PutDeliverabilityDashboardOptionResponseSuccess
|
|
561
515
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutDeliverabilityDashboardOptionResponseSuccess
|
|
@@ -605,36 +559,12 @@ module Aws
|
|
|
605
559
|
},
|
|
606
560
|
?reply_to_addresses: Array[::String],
|
|
607
561
|
?feedback_forwarding_email_address: ::String,
|
|
608
|
-
content:
|
|
609
|
-
simple: {
|
|
610
|
-
subject: {
|
|
611
|
-
data: ::String,
|
|
612
|
-
charset: ::String?
|
|
613
|
-
},
|
|
614
|
-
body: {
|
|
615
|
-
text: {
|
|
616
|
-
data: ::String,
|
|
617
|
-
charset: ::String?
|
|
618
|
-
}?,
|
|
619
|
-
html: {
|
|
620
|
-
data: ::String,
|
|
621
|
-
charset: ::String?
|
|
622
|
-
}?
|
|
623
|
-
}
|
|
624
|
-
}?,
|
|
625
|
-
raw: {
|
|
626
|
-
data: ::String
|
|
627
|
-
}?,
|
|
628
|
-
template: {
|
|
629
|
-
template_arn: ::String?,
|
|
630
|
-
template_data: ::String?
|
|
631
|
-
}?
|
|
632
|
-
},
|
|
562
|
+
content: Params::email_content,
|
|
633
563
|
?email_tags: Array[
|
|
634
564
|
{
|
|
635
565
|
name: ::String,
|
|
636
566
|
value: ::String
|
|
637
|
-
}
|
|
567
|
+
}
|
|
638
568
|
],
|
|
639
569
|
?configuration_set_name: ::String
|
|
640
570
|
) -> _SendEmailResponseSuccess
|
|
@@ -650,7 +580,7 @@ module Aws
|
|
|
650
580
|
{
|
|
651
581
|
key: ::String,
|
|
652
582
|
value: ::String
|
|
653
|
-
}
|
|
583
|
+
}
|
|
654
584
|
]
|
|
655
585
|
) -> _TagResourceResponseSuccess
|
|
656
586
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -672,29 +602,7 @@ module Aws
|
|
|
672
602
|
def update_configuration_set_event_destination: (
|
|
673
603
|
configuration_set_name: ::String,
|
|
674
604
|
event_destination_name: ::String,
|
|
675
|
-
event_destination:
|
|
676
|
-
enabled: bool?,
|
|
677
|
-
matching_event_types: Array[("SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE")]?,
|
|
678
|
-
kinesis_firehose_destination: {
|
|
679
|
-
iam_role_arn: ::String,
|
|
680
|
-
delivery_stream_arn: ::String
|
|
681
|
-
}?,
|
|
682
|
-
cloud_watch_destination: {
|
|
683
|
-
dimension_configurations: Array[
|
|
684
|
-
{
|
|
685
|
-
dimension_name: ::String,
|
|
686
|
-
dimension_value_source: ("MESSAGE_TAG" | "EMAIL_HEADER" | "LINK_TAG"),
|
|
687
|
-
default_dimension_value: ::String
|
|
688
|
-
},
|
|
689
|
-
]
|
|
690
|
-
}?,
|
|
691
|
-
sns_destination: {
|
|
692
|
-
topic_arn: ::String
|
|
693
|
-
}?,
|
|
694
|
-
pinpoint_destination: {
|
|
695
|
-
application_arn: ::String?
|
|
696
|
-
}?
|
|
697
|
-
}
|
|
605
|
+
event_destination: Params::event_destination_definition
|
|
698
606
|
) -> _UpdateConfigurationSetEventDestinationResponseSuccess
|
|
699
607
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfigurationSetEventDestinationResponseSuccess
|
|
700
608
|
end
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
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 PinpointEmail
|
|
10
|
+
module Params
|
|
11
|
+
type event_destination_definition = {
|
|
12
|
+
enabled: bool?,
|
|
13
|
+
matching_event_types: Array[("SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE")]?,
|
|
14
|
+
kinesis_firehose_destination: {
|
|
15
|
+
iam_role_arn: ::String,
|
|
16
|
+
delivery_stream_arn: ::String
|
|
17
|
+
}?,
|
|
18
|
+
cloud_watch_destination: {
|
|
19
|
+
dimension_configurations: Array[
|
|
20
|
+
{
|
|
21
|
+
dimension_name: ::String,
|
|
22
|
+
dimension_value_source: ("MESSAGE_TAG" | "EMAIL_HEADER" | "LINK_TAG"),
|
|
23
|
+
default_dimension_value: ::String
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}?,
|
|
27
|
+
sns_destination: {
|
|
28
|
+
topic_arn: ::String
|
|
29
|
+
}?,
|
|
30
|
+
pinpoint_destination: {
|
|
31
|
+
application_arn: ::String?
|
|
32
|
+
}?
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
type body = {
|
|
36
|
+
text: {
|
|
37
|
+
data: ::String,
|
|
38
|
+
charset: ::String?
|
|
39
|
+
}?,
|
|
40
|
+
html: {
|
|
41
|
+
data: ::String,
|
|
42
|
+
charset: ::String?
|
|
43
|
+
}?
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
type message = {
|
|
47
|
+
subject: {
|
|
48
|
+
data: ::String,
|
|
49
|
+
charset: ::String?
|
|
50
|
+
},
|
|
51
|
+
body: Params::body
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
type email_content = {
|
|
55
|
+
simple: Params::message?,
|
|
56
|
+
raw: {
|
|
57
|
+
data: ::String
|
|
58
|
+
}?,
|
|
59
|
+
template: {
|
|
60
|
+
template_arn: ::String?,
|
|
61
|
+
template_data: ::String?
|
|
62
|
+
}?
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
end
|
|
66
|
+
end
|
|
67
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-pinpointemail
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.82.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.
|
|
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.
|
|
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-pinpointemail/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
|