aws-sdk-ses 1.78.0 → 1.97.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 +95 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ses/client.rb +76 -47
- data/lib/aws-sdk-ses/client_api.rb +34 -34
- data/lib/aws-sdk-ses/customizations.rb +0 -8
- data/lib/aws-sdk-ses/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-ses/endpoint_provider.rb +13 -17
- data/lib/aws-sdk-ses/errors.rb +84 -0
- data/lib/aws-sdk-ses.rb +1 -1
- data/sig/client.rbs +3 -0
- data/sig/resource.rbs +3 -0
- metadata +6 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ec162a8e52f103d24b24f88232aa913cb86119a14f57ee1a6db97cbdc3f27cb
|
|
4
|
+
data.tar.gz: 91a0d0b79c55ce1883bb9836155c1ce736c13d916e5aeca991e61060b2893419
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2da6df751617327b0e45c5c23a7ef60a82d111961b0ef7756c2535e07dc4da21612ff82c1208813740dbbfd03ae4544187b361fcde29a86f96c8dd62b12547f8
|
|
7
|
+
data.tar.gz: 6deb12344eeefedecd158a426789a4309fe9946811f58ed12986e1761acae88635b3c85e34491d914e700e5b2df7338669f726f91ea6b49d640b27e328f0e799
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,101 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.97.0 (2026-03-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.96.0 (2026-01-16)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.95.0 (2026-01-08)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
19
|
+
1.94.0 (2026-01-05)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
23
|
+
|
|
24
|
+
1.93.0 (2025-11-21)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
28
|
+
|
|
29
|
+
1.92.0 (2025-10-27)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Update endpoint ruleset parameters casing
|
|
33
|
+
|
|
34
|
+
1.91.0 (2025-10-21)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
38
|
+
|
|
39
|
+
1.90.0 (2025-08-28)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Remove incorrect endpoint tests
|
|
43
|
+
|
|
44
|
+
1.89.0 (2025-08-26)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
48
|
+
|
|
49
|
+
1.88.0 (2025-08-04)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
53
|
+
|
|
54
|
+
1.87.0 (2025-07-31)
|
|
55
|
+
------------------
|
|
56
|
+
|
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
58
|
+
|
|
59
|
+
1.86.0 (2025-07-21)
|
|
60
|
+
------------------
|
|
61
|
+
|
|
62
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
63
|
+
|
|
64
|
+
1.85.0 (2025-06-02)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
68
|
+
|
|
69
|
+
1.84.0 (2025-05-12)
|
|
70
|
+
------------------
|
|
71
|
+
|
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
73
|
+
|
|
74
|
+
1.83.0 (2025-05-01)
|
|
75
|
+
------------------
|
|
76
|
+
|
|
77
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
78
|
+
|
|
79
|
+
1.82.0 (2025-03-04)
|
|
80
|
+
------------------
|
|
81
|
+
|
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
83
|
+
|
|
84
|
+
1.81.0 (2025-02-18)
|
|
85
|
+
------------------
|
|
86
|
+
|
|
87
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
88
|
+
|
|
89
|
+
1.80.0 (2025-02-06)
|
|
90
|
+
------------------
|
|
91
|
+
|
|
92
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
93
|
+
|
|
94
|
+
1.79.0 (2025-01-15)
|
|
95
|
+
------------------
|
|
96
|
+
|
|
97
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
98
|
+
|
|
4
99
|
1.78.0 (2024-11-22)
|
|
5
100
|
------------------
|
|
6
101
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.97.0
|
data/lib/aws-sdk-ses/client.rb
CHANGED
|
@@ -7,34 +7,34 @@
|
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
|
37
|
-
require 'aws-sdk-core/plugins/protocols/query
|
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
|
37
|
+
require 'aws-sdk-core/plugins/protocols/query'
|
|
38
38
|
|
|
39
39
|
module Aws::SES
|
|
40
40
|
# An API client for SES. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
@@ -95,8 +95,8 @@ module Aws::SES
|
|
|
95
95
|
# class name or an instance of a plugin class.
|
|
96
96
|
#
|
|
97
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
|
98
|
-
# Your AWS credentials. This can be
|
|
99
|
-
# following classes:
|
|
98
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
|
99
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
|
100
100
|
#
|
|
101
101
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
|
102
102
|
# credentials.
|
|
@@ -124,22 +124,24 @@ module Aws::SES
|
|
|
124
124
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
|
125
125
|
# from the Cognito Identity service.
|
|
126
126
|
#
|
|
127
|
-
# When `:credentials` are not configured directly, the following
|
|
128
|
-
# locations will be searched for credentials:
|
|
127
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
|
129
128
|
#
|
|
130
129
|
# * `Aws.config[:credentials]`
|
|
130
|
+
#
|
|
131
131
|
# * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
|
|
132
132
|
# `:account_id` options.
|
|
133
|
-
#
|
|
134
|
-
#
|
|
133
|
+
#
|
|
134
|
+
# * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
|
|
135
|
+
# `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
|
|
136
|
+
#
|
|
135
137
|
# * `~/.aws/credentials`
|
|
138
|
+
#
|
|
136
139
|
# * `~/.aws/config`
|
|
137
|
-
#
|
|
138
|
-
#
|
|
139
|
-
# `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
|
140
|
-
# enable retries and extended timeouts. Instance profile credential
|
|
141
|
-
#
|
|
142
|
-
# to true.
|
|
140
|
+
#
|
|
141
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
|
142
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
|
143
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
|
144
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
|
143
145
|
#
|
|
144
146
|
# @option options [required, String] :region
|
|
145
147
|
# The AWS region to connect to. The configured `:region` is
|
|
@@ -167,6 +169,11 @@ module Aws::SES
|
|
|
167
169
|
# When false, the request will raise a `RetryCapacityNotAvailableError` and will
|
|
168
170
|
# not retry instead of sleeping.
|
|
169
171
|
#
|
|
172
|
+
# @option options [Array<String>] :auth_scheme_preference
|
|
173
|
+
# A list of preferred authentication schemes to use when making a request. Supported values are:
|
|
174
|
+
# `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
|
|
175
|
+
# shared config as `auth_scheme_preference`, the value should be a comma-separated list.
|
|
176
|
+
#
|
|
170
177
|
# @option options [Boolean] :client_side_monitoring (false)
|
|
171
178
|
# When `true`, client-side metrics will be collected for all API requests from
|
|
172
179
|
# this client.
|
|
@@ -200,8 +207,7 @@ module Aws::SES
|
|
|
200
207
|
# accepted modes and the configuration defaults that are included.
|
|
201
208
|
#
|
|
202
209
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
|
203
|
-
#
|
|
204
|
-
# to default service endpoint when available.
|
|
210
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
|
205
211
|
#
|
|
206
212
|
# @option options [Boolean] :disable_request_compression (false)
|
|
207
213
|
# When set to 'true' the request body will not be compressed
|
|
@@ -254,14 +260,37 @@ module Aws::SES
|
|
|
254
260
|
# 4 times. Used in `standard` and `adaptive` retry modes.
|
|
255
261
|
#
|
|
256
262
|
# @option options [String] :profile ("default")
|
|
257
|
-
# Used when loading credentials from the shared credentials file
|
|
258
|
-
#
|
|
263
|
+
# Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
|
|
264
|
+
# When not specified, 'default' is used.
|
|
265
|
+
#
|
|
266
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
|
267
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
|
268
|
+
#
|
|
269
|
+
# * `when_supported` - (default) When set, a checksum will be
|
|
270
|
+
# calculated for all request payloads of operations modeled with the
|
|
271
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
|
272
|
+
# `requestAlgorithmMember` is modeled.
|
|
273
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
|
274
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
|
275
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
|
276
|
+
# is modeled and supplied.
|
|
259
277
|
#
|
|
260
278
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
|
261
279
|
# The minimum size in bytes that triggers compression for request
|
|
262
280
|
# bodies. The value must be non-negative integer value between 0
|
|
263
281
|
# and 10485780 bytes inclusive.
|
|
264
282
|
#
|
|
283
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
|
284
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
|
285
|
+
#
|
|
286
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
|
287
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
|
288
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
|
289
|
+
# are supported.
|
|
290
|
+
# * `when_required` - When set, checksum validation is not performed on
|
|
291
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
|
292
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
|
293
|
+
#
|
|
265
294
|
# @option options [Proc] :retry_backoff
|
|
266
295
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
|
267
296
|
# This option is only used in the `legacy` retry mode.
|
|
@@ -345,8 +374,8 @@ module Aws::SES
|
|
|
345
374
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
|
346
375
|
#
|
|
347
376
|
# @option options [Aws::TokenProvider] :token_provider
|
|
348
|
-
#
|
|
349
|
-
# following classes:
|
|
377
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
|
378
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
|
350
379
|
#
|
|
351
380
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
|
352
381
|
# tokens.
|
|
@@ -5196,7 +5225,7 @@ module Aws::SES
|
|
|
5196
5225
|
tracer: tracer
|
|
5197
5226
|
)
|
|
5198
5227
|
context[:gem_name] = 'aws-sdk-ses'
|
|
5199
|
-
context[:gem_version] = '1.
|
|
5228
|
+
context[:gem_version] = '1.97.0'
|
|
5200
5229
|
Seahorse::Client::Request.new(handlers, context)
|
|
5201
5230
|
end
|
|
5202
5231
|
|
|
@@ -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')
|
|
@@ -13,22 +13,22 @@ module Aws::SES
|
|
|
13
13
|
# @!attribute region
|
|
14
14
|
# The AWS region used to dispatch the request.
|
|
15
15
|
#
|
|
16
|
-
# @return [
|
|
16
|
+
# @return [string]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute use_dual_stack
|
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [boolean]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute use_fips
|
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [boolean]
|
|
27
27
|
#
|
|
28
28
|
# @!attribute endpoint
|
|
29
29
|
# Override the endpoint used to send this request
|
|
30
30
|
#
|
|
31
|
-
# @return [
|
|
31
|
+
# @return [string]
|
|
32
32
|
#
|
|
33
33
|
EndpointParameters = Struct.new(
|
|
34
34
|
:region,
|
|
@@ -10,40 +10,36 @@
|
|
|
10
10
|
module Aws::SES
|
|
11
11
|
class EndpointProvider
|
|
12
12
|
def resolve_endpoint(parameters)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
use_fips = parameters.use_fips
|
|
16
|
-
endpoint = parameters.endpoint
|
|
17
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
|
18
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
13
|
+
if Aws::Endpoints::Matchers.set?(parameters.endpoint)
|
|
14
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
|
19
15
|
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
|
20
16
|
end
|
|
21
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
|
17
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
|
22
18
|
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
|
23
19
|
end
|
|
24
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
|
20
|
+
return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {})
|
|
25
21
|
end
|
|
26
|
-
if Aws::Endpoints::Matchers.set?(region)
|
|
27
|
-
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
|
22
|
+
if Aws::Endpoints::Matchers.set?(parameters.region)
|
|
23
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
|
|
24
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
|
29
25
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
|
30
|
-
return Aws::Endpoints::Endpoint.new(url: "https://email-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
|
26
|
+
return Aws::Endpoints::Endpoint.new(url: "https://email-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
|
31
27
|
end
|
|
32
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
29
|
end
|
|
34
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
30
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
|
35
31
|
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
|
-
return Aws::Endpoints::Endpoint.new(url: "https://email-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
32
|
+
return Aws::Endpoints::Endpoint.new(url: "https://email-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
33
|
end
|
|
38
34
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
|
39
35
|
end
|
|
40
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
|
36
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
|
41
37
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
|
42
|
-
return Aws::Endpoints::Endpoint.new(url: "https://email.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
|
38
|
+
return Aws::Endpoints::Endpoint.new(url: "https://email.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
|
43
39
|
end
|
|
44
40
|
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
|
45
41
|
end
|
|
46
|
-
return Aws::Endpoints::Endpoint.new(url: "https://email.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://email.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
47
43
|
end
|
|
48
44
|
end
|
|
49
45
|
raise ArgumentError, "Invalid Configuration: Missing Region"
|
data/lib/aws-sdk-ses/errors.rb
CHANGED
|
@@ -29,36 +29,64 @@ 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
|
#
|
|
@@ -78,6 +106,8 @@ module Aws::SES
|
|
|
78
106
|
end
|
|
79
107
|
end
|
|
80
108
|
|
|
109
|
+
# @deprecated This error class is not used during parsing.
|
|
110
|
+
# Please use `AlreadyExists` instead.
|
|
81
111
|
class AlreadyExistsException < ServiceError
|
|
82
112
|
|
|
83
113
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -93,6 +123,8 @@ module Aws::SES
|
|
|
93
123
|
end
|
|
94
124
|
end
|
|
95
125
|
|
|
126
|
+
# @deprecated This error class is not used during parsing.
|
|
127
|
+
# Please use `CannotDelete` instead.
|
|
96
128
|
class CannotDeleteException < ServiceError
|
|
97
129
|
|
|
98
130
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -108,6 +140,8 @@ module Aws::SES
|
|
|
108
140
|
end
|
|
109
141
|
end
|
|
110
142
|
|
|
143
|
+
# @deprecated This error class is not used during parsing.
|
|
144
|
+
# Please use `ConfigurationSetAlreadyExists` instead.
|
|
111
145
|
class ConfigurationSetAlreadyExistsException < ServiceError
|
|
112
146
|
|
|
113
147
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -123,6 +157,8 @@ module Aws::SES
|
|
|
123
157
|
end
|
|
124
158
|
end
|
|
125
159
|
|
|
160
|
+
# @deprecated This error class is not used during parsing.
|
|
161
|
+
# Please use `ConfigurationSetDoesNotExist` instead.
|
|
126
162
|
class ConfigurationSetDoesNotExistException < ServiceError
|
|
127
163
|
|
|
128
164
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -153,6 +189,8 @@ module Aws::SES
|
|
|
153
189
|
end
|
|
154
190
|
end
|
|
155
191
|
|
|
192
|
+
# @deprecated This error class is not used during parsing.
|
|
193
|
+
# Please use `CustomVerificationEmailInvalidContent` instead.
|
|
156
194
|
class CustomVerificationEmailInvalidContentException < ServiceError
|
|
157
195
|
|
|
158
196
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -163,6 +201,8 @@ module Aws::SES
|
|
|
163
201
|
end
|
|
164
202
|
end
|
|
165
203
|
|
|
204
|
+
# @deprecated This error class is not used during parsing.
|
|
205
|
+
# Please use `CustomVerificationEmailTemplateAlreadyExists` instead.
|
|
166
206
|
class CustomVerificationEmailTemplateAlreadyExistsException < ServiceError
|
|
167
207
|
|
|
168
208
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -178,6 +218,8 @@ module Aws::SES
|
|
|
178
218
|
end
|
|
179
219
|
end
|
|
180
220
|
|
|
221
|
+
# @deprecated This error class is not used during parsing.
|
|
222
|
+
# Please use `CustomVerificationEmailTemplateDoesNotExist` instead.
|
|
181
223
|
class CustomVerificationEmailTemplateDoesNotExistException < ServiceError
|
|
182
224
|
|
|
183
225
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -193,6 +235,8 @@ module Aws::SES
|
|
|
193
235
|
end
|
|
194
236
|
end
|
|
195
237
|
|
|
238
|
+
# @deprecated This error class is not used during parsing.
|
|
239
|
+
# Please use `EventDestinationAlreadyExists` instead.
|
|
196
240
|
class EventDestinationAlreadyExistsException < ServiceError
|
|
197
241
|
|
|
198
242
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -213,6 +257,8 @@ module Aws::SES
|
|
|
213
257
|
end
|
|
214
258
|
end
|
|
215
259
|
|
|
260
|
+
# @deprecated This error class is not used during parsing.
|
|
261
|
+
# Please use `EventDestinationDoesNotExist` instead.
|
|
216
262
|
class EventDestinationDoesNotExistException < ServiceError
|
|
217
263
|
|
|
218
264
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -233,6 +279,8 @@ module Aws::SES
|
|
|
233
279
|
end
|
|
234
280
|
end
|
|
235
281
|
|
|
282
|
+
# @deprecated This error class is not used during parsing.
|
|
283
|
+
# Please use `FromEmailAddressNotVerified` instead.
|
|
236
284
|
class FromEmailAddressNotVerifiedException < ServiceError
|
|
237
285
|
|
|
238
286
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -248,6 +296,8 @@ module Aws::SES
|
|
|
248
296
|
end
|
|
249
297
|
end
|
|
250
298
|
|
|
299
|
+
# @deprecated This error class is not used during parsing.
|
|
300
|
+
# Please use `InvalidCloudWatchDestination` instead.
|
|
251
301
|
class InvalidCloudWatchDestinationException < ServiceError
|
|
252
302
|
|
|
253
303
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -268,6 +318,8 @@ module Aws::SES
|
|
|
268
318
|
end
|
|
269
319
|
end
|
|
270
320
|
|
|
321
|
+
# @deprecated This error class is not used during parsing.
|
|
322
|
+
# Please use `InvalidConfigurationSet` instead.
|
|
271
323
|
class InvalidConfigurationSetException < ServiceError
|
|
272
324
|
|
|
273
325
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -278,6 +330,8 @@ module Aws::SES
|
|
|
278
330
|
end
|
|
279
331
|
end
|
|
280
332
|
|
|
333
|
+
# @deprecated This error class is not used during parsing.
|
|
334
|
+
# Please use `InvalidDeliveryOptions` instead.
|
|
281
335
|
class InvalidDeliveryOptionsException < ServiceError
|
|
282
336
|
|
|
283
337
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -288,6 +342,8 @@ module Aws::SES
|
|
|
288
342
|
end
|
|
289
343
|
end
|
|
290
344
|
|
|
345
|
+
# @deprecated This error class is not used during parsing.
|
|
346
|
+
# Please use `InvalidFirehoseDestination` instead.
|
|
291
347
|
class InvalidFirehoseDestinationException < ServiceError
|
|
292
348
|
|
|
293
349
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -308,6 +364,8 @@ module Aws::SES
|
|
|
308
364
|
end
|
|
309
365
|
end
|
|
310
366
|
|
|
367
|
+
# @deprecated This error class is not used during parsing.
|
|
368
|
+
# Please use `InvalidLambdaFunction` instead.
|
|
311
369
|
class InvalidLambdaFunctionException < ServiceError
|
|
312
370
|
|
|
313
371
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -323,6 +381,8 @@ module Aws::SES
|
|
|
323
381
|
end
|
|
324
382
|
end
|
|
325
383
|
|
|
384
|
+
# @deprecated This error class is not used during parsing.
|
|
385
|
+
# Please use `InvalidPolicy` instead.
|
|
326
386
|
class InvalidPolicyException < ServiceError
|
|
327
387
|
|
|
328
388
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -333,6 +393,8 @@ module Aws::SES
|
|
|
333
393
|
end
|
|
334
394
|
end
|
|
335
395
|
|
|
396
|
+
# @deprecated This error class is not used during parsing.
|
|
397
|
+
# Please use `InvalidRenderingParameter` instead.
|
|
336
398
|
class InvalidRenderingParameterException < ServiceError
|
|
337
399
|
|
|
338
400
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -348,6 +410,8 @@ module Aws::SES
|
|
|
348
410
|
end
|
|
349
411
|
end
|
|
350
412
|
|
|
413
|
+
# @deprecated This error class is not used during parsing.
|
|
414
|
+
# Please use `InvalidS3Configuration` instead.
|
|
351
415
|
class InvalidS3ConfigurationException < ServiceError
|
|
352
416
|
|
|
353
417
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -363,6 +427,8 @@ module Aws::SES
|
|
|
363
427
|
end
|
|
364
428
|
end
|
|
365
429
|
|
|
430
|
+
# @deprecated This error class is not used during parsing.
|
|
431
|
+
# Please use `InvalidSNSDestination` instead.
|
|
366
432
|
class InvalidSNSDestinationException < ServiceError
|
|
367
433
|
|
|
368
434
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -383,6 +449,8 @@ module Aws::SES
|
|
|
383
449
|
end
|
|
384
450
|
end
|
|
385
451
|
|
|
452
|
+
# @deprecated This error class is not used during parsing.
|
|
453
|
+
# Please use `InvalidSnsTopic` instead.
|
|
386
454
|
class InvalidSnsTopicException < ServiceError
|
|
387
455
|
|
|
388
456
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -398,6 +466,8 @@ module Aws::SES
|
|
|
398
466
|
end
|
|
399
467
|
end
|
|
400
468
|
|
|
469
|
+
# @deprecated This error class is not used during parsing.
|
|
470
|
+
# Please use `InvalidTemplate` instead.
|
|
401
471
|
class InvalidTemplateException < ServiceError
|
|
402
472
|
|
|
403
473
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -413,6 +483,8 @@ module Aws::SES
|
|
|
413
483
|
end
|
|
414
484
|
end
|
|
415
485
|
|
|
486
|
+
# @deprecated This error class is not used during parsing.
|
|
487
|
+
# Please use `InvalidTrackingOptions` instead.
|
|
416
488
|
class InvalidTrackingOptionsException < ServiceError
|
|
417
489
|
|
|
418
490
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -423,6 +495,8 @@ module Aws::SES
|
|
|
423
495
|
end
|
|
424
496
|
end
|
|
425
497
|
|
|
498
|
+
# @deprecated This error class is not used during parsing.
|
|
499
|
+
# Please use `LimitExceeded` instead.
|
|
426
500
|
class LimitExceededException < ServiceError
|
|
427
501
|
|
|
428
502
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -453,6 +527,8 @@ module Aws::SES
|
|
|
453
527
|
end
|
|
454
528
|
end
|
|
455
529
|
|
|
530
|
+
# @deprecated This error class is not used during parsing.
|
|
531
|
+
# Please use `MissingRenderingAttribute` instead.
|
|
456
532
|
class MissingRenderingAttributeException < ServiceError
|
|
457
533
|
|
|
458
534
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -468,6 +544,8 @@ module Aws::SES
|
|
|
468
544
|
end
|
|
469
545
|
end
|
|
470
546
|
|
|
547
|
+
# @deprecated This error class is not used during parsing.
|
|
548
|
+
# Please use `ProductionAccessNotGranted` instead.
|
|
471
549
|
class ProductionAccessNotGrantedException < ServiceError
|
|
472
550
|
|
|
473
551
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -478,6 +556,8 @@ module Aws::SES
|
|
|
478
556
|
end
|
|
479
557
|
end
|
|
480
558
|
|
|
559
|
+
# @deprecated This error class is not used during parsing.
|
|
560
|
+
# Please use `RuleDoesNotExist` instead.
|
|
481
561
|
class RuleDoesNotExistException < ServiceError
|
|
482
562
|
|
|
483
563
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -493,6 +573,8 @@ module Aws::SES
|
|
|
493
573
|
end
|
|
494
574
|
end
|
|
495
575
|
|
|
576
|
+
# @deprecated This error class is not used during parsing.
|
|
577
|
+
# Please use `RuleSetDoesNotExist` instead.
|
|
496
578
|
class RuleSetDoesNotExistException < ServiceError
|
|
497
579
|
|
|
498
580
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -508,6 +590,8 @@ module Aws::SES
|
|
|
508
590
|
end
|
|
509
591
|
end
|
|
510
592
|
|
|
593
|
+
# @deprecated This error class is not used during parsing.
|
|
594
|
+
# Please use `TemplateDoesNotExist` instead.
|
|
511
595
|
class TemplateDoesNotExistException < ServiceError
|
|
512
596
|
|
|
513
597
|
# @param [Seahorse::Client::RequestContext] context
|
data/lib/aws-sdk-ses.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -18,6 +18,7 @@ module Aws
|
|
|
18
18
|
?account_id: String,
|
|
19
19
|
?active_endpoint_cache: bool,
|
|
20
20
|
?adaptive_retry_wait_to_fill: bool,
|
|
21
|
+
?auth_scheme_preference: Array[String],
|
|
21
22
|
?client_side_monitoring: bool,
|
|
22
23
|
?client_side_monitoring_client_id: String,
|
|
23
24
|
?client_side_monitoring_host: String,
|
|
@@ -39,7 +40,9 @@ module Aws
|
|
|
39
40
|
?logger: untyped,
|
|
40
41
|
?max_attempts: Integer,
|
|
41
42
|
?profile: String,
|
|
43
|
+
?request_checksum_calculation: String,
|
|
42
44
|
?request_min_compression_size_bytes: Integer,
|
|
45
|
+
?response_checksum_validation: String,
|
|
43
46
|
?retry_backoff: Proc,
|
|
44
47
|
?retry_base_delay: Float,
|
|
45
48
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/resource.rbs
CHANGED
|
@@ -18,6 +18,7 @@ module Aws
|
|
|
18
18
|
?account_id: String,
|
|
19
19
|
?active_endpoint_cache: bool,
|
|
20
20
|
?adaptive_retry_wait_to_fill: bool,
|
|
21
|
+
?auth_scheme_preference: Array[String],
|
|
21
22
|
?client_side_monitoring: bool,
|
|
22
23
|
?client_side_monitoring_client_id: String,
|
|
23
24
|
?client_side_monitoring_host: String,
|
|
@@ -39,7 +40,9 @@ module Aws
|
|
|
39
40
|
?logger: untyped,
|
|
40
41
|
?max_attempts: Integer,
|
|
41
42
|
?profile: String,
|
|
43
|
+
?request_checksum_calculation: String,
|
|
42
44
|
?request_min_compression_size_bytes: Integer,
|
|
45
|
+
?response_checksum_validation: String,
|
|
43
46
|
?retry_backoff: Proc,
|
|
44
47
|
?retry_base_delay: Float,
|
|
45
48
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
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.97.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
|
|
@@ -19,7 +18,7 @@ dependencies:
|
|
|
19
18
|
version: '3'
|
|
20
19
|
- - ">="
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
21
|
+
version: 3.244.0
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +28,7 @@ dependencies:
|
|
|
29
28
|
version: '3'
|
|
30
29
|
- - ">="
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
31
|
+
version: 3.244.0
|
|
33
32
|
- !ruby/object:Gem::Dependency
|
|
34
33
|
name: aws-sigv4
|
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|
|
@@ -86,15 +84,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
86
84
|
requirements:
|
|
87
85
|
- - ">="
|
|
88
86
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '2.
|
|
87
|
+
version: '2.7'
|
|
90
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
89
|
requirements:
|
|
92
90
|
- - ">="
|
|
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: []
|