@aws-sdk/client-pinpoint-email 3.321.1 → 3.326.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 (43) hide show
  1. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +4 -0
  2. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -0
  3. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +4 -0
  4. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +7 -0
  5. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +14 -0
  6. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +4 -0
  7. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -0
  8. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +4 -0
  9. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +4 -0
  10. package/dist-types/commands/GetAccountCommand.d.ts +14 -0
  11. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +14 -0
  12. package/dist-types/commands/GetConfigurationSetCommand.d.ts +26 -0
  13. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +33 -0
  14. package/dist-types/commands/GetDedicatedIpCommand.d.ts +11 -0
  15. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +14 -0
  16. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +32 -0
  17. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +39 -0
  18. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +25 -0
  19. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +43 -0
  20. package/dist-types/commands/GetEmailIdentityCommand.d.ts +26 -0
  21. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +9 -0
  22. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +9 -0
  23. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +16 -0
  24. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +28 -0
  25. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +13 -0
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  27. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +4 -0
  28. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +4 -0
  29. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -0
  30. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +4 -0
  31. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +4 -0
  32. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +4 -0
  33. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +4 -0
  34. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +4 -0
  35. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +4 -0
  36. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +4 -0
  37. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +4 -0
  38. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +4 -0
  39. package/dist-types/commands/SendEmailCommand.d.ts +6 -0
  40. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  41. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  42. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -0
  43. package/package.json +16 -16
@@ -55,6 +55,8 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
55
55
  * };
56
56
  * const command = new CreateConfigurationSetCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // {};
59
+ *
58
60
  * ```
59
61
  *
60
62
  * @param CreateConfigurationSetCommandInput - {@link CreateConfigurationSetCommandInput}
@@ -81,6 +83,8 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
81
83
  * @throws {@link TooManyRequestsException} (client fault)
82
84
  * <p>Too many requests have been made to the operation.</p>
83
85
  *
86
+ * @throws {@link PinpointEmailServiceException}
87
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
84
88
  *
85
89
  */
86
90
  export declare class CreateConfigurationSetCommand extends $Command<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -63,6 +63,8 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
63
63
  * };
64
64
  * const command = new CreateConfigurationSetEventDestinationCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // {};
67
+ *
66
68
  * ```
67
69
  *
68
70
  * @param CreateConfigurationSetEventDestinationCommandInput - {@link CreateConfigurationSetEventDestinationCommandInput}
@@ -86,6 +88,8 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
86
88
  * @throws {@link TooManyRequestsException} (client fault)
87
89
  * <p>Too many requests have been made to the operation.</p>
88
90
  *
91
+ * @throws {@link PinpointEmailServiceException}
92
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
89
93
  *
90
94
  */
91
95
  export declare class CreateConfigurationSetEventDestinationCommand extends $Command<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo
40
40
  * };
41
41
  * const command = new CreateDedicatedIpPoolCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param CreateDedicatedIpPoolCommandInput - {@link CreateDedicatedIpPoolCommandInput}
@@ -63,6 +65,8 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo
63
65
  * @throws {@link TooManyRequestsException} (client fault)
64
66
  * <p>Too many requests have been made to the operation.</p>
65
67
  *
68
+ * @throws {@link PinpointEmailServiceException}
69
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
66
70
  *
67
71
  */
68
72
  export declare class CreateDedicatedIpPoolCommand extends $Command<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -69,6 +69,11 @@ export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliv
69
69
  * };
70
70
  * const command = new CreateDeliverabilityTestReportCommand(input);
71
71
  * const response = await client.send(command);
72
+ * // { // CreateDeliverabilityTestReportResponse
73
+ * // ReportId: "STRING_VALUE", // required
74
+ * // DeliverabilityTestStatus: "STRING_VALUE", // required
75
+ * // };
76
+ *
72
77
  * ```
73
78
  *
74
79
  * @param CreateDeliverabilityTestReportCommandInput - {@link CreateDeliverabilityTestReportCommandInput}
@@ -106,6 +111,8 @@ export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliv
106
111
  * @throws {@link TooManyRequestsException} (client fault)
107
112
  * <p>Too many requests have been made to the operation.</p>
108
113
  *
114
+ * @throws {@link PinpointEmailServiceException}
115
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
109
116
  *
110
117
  */
111
118
  export declare class CreateDeliverabilityTestReportCommand extends $Command<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -50,6 +50,18 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes
50
50
  * };
51
51
  * const command = new CreateEmailIdentityCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // { // CreateEmailIdentityResponse
54
+ * // IdentityType: "STRING_VALUE",
55
+ * // VerifiedForSendingStatus: true || false,
56
+ * // DkimAttributes: { // DkimAttributes
57
+ * // SigningEnabled: true || false,
58
+ * // Status: "STRING_VALUE",
59
+ * // Tokens: [ // DnsTokenList
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // },
63
+ * // };
64
+ *
53
65
  * ```
54
66
  *
55
67
  * @param CreateEmailIdentityCommandInput - {@link CreateEmailIdentityCommandInput}
@@ -70,6 +82,8 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes
70
82
  * @throws {@link TooManyRequestsException} (client fault)
71
83
  * <p>Too many requests have been made to the operation.</p>
72
84
  *
85
+ * @throws {@link PinpointEmailServiceException}
86
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
73
87
  *
74
88
  */
75
89
  export declare class CreateEmailIdentityCommand extends $Command<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
36
36
  * };
37
37
  * const command = new DeleteConfigurationSetCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param DeleteConfigurationSetCommandInput - {@link DeleteConfigurationSetCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
56
58
  * @throws {@link TooManyRequestsException} (client fault)
57
59
  * <p>Too many requests have been made to the operation.</p>
58
60
  *
61
+ * @throws {@link PinpointEmailServiceException}
62
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeleteConfigurationSetCommand extends $Command<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
37
37
  * };
38
38
  * const command = new DeleteConfigurationSetEventDestinationCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param DeleteConfigurationSetEventDestinationCommandInput - {@link DeleteConfigurationSetEventDestinationCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
54
56
  * @throws {@link TooManyRequestsException} (client fault)
55
57
  * <p>Too many requests have been made to the operation.</p>
56
58
  *
59
+ * @throws {@link PinpointEmailServiceException}
60
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
57
61
  *
58
62
  */
59
63
  export declare class DeleteConfigurationSetEventDestinationCommand extends $Command<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo
31
31
  * };
32
32
  * const command = new DeleteDedicatedIpPoolCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteDedicatedIpPoolCommandInput - {@link DeleteDedicatedIpPoolCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo
51
53
  * @throws {@link TooManyRequestsException} (client fault)
52
54
  * <p>Too many requests have been made to the operation.</p>
53
55
  *
56
+ * @throws {@link PinpointEmailServiceException}
57
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
54
58
  *
55
59
  */
56
60
  export declare class DeleteDedicatedIpPoolCommand extends $Command<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes
32
32
  * };
33
33
  * const command = new DeleteEmailIdentityCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteEmailIdentityCommandInput - {@link DeleteEmailIdentityCommandInput}
@@ -52,6 +54,8 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes
52
54
  * @throws {@link TooManyRequestsException} (client fault)
53
55
  * <p>Too many requests have been made to the operation.</p>
54
56
  *
57
+ * @throws {@link PinpointEmailServiceException}
58
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
55
59
  *
56
60
  */
57
61
  export declare class DeleteEmailIdentityCommand extends $Command<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -30,6 +30,18 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
30
30
  * const input = {};
31
31
  * const command = new GetAccountCommand(input);
32
32
  * const response = await client.send(command);
33
+ * // { // GetAccountResponse
34
+ * // SendQuota: { // SendQuota
35
+ * // Max24HourSend: Number("double"),
36
+ * // MaxSendRate: Number("double"),
37
+ * // SentLast24Hours: Number("double"),
38
+ * // },
39
+ * // SendingEnabled: true || false,
40
+ * // DedicatedIpAutoWarmupEnabled: true || false,
41
+ * // EnforcementStatus: "STRING_VALUE",
42
+ * // ProductionAccessEnabled: true || false,
43
+ * // };
44
+ *
33
45
  * ```
34
46
  *
35
47
  * @param GetAccountCommandInput - {@link GetAccountCommandInput}
@@ -44,6 +56,8 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
44
56
  * @throws {@link TooManyRequestsException} (client fault)
45
57
  * <p>Too many requests have been made to the operation.</p>
46
58
  *
59
+ * @throws {@link PinpointEmailServiceException}
60
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
47
61
  *
48
62
  */
49
63
  export declare class GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes
33
33
  * };
34
34
  * const command = new GetBlacklistReportsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetBlacklistReportsResponse
37
+ * // BlacklistReport: { // BlacklistReport // required
38
+ * // "<keys>": [ // BlacklistEntries
39
+ * // { // BlacklistEntry
40
+ * // RblName: "STRING_VALUE",
41
+ * // ListingTime: new Date("TIMESTAMP"),
42
+ * // Description: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // },
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param GetBlacklistReportsCommandInput - {@link GetBlacklistReportsCommandInput}
@@ -50,6 +62,8 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes
50
62
  * @throws {@link TooManyRequestsException} (client fault)
51
63
  * <p>Too many requests have been made to the operation.</p>
52
64
  *
65
+ * @throws {@link PinpointEmailServiceException}
66
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
53
67
  *
54
68
  */
55
69
  export declare class GetBlacklistReportsCommand extends $Command<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -38,6 +38,30 @@ export interface GetConfigurationSetCommandOutput extends GetConfigurationSetRes
38
38
  * };
39
39
  * const command = new GetConfigurationSetCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetConfigurationSetResponse
42
+ * // ConfigurationSetName: "STRING_VALUE",
43
+ * // TrackingOptions: { // TrackingOptions
44
+ * // CustomRedirectDomain: "STRING_VALUE", // required
45
+ * // },
46
+ * // DeliveryOptions: { // DeliveryOptions
47
+ * // TlsPolicy: "STRING_VALUE",
48
+ * // SendingPoolName: "STRING_VALUE",
49
+ * // },
50
+ * // ReputationOptions: { // ReputationOptions
51
+ * // ReputationMetricsEnabled: true || false,
52
+ * // LastFreshStart: new Date("TIMESTAMP"),
53
+ * // },
54
+ * // SendingOptions: { // SendingOptions
55
+ * // SendingEnabled: true || false,
56
+ * // },
57
+ * // Tags: [ // TagList
58
+ * // { // Tag
59
+ * // Key: "STRING_VALUE", // required
60
+ * // Value: "STRING_VALUE", // required
61
+ * // },
62
+ * // ],
63
+ * // };
64
+ *
41
65
  * ```
42
66
  *
43
67
  * @param GetConfigurationSetCommandInput - {@link GetConfigurationSetCommandInput}
@@ -55,6 +79,8 @@ export interface GetConfigurationSetCommandOutput extends GetConfigurationSetRes
55
79
  * @throws {@link TooManyRequestsException} (client fault)
56
80
  * <p>Too many requests have been made to the operation.</p>
57
81
  *
82
+ * @throws {@link PinpointEmailServiceException}
83
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
58
84
  *
59
85
  */
60
86
  export declare class GetConfigurationSetCommand extends $Command<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -37,6 +37,37 @@ export interface GetConfigurationSetEventDestinationsCommandOutput extends GetCo
37
37
  * };
38
38
  * const command = new GetConfigurationSetEventDestinationsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetConfigurationSetEventDestinationsResponse
41
+ * // EventDestinations: [ // EventDestinations
42
+ * // { // EventDestination
43
+ * // Name: "STRING_VALUE", // required
44
+ * // Enabled: true || false,
45
+ * // MatchingEventTypes: [ // EventTypes // required
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // KinesisFirehoseDestination: { // KinesisFirehoseDestination
49
+ * // IamRoleArn: "STRING_VALUE", // required
50
+ * // DeliveryStreamArn: "STRING_VALUE", // required
51
+ * // },
52
+ * // CloudWatchDestination: { // CloudWatchDestination
53
+ * // DimensionConfigurations: [ // CloudWatchDimensionConfigurations // required
54
+ * // { // CloudWatchDimensionConfiguration
55
+ * // DimensionName: "STRING_VALUE", // required
56
+ * // DimensionValueSource: "STRING_VALUE", // required
57
+ * // DefaultDimensionValue: "STRING_VALUE", // required
58
+ * // },
59
+ * // ],
60
+ * // },
61
+ * // SnsDestination: { // SnsDestination
62
+ * // TopicArn: "STRING_VALUE", // required
63
+ * // },
64
+ * // PinpointDestination: { // PinpointDestination
65
+ * // ApplicationArn: "STRING_VALUE",
66
+ * // },
67
+ * // },
68
+ * // ],
69
+ * // };
70
+ *
40
71
  * ```
41
72
  *
42
73
  * @param GetConfigurationSetEventDestinationsCommandInput - {@link GetConfigurationSetEventDestinationsCommandInput}
@@ -54,6 +85,8 @@ export interface GetConfigurationSetEventDestinationsCommandOutput extends GetCo
54
85
  * @throws {@link TooManyRequestsException} (client fault)
55
86
  * <p>Too many requests have been made to the operation.</p>
56
87
  *
88
+ * @throws {@link PinpointEmailServiceException}
89
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
57
90
  *
58
91
  */
59
92
  export declare class GetConfigurationSetEventDestinationsCommand extends $Command<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -33,6 +33,15 @@ export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __M
33
33
  * };
34
34
  * const command = new GetDedicatedIpCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetDedicatedIpResponse
37
+ * // DedicatedIp: { // DedicatedIp
38
+ * // Ip: "STRING_VALUE", // required
39
+ * // WarmupStatus: "STRING_VALUE", // required
40
+ * // WarmupPercentage: Number("int"), // required
41
+ * // PoolName: "STRING_VALUE",
42
+ * // },
43
+ * // };
44
+ *
36
45
  * ```
37
46
  *
38
47
  * @param GetDedicatedIpCommandInput - {@link GetDedicatedIpCommandInput}
@@ -50,6 +59,8 @@ export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __M
50
59
  * @throws {@link TooManyRequestsException} (client fault)
51
60
  * <p>Too many requests have been made to the operation.</p>
52
61
  *
62
+ * @throws {@link PinpointEmailServiceException}
63
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
53
64
  *
54
65
  */
55
66
  export declare class GetDedicatedIpCommand extends $Command<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -34,6 +34,18 @@ export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, _
34
34
  * };
35
35
  * const command = new GetDedicatedIpsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetDedicatedIpsResponse
38
+ * // DedicatedIps: [ // DedicatedIpList
39
+ * // { // DedicatedIp
40
+ * // Ip: "STRING_VALUE", // required
41
+ * // WarmupStatus: "STRING_VALUE", // required
42
+ * // WarmupPercentage: Number("int"), // required
43
+ * // PoolName: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
37
49
  * ```
38
50
  *
39
51
  * @param GetDedicatedIpsCommandInput - {@link GetDedicatedIpsCommandInput}
@@ -51,6 +63,8 @@ export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, _
51
63
  * @throws {@link TooManyRequestsException} (client fault)
52
64
  * <p>Too many requests have been made to the operation.</p>
53
65
  *
66
+ * @throws {@link PinpointEmailServiceException}
67
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
54
68
  *
55
69
  */
56
70
  export declare class GetDedicatedIpsCommand extends $Command<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -35,6 +35,36 @@ export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliv
35
35
  * const input = {};
36
36
  * const command = new GetDeliverabilityDashboardOptionsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetDeliverabilityDashboardOptionsResponse
39
+ * // DashboardEnabled: true || false, // required
40
+ * // SubscriptionExpiryDate: new Date("TIMESTAMP"),
41
+ * // AccountStatus: "STRING_VALUE",
42
+ * // ActiveSubscribedDomains: [ // DomainDeliverabilityTrackingOptions
43
+ * // { // DomainDeliverabilityTrackingOption
44
+ * // Domain: "STRING_VALUE",
45
+ * // SubscriptionStartDate: new Date("TIMESTAMP"),
46
+ * // InboxPlacementTrackingOption: { // InboxPlacementTrackingOption
47
+ * // Global: true || false,
48
+ * // TrackedIsps: [ // IspNameList
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // },
52
+ * // },
53
+ * // ],
54
+ * // PendingExpirationSubscribedDomains: [
55
+ * // {
56
+ * // Domain: "STRING_VALUE",
57
+ * // SubscriptionStartDate: new Date("TIMESTAMP"),
58
+ * // InboxPlacementTrackingOption: {
59
+ * // Global: true || false,
60
+ * // TrackedIsps: [
61
+ * // "STRING_VALUE",
62
+ * // ],
63
+ * // },
64
+ * // },
65
+ * // ],
66
+ * // };
67
+ *
38
68
  * ```
39
69
  *
40
70
  * @param GetDeliverabilityDashboardOptionsCommandInput - {@link GetDeliverabilityDashboardOptionsCommandInput}
@@ -52,6 +82,8 @@ export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliv
52
82
  * @throws {@link TooManyRequestsException} (client fault)
53
83
  * <p>Too many requests have been made to the operation.</p>
54
84
  *
85
+ * @throws {@link PinpointEmailServiceException}
86
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
55
87
  *
56
88
  */
57
89
  export declare class GetDeliverabilityDashboardOptionsCommand extends $Command<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -31,6 +31,43 @@ export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabil
31
31
  * };
32
32
  * const command = new GetDeliverabilityTestReportCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetDeliverabilityTestReportResponse
35
+ * // DeliverabilityTestReport: { // DeliverabilityTestReport
36
+ * // ReportId: "STRING_VALUE",
37
+ * // ReportName: "STRING_VALUE",
38
+ * // Subject: "STRING_VALUE",
39
+ * // FromEmailAddress: "STRING_VALUE",
40
+ * // CreateDate: new Date("TIMESTAMP"),
41
+ * // DeliverabilityTestStatus: "STRING_VALUE",
42
+ * // },
43
+ * // OverallPlacement: { // PlacementStatistics
44
+ * // InboxPercentage: Number("double"),
45
+ * // SpamPercentage: Number("double"),
46
+ * // MissingPercentage: Number("double"),
47
+ * // SpfPercentage: Number("double"),
48
+ * // DkimPercentage: Number("double"),
49
+ * // },
50
+ * // IspPlacements: [ // IspPlacements // required
51
+ * // { // IspPlacement
52
+ * // IspName: "STRING_VALUE",
53
+ * // PlacementStatistics: {
54
+ * // InboxPercentage: Number("double"),
55
+ * // SpamPercentage: Number("double"),
56
+ * // MissingPercentage: Number("double"),
57
+ * // SpfPercentage: Number("double"),
58
+ * // DkimPercentage: Number("double"),
59
+ * // },
60
+ * // },
61
+ * // ],
62
+ * // Message: "STRING_VALUE",
63
+ * // Tags: [ // TagList
64
+ * // { // Tag
65
+ * // Key: "STRING_VALUE", // required
66
+ * // Value: "STRING_VALUE", // required
67
+ * // },
68
+ * // ],
69
+ * // };
70
+ *
34
71
  * ```
35
72
  *
36
73
  * @param GetDeliverabilityTestReportCommandInput - {@link GetDeliverabilityTestReportCommandInput}
@@ -48,6 +85,8 @@ export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabil
48
85
  * @throws {@link TooManyRequestsException} (client fault)
49
86
  * <p>Too many requests have been made to the operation.</p>
50
87
  *
88
+ * @throws {@link PinpointEmailServiceException}
89
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
51
90
  *
52
91
  */
53
92
  export declare class GetDeliverabilityTestReportCommand extends $Command<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -34,6 +34,29 @@ export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainD
34
34
  * };
35
35
  * const command = new GetDomainDeliverabilityCampaignCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetDomainDeliverabilityCampaignResponse
38
+ * // DomainDeliverabilityCampaign: { // DomainDeliverabilityCampaign
39
+ * // CampaignId: "STRING_VALUE",
40
+ * // ImageUrl: "STRING_VALUE",
41
+ * // Subject: "STRING_VALUE",
42
+ * // FromAddress: "STRING_VALUE",
43
+ * // SendingIps: [ // IpList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // FirstSeenDateTime: new Date("TIMESTAMP"),
47
+ * // LastSeenDateTime: new Date("TIMESTAMP"),
48
+ * // InboxCount: Number("long"),
49
+ * // SpamCount: Number("long"),
50
+ * // ReadRate: Number("double"),
51
+ * // DeleteRate: Number("double"),
52
+ * // ReadDeleteRate: Number("double"),
53
+ * // ProjectedVolume: Number("long"),
54
+ * // Esps: [ // Esps
55
+ * // "STRING_VALUE",
56
+ * // ],
57
+ * // },
58
+ * // };
59
+ *
37
60
  * ```
38
61
  *
39
62
  * @param GetDomainDeliverabilityCampaignCommandInput - {@link GetDomainDeliverabilityCampaignCommandInput}
@@ -51,6 +74,8 @@ export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainD
51
74
  * @throws {@link TooManyRequestsException} (client fault)
52
75
  * <p>Too many requests have been made to the operation.</p>
53
76
  *
77
+ * @throws {@link PinpointEmailServiceException}
78
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
54
79
  *
55
80
  */
56
81
  export declare class GetDomainDeliverabilityCampaignCommand extends $Command<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -34,6 +34,47 @@ export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatist
34
34
  * };
35
35
  * const command = new GetDomainStatisticsReportCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetDomainStatisticsReportResponse
38
+ * // OverallVolume: { // OverallVolume
39
+ * // VolumeStatistics: { // VolumeStatistics
40
+ * // InboxRawCount: Number("long"),
41
+ * // SpamRawCount: Number("long"),
42
+ * // ProjectedInbox: Number("long"),
43
+ * // ProjectedSpam: Number("long"),
44
+ * // },
45
+ * // ReadRatePercent: Number("double"),
46
+ * // DomainIspPlacements: [ // DomainIspPlacements
47
+ * // { // DomainIspPlacement
48
+ * // IspName: "STRING_VALUE",
49
+ * // InboxRawCount: Number("long"),
50
+ * // SpamRawCount: Number("long"),
51
+ * // InboxPercentage: Number("double"),
52
+ * // SpamPercentage: Number("double"),
53
+ * // },
54
+ * // ],
55
+ * // },
56
+ * // DailyVolumes: [ // DailyVolumes // required
57
+ * // { // DailyVolume
58
+ * // StartDate: new Date("TIMESTAMP"),
59
+ * // VolumeStatistics: {
60
+ * // InboxRawCount: Number("long"),
61
+ * // SpamRawCount: Number("long"),
62
+ * // ProjectedInbox: Number("long"),
63
+ * // ProjectedSpam: Number("long"),
64
+ * // },
65
+ * // DomainIspPlacements: [
66
+ * // {
67
+ * // IspName: "STRING_VALUE",
68
+ * // InboxRawCount: Number("long"),
69
+ * // SpamRawCount: Number("long"),
70
+ * // InboxPercentage: Number("double"),
71
+ * // SpamPercentage: Number("double"),
72
+ * // },
73
+ * // ],
74
+ * // },
75
+ * // ],
76
+ * // };
77
+ *
37
78
  * ```
38
79
  *
39
80
  * @param GetDomainStatisticsReportCommandInput - {@link GetDomainStatisticsReportCommandInput}
@@ -51,6 +92,8 @@ export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatist
51
92
  * @throws {@link TooManyRequestsException} (client fault)
52
93
  * <p>Too many requests have been made to the operation.</p>
53
94
  *
95
+ * @throws {@link PinpointEmailServiceException}
96
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
54
97
  *
55
98
  */
56
99
  export declare class GetDomainStatisticsReportCommand extends $Command<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -33,6 +33,30 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse,
33
33
  * };
34
34
  * const command = new GetEmailIdentityCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetEmailIdentityResponse
37
+ * // IdentityType: "STRING_VALUE",
38
+ * // FeedbackForwardingStatus: true || false,
39
+ * // VerifiedForSendingStatus: true || false,
40
+ * // DkimAttributes: { // DkimAttributes
41
+ * // SigningEnabled: true || false,
42
+ * // Status: "STRING_VALUE",
43
+ * // Tokens: [ // DnsTokenList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // },
47
+ * // MailFromAttributes: { // MailFromAttributes
48
+ * // MailFromDomain: "STRING_VALUE", // required
49
+ * // MailFromDomainStatus: "STRING_VALUE", // required
50
+ * // BehaviorOnMxFailure: "STRING_VALUE", // required
51
+ * // },
52
+ * // Tags: [ // TagList
53
+ * // { // Tag
54
+ * // Key: "STRING_VALUE", // required
55
+ * // Value: "STRING_VALUE", // required
56
+ * // },
57
+ * // ],
58
+ * // };
59
+ *
36
60
  * ```
37
61
  *
38
62
  * @param GetEmailIdentityCommandInput - {@link GetEmailIdentityCommandInput}
@@ -50,6 +74,8 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse,
50
74
  * @throws {@link TooManyRequestsException} (client fault)
51
75
  * <p>Too many requests have been made to the operation.</p>
52
76
  *
77
+ * @throws {@link PinpointEmailServiceException}
78
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
53
79
  *
54
80
  */
55
81
  export declare class GetEmailIdentityCommand extends $Command<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -38,6 +38,13 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
38
38
  * };
39
39
  * const command = new ListConfigurationSetsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListConfigurationSetsResponse
42
+ * // ConfigurationSets: [ // ConfigurationSetNameList
43
+ * // "STRING_VALUE",
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
41
48
  * ```
42
49
  *
43
50
  * @param ListConfigurationSetsCommandInput - {@link ListConfigurationSetsCommandInput}
@@ -52,6 +59,8 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
52
59
  * @throws {@link TooManyRequestsException} (client fault)
53
60
  * <p>Too many requests have been made to the operation.</p>
54
61
  *
62
+ * @throws {@link PinpointEmailServiceException}
63
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
55
64
  *
56
65
  */
57
66
  export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -33,6 +33,13 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
33
33
  * };
34
34
  * const command = new ListDedicatedIpPoolsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListDedicatedIpPoolsResponse
37
+ * // DedicatedIpPools: [ // ListOfDedicatedIpPools
38
+ * // "STRING_VALUE",
39
+ * // ],
40
+ * // NextToken: "STRING_VALUE",
41
+ * // };
42
+ *
36
43
  * ```
37
44
  *
38
45
  * @param ListDedicatedIpPoolsCommandInput - {@link ListDedicatedIpPoolsCommandInput}
@@ -47,6 +54,8 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
47
54
  * @throws {@link TooManyRequestsException} (client fault)
48
55
  * <p>Too many requests have been made to the operation.</p>
49
56
  *
57
+ * @throws {@link PinpointEmailServiceException}
58
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
50
59
  *
51
60
  */
52
61
  export declare class ListDedicatedIpPoolsCommand extends $Command<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -34,6 +34,20 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
34
34
  * };
35
35
  * const command = new ListDeliverabilityTestReportsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListDeliverabilityTestReportsResponse
38
+ * // DeliverabilityTestReports: [ // DeliverabilityTestReports // required
39
+ * // { // DeliverabilityTestReport
40
+ * // ReportId: "STRING_VALUE",
41
+ * // ReportName: "STRING_VALUE",
42
+ * // Subject: "STRING_VALUE",
43
+ * // FromEmailAddress: "STRING_VALUE",
44
+ * // CreateDate: new Date("TIMESTAMP"),
45
+ * // DeliverabilityTestStatus: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // NextToken: "STRING_VALUE",
49
+ * // };
50
+ *
37
51
  * ```
38
52
  *
39
53
  * @param ListDeliverabilityTestReportsCommandInput - {@link ListDeliverabilityTestReportsCommandInput}
@@ -51,6 +65,8 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
51
65
  * @throws {@link TooManyRequestsException} (client fault)
52
66
  * <p>Too many requests have been made to the operation.</p>
53
67
  *
68
+ * @throws {@link PinpointEmailServiceException}
69
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
54
70
  *
55
71
  */
56
72
  export declare class ListDeliverabilityTestReportsCommand extends $Command<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -38,6 +38,32 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
38
38
  * };
39
39
  * const command = new ListDomainDeliverabilityCampaignsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListDomainDeliverabilityCampaignsResponse
42
+ * // DomainDeliverabilityCampaigns: [ // DomainDeliverabilityCampaignList // required
43
+ * // { // DomainDeliverabilityCampaign
44
+ * // CampaignId: "STRING_VALUE",
45
+ * // ImageUrl: "STRING_VALUE",
46
+ * // Subject: "STRING_VALUE",
47
+ * // FromAddress: "STRING_VALUE",
48
+ * // SendingIps: [ // IpList
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // FirstSeenDateTime: new Date("TIMESTAMP"),
52
+ * // LastSeenDateTime: new Date("TIMESTAMP"),
53
+ * // InboxCount: Number("long"),
54
+ * // SpamCount: Number("long"),
55
+ * // ReadRate: Number("double"),
56
+ * // DeleteRate: Number("double"),
57
+ * // ReadDeleteRate: Number("double"),
58
+ * // ProjectedVolume: Number("long"),
59
+ * // Esps: [ // Esps
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // },
63
+ * // ],
64
+ * // NextToken: "STRING_VALUE",
65
+ * // };
66
+ *
41
67
  * ```
42
68
  *
43
69
  * @param ListDomainDeliverabilityCampaignsCommandInput - {@link ListDomainDeliverabilityCampaignsCommandInput}
@@ -55,6 +81,8 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
55
81
  * @throws {@link TooManyRequestsException} (client fault)
56
82
  * <p>Too many requests have been made to the operation.</p>
57
83
  *
84
+ * @throws {@link PinpointEmailServiceException}
85
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
58
86
  *
59
87
  */
60
88
  export declare class ListDomainDeliverabilityCampaignsCommand extends $Command<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -34,6 +34,17 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
34
34
  * };
35
35
  * const command = new ListEmailIdentitiesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListEmailIdentitiesResponse
38
+ * // EmailIdentities: [ // IdentityInfoList
39
+ * // { // IdentityInfo
40
+ * // IdentityType: "STRING_VALUE",
41
+ * // IdentityName: "STRING_VALUE",
42
+ * // SendingEnabled: true || false,
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
37
48
  * ```
38
49
  *
39
50
  * @param ListEmailIdentitiesCommandInput - {@link ListEmailIdentitiesCommandInput}
@@ -48,6 +59,8 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
48
59
  * @throws {@link TooManyRequestsException} (client fault)
49
60
  * <p>Too many requests have been made to the operation.</p>
50
61
  *
62
+ * @throws {@link PinpointEmailServiceException}
63
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
51
64
  *
52
65
  */
53
66
  export declare class ListEmailIdentitiesCommand extends $Command<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -36,6 +36,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
36
36
  * };
37
37
  * const command = new ListTagsForResourceCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListTagsForResourceResponse
40
+ * // Tags: [ // TagList // required
41
+ * // { // Tag
42
+ * // Key: "STRING_VALUE", // required
43
+ * // Value: "STRING_VALUE", // required
44
+ * // },
45
+ * // ],
46
+ * // };
47
+ *
39
48
  * ```
40
49
  *
41
50
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -53,6 +62,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
53
62
  * @throws {@link TooManyRequestsException} (client fault)
54
63
  * <p>Too many requests have been made to the operation.</p>
55
64
  *
65
+ * @throws {@link PinpointEmailServiceException}
66
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
56
67
  *
57
68
  */
58
69
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutA
31
31
  * };
32
32
  * const command = new PutAccountDedicatedIpWarmupAttributesCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param PutAccountDedicatedIpWarmupAttributesCommandInput - {@link PutAccountDedicatedIpWarmupAttributesCommandInput}
@@ -45,6 +47,8 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutA
45
47
  * @throws {@link TooManyRequestsException} (client fault)
46
48
  * <p>Too many requests have been made to the operation.</p>
47
49
  *
50
+ * @throws {@link PinpointEmailServiceException}
51
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
48
52
  *
49
53
  */
50
54
  export declare class PutAccountDedicatedIpWarmupAttributesCommand extends $Command<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface PutAccountSendingAttributesCommandOutput extends PutAccountSend
31
31
  * };
32
32
  * const command = new PutAccountSendingAttributesCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param PutAccountSendingAttributesCommandInput - {@link PutAccountSendingAttributesCommandInput}
@@ -45,6 +47,8 @@ export interface PutAccountSendingAttributesCommandOutput extends PutAccountSend
45
47
  * @throws {@link TooManyRequestsException} (client fault)
46
48
  * <p>Too many requests have been made to the operation.</p>
47
49
  *
50
+ * @throws {@link PinpointEmailServiceException}
51
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
48
52
  *
49
53
  */
50
54
  export declare class PutAccountSendingAttributesCommand extends $Command<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
34
34
  * };
35
35
  * const command = new PutConfigurationSetDeliveryOptionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param PutConfigurationSetDeliveryOptionsCommandInput - {@link PutConfigurationSetDeliveryOptionsCommandInput}
@@ -51,6 +53,8 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
51
53
  * @throws {@link TooManyRequestsException} (client fault)
52
54
  * <p>Too many requests have been made to the operation.</p>
53
55
  *
56
+ * @throws {@link PinpointEmailServiceException}
57
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
54
58
  *
55
59
  */
56
60
  export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface PutConfigurationSetReputationOptionsCommandOutput extends PutCo
33
33
  * };
34
34
  * const command = new PutConfigurationSetReputationOptionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param PutConfigurationSetReputationOptionsCommandInput - {@link PutConfigurationSetReputationOptionsCommandInput}
@@ -50,6 +52,8 @@ export interface PutConfigurationSetReputationOptionsCommandOutput extends PutCo
50
52
  * @throws {@link TooManyRequestsException} (client fault)
51
53
  * <p>Too many requests have been made to the operation.</p>
52
54
  *
55
+ * @throws {@link PinpointEmailServiceException}
56
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
53
57
  *
54
58
  */
55
59
  export declare class PutConfigurationSetReputationOptionsCommand extends $Command<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfi
33
33
  * };
34
34
  * const command = new PutConfigurationSetSendingOptionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param PutConfigurationSetSendingOptionsCommandInput - {@link PutConfigurationSetSendingOptionsCommandInput}
@@ -50,6 +52,8 @@ export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfi
50
52
  * @throws {@link TooManyRequestsException} (client fault)
51
53
  * <p>Too many requests have been made to the operation.</p>
52
54
  *
55
+ * @throws {@link PinpointEmailServiceException}
56
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
53
57
  *
54
58
  */
55
59
  export declare class PutConfigurationSetSendingOptionsCommand extends $Command<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConf
33
33
  * };
34
34
  * const command = new PutConfigurationSetTrackingOptionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param PutConfigurationSetTrackingOptionsCommandInput - {@link PutConfigurationSetTrackingOptionsCommandInput}
@@ -50,6 +52,8 @@ export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConf
50
52
  * @throws {@link TooManyRequestsException} (client fault)
51
53
  * <p>Too many requests have been made to the operation.</p>
52
54
  *
55
+ * @throws {@link PinpointEmailServiceException}
56
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
53
57
  *
54
58
  */
55
59
  export declare class PutConfigurationSetTrackingOptionsCommand extends $Command<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -41,6 +41,8 @@ export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolR
41
41
  * };
42
42
  * const command = new PutDedicatedIpInPoolCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // {};
45
+ *
44
46
  * ```
45
47
  *
46
48
  * @param PutDedicatedIpInPoolCommandInput - {@link PutDedicatedIpInPoolCommandInput}
@@ -58,6 +60,8 @@ export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolR
58
60
  * @throws {@link TooManyRequestsException} (client fault)
59
61
  * <p>Too many requests have been made to the operation.</p>
60
62
  *
63
+ * @throws {@link PinpointEmailServiceException}
64
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
61
65
  *
62
66
  */
63
67
  export declare class PutDedicatedIpInPoolCommand extends $Command<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicate
32
32
  * };
33
33
  * const command = new PutDedicatedIpWarmupAttributesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param PutDedicatedIpWarmupAttributesCommandInput - {@link PutDedicatedIpWarmupAttributesCommandInput}
@@ -49,6 +51,8 @@ export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicate
49
51
  * @throws {@link TooManyRequestsException} (client fault)
50
52
  * <p>Too many requests have been made to the operation.</p>
51
53
  *
54
+ * @throws {@link PinpointEmailServiceException}
55
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
52
56
  *
53
57
  */
54
58
  export declare class PutDedicatedIpWarmupAttributesCommand extends $Command<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -49,6 +49,8 @@ export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDelive
49
49
  * };
50
50
  * const command = new PutDeliverabilityDashboardOptionCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // {};
53
+ *
52
54
  * ```
53
55
  *
54
56
  * @param PutDeliverabilityDashboardOptionCommandInput - {@link PutDeliverabilityDashboardOptionCommandInput}
@@ -72,6 +74,8 @@ export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDelive
72
74
  * @throws {@link TooManyRequestsException} (client fault)
73
75
  * <p>Too many requests have been made to the operation.</p>
74
76
  *
77
+ * @throws {@link PinpointEmailServiceException}
78
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
75
79
  *
76
80
  */
77
81
  export declare class PutDeliverabilityDashboardOptionCommand extends $Command<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIde
32
32
  * };
33
33
  * const command = new PutEmailIdentityDkimAttributesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param PutEmailIdentityDkimAttributesCommandInput - {@link PutEmailIdentityDkimAttributesCommandInput}
@@ -49,6 +51,8 @@ export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIde
49
51
  * @throws {@link TooManyRequestsException} (client fault)
50
52
  * <p>Too many requests have been made to the operation.</p>
51
53
  *
54
+ * @throws {@link PinpointEmailServiceException}
55
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
52
56
  *
53
57
  */
54
58
  export declare class PutEmailIdentityDkimAttributesCommand extends $Command<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmai
42
42
  * };
43
43
  * const command = new PutEmailIdentityFeedbackAttributesCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param PutEmailIdentityFeedbackAttributesCommandInput - {@link PutEmailIdentityFeedbackAttributesCommandInput}
@@ -59,6 +61,8 @@ export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmai
59
61
  * @throws {@link TooManyRequestsException} (client fault)
60
62
  * <p>Too many requests have been made to the operation.</p>
61
63
  *
64
+ * @throws {@link PinpointEmailServiceException}
65
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
62
66
  *
63
67
  */
64
68
  export declare class PutEmailIdentityFeedbackAttributesCommand extends $Command<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
34
34
  * };
35
35
  * const command = new PutEmailIdentityMailFromAttributesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param PutEmailIdentityMailFromAttributesCommandInput - {@link PutEmailIdentityMailFromAttributesCommandInput}
@@ -51,6 +53,8 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
51
53
  * @throws {@link TooManyRequestsException} (client fault)
52
54
  * <p>Too many requests have been made to the operation.</p>
53
55
  *
56
+ * @throws {@link PinpointEmailServiceException}
57
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
54
58
  *
55
59
  */
56
60
  export declare class PutEmailIdentityMailFromAttributesCommand extends $Command<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -95,6 +95,10 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
95
95
  * };
96
96
  * const command = new SendEmailCommand(input);
97
97
  * const response = await client.send(command);
98
+ * // { // SendEmailResponse
99
+ * // MessageId: "STRING_VALUE",
100
+ * // };
101
+ *
98
102
  * ```
99
103
  *
100
104
  * @param SendEmailCommandInput - {@link SendEmailCommandInput}
@@ -129,6 +133,8 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
129
133
  * @throws {@link TooManyRequestsException} (client fault)
130
134
  * <p>Too many requests have been made to the operation.</p>
131
135
  *
136
+ * @throws {@link PinpointEmailServiceException}
137
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
132
138
  *
133
139
  */
134
140
  export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -45,6 +45,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
45
45
  * };
46
46
  * const command = new TagResourceCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // {};
49
+ *
48
50
  * ```
49
51
  *
50
52
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -65,6 +67,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
65
67
  * @throws {@link TooManyRequestsException} (client fault)
66
68
  * <p>Too many requests have been made to the operation.</p>
67
69
  *
70
+ * @throws {@link PinpointEmailServiceException}
71
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
68
72
  *
69
73
  */
70
74
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -54,6 +56,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
54
56
  * @throws {@link TooManyRequestsException} (client fault)
55
57
  * <p>Too many requests have been made to the operation.</p>
56
58
  *
59
+ * @throws {@link PinpointEmailServiceException}
60
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
57
61
  *
58
62
  */
59
63
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, PinpointEmailClientResolvedConfig> {
@@ -62,6 +62,8 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
62
62
  * };
63
63
  * const command = new UpdateConfigurationSetEventDestinationCommand(input);
64
64
  * const response = await client.send(command);
65
+ * // {};
66
+ *
65
67
  * ```
66
68
  *
67
69
  * @param UpdateConfigurationSetEventDestinationCommandInput - {@link UpdateConfigurationSetEventDestinationCommandInput}
@@ -79,6 +81,8 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
79
81
  * @throws {@link TooManyRequestsException} (client fault)
80
82
  * <p>Too many requests have been made to the operation.</p>
81
83
  *
84
+ * @throws {@link PinpointEmailServiceException}
85
+ * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
82
86
  *
83
87
  */
84
88
  export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pinpoint-email",
3
3
  "description": "AWS SDK for JavaScript Pinpoint Email Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,33 +21,33 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.321.1",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.321.1",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.310.0",
31
- "@aws-sdk/middleware-endpoint": "3.310.0",
32
- "@aws-sdk/middleware-host-header": "3.310.0",
33
- "@aws-sdk/middleware-logger": "3.310.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
- "@aws-sdk/middleware-retry": "3.310.0",
36
- "@aws-sdk/middleware-serde": "3.310.0",
37
- "@aws-sdk/middleware-signing": "3.310.0",
38
- "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.319.0",
30
+ "@aws-sdk/middleware-content-length": "3.325.0",
31
+ "@aws-sdk/middleware-endpoint": "3.325.0",
32
+ "@aws-sdk/middleware-host-header": "3.325.0",
33
+ "@aws-sdk/middleware-logger": "3.325.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.325.0",
36
+ "@aws-sdk/middleware-serde": "3.325.0",
37
+ "@aws-sdk/middleware-signing": "3.325.0",
38
+ "@aws-sdk/middleware-stack": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.325.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.316.0",
43
+ "@aws-sdk/smithy-client": "3.325.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
51
  "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",