@aws-sdk/client-pinpoint-email 3.775.0 → 3.782.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +1 -0
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +1 -0
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +1 -0
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +1 -0
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +1 -0
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +1 -0
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +1 -0
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +1 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +1 -0
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +1 -0
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +1 -0
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -0
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -0
- package/dist-types/commands/SendEmailCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -94,6 +94,7 @@ declare const CreateConfigurationSetCommand_base: {
|
|
|
94
94
|
* @throws {@link PinpointEmailServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreateConfigurationSetCommand extends CreateConfigurationSetCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const CreateConfigurationSetEventDestinationCommand_base: {
|
|
|
99
99
|
* @throws {@link PinpointEmailServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class CreateConfigurationSetEventDestinationCommand extends CreateConfigurationSetEventDestinationCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const CreateDedicatedIpPoolCommand_base: {
|
|
|
76
76
|
* @throws {@link PinpointEmailServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class CreateDedicatedIpPoolCommand extends CreateDedicatedIpPoolCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const CreateDeliverabilityTestReportCommand_base: {
|
|
|
122
122
|
* @throws {@link PinpointEmailServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class CreateDeliverabilityTestReportCommand extends CreateDeliverabilityTestReportCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const CreateEmailIdentityCommand_base: {
|
|
|
93
93
|
* @throws {@link PinpointEmailServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreateEmailIdentityCommand extends CreateEmailIdentityCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteConfigurationSetCommand_base: {
|
|
|
69
69
|
* @throws {@link PinpointEmailServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteConfigurationSetCommand extends DeleteConfigurationSetCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DeleteConfigurationSetEventDestinationCommand_base: {
|
|
|
67
67
|
* @throws {@link PinpointEmailServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteConfigurationSetEventDestinationCommand extends DeleteConfigurationSetEventDestinationCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteDedicatedIpPoolCommand_base: {
|
|
|
64
64
|
* @throws {@link PinpointEmailServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteDedicatedIpPoolCommand extends DeleteDedicatedIpPoolCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteEmailIdentityCommand_base: {
|
|
|
65
65
|
* @throws {@link PinpointEmailServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteEmailIdentityCommand extends DeleteEmailIdentityCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const GetAccountCommand_base: {
|
|
|
67
67
|
* @throws {@link PinpointEmailServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetAccountCommand extends GetAccountCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetBlacklistReportsCommand_base: {
|
|
|
73
73
|
* @throws {@link PinpointEmailServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetBlacklistReportsCommand extends GetBlacklistReportsCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetConfigurationSetCommand_base: {
|
|
|
90
90
|
* @throws {@link PinpointEmailServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetConfigurationSetCommand extends GetConfigurationSetCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const GetConfigurationSetEventDestinationsCommand_base: {
|
|
|
96
96
|
* @throws {@link PinpointEmailServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetConfigurationSetEventDestinationsCommand extends GetConfigurationSetEventDestinationsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetDedicatedIpCommand_base: {
|
|
|
70
70
|
* @throws {@link PinpointEmailServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetDedicatedIpCommand extends GetDedicatedIpCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetDedicatedIpsCommand_base: {
|
|
|
74
74
|
* @throws {@link PinpointEmailServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetDedicatedIpsCommand extends GetDedicatedIpsCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const GetDeliverabilityDashboardOptionsCommand_base: {
|
|
|
93
93
|
* @throws {@link PinpointEmailServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class GetDeliverabilityDashboardOptionsCommand extends GetDeliverabilityDashboardOptionsCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const GetDeliverabilityTestReportCommand_base: {
|
|
|
96
96
|
* @throws {@link PinpointEmailServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetDeliverabilityTestReportCommand extends GetDeliverabilityTestReportCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetDomainDeliverabilityCampaignCommand_base: {
|
|
|
85
85
|
* @throws {@link PinpointEmailServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetDomainDeliverabilityCampaignCommand extends GetDomainDeliverabilityCampaignCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const GetDomainStatisticsReportCommand_base: {
|
|
|
103
103
|
* @throws {@link PinpointEmailServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class GetDomainStatisticsReportCommand extends GetDomainStatisticsReportCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetEmailIdentityCommand_base: {
|
|
|
85
85
|
* @throws {@link PinpointEmailServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetEmailIdentityCommand extends GetEmailIdentityCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListConfigurationSetsCommand_base: {
|
|
|
70
70
|
* @throws {@link PinpointEmailServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListConfigurationSetsCommand extends ListConfigurationSetsCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const ListDedicatedIpPoolsCommand_base: {
|
|
|
65
65
|
* @throws {@link PinpointEmailServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ListDedicatedIpPoolsCommand extends ListDedicatedIpPoolsCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListDeliverabilityTestReportsCommand_base: {
|
|
|
76
76
|
* @throws {@link PinpointEmailServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListDeliverabilityTestReportsCommand extends ListDeliverabilityTestReportsCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const ListDomainDeliverabilityCampaignsCommand_base: {
|
|
|
92
92
|
* @throws {@link PinpointEmailServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListDomainDeliverabilityCampaignsCommand extends ListDomainDeliverabilityCampaignsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListEmailIdentitiesCommand_base: {
|
|
|
70
70
|
* @throws {@link PinpointEmailServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListEmailIdentitiesCommand extends ListEmailIdentitiesCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link PinpointEmailServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const PutAccountDedicatedIpWarmupAttributesCommand_base: {
|
|
|
58
58
|
* @throws {@link PinpointEmailServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class PutAccountDedicatedIpWarmupAttributesCommand extends PutAccountDedicatedIpWarmupAttributesCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const PutAccountSendingAttributesCommand_base: {
|
|
|
58
58
|
* @throws {@link PinpointEmailServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class PutAccountSendingAttributesCommand extends PutAccountSendingAttributesCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const PutConfigurationSetDeliveryOptionsCommand_base: {
|
|
|
64
64
|
* @throws {@link PinpointEmailServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class PutConfigurationSetDeliveryOptionsCommand extends PutConfigurationSetDeliveryOptionsCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const PutConfigurationSetReputationOptionsCommand_base: {
|
|
|
63
63
|
* @throws {@link PinpointEmailServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class PutConfigurationSetReputationOptionsCommand extends PutConfigurationSetReputationOptionsCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const PutConfigurationSetSendingOptionsCommand_base: {
|
|
|
63
63
|
* @throws {@link PinpointEmailServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class PutConfigurationSetSendingOptionsCommand extends PutConfigurationSetSendingOptionsCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const PutConfigurationSetTrackingOptionsCommand_base: {
|
|
|
63
63
|
* @throws {@link PinpointEmailServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class PutConfigurationSetTrackingOptionsCommand extends PutConfigurationSetTrackingOptionsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const PutDedicatedIpInPoolCommand_base: {
|
|
|
71
71
|
* @throws {@link PinpointEmailServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class PutDedicatedIpInPoolCommand extends PutDedicatedIpInPoolCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const PutDedicatedIpWarmupAttributesCommand_base: {
|
|
|
62
62
|
* @throws {@link PinpointEmailServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class PutDedicatedIpWarmupAttributesCommand extends PutDedicatedIpWarmupAttributesCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const PutDeliverabilityDashboardOptionCommand_base: {
|
|
|
85
85
|
* @throws {@link PinpointEmailServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class PutDeliverabilityDashboardOptionCommand extends PutDeliverabilityDashboardOptionCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const PutEmailIdentityDkimAttributesCommand_base: {
|
|
|
62
62
|
* @throws {@link PinpointEmailServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class PutEmailIdentityDkimAttributesCommand extends PutEmailIdentityDkimAttributesCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const PutEmailIdentityFeedbackAttributesCommand_base: {
|
|
|
72
72
|
* @throws {@link PinpointEmailServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class PutEmailIdentityFeedbackAttributesCommand extends PutEmailIdentityFeedbackAttributesCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const PutEmailIdentityMailFromAttributesCommand_base: {
|
|
|
64
64
|
* @throws {@link PinpointEmailServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class PutEmailIdentityMailFromAttributesCommand extends PutEmailIdentityMailFromAttributesCommand_base {
|
|
@@ -144,6 +144,7 @@ declare const SendEmailCommand_base: {
|
|
|
144
144
|
* @throws {@link PinpointEmailServiceException}
|
|
145
145
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
146
146
|
*
|
|
147
|
+
*
|
|
147
148
|
* @public
|
|
148
149
|
*/
|
|
149
150
|
export declare class SendEmailCommand extends SendEmailCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const TagResourceCommand_base: {
|
|
|
78
78
|
* @throws {@link PinpointEmailServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link PinpointEmailServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const UpdateConfigurationSetEventDestinationCommand_base: {
|
|
|
92
92
|
* @throws {@link PinpointEmailServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from PinpointEmail service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateConfigurationSetEventDestinationCommand extends UpdateConfigurationSetEventDestinationCommand_base {
|
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.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-pinpoint-email",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|