@aws-sdk/client-sesv2 3.278.0 → 3.281.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 +6 -6
@@ -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 { BatchGetMetricDataRequest, BatchGetMetricDataResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link BatchGetMetricDataCommand}.
8
+ */
6
9
  export interface BatchGetMetricDataCommandInput extends BatchGetMetricDataRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetMetricDataCommand}.
13
+ */
8
14
  export interface BatchGetMetricDataCommandOutput extends BatchGetMetricDataResponse, __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 { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link CreateConfigurationSetCommand}.
8
+ */
6
9
  export interface CreateConfigurationSetCommandInput extends CreateConfigurationSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConfigurationSetCommand}.
13
+ */
8
14
  export interface CreateConfigurationSetCommandOutput extends CreateConfigurationSetResponse, __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 { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link CreateConfigurationSetEventDestinationCommand}.
8
+ */
6
9
  export interface CreateConfigurationSetEventDestinationCommandInput extends CreateConfigurationSetEventDestinationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConfigurationSetEventDestinationCommand}.
13
+ */
8
14
  export interface CreateConfigurationSetEventDestinationCommandOutput extends CreateConfigurationSetEventDestinationResponse, __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 { CreateContactRequest, CreateContactResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link CreateContactCommand}.
8
+ */
6
9
  export interface CreateContactCommandInput extends CreateContactRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateContactCommand}.
13
+ */
8
14
  export interface CreateContactCommandOutput extends CreateContactResponse, __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 { CreateContactListRequest, CreateContactListResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link CreateContactListCommand}.
8
+ */
6
9
  export interface CreateContactListCommandInput extends CreateContactListRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateContactListCommand}.
13
+ */
8
14
  export interface CreateContactListCommandOutput extends CreateContactListResponse, __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 { CreateCustomVerificationEmailTemplateRequest, CreateCustomVerificationEmailTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link CreateCustomVerificationEmailTemplateCommand}.
8
+ */
6
9
  export interface CreateCustomVerificationEmailTemplateCommandInput extends CreateCustomVerificationEmailTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateCustomVerificationEmailTemplateCommand}.
13
+ */
8
14
  export interface CreateCustomVerificationEmailTemplateCommandOutput extends CreateCustomVerificationEmailTemplateResponse, __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 { CreateDedicatedIpPoolRequest, CreateDedicatedIpPoolResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link CreateDedicatedIpPoolCommand}.
8
+ */
6
9
  export interface CreateDedicatedIpPoolCommandInput extends CreateDedicatedIpPoolRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDedicatedIpPoolCommand}.
13
+ */
8
14
  export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoolResponse, __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 { CreateDeliverabilityTestReportRequest, CreateDeliverabilityTestReportResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link CreateDeliverabilityTestReportCommand}.
8
+ */
6
9
  export interface CreateDeliverabilityTestReportCommandInput extends CreateDeliverabilityTestReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDeliverabilityTestReportCommand}.
13
+ */
8
14
  export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliverabilityTestReportResponse, __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 { CreateEmailIdentityRequest, CreateEmailIdentityResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link CreateEmailIdentityCommand}.
8
+ */
6
9
  export interface CreateEmailIdentityCommandInput extends CreateEmailIdentityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEmailIdentityCommand}.
13
+ */
8
14
  export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityResponse, __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 { CreateEmailIdentityPolicyRequest, CreateEmailIdentityPolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link CreateEmailIdentityPolicyCommand}.
8
+ */
6
9
  export interface CreateEmailIdentityPolicyCommandInput extends CreateEmailIdentityPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEmailIdentityPolicyCommand}.
13
+ */
8
14
  export interface CreateEmailIdentityPolicyCommandOutput extends CreateEmailIdentityPolicyResponse, __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 { CreateEmailTemplateRequest, CreateEmailTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link CreateEmailTemplateCommand}.
8
+ */
6
9
  export interface CreateEmailTemplateCommandInput extends CreateEmailTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEmailTemplateCommand}.
13
+ */
8
14
  export interface CreateEmailTemplateCommandOutput extends CreateEmailTemplateResponse, __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 { CreateImportJobRequest, CreateImportJobResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link CreateImportJobCommand}.
8
+ */
6
9
  export interface CreateImportJobCommandInput extends CreateImportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateImportJobCommand}.
13
+ */
8
14
  export interface CreateImportJobCommandOutput extends CreateImportJobResponse, __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 { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link DeleteConfigurationSetCommand}.
8
+ */
6
9
  export interface DeleteConfigurationSetCommandInput extends DeleteConfigurationSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConfigurationSetCommand}.
13
+ */
8
14
  export interface DeleteConfigurationSetCommandOutput extends DeleteConfigurationSetResponse, __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 { DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link DeleteConfigurationSetEventDestinationCommand}.
8
+ */
6
9
  export interface DeleteConfigurationSetEventDestinationCommandInput extends DeleteConfigurationSetEventDestinationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConfigurationSetEventDestinationCommand}.
13
+ */
8
14
  export interface DeleteConfigurationSetEventDestinationCommandOutput extends DeleteConfigurationSetEventDestinationResponse, __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 { DeleteContactRequest, DeleteContactResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link DeleteContactCommand}.
8
+ */
6
9
  export interface DeleteContactCommandInput extends DeleteContactRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteContactCommand}.
13
+ */
8
14
  export interface DeleteContactCommandOutput extends DeleteContactResponse, __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 { DeleteContactListRequest, DeleteContactListResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link DeleteContactListCommand}.
8
+ */
6
9
  export interface DeleteContactListCommandInput extends DeleteContactListRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteContactListCommand}.
13
+ */
8
14
  export interface DeleteContactListCommandOutput extends DeleteContactListResponse, __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 { DeleteCustomVerificationEmailTemplateRequest, DeleteCustomVerificationEmailTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link DeleteCustomVerificationEmailTemplateCommand}.
8
+ */
6
9
  export interface DeleteCustomVerificationEmailTemplateCommandInput extends DeleteCustomVerificationEmailTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteCustomVerificationEmailTemplateCommand}.
13
+ */
8
14
  export interface DeleteCustomVerificationEmailTemplateCommandOutput extends DeleteCustomVerificationEmailTemplateResponse, __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 { DeleteDedicatedIpPoolRequest, DeleteDedicatedIpPoolResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link DeleteDedicatedIpPoolCommand}.
8
+ */
6
9
  export interface DeleteDedicatedIpPoolCommandInput extends DeleteDedicatedIpPoolRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDedicatedIpPoolCommand}.
13
+ */
8
14
  export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoolResponse, __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 { DeleteEmailIdentityRequest, DeleteEmailIdentityResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link DeleteEmailIdentityCommand}.
8
+ */
6
9
  export interface DeleteEmailIdentityCommandInput extends DeleteEmailIdentityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEmailIdentityCommand}.
13
+ */
8
14
  export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityResponse, __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 { DeleteEmailIdentityPolicyRequest, DeleteEmailIdentityPolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link DeleteEmailIdentityPolicyCommand}.
8
+ */
6
9
  export interface DeleteEmailIdentityPolicyCommandInput extends DeleteEmailIdentityPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEmailIdentityPolicyCommand}.
13
+ */
8
14
  export interface DeleteEmailIdentityPolicyCommandOutput extends DeleteEmailIdentityPolicyResponse, __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 { DeleteEmailTemplateRequest, DeleteEmailTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link DeleteEmailTemplateCommand}.
8
+ */
6
9
  export interface DeleteEmailTemplateCommandInput extends DeleteEmailTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEmailTemplateCommand}.
13
+ */
8
14
  export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateResponse, __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 { DeleteSuppressedDestinationRequest, DeleteSuppressedDestinationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link DeleteSuppressedDestinationCommand}.
8
+ */
6
9
  export interface DeleteSuppressedDestinationCommandInput extends DeleteSuppressedDestinationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSuppressedDestinationCommand}.
13
+ */
8
14
  export interface DeleteSuppressedDestinationCommandOutput extends DeleteSuppressedDestinationResponse, __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 { GetAccountRequest, GetAccountResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetAccountCommand}.
8
+ */
6
9
  export interface GetAccountCommandInput extends GetAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccountCommand}.
13
+ */
8
14
  export interface GetAccountCommandOutput extends GetAccountResponse, __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 { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetBlacklistReportsCommand}.
8
+ */
6
9
  export interface GetBlacklistReportsCommandInput extends GetBlacklistReportsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBlacklistReportsCommand}.
13
+ */
8
14
  export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsResponse, __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 { GetConfigurationSetRequest, GetConfigurationSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetConfigurationSetCommand}.
8
+ */
6
9
  export interface GetConfigurationSetCommandInput extends GetConfigurationSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetConfigurationSetCommand}.
13
+ */
8
14
  export interface GetConfigurationSetCommandOutput extends GetConfigurationSetResponse, __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 { GetConfigurationSetEventDestinationsRequest, GetConfigurationSetEventDestinationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetConfigurationSetEventDestinationsCommand}.
8
+ */
6
9
  export interface GetConfigurationSetEventDestinationsCommandInput extends GetConfigurationSetEventDestinationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetConfigurationSetEventDestinationsCommand}.
13
+ */
8
14
  export interface GetConfigurationSetEventDestinationsCommandOutput extends GetConfigurationSetEventDestinationsResponse, __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 { GetContactRequest, GetContactResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetContactCommand}.
8
+ */
6
9
  export interface GetContactCommandInput extends GetContactRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetContactCommand}.
13
+ */
8
14
  export interface GetContactCommandOutput extends GetContactResponse, __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 { GetContactListRequest, GetContactListResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetContactListCommand}.
8
+ */
6
9
  export interface GetContactListCommandInput extends GetContactListRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetContactListCommand}.
13
+ */
8
14
  export interface GetContactListCommandOutput extends GetContactListResponse, __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 { GetCustomVerificationEmailTemplateRequest, GetCustomVerificationEmailTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetCustomVerificationEmailTemplateCommand}.
8
+ */
6
9
  export interface GetCustomVerificationEmailTemplateCommandInput extends GetCustomVerificationEmailTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCustomVerificationEmailTemplateCommand}.
13
+ */
8
14
  export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCustomVerificationEmailTemplateResponse, __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 { GetDedicatedIpRequest, GetDedicatedIpResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetDedicatedIpCommand}.
8
+ */
6
9
  export interface GetDedicatedIpCommandInput extends GetDedicatedIpRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDedicatedIpCommand}.
13
+ */
8
14
  export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __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 { GetDedicatedIpPoolRequest, GetDedicatedIpPoolResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetDedicatedIpPoolCommand}.
8
+ */
6
9
  export interface GetDedicatedIpPoolCommandInput extends GetDedicatedIpPoolRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDedicatedIpPoolCommand}.
13
+ */
8
14
  export interface GetDedicatedIpPoolCommandOutput extends GetDedicatedIpPoolResponse, __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 { GetDedicatedIpsRequest, GetDedicatedIpsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetDedicatedIpsCommand}.
8
+ */
6
9
  export interface GetDedicatedIpsCommandInput extends GetDedicatedIpsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDedicatedIpsCommand}.
13
+ */
8
14
  export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, __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 { GetDeliverabilityDashboardOptionsRequest, GetDeliverabilityDashboardOptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetDeliverabilityDashboardOptionsCommand}.
8
+ */
6
9
  export interface GetDeliverabilityDashboardOptionsCommandInput extends GetDeliverabilityDashboardOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeliverabilityDashboardOptionsCommand}.
13
+ */
8
14
  export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliverabilityDashboardOptionsResponse, __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 { GetDeliverabilityTestReportRequest, GetDeliverabilityTestReportResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetDeliverabilityTestReportCommand}.
8
+ */
6
9
  export interface GetDeliverabilityTestReportCommandInput extends GetDeliverabilityTestReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeliverabilityTestReportCommand}.
13
+ */
8
14
  export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabilityTestReportResponse, __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 { GetDomainDeliverabilityCampaignRequest, GetDomainDeliverabilityCampaignResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetDomainDeliverabilityCampaignCommand}.
8
+ */
6
9
  export interface GetDomainDeliverabilityCampaignCommandInput extends GetDomainDeliverabilityCampaignRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDomainDeliverabilityCampaignCommand}.
13
+ */
8
14
  export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainDeliverabilityCampaignResponse, __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 { GetDomainStatisticsReportRequest, GetDomainStatisticsReportResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetDomainStatisticsReportCommand}.
8
+ */
6
9
  export interface GetDomainStatisticsReportCommandInput extends GetDomainStatisticsReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDomainStatisticsReportCommand}.
13
+ */
8
14
  export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatisticsReportResponse, __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 { GetEmailIdentityRequest, GetEmailIdentityResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetEmailIdentityCommand}.
8
+ */
6
9
  export interface GetEmailIdentityCommandInput extends GetEmailIdentityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEmailIdentityCommand}.
13
+ */
8
14
  export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse, __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 { GetEmailIdentityPoliciesRequest, GetEmailIdentityPoliciesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetEmailIdentityPoliciesCommand}.
8
+ */
6
9
  export interface GetEmailIdentityPoliciesCommandInput extends GetEmailIdentityPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEmailIdentityPoliciesCommand}.
13
+ */
8
14
  export interface GetEmailIdentityPoliciesCommandOutput extends GetEmailIdentityPoliciesResponse, __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 { GetEmailTemplateRequest, GetEmailTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * The input for {@link GetEmailTemplateCommand}.
8
+ */
6
9
  export interface GetEmailTemplateCommandInput extends GetEmailTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEmailTemplateCommand}.
13
+ */
8
14
  export interface GetEmailTemplateCommandOutput extends GetEmailTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**