@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.
Files changed (65) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/PinpointEmail.d.ts +838 -215
  3. package/dist-types/ts3.4/PinpointEmailClient.d.ts +382 -115
  4. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -42
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  48. package/dist-types/ts3.4/index.d.ts +6 -6
  49. package/dist-types/ts3.4/models/PinpointEmailServiceException.d.ts +8 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +1335 -1221
  52. package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  65. package/package.json +34 -34
@@ -1,115 +1,382 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
10
- import { CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput } from "./commands/CreateConfigurationSetEventDestinationCommand";
11
- import { CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput } from "./commands/CreateDedicatedIpPoolCommand";
12
- import { CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput } from "./commands/CreateDeliverabilityTestReportCommand";
13
- import { CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput } from "./commands/CreateEmailIdentityCommand";
14
- import { DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput } from "./commands/DeleteConfigurationSetCommand";
15
- import { DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput } from "./commands/DeleteConfigurationSetEventDestinationCommand";
16
- import { DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput } from "./commands/DeleteDedicatedIpPoolCommand";
17
- import { DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput } from "./commands/DeleteEmailIdentityCommand";
18
- import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
19
- import { GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput } from "./commands/GetBlacklistReportsCommand";
20
- import { GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput } from "./commands/GetConfigurationSetCommand";
21
- import { GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput } from "./commands/GetConfigurationSetEventDestinationsCommand";
22
- import { GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput } from "./commands/GetDedicatedIpCommand";
23
- import { GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput } from "./commands/GetDedicatedIpsCommand";
24
- import { GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput } from "./commands/GetDeliverabilityDashboardOptionsCommand";
25
- import { GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput } from "./commands/GetDeliverabilityTestReportCommand";
26
- import { GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput } from "./commands/GetDomainDeliverabilityCampaignCommand";
27
- import { GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput } from "./commands/GetDomainStatisticsReportCommand";
28
- import { GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput } from "./commands/GetEmailIdentityCommand";
29
- import { ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput } from "./commands/ListConfigurationSetsCommand";
30
- import { ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput } from "./commands/ListDedicatedIpPoolsCommand";
31
- import { ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput } from "./commands/ListDeliverabilityTestReportsCommand";
32
- import { ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput } from "./commands/ListDomainDeliverabilityCampaignsCommand";
33
- import { ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput } from "./commands/ListEmailIdentitiesCommand";
34
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
35
- import { PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput } from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
36
- import { PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput } from "./commands/PutAccountSendingAttributesCommand";
37
- import { PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput } from "./commands/PutConfigurationSetDeliveryOptionsCommand";
38
- import { PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput } from "./commands/PutConfigurationSetReputationOptionsCommand";
39
- import { PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput } from "./commands/PutConfigurationSetSendingOptionsCommand";
40
- import { PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput } from "./commands/PutConfigurationSetTrackingOptionsCommand";
41
- import { PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput } from "./commands/PutDedicatedIpInPoolCommand";
42
- import { PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput } from "./commands/PutDedicatedIpWarmupAttributesCommand";
43
- import { PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput } from "./commands/PutDeliverabilityDashboardOptionCommand";
44
- import { PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput } from "./commands/PutEmailIdentityDkimAttributesCommand";
45
- import { PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput } from "./commands/PutEmailIdentityFeedbackAttributesCommand";
46
- import { PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput } from "./commands/PutEmailIdentityMailFromAttributesCommand";
47
- import { SendEmailCommandInput, SendEmailCommandOutput } from "./commands/SendEmailCommand";
48
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
49
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
50
- import { UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput } from "./commands/UpdateConfigurationSetEventDestinationCommand";
51
- export declare type ServiceInputTypes = CreateConfigurationSetCommandInput | CreateConfigurationSetEventDestinationCommandInput | CreateDedicatedIpPoolCommandInput | CreateDeliverabilityTestReportCommandInput | CreateEmailIdentityCommandInput | DeleteConfigurationSetCommandInput | DeleteConfigurationSetEventDestinationCommandInput | DeleteDedicatedIpPoolCommandInput | DeleteEmailIdentityCommandInput | GetAccountCommandInput | GetBlacklistReportsCommandInput | GetConfigurationSetCommandInput | GetConfigurationSetEventDestinationsCommandInput | GetDedicatedIpCommandInput | GetDedicatedIpsCommandInput | GetDeliverabilityDashboardOptionsCommandInput | GetDeliverabilityTestReportCommandInput | GetDomainDeliverabilityCampaignCommandInput | GetDomainStatisticsReportCommandInput | GetEmailIdentityCommandInput | ListConfigurationSetsCommandInput | ListDedicatedIpPoolsCommandInput | ListDeliverabilityTestReportsCommandInput | ListDomainDeliverabilityCampaignsCommandInput | ListEmailIdentitiesCommandInput | ListTagsForResourceCommandInput | PutAccountDedicatedIpWarmupAttributesCommandInput | PutAccountSendingAttributesCommandInput | PutConfigurationSetDeliveryOptionsCommandInput | PutConfigurationSetReputationOptionsCommandInput | PutConfigurationSetSendingOptionsCommandInput | PutConfigurationSetTrackingOptionsCommandInput | PutDedicatedIpInPoolCommandInput | PutDedicatedIpWarmupAttributesCommandInput | PutDeliverabilityDashboardOptionCommandInput | PutEmailIdentityDkimAttributesCommandInput | PutEmailIdentityFeedbackAttributesCommandInput | PutEmailIdentityMailFromAttributesCommandInput | SendEmailCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfigurationSetEventDestinationCommandInput;
52
- export declare type ServiceOutputTypes = CreateConfigurationSetCommandOutput | CreateConfigurationSetEventDestinationCommandOutput | CreateDedicatedIpPoolCommandOutput | CreateDeliverabilityTestReportCommandOutput | CreateEmailIdentityCommandOutput | DeleteConfigurationSetCommandOutput | DeleteConfigurationSetEventDestinationCommandOutput | DeleteDedicatedIpPoolCommandOutput | DeleteEmailIdentityCommandOutput | GetAccountCommandOutput | GetBlacklistReportsCommandOutput | GetConfigurationSetCommandOutput | GetConfigurationSetEventDestinationsCommandOutput | GetDedicatedIpCommandOutput | GetDedicatedIpsCommandOutput | GetDeliverabilityDashboardOptionsCommandOutput | GetDeliverabilityTestReportCommandOutput | GetDomainDeliverabilityCampaignCommandOutput | GetDomainStatisticsReportCommandOutput | GetEmailIdentityCommandOutput | ListConfigurationSetsCommandOutput | ListDedicatedIpPoolsCommandOutput | ListDeliverabilityTestReportsCommandOutput | ListDomainDeliverabilityCampaignsCommandOutput | ListEmailIdentitiesCommandOutput | ListTagsForResourceCommandOutput | PutAccountDedicatedIpWarmupAttributesCommandOutput | PutAccountSendingAttributesCommandOutput | PutConfigurationSetDeliveryOptionsCommandOutput | PutConfigurationSetReputationOptionsCommandOutput | PutConfigurationSetSendingOptionsCommandOutput | PutConfigurationSetTrackingOptionsCommandOutput | PutDedicatedIpInPoolCommandOutput | PutDedicatedIpWarmupAttributesCommandOutput | PutDeliverabilityDashboardOptionCommandOutput | PutEmailIdentityDkimAttributesCommandOutput | PutEmailIdentityFeedbackAttributesCommandOutput | PutEmailIdentityMailFromAttributesCommandOutput | SendEmailCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfigurationSetEventDestinationCommandOutput;
53
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
54
-
55
- requestHandler?: __HttpHandler;
56
-
57
- sha256?: __HashConstructor;
58
-
59
- urlParser?: __UrlParser;
60
-
61
- bodyLengthChecker?: __BodyLengthCalculator;
62
-
63
- streamCollector?: __StreamCollector;
64
-
65
- base64Decoder?: __Decoder;
66
-
67
- base64Encoder?: __Encoder;
68
-
69
- utf8Decoder?: __Decoder;
70
-
71
- utf8Encoder?: __Encoder;
72
-
73
- runtime?: string;
74
-
75
- disableHostPrefix?: boolean;
76
-
77
- maxAttempts?: number | __Provider<number>;
78
-
79
- retryMode?: string | __Provider<string>;
80
-
81
- logger?: __Logger;
82
-
83
- useDualstackEndpoint?: boolean | __Provider<boolean>;
84
-
85
- useFipsEndpoint?: boolean | __Provider<boolean>;
86
-
87
- serviceId?: string;
88
-
89
- region?: string | __Provider<string>;
90
-
91
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
92
-
93
- regionInfoProvider?: RegionInfoProvider;
94
-
95
- defaultUserAgentProvider?: Provider<__UserAgent>;
96
-
97
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
98
- }
99
- declare type PinpointEmailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
100
-
101
- export interface PinpointEmailClientConfig extends PinpointEmailClientConfigType {
102
- }
103
- declare type PinpointEmailClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
104
-
105
- export interface PinpointEmailClientResolvedConfig extends PinpointEmailClientResolvedConfigType {
106
- }
107
-
108
- export declare class PinpointEmailClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PinpointEmailClientResolvedConfig> {
109
-
110
- readonly config: PinpointEmailClientResolvedConfig;
111
- constructor(configuration: PinpointEmailClientConfig);
112
-
113
- destroy(): void;
114
- }
115
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
4
- import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
- export interface CreateConfigurationSetCommandInput extends CreateConfigurationSetRequest {
6
- }
7
- export interface CreateConfigurationSetCommandOutput extends CreateConfigurationSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateConfigurationSetCommand extends $Command<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig> {
11
- readonly input: CreateConfigurationSetCommandInput;
12
- constructor(input: CreateConfigurationSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
4
- import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
- export interface CreateConfigurationSetEventDestinationCommandInput extends CreateConfigurationSetEventDestinationRequest {
6
- }
7
- export interface CreateConfigurationSetEventDestinationCommandOutput extends CreateConfigurationSetEventDestinationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateConfigurationSetEventDestinationCommand extends $Command<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig> {
11
- readonly input: CreateConfigurationSetEventDestinationCommandInput;
12
- constructor(input: CreateConfigurationSetEventDestinationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }