@aws-sdk/client-pinpoint-email 3.50.0 → 3.53.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 (76) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/PinpointEmailServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +134 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +414 -1385
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/PinpointEmailServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +122 -1
  9. package/dist-es/protocols/Aws_restJson1.js +877 -1564
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/PinpointEmailServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +72 -41
  13. package/dist-types/ts3.4/PinpointEmail.d.ts +215 -0
  14. package/dist-types/ts3.4/PinpointEmailClient.d.ts +115 -0
  15. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/index.d.ts +42 -0
  58. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  59. package/dist-types/ts3.4/index.d.ts +6 -0
  60. package/dist-types/ts3.4/models/PinpointEmailServiceException.d.ts +6 -0
  61. package/dist-types/ts3.4/models/index.d.ts +1 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +1463 -0
  63. package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  65. package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  71. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +128 -0
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  76. package/package.json +33 -33
@@ -0,0 +1,17 @@
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 { PutEmailIdentityFeedbackAttributesRequest, PutEmailIdentityFeedbackAttributesResponse } from "../models/models_0";
4
+ import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
+ export interface PutEmailIdentityFeedbackAttributesCommandInput extends PutEmailIdentityFeedbackAttributesRequest {
6
+ }
7
+ export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmailIdentityFeedbackAttributesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutEmailIdentityFeedbackAttributesCommand extends $Command<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
11
+ readonly input: PutEmailIdentityFeedbackAttributesCommandInput;
12
+ constructor(input: PutEmailIdentityFeedbackAttributesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { PutEmailIdentityMailFromAttributesRequest, PutEmailIdentityMailFromAttributesResponse } from "../models/models_0";
4
+ import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
+ export interface PutEmailIdentityMailFromAttributesCommandInput extends PutEmailIdentityMailFromAttributesRequest {
6
+ }
7
+ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmailIdentityMailFromAttributesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutEmailIdentityMailFromAttributesCommand extends $Command<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
11
+ readonly input: PutEmailIdentityMailFromAttributesCommandInput;
12
+ constructor(input: PutEmailIdentityMailFromAttributesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { SendEmailRequest, SendEmailResponse } from "../models/models_0";
4
+ import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
+ export interface SendEmailCommandInput extends SendEmailRequest {
6
+ }
7
+ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, PinpointEmailClientResolvedConfig> {
11
+ readonly input: SendEmailCommandInput;
12
+ constructor(input: SendEmailCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendEmailCommandInput, SendEmailCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
+ export interface TagResourceCommandInput extends TagResourceRequest {
6
+ }
7
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, PinpointEmailClientResolvedConfig> {
11
+ readonly input: TagResourceCommandInput;
12
+ constructor(input: TagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, PinpointEmailClientResolvedConfig> {
11
+ readonly input: UntagResourceCommandInput;
12
+ constructor(input: UntagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { UpdateConfigurationSetEventDestinationRequest, UpdateConfigurationSetEventDestinationResponse } from "../models/models_0";
4
+ import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
+ export interface UpdateConfigurationSetEventDestinationCommandInput extends UpdateConfigurationSetEventDestinationRequest {
6
+ }
7
+ export interface UpdateConfigurationSetEventDestinationCommandOutput extends UpdateConfigurationSetEventDestinationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig> {
11
+ readonly input: UpdateConfigurationSetEventDestinationCommandInput;
12
+ constructor(input: UpdateConfigurationSetEventDestinationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,42 @@
1
+ export * from "./CreateConfigurationSetCommand";
2
+ export * from "./CreateConfigurationSetEventDestinationCommand";
3
+ export * from "./CreateDedicatedIpPoolCommand";
4
+ export * from "./CreateDeliverabilityTestReportCommand";
5
+ export * from "./CreateEmailIdentityCommand";
6
+ export * from "./DeleteConfigurationSetCommand";
7
+ export * from "./DeleteConfigurationSetEventDestinationCommand";
8
+ export * from "./DeleteDedicatedIpPoolCommand";
9
+ export * from "./DeleteEmailIdentityCommand";
10
+ export * from "./GetAccountCommand";
11
+ export * from "./GetBlacklistReportsCommand";
12
+ export * from "./GetConfigurationSetCommand";
13
+ export * from "./GetConfigurationSetEventDestinationsCommand";
14
+ export * from "./GetDedicatedIpCommand";
15
+ export * from "./GetDedicatedIpsCommand";
16
+ export * from "./GetDeliverabilityDashboardOptionsCommand";
17
+ export * from "./GetDeliverabilityTestReportCommand";
18
+ export * from "./GetDomainDeliverabilityCampaignCommand";
19
+ export * from "./GetDomainStatisticsReportCommand";
20
+ export * from "./GetEmailIdentityCommand";
21
+ export * from "./ListConfigurationSetsCommand";
22
+ export * from "./ListDedicatedIpPoolsCommand";
23
+ export * from "./ListDeliverabilityTestReportsCommand";
24
+ export * from "./ListDomainDeliverabilityCampaignsCommand";
25
+ export * from "./ListEmailIdentitiesCommand";
26
+ export * from "./ListTagsForResourceCommand";
27
+ export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
28
+ export * from "./PutAccountSendingAttributesCommand";
29
+ export * from "./PutConfigurationSetDeliveryOptionsCommand";
30
+ export * from "./PutConfigurationSetReputationOptionsCommand";
31
+ export * from "./PutConfigurationSetSendingOptionsCommand";
32
+ export * from "./PutConfigurationSetTrackingOptionsCommand";
33
+ export * from "./PutDedicatedIpInPoolCommand";
34
+ export * from "./PutDedicatedIpWarmupAttributesCommand";
35
+ export * from "./PutDeliverabilityDashboardOptionCommand";
36
+ export * from "./PutEmailIdentityDkimAttributesCommand";
37
+ export * from "./PutEmailIdentityFeedbackAttributesCommand";
38
+ export * from "./PutEmailIdentityMailFromAttributesCommand";
39
+ export * from "./SendEmailCommand";
40
+ export * from "./TagResourceCommand";
41
+ export * from "./UntagResourceCommand";
42
+ export * from "./UpdateConfigurationSetEventDestinationCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,6 @@
1
+ export * from "./PinpointEmail";
2
+ export * from "./PinpointEmailClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { PinpointEmailServiceException } from "./models/PinpointEmailServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class PinpointEmailServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";