@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 { ListEmailIdentitiesRequest, ListEmailIdentitiesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListEmailIdentitiesCommand}.
8
10
  */
9
11
  export interface ListEmailIdentitiesCommandInput extends ListEmailIdentitiesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListEmailIdentitiesCommand}.
13
17
  */
14
18
  export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of all of the email identities that are associated with your Amazon Web Services
18
23
  * account. An identity can be either an email address or a domain. This operation returns
19
24
  * identities that are verified as well as those that aren't. This operation returns
@@ -28,6 +33,8 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListEmailIdentitiesCommandInput - {@link ListEmailIdentitiesCommandInput}
37
+ * @returns {@link ListEmailIdentitiesCommandOutput}
31
38
  * @see {@link ListEmailIdentitiesCommandInput} for command's `input` shape.
32
39
  * @see {@link ListEmailIdentitiesCommandOutput} for command's `response` shape.
33
40
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -43,11 +50,20 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
43
50
  export declare class ListEmailIdentitiesCommand extends $Command<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, SESv2ClientResolvedConfig> {
44
51
  readonly input: ListEmailIdentitiesCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListEmailIdentitiesCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput>;
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 { ListEmailTemplatesRequest, ListEmailTemplatesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListEmailTemplatesCommand}.
8
10
  */
9
11
  export interface ListEmailTemplatesCommandInput extends ListEmailTemplatesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListEmailTemplatesCommand}.
13
17
  */
14
18
  export interface ListEmailTemplatesCommandOutput extends ListEmailTemplatesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the email templates present in your Amazon SES account in the current Amazon Web Services
18
23
  * Region.</p>
19
24
  * <p>You can execute this operation no more than once per second.</p>
@@ -27,6 +32,8 @@ export interface ListEmailTemplatesCommandOutput extends ListEmailTemplatesRespo
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListEmailTemplatesCommandInput - {@link ListEmailTemplatesCommandInput}
36
+ * @returns {@link ListEmailTemplatesCommandOutput}
30
37
  * @see {@link ListEmailTemplatesCommandInput} for command's `input` shape.
31
38
  * @see {@link ListEmailTemplatesCommandOutput} for command's `response` shape.
32
39
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -42,11 +49,20 @@ export interface ListEmailTemplatesCommandOutput extends ListEmailTemplatesRespo
42
49
  export declare class ListEmailTemplatesCommand extends $Command<ListEmailTemplatesCommandInput, ListEmailTemplatesCommandOutput, SESv2ClientResolvedConfig> {
43
50
  readonly input: ListEmailTemplatesCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: ListEmailTemplatesCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEmailTemplatesCommandInput, ListEmailTemplatesCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListImportJobsRequest, ListImportJobsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListImportJobsCommand}.
8
10
  */
9
11
  export interface ListImportJobsCommandInput extends ListImportJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListImportJobsCommand}.
13
17
  */
14
18
  export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all of the import jobs.</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 ListImportJobsCommandOutput extends ListImportJobsResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListImportJobsCommandInput - {@link ListImportJobsCommandInput}
34
+ * @returns {@link ListImportJobsCommandOutput}
28
35
  * @see {@link ListImportJobsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListImportJobsCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __M
40
47
  export declare class ListImportJobsCommand extends $Command<ListImportJobsCommandInput, ListImportJobsCommandOutput, SESv2ClientResolvedConfig> {
41
48
  readonly input: ListImportJobsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListImportJobsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImportJobsCommandInput, ListImportJobsCommandOutput>;
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 { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRecommendationsCommand}.
8
10
  */
9
11
  export interface ListRecommendationsCommandInput extends ListRecommendationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRecommendationsCommand}.
13
17
  */
14
18
  export interface ListRecommendationsCommandOutput extends ListRecommendationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.</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 ListRecommendationsCommandOutput extends ListRecommendationsRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListRecommendationsCommandInput - {@link ListRecommendationsCommandInput}
35
+ * @returns {@link ListRecommendationsCommandOutput}
29
36
  * @see {@link ListRecommendationsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListRecommendationsCommandOutput} for command's `response` shape.
31
38
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -44,11 +51,20 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
44
51
  export declare class ListRecommendationsCommand extends $Command<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, SESv2ClientResolvedConfig> {
45
52
  readonly input: ListRecommendationsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListRecommendationsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecommendationsCommandInput, ListRecommendationsCommandOutput>;
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 { ListSuppressedDestinationsRequest, ListSuppressedDestinationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSuppressedDestinationsCommand}.
8
10
  */
9
11
  export interface ListSuppressedDestinationsCommandInput extends ListSuppressedDestinationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSuppressedDestinationsCommand}.
13
17
  */
14
18
  export interface ListSuppressedDestinationsCommandOutput extends ListSuppressedDestinationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a list of email addresses that are on the suppression list for your
18
23
  * account.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListSuppressedDestinationsCommandOutput extends ListSuppressedD
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListSuppressedDestinationsCommandInput - {@link ListSuppressedDestinationsCommandInput}
35
+ * @returns {@link ListSuppressedDestinationsCommandOutput}
29
36
  * @see {@link ListSuppressedDestinationsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListSuppressedDestinationsCommandOutput} for command's `response` shape.
31
38
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -44,11 +51,20 @@ export interface ListSuppressedDestinationsCommandOutput extends ListSuppressedD
44
51
  export declare class ListSuppressedDestinationsCommand extends $Command<ListSuppressedDestinationsCommandInput, ListSuppressedDestinationsCommandOutput, SESv2ClientResolvedConfig> {
45
52
  readonly input: ListSuppressedDestinationsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListSuppressedDestinationsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSuppressedDestinationsCommandInput, ListSuppressedDestinationsCommandOutput>;
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieve a list of the tags (keys and values) that are associated with a specified
18
23
  * resource. A <i>tag</i> is a label that you optionally define and associate
19
24
  * with a resource. Each tag consists of a required <i>tag key</i> and an
@@ -30,6 +35,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
39
+ * @returns {@link ListTagsForResourceCommandOutput}
33
40
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
34
41
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
35
42
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -48,11 +55,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
48
55
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SESv2ClientResolvedConfig> {
49
56
  readonly input: ListTagsForResourceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListTagsForResourceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { PutAccountDedicatedIpWarmupAttributesRequest, PutAccountDedicatedIpWarmupAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutAccountDedicatedIpWarmupAttributesCommand}.
8
10
  */
9
11
  export interface PutAccountDedicatedIpWarmupAttributesCommandInput extends PutAccountDedicatedIpWarmupAttributesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutAccountDedicatedIpWarmupAttributesCommand}.
13
17
  */
14
18
  export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutAccountDedicatedIpWarmupAttributesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enable or disable the automatic warm-up feature for dedicated IP addresses.</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 PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutA
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutAccountDedicatedIpWarmupAttributesCommandInput - {@link PutAccountDedicatedIpWarmupAttributesCommandInput}
34
+ * @returns {@link PutAccountDedicatedIpWarmupAttributesCommandOutput}
28
35
  * @see {@link PutAccountDedicatedIpWarmupAttributesCommandInput} for command's `input` shape.
29
36
  * @see {@link PutAccountDedicatedIpWarmupAttributesCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutA
40
47
  export declare class PutAccountDedicatedIpWarmupAttributesCommand extends $Command<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig> {
41
48
  readonly input: PutAccountDedicatedIpWarmupAttributesCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: PutAccountDedicatedIpWarmupAttributesCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput>;
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 { PutAccountDetailsRequest, PutAccountDetailsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutAccountDetailsCommand}.
8
10
  */
9
11
  export interface PutAccountDetailsCommandInput extends PutAccountDetailsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutAccountDetailsCommand}.
13
17
  */
14
18
  export interface PutAccountDetailsCommandOutput extends PutAccountDetailsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update your Amazon SES account details.</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 PutAccountDetailsCommandOutput extends PutAccountDetailsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutAccountDetailsCommandInput - {@link PutAccountDetailsCommandInput}
34
+ * @returns {@link PutAccountDetailsCommandOutput}
28
35
  * @see {@link PutAccountDetailsCommandInput} for command's `input` shape.
29
36
  * @see {@link PutAccountDetailsCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -43,11 +50,20 @@ export interface PutAccountDetailsCommandOutput extends PutAccountDetailsRespons
43
50
  export declare class PutAccountDetailsCommand extends $Command<PutAccountDetailsCommandInput, PutAccountDetailsCommandOutput, SESv2ClientResolvedConfig> {
44
51
  readonly input: PutAccountDetailsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: PutAccountDetailsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountDetailsCommandInput, PutAccountDetailsCommandOutput>;
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 { PutAccountSendingAttributesRequest, PutAccountSendingAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutAccountSendingAttributesCommand}.
8
10
  */
9
11
  export interface PutAccountSendingAttributesCommandInput extends PutAccountSendingAttributesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutAccountSendingAttributesCommand}.
13
17
  */
14
18
  export interface PutAccountSendingAttributesCommandOutput extends PutAccountSendingAttributesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enable or disable the ability of your account to send email.</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 PutAccountSendingAttributesCommandOutput extends PutAccountSend
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutAccountSendingAttributesCommandInput - {@link PutAccountSendingAttributesCommandInput}
34
+ * @returns {@link PutAccountSendingAttributesCommandOutput}
28
35
  * @see {@link PutAccountSendingAttributesCommandInput} for command's `input` shape.
29
36
  * @see {@link PutAccountSendingAttributesCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface PutAccountSendingAttributesCommandOutput extends PutAccountSend
40
47
  export declare class PutAccountSendingAttributesCommand extends $Command<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, SESv2ClientResolvedConfig> {
41
48
  readonly input: PutAccountSendingAttributesCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: PutAccountSendingAttributesCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput>;
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 { PutAccountSuppressionAttributesRequest, PutAccountSuppressionAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutAccountSuppressionAttributesCommand}.
8
10
  */
9
11
  export interface PutAccountSuppressionAttributesCommandInput extends PutAccountSuppressionAttributesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutAccountSuppressionAttributesCommand}.
13
17
  */
14
18
  export interface PutAccountSuppressionAttributesCommandOutput extends PutAccountSuppressionAttributesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Change the settings for the account-level suppression 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 PutAccountSuppressionAttributesCommandOutput extends PutAccount
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutAccountSuppressionAttributesCommandInput - {@link PutAccountSuppressionAttributesCommandInput}
34
+ * @returns {@link PutAccountSuppressionAttributesCommandOutput}
28
35
  * @see {@link PutAccountSuppressionAttributesCommandInput} for command's `input` shape.
29
36
  * @see {@link PutAccountSuppressionAttributesCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface PutAccountSuppressionAttributesCommandOutput extends PutAccount
40
47
  export declare class PutAccountSuppressionAttributesCommand extends $Command<PutAccountSuppressionAttributesCommandInput, PutAccountSuppressionAttributesCommandOutput, SESv2ClientResolvedConfig> {
41
48
  readonly input: PutAccountSuppressionAttributesCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: PutAccountSuppressionAttributesCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountSuppressionAttributesCommandInput, PutAccountSuppressionAttributesCommandOutput>;
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 { PutAccountVdmAttributesRequest, PutAccountVdmAttributesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutAccountVdmAttributesCommand}.
8
10
  */
9
11
  export interface PutAccountVdmAttributesCommandInput extends PutAccountVdmAttributesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutAccountVdmAttributesCommand}.
13
17
  */
14
18
  export interface PutAccountVdmAttributesCommandOutput extends PutAccountVdmAttributesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update your Amazon SES account VDM attributes.</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 PutAccountVdmAttributesCommandOutput extends PutAccountVdmAttri
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param PutAccountVdmAttributesCommandInput - {@link PutAccountVdmAttributesCommandInput}
35
+ * @returns {@link PutAccountVdmAttributesCommandOutput}
29
36
  * @see {@link PutAccountVdmAttributesCommandInput} for command's `input` shape.
30
37
  * @see {@link PutAccountVdmAttributesCommandOutput} for command's `response` shape.
31
38
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -41,11 +48,20 @@ export interface PutAccountVdmAttributesCommandOutput extends PutAccountVdmAttri
41
48
  export declare class PutAccountVdmAttributesCommand extends $Command<PutAccountVdmAttributesCommandInput, PutAccountVdmAttributesCommandOutput, SESv2ClientResolvedConfig> {
42
49
  readonly input: PutAccountVdmAttributesCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: PutAccountVdmAttributesCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountVdmAttributesCommandInput, PutAccountVdmAttributesCommandOutput>;
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 { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutConfigurationSetDeliveryOptionsCommand}.
8
10
  */
9
11
  export interface PutConfigurationSetDeliveryOptionsCommandInput extends PutConfigurationSetDeliveryOptionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutConfigurationSetDeliveryOptionsCommand}.
13
17
  */
14
18
  export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConfigurationSetDeliveryOptionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools
18
23
  * to create groups of dedicated IP addresses for sending specific types of email.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param PutConfigurationSetDeliveryOptionsCommandInput - {@link PutConfigurationSetDeliveryOptionsCommandInput}
35
+ * @returns {@link PutConfigurationSetDeliveryOptionsCommandOutput}
29
36
  * @see {@link PutConfigurationSetDeliveryOptionsCommandInput} for command's `input` shape.
30
37
  * @see {@link PutConfigurationSetDeliveryOptionsCommandOutput} for command's `response` shape.
31
38
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -44,11 +51,20 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
44
51
  export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESv2ClientResolvedConfig> {
45
52
  readonly input: PutConfigurationSetDeliveryOptionsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: PutConfigurationSetDeliveryOptionsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }