@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 { GetEmailIdentityRequest, GetEmailIdentityResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetEmailIdentityCommand}.
8
10
  */
9
11
  export interface GetEmailIdentityCommandInput extends GetEmailIdentityRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetEmailIdentityCommand}.
13
17
  */
14
18
  export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides information about a specific identity, including the identity's verification
18
23
  * status, sending authorization policies, its DKIM authentication status, and its custom
19
24
  * Mail-From settings.</p>
@@ -27,6 +32,8 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse,
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetEmailIdentityCommandInput - {@link GetEmailIdentityCommandInput}
36
+ * @returns {@link GetEmailIdentityCommandOutput}
30
37
  * @see {@link GetEmailIdentityCommandInput} for command's `input` shape.
31
38
  * @see {@link GetEmailIdentityCommandOutput} for command's `response` shape.
32
39
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -45,11 +52,20 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse,
45
52
  export declare class GetEmailIdentityCommand extends $Command<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, SESv2ClientResolvedConfig> {
46
53
  readonly input: GetEmailIdentityCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: GetEmailIdentityCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput>;
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 { GetEmailIdentityPoliciesRequest, GetEmailIdentityPoliciesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetEmailIdentityPoliciesCommand}.
8
10
  */
9
11
  export interface GetEmailIdentityPoliciesCommandInput extends GetEmailIdentityPoliciesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetEmailIdentityPoliciesCommand}.
13
17
  */
14
18
  export interface GetEmailIdentityPoliciesCommandOutput extends GetEmailIdentityPoliciesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the requested sending authorization policies for the given identity (an email
18
23
  * address or a domain). The policies are returned as a map of policy names to policy
19
24
  * contents. You can retrieve a maximum of 20 policies at a time.</p>
@@ -36,6 +41,8 @@ export interface GetEmailIdentityPoliciesCommandOutput extends GetEmailIdentityP
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param GetEmailIdentityPoliciesCommandInput - {@link GetEmailIdentityPoliciesCommandInput}
45
+ * @returns {@link GetEmailIdentityPoliciesCommandOutput}
39
46
  * @see {@link GetEmailIdentityPoliciesCommandInput} for command's `input` shape.
40
47
  * @see {@link GetEmailIdentityPoliciesCommandOutput} for command's `response` shape.
41
48
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -54,11 +61,20 @@ export interface GetEmailIdentityPoliciesCommandOutput extends GetEmailIdentityP
54
61
  export declare class GetEmailIdentityPoliciesCommand extends $Command<GetEmailIdentityPoliciesCommandInput, GetEmailIdentityPoliciesCommandOutput, SESv2ClientResolvedConfig> {
55
62
  readonly input: GetEmailIdentityPoliciesCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: GetEmailIdentityPoliciesCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEmailIdentityPoliciesCommandInput, GetEmailIdentityPoliciesCommandOutput>;
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 { GetEmailTemplateRequest, GetEmailTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetEmailTemplateCommand}.
8
10
  */
9
11
  export interface GetEmailTemplateCommandInput extends GetEmailTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetEmailTemplateCommand}.
13
17
  */
14
18
  export interface GetEmailTemplateCommandOutput extends GetEmailTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Displays the template object (which includes the subject line, HTML part and text
18
23
  * part) for the template you specify.</p>
19
24
  * <p>You can execute this operation no more than once per second.</p>
@@ -27,6 +32,8 @@ export interface GetEmailTemplateCommandOutput extends GetEmailTemplateResponse,
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetEmailTemplateCommandInput - {@link GetEmailTemplateCommandInput}
36
+ * @returns {@link GetEmailTemplateCommandOutput}
30
37
  * @see {@link GetEmailTemplateCommandInput} for command's `input` shape.
31
38
  * @see {@link GetEmailTemplateCommandOutput} for command's `response` shape.
32
39
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -45,11 +52,20 @@ export interface GetEmailTemplateCommandOutput extends GetEmailTemplateResponse,
45
52
  export declare class GetEmailTemplateCommand extends $Command<GetEmailTemplateCommandInput, GetEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
46
53
  readonly input: GetEmailTemplateCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: GetEmailTemplateCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEmailTemplateCommandInput, GetEmailTemplateCommandOutput>;
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 { GetImportJobRequest, GetImportJobResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetImportJobCommand}.
8
10
  */
9
11
  export interface GetImportJobCommandInput extends GetImportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetImportJobCommand}.
13
17
  */
14
18
  export interface GetImportJobCommandOutput extends GetImportJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides information about an import job.</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 GetImportJobCommandOutput extends GetImportJobResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetImportJobCommandInput - {@link GetImportJobCommandInput}
34
+ * @returns {@link GetImportJobCommandOutput}
28
35
  * @see {@link GetImportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link GetImportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -43,11 +50,20 @@ export interface GetImportJobCommandOutput extends GetImportJobResponse, __Metad
43
50
  export declare class GetImportJobCommand extends $Command<GetImportJobCommandInput, GetImportJobCommandOutput, SESv2ClientResolvedConfig> {
44
51
  readonly input: GetImportJobCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetImportJobCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImportJobCommandInput, GetImportJobCommandOutput>;
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 { GetSuppressedDestinationRequest, GetSuppressedDestinationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetSuppressedDestinationCommand}.
8
10
  */
9
11
  export interface GetSuppressedDestinationCommandInput extends GetSuppressedDestinationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetSuppressedDestinationCommand}.
13
17
  */
14
18
  export interface GetSuppressedDestinationCommandOutput extends GetSuppressedDestinationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about a specific email address that's on the suppression list
18
23
  * for your account.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetSuppressedDestinationCommandOutput extends GetSuppressedDest
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetSuppressedDestinationCommandInput - {@link GetSuppressedDestinationCommandInput}
35
+ * @returns {@link GetSuppressedDestinationCommandOutput}
29
36
  * @see {@link GetSuppressedDestinationCommandInput} for command's `input` shape.
30
37
  * @see {@link GetSuppressedDestinationCommandOutput} for command's `response` shape.
31
38
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -44,11 +51,20 @@ export interface GetSuppressedDestinationCommandOutput extends GetSuppressedDest
44
51
  export declare class GetSuppressedDestinationCommand extends $Command<GetSuppressedDestinationCommandInput, GetSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
45
52
  readonly input: GetSuppressedDestinationCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: GetSuppressedDestinationCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSuppressedDestinationCommandInput, GetSuppressedDestinationCommandOutput>;
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 { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListConfigurationSetsCommand}.
8
10
  */
9
11
  export interface ListConfigurationSetsCommandInput extends ListConfigurationSetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListConfigurationSetsCommand}.
13
17
  */
14
18
  export interface ListConfigurationSetsCommandOutput extends ListConfigurationSetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List all of the configuration sets associated with your account in the current
18
23
  * region.</p>
19
24
  * <p>
@@ -31,6 +36,8 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param ListConfigurationSetsCommandInput - {@link ListConfigurationSetsCommandInput}
40
+ * @returns {@link ListConfigurationSetsCommandOutput}
34
41
  * @see {@link ListConfigurationSetsCommandInput} for command's `input` shape.
35
42
  * @see {@link ListConfigurationSetsCommandOutput} for command's `response` shape.
36
43
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
46
53
  export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESv2ClientResolvedConfig> {
47
54
  readonly input: ListConfigurationSetsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListConfigurationSetsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput>;
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 { ListContactListsRequest, ListContactListsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListContactListsCommand}.
8
10
  */
9
11
  export interface ListContactListsCommandInput extends ListContactListsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListContactListsCommand}.
13
17
  */
14
18
  export interface ListContactListsCommandOutput extends ListContactListsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all of the contact lists available.</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 ListContactListsCommandOutput extends ListContactListsResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListContactListsCommandInput - {@link ListContactListsCommandInput}
34
+ * @returns {@link ListContactListsCommandOutput}
28
35
  * @see {@link ListContactListsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListContactListsCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface ListContactListsCommandOutput extends ListContactListsResponse,
40
47
  export declare class ListContactListsCommand extends $Command<ListContactListsCommandInput, ListContactListsCommandOutput, SESv2ClientResolvedConfig> {
41
48
  readonly input: ListContactListsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListContactListsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContactListsCommandInput, ListContactListsCommandOutput>;
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 { ListContactsRequest, ListContactsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListContactsCommand}.
8
10
  */
9
11
  export interface ListContactsCommandInput extends ListContactsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListContactsCommand}.
13
17
  */
14
18
  export interface ListContactsCommandOutput extends ListContactsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the contacts present in a specific 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 ListContactsCommandOutput extends ListContactsResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListContactsCommandInput - {@link ListContactsCommandInput}
34
+ * @returns {@link ListContactsCommandOutput}
28
35
  * @see {@link ListContactsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListContactsCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -43,11 +50,20 @@ export interface ListContactsCommandOutput extends ListContactsResponse, __Metad
43
50
  export declare class ListContactsCommand extends $Command<ListContactsCommandInput, ListContactsCommandOutput, SESv2ClientResolvedConfig> {
44
51
  readonly input: ListContactsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListContactsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContactsCommandInput, ListContactsCommandOutput>;
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 { ListCustomVerificationEmailTemplatesRequest, ListCustomVerificationEmailTemplatesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListCustomVerificationEmailTemplatesCommand}.
8
10
  */
9
11
  export interface ListCustomVerificationEmailTemplatesCommandInput extends ListCustomVerificationEmailTemplatesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListCustomVerificationEmailTemplatesCommand}.
13
17
  */
14
18
  export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListCustomVerificationEmailTemplatesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the existing custom verification email templates for your account in the current
18
23
  * Amazon Web Services Region.</p>
19
24
  * <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
@@ -30,6 +35,8 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param ListCustomVerificationEmailTemplatesCommandInput - {@link ListCustomVerificationEmailTemplatesCommandInput}
39
+ * @returns {@link ListCustomVerificationEmailTemplatesCommandOutput}
33
40
  * @see {@link ListCustomVerificationEmailTemplatesCommandInput} for command's `input` shape.
34
41
  * @see {@link ListCustomVerificationEmailTemplatesCommandOutput} for command's `response` shape.
35
42
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -45,11 +52,20 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
45
52
  export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESv2ClientResolvedConfig> {
46
53
  readonly input: ListCustomVerificationEmailTemplatesCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListCustomVerificationEmailTemplatesCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput>;
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 { ListDedicatedIpPoolsRequest, ListDedicatedIpPoolsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDedicatedIpPoolsCommand}.
8
10
  */
9
11
  export interface ListDedicatedIpPoolsCommandInput extends ListDedicatedIpPoolsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDedicatedIpPoolsCommand}.
13
17
  */
14
18
  export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List all of the dedicated IP pools that exist in your Amazon Web Services account in the current
18
23
  * Region.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListDedicatedIpPoolsCommandInput - {@link ListDedicatedIpPoolsCommandInput}
35
+ * @returns {@link ListDedicatedIpPoolsCommandOutput}
29
36
  * @see {@link ListDedicatedIpPoolsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListDedicatedIpPoolsCommandOutput} for command's `response` shape.
31
38
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -41,11 +48,20 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
41
48
  export declare class ListDedicatedIpPoolsCommand extends $Command<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, SESv2ClientResolvedConfig> {
42
49
  readonly input: ListDedicatedIpPoolsCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListDedicatedIpPoolsCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput>;
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 { ListDeliverabilityTestReportsRequest, ListDeliverabilityTestReportsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDeliverabilityTestReportsCommand}.
8
10
  */
9
11
  export interface ListDeliverabilityTestReportsCommandInput extends ListDeliverabilityTestReportsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDeliverabilityTestReportsCommand}.
13
17
  */
14
18
  export interface ListDeliverabilityTestReportsCommandOutput extends ListDeliverabilityTestReportsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For
18
23
  * predictive inbox placement tests that are complete, you can use the <code>GetDeliverabilityTestReport</code>
19
24
  * operation to view the results.</p>
@@ -27,6 +32,8 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListDeliverabilityTestReportsCommandInput - {@link ListDeliverabilityTestReportsCommandInput}
36
+ * @returns {@link ListDeliverabilityTestReportsCommandOutput}
30
37
  * @see {@link ListDeliverabilityTestReportsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListDeliverabilityTestReportsCommandOutput} for command's `response` shape.
32
39
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -45,11 +52,20 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
45
52
  export declare class ListDeliverabilityTestReportsCommand extends $Command<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, SESv2ClientResolvedConfig> {
46
53
  readonly input: ListDeliverabilityTestReportsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListDeliverabilityTestReportsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput>;
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 { ListDomainDeliverabilityCampaignsRequest, ListDomainDeliverabilityCampaignsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDomainDeliverabilityCampaignsCommand}.
8
10
  */
9
11
  export interface ListDomainDeliverabilityCampaignsCommandInput extends ListDomainDeliverabilityCampaignsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDomainDeliverabilityCampaignsCommand}.
13
17
  */
14
18
  export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDomainDeliverabilityCampaignsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieve deliverability data for all the campaigns that used a specific domain to send
18
23
  * email during a specified time range. This data is available for a domain only if you
19
24
  * enabled the Deliverability dashboard for the domain.</p>
@@ -27,6 +32,8 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListDomainDeliverabilityCampaignsCommandInput - {@link ListDomainDeliverabilityCampaignsCommandInput}
36
+ * @returns {@link ListDomainDeliverabilityCampaignsCommandOutput}
30
37
  * @see {@link ListDomainDeliverabilityCampaignsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListDomainDeliverabilityCampaignsCommandOutput} for command's `response` shape.
32
39
  * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
@@ -45,11 +52,20 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
45
52
  export declare class ListDomainDeliverabilityCampaignsCommand extends $Command<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, SESv2ClientResolvedConfig> {
46
53
  readonly input: ListDomainDeliverabilityCampaignsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListDomainDeliverabilityCampaignsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }