aws-sdk-ses 1.81.0 → 1.83.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-ses/client.rb +1 -1
- data/lib/aws-sdk-ses/client_api.rb +34 -34
- data/lib/aws-sdk-ses/errors.rb +85 -0
- data/lib/aws-sdk-ses.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e44b0f034288f44d5c57d700c3282381cf16a4983fc444dbf89a9abe512f8f3c
|
4
|
+
data.tar.gz: 057fcbb77313bde2bc58c407b745c1d6a561704fb13e571f3ab69fd51778a31f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0227fc0ad6fe91696cb3cc8a591c93f3a76bfda349addeb0df249d9496a1ce18a2ea23e4f61534f224d77a07d391f919d87f38c0928c974a4e3e093e90d66302
|
7
|
+
data.tar.gz: 402c9679203146f7e7b46721a296fee27eaacf1886ade058dccfb0c28b742b180adb108b0553a7637bf25f4ccc401e67b9084fb3a75fbba54826dc4645ec9ce6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.83.0 (2025-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.82.0 (2025-03-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.81.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.83.0
|
data/lib/aws-sdk-ses/client.rb
CHANGED
@@ -14,11 +14,11 @@ module Aws::SES
|
|
14
14
|
|
15
15
|
include Seahorse::Model
|
16
16
|
|
17
|
-
AccountSendingPausedException = Shapes::StructureShape.new(name: 'AccountSendingPausedException', error: {"code"=>"AccountSendingPausedException", "httpStatusCode"=>400, "senderFault"=>true})
|
17
|
+
AccountSendingPausedException = Shapes::StructureShape.new(name: 'AccountSendingPausedException', error: {"code" => "AccountSendingPausedException", "httpStatusCode" => 400, "senderFault" => true})
|
18
18
|
AddHeaderAction = Shapes::StructureShape.new(name: 'AddHeaderAction')
|
19
19
|
Address = Shapes::StringShape.new(name: 'Address')
|
20
20
|
AddressList = Shapes::ListShape.new(name: 'AddressList')
|
21
|
-
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException', error: {"code"=>"AlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
|
21
|
+
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException', error: {"code" => "AlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
|
22
22
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
23
23
|
ArrivalDate = Shapes::TimestampShape.new(name: 'ArrivalDate')
|
24
24
|
BehaviorOnMXFailure = Shapes::StringShape.new(name: 'BehaviorOnMXFailure')
|
@@ -35,7 +35,7 @@ module Aws::SES
|
|
35
35
|
BulkEmailDestinationStatus = Shapes::StructureShape.new(name: 'BulkEmailDestinationStatus')
|
36
36
|
BulkEmailDestinationStatusList = Shapes::ListShape.new(name: 'BulkEmailDestinationStatusList')
|
37
37
|
BulkEmailStatus = Shapes::StringShape.new(name: 'BulkEmailStatus')
|
38
|
-
CannotDeleteException = Shapes::StructureShape.new(name: 'CannotDeleteException', error: {"code"=>"CannotDelete", "httpStatusCode"=>400, "senderFault"=>true})
|
38
|
+
CannotDeleteException = Shapes::StructureShape.new(name: 'CannotDeleteException', error: {"code" => "CannotDelete", "httpStatusCode" => 400, "senderFault" => true})
|
39
39
|
Charset = Shapes::StringShape.new(name: 'Charset')
|
40
40
|
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
41
41
|
CloneReceiptRuleSetRequest = Shapes::StructureShape.new(name: 'CloneReceiptRuleSetRequest')
|
@@ -44,12 +44,12 @@ module Aws::SES
|
|
44
44
|
CloudWatchDimensionConfiguration = Shapes::StructureShape.new(name: 'CloudWatchDimensionConfiguration')
|
45
45
|
CloudWatchDimensionConfigurations = Shapes::ListShape.new(name: 'CloudWatchDimensionConfigurations')
|
46
46
|
ConfigurationSet = Shapes::StructureShape.new(name: 'ConfigurationSet')
|
47
|
-
ConfigurationSetAlreadyExistsException = Shapes::StructureShape.new(name: 'ConfigurationSetAlreadyExistsException', error: {"code"=>"ConfigurationSetAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
|
47
|
+
ConfigurationSetAlreadyExistsException = Shapes::StructureShape.new(name: 'ConfigurationSetAlreadyExistsException', error: {"code" => "ConfigurationSetAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
|
48
48
|
ConfigurationSetAttribute = Shapes::StringShape.new(name: 'ConfigurationSetAttribute')
|
49
49
|
ConfigurationSetAttributeList = Shapes::ListShape.new(name: 'ConfigurationSetAttributeList')
|
50
|
-
ConfigurationSetDoesNotExistException = Shapes::StructureShape.new(name: 'ConfigurationSetDoesNotExistException', error: {"code"=>"ConfigurationSetDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
50
|
+
ConfigurationSetDoesNotExistException = Shapes::StructureShape.new(name: 'ConfigurationSetDoesNotExistException', error: {"code" => "ConfigurationSetDoesNotExist", "httpStatusCode" => 400, "senderFault" => true})
|
51
51
|
ConfigurationSetName = Shapes::StringShape.new(name: 'ConfigurationSetName')
|
52
|
-
ConfigurationSetSendingPausedException = Shapes::StructureShape.new(name: 'ConfigurationSetSendingPausedException', error: {"code"=>"ConfigurationSetSendingPausedException", "httpStatusCode"=>400, "senderFault"=>true})
|
52
|
+
ConfigurationSetSendingPausedException = Shapes::StructureShape.new(name: 'ConfigurationSetSendingPausedException', error: {"code" => "ConfigurationSetSendingPausedException", "httpStatusCode" => 400, "senderFault" => true})
|
53
53
|
ConfigurationSets = Shapes::ListShape.new(name: 'ConfigurationSets')
|
54
54
|
ConnectAction = Shapes::StructureShape.new(name: 'ConnectAction')
|
55
55
|
ConnectInstanceArn = Shapes::StringShape.new(name: 'ConnectInstanceArn')
|
@@ -72,10 +72,10 @@ module Aws::SES
|
|
72
72
|
CreateTemplateResponse = Shapes::StructureShape.new(name: 'CreateTemplateResponse')
|
73
73
|
CustomMailFromStatus = Shapes::StringShape.new(name: 'CustomMailFromStatus')
|
74
74
|
CustomRedirectDomain = Shapes::StringShape.new(name: 'CustomRedirectDomain')
|
75
|
-
CustomVerificationEmailInvalidContentException = Shapes::StructureShape.new(name: 'CustomVerificationEmailInvalidContentException', error: {"code"=>"CustomVerificationEmailInvalidContent", "httpStatusCode"=>400, "senderFault"=>true})
|
75
|
+
CustomVerificationEmailInvalidContentException = Shapes::StructureShape.new(name: 'CustomVerificationEmailInvalidContentException', error: {"code" => "CustomVerificationEmailInvalidContent", "httpStatusCode" => 400, "senderFault" => true})
|
76
76
|
CustomVerificationEmailTemplate = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplate')
|
77
|
-
CustomVerificationEmailTemplateAlreadyExistsException = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateAlreadyExistsException', error: {"code"=>"CustomVerificationEmailTemplateAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
|
78
|
-
CustomVerificationEmailTemplateDoesNotExistException = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateDoesNotExistException', error: {"code"=>"CustomVerificationEmailTemplateDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
77
|
+
CustomVerificationEmailTemplateAlreadyExistsException = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateAlreadyExistsException', error: {"code" => "CustomVerificationEmailTemplateAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
|
78
|
+
CustomVerificationEmailTemplateDoesNotExistException = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateDoesNotExistException', error: {"code" => "CustomVerificationEmailTemplateDoesNotExist", "httpStatusCode" => 400, "senderFault" => true})
|
79
79
|
CustomVerificationEmailTemplates = Shapes::ListShape.new(name: 'CustomVerificationEmailTemplates')
|
80
80
|
DefaultDimensionValue = Shapes::StringShape.new(name: 'DefaultDimensionValue')
|
81
81
|
DeleteConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationSetEventDestinationRequest')
|
@@ -118,8 +118,8 @@ module Aws::SES
|
|
118
118
|
Enabled = Shapes::BooleanShape.new(name: 'Enabled')
|
119
119
|
Error = Shapes::StringShape.new(name: 'Error')
|
120
120
|
EventDestination = Shapes::StructureShape.new(name: 'EventDestination')
|
121
|
-
EventDestinationAlreadyExistsException = Shapes::StructureShape.new(name: 'EventDestinationAlreadyExistsException', error: {"code"=>"EventDestinationAlreadyExists", "httpStatusCode"=>400, "senderFault"=>true})
|
122
|
-
EventDestinationDoesNotExistException = Shapes::StructureShape.new(name: 'EventDestinationDoesNotExistException', error: {"code"=>"EventDestinationDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
121
|
+
EventDestinationAlreadyExistsException = Shapes::StructureShape.new(name: 'EventDestinationAlreadyExistsException', error: {"code" => "EventDestinationAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
|
122
|
+
EventDestinationDoesNotExistException = Shapes::StructureShape.new(name: 'EventDestinationDoesNotExistException', error: {"code" => "EventDestinationDoesNotExist", "httpStatusCode" => 400, "senderFault" => true})
|
123
123
|
EventDestinationName = Shapes::StringShape.new(name: 'EventDestinationName')
|
124
124
|
EventDestinations = Shapes::ListShape.new(name: 'EventDestinations')
|
125
125
|
EventType = Shapes::StringShape.new(name: 'EventType')
|
@@ -131,7 +131,7 @@ module Aws::SES
|
|
131
131
|
ExtensionFieldValue = Shapes::StringShape.new(name: 'ExtensionFieldValue')
|
132
132
|
FailureRedirectionURL = Shapes::StringShape.new(name: 'FailureRedirectionURL')
|
133
133
|
FromAddress = Shapes::StringShape.new(name: 'FromAddress')
|
134
|
-
FromEmailAddressNotVerifiedException = Shapes::StructureShape.new(name: 'FromEmailAddressNotVerifiedException', error: {"code"=>"FromEmailAddressNotVerified", "httpStatusCode"=>400, "senderFault"=>true})
|
134
|
+
FromEmailAddressNotVerifiedException = Shapes::StructureShape.new(name: 'FromEmailAddressNotVerifiedException', error: {"code" => "FromEmailAddressNotVerified", "httpStatusCode" => 400, "senderFault" => true})
|
135
135
|
GetAccountSendingEnabledResponse = Shapes::StructureShape.new(name: 'GetAccountSendingEnabledResponse')
|
136
136
|
GetCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateRequest')
|
137
137
|
GetCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateResponse')
|
@@ -160,24 +160,24 @@ module Aws::SES
|
|
160
160
|
IdentityNotificationAttributes = Shapes::StructureShape.new(name: 'IdentityNotificationAttributes')
|
161
161
|
IdentityType = Shapes::StringShape.new(name: 'IdentityType')
|
162
162
|
IdentityVerificationAttributes = Shapes::StructureShape.new(name: 'IdentityVerificationAttributes')
|
163
|
-
InvalidCloudWatchDestinationException = Shapes::StructureShape.new(name: 'InvalidCloudWatchDestinationException', error: {"code"=>"InvalidCloudWatchDestination", "httpStatusCode"=>400, "senderFault"=>true})
|
164
|
-
InvalidConfigurationSetException = Shapes::StructureShape.new(name: 'InvalidConfigurationSetException', error: {"code"=>"InvalidConfigurationSet", "httpStatusCode"=>400, "senderFault"=>true})
|
165
|
-
InvalidDeliveryOptionsException = Shapes::StructureShape.new(name: 'InvalidDeliveryOptionsException', error: {"code"=>"InvalidDeliveryOptions", "httpStatusCode"=>400, "senderFault"=>true})
|
166
|
-
InvalidFirehoseDestinationException = Shapes::StructureShape.new(name: 'InvalidFirehoseDestinationException', error: {"code"=>"InvalidFirehoseDestination", "httpStatusCode"=>400, "senderFault"=>true})
|
167
|
-
InvalidLambdaFunctionException = Shapes::StructureShape.new(name: 'InvalidLambdaFunctionException', error: {"code"=>"InvalidLambdaFunction", "httpStatusCode"=>400, "senderFault"=>true})
|
168
|
-
InvalidPolicyException = Shapes::StructureShape.new(name: 'InvalidPolicyException', error: {"code"=>"InvalidPolicy", "httpStatusCode"=>400, "senderFault"=>true})
|
169
|
-
InvalidRenderingParameterException = Shapes::StructureShape.new(name: 'InvalidRenderingParameterException', error: {"code"=>"InvalidRenderingParameter", "httpStatusCode"=>400, "senderFault"=>true})
|
170
|
-
InvalidS3ConfigurationException = Shapes::StructureShape.new(name: 'InvalidS3ConfigurationException', error: {"code"=>"InvalidS3Configuration", "httpStatusCode"=>400, "senderFault"=>true})
|
171
|
-
InvalidSNSDestinationException = Shapes::StructureShape.new(name: 'InvalidSNSDestinationException', error: {"code"=>"InvalidSNSDestination", "httpStatusCode"=>400, "senderFault"=>true})
|
172
|
-
InvalidSnsTopicException = Shapes::StructureShape.new(name: 'InvalidSnsTopicException', error: {"code"=>"InvalidSnsTopic", "httpStatusCode"=>400, "senderFault"=>true})
|
173
|
-
InvalidTemplateException = Shapes::StructureShape.new(name: 'InvalidTemplateException', error: {"code"=>"InvalidTemplate", "httpStatusCode"=>400, "senderFault"=>true})
|
174
|
-
InvalidTrackingOptionsException = Shapes::StructureShape.new(name: 'InvalidTrackingOptionsException', error: {"code"=>"InvalidTrackingOptions", "httpStatusCode"=>400, "senderFault"=>true})
|
163
|
+
InvalidCloudWatchDestinationException = Shapes::StructureShape.new(name: 'InvalidCloudWatchDestinationException', error: {"code" => "InvalidCloudWatchDestination", "httpStatusCode" => 400, "senderFault" => true})
|
164
|
+
InvalidConfigurationSetException = Shapes::StructureShape.new(name: 'InvalidConfigurationSetException', error: {"code" => "InvalidConfigurationSet", "httpStatusCode" => 400, "senderFault" => true})
|
165
|
+
InvalidDeliveryOptionsException = Shapes::StructureShape.new(name: 'InvalidDeliveryOptionsException', error: {"code" => "InvalidDeliveryOptions", "httpStatusCode" => 400, "senderFault" => true})
|
166
|
+
InvalidFirehoseDestinationException = Shapes::StructureShape.new(name: 'InvalidFirehoseDestinationException', error: {"code" => "InvalidFirehoseDestination", "httpStatusCode" => 400, "senderFault" => true})
|
167
|
+
InvalidLambdaFunctionException = Shapes::StructureShape.new(name: 'InvalidLambdaFunctionException', error: {"code" => "InvalidLambdaFunction", "httpStatusCode" => 400, "senderFault" => true})
|
168
|
+
InvalidPolicyException = Shapes::StructureShape.new(name: 'InvalidPolicyException', error: {"code" => "InvalidPolicy", "httpStatusCode" => 400, "senderFault" => true})
|
169
|
+
InvalidRenderingParameterException = Shapes::StructureShape.new(name: 'InvalidRenderingParameterException', error: {"code" => "InvalidRenderingParameter", "httpStatusCode" => 400, "senderFault" => true})
|
170
|
+
InvalidS3ConfigurationException = Shapes::StructureShape.new(name: 'InvalidS3ConfigurationException', error: {"code" => "InvalidS3Configuration", "httpStatusCode" => 400, "senderFault" => true})
|
171
|
+
InvalidSNSDestinationException = Shapes::StructureShape.new(name: 'InvalidSNSDestinationException', error: {"code" => "InvalidSNSDestination", "httpStatusCode" => 400, "senderFault" => true})
|
172
|
+
InvalidSnsTopicException = Shapes::StructureShape.new(name: 'InvalidSnsTopicException', error: {"code" => "InvalidSnsTopic", "httpStatusCode" => 400, "senderFault" => true})
|
173
|
+
InvalidTemplateException = Shapes::StructureShape.new(name: 'InvalidTemplateException', error: {"code" => "InvalidTemplate", "httpStatusCode" => 400, "senderFault" => true})
|
174
|
+
InvalidTrackingOptionsException = Shapes::StructureShape.new(name: 'InvalidTrackingOptionsException', error: {"code" => "InvalidTrackingOptions", "httpStatusCode" => 400, "senderFault" => true})
|
175
175
|
InvocationType = Shapes::StringShape.new(name: 'InvocationType')
|
176
176
|
KinesisFirehoseDestination = Shapes::StructureShape.new(name: 'KinesisFirehoseDestination')
|
177
177
|
LambdaAction = Shapes::StructureShape.new(name: 'LambdaAction')
|
178
178
|
LastAttemptDate = Shapes::TimestampShape.new(name: 'LastAttemptDate')
|
179
179
|
LastFreshStart = Shapes::TimestampShape.new(name: 'LastFreshStart')
|
180
|
-
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code"=>"LimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
|
180
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code" => "LimitExceeded", "httpStatusCode" => 400, "senderFault" => true})
|
181
181
|
ListConfigurationSetsRequest = Shapes::StructureShape.new(name: 'ListConfigurationSetsRequest')
|
182
182
|
ListConfigurationSetsResponse = Shapes::StructureShape.new(name: 'ListConfigurationSetsResponse')
|
183
183
|
ListCustomVerificationEmailTemplatesRequest = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesRequest')
|
@@ -195,7 +195,7 @@ module Aws::SES
|
|
195
195
|
ListVerifiedEmailAddressesResponse = Shapes::StructureShape.new(name: 'ListVerifiedEmailAddressesResponse')
|
196
196
|
MailFromDomainAttributes = Shapes::MapShape.new(name: 'MailFromDomainAttributes')
|
197
197
|
MailFromDomainName = Shapes::StringShape.new(name: 'MailFromDomainName')
|
198
|
-
MailFromDomainNotVerifiedException = Shapes::StructureShape.new(name: 'MailFromDomainNotVerifiedException', error: {"code"=>"MailFromDomainNotVerifiedException", "httpStatusCode"=>400, "senderFault"=>true})
|
198
|
+
MailFromDomainNotVerifiedException = Shapes::StructureShape.new(name: 'MailFromDomainNotVerifiedException', error: {"code" => "MailFromDomainNotVerifiedException", "httpStatusCode" => 400, "senderFault" => true})
|
199
199
|
Max24HourSend = Shapes::FloatShape.new(name: 'Max24HourSend')
|
200
200
|
MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
|
201
201
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
@@ -204,12 +204,12 @@ module Aws::SES
|
|
204
204
|
MessageData = Shapes::StringShape.new(name: 'MessageData')
|
205
205
|
MessageDsn = Shapes::StructureShape.new(name: 'MessageDsn')
|
206
206
|
MessageId = Shapes::StringShape.new(name: 'MessageId')
|
207
|
-
MessageRejected = Shapes::StructureShape.new(name: 'MessageRejected', error: {"code"=>"MessageRejected", "httpStatusCode"=>400, "senderFault"=>true})
|
207
|
+
MessageRejected = Shapes::StructureShape.new(name: 'MessageRejected', error: {"code" => "MessageRejected", "httpStatusCode" => 400, "senderFault" => true})
|
208
208
|
MessageTag = Shapes::StructureShape.new(name: 'MessageTag')
|
209
209
|
MessageTagList = Shapes::ListShape.new(name: 'MessageTagList')
|
210
210
|
MessageTagName = Shapes::StringShape.new(name: 'MessageTagName')
|
211
211
|
MessageTagValue = Shapes::StringShape.new(name: 'MessageTagValue')
|
212
|
-
MissingRenderingAttributeException = Shapes::StructureShape.new(name: 'MissingRenderingAttributeException', error: {"code"=>"MissingRenderingAttribute", "httpStatusCode"=>400, "senderFault"=>true})
|
212
|
+
MissingRenderingAttributeException = Shapes::StructureShape.new(name: 'MissingRenderingAttributeException', error: {"code" => "MissingRenderingAttribute", "httpStatusCode" => 400, "senderFault" => true})
|
213
213
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
214
214
|
NotificationAttributes = Shapes::MapShape.new(name: 'NotificationAttributes')
|
215
215
|
NotificationTopic = Shapes::StringShape.new(name: 'NotificationTopic')
|
@@ -218,7 +218,7 @@ module Aws::SES
|
|
218
218
|
PolicyMap = Shapes::MapShape.new(name: 'PolicyMap')
|
219
219
|
PolicyName = Shapes::StringShape.new(name: 'PolicyName')
|
220
220
|
PolicyNameList = Shapes::ListShape.new(name: 'PolicyNameList')
|
221
|
-
ProductionAccessNotGrantedException = Shapes::StructureShape.new(name: 'ProductionAccessNotGrantedException', error: {"code"=>"ProductionAccessNotGranted", "httpStatusCode"=>400, "senderFault"=>true})
|
221
|
+
ProductionAccessNotGrantedException = Shapes::StructureShape.new(name: 'ProductionAccessNotGrantedException', error: {"code" => "ProductionAccessNotGranted", "httpStatusCode" => 400, "senderFault" => true})
|
222
222
|
PutConfigurationSetDeliveryOptionsRequest = Shapes::StructureShape.new(name: 'PutConfigurationSetDeliveryOptionsRequest')
|
223
223
|
PutConfigurationSetDeliveryOptionsResponse = Shapes::StructureShape.new(name: 'PutConfigurationSetDeliveryOptionsResponse')
|
224
224
|
PutIdentityPolicyRequest = Shapes::StructureShape.new(name: 'PutIdentityPolicyRequest')
|
@@ -248,9 +248,9 @@ module Aws::SES
|
|
248
248
|
ReorderReceiptRuleSetResponse = Shapes::StructureShape.new(name: 'ReorderReceiptRuleSetResponse')
|
249
249
|
ReportingMta = Shapes::StringShape.new(name: 'ReportingMta')
|
250
250
|
ReputationOptions = Shapes::StructureShape.new(name: 'ReputationOptions')
|
251
|
-
RuleDoesNotExistException = Shapes::StructureShape.new(name: 'RuleDoesNotExistException', error: {"code"=>"RuleDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
251
|
+
RuleDoesNotExistException = Shapes::StructureShape.new(name: 'RuleDoesNotExistException', error: {"code" => "RuleDoesNotExist", "httpStatusCode" => 400, "senderFault" => true})
|
252
252
|
RuleOrRuleSetName = Shapes::StringShape.new(name: 'RuleOrRuleSetName')
|
253
|
-
RuleSetDoesNotExistException = Shapes::StructureShape.new(name: 'RuleSetDoesNotExistException', error: {"code"=>"RuleSetDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
253
|
+
RuleSetDoesNotExistException = Shapes::StructureShape.new(name: 'RuleSetDoesNotExistException', error: {"code" => "RuleSetDoesNotExist", "httpStatusCode" => 400, "senderFault" => true})
|
254
254
|
S3Action = Shapes::StructureShape.new(name: 'S3Action')
|
255
255
|
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
256
256
|
S3KeyPrefix = Shapes::StringShape.new(name: 'S3KeyPrefix')
|
@@ -294,7 +294,7 @@ module Aws::SES
|
|
294
294
|
Template = Shapes::StructureShape.new(name: 'Template')
|
295
295
|
TemplateContent = Shapes::StringShape.new(name: 'TemplateContent')
|
296
296
|
TemplateData = Shapes::StringShape.new(name: 'TemplateData')
|
297
|
-
TemplateDoesNotExistException = Shapes::StructureShape.new(name: 'TemplateDoesNotExistException', error: {"code"=>"TemplateDoesNotExist", "httpStatusCode"=>400, "senderFault"=>true})
|
297
|
+
TemplateDoesNotExistException = Shapes::StructureShape.new(name: 'TemplateDoesNotExistException', error: {"code" => "TemplateDoesNotExist", "httpStatusCode" => 400, "senderFault" => true})
|
298
298
|
TemplateMetadata = Shapes::StructureShape.new(name: 'TemplateMetadata')
|
299
299
|
TemplateMetadataList = Shapes::ListShape.new(name: 'TemplateMetadataList')
|
300
300
|
TemplateName = Shapes::StringShape.new(name: 'TemplateName')
|
@@ -304,8 +304,8 @@ module Aws::SES
|
|
304
304
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
305
305
|
TlsPolicy = Shapes::StringShape.new(name: 'TlsPolicy')
|
306
306
|
TrackingOptions = Shapes::StructureShape.new(name: 'TrackingOptions')
|
307
|
-
TrackingOptionsAlreadyExistsException = Shapes::StructureShape.new(name: 'TrackingOptionsAlreadyExistsException', error: {"code"=>"TrackingOptionsAlreadyExistsException", "httpStatusCode"=>400, "senderFault"=>true})
|
308
|
-
TrackingOptionsDoesNotExistException = Shapes::StructureShape.new(name: 'TrackingOptionsDoesNotExistException', error: {"code"=>"TrackingOptionsDoesNotExistException", "httpStatusCode"=>400, "senderFault"=>true})
|
307
|
+
TrackingOptionsAlreadyExistsException = Shapes::StructureShape.new(name: 'TrackingOptionsAlreadyExistsException', error: {"code" => "TrackingOptionsAlreadyExistsException", "httpStatusCode" => 400, "senderFault" => true})
|
308
|
+
TrackingOptionsDoesNotExistException = Shapes::StructureShape.new(name: 'TrackingOptionsDoesNotExistException', error: {"code" => "TrackingOptionsDoesNotExistException", "httpStatusCode" => 400, "senderFault" => true})
|
309
309
|
UpdateAccountSendingEnabledRequest = Shapes::StructureShape.new(name: 'UpdateAccountSendingEnabledRequest')
|
310
310
|
UpdateConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationRequest')
|
311
311
|
UpdateConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationResponse')
|
data/lib/aws-sdk-ses/errors.rb
CHANGED
@@ -29,41 +29,70 @@ module Aws::SES
|
|
29
29
|
# ## Error Classes
|
30
30
|
# * {AccountSendingPausedException}
|
31
31
|
# * {AlreadyExistsException}
|
32
|
+
# * This error class is not used. `AlreadyExists` is used during parsing instead.
|
32
33
|
# * {CannotDeleteException}
|
34
|
+
# * This error class is not used. `CannotDelete` is used during parsing instead.
|
33
35
|
# * {ConfigurationSetAlreadyExistsException}
|
36
|
+
# * This error class is not used. `ConfigurationSetAlreadyExists` is used during parsing instead.
|
34
37
|
# * {ConfigurationSetDoesNotExistException}
|
38
|
+
# * This error class is not used. `ConfigurationSetDoesNotExist` is used during parsing instead.
|
35
39
|
# * {ConfigurationSetSendingPausedException}
|
36
40
|
# * {CustomVerificationEmailInvalidContentException}
|
41
|
+
# * This error class is not used. `CustomVerificationEmailInvalidContent` is used during parsing instead.
|
37
42
|
# * {CustomVerificationEmailTemplateAlreadyExistsException}
|
43
|
+
# * This error class is not used. `CustomVerificationEmailTemplateAlreadyExists` is used during parsing instead.
|
38
44
|
# * {CustomVerificationEmailTemplateDoesNotExistException}
|
45
|
+
# * This error class is not used. `CustomVerificationEmailTemplateDoesNotExist` is used during parsing instead.
|
39
46
|
# * {EventDestinationAlreadyExistsException}
|
47
|
+
# * This error class is not used. `EventDestinationAlreadyExists` is used during parsing instead.
|
40
48
|
# * {EventDestinationDoesNotExistException}
|
49
|
+
# * This error class is not used. `EventDestinationDoesNotExist` is used during parsing instead.
|
41
50
|
# * {FromEmailAddressNotVerifiedException}
|
51
|
+
# * This error class is not used. `FromEmailAddressNotVerified` is used during parsing instead.
|
42
52
|
# * {InvalidCloudWatchDestinationException}
|
53
|
+
# * This error class is not used. `InvalidCloudWatchDestination` is used during parsing instead.
|
43
54
|
# * {InvalidConfigurationSetException}
|
55
|
+
# * This error class is not used. `InvalidConfigurationSet` is used during parsing instead.
|
44
56
|
# * {InvalidDeliveryOptionsException}
|
57
|
+
# * This error class is not used. `InvalidDeliveryOptions` is used during parsing instead.
|
45
58
|
# * {InvalidFirehoseDestinationException}
|
59
|
+
# * This error class is not used. `InvalidFirehoseDestination` is used during parsing instead.
|
46
60
|
# * {InvalidLambdaFunctionException}
|
61
|
+
# * This error class is not used. `InvalidLambdaFunction` is used during parsing instead.
|
47
62
|
# * {InvalidPolicyException}
|
63
|
+
# * This error class is not used. `InvalidPolicy` is used during parsing instead.
|
48
64
|
# * {InvalidRenderingParameterException}
|
65
|
+
# * This error class is not used. `InvalidRenderingParameter` is used during parsing instead.
|
49
66
|
# * {InvalidS3ConfigurationException}
|
67
|
+
# * This error class is not used. `InvalidS3Configuration` is used during parsing instead.
|
50
68
|
# * {InvalidSNSDestinationException}
|
69
|
+
# * This error class is not used. `InvalidSNSDestination` is used during parsing instead.
|
51
70
|
# * {InvalidSnsTopicException}
|
71
|
+
# * This error class is not used. `InvalidSnsTopic` is used during parsing instead.
|
52
72
|
# * {InvalidTemplateException}
|
73
|
+
# * This error class is not used. `InvalidTemplate` is used during parsing instead.
|
53
74
|
# * {InvalidTrackingOptionsException}
|
75
|
+
# * This error class is not used. `InvalidTrackingOptions` is used during parsing instead.
|
54
76
|
# * {LimitExceededException}
|
77
|
+
# * This error class is not used. `LimitExceeded` is used during parsing instead.
|
55
78
|
# * {MailFromDomainNotVerifiedException}
|
56
79
|
# * {MessageRejected}
|
57
80
|
# * {MissingRenderingAttributeException}
|
81
|
+
# * This error class is not used. `MissingRenderingAttribute` is used during parsing instead.
|
58
82
|
# * {ProductionAccessNotGrantedException}
|
83
|
+
# * This error class is not used. `ProductionAccessNotGranted` is used during parsing instead.
|
59
84
|
# * {RuleDoesNotExistException}
|
85
|
+
# * This error class is not used. `RuleDoesNotExist` is used during parsing instead.
|
60
86
|
# * {RuleSetDoesNotExistException}
|
87
|
+
# * This error class is not used. `RuleSetDoesNotExist` is used during parsing instead.
|
61
88
|
# * {TemplateDoesNotExistException}
|
89
|
+
# * This error class is not used. `TemplateDoesNotExist` is used during parsing instead.
|
62
90
|
# * {TrackingOptionsAlreadyExistsException}
|
63
91
|
# * {TrackingOptionsDoesNotExistException}
|
64
92
|
#
|
65
93
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
66
94
|
# if they are not defined above.
|
95
|
+
# Some existing error classes may use a different class name than the one documented.
|
67
96
|
module Errors
|
68
97
|
|
69
98
|
extend Aws::Errors::DynamicErrors
|
@@ -78,6 +107,8 @@ module Aws::SES
|
|
78
107
|
end
|
79
108
|
end
|
80
109
|
|
110
|
+
# @deprecated This error class is not used during parsing.
|
111
|
+
# Please use `AlreadyExists` instead.
|
81
112
|
class AlreadyExistsException < ServiceError
|
82
113
|
|
83
114
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -93,6 +124,8 @@ module Aws::SES
|
|
93
124
|
end
|
94
125
|
end
|
95
126
|
|
127
|
+
# @deprecated This error class is not used during parsing.
|
128
|
+
# Please use `CannotDelete` instead.
|
96
129
|
class CannotDeleteException < ServiceError
|
97
130
|
|
98
131
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -108,6 +141,8 @@ module Aws::SES
|
|
108
141
|
end
|
109
142
|
end
|
110
143
|
|
144
|
+
# @deprecated This error class is not used during parsing.
|
145
|
+
# Please use `ConfigurationSetAlreadyExists` instead.
|
111
146
|
class ConfigurationSetAlreadyExistsException < ServiceError
|
112
147
|
|
113
148
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -123,6 +158,8 @@ module Aws::SES
|
|
123
158
|
end
|
124
159
|
end
|
125
160
|
|
161
|
+
# @deprecated This error class is not used during parsing.
|
162
|
+
# Please use `ConfigurationSetDoesNotExist` instead.
|
126
163
|
class ConfigurationSetDoesNotExistException < ServiceError
|
127
164
|
|
128
165
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -153,6 +190,8 @@ module Aws::SES
|
|
153
190
|
end
|
154
191
|
end
|
155
192
|
|
193
|
+
# @deprecated This error class is not used during parsing.
|
194
|
+
# Please use `CustomVerificationEmailInvalidContent` instead.
|
156
195
|
class CustomVerificationEmailInvalidContentException < ServiceError
|
157
196
|
|
158
197
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -163,6 +202,8 @@ module Aws::SES
|
|
163
202
|
end
|
164
203
|
end
|
165
204
|
|
205
|
+
# @deprecated This error class is not used during parsing.
|
206
|
+
# Please use `CustomVerificationEmailTemplateAlreadyExists` instead.
|
166
207
|
class CustomVerificationEmailTemplateAlreadyExistsException < ServiceError
|
167
208
|
|
168
209
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -178,6 +219,8 @@ module Aws::SES
|
|
178
219
|
end
|
179
220
|
end
|
180
221
|
|
222
|
+
# @deprecated This error class is not used during parsing.
|
223
|
+
# Please use `CustomVerificationEmailTemplateDoesNotExist` instead.
|
181
224
|
class CustomVerificationEmailTemplateDoesNotExistException < ServiceError
|
182
225
|
|
183
226
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -193,6 +236,8 @@ module Aws::SES
|
|
193
236
|
end
|
194
237
|
end
|
195
238
|
|
239
|
+
# @deprecated This error class is not used during parsing.
|
240
|
+
# Please use `EventDestinationAlreadyExists` instead.
|
196
241
|
class EventDestinationAlreadyExistsException < ServiceError
|
197
242
|
|
198
243
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -213,6 +258,8 @@ module Aws::SES
|
|
213
258
|
end
|
214
259
|
end
|
215
260
|
|
261
|
+
# @deprecated This error class is not used during parsing.
|
262
|
+
# Please use `EventDestinationDoesNotExist` instead.
|
216
263
|
class EventDestinationDoesNotExistException < ServiceError
|
217
264
|
|
218
265
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -233,6 +280,8 @@ module Aws::SES
|
|
233
280
|
end
|
234
281
|
end
|
235
282
|
|
283
|
+
# @deprecated This error class is not used during parsing.
|
284
|
+
# Please use `FromEmailAddressNotVerified` instead.
|
236
285
|
class FromEmailAddressNotVerifiedException < ServiceError
|
237
286
|
|
238
287
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -248,6 +297,8 @@ module Aws::SES
|
|
248
297
|
end
|
249
298
|
end
|
250
299
|
|
300
|
+
# @deprecated This error class is not used during parsing.
|
301
|
+
# Please use `InvalidCloudWatchDestination` instead.
|
251
302
|
class InvalidCloudWatchDestinationException < ServiceError
|
252
303
|
|
253
304
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -268,6 +319,8 @@ module Aws::SES
|
|
268
319
|
end
|
269
320
|
end
|
270
321
|
|
322
|
+
# @deprecated This error class is not used during parsing.
|
323
|
+
# Please use `InvalidConfigurationSet` instead.
|
271
324
|
class InvalidConfigurationSetException < ServiceError
|
272
325
|
|
273
326
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -278,6 +331,8 @@ module Aws::SES
|
|
278
331
|
end
|
279
332
|
end
|
280
333
|
|
334
|
+
# @deprecated This error class is not used during parsing.
|
335
|
+
# Please use `InvalidDeliveryOptions` instead.
|
281
336
|
class InvalidDeliveryOptionsException < ServiceError
|
282
337
|
|
283
338
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -288,6 +343,8 @@ module Aws::SES
|
|
288
343
|
end
|
289
344
|
end
|
290
345
|
|
346
|
+
# @deprecated This error class is not used during parsing.
|
347
|
+
# Please use `InvalidFirehoseDestination` instead.
|
291
348
|
class InvalidFirehoseDestinationException < ServiceError
|
292
349
|
|
293
350
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -308,6 +365,8 @@ module Aws::SES
|
|
308
365
|
end
|
309
366
|
end
|
310
367
|
|
368
|
+
# @deprecated This error class is not used during parsing.
|
369
|
+
# Please use `InvalidLambdaFunction` instead.
|
311
370
|
class InvalidLambdaFunctionException < ServiceError
|
312
371
|
|
313
372
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -323,6 +382,8 @@ module Aws::SES
|
|
323
382
|
end
|
324
383
|
end
|
325
384
|
|
385
|
+
# @deprecated This error class is not used during parsing.
|
386
|
+
# Please use `InvalidPolicy` instead.
|
326
387
|
class InvalidPolicyException < ServiceError
|
327
388
|
|
328
389
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -333,6 +394,8 @@ module Aws::SES
|
|
333
394
|
end
|
334
395
|
end
|
335
396
|
|
397
|
+
# @deprecated This error class is not used during parsing.
|
398
|
+
# Please use `InvalidRenderingParameter` instead.
|
336
399
|
class InvalidRenderingParameterException < ServiceError
|
337
400
|
|
338
401
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -348,6 +411,8 @@ module Aws::SES
|
|
348
411
|
end
|
349
412
|
end
|
350
413
|
|
414
|
+
# @deprecated This error class is not used during parsing.
|
415
|
+
# Please use `InvalidS3Configuration` instead.
|
351
416
|
class InvalidS3ConfigurationException < ServiceError
|
352
417
|
|
353
418
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -363,6 +428,8 @@ module Aws::SES
|
|
363
428
|
end
|
364
429
|
end
|
365
430
|
|
431
|
+
# @deprecated This error class is not used during parsing.
|
432
|
+
# Please use `InvalidSNSDestination` instead.
|
366
433
|
class InvalidSNSDestinationException < ServiceError
|
367
434
|
|
368
435
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -383,6 +450,8 @@ module Aws::SES
|
|
383
450
|
end
|
384
451
|
end
|
385
452
|
|
453
|
+
# @deprecated This error class is not used during parsing.
|
454
|
+
# Please use `InvalidSnsTopic` instead.
|
386
455
|
class InvalidSnsTopicException < ServiceError
|
387
456
|
|
388
457
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -398,6 +467,8 @@ module Aws::SES
|
|
398
467
|
end
|
399
468
|
end
|
400
469
|
|
470
|
+
# @deprecated This error class is not used during parsing.
|
471
|
+
# Please use `InvalidTemplate` instead.
|
401
472
|
class InvalidTemplateException < ServiceError
|
402
473
|
|
403
474
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -413,6 +484,8 @@ module Aws::SES
|
|
413
484
|
end
|
414
485
|
end
|
415
486
|
|
487
|
+
# @deprecated This error class is not used during parsing.
|
488
|
+
# Please use `InvalidTrackingOptions` instead.
|
416
489
|
class InvalidTrackingOptionsException < ServiceError
|
417
490
|
|
418
491
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -423,6 +496,8 @@ module Aws::SES
|
|
423
496
|
end
|
424
497
|
end
|
425
498
|
|
499
|
+
# @deprecated This error class is not used during parsing.
|
500
|
+
# Please use `LimitExceeded` instead.
|
426
501
|
class LimitExceededException < ServiceError
|
427
502
|
|
428
503
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -453,6 +528,8 @@ module Aws::SES
|
|
453
528
|
end
|
454
529
|
end
|
455
530
|
|
531
|
+
# @deprecated This error class is not used during parsing.
|
532
|
+
# Please use `MissingRenderingAttribute` instead.
|
456
533
|
class MissingRenderingAttributeException < ServiceError
|
457
534
|
|
458
535
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -468,6 +545,8 @@ module Aws::SES
|
|
468
545
|
end
|
469
546
|
end
|
470
547
|
|
548
|
+
# @deprecated This error class is not used during parsing.
|
549
|
+
# Please use `ProductionAccessNotGranted` instead.
|
471
550
|
class ProductionAccessNotGrantedException < ServiceError
|
472
551
|
|
473
552
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -478,6 +557,8 @@ module Aws::SES
|
|
478
557
|
end
|
479
558
|
end
|
480
559
|
|
560
|
+
# @deprecated This error class is not used during parsing.
|
561
|
+
# Please use `RuleDoesNotExist` instead.
|
481
562
|
class RuleDoesNotExistException < ServiceError
|
482
563
|
|
483
564
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -493,6 +574,8 @@ module Aws::SES
|
|
493
574
|
end
|
494
575
|
end
|
495
576
|
|
577
|
+
# @deprecated This error class is not used during parsing.
|
578
|
+
# Please use `RuleSetDoesNotExist` instead.
|
496
579
|
class RuleSetDoesNotExistException < ServiceError
|
497
580
|
|
498
581
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -508,6 +591,8 @@ module Aws::SES
|
|
508
591
|
end
|
509
592
|
end
|
510
593
|
|
594
|
+
# @deprecated This error class is not used during parsing.
|
595
|
+
# Please use `TemplateDoesNotExist` instead.
|
511
596
|
class TemplateDoesNotExistException < ServiceError
|
512
597
|
|
513
598
|
# @param [Seahorse::Client::RequestContext] context
|
data/lib/aws-sdk-ses.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.83.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ses
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ses/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - Amazon SES
|
100
97
|
test_files: []
|