@aws-sdk/client-ses 3.1087.0 → 3.1089.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/SES.d.ts +219 -345
- package/dist-types/ts3.4/SESClient.d.ts +16 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +33 -150
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
- package/package.json +39 -39
|
@@ -3,158 +3,98 @@ import { SESServiceException as __BaseException } from "./SESServiceException";
|
|
|
3
3
|
export declare class AccountSendingPausedException extends __BaseException {
|
|
4
4
|
readonly name: "AccountSendingPausedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<AccountSendingPausedException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<AccountSendingPausedException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class AlreadyExistsException extends __BaseException {
|
|
11
9
|
readonly name: "AlreadyExistsException";
|
|
12
10
|
readonly $fault: "client";
|
|
13
11
|
Name?: string | undefined;
|
|
14
|
-
constructor(
|
|
15
|
-
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
16
|
-
);
|
|
12
|
+
constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
|
|
17
13
|
}
|
|
18
14
|
export declare class CannotDeleteException extends __BaseException {
|
|
19
15
|
readonly name: "CannotDeleteException";
|
|
20
16
|
readonly $fault: "client";
|
|
21
17
|
Name?: string | undefined;
|
|
22
|
-
constructor(
|
|
23
|
-
opts: __ExceptionOptionType<CannotDeleteException, __BaseException>
|
|
24
|
-
);
|
|
18
|
+
constructor(opts: __ExceptionOptionType<CannotDeleteException, __BaseException>);
|
|
25
19
|
}
|
|
26
20
|
export declare class LimitExceededException extends __BaseException {
|
|
27
21
|
readonly name: "LimitExceededException";
|
|
28
22
|
readonly $fault: "client";
|
|
29
|
-
constructor(
|
|
30
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
31
|
-
);
|
|
23
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
32
24
|
}
|
|
33
25
|
export declare class RuleSetDoesNotExistException extends __BaseException {
|
|
34
26
|
readonly name: "RuleSetDoesNotExistException";
|
|
35
27
|
readonly $fault: "client";
|
|
36
28
|
Name?: string | undefined;
|
|
37
|
-
constructor(
|
|
38
|
-
opts: __ExceptionOptionType<RuleSetDoesNotExistException, __BaseException>
|
|
39
|
-
);
|
|
29
|
+
constructor(opts: __ExceptionOptionType<RuleSetDoesNotExistException, __BaseException>);
|
|
40
30
|
}
|
|
41
31
|
export declare class ConfigurationSetAlreadyExistsException extends __BaseException {
|
|
42
32
|
readonly name: "ConfigurationSetAlreadyExistsException";
|
|
43
33
|
readonly $fault: "client";
|
|
44
34
|
ConfigurationSetName?: string | undefined;
|
|
45
|
-
constructor(
|
|
46
|
-
opts: __ExceptionOptionType<
|
|
47
|
-
ConfigurationSetAlreadyExistsException,
|
|
48
|
-
__BaseException
|
|
49
|
-
>
|
|
50
|
-
);
|
|
35
|
+
constructor(opts: __ExceptionOptionType<ConfigurationSetAlreadyExistsException, __BaseException>);
|
|
51
36
|
}
|
|
52
37
|
export declare class ConfigurationSetDoesNotExistException extends __BaseException {
|
|
53
38
|
readonly name: "ConfigurationSetDoesNotExistException";
|
|
54
39
|
readonly $fault: "client";
|
|
55
40
|
ConfigurationSetName?: string | undefined;
|
|
56
|
-
constructor(
|
|
57
|
-
opts: __ExceptionOptionType<
|
|
58
|
-
ConfigurationSetDoesNotExistException,
|
|
59
|
-
__BaseException
|
|
60
|
-
>
|
|
61
|
-
);
|
|
41
|
+
constructor(opts: __ExceptionOptionType<ConfigurationSetDoesNotExistException, __BaseException>);
|
|
62
42
|
}
|
|
63
43
|
export declare class ConfigurationSetSendingPausedException extends __BaseException {
|
|
64
44
|
readonly name: "ConfigurationSetSendingPausedException";
|
|
65
45
|
readonly $fault: "client";
|
|
66
46
|
ConfigurationSetName?: string | undefined;
|
|
67
|
-
constructor(
|
|
68
|
-
opts: __ExceptionOptionType<
|
|
69
|
-
ConfigurationSetSendingPausedException,
|
|
70
|
-
__BaseException
|
|
71
|
-
>
|
|
72
|
-
);
|
|
47
|
+
constructor(opts: __ExceptionOptionType<ConfigurationSetSendingPausedException, __BaseException>);
|
|
73
48
|
}
|
|
74
49
|
export declare class InvalidConfigurationSetException extends __BaseException {
|
|
75
50
|
readonly name: "InvalidConfigurationSetException";
|
|
76
51
|
readonly $fault: "client";
|
|
77
|
-
constructor(
|
|
78
|
-
opts: __ExceptionOptionType<
|
|
79
|
-
InvalidConfigurationSetException,
|
|
80
|
-
__BaseException
|
|
81
|
-
>
|
|
82
|
-
);
|
|
52
|
+
constructor(opts: __ExceptionOptionType<InvalidConfigurationSetException, __BaseException>);
|
|
83
53
|
}
|
|
84
54
|
export declare class EventDestinationAlreadyExistsException extends __BaseException {
|
|
85
55
|
readonly name: "EventDestinationAlreadyExistsException";
|
|
86
56
|
readonly $fault: "client";
|
|
87
57
|
ConfigurationSetName?: string | undefined;
|
|
88
58
|
EventDestinationName?: string | undefined;
|
|
89
|
-
constructor(
|
|
90
|
-
opts: __ExceptionOptionType<
|
|
91
|
-
EventDestinationAlreadyExistsException,
|
|
92
|
-
__BaseException
|
|
93
|
-
>
|
|
94
|
-
);
|
|
59
|
+
constructor(opts: __ExceptionOptionType<EventDestinationAlreadyExistsException, __BaseException>);
|
|
95
60
|
}
|
|
96
61
|
export declare class InvalidCloudWatchDestinationException extends __BaseException {
|
|
97
62
|
readonly name: "InvalidCloudWatchDestinationException";
|
|
98
63
|
readonly $fault: "client";
|
|
99
64
|
ConfigurationSetName?: string | undefined;
|
|
100
65
|
EventDestinationName?: string | undefined;
|
|
101
|
-
constructor(
|
|
102
|
-
opts: __ExceptionOptionType<
|
|
103
|
-
InvalidCloudWatchDestinationException,
|
|
104
|
-
__BaseException
|
|
105
|
-
>
|
|
106
|
-
);
|
|
66
|
+
constructor(opts: __ExceptionOptionType<InvalidCloudWatchDestinationException, __BaseException>);
|
|
107
67
|
}
|
|
108
68
|
export declare class InvalidFirehoseDestinationException extends __BaseException {
|
|
109
69
|
readonly name: "InvalidFirehoseDestinationException";
|
|
110
70
|
readonly $fault: "client";
|
|
111
71
|
ConfigurationSetName?: string | undefined;
|
|
112
72
|
EventDestinationName?: string | undefined;
|
|
113
|
-
constructor(
|
|
114
|
-
opts: __ExceptionOptionType<
|
|
115
|
-
InvalidFirehoseDestinationException,
|
|
116
|
-
__BaseException
|
|
117
|
-
>
|
|
118
|
-
);
|
|
73
|
+
constructor(opts: __ExceptionOptionType<InvalidFirehoseDestinationException, __BaseException>);
|
|
119
74
|
}
|
|
120
75
|
export declare class InvalidSNSDestinationException extends __BaseException {
|
|
121
76
|
readonly name: "InvalidSNSDestinationException";
|
|
122
77
|
readonly $fault: "client";
|
|
123
78
|
ConfigurationSetName?: string | undefined;
|
|
124
79
|
EventDestinationName?: string | undefined;
|
|
125
|
-
constructor(
|
|
126
|
-
opts: __ExceptionOptionType<InvalidSNSDestinationException, __BaseException>
|
|
127
|
-
);
|
|
80
|
+
constructor(opts: __ExceptionOptionType<InvalidSNSDestinationException, __BaseException>);
|
|
128
81
|
}
|
|
129
82
|
export declare class InvalidTrackingOptionsException extends __BaseException {
|
|
130
83
|
readonly name: "InvalidTrackingOptionsException";
|
|
131
84
|
readonly $fault: "client";
|
|
132
|
-
constructor(
|
|
133
|
-
opts: __ExceptionOptionType<
|
|
134
|
-
InvalidTrackingOptionsException,
|
|
135
|
-
__BaseException
|
|
136
|
-
>
|
|
137
|
-
);
|
|
85
|
+
constructor(opts: __ExceptionOptionType<InvalidTrackingOptionsException, __BaseException>);
|
|
138
86
|
}
|
|
139
87
|
export declare class TrackingOptionsAlreadyExistsException extends __BaseException {
|
|
140
88
|
readonly name: "TrackingOptionsAlreadyExistsException";
|
|
141
89
|
readonly $fault: "client";
|
|
142
90
|
ConfigurationSetName?: string | undefined;
|
|
143
|
-
constructor(
|
|
144
|
-
opts: __ExceptionOptionType<
|
|
145
|
-
TrackingOptionsAlreadyExistsException,
|
|
146
|
-
__BaseException
|
|
147
|
-
>
|
|
148
|
-
);
|
|
91
|
+
constructor(opts: __ExceptionOptionType<TrackingOptionsAlreadyExistsException, __BaseException>);
|
|
149
92
|
}
|
|
150
93
|
export declare class CustomVerificationEmailInvalidContentException extends __BaseException {
|
|
151
94
|
readonly name: "CustomVerificationEmailInvalidContentException";
|
|
152
95
|
readonly $fault: "client";
|
|
153
96
|
constructor(
|
|
154
|
-
opts: __ExceptionOptionType<
|
|
155
|
-
CustomVerificationEmailInvalidContentException,
|
|
156
|
-
__BaseException
|
|
157
|
-
>
|
|
97
|
+
opts: __ExceptionOptionType<CustomVerificationEmailInvalidContentException, __BaseException>,
|
|
158
98
|
);
|
|
159
99
|
}
|
|
160
100
|
export declare class CustomVerificationEmailTemplateAlreadyExistsException extends __BaseException {
|
|
@@ -165,62 +105,44 @@ export declare class CustomVerificationEmailTemplateAlreadyExistsException exten
|
|
|
165
105
|
opts: __ExceptionOptionType<
|
|
166
106
|
CustomVerificationEmailTemplateAlreadyExistsException,
|
|
167
107
|
__BaseException
|
|
168
|
-
|
|
108
|
+
>,
|
|
169
109
|
);
|
|
170
110
|
}
|
|
171
111
|
export declare class FromEmailAddressNotVerifiedException extends __BaseException {
|
|
172
112
|
readonly name: "FromEmailAddressNotVerifiedException";
|
|
173
113
|
readonly $fault: "client";
|
|
174
114
|
FromEmailAddress?: string | undefined;
|
|
175
|
-
constructor(
|
|
176
|
-
opts: __ExceptionOptionType<
|
|
177
|
-
FromEmailAddressNotVerifiedException,
|
|
178
|
-
__BaseException
|
|
179
|
-
>
|
|
180
|
-
);
|
|
115
|
+
constructor(opts: __ExceptionOptionType<FromEmailAddressNotVerifiedException, __BaseException>);
|
|
181
116
|
}
|
|
182
117
|
export declare class InvalidLambdaFunctionException extends __BaseException {
|
|
183
118
|
readonly name: "InvalidLambdaFunctionException";
|
|
184
119
|
readonly $fault: "client";
|
|
185
120
|
FunctionArn?: string | undefined;
|
|
186
|
-
constructor(
|
|
187
|
-
opts: __ExceptionOptionType<InvalidLambdaFunctionException, __BaseException>
|
|
188
|
-
);
|
|
121
|
+
constructor(opts: __ExceptionOptionType<InvalidLambdaFunctionException, __BaseException>);
|
|
189
122
|
}
|
|
190
123
|
export declare class InvalidS3ConfigurationException extends __BaseException {
|
|
191
124
|
readonly name: "InvalidS3ConfigurationException";
|
|
192
125
|
readonly $fault: "client";
|
|
193
126
|
Bucket?: string | undefined;
|
|
194
|
-
constructor(
|
|
195
|
-
opts: __ExceptionOptionType<
|
|
196
|
-
InvalidS3ConfigurationException,
|
|
197
|
-
__BaseException
|
|
198
|
-
>
|
|
199
|
-
);
|
|
127
|
+
constructor(opts: __ExceptionOptionType<InvalidS3ConfigurationException, __BaseException>);
|
|
200
128
|
}
|
|
201
129
|
export declare class InvalidSnsTopicException extends __BaseException {
|
|
202
130
|
readonly name: "InvalidSnsTopicException";
|
|
203
131
|
readonly $fault: "client";
|
|
204
132
|
Topic?: string | undefined;
|
|
205
|
-
constructor(
|
|
206
|
-
opts: __ExceptionOptionType<InvalidSnsTopicException, __BaseException>
|
|
207
|
-
);
|
|
133
|
+
constructor(opts: __ExceptionOptionType<InvalidSnsTopicException, __BaseException>);
|
|
208
134
|
}
|
|
209
135
|
export declare class RuleDoesNotExistException extends __BaseException {
|
|
210
136
|
readonly name: "RuleDoesNotExistException";
|
|
211
137
|
readonly $fault: "client";
|
|
212
138
|
Name?: string | undefined;
|
|
213
|
-
constructor(
|
|
214
|
-
opts: __ExceptionOptionType<RuleDoesNotExistException, __BaseException>
|
|
215
|
-
);
|
|
139
|
+
constructor(opts: __ExceptionOptionType<RuleDoesNotExistException, __BaseException>);
|
|
216
140
|
}
|
|
217
141
|
export declare class InvalidTemplateException extends __BaseException {
|
|
218
142
|
readonly name: "InvalidTemplateException";
|
|
219
143
|
readonly $fault: "client";
|
|
220
144
|
TemplateName?: string | undefined;
|
|
221
|
-
constructor(
|
|
222
|
-
opts: __ExceptionOptionType<InvalidTemplateException, __BaseException>
|
|
223
|
-
);
|
|
145
|
+
constructor(opts: __ExceptionOptionType<InvalidTemplateException, __BaseException>);
|
|
224
146
|
}
|
|
225
147
|
export declare class CustomVerificationEmailTemplateDoesNotExistException extends __BaseException {
|
|
226
148
|
readonly name: "CustomVerificationEmailTemplateDoesNotExistException";
|
|
@@ -230,7 +152,7 @@ export declare class CustomVerificationEmailTemplateDoesNotExistException extend
|
|
|
230
152
|
opts: __ExceptionOptionType<
|
|
231
153
|
CustomVerificationEmailTemplateDoesNotExistException,
|
|
232
154
|
__BaseException
|
|
233
|
-
|
|
155
|
+
>,
|
|
234
156
|
);
|
|
235
157
|
}
|
|
236
158
|
export declare class EventDestinationDoesNotExistException extends __BaseException {
|
|
@@ -238,69 +160,40 @@ export declare class EventDestinationDoesNotExistException extends __BaseExcepti
|
|
|
238
160
|
readonly $fault: "client";
|
|
239
161
|
ConfigurationSetName?: string | undefined;
|
|
240
162
|
EventDestinationName?: string | undefined;
|
|
241
|
-
constructor(
|
|
242
|
-
opts: __ExceptionOptionType<
|
|
243
|
-
EventDestinationDoesNotExistException,
|
|
244
|
-
__BaseException
|
|
245
|
-
>
|
|
246
|
-
);
|
|
163
|
+
constructor(opts: __ExceptionOptionType<EventDestinationDoesNotExistException, __BaseException>);
|
|
247
164
|
}
|
|
248
165
|
export declare class TrackingOptionsDoesNotExistException extends __BaseException {
|
|
249
166
|
readonly name: "TrackingOptionsDoesNotExistException";
|
|
250
167
|
readonly $fault: "client";
|
|
251
168
|
ConfigurationSetName?: string | undefined;
|
|
252
|
-
constructor(
|
|
253
|
-
opts: __ExceptionOptionType<
|
|
254
|
-
TrackingOptionsDoesNotExistException,
|
|
255
|
-
__BaseException
|
|
256
|
-
>
|
|
257
|
-
);
|
|
169
|
+
constructor(opts: __ExceptionOptionType<TrackingOptionsDoesNotExistException, __BaseException>);
|
|
258
170
|
}
|
|
259
171
|
export declare class TemplateDoesNotExistException extends __BaseException {
|
|
260
172
|
readonly name: "TemplateDoesNotExistException";
|
|
261
173
|
readonly $fault: "client";
|
|
262
174
|
TemplateName?: string | undefined;
|
|
263
|
-
constructor(
|
|
264
|
-
opts: __ExceptionOptionType<TemplateDoesNotExistException, __BaseException>
|
|
265
|
-
);
|
|
175
|
+
constructor(opts: __ExceptionOptionType<TemplateDoesNotExistException, __BaseException>);
|
|
266
176
|
}
|
|
267
177
|
export declare class InvalidDeliveryOptionsException extends __BaseException {
|
|
268
178
|
readonly name: "InvalidDeliveryOptionsException";
|
|
269
179
|
readonly $fault: "client";
|
|
270
|
-
constructor(
|
|
271
|
-
opts: __ExceptionOptionType<
|
|
272
|
-
InvalidDeliveryOptionsException,
|
|
273
|
-
__BaseException
|
|
274
|
-
>
|
|
275
|
-
);
|
|
180
|
+
constructor(opts: __ExceptionOptionType<InvalidDeliveryOptionsException, __BaseException>);
|
|
276
181
|
}
|
|
277
182
|
export declare class InvalidPolicyException extends __BaseException {
|
|
278
183
|
readonly name: "InvalidPolicyException";
|
|
279
184
|
readonly $fault: "client";
|
|
280
|
-
constructor(
|
|
281
|
-
opts: __ExceptionOptionType<InvalidPolicyException, __BaseException>
|
|
282
|
-
);
|
|
185
|
+
constructor(opts: __ExceptionOptionType<InvalidPolicyException, __BaseException>);
|
|
283
186
|
}
|
|
284
187
|
export declare class InvalidRenderingParameterException extends __BaseException {
|
|
285
188
|
readonly name: "InvalidRenderingParameterException";
|
|
286
189
|
readonly $fault: "client";
|
|
287
190
|
TemplateName?: string | undefined;
|
|
288
|
-
constructor(
|
|
289
|
-
opts: __ExceptionOptionType<
|
|
290
|
-
InvalidRenderingParameterException,
|
|
291
|
-
__BaseException
|
|
292
|
-
>
|
|
293
|
-
);
|
|
191
|
+
constructor(opts: __ExceptionOptionType<InvalidRenderingParameterException, __BaseException>);
|
|
294
192
|
}
|
|
295
193
|
export declare class MailFromDomainNotVerifiedException extends __BaseException {
|
|
296
194
|
readonly name: "MailFromDomainNotVerifiedException";
|
|
297
195
|
readonly $fault: "client";
|
|
298
|
-
constructor(
|
|
299
|
-
opts: __ExceptionOptionType<
|
|
300
|
-
MailFromDomainNotVerifiedException,
|
|
301
|
-
__BaseException
|
|
302
|
-
>
|
|
303
|
-
);
|
|
196
|
+
constructor(opts: __ExceptionOptionType<MailFromDomainNotVerifiedException, __BaseException>);
|
|
304
197
|
}
|
|
305
198
|
export declare class MessageRejected extends __BaseException {
|
|
306
199
|
readonly name: "MessageRejected";
|
|
@@ -311,20 +204,10 @@ export declare class MissingRenderingAttributeException extends __BaseException
|
|
|
311
204
|
readonly name: "MissingRenderingAttributeException";
|
|
312
205
|
readonly $fault: "client";
|
|
313
206
|
TemplateName?: string | undefined;
|
|
314
|
-
constructor(
|
|
315
|
-
opts: __ExceptionOptionType<
|
|
316
|
-
MissingRenderingAttributeException,
|
|
317
|
-
__BaseException
|
|
318
|
-
>
|
|
319
|
-
);
|
|
207
|
+
constructor(opts: __ExceptionOptionType<MissingRenderingAttributeException, __BaseException>);
|
|
320
208
|
}
|
|
321
209
|
export declare class ProductionAccessNotGrantedException extends __BaseException {
|
|
322
210
|
readonly name: "ProductionAccessNotGrantedException";
|
|
323
211
|
readonly $fault: "client";
|
|
324
|
-
constructor(
|
|
325
|
-
opts: __ExceptionOptionType<
|
|
326
|
-
ProductionAccessNotGrantedException,
|
|
327
|
-
__BaseException
|
|
328
|
-
>
|
|
329
|
-
);
|
|
212
|
+
constructor(opts: __ExceptionOptionType<ProductionAccessNotGrantedException, __BaseException>);
|
|
330
213
|
}
|
|
@@ -335,9 +335,7 @@ export interface IdentityMailFromDomainAttributes {
|
|
|
335
335
|
BehaviorOnMXFailure: BehaviorOnMXFailure | undefined;
|
|
336
336
|
}
|
|
337
337
|
export interface GetIdentityMailFromDomainAttributesResponse {
|
|
338
|
-
MailFromDomainAttributes:
|
|
339
|
-
| Record<string, IdentityMailFromDomainAttributes>
|
|
340
|
-
| undefined;
|
|
338
|
+
MailFromDomainAttributes: Record<string, IdentityMailFromDomainAttributes> | undefined;
|
|
341
339
|
}
|
|
342
340
|
export interface GetIdentityNotificationAttributesRequest {
|
|
343
341
|
Identities: string[] | undefined;
|
|
@@ -352,9 +350,7 @@ export interface IdentityNotificationAttributes {
|
|
|
352
350
|
HeadersInDeliveryNotificationsEnabled?: boolean | undefined;
|
|
353
351
|
}
|
|
354
352
|
export interface GetIdentityNotificationAttributesResponse {
|
|
355
|
-
NotificationAttributes:
|
|
356
|
-
| Record<string, IdentityNotificationAttributes>
|
|
357
|
-
| undefined;
|
|
353
|
+
NotificationAttributes: Record<string, IdentityNotificationAttributes> | undefined;
|
|
358
354
|
}
|
|
359
355
|
export interface GetIdentityPoliciesRequest {
|
|
360
356
|
Identity: string | undefined;
|
|
@@ -371,9 +367,7 @@ export interface IdentityVerificationAttributes {
|
|
|
371
367
|
VerificationToken?: string | undefined;
|
|
372
368
|
}
|
|
373
369
|
export interface GetIdentityVerificationAttributesResponse {
|
|
374
|
-
VerificationAttributes:
|
|
375
|
-
| Record<string, IdentityVerificationAttributes>
|
|
376
|
-
| undefined;
|
|
370
|
+
VerificationAttributes: Record<string, IdentityVerificationAttributes> | undefined;
|
|
377
371
|
}
|
|
378
372
|
export interface GetSendQuotaResponse {
|
|
379
373
|
Max24HourSend?: number | undefined;
|
|
@@ -409,9 +403,7 @@ export interface ListCustomVerificationEmailTemplatesRequest {
|
|
|
409
403
|
MaxResults?: number | undefined;
|
|
410
404
|
}
|
|
411
405
|
export interface ListCustomVerificationEmailTemplatesResponse {
|
|
412
|
-
CustomVerificationEmailTemplates?:
|
|
413
|
-
| CustomVerificationEmailTemplate[]
|
|
414
|
-
| undefined;
|
|
406
|
+
CustomVerificationEmailTemplates?: CustomVerificationEmailTemplate[] | undefined;
|
|
415
407
|
NextToken?: string | undefined;
|
|
416
408
|
}
|
|
417
409
|
export interface ListIdentitiesRequest {
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
credentialDefaultProvider:
|
|
46
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
47
|
-
| ((
|
|
48
|
-
_: unknown
|
|
49
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
50
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
52
46
|
logger: import("@smithy/types").Logger;
|
|
53
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
54
48
|
defaultsMode:
|
|
55
49
|
| import("@smithy/core/client").DefaultsMode
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@smithy/core/client").DefaultsMode
|
|
58
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
59
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
userAgentAppId?:
|
|
61
|
-
|
|
62
|
-
| undefined
|
|
63
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
54
|
endpoint?:
|
|
68
55
|
| ((
|
|
69
56
|
| string
|
|
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
85
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
73
|
context?: {
|
|
87
74
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
75
|
+
},
|
|
89
76
|
) => import("@smithy/types").EndpointV2;
|
|
90
77
|
tls?: boolean;
|
|
91
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
98
85
|
signer?:
|
|
99
86
|
| import("@smithy/types").RequestSigner
|
|
100
87
|
| ((
|
|
101
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
102
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
103
90
|
signingEscapePath?: boolean;
|
|
104
91
|
systemClockOffset?: number;
|
|
105
92
|
signingRegion?: string;
|
|
106
93
|
signerConstructor?: new (
|
|
107
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
108
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
109
96
|
) => import("@smithy/types").RequestSigner;
|
|
110
97
|
};
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
9
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
10
|
context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger;
|
|
12
|
-
}
|
|
12
|
+
},
|
|
13
13
|
) => import("@smithy/types").EndpointV2;
|
|
14
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
15
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SESHttpAuthSchemeProvider;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
-
import {
|
|
3
|
-
StaticErrorSchema,
|
|
4
|
-
StaticOperationSchema,
|
|
5
|
-
StaticStructureSchema,
|
|
6
|
-
} from "@smithy/types";
|
|
2
|
+
import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
7
3
|
export declare var SESServiceException$: StaticErrorSchema;
|
|
8
4
|
export declare var AccountSendingPausedException$: StaticErrorSchema;
|
|
9
5
|
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
@@ -7,13 +7,9 @@ import { SESServiceException } from "../models/SESServiceException";
|
|
|
7
7
|
import { SESClient } from "../SESClient";
|
|
8
8
|
export declare const waitForIdentityExists: (
|
|
9
9
|
params: WaiterConfiguration<SESClient>,
|
|
10
|
-
input: GetIdentityVerificationAttributesCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<
|
|
13
|
-
GetIdentityVerificationAttributesCommandOutput | SESServiceException
|
|
14
|
-
>
|
|
15
|
-
>;
|
|
10
|
+
input: GetIdentityVerificationAttributesCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<GetIdentityVerificationAttributesCommandOutput | SESServiceException>>;
|
|
16
12
|
export declare const waitUntilIdentityExists: (
|
|
17
13
|
params: WaiterConfiguration<SESClient>,
|
|
18
|
-
input: GetIdentityVerificationAttributesCommandInput
|
|
14
|
+
input: GetIdentityVerificationAttributesCommandInput,
|
|
19
15
|
) => Promise<WaiterResult<GetIdentityVerificationAttributesCommandOutput>>;
|