@aws-sdk/client-sesv2 3.279.0 → 3.282.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 (88) hide show
  1. package/README.md +691 -0
  2. package/dist-types/commands/BatchGetMetricDataCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateContactCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateContactListCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateImportJobCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteContactCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteContactListCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +6 -0
  24. package/dist-types/commands/GetAccountCommand.d.ts +6 -0
  25. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +6 -0
  26. package/dist-types/commands/GetConfigurationSetCommand.d.ts +6 -0
  27. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +6 -0
  28. package/dist-types/commands/GetContactCommand.d.ts +6 -0
  29. package/dist-types/commands/GetContactListCommand.d.ts +6 -0
  30. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -0
  31. package/dist-types/commands/GetDedicatedIpCommand.d.ts +6 -0
  32. package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +6 -0
  33. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +6 -0
  34. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +6 -0
  35. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +6 -0
  36. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +6 -0
  37. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +6 -0
  38. package/dist-types/commands/GetEmailIdentityCommand.d.ts +6 -0
  39. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +6 -0
  40. package/dist-types/commands/GetEmailTemplateCommand.d.ts +6 -0
  41. package/dist-types/commands/GetImportJobCommand.d.ts +6 -0
  42. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +6 -0
  43. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +6 -0
  44. package/dist-types/commands/ListContactListsCommand.d.ts +6 -0
  45. package/dist-types/commands/ListContactsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +6 -0
  47. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +6 -0
  51. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +6 -0
  52. package/dist-types/commands/ListImportJobsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  56. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +6 -0
  57. package/dist-types/commands/PutAccountDetailsCommand.d.ts +6 -0
  58. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +6 -0
  59. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +6 -0
  60. package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +6 -0
  61. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -0
  62. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +6 -0
  63. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +6 -0
  64. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +6 -0
  65. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +6 -0
  66. package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +6 -0
  67. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +6 -0
  68. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +6 -0
  69. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +6 -0
  70. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +6 -0
  71. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +6 -0
  72. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +6 -0
  73. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +6 -0
  74. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +6 -0
  75. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +6 -0
  76. package/dist-types/commands/SendBulkEmailCommand.d.ts +6 -0
  77. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +6 -0
  78. package/dist-types/commands/SendEmailCommand.d.ts +6 -0
  79. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  80. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +6 -0
  81. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  82. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -0
  83. package/dist-types/commands/UpdateContactCommand.d.ts +6 -0
  84. package/dist-types/commands/UpdateContactListCommand.d.ts +6 -0
  85. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +6 -0
  86. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +6 -0
  87. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +6 -0
  88. package/package.json +17 -17
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetImportJobRequest, GetImportJobResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetImportJobCommand}.
8
+ */
6
9
  export interface GetImportJobCommandInput extends GetImportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetImportJobCommand}.
13
+ */
8
14
  export interface GetImportJobCommandOutput extends GetImportJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSuppressedDestinationRequest, GetSuppressedDestinationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetSuppressedDestinationCommand}.
8
+ */
6
9
  export interface GetSuppressedDestinationCommandInput extends GetSuppressedDestinationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSuppressedDestinationCommand}.
13
+ */
8
14
  export interface GetSuppressedDestinationCommandOutput extends GetSuppressedDestinationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListConfigurationSetsCommand}.
8
+ */
6
9
  export interface ListConfigurationSetsCommandInput extends ListConfigurationSetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListConfigurationSetsCommand}.
13
+ */
8
14
  export interface ListConfigurationSetsCommandOutput extends ListConfigurationSetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListContactListsRequest, ListContactListsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListContactListsCommand}.
8
+ */
6
9
  export interface ListContactListsCommandInput extends ListContactListsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListContactListsCommand}.
13
+ */
8
14
  export interface ListContactListsCommandOutput extends ListContactListsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListContactsRequest, ListContactsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListContactsCommand}.
8
+ */
6
9
  export interface ListContactsCommandInput extends ListContactsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListContactsCommand}.
13
+ */
8
14
  export interface ListContactsCommandOutput extends ListContactsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListCustomVerificationEmailTemplatesRequest, ListCustomVerificationEmailTemplatesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListCustomVerificationEmailTemplatesCommand}.
8
+ */
6
9
  export interface ListCustomVerificationEmailTemplatesCommandInput extends ListCustomVerificationEmailTemplatesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCustomVerificationEmailTemplatesCommand}.
13
+ */
8
14
  export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListCustomVerificationEmailTemplatesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDedicatedIpPoolsRequest, ListDedicatedIpPoolsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListDedicatedIpPoolsCommand}.
8
+ */
6
9
  export interface ListDedicatedIpPoolsCommandInput extends ListDedicatedIpPoolsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDedicatedIpPoolsCommand}.
13
+ */
8
14
  export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDeliverabilityTestReportsRequest, ListDeliverabilityTestReportsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListDeliverabilityTestReportsCommand}.
8
+ */
6
9
  export interface ListDeliverabilityTestReportsCommandInput extends ListDeliverabilityTestReportsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDeliverabilityTestReportsCommand}.
13
+ */
8
14
  export interface ListDeliverabilityTestReportsCommandOutput extends ListDeliverabilityTestReportsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDomainDeliverabilityCampaignsRequest, ListDomainDeliverabilityCampaignsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListDomainDeliverabilityCampaignsCommand}.
8
+ */
6
9
  export interface ListDomainDeliverabilityCampaignsCommandInput extends ListDomainDeliverabilityCampaignsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDomainDeliverabilityCampaignsCommand}.
13
+ */
8
14
  export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDomainDeliverabilityCampaignsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListEmailIdentitiesRequest, ListEmailIdentitiesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListEmailIdentitiesCommand}.
8
+ */
6
9
  export interface ListEmailIdentitiesCommandInput extends ListEmailIdentitiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEmailIdentitiesCommand}.
13
+ */
8
14
  export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListEmailTemplatesRequest, ListEmailTemplatesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListEmailTemplatesCommand}.
8
+ */
6
9
  export interface ListEmailTemplatesCommandInput extends ListEmailTemplatesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEmailTemplatesCommand}.
13
+ */
8
14
  export interface ListEmailTemplatesCommandOutput extends ListEmailTemplatesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListImportJobsRequest, ListImportJobsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListImportJobsCommand}.
8
+ */
6
9
  export interface ListImportJobsCommandInput extends ListImportJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListImportJobsCommand}.
13
+ */
8
14
  export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListRecommendationsCommand}.
8
+ */
6
9
  export interface ListRecommendationsCommandInput extends ListRecommendationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRecommendationsCommand}.
13
+ */
8
14
  export interface ListRecommendationsCommandOutput extends ListRecommendationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSuppressedDestinationsRequest, ListSuppressedDestinationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListSuppressedDestinationsCommand}.
8
+ */
6
9
  export interface ListSuppressedDestinationsCommandInput extends ListSuppressedDestinationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSuppressedDestinationsCommand}.
13
+ */
8
14
  export interface ListSuppressedDestinationsCommandOutput extends ListSuppressedDestinationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutAccountDedicatedIpWarmupAttributesRequest, PutAccountDedicatedIpWarmupAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutAccountDedicatedIpWarmupAttributesCommand}.
8
+ */
6
9
  export interface PutAccountDedicatedIpWarmupAttributesCommandInput extends PutAccountDedicatedIpWarmupAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutAccountDedicatedIpWarmupAttributesCommand}.
13
+ */
8
14
  export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutAccountDedicatedIpWarmupAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutAccountDetailsRequest, PutAccountDetailsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutAccountDetailsCommand}.
8
+ */
6
9
  export interface PutAccountDetailsCommandInput extends PutAccountDetailsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutAccountDetailsCommand}.
13
+ */
8
14
  export interface PutAccountDetailsCommandOutput extends PutAccountDetailsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutAccountSendingAttributesRequest, PutAccountSendingAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutAccountSendingAttributesCommand}.
8
+ */
6
9
  export interface PutAccountSendingAttributesCommandInput extends PutAccountSendingAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutAccountSendingAttributesCommand}.
13
+ */
8
14
  export interface PutAccountSendingAttributesCommandOutput extends PutAccountSendingAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutAccountSuppressionAttributesRequest, PutAccountSuppressionAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutAccountSuppressionAttributesCommand}.
8
+ */
6
9
  export interface PutAccountSuppressionAttributesCommandInput extends PutAccountSuppressionAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutAccountSuppressionAttributesCommand}.
13
+ */
8
14
  export interface PutAccountSuppressionAttributesCommandOutput extends PutAccountSuppressionAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutAccountVdmAttributesRequest, PutAccountVdmAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutAccountVdmAttributesCommand}.
8
+ */
6
9
  export interface PutAccountVdmAttributesCommandInput extends PutAccountVdmAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutAccountVdmAttributesCommand}.
13
+ */
8
14
  export interface PutAccountVdmAttributesCommandOutput extends PutAccountVdmAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutConfigurationSetDeliveryOptionsCommand}.
8
+ */
6
9
  export interface PutConfigurationSetDeliveryOptionsCommandInput extends PutConfigurationSetDeliveryOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutConfigurationSetDeliveryOptionsCommand}.
13
+ */
8
14
  export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConfigurationSetDeliveryOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutConfigurationSetReputationOptionsRequest, PutConfigurationSetReputationOptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutConfigurationSetReputationOptionsCommand}.
8
+ */
6
9
  export interface PutConfigurationSetReputationOptionsCommandInput extends PutConfigurationSetReputationOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutConfigurationSetReputationOptionsCommand}.
13
+ */
8
14
  export interface PutConfigurationSetReputationOptionsCommandOutput extends PutConfigurationSetReputationOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutConfigurationSetSendingOptionsRequest, PutConfigurationSetSendingOptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutConfigurationSetSendingOptionsCommand}.
8
+ */
6
9
  export interface PutConfigurationSetSendingOptionsCommandInput extends PutConfigurationSetSendingOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutConfigurationSetSendingOptionsCommand}.
13
+ */
8
14
  export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfigurationSetSendingOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutConfigurationSetSuppressionOptionsRequest, PutConfigurationSetSuppressionOptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutConfigurationSetSuppressionOptionsCommand}.
8
+ */
6
9
  export interface PutConfigurationSetSuppressionOptionsCommandInput extends PutConfigurationSetSuppressionOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutConfigurationSetSuppressionOptionsCommand}.
13
+ */
8
14
  export interface PutConfigurationSetSuppressionOptionsCommandOutput extends PutConfigurationSetSuppressionOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutConfigurationSetTrackingOptionsRequest, PutConfigurationSetTrackingOptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutConfigurationSetTrackingOptionsCommand}.
8
+ */
6
9
  export interface PutConfigurationSetTrackingOptionsCommandInput extends PutConfigurationSetTrackingOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutConfigurationSetTrackingOptionsCommand}.
13
+ */
8
14
  export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConfigurationSetTrackingOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutConfigurationSetVdmOptionsRequest, PutConfigurationSetVdmOptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutConfigurationSetVdmOptionsCommand}.
8
+ */
6
9
  export interface PutConfigurationSetVdmOptionsCommandInput extends PutConfigurationSetVdmOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutConfigurationSetVdmOptionsCommand}.
13
+ */
8
14
  export interface PutConfigurationSetVdmOptionsCommandOutput extends PutConfigurationSetVdmOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutDedicatedIpInPoolCommand}.
8
+ */
6
9
  export interface PutDedicatedIpInPoolCommandInput extends PutDedicatedIpInPoolRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutDedicatedIpInPoolCommand}.
13
+ */
8
14
  export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutDedicatedIpWarmupAttributesRequest, PutDedicatedIpWarmupAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutDedicatedIpWarmupAttributesCommand}.
8
+ */
6
9
  export interface PutDedicatedIpWarmupAttributesCommandInput extends PutDedicatedIpWarmupAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutDedicatedIpWarmupAttributesCommand}.
13
+ */
8
14
  export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicatedIpWarmupAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutDeliverabilityDashboardOptionRequest, PutDeliverabilityDashboardOptionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutDeliverabilityDashboardOptionCommand}.
8
+ */
6
9
  export interface PutDeliverabilityDashboardOptionCommandInput extends PutDeliverabilityDashboardOptionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutDeliverabilityDashboardOptionCommand}.
13
+ */
8
14
  export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDeliverabilityDashboardOptionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutEmailIdentityConfigurationSetAttributesRequest, PutEmailIdentityConfigurationSetAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutEmailIdentityConfigurationSetAttributesCommand}.
8
+ */
6
9
  export interface PutEmailIdentityConfigurationSetAttributesCommandInput extends PutEmailIdentityConfigurationSetAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutEmailIdentityConfigurationSetAttributesCommand}.
13
+ */
8
14
  export interface PutEmailIdentityConfigurationSetAttributesCommandOutput extends PutEmailIdentityConfigurationSetAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutEmailIdentityDkimAttributesRequest, PutEmailIdentityDkimAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutEmailIdentityDkimAttributesCommand}.
8
+ */
6
9
  export interface PutEmailIdentityDkimAttributesCommandInput extends PutEmailIdentityDkimAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutEmailIdentityDkimAttributesCommand}.
13
+ */
8
14
  export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIdentityDkimAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutEmailIdentityDkimSigningAttributesRequest, PutEmailIdentityDkimSigningAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutEmailIdentityDkimSigningAttributesCommand}.
8
+ */
6
9
  export interface PutEmailIdentityDkimSigningAttributesCommandInput extends PutEmailIdentityDkimSigningAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutEmailIdentityDkimSigningAttributesCommand}.
13
+ */
8
14
  export interface PutEmailIdentityDkimSigningAttributesCommandOutput extends PutEmailIdentityDkimSigningAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutEmailIdentityFeedbackAttributesRequest, PutEmailIdentityFeedbackAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutEmailIdentityFeedbackAttributesCommand}.
8
+ */
6
9
  export interface PutEmailIdentityFeedbackAttributesCommandInput extends PutEmailIdentityFeedbackAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutEmailIdentityFeedbackAttributesCommand}.
13
+ */
8
14
  export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmailIdentityFeedbackAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutEmailIdentityMailFromAttributesRequest, PutEmailIdentityMailFromAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutEmailIdentityMailFromAttributesCommand}.
8
+ */
6
9
  export interface PutEmailIdentityMailFromAttributesCommandInput extends PutEmailIdentityMailFromAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutEmailIdentityMailFromAttributesCommand}.
13
+ */
8
14
  export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmailIdentityMailFromAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutSuppressedDestinationRequest, PutSuppressedDestinationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link PutSuppressedDestinationCommand}.
8
+ */
6
9
  export interface PutSuppressedDestinationCommandInput extends PutSuppressedDestinationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutSuppressedDestinationCommand}.
13
+ */
8
14
  export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDestinationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendBulkEmailRequest, SendBulkEmailResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link SendBulkEmailCommand}.
8
+ */
6
9
  export interface SendBulkEmailCommandInput extends SendBulkEmailRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SendBulkEmailCommand}.
13
+ */
8
14
  export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendCustomVerificationEmailRequest, SendCustomVerificationEmailResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link SendCustomVerificationEmailCommand}.
8
+ */
6
9
  export interface SendCustomVerificationEmailCommandInput extends SendCustomVerificationEmailRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SendCustomVerificationEmailCommand}.
13
+ */
8
14
  export interface SendCustomVerificationEmailCommandOutput extends SendCustomVerificationEmailResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendEmailRequest, SendEmailResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link SendEmailCommand}.
8
+ */
6
9
  export interface SendEmailCommandInput extends SendEmailRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SendEmailCommand}.
13
+ */
8
14
  export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**