@aws-sdk/client-sesv2 3.1122.0 → 3.1124.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/README.md +28 -0
- package/dist-cjs/index.js +180 -23
- package/dist-es/SESv2.js +10 -0
- package/dist-es/commands/AssociateEmailIdentityCertificateCommand.js +4 -0
- package/dist-es/commands/DisassociateEmailIdentityCertificateCommand.js +4 -0
- package/dist-es/commands/ListEmailIdentityCertificatesCommand.js +4 -0
- package/dist-es/commands/UpdateConfigurationSetCommand.js +4 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +10 -0
- package/dist-es/models/errors.js +12 -12
- package/dist-es/pagination/ListEmailIdentityCertificatesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +114 -10
- package/dist-types/SESv2.d.ts +35 -0
- package/dist-types/SESv2Client.d.ts +6 -2
- package/dist-types/commands/AssociateEmailIdentityCertificateCommand.d.ts +103 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +8 -0
- package/dist-types/commands/DisassociateEmailIdentityCertificateCommand.d.ts +87 -0
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +8 -0
- package/dist-types/commands/ListEmailIdentityCertificatesCommand.d.ts +99 -0
- package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +2 -1
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetCommand.d.ts +88 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +26 -0
- package/dist-types/models/errors.d.ts +12 -12
- package/dist-types/models/models_0.d.ts +236 -136
- package/dist-types/models/models_1.d.ts +161 -2
- package/dist-types/pagination/ListEmailIdentityCertificatesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +18 -1
- package/dist-types/ts3.4/SESv2.d.ts +75 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/AssociateEmailIdentityCertificateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DisassociateEmailIdentityCertificateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListEmailIdentityCertificatesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetVdmOptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConfigurationSetCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +13 -0
- package/dist-types/ts3.4/models/errors.d.ts +5 -5
- package/dist-types/ts3.4/models/models_0.d.ts +63 -26
- package/dist-types/ts3.4/models/models_1.d.ts +34 -0
- package/dist-types/ts3.4/pagination/ListEmailIdentityCertificatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +23 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
-
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
3
|
export declare var SESv2ServiceException$: StaticErrorSchema;
|
|
4
4
|
export declare var AccountSuspendedException$: StaticErrorSchema;
|
|
5
5
|
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
@@ -22,6 +22,8 @@ export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
|
22
22
|
export declare const errorTypeRegistries: TypeRegistry[];
|
|
23
23
|
export declare var AccountDetails$: StaticStructureSchema;
|
|
24
24
|
export declare var ArchivingOptions$: StaticStructureSchema;
|
|
25
|
+
export declare var AssociateEmailIdentityCertificateRequest$: StaticStructureSchema;
|
|
26
|
+
export declare var AssociateEmailIdentityCertificateResponse$: StaticStructureSchema;
|
|
25
27
|
export declare var Attachment$: StaticStructureSchema;
|
|
26
28
|
export declare var BatchGetMetricDataQuery$: StaticStructureSchema;
|
|
27
29
|
export declare var BatchGetMetricDataRequest$: StaticStructureSchema;
|
|
@@ -78,6 +80,7 @@ export declare var DashboardAttributes$: StaticStructureSchema;
|
|
|
78
80
|
export declare var DashboardOptions$: StaticStructureSchema;
|
|
79
81
|
export declare var DedicatedIp$: StaticStructureSchema;
|
|
80
82
|
export declare var DedicatedIpPool$: StaticStructureSchema;
|
|
83
|
+
export declare var DefaultSigningScheme$: StaticStructureSchema;
|
|
81
84
|
export declare var DeleteConfigurationSetEventDestinationRequest$: StaticStructureSchema;
|
|
82
85
|
export declare var DeleteConfigurationSetEventDestinationResponse$: StaticStructureSchema;
|
|
83
86
|
export declare var DeleteConfigurationSetRequest$: StaticStructureSchema;
|
|
@@ -108,6 +111,8 @@ export declare var DeliverabilityTestReport$: StaticStructureSchema;
|
|
|
108
111
|
export declare var DeliveryOptions$: StaticStructureSchema;
|
|
109
112
|
export declare var Destination$: StaticStructureSchema;
|
|
110
113
|
export declare var Details$: StaticStructureSchema;
|
|
114
|
+
export declare var DisassociateEmailIdentityCertificateRequest$: StaticStructureSchema;
|
|
115
|
+
export declare var DisassociateEmailIdentityCertificateResponse$: StaticStructureSchema;
|
|
111
116
|
export declare var DkimAttributes$: StaticStructureSchema;
|
|
112
117
|
export declare var DkimSigningAttributes$: StaticStructureSchema;
|
|
113
118
|
export declare var DomainDeliverabilityCampaign$: StaticStructureSchema;
|
|
@@ -181,6 +186,7 @@ export declare var GetTenantRequest$: StaticStructureSchema;
|
|
|
181
186
|
export declare var GetTenantResponse$: StaticStructureSchema;
|
|
182
187
|
export declare var GuardianAttributes$: StaticStructureSchema;
|
|
183
188
|
export declare var GuardianOptions$: StaticStructureSchema;
|
|
189
|
+
export declare var IdentityCertificate$: StaticStructureSchema;
|
|
184
190
|
export declare var IdentityInfo$: StaticStructureSchema;
|
|
185
191
|
export declare var ImportDataSource$: StaticStructureSchema;
|
|
186
192
|
export declare var ImportDestination$: StaticStructureSchema;
|
|
@@ -206,6 +212,8 @@ export declare var ListDomainDeliverabilityCampaignsRequest$: StaticStructureSch
|
|
|
206
212
|
export declare var ListDomainDeliverabilityCampaignsResponse$: StaticStructureSchema;
|
|
207
213
|
export declare var ListEmailIdentitiesRequest$: StaticStructureSchema;
|
|
208
214
|
export declare var ListEmailIdentitiesResponse$: StaticStructureSchema;
|
|
215
|
+
export declare var ListEmailIdentityCertificatesRequest$: StaticStructureSchema;
|
|
216
|
+
export declare var ListEmailIdentityCertificatesResponse$: StaticStructureSchema;
|
|
209
217
|
export declare var ListEmailTemplatesRequest$: StaticStructureSchema;
|
|
210
218
|
export declare var ListEmailTemplatesResponse$: StaticStructureSchema;
|
|
211
219
|
export declare var ListExportJobsRequest$: StaticStructureSchema;
|
|
@@ -235,6 +243,7 @@ export declare var Message$: StaticStructureSchema;
|
|
|
235
243
|
export declare var MessageHeader$: StaticStructureSchema;
|
|
236
244
|
export declare var MessageInsightsDataSource$: StaticStructureSchema;
|
|
237
245
|
export declare var MessageInsightsFilters$: StaticStructureSchema;
|
|
246
|
+
export declare var MessageSecurityOptions$: StaticStructureSchema;
|
|
238
247
|
export declare var MessageTag$: StaticStructureSchema;
|
|
239
248
|
export declare var MetricDataError$: StaticStructureSchema;
|
|
240
249
|
export declare var MetricDataResult$: StaticStructureSchema;
|
|
@@ -310,6 +319,7 @@ export declare var SendEmailRequest$: StaticStructureSchema;
|
|
|
310
319
|
export declare var SendEmailResponse$: StaticStructureSchema;
|
|
311
320
|
export declare var SendingOptions$: StaticStructureSchema;
|
|
312
321
|
export declare var SendQuota$: StaticStructureSchema;
|
|
322
|
+
export declare var SmimeSigningScheme$: StaticStructureSchema;
|
|
313
323
|
export declare var SnsDestination$: StaticStructureSchema;
|
|
314
324
|
export declare var SOARecord$: StaticStructureSchema;
|
|
315
325
|
export declare var StatusRecord$: StaticStructureSchema;
|
|
@@ -342,6 +352,8 @@ export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
|
342
352
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
343
353
|
export declare var UpdateConfigurationSetEventDestinationRequest$: StaticStructureSchema;
|
|
344
354
|
export declare var UpdateConfigurationSetEventDestinationResponse$: StaticStructureSchema;
|
|
355
|
+
export declare var UpdateConfigurationSetRequest$: StaticStructureSchema;
|
|
356
|
+
export declare var UpdateConfigurationSetResponse$: StaticStructureSchema;
|
|
345
357
|
export declare var UpdateContactListRequest$: StaticStructureSchema;
|
|
346
358
|
export declare var UpdateContactListResponse$: StaticStructureSchema;
|
|
347
359
|
export declare var UpdateContactRequest$: StaticStructureSchema;
|
|
@@ -360,6 +372,8 @@ export declare var VdmAttributes$: StaticStructureSchema;
|
|
|
360
372
|
export declare var VdmOptions$: StaticStructureSchema;
|
|
361
373
|
export declare var VerificationInfo$: StaticStructureSchema;
|
|
362
374
|
export declare var VolumeStatistics$: StaticStructureSchema;
|
|
375
|
+
export declare var SigningScheme$: StaticUnionSchema;
|
|
376
|
+
export declare var AssociateEmailIdentityCertificate$: StaticOperationSchema;
|
|
363
377
|
export declare var BatchGetMetricData$: StaticOperationSchema;
|
|
364
378
|
export declare var CancelExportJob$: StaticOperationSchema;
|
|
365
379
|
export declare var CreateConfigurationSet$: StaticOperationSchema;
|
|
@@ -390,6 +404,7 @@ export declare var DeleteMultiRegionEndpoint$: StaticOperationSchema;
|
|
|
390
404
|
export declare var DeleteSuppressedDestination$: StaticOperationSchema;
|
|
391
405
|
export declare var DeleteTenant$: StaticOperationSchema;
|
|
392
406
|
export declare var DeleteTenantResourceAssociation$: StaticOperationSchema;
|
|
407
|
+
export declare var DisassociateEmailIdentityCertificate$: StaticOperationSchema;
|
|
393
408
|
export declare var GetAccount$: StaticOperationSchema;
|
|
394
409
|
export declare var GetBlacklistReports$: StaticOperationSchema;
|
|
395
410
|
export declare var GetConfigurationSet$: StaticOperationSchema;
|
|
@@ -423,6 +438,7 @@ export declare var ListDedicatedIpPools$: StaticOperationSchema;
|
|
|
423
438
|
export declare var ListDeliverabilityTestReports$: StaticOperationSchema;
|
|
424
439
|
export declare var ListDomainDeliverabilityCampaigns$: StaticOperationSchema;
|
|
425
440
|
export declare var ListEmailIdentities$: StaticOperationSchema;
|
|
441
|
+
export declare var ListEmailIdentityCertificates$: StaticOperationSchema;
|
|
426
442
|
export declare var ListEmailTemplates$: StaticOperationSchema;
|
|
427
443
|
export declare var ListExportJobs$: StaticOperationSchema;
|
|
428
444
|
export declare var ListImportJobs$: StaticOperationSchema;
|
|
@@ -464,6 +480,7 @@ export declare var SendEmail$: StaticOperationSchema;
|
|
|
464
480
|
export declare var TagResource$: StaticOperationSchema;
|
|
465
481
|
export declare var TestRenderEmailTemplate$: StaticOperationSchema;
|
|
466
482
|
export declare var UntagResource$: StaticOperationSchema;
|
|
483
|
+
export declare var UpdateConfigurationSet$: StaticOperationSchema;
|
|
467
484
|
export declare var UpdateConfigurationSetEventDestination$: StaticOperationSchema;
|
|
468
485
|
export declare var UpdateContact$: StaticOperationSchema;
|
|
469
486
|
export declare var UpdateContactList$: StaticOperationSchema;
|
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
PaginationConfiguration,
|
|
4
4
|
Paginator,
|
|
5
5
|
} from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateEmailIdentityCertificateCommandInput,
|
|
8
|
+
AssociateEmailIdentityCertificateCommandOutput,
|
|
9
|
+
} from "./commands/AssociateEmailIdentityCertificateCommand";
|
|
6
10
|
import {
|
|
7
11
|
BatchGetMetricDataCommandInput,
|
|
8
12
|
BatchGetMetricDataCommandOutput,
|
|
@@ -123,6 +127,10 @@ import {
|
|
|
123
127
|
DeleteTenantResourceAssociationCommandInput,
|
|
124
128
|
DeleteTenantResourceAssociationCommandOutput,
|
|
125
129
|
} from "./commands/DeleteTenantResourceAssociationCommand";
|
|
130
|
+
import {
|
|
131
|
+
DisassociateEmailIdentityCertificateCommandInput,
|
|
132
|
+
DisassociateEmailIdentityCertificateCommandOutput,
|
|
133
|
+
} from "./commands/DisassociateEmailIdentityCertificateCommand";
|
|
126
134
|
import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
|
|
127
135
|
import {
|
|
128
136
|
GetBlacklistReportsCommandInput,
|
|
@@ -246,6 +254,10 @@ import {
|
|
|
246
254
|
ListEmailIdentitiesCommandInput,
|
|
247
255
|
ListEmailIdentitiesCommandOutput,
|
|
248
256
|
} from "./commands/ListEmailIdentitiesCommand";
|
|
257
|
+
import {
|
|
258
|
+
ListEmailIdentityCertificatesCommandInput,
|
|
259
|
+
ListEmailIdentityCertificatesCommandOutput,
|
|
260
|
+
} from "./commands/ListEmailIdentityCertificatesCommand";
|
|
249
261
|
import {
|
|
250
262
|
ListEmailTemplatesCommandInput,
|
|
251
263
|
ListEmailTemplatesCommandOutput,
|
|
@@ -401,6 +413,10 @@ import {
|
|
|
401
413
|
UntagResourceCommandInput,
|
|
402
414
|
UntagResourceCommandOutput,
|
|
403
415
|
} from "./commands/UntagResourceCommand";
|
|
416
|
+
import {
|
|
417
|
+
UpdateConfigurationSetCommandInput,
|
|
418
|
+
UpdateConfigurationSetCommandOutput,
|
|
419
|
+
} from "./commands/UpdateConfigurationSetCommand";
|
|
404
420
|
import {
|
|
405
421
|
UpdateConfigurationSetEventDestinationCommandInput,
|
|
406
422
|
UpdateConfigurationSetEventDestinationCommandOutput,
|
|
@@ -435,6 +451,19 @@ import {
|
|
|
435
451
|
} from "./commands/UpdateReputationEntityPolicyCommand";
|
|
436
452
|
import { SESv2Client } from "./SESv2Client";
|
|
437
453
|
export interface SESv2 {
|
|
454
|
+
associateEmailIdentityCertificate(
|
|
455
|
+
args: AssociateEmailIdentityCertificateCommandInput,
|
|
456
|
+
options?: __HttpHandlerOptions,
|
|
457
|
+
): Promise<AssociateEmailIdentityCertificateCommandOutput>;
|
|
458
|
+
associateEmailIdentityCertificate(
|
|
459
|
+
args: AssociateEmailIdentityCertificateCommandInput,
|
|
460
|
+
cb: (err: any, data?: AssociateEmailIdentityCertificateCommandOutput) => void,
|
|
461
|
+
): void;
|
|
462
|
+
associateEmailIdentityCertificate(
|
|
463
|
+
args: AssociateEmailIdentityCertificateCommandInput,
|
|
464
|
+
options: __HttpHandlerOptions,
|
|
465
|
+
cb: (err: any, data?: AssociateEmailIdentityCertificateCommandOutput) => void,
|
|
466
|
+
): void;
|
|
438
467
|
batchGetMetricData(
|
|
439
468
|
args: BatchGetMetricDataCommandInput,
|
|
440
469
|
options?: __HttpHandlerOptions,
|
|
@@ -825,6 +854,19 @@ export interface SESv2 {
|
|
|
825
854
|
options: __HttpHandlerOptions,
|
|
826
855
|
cb: (err: any, data?: DeleteTenantResourceAssociationCommandOutput) => void,
|
|
827
856
|
): void;
|
|
857
|
+
disassociateEmailIdentityCertificate(
|
|
858
|
+
args: DisassociateEmailIdentityCertificateCommandInput,
|
|
859
|
+
options?: __HttpHandlerOptions,
|
|
860
|
+
): Promise<DisassociateEmailIdentityCertificateCommandOutput>;
|
|
861
|
+
disassociateEmailIdentityCertificate(
|
|
862
|
+
args: DisassociateEmailIdentityCertificateCommandInput,
|
|
863
|
+
cb: (err: any, data?: DisassociateEmailIdentityCertificateCommandOutput) => void,
|
|
864
|
+
): void;
|
|
865
|
+
disassociateEmailIdentityCertificate(
|
|
866
|
+
args: DisassociateEmailIdentityCertificateCommandInput,
|
|
867
|
+
options: __HttpHandlerOptions,
|
|
868
|
+
cb: (err: any, data?: DisassociateEmailIdentityCertificateCommandOutput) => void,
|
|
869
|
+
): void;
|
|
828
870
|
getAccount(): Promise<GetAccountCommandOutput>;
|
|
829
871
|
getAccount(
|
|
830
872
|
args: GetAccountCommandInput,
|
|
@@ -1263,6 +1305,19 @@ export interface SESv2 {
|
|
|
1263
1305
|
options: __HttpHandlerOptions,
|
|
1264
1306
|
cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void,
|
|
1265
1307
|
): void;
|
|
1308
|
+
listEmailIdentityCertificates(
|
|
1309
|
+
args: ListEmailIdentityCertificatesCommandInput,
|
|
1310
|
+
options?: __HttpHandlerOptions,
|
|
1311
|
+
): Promise<ListEmailIdentityCertificatesCommandOutput>;
|
|
1312
|
+
listEmailIdentityCertificates(
|
|
1313
|
+
args: ListEmailIdentityCertificatesCommandInput,
|
|
1314
|
+
cb: (err: any, data?: ListEmailIdentityCertificatesCommandOutput) => void,
|
|
1315
|
+
): void;
|
|
1316
|
+
listEmailIdentityCertificates(
|
|
1317
|
+
args: ListEmailIdentityCertificatesCommandInput,
|
|
1318
|
+
options: __HttpHandlerOptions,
|
|
1319
|
+
cb: (err: any, data?: ListEmailIdentityCertificatesCommandOutput) => void,
|
|
1320
|
+
): void;
|
|
1266
1321
|
listEmailTemplates(): Promise<ListEmailTemplatesCommandOutput>;
|
|
1267
1322
|
listEmailTemplates(
|
|
1268
1323
|
args: ListEmailTemplatesCommandInput,
|
|
@@ -1807,6 +1862,19 @@ export interface SESv2 {
|
|
|
1807
1862
|
options: __HttpHandlerOptions,
|
|
1808
1863
|
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1809
1864
|
): void;
|
|
1865
|
+
updateConfigurationSet(
|
|
1866
|
+
args: UpdateConfigurationSetCommandInput,
|
|
1867
|
+
options?: __HttpHandlerOptions,
|
|
1868
|
+
): Promise<UpdateConfigurationSetCommandOutput>;
|
|
1869
|
+
updateConfigurationSet(
|
|
1870
|
+
args: UpdateConfigurationSetCommandInput,
|
|
1871
|
+
cb: (err: any, data?: UpdateConfigurationSetCommandOutput) => void,
|
|
1872
|
+
): void;
|
|
1873
|
+
updateConfigurationSet(
|
|
1874
|
+
args: UpdateConfigurationSetCommandInput,
|
|
1875
|
+
options: __HttpHandlerOptions,
|
|
1876
|
+
cb: (err: any, data?: UpdateConfigurationSetCommandOutput) => void,
|
|
1877
|
+
): void;
|
|
1810
1878
|
updateConfigurationSetEventDestination(
|
|
1811
1879
|
args: UpdateConfigurationSetEventDestinationCommandInput,
|
|
1812
1880
|
options?: __HttpHandlerOptions,
|
|
@@ -1974,6 +2042,13 @@ export interface SESv2 {
|
|
|
1974
2042
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1975
2043
|
>,
|
|
1976
2044
|
): Paginator<ListEmailIdentitiesCommandOutput>;
|
|
2045
|
+
paginateListEmailIdentityCertificates(
|
|
2046
|
+
args: ListEmailIdentityCertificatesCommandInput,
|
|
2047
|
+
paginationConfig?: Pick<
|
|
2048
|
+
PaginationConfiguration,
|
|
2049
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2050
|
+
>,
|
|
2051
|
+
): Paginator<ListEmailIdentityCertificatesCommandOutput>;
|
|
1977
2052
|
paginateListEmailTemplates(
|
|
1978
2053
|
args?: ListEmailTemplatesCommandInput,
|
|
1979
2054
|
paginationConfig?: Pick<
|
|
@@ -33,6 +33,10 @@ import {
|
|
|
33
33
|
HttpAuthSchemeInputConfig,
|
|
34
34
|
HttpAuthSchemeResolvedConfig,
|
|
35
35
|
} from "./auth/httpAuthSchemeProvider";
|
|
36
|
+
import {
|
|
37
|
+
AssociateEmailIdentityCertificateCommandInput,
|
|
38
|
+
AssociateEmailIdentityCertificateCommandOutput,
|
|
39
|
+
} from "./commands/AssociateEmailIdentityCertificateCommand";
|
|
36
40
|
import {
|
|
37
41
|
BatchGetMetricDataCommandInput,
|
|
38
42
|
BatchGetMetricDataCommandOutput,
|
|
@@ -153,6 +157,10 @@ import {
|
|
|
153
157
|
DeleteTenantResourceAssociationCommandInput,
|
|
154
158
|
DeleteTenantResourceAssociationCommandOutput,
|
|
155
159
|
} from "./commands/DeleteTenantResourceAssociationCommand";
|
|
160
|
+
import {
|
|
161
|
+
DisassociateEmailIdentityCertificateCommandInput,
|
|
162
|
+
DisassociateEmailIdentityCertificateCommandOutput,
|
|
163
|
+
} from "./commands/DisassociateEmailIdentityCertificateCommand";
|
|
156
164
|
import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
|
|
157
165
|
import {
|
|
158
166
|
GetBlacklistReportsCommandInput,
|
|
@@ -276,6 +284,10 @@ import {
|
|
|
276
284
|
ListEmailIdentitiesCommandInput,
|
|
277
285
|
ListEmailIdentitiesCommandOutput,
|
|
278
286
|
} from "./commands/ListEmailIdentitiesCommand";
|
|
287
|
+
import {
|
|
288
|
+
ListEmailIdentityCertificatesCommandInput,
|
|
289
|
+
ListEmailIdentityCertificatesCommandOutput,
|
|
290
|
+
} from "./commands/ListEmailIdentityCertificatesCommand";
|
|
279
291
|
import {
|
|
280
292
|
ListEmailTemplatesCommandInput,
|
|
281
293
|
ListEmailTemplatesCommandOutput,
|
|
@@ -431,6 +443,10 @@ import {
|
|
|
431
443
|
UntagResourceCommandInput,
|
|
432
444
|
UntagResourceCommandOutput,
|
|
433
445
|
} from "./commands/UntagResourceCommand";
|
|
446
|
+
import {
|
|
447
|
+
UpdateConfigurationSetCommandInput,
|
|
448
|
+
UpdateConfigurationSetCommandOutput,
|
|
449
|
+
} from "./commands/UpdateConfigurationSetCommand";
|
|
434
450
|
import {
|
|
435
451
|
UpdateConfigurationSetEventDestinationCommandInput,
|
|
436
452
|
UpdateConfigurationSetEventDestinationCommandOutput,
|
|
@@ -471,6 +487,7 @@ import {
|
|
|
471
487
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
472
488
|
export { __Client };
|
|
473
489
|
export type ServiceInputTypes =
|
|
490
|
+
| AssociateEmailIdentityCertificateCommandInput
|
|
474
491
|
| BatchGetMetricDataCommandInput
|
|
475
492
|
| CancelExportJobCommandInput
|
|
476
493
|
| CreateConfigurationSetCommandInput
|
|
@@ -501,6 +518,7 @@ export type ServiceInputTypes =
|
|
|
501
518
|
| DeleteSuppressedDestinationCommandInput
|
|
502
519
|
| DeleteTenantCommandInput
|
|
503
520
|
| DeleteTenantResourceAssociationCommandInput
|
|
521
|
+
| DisassociateEmailIdentityCertificateCommandInput
|
|
504
522
|
| GetAccountCommandInput
|
|
505
523
|
| GetBlacklistReportsCommandInput
|
|
506
524
|
| GetConfigurationSetCommandInput
|
|
@@ -534,6 +552,7 @@ export type ServiceInputTypes =
|
|
|
534
552
|
| ListDeliverabilityTestReportsCommandInput
|
|
535
553
|
| ListDomainDeliverabilityCampaignsCommandInput
|
|
536
554
|
| ListEmailIdentitiesCommandInput
|
|
555
|
+
| ListEmailIdentityCertificatesCommandInput
|
|
537
556
|
| ListEmailTemplatesCommandInput
|
|
538
557
|
| ListExportJobsCommandInput
|
|
539
558
|
| ListImportJobsCommandInput
|
|
@@ -575,6 +594,7 @@ export type ServiceInputTypes =
|
|
|
575
594
|
| TagResourceCommandInput
|
|
576
595
|
| TestRenderEmailTemplateCommandInput
|
|
577
596
|
| UntagResourceCommandInput
|
|
597
|
+
| UpdateConfigurationSetCommandInput
|
|
578
598
|
| UpdateConfigurationSetEventDestinationCommandInput
|
|
579
599
|
| UpdateContactCommandInput
|
|
580
600
|
| UpdateContactListCommandInput
|
|
@@ -584,6 +604,7 @@ export type ServiceInputTypes =
|
|
|
584
604
|
| UpdateReputationEntityCustomerManagedStatusCommandInput
|
|
585
605
|
| UpdateReputationEntityPolicyCommandInput;
|
|
586
606
|
export type ServiceOutputTypes =
|
|
607
|
+
| AssociateEmailIdentityCertificateCommandOutput
|
|
587
608
|
| BatchGetMetricDataCommandOutput
|
|
588
609
|
| CancelExportJobCommandOutput
|
|
589
610
|
| CreateConfigurationSetCommandOutput
|
|
@@ -614,6 +635,7 @@ export type ServiceOutputTypes =
|
|
|
614
635
|
| DeleteSuppressedDestinationCommandOutput
|
|
615
636
|
| DeleteTenantCommandOutput
|
|
616
637
|
| DeleteTenantResourceAssociationCommandOutput
|
|
638
|
+
| DisassociateEmailIdentityCertificateCommandOutput
|
|
617
639
|
| GetAccountCommandOutput
|
|
618
640
|
| GetBlacklistReportsCommandOutput
|
|
619
641
|
| GetConfigurationSetCommandOutput
|
|
@@ -647,6 +669,7 @@ export type ServiceOutputTypes =
|
|
|
647
669
|
| ListDeliverabilityTestReportsCommandOutput
|
|
648
670
|
| ListDomainDeliverabilityCampaignsCommandOutput
|
|
649
671
|
| ListEmailIdentitiesCommandOutput
|
|
672
|
+
| ListEmailIdentityCertificatesCommandOutput
|
|
650
673
|
| ListEmailTemplatesCommandOutput
|
|
651
674
|
| ListExportJobsCommandOutput
|
|
652
675
|
| ListImportJobsCommandOutput
|
|
@@ -688,6 +711,7 @@ export type ServiceOutputTypes =
|
|
|
688
711
|
| TagResourceCommandOutput
|
|
689
712
|
| TestRenderEmailTemplateCommandOutput
|
|
690
713
|
| UntagResourceCommandOutput
|
|
714
|
+
| UpdateConfigurationSetCommandOutput
|
|
691
715
|
| UpdateConfigurationSetEventDestinationCommandOutput
|
|
692
716
|
| UpdateContactCommandOutput
|
|
693
717
|
| UpdateContactListCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateEmailIdentityCertificateRequest,
|
|
4
|
+
AssociateEmailIdentityCertificateResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface AssociateEmailIdentityCertificateCommandInput extends AssociateEmailIdentityCertificateRequest {}
|
|
8
|
+
export interface AssociateEmailIdentityCertificateCommandOutput
|
|
9
|
+
extends AssociateEmailIdentityCertificateResponse, __MetadataBearer {}
|
|
10
|
+
declare const AssociateEmailIdentityCertificateCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: AssociateEmailIdentityCertificateCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
AssociateEmailIdentityCertificateCommandInput,
|
|
15
|
+
AssociateEmailIdentityCertificateCommandOutput,
|
|
16
|
+
import("..").SESv2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: AssociateEmailIdentityCertificateCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
AssociateEmailIdentityCertificateCommandInput,
|
|
24
|
+
AssociateEmailIdentityCertificateCommandOutput,
|
|
25
|
+
import("..").SESv2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class AssociateEmailIdentityCertificateCommand extends AssociateEmailIdentityCertificateCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: AssociateEmailIdentityCertificateRequest;
|
|
35
|
+
output: {};
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: AssociateEmailIdentityCertificateCommandInput;
|
|
39
|
+
output: AssociateEmailIdentityCertificateCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DisassociateEmailIdentityCertificateRequest,
|
|
4
|
+
DisassociateEmailIdentityCertificateResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface DisassociateEmailIdentityCertificateCommandInput extends DisassociateEmailIdentityCertificateRequest {}
|
|
8
|
+
export interface DisassociateEmailIdentityCertificateCommandOutput
|
|
9
|
+
extends DisassociateEmailIdentityCertificateResponse, __MetadataBearer {}
|
|
10
|
+
declare const DisassociateEmailIdentityCertificateCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: DisassociateEmailIdentityCertificateCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
DisassociateEmailIdentityCertificateCommandInput,
|
|
15
|
+
DisassociateEmailIdentityCertificateCommandOutput,
|
|
16
|
+
import("..").SESv2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: DisassociateEmailIdentityCertificateCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
DisassociateEmailIdentityCertificateCommandInput,
|
|
24
|
+
DisassociateEmailIdentityCertificateCommandOutput,
|
|
25
|
+
import("..").SESv2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class DisassociateEmailIdentityCertificateCommand extends DisassociateEmailIdentityCertificateCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: DisassociateEmailIdentityCertificateRequest;
|
|
35
|
+
output: {};
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: DisassociateEmailIdentityCertificateCommandInput;
|
|
39
|
+
output: DisassociateEmailIdentityCertificateCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEmailIdentityCertificatesRequest,
|
|
4
|
+
ListEmailIdentityCertificatesResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface ListEmailIdentityCertificatesCommandInput extends ListEmailIdentityCertificatesRequest {}
|
|
8
|
+
export interface ListEmailIdentityCertificatesCommandOutput
|
|
9
|
+
extends ListEmailIdentityCertificatesResponse, __MetadataBearer {}
|
|
10
|
+
declare const ListEmailIdentityCertificatesCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: ListEmailIdentityCertificatesCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
ListEmailIdentityCertificatesCommandInput,
|
|
15
|
+
ListEmailIdentityCertificatesCommandOutput,
|
|
16
|
+
import("..").SESv2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: ListEmailIdentityCertificatesCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
ListEmailIdentityCertificatesCommandInput,
|
|
24
|
+
ListEmailIdentityCertificatesCommandOutput,
|
|
25
|
+
import("..").SESv2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class ListEmailIdentityCertificatesCommand extends ListEmailIdentityCertificatesCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: ListEmailIdentityCertificatesRequest;
|
|
35
|
+
output: ListEmailIdentityCertificatesResponse;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: ListEmailIdentityCertificatesCommandInput;
|
|
39
|
+
output: ListEmailIdentityCertificatesCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
PutConfigurationSetVdmOptionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutConfigurationSetVdmOptionsRequest } from "../models/models_0";
|
|
3
|
+
import { PutConfigurationSetVdmOptionsResponse } from "../models/models_1";
|
|
6
4
|
export { __MetadataBearer };
|
|
7
5
|
export interface PutConfigurationSetVdmOptionsCommandInput extends PutConfigurationSetVdmOptionsRequest {}
|
|
8
6
|
export interface PutConfigurationSetVdmOptionsCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../models/
|
|
2
|
+
import { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutDedicatedIpInPoolCommandInput extends PutDedicatedIpInPoolRequest {}
|
|
5
5
|
export interface PutDedicatedIpInPoolCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
PutDedicatedIpPoolScalingAttributesRequest,
|
|
4
4
|
PutDedicatedIpPoolScalingAttributesResponse,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface PutDedicatedIpPoolScalingAttributesCommandInput extends PutDedicatedIpPoolScalingAttributesRequest {}
|
|
8
8
|
export interface PutDedicatedIpPoolScalingAttributesCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
PutDedicatedIpWarmupAttributesRequest,
|
|
4
4
|
PutDedicatedIpWarmupAttributesResponse,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface PutDedicatedIpWarmupAttributesCommandInput extends PutDedicatedIpWarmupAttributesRequest {}
|
|
8
8
|
export interface PutDedicatedIpWarmupAttributesCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
PutDeliverabilityDashboardOptionRequest,
|
|
4
4
|
PutDeliverabilityDashboardOptionResponse,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface PutDeliverabilityDashboardOptionCommandInput extends PutDeliverabilityDashboardOptionRequest {}
|
|
8
8
|
export interface PutDeliverabilityDashboardOptionCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
PutEmailIdentityConfigurationSetAttributesRequest,
|
|
4
4
|
PutEmailIdentityConfigurationSetAttributesResponse,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface PutEmailIdentityConfigurationSetAttributesCommandInput extends PutEmailIdentityConfigurationSetAttributesRequest {}
|
|
8
8
|
export interface PutEmailIdentityConfigurationSetAttributesCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { UpdateConfigurationSetRequest, UpdateConfigurationSetResponse } from "../models/models_1";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface UpdateConfigurationSetCommandInput extends UpdateConfigurationSetRequest {}
|
|
5
|
+
export interface UpdateConfigurationSetCommandOutput
|
|
6
|
+
extends UpdateConfigurationSetResponse, __MetadataBearer {}
|
|
7
|
+
declare const UpdateConfigurationSetCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: UpdateConfigurationSetCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
UpdateConfigurationSetCommandInput,
|
|
12
|
+
UpdateConfigurationSetCommandOutput,
|
|
13
|
+
import("..").SESv2ClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: UpdateConfigurationSetCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
UpdateConfigurationSetCommandInput,
|
|
21
|
+
UpdateConfigurationSetCommandOutput,
|
|
22
|
+
import("..").SESv2ClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class UpdateConfigurationSetCommand extends UpdateConfigurationSetCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: UpdateConfigurationSetRequest;
|
|
32
|
+
output: {};
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: UpdateConfigurationSetCommandInput;
|
|
36
|
+
output: UpdateConfigurationSetCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./AssociateEmailIdentityCertificateCommand";
|
|
1
2
|
export * from "./BatchGetMetricDataCommand";
|
|
2
3
|
export * from "./CancelExportJobCommand";
|
|
3
4
|
export * from "./CreateConfigurationSetCommand";
|
|
@@ -28,6 +29,7 @@ export * from "./DeleteMultiRegionEndpointCommand";
|
|
|
28
29
|
export * from "./DeleteSuppressedDestinationCommand";
|
|
29
30
|
export * from "./DeleteTenantCommand";
|
|
30
31
|
export * from "./DeleteTenantResourceAssociationCommand";
|
|
32
|
+
export * from "./DisassociateEmailIdentityCertificateCommand";
|
|
31
33
|
export * from "./GetAccountCommand";
|
|
32
34
|
export * from "./GetBlacklistReportsCommand";
|
|
33
35
|
export * from "./GetConfigurationSetCommand";
|
|
@@ -61,6 +63,7 @@ export * from "./ListDedicatedIpPoolsCommand";
|
|
|
61
63
|
export * from "./ListDeliverabilityTestReportsCommand";
|
|
62
64
|
export * from "./ListDomainDeliverabilityCampaignsCommand";
|
|
63
65
|
export * from "./ListEmailIdentitiesCommand";
|
|
66
|
+
export * from "./ListEmailIdentityCertificatesCommand";
|
|
64
67
|
export * from "./ListEmailTemplatesCommand";
|
|
65
68
|
export * from "./ListExportJobsCommand";
|
|
66
69
|
export * from "./ListImportJobsCommand";
|
|
@@ -102,6 +105,7 @@ export * from "./SendEmailCommand";
|
|
|
102
105
|
export * from "./TagResourceCommand";
|
|
103
106
|
export * from "./TestRenderEmailTemplateCommand";
|
|
104
107
|
export * from "./UntagResourceCommand";
|
|
108
|
+
export * from "./UpdateConfigurationSetCommand";
|
|
105
109
|
export * from "./UpdateConfigurationSetEventDestinationCommand";
|
|
106
110
|
export * from "./UpdateContactCommand";
|
|
107
111
|
export * from "./UpdateContactListCommand";
|
|
@@ -111,6 +111,10 @@ export declare const TlsPolicy: {
|
|
|
111
111
|
readonly REQUIRE: "REQUIRE";
|
|
112
112
|
};
|
|
113
113
|
export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy];
|
|
114
|
+
export declare const SignatureFormat: {
|
|
115
|
+
readonly DETACHED: "DETACHED";
|
|
116
|
+
};
|
|
117
|
+
export type SignatureFormat = (typeof SignatureFormat)[keyof typeof SignatureFormat];
|
|
114
118
|
export declare const SuppressionListReason: {
|
|
115
119
|
readonly BOUNCE: "BOUNCE";
|
|
116
120
|
readonly COMPLAINT: "COMPLAINT";
|
|
@@ -333,6 +337,15 @@ export declare const RecommendationImpact: {
|
|
|
333
337
|
readonly LOW: "LOW";
|
|
334
338
|
};
|
|
335
339
|
export type RecommendationImpact = (typeof RecommendationImpact)[keyof typeof RecommendationImpact];
|
|
340
|
+
export declare const IdentityCertificateStatus: {
|
|
341
|
+
readonly ACTIVE: "ACTIVE";
|
|
342
|
+
readonly DEPROVISIONING: "DEPROVISIONING";
|
|
343
|
+
readonly FAILED: "FAILED";
|
|
344
|
+
readonly INACTIVE: "INACTIVE";
|
|
345
|
+
readonly PROVISIONING: "PROVISIONING";
|
|
346
|
+
};
|
|
347
|
+
export type IdentityCertificateStatus =
|
|
348
|
+
(typeof IdentityCertificateStatus)[keyof typeof IdentityCertificateStatus];
|
|
336
349
|
export declare const ImportDestinationType: {
|
|
337
350
|
readonly CONTACT_LIST: "CONTACT_LIST";
|
|
338
351
|
readonly SUPPRESSION_LIST: "SUPPRESSION_LIST";
|
|
@@ -15,11 +15,6 @@ export declare class BadRequestException extends __BaseException {
|
|
|
15
15
|
readonly $fault: "client";
|
|
16
16
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
17
17
|
}
|
|
18
|
-
export declare class InternalServiceErrorException extends __BaseException {
|
|
19
|
-
readonly name: "InternalServiceErrorException";
|
|
20
|
-
readonly $fault: "server";
|
|
21
|
-
constructor(opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>);
|
|
22
|
-
}
|
|
23
18
|
export declare class NotFoundException extends __BaseException {
|
|
24
19
|
readonly name: "NotFoundException";
|
|
25
20
|
readonly $fault: "client";
|
|
@@ -30,6 +25,11 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
30
25
|
readonly $fault: "client";
|
|
31
26
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
32
27
|
}
|
|
28
|
+
export declare class InternalServiceErrorException extends __BaseException {
|
|
29
|
+
readonly name: "InternalServiceErrorException";
|
|
30
|
+
readonly $fault: "server";
|
|
31
|
+
constructor(opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>);
|
|
32
|
+
}
|
|
33
33
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
34
34
|
readonly name: "ConcurrentModificationException";
|
|
35
35
|
readonly $fault: "server";
|