@aws-sdk/client-sesv2 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/SESv2.d.ts +1588 -410
- package/dist-types/ts3.4/SESv2Client.d.ts +615 -154
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +81 -81
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SESv2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2523 -2310
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +977 -245
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,154 +1,615 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
import {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateConfigurationSetCommandInput,
|
|
47
|
+
CreateConfigurationSetCommandOutput,
|
|
48
|
+
} from "./commands/CreateConfigurationSetCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateConfigurationSetEventDestinationCommandInput,
|
|
51
|
+
CreateConfigurationSetEventDestinationCommandOutput,
|
|
52
|
+
} from "./commands/CreateConfigurationSetEventDestinationCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateContactCommandInput,
|
|
55
|
+
CreateContactCommandOutput,
|
|
56
|
+
} from "./commands/CreateContactCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateContactListCommandInput,
|
|
59
|
+
CreateContactListCommandOutput,
|
|
60
|
+
} from "./commands/CreateContactListCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateCustomVerificationEmailTemplateCommandInput,
|
|
63
|
+
CreateCustomVerificationEmailTemplateCommandOutput,
|
|
64
|
+
} from "./commands/CreateCustomVerificationEmailTemplateCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateDedicatedIpPoolCommandInput,
|
|
67
|
+
CreateDedicatedIpPoolCommandOutput,
|
|
68
|
+
} from "./commands/CreateDedicatedIpPoolCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateDeliverabilityTestReportCommandInput,
|
|
71
|
+
CreateDeliverabilityTestReportCommandOutput,
|
|
72
|
+
} from "./commands/CreateDeliverabilityTestReportCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateEmailIdentityCommandInput,
|
|
75
|
+
CreateEmailIdentityCommandOutput,
|
|
76
|
+
} from "./commands/CreateEmailIdentityCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateEmailIdentityPolicyCommandInput,
|
|
79
|
+
CreateEmailIdentityPolicyCommandOutput,
|
|
80
|
+
} from "./commands/CreateEmailIdentityPolicyCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateEmailTemplateCommandInput,
|
|
83
|
+
CreateEmailTemplateCommandOutput,
|
|
84
|
+
} from "./commands/CreateEmailTemplateCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateImportJobCommandInput,
|
|
87
|
+
CreateImportJobCommandOutput,
|
|
88
|
+
} from "./commands/CreateImportJobCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteConfigurationSetCommandInput,
|
|
91
|
+
DeleteConfigurationSetCommandOutput,
|
|
92
|
+
} from "./commands/DeleteConfigurationSetCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteConfigurationSetEventDestinationCommandInput,
|
|
95
|
+
DeleteConfigurationSetEventDestinationCommandOutput,
|
|
96
|
+
} from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteContactCommandInput,
|
|
99
|
+
DeleteContactCommandOutput,
|
|
100
|
+
} from "./commands/DeleteContactCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteContactListCommandInput,
|
|
103
|
+
DeleteContactListCommandOutput,
|
|
104
|
+
} from "./commands/DeleteContactListCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteCustomVerificationEmailTemplateCommandInput,
|
|
107
|
+
DeleteCustomVerificationEmailTemplateCommandOutput,
|
|
108
|
+
} from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteDedicatedIpPoolCommandInput,
|
|
111
|
+
DeleteDedicatedIpPoolCommandOutput,
|
|
112
|
+
} from "./commands/DeleteDedicatedIpPoolCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteEmailIdentityCommandInput,
|
|
115
|
+
DeleteEmailIdentityCommandOutput,
|
|
116
|
+
} from "./commands/DeleteEmailIdentityCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteEmailIdentityPolicyCommandInput,
|
|
119
|
+
DeleteEmailIdentityPolicyCommandOutput,
|
|
120
|
+
} from "./commands/DeleteEmailIdentityPolicyCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteEmailTemplateCommandInput,
|
|
123
|
+
DeleteEmailTemplateCommandOutput,
|
|
124
|
+
} from "./commands/DeleteEmailTemplateCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteSuppressedDestinationCommandInput,
|
|
127
|
+
DeleteSuppressedDestinationCommandOutput,
|
|
128
|
+
} from "./commands/DeleteSuppressedDestinationCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetAccountCommandInput,
|
|
131
|
+
GetAccountCommandOutput,
|
|
132
|
+
} from "./commands/GetAccountCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetBlacklistReportsCommandInput,
|
|
135
|
+
GetBlacklistReportsCommandOutput,
|
|
136
|
+
} from "./commands/GetBlacklistReportsCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetConfigurationSetCommandInput,
|
|
139
|
+
GetConfigurationSetCommandOutput,
|
|
140
|
+
} from "./commands/GetConfigurationSetCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetConfigurationSetEventDestinationsCommandInput,
|
|
143
|
+
GetConfigurationSetEventDestinationsCommandOutput,
|
|
144
|
+
} from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetContactCommandInput,
|
|
147
|
+
GetContactCommandOutput,
|
|
148
|
+
} from "./commands/GetContactCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetContactListCommandInput,
|
|
151
|
+
GetContactListCommandOutput,
|
|
152
|
+
} from "./commands/GetContactListCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetCustomVerificationEmailTemplateCommandInput,
|
|
155
|
+
GetCustomVerificationEmailTemplateCommandOutput,
|
|
156
|
+
} from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetDedicatedIpCommandInput,
|
|
159
|
+
GetDedicatedIpCommandOutput,
|
|
160
|
+
} from "./commands/GetDedicatedIpCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetDedicatedIpsCommandInput,
|
|
163
|
+
GetDedicatedIpsCommandOutput,
|
|
164
|
+
} from "./commands/GetDedicatedIpsCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetDeliverabilityDashboardOptionsCommandInput,
|
|
167
|
+
GetDeliverabilityDashboardOptionsCommandOutput,
|
|
168
|
+
} from "./commands/GetDeliverabilityDashboardOptionsCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetDeliverabilityTestReportCommandInput,
|
|
171
|
+
GetDeliverabilityTestReportCommandOutput,
|
|
172
|
+
} from "./commands/GetDeliverabilityTestReportCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetDomainDeliverabilityCampaignCommandInput,
|
|
175
|
+
GetDomainDeliverabilityCampaignCommandOutput,
|
|
176
|
+
} from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetDomainStatisticsReportCommandInput,
|
|
179
|
+
GetDomainStatisticsReportCommandOutput,
|
|
180
|
+
} from "./commands/GetDomainStatisticsReportCommand";
|
|
181
|
+
import {
|
|
182
|
+
GetEmailIdentityCommandInput,
|
|
183
|
+
GetEmailIdentityCommandOutput,
|
|
184
|
+
} from "./commands/GetEmailIdentityCommand";
|
|
185
|
+
import {
|
|
186
|
+
GetEmailIdentityPoliciesCommandInput,
|
|
187
|
+
GetEmailIdentityPoliciesCommandOutput,
|
|
188
|
+
} from "./commands/GetEmailIdentityPoliciesCommand";
|
|
189
|
+
import {
|
|
190
|
+
GetEmailTemplateCommandInput,
|
|
191
|
+
GetEmailTemplateCommandOutput,
|
|
192
|
+
} from "./commands/GetEmailTemplateCommand";
|
|
193
|
+
import {
|
|
194
|
+
GetImportJobCommandInput,
|
|
195
|
+
GetImportJobCommandOutput,
|
|
196
|
+
} from "./commands/GetImportJobCommand";
|
|
197
|
+
import {
|
|
198
|
+
GetSuppressedDestinationCommandInput,
|
|
199
|
+
GetSuppressedDestinationCommandOutput,
|
|
200
|
+
} from "./commands/GetSuppressedDestinationCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListConfigurationSetsCommandInput,
|
|
203
|
+
ListConfigurationSetsCommandOutput,
|
|
204
|
+
} from "./commands/ListConfigurationSetsCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListContactListsCommandInput,
|
|
207
|
+
ListContactListsCommandOutput,
|
|
208
|
+
} from "./commands/ListContactListsCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListContactsCommandInput,
|
|
211
|
+
ListContactsCommandOutput,
|
|
212
|
+
} from "./commands/ListContactsCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListCustomVerificationEmailTemplatesCommandInput,
|
|
215
|
+
ListCustomVerificationEmailTemplatesCommandOutput,
|
|
216
|
+
} from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListDedicatedIpPoolsCommandInput,
|
|
219
|
+
ListDedicatedIpPoolsCommandOutput,
|
|
220
|
+
} from "./commands/ListDedicatedIpPoolsCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListDeliverabilityTestReportsCommandInput,
|
|
223
|
+
ListDeliverabilityTestReportsCommandOutput,
|
|
224
|
+
} from "./commands/ListDeliverabilityTestReportsCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListDomainDeliverabilityCampaignsCommandInput,
|
|
227
|
+
ListDomainDeliverabilityCampaignsCommandOutput,
|
|
228
|
+
} from "./commands/ListDomainDeliverabilityCampaignsCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListEmailIdentitiesCommandInput,
|
|
231
|
+
ListEmailIdentitiesCommandOutput,
|
|
232
|
+
} from "./commands/ListEmailIdentitiesCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListEmailTemplatesCommandInput,
|
|
235
|
+
ListEmailTemplatesCommandOutput,
|
|
236
|
+
} from "./commands/ListEmailTemplatesCommand";
|
|
237
|
+
import {
|
|
238
|
+
ListImportJobsCommandInput,
|
|
239
|
+
ListImportJobsCommandOutput,
|
|
240
|
+
} from "./commands/ListImportJobsCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListSuppressedDestinationsCommandInput,
|
|
243
|
+
ListSuppressedDestinationsCommandOutput,
|
|
244
|
+
} from "./commands/ListSuppressedDestinationsCommand";
|
|
245
|
+
import {
|
|
246
|
+
ListTagsForResourceCommandInput,
|
|
247
|
+
ListTagsForResourceCommandOutput,
|
|
248
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
249
|
+
import {
|
|
250
|
+
PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
251
|
+
PutAccountDedicatedIpWarmupAttributesCommandOutput,
|
|
252
|
+
} from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
253
|
+
import {
|
|
254
|
+
PutAccountDetailsCommandInput,
|
|
255
|
+
PutAccountDetailsCommandOutput,
|
|
256
|
+
} from "./commands/PutAccountDetailsCommand";
|
|
257
|
+
import {
|
|
258
|
+
PutAccountSendingAttributesCommandInput,
|
|
259
|
+
PutAccountSendingAttributesCommandOutput,
|
|
260
|
+
} from "./commands/PutAccountSendingAttributesCommand";
|
|
261
|
+
import {
|
|
262
|
+
PutAccountSuppressionAttributesCommandInput,
|
|
263
|
+
PutAccountSuppressionAttributesCommandOutput,
|
|
264
|
+
} from "./commands/PutAccountSuppressionAttributesCommand";
|
|
265
|
+
import {
|
|
266
|
+
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
267
|
+
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
268
|
+
} from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
269
|
+
import {
|
|
270
|
+
PutConfigurationSetReputationOptionsCommandInput,
|
|
271
|
+
PutConfigurationSetReputationOptionsCommandOutput,
|
|
272
|
+
} from "./commands/PutConfigurationSetReputationOptionsCommand";
|
|
273
|
+
import {
|
|
274
|
+
PutConfigurationSetSendingOptionsCommandInput,
|
|
275
|
+
PutConfigurationSetSendingOptionsCommandOutput,
|
|
276
|
+
} from "./commands/PutConfigurationSetSendingOptionsCommand";
|
|
277
|
+
import {
|
|
278
|
+
PutConfigurationSetSuppressionOptionsCommandInput,
|
|
279
|
+
PutConfigurationSetSuppressionOptionsCommandOutput,
|
|
280
|
+
} from "./commands/PutConfigurationSetSuppressionOptionsCommand";
|
|
281
|
+
import {
|
|
282
|
+
PutConfigurationSetTrackingOptionsCommandInput,
|
|
283
|
+
PutConfigurationSetTrackingOptionsCommandOutput,
|
|
284
|
+
} from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
285
|
+
import {
|
|
286
|
+
PutDedicatedIpInPoolCommandInput,
|
|
287
|
+
PutDedicatedIpInPoolCommandOutput,
|
|
288
|
+
} from "./commands/PutDedicatedIpInPoolCommand";
|
|
289
|
+
import {
|
|
290
|
+
PutDedicatedIpWarmupAttributesCommandInput,
|
|
291
|
+
PutDedicatedIpWarmupAttributesCommandOutput,
|
|
292
|
+
} from "./commands/PutDedicatedIpWarmupAttributesCommand";
|
|
293
|
+
import {
|
|
294
|
+
PutDeliverabilityDashboardOptionCommandInput,
|
|
295
|
+
PutDeliverabilityDashboardOptionCommandOutput,
|
|
296
|
+
} from "./commands/PutDeliverabilityDashboardOptionCommand";
|
|
297
|
+
import {
|
|
298
|
+
PutEmailIdentityConfigurationSetAttributesCommandInput,
|
|
299
|
+
PutEmailIdentityConfigurationSetAttributesCommandOutput,
|
|
300
|
+
} from "./commands/PutEmailIdentityConfigurationSetAttributesCommand";
|
|
301
|
+
import {
|
|
302
|
+
PutEmailIdentityDkimAttributesCommandInput,
|
|
303
|
+
PutEmailIdentityDkimAttributesCommandOutput,
|
|
304
|
+
} from "./commands/PutEmailIdentityDkimAttributesCommand";
|
|
305
|
+
import {
|
|
306
|
+
PutEmailIdentityDkimSigningAttributesCommandInput,
|
|
307
|
+
PutEmailIdentityDkimSigningAttributesCommandOutput,
|
|
308
|
+
} from "./commands/PutEmailIdentityDkimSigningAttributesCommand";
|
|
309
|
+
import {
|
|
310
|
+
PutEmailIdentityFeedbackAttributesCommandInput,
|
|
311
|
+
PutEmailIdentityFeedbackAttributesCommandOutput,
|
|
312
|
+
} from "./commands/PutEmailIdentityFeedbackAttributesCommand";
|
|
313
|
+
import {
|
|
314
|
+
PutEmailIdentityMailFromAttributesCommandInput,
|
|
315
|
+
PutEmailIdentityMailFromAttributesCommandOutput,
|
|
316
|
+
} from "./commands/PutEmailIdentityMailFromAttributesCommand";
|
|
317
|
+
import {
|
|
318
|
+
PutSuppressedDestinationCommandInput,
|
|
319
|
+
PutSuppressedDestinationCommandOutput,
|
|
320
|
+
} from "./commands/PutSuppressedDestinationCommand";
|
|
321
|
+
import {
|
|
322
|
+
SendBulkEmailCommandInput,
|
|
323
|
+
SendBulkEmailCommandOutput,
|
|
324
|
+
} from "./commands/SendBulkEmailCommand";
|
|
325
|
+
import {
|
|
326
|
+
SendCustomVerificationEmailCommandInput,
|
|
327
|
+
SendCustomVerificationEmailCommandOutput,
|
|
328
|
+
} from "./commands/SendCustomVerificationEmailCommand";
|
|
329
|
+
import {
|
|
330
|
+
SendEmailCommandInput,
|
|
331
|
+
SendEmailCommandOutput,
|
|
332
|
+
} from "./commands/SendEmailCommand";
|
|
333
|
+
import {
|
|
334
|
+
TagResourceCommandInput,
|
|
335
|
+
TagResourceCommandOutput,
|
|
336
|
+
} from "./commands/TagResourceCommand";
|
|
337
|
+
import {
|
|
338
|
+
TestRenderEmailTemplateCommandInput,
|
|
339
|
+
TestRenderEmailTemplateCommandOutput,
|
|
340
|
+
} from "./commands/TestRenderEmailTemplateCommand";
|
|
341
|
+
import {
|
|
342
|
+
UntagResourceCommandInput,
|
|
343
|
+
UntagResourceCommandOutput,
|
|
344
|
+
} from "./commands/UntagResourceCommand";
|
|
345
|
+
import {
|
|
346
|
+
UpdateConfigurationSetEventDestinationCommandInput,
|
|
347
|
+
UpdateConfigurationSetEventDestinationCommandOutput,
|
|
348
|
+
} from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
349
|
+
import {
|
|
350
|
+
UpdateContactCommandInput,
|
|
351
|
+
UpdateContactCommandOutput,
|
|
352
|
+
} from "./commands/UpdateContactCommand";
|
|
353
|
+
import {
|
|
354
|
+
UpdateContactListCommandInput,
|
|
355
|
+
UpdateContactListCommandOutput,
|
|
356
|
+
} from "./commands/UpdateContactListCommand";
|
|
357
|
+
import {
|
|
358
|
+
UpdateCustomVerificationEmailTemplateCommandInput,
|
|
359
|
+
UpdateCustomVerificationEmailTemplateCommandOutput,
|
|
360
|
+
} from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
361
|
+
import {
|
|
362
|
+
UpdateEmailIdentityPolicyCommandInput,
|
|
363
|
+
UpdateEmailIdentityPolicyCommandOutput,
|
|
364
|
+
} from "./commands/UpdateEmailIdentityPolicyCommand";
|
|
365
|
+
import {
|
|
366
|
+
UpdateEmailTemplateCommandInput,
|
|
367
|
+
UpdateEmailTemplateCommandOutput,
|
|
368
|
+
} from "./commands/UpdateEmailTemplateCommand";
|
|
369
|
+
export declare type ServiceInputTypes =
|
|
370
|
+
| CreateConfigurationSetCommandInput
|
|
371
|
+
| CreateConfigurationSetEventDestinationCommandInput
|
|
372
|
+
| CreateContactCommandInput
|
|
373
|
+
| CreateContactListCommandInput
|
|
374
|
+
| CreateCustomVerificationEmailTemplateCommandInput
|
|
375
|
+
| CreateDedicatedIpPoolCommandInput
|
|
376
|
+
| CreateDeliverabilityTestReportCommandInput
|
|
377
|
+
| CreateEmailIdentityCommandInput
|
|
378
|
+
| CreateEmailIdentityPolicyCommandInput
|
|
379
|
+
| CreateEmailTemplateCommandInput
|
|
380
|
+
| CreateImportJobCommandInput
|
|
381
|
+
| DeleteConfigurationSetCommandInput
|
|
382
|
+
| DeleteConfigurationSetEventDestinationCommandInput
|
|
383
|
+
| DeleteContactCommandInput
|
|
384
|
+
| DeleteContactListCommandInput
|
|
385
|
+
| DeleteCustomVerificationEmailTemplateCommandInput
|
|
386
|
+
| DeleteDedicatedIpPoolCommandInput
|
|
387
|
+
| DeleteEmailIdentityCommandInput
|
|
388
|
+
| DeleteEmailIdentityPolicyCommandInput
|
|
389
|
+
| DeleteEmailTemplateCommandInput
|
|
390
|
+
| DeleteSuppressedDestinationCommandInput
|
|
391
|
+
| GetAccountCommandInput
|
|
392
|
+
| GetBlacklistReportsCommandInput
|
|
393
|
+
| GetConfigurationSetCommandInput
|
|
394
|
+
| GetConfigurationSetEventDestinationsCommandInput
|
|
395
|
+
| GetContactCommandInput
|
|
396
|
+
| GetContactListCommandInput
|
|
397
|
+
| GetCustomVerificationEmailTemplateCommandInput
|
|
398
|
+
| GetDedicatedIpCommandInput
|
|
399
|
+
| GetDedicatedIpsCommandInput
|
|
400
|
+
| GetDeliverabilityDashboardOptionsCommandInput
|
|
401
|
+
| GetDeliverabilityTestReportCommandInput
|
|
402
|
+
| GetDomainDeliverabilityCampaignCommandInput
|
|
403
|
+
| GetDomainStatisticsReportCommandInput
|
|
404
|
+
| GetEmailIdentityCommandInput
|
|
405
|
+
| GetEmailIdentityPoliciesCommandInput
|
|
406
|
+
| GetEmailTemplateCommandInput
|
|
407
|
+
| GetImportJobCommandInput
|
|
408
|
+
| GetSuppressedDestinationCommandInput
|
|
409
|
+
| ListConfigurationSetsCommandInput
|
|
410
|
+
| ListContactListsCommandInput
|
|
411
|
+
| ListContactsCommandInput
|
|
412
|
+
| ListCustomVerificationEmailTemplatesCommandInput
|
|
413
|
+
| ListDedicatedIpPoolsCommandInput
|
|
414
|
+
| ListDeliverabilityTestReportsCommandInput
|
|
415
|
+
| ListDomainDeliverabilityCampaignsCommandInput
|
|
416
|
+
| ListEmailIdentitiesCommandInput
|
|
417
|
+
| ListEmailTemplatesCommandInput
|
|
418
|
+
| ListImportJobsCommandInput
|
|
419
|
+
| ListSuppressedDestinationsCommandInput
|
|
420
|
+
| ListTagsForResourceCommandInput
|
|
421
|
+
| PutAccountDedicatedIpWarmupAttributesCommandInput
|
|
422
|
+
| PutAccountDetailsCommandInput
|
|
423
|
+
| PutAccountSendingAttributesCommandInput
|
|
424
|
+
| PutAccountSuppressionAttributesCommandInput
|
|
425
|
+
| PutConfigurationSetDeliveryOptionsCommandInput
|
|
426
|
+
| PutConfigurationSetReputationOptionsCommandInput
|
|
427
|
+
| PutConfigurationSetSendingOptionsCommandInput
|
|
428
|
+
| PutConfigurationSetSuppressionOptionsCommandInput
|
|
429
|
+
| PutConfigurationSetTrackingOptionsCommandInput
|
|
430
|
+
| PutDedicatedIpInPoolCommandInput
|
|
431
|
+
| PutDedicatedIpWarmupAttributesCommandInput
|
|
432
|
+
| PutDeliverabilityDashboardOptionCommandInput
|
|
433
|
+
| PutEmailIdentityConfigurationSetAttributesCommandInput
|
|
434
|
+
| PutEmailIdentityDkimAttributesCommandInput
|
|
435
|
+
| PutEmailIdentityDkimSigningAttributesCommandInput
|
|
436
|
+
| PutEmailIdentityFeedbackAttributesCommandInput
|
|
437
|
+
| PutEmailIdentityMailFromAttributesCommandInput
|
|
438
|
+
| PutSuppressedDestinationCommandInput
|
|
439
|
+
| SendBulkEmailCommandInput
|
|
440
|
+
| SendCustomVerificationEmailCommandInput
|
|
441
|
+
| SendEmailCommandInput
|
|
442
|
+
| TagResourceCommandInput
|
|
443
|
+
| TestRenderEmailTemplateCommandInput
|
|
444
|
+
| UntagResourceCommandInput
|
|
445
|
+
| UpdateConfigurationSetEventDestinationCommandInput
|
|
446
|
+
| UpdateContactCommandInput
|
|
447
|
+
| UpdateContactListCommandInput
|
|
448
|
+
| UpdateCustomVerificationEmailTemplateCommandInput
|
|
449
|
+
| UpdateEmailIdentityPolicyCommandInput
|
|
450
|
+
| UpdateEmailTemplateCommandInput;
|
|
451
|
+
export declare type ServiceOutputTypes =
|
|
452
|
+
| CreateConfigurationSetCommandOutput
|
|
453
|
+
| CreateConfigurationSetEventDestinationCommandOutput
|
|
454
|
+
| CreateContactCommandOutput
|
|
455
|
+
| CreateContactListCommandOutput
|
|
456
|
+
| CreateCustomVerificationEmailTemplateCommandOutput
|
|
457
|
+
| CreateDedicatedIpPoolCommandOutput
|
|
458
|
+
| CreateDeliverabilityTestReportCommandOutput
|
|
459
|
+
| CreateEmailIdentityCommandOutput
|
|
460
|
+
| CreateEmailIdentityPolicyCommandOutput
|
|
461
|
+
| CreateEmailTemplateCommandOutput
|
|
462
|
+
| CreateImportJobCommandOutput
|
|
463
|
+
| DeleteConfigurationSetCommandOutput
|
|
464
|
+
| DeleteConfigurationSetEventDestinationCommandOutput
|
|
465
|
+
| DeleteContactCommandOutput
|
|
466
|
+
| DeleteContactListCommandOutput
|
|
467
|
+
| DeleteCustomVerificationEmailTemplateCommandOutput
|
|
468
|
+
| DeleteDedicatedIpPoolCommandOutput
|
|
469
|
+
| DeleteEmailIdentityCommandOutput
|
|
470
|
+
| DeleteEmailIdentityPolicyCommandOutput
|
|
471
|
+
| DeleteEmailTemplateCommandOutput
|
|
472
|
+
| DeleteSuppressedDestinationCommandOutput
|
|
473
|
+
| GetAccountCommandOutput
|
|
474
|
+
| GetBlacklistReportsCommandOutput
|
|
475
|
+
| GetConfigurationSetCommandOutput
|
|
476
|
+
| GetConfigurationSetEventDestinationsCommandOutput
|
|
477
|
+
| GetContactCommandOutput
|
|
478
|
+
| GetContactListCommandOutput
|
|
479
|
+
| GetCustomVerificationEmailTemplateCommandOutput
|
|
480
|
+
| GetDedicatedIpCommandOutput
|
|
481
|
+
| GetDedicatedIpsCommandOutput
|
|
482
|
+
| GetDeliverabilityDashboardOptionsCommandOutput
|
|
483
|
+
| GetDeliverabilityTestReportCommandOutput
|
|
484
|
+
| GetDomainDeliverabilityCampaignCommandOutput
|
|
485
|
+
| GetDomainStatisticsReportCommandOutput
|
|
486
|
+
| GetEmailIdentityCommandOutput
|
|
487
|
+
| GetEmailIdentityPoliciesCommandOutput
|
|
488
|
+
| GetEmailTemplateCommandOutput
|
|
489
|
+
| GetImportJobCommandOutput
|
|
490
|
+
| GetSuppressedDestinationCommandOutput
|
|
491
|
+
| ListConfigurationSetsCommandOutput
|
|
492
|
+
| ListContactListsCommandOutput
|
|
493
|
+
| ListContactsCommandOutput
|
|
494
|
+
| ListCustomVerificationEmailTemplatesCommandOutput
|
|
495
|
+
| ListDedicatedIpPoolsCommandOutput
|
|
496
|
+
| ListDeliverabilityTestReportsCommandOutput
|
|
497
|
+
| ListDomainDeliverabilityCampaignsCommandOutput
|
|
498
|
+
| ListEmailIdentitiesCommandOutput
|
|
499
|
+
| ListEmailTemplatesCommandOutput
|
|
500
|
+
| ListImportJobsCommandOutput
|
|
501
|
+
| ListSuppressedDestinationsCommandOutput
|
|
502
|
+
| ListTagsForResourceCommandOutput
|
|
503
|
+
| PutAccountDedicatedIpWarmupAttributesCommandOutput
|
|
504
|
+
| PutAccountDetailsCommandOutput
|
|
505
|
+
| PutAccountSendingAttributesCommandOutput
|
|
506
|
+
| PutAccountSuppressionAttributesCommandOutput
|
|
507
|
+
| PutConfigurationSetDeliveryOptionsCommandOutput
|
|
508
|
+
| PutConfigurationSetReputationOptionsCommandOutput
|
|
509
|
+
| PutConfigurationSetSendingOptionsCommandOutput
|
|
510
|
+
| PutConfigurationSetSuppressionOptionsCommandOutput
|
|
511
|
+
| PutConfigurationSetTrackingOptionsCommandOutput
|
|
512
|
+
| PutDedicatedIpInPoolCommandOutput
|
|
513
|
+
| PutDedicatedIpWarmupAttributesCommandOutput
|
|
514
|
+
| PutDeliverabilityDashboardOptionCommandOutput
|
|
515
|
+
| PutEmailIdentityConfigurationSetAttributesCommandOutput
|
|
516
|
+
| PutEmailIdentityDkimAttributesCommandOutput
|
|
517
|
+
| PutEmailIdentityDkimSigningAttributesCommandOutput
|
|
518
|
+
| PutEmailIdentityFeedbackAttributesCommandOutput
|
|
519
|
+
| PutEmailIdentityMailFromAttributesCommandOutput
|
|
520
|
+
| PutSuppressedDestinationCommandOutput
|
|
521
|
+
| SendBulkEmailCommandOutput
|
|
522
|
+
| SendCustomVerificationEmailCommandOutput
|
|
523
|
+
| SendEmailCommandOutput
|
|
524
|
+
| TagResourceCommandOutput
|
|
525
|
+
| TestRenderEmailTemplateCommandOutput
|
|
526
|
+
| UntagResourceCommandOutput
|
|
527
|
+
| UpdateConfigurationSetEventDestinationCommandOutput
|
|
528
|
+
| UpdateContactCommandOutput
|
|
529
|
+
| UpdateContactListCommandOutput
|
|
530
|
+
| UpdateCustomVerificationEmailTemplateCommandOutput
|
|
531
|
+
| UpdateEmailIdentityPolicyCommandOutput
|
|
532
|
+
| UpdateEmailTemplateCommandOutput;
|
|
533
|
+
export interface ClientDefaults
|
|
534
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
535
|
+
requestHandler?: __HttpHandler;
|
|
536
|
+
|
|
537
|
+
sha256?: __HashConstructor;
|
|
538
|
+
|
|
539
|
+
urlParser?: __UrlParser;
|
|
540
|
+
|
|
541
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
542
|
+
|
|
543
|
+
streamCollector?: __StreamCollector;
|
|
544
|
+
|
|
545
|
+
base64Decoder?: __Decoder;
|
|
546
|
+
|
|
547
|
+
base64Encoder?: __Encoder;
|
|
548
|
+
|
|
549
|
+
utf8Decoder?: __Decoder;
|
|
550
|
+
|
|
551
|
+
utf8Encoder?: __Encoder;
|
|
552
|
+
|
|
553
|
+
runtime?: string;
|
|
554
|
+
|
|
555
|
+
disableHostPrefix?: boolean;
|
|
556
|
+
|
|
557
|
+
maxAttempts?: number | __Provider<number>;
|
|
558
|
+
|
|
559
|
+
retryMode?: string | __Provider<string>;
|
|
560
|
+
|
|
561
|
+
logger?: __Logger;
|
|
562
|
+
|
|
563
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
564
|
+
|
|
565
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
566
|
+
|
|
567
|
+
serviceId?: string;
|
|
568
|
+
|
|
569
|
+
region?: string | __Provider<string>;
|
|
570
|
+
|
|
571
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
572
|
+
|
|
573
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
574
|
+
|
|
575
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
576
|
+
|
|
577
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
578
|
+
}
|
|
579
|
+
declare type SESv2ClientConfigType = Partial<
|
|
580
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
581
|
+
> &
|
|
582
|
+
ClientDefaults &
|
|
583
|
+
RegionInputConfig &
|
|
584
|
+
EndpointsInputConfig &
|
|
585
|
+
RetryInputConfig &
|
|
586
|
+
HostHeaderInputConfig &
|
|
587
|
+
AwsAuthInputConfig &
|
|
588
|
+
UserAgentInputConfig;
|
|
589
|
+
|
|
590
|
+
export interface SESv2ClientConfig extends SESv2ClientConfigType {}
|
|
591
|
+
declare type SESv2ClientResolvedConfigType =
|
|
592
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
593
|
+
Required<ClientDefaults> &
|
|
594
|
+
RegionResolvedConfig &
|
|
595
|
+
EndpointsResolvedConfig &
|
|
596
|
+
RetryResolvedConfig &
|
|
597
|
+
HostHeaderResolvedConfig &
|
|
598
|
+
AwsAuthResolvedConfig &
|
|
599
|
+
UserAgentResolvedConfig;
|
|
600
|
+
|
|
601
|
+
export interface SESv2ClientResolvedConfig
|
|
602
|
+
extends SESv2ClientResolvedConfigType {}
|
|
603
|
+
|
|
604
|
+
export declare class SESv2Client extends __Client<
|
|
605
|
+
__HttpHandlerOptions,
|
|
606
|
+
ServiceInputTypes,
|
|
607
|
+
ServiceOutputTypes,
|
|
608
|
+
SESv2ClientResolvedConfig
|
|
609
|
+
> {
|
|
610
|
+
readonly config: SESv2ClientResolvedConfig;
|
|
611
|
+
constructor(configuration: SESv2ClientConfig);
|
|
612
|
+
|
|
613
|
+
destroy(): void;
|
|
614
|
+
}
|
|
615
|
+
export {};
|