@aws-sdk/client-sesv2 3.295.0 → 3.297.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 (105) hide show
  1. package/dist-types/SESv2.d.ts +87 -0
  2. package/dist-types/SESv2Client.d.ts +24 -4
  3. package/dist-types/commands/BatchGetMetricDataCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateContactCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateContactListCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateImportJobCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteContactCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteContactListCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +16 -0
  25. package/dist-types/commands/GetAccountCommand.d.ts +16 -0
  26. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +16 -0
  27. package/dist-types/commands/GetConfigurationSetCommand.d.ts +16 -0
  28. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +16 -0
  29. package/dist-types/commands/GetContactCommand.d.ts +16 -0
  30. package/dist-types/commands/GetContactListCommand.d.ts +16 -0
  31. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +16 -0
  32. package/dist-types/commands/GetDedicatedIpCommand.d.ts +16 -0
  33. package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +16 -0
  34. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +16 -0
  35. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +16 -0
  36. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +16 -0
  37. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +16 -0
  38. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +16 -0
  39. package/dist-types/commands/GetEmailIdentityCommand.d.ts +16 -0
  40. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +16 -0
  41. package/dist-types/commands/GetEmailTemplateCommand.d.ts +16 -0
  42. package/dist-types/commands/GetImportJobCommand.d.ts +16 -0
  43. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +16 -0
  44. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListContactListsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListContactsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +16 -0
  52. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListImportJobsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListRecommendationsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  57. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +16 -0
  58. package/dist-types/commands/PutAccountDetailsCommand.d.ts +16 -0
  59. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +16 -0
  60. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +16 -0
  61. package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +16 -0
  62. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +16 -0
  63. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +16 -0
  64. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +16 -0
  65. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +16 -0
  66. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +16 -0
  67. package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +16 -0
  68. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +16 -0
  69. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +16 -0
  70. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +16 -0
  71. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +16 -0
  72. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +16 -0
  73. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +16 -0
  74. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +16 -0
  75. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +16 -0
  76. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +16 -0
  77. package/dist-types/commands/SendBulkEmailCommand.d.ts +16 -0
  78. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +16 -0
  79. package/dist-types/commands/SendEmailCommand.d.ts +16 -0
  80. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  81. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +16 -0
  82. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateContactCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateContactListCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +16 -0
  89. package/dist-types/models/SESv2ServiceException.d.ts +2 -0
  90. package/dist-types/models/models_0.d.ts +419 -0
  91. package/dist-types/pagination/GetDedicatedIpsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/Interfaces.d.ts +3 -0
  93. package/dist-types/pagination/ListConfigurationSetsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListContactListsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListContactsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListDedicatedIpPoolsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListEmailIdentitiesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListEmailTemplatesPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListImportJobsPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListRecommendationsPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListSuppressedDestinationsPaginator.d.ts +3 -0
  105. package/package.json +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateImportJobRequest, CreateImportJobResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateImportJobCommand}.
8
10
  */
9
11
  export interface CreateImportJobCommandInput extends CreateImportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateImportJobCommand}.
13
17
  */
14
18
  export interface CreateImportJobCommandOutput extends CreateImportJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an import job for a data destination.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateImportJobCommandOutput extends CreateImportJobResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateImportJobCommandInput - {@link CreateImportJobCommandInput}
34
+ * @returns {@link CreateImportJobCommandOutput}
28
35
  * @see {@link CreateImportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateImportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -43,11 +50,20 @@ export interface CreateImportJobCommandOutput extends CreateImportJobResponse, _
43
50
  export declare class CreateImportJobCommand extends $Command<CreateImportJobCommandInput, CreateImportJobCommandOutput, SESv2ClientResolvedConfig> {
44
51
  readonly input: CreateImportJobCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: CreateImportJobCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImportJobCommandInput, CreateImportJobCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConfigurationSetCommand}.
8
10
  */
9
11
  export interface DeleteConfigurationSetCommandInput extends DeleteConfigurationSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConfigurationSetCommand}.
13
17
  */
14
18
  export interface DeleteConfigurationSetCommandOutput extends DeleteConfigurationSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete an existing configuration set.</p>
18
23
  * <p>
19
24
  * <i>Configuration sets</i> are groups of rules that you can apply to the
@@ -30,6 +35,8 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteConfigurationSetCommandInput - {@link DeleteConfigurationSetCommandInput}
39
+ * @returns {@link DeleteConfigurationSetCommandOutput}
33
40
  * @see {@link DeleteConfigurationSetCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteConfigurationSetCommandOutput} for command's `response` shape.
35
42
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -51,11 +58,20 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
51
58
  export declare class DeleteConfigurationSetCommand extends $Command<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, SESv2ClientResolvedConfig> {
52
59
  readonly input: DeleteConfigurationSetCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DeleteConfigurationSetCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConfigurationSetEventDestinationCommand}.
8
10
  */
9
11
  export interface DeleteConfigurationSetEventDestinationCommandInput extends DeleteConfigurationSetEventDestinationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConfigurationSetEventDestinationCommand}.
13
17
  */
14
18
  export interface DeleteConfigurationSetEventDestinationCommandOutput extends DeleteConfigurationSetEventDestinationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete an event destination.</p>
18
23
  * <p>
19
24
  * <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
@@ -31,6 +36,8 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DeleteConfigurationSetEventDestinationCommandInput - {@link DeleteConfigurationSetEventDestinationCommandInput}
40
+ * @returns {@link DeleteConfigurationSetEventDestinationCommandOutput}
34
41
  * @see {@link DeleteConfigurationSetEventDestinationCommandInput} for command's `input` shape.
35
42
  * @see {@link DeleteConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
36
43
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
49
56
  export declare class DeleteConfigurationSetEventDestinationCommand extends $Command<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig> {
50
57
  readonly input: DeleteConfigurationSetEventDestinationCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteConfigurationSetEventDestinationCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteContactRequest, DeleteContactResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteContactCommand}.
8
10
  */
9
11
  export interface DeleteContactCommandInput extends DeleteContactRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteContactCommand}.
13
17
  */
14
18
  export interface DeleteContactCommandOutput extends DeleteContactResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes a contact from a contact list.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteContactCommandInput - {@link DeleteContactCommandInput}
34
+ * @returns {@link DeleteContactCommandOutput}
28
35
  * @see {@link DeleteContactCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteContactCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met
43
50
  export declare class DeleteContactCommand extends $Command<DeleteContactCommandInput, DeleteContactCommandOutput, SESv2ClientResolvedConfig> {
44
51
  readonly input: DeleteContactCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteContactCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteContactCommandInput, DeleteContactCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteContactListRequest, DeleteContactListResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteContactListCommand}.
8
10
  */
9
11
  export interface DeleteContactListCommandInput extends DeleteContactListRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteContactListCommand}.
13
17
  */
14
18
  export interface DeleteContactListCommandOutput extends DeleteContactListResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a contact list and all of the contacts on that list.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteContactListCommandOutput extends DeleteContactListRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteContactListCommandInput - {@link DeleteContactListCommandInput}
34
+ * @returns {@link DeleteContactListCommandOutput}
28
35
  * @see {@link DeleteContactListCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteContactListCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteContactListCommandOutput extends DeleteContactListRespons
46
53
  export declare class DeleteContactListCommand extends $Command<DeleteContactListCommandInput, DeleteContactListCommandOutput, SESv2ClientResolvedConfig> {
47
54
  readonly input: DeleteContactListCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteContactListCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteContactListCommandInput, DeleteContactListCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteCustomVerificationEmailTemplateRequest, DeleteCustomVerificationEmailTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCustomVerificationEmailTemplateCommand}.
8
10
  */
9
11
  export interface DeleteCustomVerificationEmailTemplateCommandInput extends DeleteCustomVerificationEmailTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCustomVerificationEmailTemplateCommand}.
13
17
  */
14
18
  export interface DeleteCustomVerificationEmailTemplateCommandOutput extends DeleteCustomVerificationEmailTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an existing custom verification email template.</p>
18
23
  * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
19
24
  * custom verification email templates</a> in the <i>Amazon SES Developer
@@ -29,6 +34,8 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends Dele
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteCustomVerificationEmailTemplateCommandInput - {@link DeleteCustomVerificationEmailTemplateCommandInput}
38
+ * @returns {@link DeleteCustomVerificationEmailTemplateCommandOutput}
32
39
  * @see {@link DeleteCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
34
41
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends Dele
47
54
  export declare class DeleteCustomVerificationEmailTemplateCommand extends $Command<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
48
55
  readonly input: DeleteCustomVerificationEmailTemplateCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteCustomVerificationEmailTemplateCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteDedicatedIpPoolRequest, DeleteDedicatedIpPoolResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDedicatedIpPoolCommand}.
8
10
  */
9
11
  export interface DeleteDedicatedIpPoolCommandInput extends DeleteDedicatedIpPoolRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDedicatedIpPoolCommand}.
13
17
  */
14
18
  export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoolResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete a dedicated IP pool.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteDedicatedIpPoolCommandInput - {@link DeleteDedicatedIpPoolCommandInput}
34
+ * @returns {@link DeleteDedicatedIpPoolCommandOutput}
28
35
  * @see {@link DeleteDedicatedIpPoolCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteDedicatedIpPoolCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo
46
53
  export declare class DeleteDedicatedIpPoolCommand extends $Command<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, SESv2ClientResolvedConfig> {
47
54
  readonly input: DeleteDedicatedIpPoolCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteDedicatedIpPoolCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteEmailIdentityRequest, DeleteEmailIdentityResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEmailIdentityCommand}.
8
10
  */
9
11
  export interface DeleteEmailIdentityCommandInput extends DeleteEmailIdentityRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEmailIdentityCommand}.
13
17
  */
14
18
  export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an email identity. An identity can be either an email address or a domain
18
23
  * name.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteEmailIdentityCommandInput - {@link DeleteEmailIdentityCommandInput}
35
+ * @returns {@link DeleteEmailIdentityCommandOutput}
29
36
  * @see {@link DeleteEmailIdentityCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteEmailIdentityCommandOutput} for command's `response` shape.
31
38
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes
47
54
  export declare class DeleteEmailIdentityCommand extends $Command<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, SESv2ClientResolvedConfig> {
48
55
  readonly input: DeleteEmailIdentityCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteEmailIdentityCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteEmailIdentityPolicyRequest, DeleteEmailIdentityPolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEmailIdentityPolicyCommand}.
8
10
  */
9
11
  export interface DeleteEmailIdentityPolicyCommandInput extends DeleteEmailIdentityPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEmailIdentityPolicyCommand}.
13
17
  */
14
18
  export interface DeleteEmailIdentityPolicyCommandOutput extends DeleteEmailIdentityPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified sending authorization policy for the given identity (an email
18
23
  * address or a domain). This API returns successfully even if a policy with the specified
19
24
  * name does not exist.</p>
@@ -36,6 +41,8 @@ export interface DeleteEmailIdentityPolicyCommandOutput extends DeleteEmailIdent
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param DeleteEmailIdentityPolicyCommandInput - {@link DeleteEmailIdentityPolicyCommandInput}
45
+ * @returns {@link DeleteEmailIdentityPolicyCommandOutput}
39
46
  * @see {@link DeleteEmailIdentityPolicyCommandInput} for command's `input` shape.
40
47
  * @see {@link DeleteEmailIdentityPolicyCommandOutput} for command's `response` shape.
41
48
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -54,11 +61,20 @@ export interface DeleteEmailIdentityPolicyCommandOutput extends DeleteEmailIdent
54
61
  export declare class DeleteEmailIdentityPolicyCommand extends $Command<DeleteEmailIdentityPolicyCommandInput, DeleteEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig> {
55
62
  readonly input: DeleteEmailIdentityPolicyCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: DeleteEmailIdentityPolicyCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEmailIdentityPolicyCommandInput, DeleteEmailIdentityPolicyCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteEmailTemplateRequest, DeleteEmailTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEmailTemplateCommand}.
8
10
  */
9
11
  export interface DeleteEmailTemplateCommandInput extends DeleteEmailTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEmailTemplateCommand}.
13
17
  */
14
18
  export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an email template.</p>
18
23
  * <p>You can execute this operation no more than once per second.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteEmailTemplateCommandInput - {@link DeleteEmailTemplateCommandInput}
35
+ * @returns {@link DeleteEmailTemplateCommandOutput}
29
36
  * @see {@link DeleteEmailTemplateCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteEmailTemplateCommandOutput} for command's `response` shape.
31
38
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -44,11 +51,20 @@ export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateRes
44
51
  export declare class DeleteEmailTemplateCommand extends $Command<DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
45
52
  readonly input: DeleteEmailTemplateCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DeleteEmailTemplateCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteSuppressedDestinationRequest, DeleteSuppressedDestinationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSuppressedDestinationCommand}.
8
10
  */
9
11
  export interface DeleteSuppressedDestinationCommandInput extends DeleteSuppressedDestinationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSuppressedDestinationCommand}.
13
17
  */
14
18
  export interface DeleteSuppressedDestinationCommandOutput extends DeleteSuppressedDestinationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes an email address from the suppression list for your account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteSuppressedDestinationCommandOutput extends DeleteSuppress
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteSuppressedDestinationCommandInput - {@link DeleteSuppressedDestinationCommandInput}
34
+ * @returns {@link DeleteSuppressedDestinationCommandOutput}
28
35
  * @see {@link DeleteSuppressedDestinationCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteSuppressedDestinationCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteSuppressedDestinationCommandOutput extends DeleteSuppress
43
50
  export declare class DeleteSuppressedDestinationCommand extends $Command<DeleteSuppressedDestinationCommandInput, DeleteSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
44
51
  readonly input: DeleteSuppressedDestinationCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteSuppressedDestinationCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSuppressedDestinationCommandInput, DeleteSuppressedDestinationCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetAccountRequest, GetAccountResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAccountCommand}.
8
10
  */
9
11
  export interface GetAccountCommandInput extends GetAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAccountCommand}.
13
17
  */
14
18
  export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Obtain information about the email-sending status and capabilities of your Amazon SES
18
23
  * account in the current Amazon Web Services Region.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetAccountCommandInput - {@link GetAccountCommandInput}
35
+ * @returns {@link GetAccountCommandOutput}
29
36
  * @see {@link GetAccountCommandInput} for command's `input` shape.
30
37
  * @see {@link GetAccountCommandOutput} for command's `response` shape.
31
38
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -41,11 +48,20 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
41
48
  export declare class GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, SESv2ClientResolvedConfig> {
42
49
  readonly input: GetAccountCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: GetAccountCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountCommandInput, GetAccountCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBlacklistReportsCommand}.
8
10
  */
9
11
  export interface GetBlacklistReportsCommandInput extends GetBlacklistReportsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBlacklistReportsCommand}.
13
17
  */
14
18
  export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieve a list of the blacklists that your dedicated IP addresses appear on.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBlacklistReportsCommandInput - {@link GetBlacklistReportsCommandInput}
34
+ * @returns {@link GetBlacklistReportsCommandOutput}
28
35
  * @see {@link GetBlacklistReportsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBlacklistReportsCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -43,11 +50,20 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes
43
50
  export declare class GetBlacklistReportsCommand extends $Command<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, SESv2ClientResolvedConfig> {
44
51
  readonly input: GetBlacklistReportsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetBlacklistReportsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }