@aws-sdk/client-sesv2 3.296.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 +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutEmailIdentityMailFromAttributesRequest, PutEmailIdentityMailFromAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutEmailIdentityMailFromAttributesCommand}.
8
10
  */
9
11
  export interface PutEmailIdentityMailFromAttributesCommandInput extends PutEmailIdentityMailFromAttributesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutEmailIdentityMailFromAttributesCommand}.
13
17
  */
14
18
  export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmailIdentityMailFromAttributesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Used to enable or disable the custom Mail-From domain configuration for an email
18
23
  * identity.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param PutEmailIdentityMailFromAttributesCommandInput - {@link PutEmailIdentityMailFromAttributesCommandInput}
35
+ * @returns {@link PutEmailIdentityMailFromAttributesCommandOutput}
29
36
  * @see {@link PutEmailIdentityMailFromAttributesCommandInput} for command's `input` shape.
30
37
  * @see {@link PutEmailIdentityMailFromAttributesCommandOutput} for command's `response` shape.
31
38
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -44,11 +51,20 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
44
51
  export declare class PutEmailIdentityMailFromAttributesCommand extends $Command<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, SESv2ClientResolvedConfig> {
45
52
  readonly input: PutEmailIdentityMailFromAttributesCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: PutEmailIdentityMailFromAttributesCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput>;
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 { PutSuppressedDestinationRequest, PutSuppressedDestinationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutSuppressedDestinationCommand}.
8
10
  */
9
11
  export interface PutSuppressedDestinationCommandInput extends PutSuppressedDestinationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutSuppressedDestinationCommand}.
13
17
  */
14
18
  export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDestinationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds an email address to 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 PutSuppressedDestinationCommandOutput extends PutSuppressedDest
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutSuppressedDestinationCommandInput - {@link PutSuppressedDestinationCommandInput}
34
+ * @returns {@link PutSuppressedDestinationCommandOutput}
28
35
  * @see {@link PutSuppressedDestinationCommandInput} for command's `input` shape.
29
36
  * @see {@link PutSuppressedDestinationCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDest
40
47
  export declare class PutSuppressedDestinationCommand extends $Command<PutSuppressedDestinationCommandInput, PutSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
41
48
  readonly input: PutSuppressedDestinationCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: PutSuppressedDestinationCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSuppressedDestinationCommandInput, PutSuppressedDestinationCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { SendBulkEmailRequest, SendBulkEmailResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SendBulkEmailCommand}.
8
10
  */
9
11
  export interface SendBulkEmailCommandInput extends SendBulkEmailRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SendBulkEmailCommand}.
13
17
  */
14
18
  export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Composes an email message to multiple destinations.</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 SendBulkEmailCommandOutput extends SendBulkEmailResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param SendBulkEmailCommandInput - {@link SendBulkEmailCommandInput}
34
+ * @returns {@link SendBulkEmailCommandOutput}
28
35
  * @see {@link SendBulkEmailCommandInput} for command's `input` shape.
29
36
  * @see {@link SendBulkEmailCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -60,11 +67,20 @@ export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __Met
60
67
  export declare class SendBulkEmailCommand extends $Command<SendBulkEmailCommandInput, SendBulkEmailCommandOutput, SESv2ClientResolvedConfig> {
61
68
  readonly input: SendBulkEmailCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: SendBulkEmailCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendBulkEmailCommandInput, SendBulkEmailCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { SendCustomVerificationEmailRequest, SendCustomVerificationEmailResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SendCustomVerificationEmailCommand}.
8
10
  */
9
11
  export interface SendCustomVerificationEmailCommandInput extends SendCustomVerificationEmailRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SendCustomVerificationEmailCommand}.
13
17
  */
14
18
  export interface SendCustomVerificationEmailCommandOutput extends SendCustomVerificationEmailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds an email address to the list of identities for your Amazon SES account in the current
18
23
  * Amazon Web Services Region and attempts to verify it. As a result of executing this
19
24
  * operation, a customized verification email is sent to the specified address.</p>
@@ -33,6 +38,8 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param SendCustomVerificationEmailCommandInput - {@link SendCustomVerificationEmailCommandInput}
42
+ * @returns {@link SendCustomVerificationEmailCommandOutput}
36
43
  * @see {@link SendCustomVerificationEmailCommandInput} for command's `input` shape.
37
44
  * @see {@link SendCustomVerificationEmailCommandOutput} for command's `response` shape.
38
45
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -64,11 +71,20 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
64
71
  export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESv2ClientResolvedConfig> {
65
72
  readonly input: SendCustomVerificationEmailCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: SendCustomVerificationEmailCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { SendEmailRequest, SendEmailResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SendEmailCommand}.
8
10
  */
9
11
  export interface SendEmailCommandInput extends SendEmailRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SendEmailCommand}.
13
17
  */
14
18
  export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sends an email message. You can use the Amazon SES API v2 to send the following types of
18
23
  * messages:</p>
19
24
  * <ul>
@@ -48,6 +53,8 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
48
53
  * const response = await client.send(command);
49
54
  * ```
50
55
  *
56
+ * @param SendEmailCommandInput - {@link SendEmailCommandInput}
57
+ * @returns {@link SendEmailCommandOutput}
51
58
  * @see {@link SendEmailCommandInput} for command's `input` shape.
52
59
  * @see {@link SendEmailCommandOutput} for command's `response` shape.
53
60
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -83,11 +90,20 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
83
90
  export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, SESv2ClientResolvedConfig> {
84
91
  readonly input: SendEmailCommandInput;
85
92
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
+ /**
94
+ * @public
95
+ */
86
96
  constructor(input: SendEmailCommandInput);
87
97
  /**
88
98
  * @internal
89
99
  */
90
100
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendEmailCommandInput, SendEmailCommandOutput>;
101
+ /**
102
+ * @internal
103
+ */
91
104
  private serialize;
105
+ /**
106
+ * @internal
107
+ */
92
108
  private deserialize;
93
109
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Add one or more tags (keys and values) to a specified resource. A
18
23
  * <i>tag</i> is a label that you optionally define and associate with a
19
24
  * resource. Tags can help you categorize and manage resources in different ways, such as
@@ -33,6 +38,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
42
+ * @returns {@link TagResourceCommandOutput}
36
43
  * @see {@link TagResourceCommandInput} for command's `input` shape.
37
44
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
38
45
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -54,11 +61,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
54
61
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SESv2ClientResolvedConfig> {
55
62
  readonly input: TagResourceCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: TagResourceCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TestRenderEmailTemplateRequest, TestRenderEmailTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TestRenderEmailTemplateCommand}.
8
10
  */
9
11
  export interface TestRenderEmailTemplateCommandInput extends TestRenderEmailTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TestRenderEmailTemplateCommand}.
13
17
  */
14
18
  export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a preview of the MIME content of an email when provided with a template and a
18
23
  * set of replacement data.</p>
19
24
  * <p>You can execute this operation no more than once per second.</p>
@@ -27,6 +32,8 @@ export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTem
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param TestRenderEmailTemplateCommandInput - {@link TestRenderEmailTemplateCommandInput}
36
+ * @returns {@link TestRenderEmailTemplateCommandOutput}
30
37
  * @see {@link TestRenderEmailTemplateCommandInput} for command's `input` shape.
31
38
  * @see {@link TestRenderEmailTemplateCommandOutput} for command's `response` shape.
32
39
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -45,11 +52,20 @@ export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTem
45
52
  export declare class TestRenderEmailTemplateCommand extends $Command<TestRenderEmailTemplateCommandInput, TestRenderEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
46
53
  readonly input: TestRenderEmailTemplateCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: TestRenderEmailTemplateCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestRenderEmailTemplateCommandInput, TestRenderEmailTemplateCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Remove one or more tags (keys and values) from a specified resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
46
53
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SESv2ClientResolvedConfig> {
47
54
  readonly input: UntagResourceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UntagResourceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateConfigurationSetEventDestinationRequest, UpdateConfigurationSetEventDestinationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateConfigurationSetEventDestinationCommand}.
8
10
  */
9
11
  export interface UpdateConfigurationSetEventDestinationCommandInput extends UpdateConfigurationSetEventDestinationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateConfigurationSetEventDestinationCommand}.
13
17
  */
14
18
  export interface UpdateConfigurationSetEventDestinationCommandOutput extends UpdateConfigurationSetEventDestinationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update the configuration of an event destination for a configuration set.</p>
18
23
  * <p>
19
24
  * <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
@@ -31,6 +36,8 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param UpdateConfigurationSetEventDestinationCommandInput - {@link UpdateConfigurationSetEventDestinationCommandInput}
40
+ * @returns {@link UpdateConfigurationSetEventDestinationCommandOutput}
34
41
  * @see {@link UpdateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
35
42
  * @see {@link UpdateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
36
43
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
49
56
  export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig> {
50
57
  readonly input: UpdateConfigurationSetEventDestinationCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateConfigurationSetEventDestinationCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput>;
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 { UpdateContactRequest, UpdateContactResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateContactCommand}.
8
10
  */
9
11
  export interface UpdateContactCommandInput extends UpdateContactRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateContactCommand}.
13
17
  */
14
18
  export interface UpdateContactCommandOutput extends UpdateContactResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a contact's preferences for a list. It is not necessary to specify all
18
23
  * existing topic preferences in the TopicPreferences object, just the ones that need
19
24
  * updating.</p>
@@ -27,6 +32,8 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateContactCommandInput - {@link UpdateContactCommandInput}
36
+ * @returns {@link UpdateContactCommandOutput}
30
37
  * @see {@link UpdateContactCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateContactCommandOutput} for command's `response` shape.
32
39
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -48,11 +55,20 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met
48
55
  export declare class UpdateContactCommand extends $Command<UpdateContactCommandInput, UpdateContactCommandOutput, SESv2ClientResolvedConfig> {
49
56
  readonly input: UpdateContactCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: UpdateContactCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContactCommandInput, UpdateContactCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateContactListRequest, UpdateContactListResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateContactListCommand}.
8
10
  */
9
11
  export interface UpdateContactListCommandInput extends UpdateContactListRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateContactListCommand}.
13
17
  */
14
18
  export interface UpdateContactListCommandOutput extends UpdateContactListResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates contact list metadata. This operation does a complete replacement.</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 UpdateContactListCommandOutput extends UpdateContactListRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateContactListCommandInput - {@link UpdateContactListCommandInput}
34
+ * @returns {@link UpdateContactListCommandOutput}
28
35
  * @see {@link UpdateContactListCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateContactListCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateContactListCommandOutput extends UpdateContactListRespons
46
53
  export declare class UpdateContactListCommand extends $Command<UpdateContactListCommandInput, UpdateContactListCommandOutput, SESv2ClientResolvedConfig> {
47
54
  readonly input: UpdateContactListCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateContactListCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContactListCommandInput, UpdateContactListCommandOutput>;
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 { UpdateCustomVerificationEmailTemplateRequest, UpdateCustomVerificationEmailTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateCustomVerificationEmailTemplateCommand}.
8
10
  */
9
11
  export interface UpdateCustomVerificationEmailTemplateCommandInput extends UpdateCustomVerificationEmailTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateCustomVerificationEmailTemplateCommand}.
13
17
  */
14
18
  export interface UpdateCustomVerificationEmailTemplateCommandOutput extends UpdateCustomVerificationEmailTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates 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 UpdateCustomVerificationEmailTemplateCommandOutput extends Upda
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param UpdateCustomVerificationEmailTemplateCommandInput - {@link UpdateCustomVerificationEmailTemplateCommandInput}
38
+ * @returns {@link UpdateCustomVerificationEmailTemplateCommandOutput}
32
39
  * @see {@link UpdateCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
33
40
  * @see {@link UpdateCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
34
41
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -47,11 +54,20 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends Upda
47
54
  export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
48
55
  readonly input: UpdateCustomVerificationEmailTemplateCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UpdateCustomVerificationEmailTemplateCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }