@aws-sdk/client-sesv2 3.37.0 → 3.41.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/CHANGELOG.md +42 -0
- package/dist-cjs/commands/index.js +84 -0
- package/dist-cjs/endpoints.js +90 -8
- package/dist-cjs/index.js +4 -96
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/commands/index.js +81 -0
- package/dist-es/endpoints.js +90 -8
- package/dist-es/index.js +4 -96
- package/dist-es/pagination/index.js +13 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/SESv2Client.d.ts +8 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactListCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/GetContactCommand.d.ts +1 -1
- package/dist-types/commands/GetContactListCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +1 -1
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +1 -1
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactListsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +1 -1
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListEmailTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpInPoolCommand.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/PutEmailIdentityDkimAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +1 -1
- package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendEmailCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactListCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +81 -0
- package/dist-types/index.d.ts +4 -96
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +81 -0
- package/dist-types/ts3.4/index.d.ts +4 -96
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
package/dist-types/index.d.ts
CHANGED
|
@@ -1,97 +1,5 @@
|
|
|
1
|
-
export * from "./SESv2Client";
|
|
2
1
|
export * from "./SESv2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateCustomVerificationEmailTemplateCommand";
|
|
8
|
-
export * from "./commands/CreateDedicatedIpPoolCommand";
|
|
9
|
-
export * from "./commands/CreateDeliverabilityTestReportCommand";
|
|
10
|
-
export * from "./commands/CreateEmailIdentityCommand";
|
|
11
|
-
export * from "./commands/CreateEmailIdentityPolicyCommand";
|
|
12
|
-
export * from "./commands/CreateEmailTemplateCommand";
|
|
13
|
-
export * from "./commands/CreateImportJobCommand";
|
|
14
|
-
export * from "./commands/DeleteConfigurationSetCommand";
|
|
15
|
-
export * from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
16
|
-
export * from "./commands/DeleteContactCommand";
|
|
17
|
-
export * from "./commands/DeleteContactListCommand";
|
|
18
|
-
export * from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
19
|
-
export * from "./commands/DeleteDedicatedIpPoolCommand";
|
|
20
|
-
export * from "./commands/DeleteEmailIdentityCommand";
|
|
21
|
-
export * from "./commands/DeleteEmailIdentityPolicyCommand";
|
|
22
|
-
export * from "./commands/DeleteEmailTemplateCommand";
|
|
23
|
-
export * from "./commands/DeleteSuppressedDestinationCommand";
|
|
24
|
-
export * from "./commands/GetAccountCommand";
|
|
25
|
-
export * from "./commands/GetBlacklistReportsCommand";
|
|
26
|
-
export * from "./commands/GetConfigurationSetCommand";
|
|
27
|
-
export * from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
28
|
-
export * from "./commands/GetContactCommand";
|
|
29
|
-
export * from "./commands/GetContactListCommand";
|
|
30
|
-
export * from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
31
|
-
export * from "./commands/GetDedicatedIpCommand";
|
|
32
|
-
export * from "./commands/GetDedicatedIpsCommand";
|
|
33
|
-
export * from "./pagination/GetDedicatedIpsPaginator";
|
|
34
|
-
export * from "./commands/GetDeliverabilityDashboardOptionsCommand";
|
|
35
|
-
export * from "./commands/GetDeliverabilityTestReportCommand";
|
|
36
|
-
export * from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
37
|
-
export * from "./commands/GetDomainStatisticsReportCommand";
|
|
38
|
-
export * from "./commands/GetEmailIdentityCommand";
|
|
39
|
-
export * from "./commands/GetEmailIdentityPoliciesCommand";
|
|
40
|
-
export * from "./commands/GetEmailTemplateCommand";
|
|
41
|
-
export * from "./commands/GetImportJobCommand";
|
|
42
|
-
export * from "./commands/GetSuppressedDestinationCommand";
|
|
43
|
-
export * from "./commands/ListConfigurationSetsCommand";
|
|
44
|
-
export * from "./pagination/ListConfigurationSetsPaginator";
|
|
45
|
-
export * from "./commands/ListContactListsCommand";
|
|
46
|
-
export * from "./pagination/ListContactListsPaginator";
|
|
47
|
-
export * from "./commands/ListContactsCommand";
|
|
48
|
-
export * from "./pagination/ListContactsPaginator";
|
|
49
|
-
export * from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
50
|
-
export * from "./pagination/ListCustomVerificationEmailTemplatesPaginator";
|
|
51
|
-
export * from "./commands/ListDedicatedIpPoolsCommand";
|
|
52
|
-
export * from "./pagination/ListDedicatedIpPoolsPaginator";
|
|
53
|
-
export * from "./commands/ListDeliverabilityTestReportsCommand";
|
|
54
|
-
export * from "./pagination/ListDeliverabilityTestReportsPaginator";
|
|
55
|
-
export * from "./commands/ListDomainDeliverabilityCampaignsCommand";
|
|
56
|
-
export * from "./pagination/ListDomainDeliverabilityCampaignsPaginator";
|
|
57
|
-
export * from "./commands/ListEmailIdentitiesCommand";
|
|
58
|
-
export * from "./pagination/ListEmailIdentitiesPaginator";
|
|
59
|
-
export * from "./commands/ListEmailTemplatesCommand";
|
|
60
|
-
export * from "./pagination/ListEmailTemplatesPaginator";
|
|
61
|
-
export * from "./commands/ListImportJobsCommand";
|
|
62
|
-
export * from "./pagination/ListImportJobsPaginator";
|
|
63
|
-
export * from "./commands/ListSuppressedDestinationsCommand";
|
|
64
|
-
export * from "./pagination/ListSuppressedDestinationsPaginator";
|
|
65
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
66
|
-
export * from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
67
|
-
export * from "./commands/PutAccountDetailsCommand";
|
|
68
|
-
export * from "./commands/PutAccountSendingAttributesCommand";
|
|
69
|
-
export * from "./commands/PutAccountSuppressionAttributesCommand";
|
|
70
|
-
export * from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
71
|
-
export * from "./commands/PutConfigurationSetReputationOptionsCommand";
|
|
72
|
-
export * from "./commands/PutConfigurationSetSendingOptionsCommand";
|
|
73
|
-
export * from "./commands/PutConfigurationSetSuppressionOptionsCommand";
|
|
74
|
-
export * from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
75
|
-
export * from "./commands/PutDedicatedIpInPoolCommand";
|
|
76
|
-
export * from "./commands/PutDedicatedIpWarmupAttributesCommand";
|
|
77
|
-
export * from "./commands/PutDeliverabilityDashboardOptionCommand";
|
|
78
|
-
export * from "./commands/PutEmailIdentityConfigurationSetAttributesCommand";
|
|
79
|
-
export * from "./commands/PutEmailIdentityDkimAttributesCommand";
|
|
80
|
-
export * from "./commands/PutEmailIdentityDkimSigningAttributesCommand";
|
|
81
|
-
export * from "./commands/PutEmailIdentityFeedbackAttributesCommand";
|
|
82
|
-
export * from "./commands/PutEmailIdentityMailFromAttributesCommand";
|
|
83
|
-
export * from "./commands/PutSuppressedDestinationCommand";
|
|
84
|
-
export * from "./commands/SendBulkEmailCommand";
|
|
85
|
-
export * from "./commands/SendCustomVerificationEmailCommand";
|
|
86
|
-
export * from "./commands/SendEmailCommand";
|
|
87
|
-
export * from "./commands/TagResourceCommand";
|
|
88
|
-
export * from "./commands/TestRenderEmailTemplateCommand";
|
|
89
|
-
export * from "./commands/UntagResourceCommand";
|
|
90
|
-
export * from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
91
|
-
export * from "./commands/UpdateContactCommand";
|
|
92
|
-
export * from "./commands/UpdateContactListCommand";
|
|
93
|
-
export * from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
94
|
-
export * from "./commands/UpdateEmailIdentityPolicyCommand";
|
|
95
|
-
export * from "./commands/UpdateEmailTemplateCommand";
|
|
96
|
-
export * from "./pagination/Interfaces";
|
|
97
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SESv2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./GetDedicatedIpsPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListConfigurationSetsPaginator";
|
|
4
|
+
export * from "./ListContactListsPaginator";
|
|
5
|
+
export * from "./ListContactsPaginator";
|
|
6
|
+
export * from "./ListCustomVerificationEmailTemplatesPaginator";
|
|
7
|
+
export * from "./ListDedicatedIpPoolsPaginator";
|
|
8
|
+
export * from "./ListDeliverabilityTestReportsPaginator";
|
|
9
|
+
export * from "./ListDomainDeliverabilityCampaignsPaginator";
|
|
10
|
+
export * from "./ListEmailIdentitiesPaginator";
|
|
11
|
+
export * from "./ListEmailTemplatesPaginator";
|
|
12
|
+
export * from "./ListImportJobsPaginator";
|
|
13
|
+
export * from "./ListSuppressedDestinationsPaginator";
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -119,6 +119,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
119
119
|
|
|
120
120
|
logger?: __Logger;
|
|
121
121
|
|
|
122
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
123
|
+
|
|
124
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
125
|
+
|
|
122
126
|
serviceId?: string;
|
|
123
127
|
|
|
124
128
|
region?: string | __Provider<string>;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
export * from "./CreateConfigurationSetCommand";
|
|
2
|
+
export * from "./CreateConfigurationSetEventDestinationCommand";
|
|
3
|
+
export * from "./CreateContactCommand";
|
|
4
|
+
export * from "./CreateContactListCommand";
|
|
5
|
+
export * from "./CreateCustomVerificationEmailTemplateCommand";
|
|
6
|
+
export * from "./CreateDedicatedIpPoolCommand";
|
|
7
|
+
export * from "./CreateDeliverabilityTestReportCommand";
|
|
8
|
+
export * from "./CreateEmailIdentityCommand";
|
|
9
|
+
export * from "./CreateEmailIdentityPolicyCommand";
|
|
10
|
+
export * from "./CreateEmailTemplateCommand";
|
|
11
|
+
export * from "./CreateImportJobCommand";
|
|
12
|
+
export * from "./DeleteConfigurationSetCommand";
|
|
13
|
+
export * from "./DeleteConfigurationSetEventDestinationCommand";
|
|
14
|
+
export * from "./DeleteContactCommand";
|
|
15
|
+
export * from "./DeleteContactListCommand";
|
|
16
|
+
export * from "./DeleteCustomVerificationEmailTemplateCommand";
|
|
17
|
+
export * from "./DeleteDedicatedIpPoolCommand";
|
|
18
|
+
export * from "./DeleteEmailIdentityCommand";
|
|
19
|
+
export * from "./DeleteEmailIdentityPolicyCommand";
|
|
20
|
+
export * from "./DeleteEmailTemplateCommand";
|
|
21
|
+
export * from "./DeleteSuppressedDestinationCommand";
|
|
22
|
+
export * from "./GetAccountCommand";
|
|
23
|
+
export * from "./GetBlacklistReportsCommand";
|
|
24
|
+
export * from "./GetConfigurationSetCommand";
|
|
25
|
+
export * from "./GetConfigurationSetEventDestinationsCommand";
|
|
26
|
+
export * from "./GetContactCommand";
|
|
27
|
+
export * from "./GetContactListCommand";
|
|
28
|
+
export * from "./GetCustomVerificationEmailTemplateCommand";
|
|
29
|
+
export * from "./GetDedicatedIpCommand";
|
|
30
|
+
export * from "./GetDedicatedIpsCommand";
|
|
31
|
+
export * from "./GetDeliverabilityDashboardOptionsCommand";
|
|
32
|
+
export * from "./GetDeliverabilityTestReportCommand";
|
|
33
|
+
export * from "./GetDomainDeliverabilityCampaignCommand";
|
|
34
|
+
export * from "./GetDomainStatisticsReportCommand";
|
|
35
|
+
export * from "./GetEmailIdentityCommand";
|
|
36
|
+
export * from "./GetEmailIdentityPoliciesCommand";
|
|
37
|
+
export * from "./GetEmailTemplateCommand";
|
|
38
|
+
export * from "./GetImportJobCommand";
|
|
39
|
+
export * from "./GetSuppressedDestinationCommand";
|
|
40
|
+
export * from "./ListConfigurationSetsCommand";
|
|
41
|
+
export * from "./ListContactListsCommand";
|
|
42
|
+
export * from "./ListContactsCommand";
|
|
43
|
+
export * from "./ListCustomVerificationEmailTemplatesCommand";
|
|
44
|
+
export * from "./ListDedicatedIpPoolsCommand";
|
|
45
|
+
export * from "./ListDeliverabilityTestReportsCommand";
|
|
46
|
+
export * from "./ListDomainDeliverabilityCampaignsCommand";
|
|
47
|
+
export * from "./ListEmailIdentitiesCommand";
|
|
48
|
+
export * from "./ListEmailTemplatesCommand";
|
|
49
|
+
export * from "./ListImportJobsCommand";
|
|
50
|
+
export * from "./ListSuppressedDestinationsCommand";
|
|
51
|
+
export * from "./ListTagsForResourceCommand";
|
|
52
|
+
export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
|
|
53
|
+
export * from "./PutAccountDetailsCommand";
|
|
54
|
+
export * from "./PutAccountSendingAttributesCommand";
|
|
55
|
+
export * from "./PutAccountSuppressionAttributesCommand";
|
|
56
|
+
export * from "./PutConfigurationSetDeliveryOptionsCommand";
|
|
57
|
+
export * from "./PutConfigurationSetReputationOptionsCommand";
|
|
58
|
+
export * from "./PutConfigurationSetSendingOptionsCommand";
|
|
59
|
+
export * from "./PutConfigurationSetSuppressionOptionsCommand";
|
|
60
|
+
export * from "./PutConfigurationSetTrackingOptionsCommand";
|
|
61
|
+
export * from "./PutDedicatedIpInPoolCommand";
|
|
62
|
+
export * from "./PutDedicatedIpWarmupAttributesCommand";
|
|
63
|
+
export * from "./PutDeliverabilityDashboardOptionCommand";
|
|
64
|
+
export * from "./PutEmailIdentityConfigurationSetAttributesCommand";
|
|
65
|
+
export * from "./PutEmailIdentityDkimAttributesCommand";
|
|
66
|
+
export * from "./PutEmailIdentityDkimSigningAttributesCommand";
|
|
67
|
+
export * from "./PutEmailIdentityFeedbackAttributesCommand";
|
|
68
|
+
export * from "./PutEmailIdentityMailFromAttributesCommand";
|
|
69
|
+
export * from "./PutSuppressedDestinationCommand";
|
|
70
|
+
export * from "./SendBulkEmailCommand";
|
|
71
|
+
export * from "./SendCustomVerificationEmailCommand";
|
|
72
|
+
export * from "./SendEmailCommand";
|
|
73
|
+
export * from "./TagResourceCommand";
|
|
74
|
+
export * from "./TestRenderEmailTemplateCommand";
|
|
75
|
+
export * from "./UntagResourceCommand";
|
|
76
|
+
export * from "./UpdateConfigurationSetEventDestinationCommand";
|
|
77
|
+
export * from "./UpdateContactCommand";
|
|
78
|
+
export * from "./UpdateContactListCommand";
|
|
79
|
+
export * from "./UpdateCustomVerificationEmailTemplateCommand";
|
|
80
|
+
export * from "./UpdateEmailIdentityPolicyCommand";
|
|
81
|
+
export * from "./UpdateEmailTemplateCommand";
|
|
@@ -1,97 +1,5 @@
|
|
|
1
|
-
export * from "./SESv2Client";
|
|
2
1
|
export * from "./SESv2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateCustomVerificationEmailTemplateCommand";
|
|
8
|
-
export * from "./commands/CreateDedicatedIpPoolCommand";
|
|
9
|
-
export * from "./commands/CreateDeliverabilityTestReportCommand";
|
|
10
|
-
export * from "./commands/CreateEmailIdentityCommand";
|
|
11
|
-
export * from "./commands/CreateEmailIdentityPolicyCommand";
|
|
12
|
-
export * from "./commands/CreateEmailTemplateCommand";
|
|
13
|
-
export * from "./commands/CreateImportJobCommand";
|
|
14
|
-
export * from "./commands/DeleteConfigurationSetCommand";
|
|
15
|
-
export * from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
16
|
-
export * from "./commands/DeleteContactCommand";
|
|
17
|
-
export * from "./commands/DeleteContactListCommand";
|
|
18
|
-
export * from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
19
|
-
export * from "./commands/DeleteDedicatedIpPoolCommand";
|
|
20
|
-
export * from "./commands/DeleteEmailIdentityCommand";
|
|
21
|
-
export * from "./commands/DeleteEmailIdentityPolicyCommand";
|
|
22
|
-
export * from "./commands/DeleteEmailTemplateCommand";
|
|
23
|
-
export * from "./commands/DeleteSuppressedDestinationCommand";
|
|
24
|
-
export * from "./commands/GetAccountCommand";
|
|
25
|
-
export * from "./commands/GetBlacklistReportsCommand";
|
|
26
|
-
export * from "./commands/GetConfigurationSetCommand";
|
|
27
|
-
export * from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
28
|
-
export * from "./commands/GetContactCommand";
|
|
29
|
-
export * from "./commands/GetContactListCommand";
|
|
30
|
-
export * from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
31
|
-
export * from "./commands/GetDedicatedIpCommand";
|
|
32
|
-
export * from "./commands/GetDedicatedIpsCommand";
|
|
33
|
-
export * from "./pagination/GetDedicatedIpsPaginator";
|
|
34
|
-
export * from "./commands/GetDeliverabilityDashboardOptionsCommand";
|
|
35
|
-
export * from "./commands/GetDeliverabilityTestReportCommand";
|
|
36
|
-
export * from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
37
|
-
export * from "./commands/GetDomainStatisticsReportCommand";
|
|
38
|
-
export * from "./commands/GetEmailIdentityCommand";
|
|
39
|
-
export * from "./commands/GetEmailIdentityPoliciesCommand";
|
|
40
|
-
export * from "./commands/GetEmailTemplateCommand";
|
|
41
|
-
export * from "./commands/GetImportJobCommand";
|
|
42
|
-
export * from "./commands/GetSuppressedDestinationCommand";
|
|
43
|
-
export * from "./commands/ListConfigurationSetsCommand";
|
|
44
|
-
export * from "./pagination/ListConfigurationSetsPaginator";
|
|
45
|
-
export * from "./commands/ListContactListsCommand";
|
|
46
|
-
export * from "./pagination/ListContactListsPaginator";
|
|
47
|
-
export * from "./commands/ListContactsCommand";
|
|
48
|
-
export * from "./pagination/ListContactsPaginator";
|
|
49
|
-
export * from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
50
|
-
export * from "./pagination/ListCustomVerificationEmailTemplatesPaginator";
|
|
51
|
-
export * from "./commands/ListDedicatedIpPoolsCommand";
|
|
52
|
-
export * from "./pagination/ListDedicatedIpPoolsPaginator";
|
|
53
|
-
export * from "./commands/ListDeliverabilityTestReportsCommand";
|
|
54
|
-
export * from "./pagination/ListDeliverabilityTestReportsPaginator";
|
|
55
|
-
export * from "./commands/ListDomainDeliverabilityCampaignsCommand";
|
|
56
|
-
export * from "./pagination/ListDomainDeliverabilityCampaignsPaginator";
|
|
57
|
-
export * from "./commands/ListEmailIdentitiesCommand";
|
|
58
|
-
export * from "./pagination/ListEmailIdentitiesPaginator";
|
|
59
|
-
export * from "./commands/ListEmailTemplatesCommand";
|
|
60
|
-
export * from "./pagination/ListEmailTemplatesPaginator";
|
|
61
|
-
export * from "./commands/ListImportJobsCommand";
|
|
62
|
-
export * from "./pagination/ListImportJobsPaginator";
|
|
63
|
-
export * from "./commands/ListSuppressedDestinationsCommand";
|
|
64
|
-
export * from "./pagination/ListSuppressedDestinationsPaginator";
|
|
65
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
66
|
-
export * from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
67
|
-
export * from "./commands/PutAccountDetailsCommand";
|
|
68
|
-
export * from "./commands/PutAccountSendingAttributesCommand";
|
|
69
|
-
export * from "./commands/PutAccountSuppressionAttributesCommand";
|
|
70
|
-
export * from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
71
|
-
export * from "./commands/PutConfigurationSetReputationOptionsCommand";
|
|
72
|
-
export * from "./commands/PutConfigurationSetSendingOptionsCommand";
|
|
73
|
-
export * from "./commands/PutConfigurationSetSuppressionOptionsCommand";
|
|
74
|
-
export * from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
75
|
-
export * from "./commands/PutDedicatedIpInPoolCommand";
|
|
76
|
-
export * from "./commands/PutDedicatedIpWarmupAttributesCommand";
|
|
77
|
-
export * from "./commands/PutDeliverabilityDashboardOptionCommand";
|
|
78
|
-
export * from "./commands/PutEmailIdentityConfigurationSetAttributesCommand";
|
|
79
|
-
export * from "./commands/PutEmailIdentityDkimAttributesCommand";
|
|
80
|
-
export * from "./commands/PutEmailIdentityDkimSigningAttributesCommand";
|
|
81
|
-
export * from "./commands/PutEmailIdentityFeedbackAttributesCommand";
|
|
82
|
-
export * from "./commands/PutEmailIdentityMailFromAttributesCommand";
|
|
83
|
-
export * from "./commands/PutSuppressedDestinationCommand";
|
|
84
|
-
export * from "./commands/SendBulkEmailCommand";
|
|
85
|
-
export * from "./commands/SendCustomVerificationEmailCommand";
|
|
86
|
-
export * from "./commands/SendEmailCommand";
|
|
87
|
-
export * from "./commands/TagResourceCommand";
|
|
88
|
-
export * from "./commands/TestRenderEmailTemplateCommand";
|
|
89
|
-
export * from "./commands/UntagResourceCommand";
|
|
90
|
-
export * from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
91
|
-
export * from "./commands/UpdateContactCommand";
|
|
92
|
-
export * from "./commands/UpdateContactListCommand";
|
|
93
|
-
export * from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
94
|
-
export * from "./commands/UpdateEmailIdentityPolicyCommand";
|
|
95
|
-
export * from "./commands/UpdateEmailTemplateCommand";
|
|
96
|
-
export * from "./pagination/Interfaces";
|
|
97
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SESv2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./GetDedicatedIpsPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListConfigurationSetsPaginator";
|
|
4
|
+
export * from "./ListContactListsPaginator";
|
|
5
|
+
export * from "./ListContactsPaginator";
|
|
6
|
+
export * from "./ListCustomVerificationEmailTemplatesPaginator";
|
|
7
|
+
export * from "./ListDedicatedIpPoolsPaginator";
|
|
8
|
+
export * from "./ListDeliverabilityTestReportsPaginator";
|
|
9
|
+
export * from "./ListDomainDeliverabilityCampaignsPaginator";
|
|
10
|
+
export * from "./ListEmailIdentitiesPaginator";
|
|
11
|
+
export * from "./ListEmailTemplatesPaginator";
|
|
12
|
+
export * from "./ListImportJobsPaginator";
|
|
13
|
+
export * from "./ListSuppressedDestinationsPaginator";
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SESv2ClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sesv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -19,40 +19,40 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-crypto/sha256-browser": "
|
|
23
|
-
"@aws-crypto/sha256-js": "
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|