aws-sdk-pinpointemail 1.80.0 → 1.81.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: feb3f658a3c5c2fb1761035f421f8ae7f12dbff534214f5cffd7920217c9eead
4
- data.tar.gz: 346cac72f39e5271249ec34b7f34608720c26a3308b5903e54d8704b90559970
3
+ metadata.gz: 5ffb939118559715acb6bf805efe1261431a22e1b95948e501412c109a67c1f4
4
+ data.tar.gz: ef4f7063852cd5fa0e207b06130efee93fe25d0b342a232eee2fcccdfab0e3b6
5
5
  SHA512:
6
- metadata.gz: 387201c541be26eb6a7884058d8275c5019d2e7e0577acf76af14fa0eed8f5ad0c1cc13ddb48ef5586b82c2472e857438106dac3a78cce64e02d2925898cd15b
7
- data.tar.gz: d0f7bc960bc86103075abdd8304fdb01566684b39a5e54837eac1f2314d88530c238627e533b079278b309bc481179aa439afe2e0f83ee22b9eec3fa572ed735
6
+ metadata.gz: 0ecfc41f0b42b3efe9801ce19067752a28de3ce7e6fa34792e52c2ea8fdfcab7e4ffd1696a3527181242a94aca91c6f086d35fb8b683f295706b73bedb0587cc
7
+ data.tar.gz: 3def700e6125b2e4cf3a80c34bc2278405e25f13ad9c5eca6bd2f48014fac403227cf75032f5656bc4cf04a62523f86e00d6bba218cb57d4fb7856b2b07e7900
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.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.80.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -2409,7 +2409,7 @@ module Aws::PinpointEmail
2409
2409
  tracer: tracer
2410
2410
  )
2411
2411
  context[:gem_name] = 'aws-sdk-pinpointemail'
2412
- context[:gem_version] = '1.80.0'
2412
+ context[:gem_version] = '1.81.0'
2413
2413
  Seahorse::Client::Request.new(handlers, context)
2414
2414
  end
2415
2415
 
@@ -54,7 +54,7 @@ module Aws::PinpointEmail
54
54
  autoload :EndpointProvider, 'aws-sdk-pinpointemail/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pinpointemail/endpoints'
56
56
 
57
- GEM_VERSION = '1.80.0'
57
+ GEM_VERSION = '1.81.0'
58
58
 
59
59
  end
60
60
 
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.80.0
4
+ version: 1.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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