@aws-sdk/client-pinpoint-email 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/PinpointEmail.d.ts +838 -215
- package/dist-types/ts3.4/PinpointEmailClient.d.ts +382 -115
- 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/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/DeleteConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.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/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/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/ListConfigurationSetsCommand.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/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.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/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/PutEmailIdentityDkimAttributesCommand.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/SendEmailCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -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/index.d.ts +42 -42
- 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/PinpointEmailServiceException.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 +1335 -1221
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.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/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
- 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,115 +1,382 @@
|
|
|
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
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
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
|
-
|
|
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
|
+
CreateDedicatedIpPoolCommandInput,
|
|
55
|
+
CreateDedicatedIpPoolCommandOutput,
|
|
56
|
+
} from "./commands/CreateDedicatedIpPoolCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateDeliverabilityTestReportCommandInput,
|
|
59
|
+
CreateDeliverabilityTestReportCommandOutput,
|
|
60
|
+
} from "./commands/CreateDeliverabilityTestReportCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateEmailIdentityCommandInput,
|
|
63
|
+
CreateEmailIdentityCommandOutput,
|
|
64
|
+
} from "./commands/CreateEmailIdentityCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteConfigurationSetCommandInput,
|
|
67
|
+
DeleteConfigurationSetCommandOutput,
|
|
68
|
+
} from "./commands/DeleteConfigurationSetCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteConfigurationSetEventDestinationCommandInput,
|
|
71
|
+
DeleteConfigurationSetEventDestinationCommandOutput,
|
|
72
|
+
} from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteDedicatedIpPoolCommandInput,
|
|
75
|
+
DeleteDedicatedIpPoolCommandOutput,
|
|
76
|
+
} from "./commands/DeleteDedicatedIpPoolCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteEmailIdentityCommandInput,
|
|
79
|
+
DeleteEmailIdentityCommandOutput,
|
|
80
|
+
} from "./commands/DeleteEmailIdentityCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetAccountCommandInput,
|
|
83
|
+
GetAccountCommandOutput,
|
|
84
|
+
} from "./commands/GetAccountCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetBlacklistReportsCommandInput,
|
|
87
|
+
GetBlacklistReportsCommandOutput,
|
|
88
|
+
} from "./commands/GetBlacklistReportsCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetConfigurationSetCommandInput,
|
|
91
|
+
GetConfigurationSetCommandOutput,
|
|
92
|
+
} from "./commands/GetConfigurationSetCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetConfigurationSetEventDestinationsCommandInput,
|
|
95
|
+
GetConfigurationSetEventDestinationsCommandOutput,
|
|
96
|
+
} from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetDedicatedIpCommandInput,
|
|
99
|
+
GetDedicatedIpCommandOutput,
|
|
100
|
+
} from "./commands/GetDedicatedIpCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetDedicatedIpsCommandInput,
|
|
103
|
+
GetDedicatedIpsCommandOutput,
|
|
104
|
+
} from "./commands/GetDedicatedIpsCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetDeliverabilityDashboardOptionsCommandInput,
|
|
107
|
+
GetDeliverabilityDashboardOptionsCommandOutput,
|
|
108
|
+
} from "./commands/GetDeliverabilityDashboardOptionsCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetDeliverabilityTestReportCommandInput,
|
|
111
|
+
GetDeliverabilityTestReportCommandOutput,
|
|
112
|
+
} from "./commands/GetDeliverabilityTestReportCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetDomainDeliverabilityCampaignCommandInput,
|
|
115
|
+
GetDomainDeliverabilityCampaignCommandOutput,
|
|
116
|
+
} from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetDomainStatisticsReportCommandInput,
|
|
119
|
+
GetDomainStatisticsReportCommandOutput,
|
|
120
|
+
} from "./commands/GetDomainStatisticsReportCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetEmailIdentityCommandInput,
|
|
123
|
+
GetEmailIdentityCommandOutput,
|
|
124
|
+
} from "./commands/GetEmailIdentityCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListConfigurationSetsCommandInput,
|
|
127
|
+
ListConfigurationSetsCommandOutput,
|
|
128
|
+
} from "./commands/ListConfigurationSetsCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListDedicatedIpPoolsCommandInput,
|
|
131
|
+
ListDedicatedIpPoolsCommandOutput,
|
|
132
|
+
} from "./commands/ListDedicatedIpPoolsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListDeliverabilityTestReportsCommandInput,
|
|
135
|
+
ListDeliverabilityTestReportsCommandOutput,
|
|
136
|
+
} from "./commands/ListDeliverabilityTestReportsCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListDomainDeliverabilityCampaignsCommandInput,
|
|
139
|
+
ListDomainDeliverabilityCampaignsCommandOutput,
|
|
140
|
+
} from "./commands/ListDomainDeliverabilityCampaignsCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListEmailIdentitiesCommandInput,
|
|
143
|
+
ListEmailIdentitiesCommandOutput,
|
|
144
|
+
} from "./commands/ListEmailIdentitiesCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListTagsForResourceCommandInput,
|
|
147
|
+
ListTagsForResourceCommandOutput,
|
|
148
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
149
|
+
import {
|
|
150
|
+
PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
151
|
+
PutAccountDedicatedIpWarmupAttributesCommandOutput,
|
|
152
|
+
} from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
153
|
+
import {
|
|
154
|
+
PutAccountSendingAttributesCommandInput,
|
|
155
|
+
PutAccountSendingAttributesCommandOutput,
|
|
156
|
+
} from "./commands/PutAccountSendingAttributesCommand";
|
|
157
|
+
import {
|
|
158
|
+
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
159
|
+
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
160
|
+
} from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
161
|
+
import {
|
|
162
|
+
PutConfigurationSetReputationOptionsCommandInput,
|
|
163
|
+
PutConfigurationSetReputationOptionsCommandOutput,
|
|
164
|
+
} from "./commands/PutConfigurationSetReputationOptionsCommand";
|
|
165
|
+
import {
|
|
166
|
+
PutConfigurationSetSendingOptionsCommandInput,
|
|
167
|
+
PutConfigurationSetSendingOptionsCommandOutput,
|
|
168
|
+
} from "./commands/PutConfigurationSetSendingOptionsCommand";
|
|
169
|
+
import {
|
|
170
|
+
PutConfigurationSetTrackingOptionsCommandInput,
|
|
171
|
+
PutConfigurationSetTrackingOptionsCommandOutput,
|
|
172
|
+
} from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
173
|
+
import {
|
|
174
|
+
PutDedicatedIpInPoolCommandInput,
|
|
175
|
+
PutDedicatedIpInPoolCommandOutput,
|
|
176
|
+
} from "./commands/PutDedicatedIpInPoolCommand";
|
|
177
|
+
import {
|
|
178
|
+
PutDedicatedIpWarmupAttributesCommandInput,
|
|
179
|
+
PutDedicatedIpWarmupAttributesCommandOutput,
|
|
180
|
+
} from "./commands/PutDedicatedIpWarmupAttributesCommand";
|
|
181
|
+
import {
|
|
182
|
+
PutDeliverabilityDashboardOptionCommandInput,
|
|
183
|
+
PutDeliverabilityDashboardOptionCommandOutput,
|
|
184
|
+
} from "./commands/PutDeliverabilityDashboardOptionCommand";
|
|
185
|
+
import {
|
|
186
|
+
PutEmailIdentityDkimAttributesCommandInput,
|
|
187
|
+
PutEmailIdentityDkimAttributesCommandOutput,
|
|
188
|
+
} from "./commands/PutEmailIdentityDkimAttributesCommand";
|
|
189
|
+
import {
|
|
190
|
+
PutEmailIdentityFeedbackAttributesCommandInput,
|
|
191
|
+
PutEmailIdentityFeedbackAttributesCommandOutput,
|
|
192
|
+
} from "./commands/PutEmailIdentityFeedbackAttributesCommand";
|
|
193
|
+
import {
|
|
194
|
+
PutEmailIdentityMailFromAttributesCommandInput,
|
|
195
|
+
PutEmailIdentityMailFromAttributesCommandOutput,
|
|
196
|
+
} from "./commands/PutEmailIdentityMailFromAttributesCommand";
|
|
197
|
+
import {
|
|
198
|
+
SendEmailCommandInput,
|
|
199
|
+
SendEmailCommandOutput,
|
|
200
|
+
} from "./commands/SendEmailCommand";
|
|
201
|
+
import {
|
|
202
|
+
TagResourceCommandInput,
|
|
203
|
+
TagResourceCommandOutput,
|
|
204
|
+
} from "./commands/TagResourceCommand";
|
|
205
|
+
import {
|
|
206
|
+
UntagResourceCommandInput,
|
|
207
|
+
UntagResourceCommandOutput,
|
|
208
|
+
} from "./commands/UntagResourceCommand";
|
|
209
|
+
import {
|
|
210
|
+
UpdateConfigurationSetEventDestinationCommandInput,
|
|
211
|
+
UpdateConfigurationSetEventDestinationCommandOutput,
|
|
212
|
+
} from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
213
|
+
export declare type ServiceInputTypes =
|
|
214
|
+
| CreateConfigurationSetCommandInput
|
|
215
|
+
| CreateConfigurationSetEventDestinationCommandInput
|
|
216
|
+
| CreateDedicatedIpPoolCommandInput
|
|
217
|
+
| CreateDeliverabilityTestReportCommandInput
|
|
218
|
+
| CreateEmailIdentityCommandInput
|
|
219
|
+
| DeleteConfigurationSetCommandInput
|
|
220
|
+
| DeleteConfigurationSetEventDestinationCommandInput
|
|
221
|
+
| DeleteDedicatedIpPoolCommandInput
|
|
222
|
+
| DeleteEmailIdentityCommandInput
|
|
223
|
+
| GetAccountCommandInput
|
|
224
|
+
| GetBlacklistReportsCommandInput
|
|
225
|
+
| GetConfigurationSetCommandInput
|
|
226
|
+
| GetConfigurationSetEventDestinationsCommandInput
|
|
227
|
+
| GetDedicatedIpCommandInput
|
|
228
|
+
| GetDedicatedIpsCommandInput
|
|
229
|
+
| GetDeliverabilityDashboardOptionsCommandInput
|
|
230
|
+
| GetDeliverabilityTestReportCommandInput
|
|
231
|
+
| GetDomainDeliverabilityCampaignCommandInput
|
|
232
|
+
| GetDomainStatisticsReportCommandInput
|
|
233
|
+
| GetEmailIdentityCommandInput
|
|
234
|
+
| ListConfigurationSetsCommandInput
|
|
235
|
+
| ListDedicatedIpPoolsCommandInput
|
|
236
|
+
| ListDeliverabilityTestReportsCommandInput
|
|
237
|
+
| ListDomainDeliverabilityCampaignsCommandInput
|
|
238
|
+
| ListEmailIdentitiesCommandInput
|
|
239
|
+
| ListTagsForResourceCommandInput
|
|
240
|
+
| PutAccountDedicatedIpWarmupAttributesCommandInput
|
|
241
|
+
| PutAccountSendingAttributesCommandInput
|
|
242
|
+
| PutConfigurationSetDeliveryOptionsCommandInput
|
|
243
|
+
| PutConfigurationSetReputationOptionsCommandInput
|
|
244
|
+
| PutConfigurationSetSendingOptionsCommandInput
|
|
245
|
+
| PutConfigurationSetTrackingOptionsCommandInput
|
|
246
|
+
| PutDedicatedIpInPoolCommandInput
|
|
247
|
+
| PutDedicatedIpWarmupAttributesCommandInput
|
|
248
|
+
| PutDeliverabilityDashboardOptionCommandInput
|
|
249
|
+
| PutEmailIdentityDkimAttributesCommandInput
|
|
250
|
+
| PutEmailIdentityFeedbackAttributesCommandInput
|
|
251
|
+
| PutEmailIdentityMailFromAttributesCommandInput
|
|
252
|
+
| SendEmailCommandInput
|
|
253
|
+
| TagResourceCommandInput
|
|
254
|
+
| UntagResourceCommandInput
|
|
255
|
+
| UpdateConfigurationSetEventDestinationCommandInput;
|
|
256
|
+
export declare type ServiceOutputTypes =
|
|
257
|
+
| CreateConfigurationSetCommandOutput
|
|
258
|
+
| CreateConfigurationSetEventDestinationCommandOutput
|
|
259
|
+
| CreateDedicatedIpPoolCommandOutput
|
|
260
|
+
| CreateDeliverabilityTestReportCommandOutput
|
|
261
|
+
| CreateEmailIdentityCommandOutput
|
|
262
|
+
| DeleteConfigurationSetCommandOutput
|
|
263
|
+
| DeleteConfigurationSetEventDestinationCommandOutput
|
|
264
|
+
| DeleteDedicatedIpPoolCommandOutput
|
|
265
|
+
| DeleteEmailIdentityCommandOutput
|
|
266
|
+
| GetAccountCommandOutput
|
|
267
|
+
| GetBlacklistReportsCommandOutput
|
|
268
|
+
| GetConfigurationSetCommandOutput
|
|
269
|
+
| GetConfigurationSetEventDestinationsCommandOutput
|
|
270
|
+
| GetDedicatedIpCommandOutput
|
|
271
|
+
| GetDedicatedIpsCommandOutput
|
|
272
|
+
| GetDeliverabilityDashboardOptionsCommandOutput
|
|
273
|
+
| GetDeliverabilityTestReportCommandOutput
|
|
274
|
+
| GetDomainDeliverabilityCampaignCommandOutput
|
|
275
|
+
| GetDomainStatisticsReportCommandOutput
|
|
276
|
+
| GetEmailIdentityCommandOutput
|
|
277
|
+
| ListConfigurationSetsCommandOutput
|
|
278
|
+
| ListDedicatedIpPoolsCommandOutput
|
|
279
|
+
| ListDeliverabilityTestReportsCommandOutput
|
|
280
|
+
| ListDomainDeliverabilityCampaignsCommandOutput
|
|
281
|
+
| ListEmailIdentitiesCommandOutput
|
|
282
|
+
| ListTagsForResourceCommandOutput
|
|
283
|
+
| PutAccountDedicatedIpWarmupAttributesCommandOutput
|
|
284
|
+
| PutAccountSendingAttributesCommandOutput
|
|
285
|
+
| PutConfigurationSetDeliveryOptionsCommandOutput
|
|
286
|
+
| PutConfigurationSetReputationOptionsCommandOutput
|
|
287
|
+
| PutConfigurationSetSendingOptionsCommandOutput
|
|
288
|
+
| PutConfigurationSetTrackingOptionsCommandOutput
|
|
289
|
+
| PutDedicatedIpInPoolCommandOutput
|
|
290
|
+
| PutDedicatedIpWarmupAttributesCommandOutput
|
|
291
|
+
| PutDeliverabilityDashboardOptionCommandOutput
|
|
292
|
+
| PutEmailIdentityDkimAttributesCommandOutput
|
|
293
|
+
| PutEmailIdentityFeedbackAttributesCommandOutput
|
|
294
|
+
| PutEmailIdentityMailFromAttributesCommandOutput
|
|
295
|
+
| SendEmailCommandOutput
|
|
296
|
+
| TagResourceCommandOutput
|
|
297
|
+
| UntagResourceCommandOutput
|
|
298
|
+
| UpdateConfigurationSetEventDestinationCommandOutput;
|
|
299
|
+
export interface ClientDefaults
|
|
300
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
301
|
+
requestHandler?: __HttpHandler;
|
|
302
|
+
|
|
303
|
+
sha256?: __HashConstructor;
|
|
304
|
+
|
|
305
|
+
urlParser?: __UrlParser;
|
|
306
|
+
|
|
307
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
308
|
+
|
|
309
|
+
streamCollector?: __StreamCollector;
|
|
310
|
+
|
|
311
|
+
base64Decoder?: __Decoder;
|
|
312
|
+
|
|
313
|
+
base64Encoder?: __Encoder;
|
|
314
|
+
|
|
315
|
+
utf8Decoder?: __Decoder;
|
|
316
|
+
|
|
317
|
+
utf8Encoder?: __Encoder;
|
|
318
|
+
|
|
319
|
+
runtime?: string;
|
|
320
|
+
|
|
321
|
+
disableHostPrefix?: boolean;
|
|
322
|
+
|
|
323
|
+
maxAttempts?: number | __Provider<number>;
|
|
324
|
+
|
|
325
|
+
retryMode?: string | __Provider<string>;
|
|
326
|
+
|
|
327
|
+
logger?: __Logger;
|
|
328
|
+
|
|
329
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
330
|
+
|
|
331
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
332
|
+
|
|
333
|
+
serviceId?: string;
|
|
334
|
+
|
|
335
|
+
region?: string | __Provider<string>;
|
|
336
|
+
|
|
337
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
338
|
+
|
|
339
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
340
|
+
|
|
341
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
342
|
+
|
|
343
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
344
|
+
}
|
|
345
|
+
declare type PinpointEmailClientConfigType = Partial<
|
|
346
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
347
|
+
> &
|
|
348
|
+
ClientDefaults &
|
|
349
|
+
RegionInputConfig &
|
|
350
|
+
EndpointsInputConfig &
|
|
351
|
+
RetryInputConfig &
|
|
352
|
+
HostHeaderInputConfig &
|
|
353
|
+
AwsAuthInputConfig &
|
|
354
|
+
UserAgentInputConfig;
|
|
355
|
+
|
|
356
|
+
export interface PinpointEmailClientConfig
|
|
357
|
+
extends PinpointEmailClientConfigType {}
|
|
358
|
+
declare type PinpointEmailClientResolvedConfigType =
|
|
359
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
360
|
+
Required<ClientDefaults> &
|
|
361
|
+
RegionResolvedConfig &
|
|
362
|
+
EndpointsResolvedConfig &
|
|
363
|
+
RetryResolvedConfig &
|
|
364
|
+
HostHeaderResolvedConfig &
|
|
365
|
+
AwsAuthResolvedConfig &
|
|
366
|
+
UserAgentResolvedConfig;
|
|
367
|
+
|
|
368
|
+
export interface PinpointEmailClientResolvedConfig
|
|
369
|
+
extends PinpointEmailClientResolvedConfigType {}
|
|
370
|
+
|
|
371
|
+
export declare class PinpointEmailClient extends __Client<
|
|
372
|
+
__HttpHandlerOptions,
|
|
373
|
+
ServiceInputTypes,
|
|
374
|
+
ServiceOutputTypes,
|
|
375
|
+
PinpointEmailClientResolvedConfig
|
|
376
|
+
> {
|
|
377
|
+
readonly config: PinpointEmailClientResolvedConfig;
|
|
378
|
+
constructor(configuration: PinpointEmailClientConfig);
|
|
379
|
+
|
|
380
|
+
destroy(): void;
|
|
381
|
+
}
|
|
382
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateConfigurationSetRequest,
|
|
10
|
+
CreateConfigurationSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface CreateConfigurationSetCommandInput
|
|
18
|
+
extends CreateConfigurationSetRequest {}
|
|
19
|
+
export interface CreateConfigurationSetCommandOutput
|
|
20
|
+
extends CreateConfigurationSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateConfigurationSetCommand extends $Command<
|
|
24
|
+
CreateConfigurationSetCommandInput,
|
|
25
|
+
CreateConfigurationSetCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateConfigurationSetCommandInput;
|
|
29
|
+
constructor(input: CreateConfigurationSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateConfigurationSetCommandInput,
|
|
37
|
+
CreateConfigurationSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateConfigurationSetEventDestinationRequest,
|
|
10
|
+
CreateConfigurationSetEventDestinationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointEmailClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointEmailClient";
|
|
17
|
+
export interface CreateConfigurationSetEventDestinationCommandInput
|
|
18
|
+
extends CreateConfigurationSetEventDestinationRequest {}
|
|
19
|
+
export interface CreateConfigurationSetEventDestinationCommandOutput
|
|
20
|
+
extends CreateConfigurationSetEventDestinationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateConfigurationSetEventDestinationCommand extends $Command<
|
|
24
|
+
CreateConfigurationSetEventDestinationCommandInput,
|
|
25
|
+
CreateConfigurationSetEventDestinationCommandOutput,
|
|
26
|
+
PinpointEmailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateConfigurationSetEventDestinationCommandInput;
|
|
29
|
+
constructor(input: CreateConfigurationSetEventDestinationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: PinpointEmailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateConfigurationSetEventDestinationCommandInput,
|
|
37
|
+
CreateConfigurationSetEventDestinationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|