aws-sdk-ses 1.58.0 → 1.60.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ses/client.rb +1 -1
- data/lib/aws-sdk-ses/client_api.rb +34 -34
- data/lib/aws-sdk-ses/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-ses.rb +1 -1
- data/sig/client.rbs +1066 -0
- data/sig/errors.rbs +113 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +1141 -0
- data/sig/waiters.rbs +23 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0bda4671def1e16da58ff21d6a67e5addf06639ac4f0352fd63a5ca784862ec
|
4
|
+
data.tar.gz: 623c28640394e10d90592cef0f98b3ee4fe88849ab6a3f6b88c4bc6c97871387
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 489499641ea736478a594c6b8377acdb7ab2f89b46417f63dedff7d1cc8b0dd7c69e8a46c96d6990d2739a3bc174b2f2b7ea0d5fbc35dd899bc31cfd757998ef
|
7
|
+
data.tar.gz: 73a1a7e9bc85d8d33d5c164d8d7264d93f39f6dfd26c0e89ca5f5a6206c37de5d4df757e61fb1b9b9cb06f3fb6a2dc3d09a3c22d4d2086b5e526826684508f18
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.60.0 (2024-04-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.59.0 (2024-01-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.58.0 (2023-11-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
data/lib/aws-sdk-ses/client.rb
CHANGED
@@ -13,11 +13,11 @@ module Aws::SES
|
|
13
13
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
|
-
AccountSendingPausedException = Shapes::StructureShape.new(name: 'AccountSendingPausedException')
|
16
|
+
AccountSendingPausedException = Shapes::StructureShape.new(name: 'AccountSendingPausedException', error: {"code"=>"AccountSendingPausedException", "httpStatusCode"=>400, "senderFault"=>true})
|
17
17
|
AddHeaderAction = Shapes::StructureShape.new(name: 'AddHeaderAction')
|
18
18
|
Address = Shapes::StringShape.new(name: 'Address')
|
19
19
|
AddressList = Shapes::ListShape.new(name: 'AddressList')
|
20
|
-
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
|
20
|
+
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException', error: {"code"=>"AlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
|
21
21
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
22
22
|
ArrivalDate = Shapes::TimestampShape.new(name: 'ArrivalDate')
|
23
23
|
BehaviorOnMXFailure = Shapes::StringShape.new(name: 'BehaviorOnMXFailure')
|
@@ -34,7 +34,7 @@ module Aws::SES
|
|
34
34
|
BulkEmailDestinationStatus = Shapes::StructureShape.new(name: 'BulkEmailDestinationStatus')
|
35
35
|
BulkEmailDestinationStatusList = Shapes::ListShape.new(name: 'BulkEmailDestinationStatusList')
|
36
36
|
BulkEmailStatus = Shapes::StringShape.new(name: 'BulkEmailStatus')
|
37
|
-
CannotDeleteException = Shapes::StructureShape.new(name: 'CannotDeleteException')
|
37
|
+
CannotDeleteException = Shapes::StructureShape.new(name: 'CannotDeleteException', error: {"code"=>"CannotDelete", "httpStatusCode"=>400, "senderFault"=>true})
|
38
38
|
Charset = Shapes::StringShape.new(name: 'Charset')
|
39
39
|
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
40
40
|
CloneReceiptRuleSetRequest = Shapes::StructureShape.new(name: 'CloneReceiptRuleSetRequest')
|
@@ -43,12 +43,12 @@ module Aws::SES
|
|
43
43
|
CloudWatchDimensionConfiguration = Shapes::StructureShape.new(name: 'CloudWatchDimensionConfiguration')
|
44
44
|
CloudWatchDimensionConfigurations = Shapes::ListShape.new(name: 'CloudWatchDimensionConfigurations')
|
45
45
|
ConfigurationSet = Shapes::StructureShape.new(name: 'ConfigurationSet')
|
46
|
-
ConfigurationSetAlreadyExistsException = Shapes::StructureShape.new(name: 'ConfigurationSetAlreadyExistsException')
|
46
|
+
ConfigurationSetAlreadyExistsException = Shapes::StructureShape.new(name: 'ConfigurationSetAlreadyExistsException', error: {"code"=>"ConfigurationSetAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
|
47
47
|
ConfigurationSetAttribute = Shapes::StringShape.new(name: 'ConfigurationSetAttribute')
|
48
48
|
ConfigurationSetAttributeList = Shapes::ListShape.new(name: 'ConfigurationSetAttributeList')
|
49
|
-
ConfigurationSetDoesNotExistException = Shapes::StructureShape.new(name: 'ConfigurationSetDoesNotExistException')
|
49
|
+
ConfigurationSetDoesNotExistException = Shapes::StructureShape.new(name: 'ConfigurationSetDoesNotExistException', error: {"code"=>"ConfigurationSetDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
50
50
|
ConfigurationSetName = Shapes::StringShape.new(name: 'ConfigurationSetName')
|
51
|
-
ConfigurationSetSendingPausedException = Shapes::StructureShape.new(name: 'ConfigurationSetSendingPausedException')
|
51
|
+
ConfigurationSetSendingPausedException = Shapes::StructureShape.new(name: 'ConfigurationSetSendingPausedException', error: {"code"=>"ConfigurationSetSendingPausedException", "httpStatusCode"=>400, "senderFault"=>true})
|
52
52
|
ConfigurationSets = Shapes::ListShape.new(name: 'ConfigurationSets')
|
53
53
|
Content = Shapes::StructureShape.new(name: 'Content')
|
54
54
|
Counter = Shapes::IntegerShape.new(name: 'Counter')
|
@@ -69,10 +69,10 @@ module Aws::SES
|
|
69
69
|
CreateTemplateResponse = Shapes::StructureShape.new(name: 'CreateTemplateResponse')
|
70
70
|
CustomMailFromStatus = Shapes::StringShape.new(name: 'CustomMailFromStatus')
|
71
71
|
CustomRedirectDomain = Shapes::StringShape.new(name: 'CustomRedirectDomain')
|
72
|
-
CustomVerificationEmailInvalidContentException = Shapes::StructureShape.new(name: 'CustomVerificationEmailInvalidContentException')
|
72
|
+
CustomVerificationEmailInvalidContentException = Shapes::StructureShape.new(name: 'CustomVerificationEmailInvalidContentException', error: {"code"=>"CustomVerificationEmailInvalidContent", "httpStatusCode"=>400, "senderFault"=>true})
|
73
73
|
CustomVerificationEmailTemplate = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplate')
|
74
|
-
CustomVerificationEmailTemplateAlreadyExistsException = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateAlreadyExistsException')
|
75
|
-
CustomVerificationEmailTemplateDoesNotExistException = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateDoesNotExistException')
|
74
|
+
CustomVerificationEmailTemplateAlreadyExistsException = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateAlreadyExistsException', error: {"code"=>"CustomVerificationEmailTemplateAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
|
75
|
+
CustomVerificationEmailTemplateDoesNotExistException = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateDoesNotExistException', error: {"code"=>"CustomVerificationEmailTemplateDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
76
76
|
CustomVerificationEmailTemplates = Shapes::ListShape.new(name: 'CustomVerificationEmailTemplates')
|
77
77
|
DefaultDimensionValue = Shapes::StringShape.new(name: 'DefaultDimensionValue')
|
78
78
|
DeleteConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationSetEventDestinationRequest')
|
@@ -115,8 +115,8 @@ module Aws::SES
|
|
115
115
|
Enabled = Shapes::BooleanShape.new(name: 'Enabled')
|
116
116
|
Error = Shapes::StringShape.new(name: 'Error')
|
117
117
|
EventDestination = Shapes::StructureShape.new(name: 'EventDestination')
|
118
|
-
EventDestinationAlreadyExistsException = Shapes::StructureShape.new(name: 'EventDestinationAlreadyExistsException')
|
119
|
-
EventDestinationDoesNotExistException = Shapes::StructureShape.new(name: 'EventDestinationDoesNotExistException')
|
118
|
+
EventDestinationAlreadyExistsException = Shapes::StructureShape.new(name: 'EventDestinationAlreadyExistsException', error: {"code"=>"EventDestinationAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
|
119
|
+
EventDestinationDoesNotExistException = Shapes::StructureShape.new(name: 'EventDestinationDoesNotExistException', error: {"code"=>"EventDestinationDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
120
120
|
EventDestinationName = Shapes::StringShape.new(name: 'EventDestinationName')
|
121
121
|
EventDestinations = Shapes::ListShape.new(name: 'EventDestinations')
|
122
122
|
EventType = Shapes::StringShape.new(name: 'EventType')
|
@@ -128,7 +128,7 @@ module Aws::SES
|
|
128
128
|
ExtensionFieldValue = Shapes::StringShape.new(name: 'ExtensionFieldValue')
|
129
129
|
FailureRedirectionURL = Shapes::StringShape.new(name: 'FailureRedirectionURL')
|
130
130
|
FromAddress = Shapes::StringShape.new(name: 'FromAddress')
|
131
|
-
FromEmailAddressNotVerifiedException = Shapes::StructureShape.new(name: 'FromEmailAddressNotVerifiedException')
|
131
|
+
FromEmailAddressNotVerifiedException = Shapes::StructureShape.new(name: 'FromEmailAddressNotVerifiedException', error: {"code"=>"FromEmailAddressNotVerified", "httpStatusCode"=>400, "senderFault"=>true})
|
132
132
|
GetAccountSendingEnabledResponse = Shapes::StructureShape.new(name: 'GetAccountSendingEnabledResponse')
|
133
133
|
GetCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateRequest')
|
134
134
|
GetCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateResponse')
|
@@ -156,24 +156,24 @@ module Aws::SES
|
|
156
156
|
IdentityNotificationAttributes = Shapes::StructureShape.new(name: 'IdentityNotificationAttributes')
|
157
157
|
IdentityType = Shapes::StringShape.new(name: 'IdentityType')
|
158
158
|
IdentityVerificationAttributes = Shapes::StructureShape.new(name: 'IdentityVerificationAttributes')
|
159
|
-
InvalidCloudWatchDestinationException = Shapes::StructureShape.new(name: 'InvalidCloudWatchDestinationException')
|
160
|
-
InvalidConfigurationSetException = Shapes::StructureShape.new(name: 'InvalidConfigurationSetException')
|
161
|
-
InvalidDeliveryOptionsException = Shapes::StructureShape.new(name: 'InvalidDeliveryOptionsException')
|
162
|
-
InvalidFirehoseDestinationException = Shapes::StructureShape.new(name: 'InvalidFirehoseDestinationException')
|
163
|
-
InvalidLambdaFunctionException = Shapes::StructureShape.new(name: 'InvalidLambdaFunctionException')
|
164
|
-
InvalidPolicyException = Shapes::StructureShape.new(name: 'InvalidPolicyException')
|
165
|
-
InvalidRenderingParameterException = Shapes::StructureShape.new(name: 'InvalidRenderingParameterException')
|
166
|
-
InvalidS3ConfigurationException = Shapes::StructureShape.new(name: 'InvalidS3ConfigurationException')
|
167
|
-
InvalidSNSDestinationException = Shapes::StructureShape.new(name: 'InvalidSNSDestinationException')
|
168
|
-
InvalidSnsTopicException = Shapes::StructureShape.new(name: 'InvalidSnsTopicException')
|
169
|
-
InvalidTemplateException = Shapes::StructureShape.new(name: 'InvalidTemplateException')
|
170
|
-
InvalidTrackingOptionsException = Shapes::StructureShape.new(name: 'InvalidTrackingOptionsException')
|
159
|
+
InvalidCloudWatchDestinationException = Shapes::StructureShape.new(name: 'InvalidCloudWatchDestinationException', error: {"code"=>"InvalidCloudWatchDestination", "httpStatusCode"=>400, "senderFault"=>true})
|
160
|
+
InvalidConfigurationSetException = Shapes::StructureShape.new(name: 'InvalidConfigurationSetException', error: {"code"=>"InvalidConfigurationSet", "httpStatusCode"=>400, "senderFault"=>true})
|
161
|
+
InvalidDeliveryOptionsException = Shapes::StructureShape.new(name: 'InvalidDeliveryOptionsException', error: {"code"=>"InvalidDeliveryOptions", "httpStatusCode"=>400, "senderFault"=>true})
|
162
|
+
InvalidFirehoseDestinationException = Shapes::StructureShape.new(name: 'InvalidFirehoseDestinationException', error: {"code"=>"InvalidFirehoseDestination", "httpStatusCode"=>400, "senderFault"=>true})
|
163
|
+
InvalidLambdaFunctionException = Shapes::StructureShape.new(name: 'InvalidLambdaFunctionException', error: {"code"=>"InvalidLambdaFunction", "httpStatusCode"=>400, "senderFault"=>true})
|
164
|
+
InvalidPolicyException = Shapes::StructureShape.new(name: 'InvalidPolicyException', error: {"code"=>"InvalidPolicy", "httpStatusCode"=>400, "senderFault"=>true})
|
165
|
+
InvalidRenderingParameterException = Shapes::StructureShape.new(name: 'InvalidRenderingParameterException', error: {"code"=>"InvalidRenderingParameter", "httpStatusCode"=>400, "senderFault"=>true})
|
166
|
+
InvalidS3ConfigurationException = Shapes::StructureShape.new(name: 'InvalidS3ConfigurationException', error: {"code"=>"InvalidS3Configuration", "httpStatusCode"=>400, "senderFault"=>true})
|
167
|
+
InvalidSNSDestinationException = Shapes::StructureShape.new(name: 'InvalidSNSDestinationException', error: {"code"=>"InvalidSNSDestination", "httpStatusCode"=>400, "senderFault"=>true})
|
168
|
+
InvalidSnsTopicException = Shapes::StructureShape.new(name: 'InvalidSnsTopicException', error: {"code"=>"InvalidSnsTopic", "httpStatusCode"=>400, "senderFault"=>true})
|
169
|
+
InvalidTemplateException = Shapes::StructureShape.new(name: 'InvalidTemplateException', error: {"code"=>"InvalidTemplate", "httpStatusCode"=>400, "senderFault"=>true})
|
170
|
+
InvalidTrackingOptionsException = Shapes::StructureShape.new(name: 'InvalidTrackingOptionsException', error: {"code"=>"InvalidTrackingOptions", "httpStatusCode"=>400, "senderFault"=>true})
|
171
171
|
InvocationType = Shapes::StringShape.new(name: 'InvocationType')
|
172
172
|
KinesisFirehoseDestination = Shapes::StructureShape.new(name: 'KinesisFirehoseDestination')
|
173
173
|
LambdaAction = Shapes::StructureShape.new(name: 'LambdaAction')
|
174
174
|
LastAttemptDate = Shapes::TimestampShape.new(name: 'LastAttemptDate')
|
175
175
|
LastFreshStart = Shapes::TimestampShape.new(name: 'LastFreshStart')
|
176
|
-
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
176
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code"=>"LimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
|
177
177
|
ListConfigurationSetsRequest = Shapes::StructureShape.new(name: 'ListConfigurationSetsRequest')
|
178
178
|
ListConfigurationSetsResponse = Shapes::StructureShape.new(name: 'ListConfigurationSetsResponse')
|
179
179
|
ListCustomVerificationEmailTemplatesRequest = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesRequest')
|
@@ -191,7 +191,7 @@ module Aws::SES
|
|
191
191
|
ListVerifiedEmailAddressesResponse = Shapes::StructureShape.new(name: 'ListVerifiedEmailAddressesResponse')
|
192
192
|
MailFromDomainAttributes = Shapes::MapShape.new(name: 'MailFromDomainAttributes')
|
193
193
|
MailFromDomainName = Shapes::StringShape.new(name: 'MailFromDomainName')
|
194
|
-
MailFromDomainNotVerifiedException = Shapes::StructureShape.new(name: 'MailFromDomainNotVerifiedException')
|
194
|
+
MailFromDomainNotVerifiedException = Shapes::StructureShape.new(name: 'MailFromDomainNotVerifiedException', error: {"code"=>"MailFromDomainNotVerifiedException", "httpStatusCode"=>400, "senderFault"=>true})
|
195
195
|
Max24HourSend = Shapes::FloatShape.new(name: 'Max24HourSend')
|
196
196
|
MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
|
197
197
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
@@ -200,12 +200,12 @@ module Aws::SES
|
|
200
200
|
MessageData = Shapes::StringShape.new(name: 'MessageData')
|
201
201
|
MessageDsn = Shapes::StructureShape.new(name: 'MessageDsn')
|
202
202
|
MessageId = Shapes::StringShape.new(name: 'MessageId')
|
203
|
-
MessageRejected = Shapes::StructureShape.new(name: 'MessageRejected')
|
203
|
+
MessageRejected = Shapes::StructureShape.new(name: 'MessageRejected', error: {"code"=>"MessageRejected", "httpStatusCode"=>400, "senderFault"=>true})
|
204
204
|
MessageTag = Shapes::StructureShape.new(name: 'MessageTag')
|
205
205
|
MessageTagList = Shapes::ListShape.new(name: 'MessageTagList')
|
206
206
|
MessageTagName = Shapes::StringShape.new(name: 'MessageTagName')
|
207
207
|
MessageTagValue = Shapes::StringShape.new(name: 'MessageTagValue')
|
208
|
-
MissingRenderingAttributeException = Shapes::StructureShape.new(name: 'MissingRenderingAttributeException')
|
208
|
+
MissingRenderingAttributeException = Shapes::StructureShape.new(name: 'MissingRenderingAttributeException', error: {"code"=>"MissingRenderingAttribute", "httpStatusCode"=>400, "senderFault"=>true})
|
209
209
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
210
210
|
NotificationAttributes = Shapes::MapShape.new(name: 'NotificationAttributes')
|
211
211
|
NotificationTopic = Shapes::StringShape.new(name: 'NotificationTopic')
|
@@ -214,7 +214,7 @@ module Aws::SES
|
|
214
214
|
PolicyMap = Shapes::MapShape.new(name: 'PolicyMap')
|
215
215
|
PolicyName = Shapes::StringShape.new(name: 'PolicyName')
|
216
216
|
PolicyNameList = Shapes::ListShape.new(name: 'PolicyNameList')
|
217
|
-
ProductionAccessNotGrantedException = Shapes::StructureShape.new(name: 'ProductionAccessNotGrantedException')
|
217
|
+
ProductionAccessNotGrantedException = Shapes::StructureShape.new(name: 'ProductionAccessNotGrantedException', error: {"code"=>"ProductionAccessNotGranted", "httpStatusCode"=>400, "senderFault"=>true})
|
218
218
|
PutConfigurationSetDeliveryOptionsRequest = Shapes::StructureShape.new(name: 'PutConfigurationSetDeliveryOptionsRequest')
|
219
219
|
PutConfigurationSetDeliveryOptionsResponse = Shapes::StructureShape.new(name: 'PutConfigurationSetDeliveryOptionsResponse')
|
220
220
|
PutIdentityPolicyRequest = Shapes::StructureShape.new(name: 'PutIdentityPolicyRequest')
|
@@ -244,9 +244,9 @@ module Aws::SES
|
|
244
244
|
ReorderReceiptRuleSetResponse = Shapes::StructureShape.new(name: 'ReorderReceiptRuleSetResponse')
|
245
245
|
ReportingMta = Shapes::StringShape.new(name: 'ReportingMta')
|
246
246
|
ReputationOptions = Shapes::StructureShape.new(name: 'ReputationOptions')
|
247
|
-
RuleDoesNotExistException = Shapes::StructureShape.new(name: 'RuleDoesNotExistException')
|
247
|
+
RuleDoesNotExistException = Shapes::StructureShape.new(name: 'RuleDoesNotExistException', error: {"code"=>"RuleDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
248
248
|
RuleOrRuleSetName = Shapes::StringShape.new(name: 'RuleOrRuleSetName')
|
249
|
-
RuleSetDoesNotExistException = Shapes::StructureShape.new(name: 'RuleSetDoesNotExistException')
|
249
|
+
RuleSetDoesNotExistException = Shapes::StructureShape.new(name: 'RuleSetDoesNotExistException', error: {"code"=>"RuleSetDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
250
250
|
S3Action = Shapes::StructureShape.new(name: 'S3Action')
|
251
251
|
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
252
252
|
S3KeyPrefix = Shapes::StringShape.new(name: 'S3KeyPrefix')
|
@@ -290,7 +290,7 @@ module Aws::SES
|
|
290
290
|
Template = Shapes::StructureShape.new(name: 'Template')
|
291
291
|
TemplateContent = Shapes::StringShape.new(name: 'TemplateContent')
|
292
292
|
TemplateData = Shapes::StringShape.new(name: 'TemplateData')
|
293
|
-
TemplateDoesNotExistException = Shapes::StructureShape.new(name: 'TemplateDoesNotExistException')
|
293
|
+
TemplateDoesNotExistException = Shapes::StructureShape.new(name: 'TemplateDoesNotExistException', error: {"code"=>"TemplateDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
294
294
|
TemplateMetadata = Shapes::StructureShape.new(name: 'TemplateMetadata')
|
295
295
|
TemplateMetadataList = Shapes::ListShape.new(name: 'TemplateMetadataList')
|
296
296
|
TemplateName = Shapes::StringShape.new(name: 'TemplateName')
|
@@ -300,8 +300,8 @@ module Aws::SES
|
|
300
300
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
301
301
|
TlsPolicy = Shapes::StringShape.new(name: 'TlsPolicy')
|
302
302
|
TrackingOptions = Shapes::StructureShape.new(name: 'TrackingOptions')
|
303
|
-
TrackingOptionsAlreadyExistsException = Shapes::StructureShape.new(name: 'TrackingOptionsAlreadyExistsException')
|
304
|
-
TrackingOptionsDoesNotExistException = Shapes::StructureShape.new(name: 'TrackingOptionsDoesNotExistException')
|
303
|
+
TrackingOptionsAlreadyExistsException = Shapes::StructureShape.new(name: 'TrackingOptionsAlreadyExistsException', error: {"code"=>"TrackingOptionsAlreadyExistsException", "httpStatusCode"=>400, "senderFault"=>true})
|
304
|
+
TrackingOptionsDoesNotExistException = Shapes::StructureShape.new(name: 'TrackingOptionsDoesNotExistException', error: {"code"=>"TrackingOptionsDoesNotExistException", "httpStatusCode"=>400, "senderFault"=>true})
|
305
305
|
UpdateAccountSendingEnabledRequest = Shapes::StructureShape.new(name: 'UpdateAccountSendingEnabledRequest')
|
306
306
|
UpdateConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationRequest')
|
307
307
|
UpdateConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationResponse')
|
@@ -14,6 +14,7 @@ module Aws::SES
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::SES::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|