@aws-sdk/client-sesv2 3.288.0 → 3.290.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 (87) hide show
  1. package/dist-types/commands/BatchGetMetricDataCommand.d.ts +13 -0
  2. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +19 -0
  3. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateContactCommand.d.ts +13 -0
  5. package/dist-types/commands/CreateContactListCommand.d.ts +13 -0
  6. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +30 -0
  9. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +19 -0
  10. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +13 -0
  12. package/dist-types/commands/CreateImportJobCommand.d.ts +10 -0
  13. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +13 -0
  14. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +10 -0
  15. package/dist-types/commands/DeleteContactCommand.d.ts +10 -0
  16. package/dist-types/commands/DeleteContactListCommand.d.ts +13 -0
  17. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +10 -0
  18. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +13 -0
  19. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +13 -0
  20. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +10 -0
  21. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +10 -0
  22. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +10 -0
  23. package/dist-types/commands/GetAccountCommand.d.ts +7 -0
  24. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +10 -0
  25. package/dist-types/commands/GetConfigurationSetCommand.d.ts +10 -0
  26. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +10 -0
  27. package/dist-types/commands/GetContactCommand.d.ts +10 -0
  28. package/dist-types/commands/GetContactListCommand.d.ts +10 -0
  29. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +10 -0
  30. package/dist-types/commands/GetDedicatedIpCommand.d.ts +10 -0
  31. package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +10 -0
  32. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +10 -0
  33. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +10 -0
  34. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +10 -0
  35. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +10 -0
  36. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +10 -0
  37. package/dist-types/commands/GetEmailIdentityCommand.d.ts +10 -0
  38. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +10 -0
  39. package/dist-types/commands/GetEmailTemplateCommand.d.ts +10 -0
  40. package/dist-types/commands/GetImportJobCommand.d.ts +10 -0
  41. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +10 -0
  42. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +7 -0
  43. package/dist-types/commands/ListContactListsCommand.d.ts +7 -0
  44. package/dist-types/commands/ListContactsCommand.d.ts +10 -0
  45. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +7 -0
  46. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +7 -0
  47. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +10 -0
  48. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +10 -0
  49. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +7 -0
  50. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +7 -0
  51. package/dist-types/commands/ListImportJobsCommand.d.ts +7 -0
  52. package/dist-types/commands/ListRecommendationsCommand.d.ts +10 -0
  53. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +10 -0
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
  55. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +7 -0
  56. package/dist-types/commands/PutAccountDetailsCommand.d.ts +10 -0
  57. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +7 -0
  58. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +7 -0
  59. package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +7 -0
  60. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +10 -0
  61. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +10 -0
  62. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +10 -0
  63. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +10 -0
  64. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +10 -0
  65. package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +10 -0
  66. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +10 -0
  67. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +10 -0
  68. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +16 -0
  69. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +10 -0
  70. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +10 -0
  71. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +10 -0
  72. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +10 -0
  73. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +10 -0
  74. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +7 -0
  75. package/dist-types/commands/SendBulkEmailCommand.d.ts +27 -0
  76. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +23 -0
  77. package/dist-types/commands/SendEmailCommand.d.ts +27 -0
  78. package/dist-types/commands/TagResourceCommand.d.ts +13 -0
  79. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +10 -0
  80. package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
  81. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +10 -0
  82. package/dist-types/commands/UpdateContactCommand.d.ts +13 -0
  83. package/dist-types/commands/UpdateContactListCommand.d.ts +13 -0
  84. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +10 -0
  85. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +10 -0
  86. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +10 -0
  87. package/package.json +29 -29
@@ -30,6 +30,16 @@ export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, _
30
30
  * @see {@link GetDedicatedIpsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link NotFoundException} (client fault)
37
+ * <p>The resource you attempted to access doesn't exist.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Too many requests have been made to the operation.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class GetDedicatedIpsCommand extends $Command<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, SESv2ClientResolvedConfig> {
35
45
  readonly input: GetDedicatedIpsCommandInput;
@@ -35,6 +35,16 @@ export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliv
35
35
  * @see {@link GetDeliverabilityDashboardOptionsCommandOutput} for command's `response` shape.
36
36
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
37
37
  *
38
+ * @throws {@link BadRequestException} (client fault)
39
+ * <p>The input you provided is invalid.</p>
40
+ *
41
+ * @throws {@link LimitExceededException} (client fault)
42
+ * <p>There are too many instances of the specified resource type.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>Too many requests have been made to the operation.</p>
46
+ *
47
+ *
38
48
  */
39
49
  export declare class GetDeliverabilityDashboardOptionsCommand extends $Command<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, SESv2ClientResolvedConfig> {
40
50
  readonly input: GetDeliverabilityDashboardOptionsCommandInput;
@@ -29,6 +29,16 @@ export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabil
29
29
  * @see {@link GetDeliverabilityTestReportCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input you provided is invalid.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The resource you attempted to access doesn't exist.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>Too many requests have been made to the operation.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetDeliverabilityTestReportCommand extends $Command<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, SESv2ClientResolvedConfig> {
34
44
  readonly input: GetDeliverabilityTestReportCommandInput;
@@ -31,6 +31,16 @@ export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainD
31
31
  * @see {@link GetDomainDeliverabilityCampaignCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>The input you provided is invalid.</p>
36
+ *
37
+ * @throws {@link NotFoundException} (client fault)
38
+ * <p>The resource you attempted to access doesn't exist.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>Too many requests have been made to the operation.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class GetDomainDeliverabilityCampaignCommand extends $Command<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, SESv2ClientResolvedConfig> {
36
46
  readonly input: GetDomainDeliverabilityCampaignCommandInput;
@@ -30,6 +30,16 @@ export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatist
30
30
  * @see {@link GetDomainStatisticsReportCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link NotFoundException} (client fault)
37
+ * <p>The resource you attempted to access doesn't exist.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Too many requests have been made to the operation.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class GetDomainStatisticsReportCommand extends $Command<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, SESv2ClientResolvedConfig> {
35
45
  readonly input: GetDomainStatisticsReportCommandInput;
@@ -31,6 +31,16 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse,
31
31
  * @see {@link GetEmailIdentityCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>The input you provided is invalid.</p>
36
+ *
37
+ * @throws {@link NotFoundException} (client fault)
38
+ * <p>The resource you attempted to access doesn't exist.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>Too many requests have been made to the operation.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class GetEmailIdentityCommand extends $Command<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, SESv2ClientResolvedConfig> {
36
46
  readonly input: GetEmailIdentityCommandInput;
@@ -40,6 +40,16 @@ export interface GetEmailIdentityPoliciesCommandOutput extends GetEmailIdentityP
40
40
  * @see {@link GetEmailIdentityPoliciesCommandOutput} for command's `response` shape.
41
41
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
42
42
  *
43
+ * @throws {@link BadRequestException} (client fault)
44
+ * <p>The input you provided is invalid.</p>
45
+ *
46
+ * @throws {@link NotFoundException} (client fault)
47
+ * <p>The resource you attempted to access doesn't exist.</p>
48
+ *
49
+ * @throws {@link TooManyRequestsException} (client fault)
50
+ * <p>Too many requests have been made to the operation.</p>
51
+ *
52
+ *
43
53
  */
44
54
  export declare class GetEmailIdentityPoliciesCommand extends $Command<GetEmailIdentityPoliciesCommandInput, GetEmailIdentityPoliciesCommandOutput, SESv2ClientResolvedConfig> {
45
55
  readonly input: GetEmailIdentityPoliciesCommandInput;
@@ -31,6 +31,16 @@ export interface GetEmailTemplateCommandOutput extends GetEmailTemplateResponse,
31
31
  * @see {@link GetEmailTemplateCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>The input you provided is invalid.</p>
36
+ *
37
+ * @throws {@link NotFoundException} (client fault)
38
+ * <p>The resource you attempted to access doesn't exist.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>Too many requests have been made to the operation.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class GetEmailTemplateCommand extends $Command<GetEmailTemplateCommandInput, GetEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
36
46
  readonly input: GetEmailTemplateCommandInput;
@@ -29,6 +29,16 @@ export interface GetImportJobCommandOutput extends GetImportJobResponse, __Metad
29
29
  * @see {@link GetImportJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input you provided is invalid.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The resource you attempted to access doesn't exist.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>Too many requests have been made to the operation.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetImportJobCommand extends $Command<GetImportJobCommandInput, GetImportJobCommandOutput, SESv2ClientResolvedConfig> {
34
44
  readonly input: GetImportJobCommandInput;
@@ -30,6 +30,16 @@ export interface GetSuppressedDestinationCommandOutput extends GetSuppressedDest
30
30
  * @see {@link GetSuppressedDestinationCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link NotFoundException} (client fault)
37
+ * <p>The resource you attempted to access doesn't exist.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Too many requests have been made to the operation.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class GetSuppressedDestinationCommand extends $Command<GetSuppressedDestinationCommandInput, GetSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
35
45
  readonly input: GetSuppressedDestinationCommandInput;
@@ -35,6 +35,13 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
35
35
  * @see {@link ListConfigurationSetsCommandOutput} for command's `response` shape.
36
36
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
37
37
  *
38
+ * @throws {@link BadRequestException} (client fault)
39
+ * <p>The input you provided is invalid.</p>
40
+ *
41
+ * @throws {@link TooManyRequestsException} (client fault)
42
+ * <p>Too many requests have been made to the operation.</p>
43
+ *
44
+ *
38
45
  */
39
46
  export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESv2ClientResolvedConfig> {
40
47
  readonly input: ListConfigurationSetsCommandInput;
@@ -29,6 +29,13 @@ export interface ListContactListsCommandOutput extends ListContactListsResponse,
29
29
  * @see {@link ListContactListsCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input you provided is invalid.</p>
34
+ *
35
+ * @throws {@link TooManyRequestsException} (client fault)
36
+ * <p>Too many requests have been made to the operation.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListContactListsCommand extends $Command<ListContactListsCommandInput, ListContactListsCommandOutput, SESv2ClientResolvedConfig> {
34
41
  readonly input: ListContactListsCommandInput;
@@ -29,6 +29,16 @@ export interface ListContactsCommandOutput extends ListContactsResponse, __Metad
29
29
  * @see {@link ListContactsCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input you provided is invalid.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The resource you attempted to access doesn't exist.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>Too many requests have been made to the operation.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListContactsCommand extends $Command<ListContactsCommandInput, ListContactsCommandOutput, SESv2ClientResolvedConfig> {
34
44
  readonly input: ListContactsCommandInput;
@@ -34,6 +34,13 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
34
34
  * @see {@link ListCustomVerificationEmailTemplatesCommandOutput} for command's `response` shape.
35
35
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
36
36
  *
37
+ * @throws {@link BadRequestException} (client fault)
38
+ * <p>The input you provided is invalid.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>Too many requests have been made to the operation.</p>
42
+ *
43
+ *
37
44
  */
38
45
  export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESv2ClientResolvedConfig> {
39
46
  readonly input: ListCustomVerificationEmailTemplatesCommandInput;
@@ -30,6 +30,13 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
30
30
  * @see {@link ListDedicatedIpPoolsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link TooManyRequestsException} (client fault)
37
+ * <p>Too many requests have been made to the operation.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class ListDedicatedIpPoolsCommand extends $Command<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, SESv2ClientResolvedConfig> {
35
42
  readonly input: ListDedicatedIpPoolsCommandInput;
@@ -31,6 +31,16 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
31
31
  * @see {@link ListDeliverabilityTestReportsCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>The input you provided is invalid.</p>
36
+ *
37
+ * @throws {@link NotFoundException} (client fault)
38
+ * <p>The resource you attempted to access doesn't exist.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>Too many requests have been made to the operation.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class ListDeliverabilityTestReportsCommand extends $Command<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, SESv2ClientResolvedConfig> {
36
46
  readonly input: ListDeliverabilityTestReportsCommandInput;
@@ -31,6 +31,16 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
31
31
  * @see {@link ListDomainDeliverabilityCampaignsCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>The input you provided is invalid.</p>
36
+ *
37
+ * @throws {@link NotFoundException} (client fault)
38
+ * <p>The resource you attempted to access doesn't exist.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>Too many requests have been made to the operation.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class ListDomainDeliverabilityCampaignsCommand extends $Command<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, SESv2ClientResolvedConfig> {
36
46
  readonly input: ListDomainDeliverabilityCampaignsCommandInput;
@@ -32,6 +32,13 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
32
32
  * @see {@link ListEmailIdentitiesCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>The input you provided is invalid.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>Too many requests have been made to the operation.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class ListEmailIdentitiesCommand extends $Command<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, SESv2ClientResolvedConfig> {
37
44
  readonly input: ListEmailIdentitiesCommandInput;
@@ -31,6 +31,13 @@ export interface ListEmailTemplatesCommandOutput extends ListEmailTemplatesRespo
31
31
  * @see {@link ListEmailTemplatesCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>The input you provided is invalid.</p>
36
+ *
37
+ * @throws {@link TooManyRequestsException} (client fault)
38
+ * <p>Too many requests have been made to the operation.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class ListEmailTemplatesCommand extends $Command<ListEmailTemplatesCommandInput, ListEmailTemplatesCommandOutput, SESv2ClientResolvedConfig> {
36
43
  readonly input: ListEmailTemplatesCommandInput;
@@ -29,6 +29,13 @@ export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __M
29
29
  * @see {@link ListImportJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input you provided is invalid.</p>
34
+ *
35
+ * @throws {@link TooManyRequestsException} (client fault)
36
+ * <p>Too many requests have been made to the operation.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class ListImportJobsCommand extends $Command<ListImportJobsCommandInput, ListImportJobsCommandOutput, SESv2ClientResolvedConfig> {
34
41
  readonly input: ListImportJobsCommandInput;
@@ -30,6 +30,16 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
30
30
  * @see {@link ListRecommendationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link NotFoundException} (client fault)
37
+ * <p>The resource you attempted to access doesn't exist.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Too many requests have been made to the operation.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class ListRecommendationsCommand extends $Command<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, SESv2ClientResolvedConfig> {
35
45
  readonly input: ListRecommendationsCommandInput;
@@ -30,6 +30,16 @@ export interface ListSuppressedDestinationsCommandOutput extends ListSuppressedD
30
30
  * @see {@link ListSuppressedDestinationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link InvalidNextTokenException} (client fault)
37
+ * <p>The specified request includes an invalid or expired token.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Too many requests have been made to the operation.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class ListSuppressedDestinationsCommand extends $Command<ListSuppressedDestinationsCommandInput, ListSuppressedDestinationsCommandOutput, SESv2ClientResolvedConfig> {
35
45
  readonly input: ListSuppressedDestinationsCommandInput;
@@ -34,6 +34,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
34
34
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
35
35
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
36
36
  *
37
+ * @throws {@link BadRequestException} (client fault)
38
+ * <p>The input you provided is invalid.</p>
39
+ *
40
+ * @throws {@link NotFoundException} (client fault)
41
+ * <p>The resource you attempted to access doesn't exist.</p>
42
+ *
43
+ * @throws {@link TooManyRequestsException} (client fault)
44
+ * <p>Too many requests have been made to the operation.</p>
45
+ *
46
+ *
37
47
  */
38
48
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SESv2ClientResolvedConfig> {
39
49
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,13 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutA
29
29
  * @see {@link PutAccountDedicatedIpWarmupAttributesCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input you provided is invalid.</p>
34
+ *
35
+ * @throws {@link TooManyRequestsException} (client fault)
36
+ * <p>Too many requests have been made to the operation.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class PutAccountDedicatedIpWarmupAttributesCommand extends $Command<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig> {
34
41
  readonly input: PutAccountDedicatedIpWarmupAttributesCommandInput;
@@ -29,6 +29,16 @@ export interface PutAccountDetailsCommandOutput extends PutAccountDetailsRespons
29
29
  * @see {@link PutAccountDetailsCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input you provided is invalid.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>If there is already an ongoing account details update under review.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>Too many requests have been made to the operation.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class PutAccountDetailsCommand extends $Command<PutAccountDetailsCommandInput, PutAccountDetailsCommandOutput, SESv2ClientResolvedConfig> {
34
44
  readonly input: PutAccountDetailsCommandInput;
@@ -29,6 +29,13 @@ export interface PutAccountSendingAttributesCommandOutput extends PutAccountSend
29
29
  * @see {@link PutAccountSendingAttributesCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input you provided is invalid.</p>
34
+ *
35
+ * @throws {@link TooManyRequestsException} (client fault)
36
+ * <p>Too many requests have been made to the operation.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class PutAccountSendingAttributesCommand extends $Command<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, SESv2ClientResolvedConfig> {
34
41
  readonly input: PutAccountSendingAttributesCommandInput;
@@ -29,6 +29,13 @@ export interface PutAccountSuppressionAttributesCommandOutput extends PutAccount
29
29
  * @see {@link PutAccountSuppressionAttributesCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input you provided is invalid.</p>
34
+ *
35
+ * @throws {@link TooManyRequestsException} (client fault)
36
+ * <p>Too many requests have been made to the operation.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class PutAccountSuppressionAttributesCommand extends $Command<PutAccountSuppressionAttributesCommandInput, PutAccountSuppressionAttributesCommandOutput, SESv2ClientResolvedConfig> {
34
41
  readonly input: PutAccountSuppressionAttributesCommandInput;
@@ -30,6 +30,13 @@ export interface PutAccountVdmAttributesCommandOutput extends PutAccountVdmAttri
30
30
  * @see {@link PutAccountVdmAttributesCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link TooManyRequestsException} (client fault)
37
+ * <p>Too many requests have been made to the operation.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class PutAccountVdmAttributesCommand extends $Command<PutAccountVdmAttributesCommandInput, PutAccountVdmAttributesCommandOutput, SESv2ClientResolvedConfig> {
35
42
  readonly input: PutAccountVdmAttributesCommandInput;
@@ -30,6 +30,16 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
30
30
  * @see {@link PutConfigurationSetDeliveryOptionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link NotFoundException} (client fault)
37
+ * <p>The resource you attempted to access doesn't exist.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Too many requests have been made to the operation.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESv2ClientResolvedConfig> {
35
45
  readonly input: PutConfigurationSetDeliveryOptionsCommandInput;
@@ -30,6 +30,16 @@ export interface PutConfigurationSetReputationOptionsCommandOutput extends PutCo
30
30
  * @see {@link PutConfigurationSetReputationOptionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link NotFoundException} (client fault)
37
+ * <p>The resource you attempted to access doesn't exist.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Too many requests have been made to the operation.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class PutConfigurationSetReputationOptionsCommand extends $Command<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, SESv2ClientResolvedConfig> {
35
45
  readonly input: PutConfigurationSetReputationOptionsCommandInput;
@@ -30,6 +30,16 @@ export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfi
30
30
  * @see {@link PutConfigurationSetSendingOptionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link NotFoundException} (client fault)
37
+ * <p>The resource you attempted to access doesn't exist.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Too many requests have been made to the operation.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class PutConfigurationSetSendingOptionsCommand extends $Command<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, SESv2ClientResolvedConfig> {
35
45
  readonly input: PutConfigurationSetSendingOptionsCommandInput;
@@ -29,6 +29,16 @@ export interface PutConfigurationSetSuppressionOptionsCommandOutput extends PutC
29
29
  * @see {@link PutConfigurationSetSuppressionOptionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input you provided is invalid.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The resource you attempted to access doesn't exist.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>Too many requests have been made to the operation.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class PutConfigurationSetSuppressionOptionsCommand extends $Command<PutConfigurationSetSuppressionOptionsCommandInput, PutConfigurationSetSuppressionOptionsCommandOutput, SESv2ClientResolvedConfig> {
34
44
  readonly input: PutConfigurationSetSuppressionOptionsCommandInput;
@@ -30,6 +30,16 @@ export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConf
30
30
  * @see {@link PutConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link NotFoundException} (client fault)
37
+ * <p>The resource you attempted to access doesn't exist.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Too many requests have been made to the operation.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class PutConfigurationSetTrackingOptionsCommand extends $Command<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, SESv2ClientResolvedConfig> {
35
45
  readonly input: PutConfigurationSetTrackingOptionsCommandInput;
@@ -30,6 +30,16 @@ export interface PutConfigurationSetVdmOptionsCommandOutput extends PutConfigura
30
30
  * @see {@link PutConfigurationSetVdmOptionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input you provided is invalid.</p>
35
+ *
36
+ * @throws {@link NotFoundException} (client fault)
37
+ * <p>The resource you attempted to access doesn't exist.</p>
38
+ *
39
+ * @throws {@link TooManyRequestsException} (client fault)
40
+ * <p>Too many requests have been made to the operation.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class PutConfigurationSetVdmOptionsCommand extends $Command<PutConfigurationSetVdmOptionsCommandInput, PutConfigurationSetVdmOptionsCommandOutput, SESv2ClientResolvedConfig> {
35
45
  readonly input: PutConfigurationSetVdmOptionsCommandInput;
@@ -37,6 +37,16 @@ export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolR
37
37
  * @see {@link PutDedicatedIpInPoolCommandOutput} for command's `response` shape.
38
38
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
39
39
  *
40
+ * @throws {@link BadRequestException} (client fault)
41
+ * <p>The input you provided is invalid.</p>
42
+ *
43
+ * @throws {@link NotFoundException} (client fault)
44
+ * <p>The resource you attempted to access doesn't exist.</p>
45
+ *
46
+ * @throws {@link TooManyRequestsException} (client fault)
47
+ * <p>Too many requests have been made to the operation.</p>
48
+ *
49
+ *
40
50
  */
41
51
  export declare class PutDedicatedIpInPoolCommand extends $Command<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, SESv2ClientResolvedConfig> {
42
52
  readonly input: PutDedicatedIpInPoolCommandInput;
@@ -29,6 +29,16 @@ export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicate
29
29
  * @see {@link PutDedicatedIpWarmupAttributesCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input you provided is invalid.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The resource you attempted to access doesn't exist.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>Too many requests have been made to the operation.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class PutDedicatedIpWarmupAttributesCommand extends $Command<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig> {
34
44
  readonly input: PutDedicatedIpWarmupAttributesCommandInput;