@aws-sdk/client-ses 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 (81) hide show
  1. package/dist-cjs/protocols/Aws_query.js +95 -394
  2. package/dist-es/protocols/Aws_query.js +95 -394
  3. package/dist-types/SES.d.ts +72 -0
  4. package/dist-types/SESClient.d.ts +24 -4
  5. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateTemplateCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteIdentityCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteTemplateCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +16 -0
  29. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +16 -0
  30. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +16 -0
  31. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +16 -0
  32. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +16 -0
  33. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +16 -0
  34. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +16 -0
  35. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +16 -0
  36. package/dist-types/commands/GetSendQuotaCommand.d.ts +16 -0
  37. package/dist-types/commands/GetSendStatisticsCommand.d.ts +16 -0
  38. package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
  39. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +16 -0
  41. package/dist-types/commands/ListIdentitiesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +16 -0
  43. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +16 -0
  44. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
  46. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +16 -0
  47. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +16 -0
  48. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +16 -0
  49. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +16 -0
  50. package/dist-types/commands/SendBounceCommand.d.ts +16 -0
  51. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +16 -0
  52. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +16 -0
  53. package/dist-types/commands/SendEmailCommand.d.ts +16 -0
  54. package/dist-types/commands/SendRawEmailCommand.d.ts +16 -0
  55. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +16 -0
  56. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +16 -0
  57. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +16 -0
  58. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +16 -0
  59. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +16 -0
  60. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +16 -0
  61. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +16 -0
  62. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +16 -0
  63. package/dist-types/commands/TestRenderTemplateCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateTemplateCommand.d.ts +16 -0
  72. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +16 -0
  73. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +16 -0
  74. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +16 -0
  75. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +16 -0
  76. package/dist-types/models/SESServiceException.d.ts +2 -0
  77. package/dist-types/models/models_0.d.ts +277 -0
  78. package/dist-types/pagination/Interfaces.d.ts +3 -0
  79. package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListIdentitiesPaginator.d.ts +3 -0
  81. package/package.json +30 -30
@@ -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, SESClientResolvedConfig } from "../SESClient";
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
  * AWS Region.</p>
19
24
  * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
@@ -29,6 +34,8 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListCustomVerificationEmailTemplatesCommandInput - {@link ListCustomVerificationEmailTemplatesCommandInput}
38
+ * @returns {@link ListCustomVerificationEmailTemplatesCommandOutput}
32
39
  * @see {@link ListCustomVerificationEmailTemplatesCommandInput} for command's `input` shape.
33
40
  * @see {@link ListCustomVerificationEmailTemplatesCommandOutput} for command's `response` shape.
34
41
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -38,11 +45,20 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
38
45
  export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig> {
39
46
  readonly input: ListCustomVerificationEmailTemplatesCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: ListCustomVerificationEmailTemplatesCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListIdentitiesRequest, ListIdentitiesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListIdentitiesCommand}.
8
10
  */
9
11
  export interface ListIdentitiesCommandInput extends ListIdentitiesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListIdentitiesCommand}.
13
17
  */
14
18
  export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list containing all of the identities (email addresses and domains) for your
18
23
  * AWS account in the current AWS Region, regardless of verification status.</p>
19
24
  * <p>You can execute this operation no more than once per second.</p>
@@ -27,6 +32,8 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListIdentitiesCommandInput - {@link ListIdentitiesCommandInput}
36
+ * @returns {@link ListIdentitiesCommandOutput}
30
37
  * @see {@link ListIdentitiesCommandInput} for command's `input` shape.
31
38
  * @see {@link ListIdentitiesCommandOutput} for command's `response` shape.
32
39
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M
57
64
  export declare class ListIdentitiesCommand extends $Command<ListIdentitiesCommandInput, ListIdentitiesCommandOutput, SESClientResolvedConfig> {
58
65
  readonly input: ListIdentitiesCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListIdentitiesCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentitiesCommandInput, ListIdentitiesCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListIdentityPoliciesRequest, ListIdentityPoliciesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListIdentityPoliciesCommand}.
8
10
  */
9
11
  export interface ListIdentityPoliciesCommandInput extends ListIdentityPoliciesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListIdentityPoliciesCommand}.
13
17
  */
14
18
  export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of sending authorization policies that are attached to the given
18
23
  * identity (an email address or a domain). This API returns only a list. If you want the
19
24
  * actual policy content, you can use <code>GetIdentityPolicies</code>.</p>
@@ -36,6 +41,8 @@ export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesR
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param ListIdentityPoliciesCommandInput - {@link ListIdentityPoliciesCommandInput}
45
+ * @returns {@link ListIdentityPoliciesCommandOutput}
39
46
  * @see {@link ListIdentityPoliciesCommandInput} for command's `input` shape.
40
47
  * @see {@link ListIdentityPoliciesCommandOutput} for command's `response` shape.
41
48
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -63,11 +70,20 @@ export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesR
63
70
  export declare class ListIdentityPoliciesCommand extends $Command<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput, SESClientResolvedConfig> {
64
71
  readonly input: ListIdentityPoliciesCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: ListIdentityPoliciesCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListReceiptFiltersRequest, ListReceiptFiltersResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListReceiptFiltersCommand}.
8
10
  */
9
11
  export interface ListReceiptFiltersCommandInput extends ListReceiptFiltersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListReceiptFiltersCommand}.
13
17
  */
14
18
  export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the IP address filters associated with your AWS account in the current AWS
18
23
  * Region.</p>
19
24
  * <p>For information about managing IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-ip-filters.html">Amazon SES
@@ -29,6 +34,8 @@ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersRespo
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListReceiptFiltersCommandInput - {@link ListReceiptFiltersCommandInput}
38
+ * @returns {@link ListReceiptFiltersCommandOutput}
32
39
  * @see {@link ListReceiptFiltersCommandInput} for command's `input` shape.
33
40
  * @see {@link ListReceiptFiltersCommandOutput} for command's `response` shape.
34
41
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -60,11 +67,20 @@ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersRespo
60
67
  export declare class ListReceiptFiltersCommand extends $Command<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput, SESClientResolvedConfig> {
61
68
  readonly input: ListReceiptFiltersCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: ListReceiptFiltersCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput>;
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 { ListReceiptRuleSetsRequest, ListReceiptRuleSetsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListReceiptRuleSetsCommand}.
8
10
  */
9
11
  export interface ListReceiptRuleSetsCommandInput extends ListReceiptRuleSetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListReceiptRuleSetsCommand}.
13
17
  */
14
18
  export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the receipt rule sets that exist under your AWS account in the current AWS
18
23
  * Region. If there are additional receipt rule sets to be retrieved, you will receive a
19
24
  * <code>NextToken</code> that you can provide to the next call to
@@ -30,6 +35,8 @@ export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsRes
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param ListReceiptRuleSetsCommandInput - {@link ListReceiptRuleSetsCommandInput}
39
+ * @returns {@link ListReceiptRuleSetsCommandOutput}
33
40
  * @see {@link ListReceiptRuleSetsCommandInput} for command's `input` shape.
34
41
  * @see {@link ListReceiptRuleSetsCommandOutput} for command's `response` shape.
35
42
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -61,11 +68,20 @@ export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsRes
61
68
  export declare class ListReceiptRuleSetsCommand extends $Command<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput, SESClientResolvedConfig> {
62
69
  readonly input: ListReceiptRuleSetsCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: ListReceiptRuleSetsCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTemplatesCommand}.
8
10
  */
9
11
  export interface ListTemplatesCommandInput extends ListTemplatesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTemplatesCommand}.
13
17
  */
14
18
  export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the email templates present in your Amazon SES account in the current AWS
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 ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListTemplatesCommandInput - {@link ListTemplatesCommandInput}
36
+ * @returns {@link ListTemplatesCommandOutput}
30
37
  * @see {@link ListTemplatesCommandInput} for command's `input` shape.
31
38
  * @see {@link ListTemplatesCommandOutput} for command's `response` shape.
32
39
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -36,11 +43,20 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
36
43
  export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig> {
37
44
  readonly input: ListTemplatesCommandInput;
38
45
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
46
+ /**
47
+ * @public
48
+ */
39
49
  constructor(input: ListTemplatesCommandInput);
40
50
  /**
41
51
  * @internal
42
52
  */
43
53
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplatesCommandInput, ListTemplatesCommandOutput>;
54
+ /**
55
+ * @internal
56
+ */
44
57
  private serialize;
58
+ /**
59
+ * @internal
60
+ */
45
61
  private deserialize;
46
62
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListVerifiedEmailAddressesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListVerifiedEmailAddressesCommand}.
8
10
  */
9
11
  export interface ListVerifiedEmailAddressesCommandInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListVerifiedEmailAddressesCommand}.
13
17
  */
14
18
  export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEmailAddressesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deprecated. Use the <code>ListIdentities</code> operation to list the email addresses
18
23
  * and domains associated with your account.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEma
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListVerifiedEmailAddressesCommandInput - {@link ListVerifiedEmailAddressesCommandInput}
35
+ * @returns {@link ListVerifiedEmailAddressesCommandOutput}
29
36
  * @see {@link ListVerifiedEmailAddressesCommandInput} for command's `input` shape.
30
37
  * @see {@link ListVerifiedEmailAddressesCommandOutput} for command's `response` shape.
31
38
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEma
52
59
  export declare class ListVerifiedEmailAddressesCommand extends $Command<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput, SESClientResolvedConfig> {
53
60
  readonly input: ListVerifiedEmailAddressesCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListVerifiedEmailAddressesCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -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, SESClientResolvedConfig } from "../SESClient";
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>Adds or updates the delivery options for a configuration set.</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 PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutConfigurationSetDeliveryOptionsCommandInput - {@link PutConfigurationSetDeliveryOptionsCommandInput}
34
+ * @returns {@link PutConfigurationSetDeliveryOptionsCommandOutput}
28
35
  * @see {@link PutConfigurationSetDeliveryOptionsCommandInput} for command's `input` shape.
29
36
  * @see {@link PutConfigurationSetDeliveryOptionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -40,11 +47,20 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
40
47
  export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESClientResolvedConfig> {
41
48
  readonly input: PutConfigurationSetDeliveryOptionsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: PutConfigurationSetDeliveryOptionsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput>;
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 { PutIdentityPolicyRequest, PutIdentityPolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutIdentityPolicyCommand}.
8
10
  */
9
11
  export interface PutIdentityPolicyCommandInput extends PutIdentityPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutIdentityPolicyCommand}.
13
17
  */
14
18
  export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds or updates a sending authorization policy for the specified identity (an email
18
23
  * address or a domain).</p>
19
24
  * <note>
@@ -35,6 +40,8 @@ export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyRespons
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param PutIdentityPolicyCommandInput - {@link PutIdentityPolicyCommandInput}
44
+ * @returns {@link PutIdentityPolicyCommandOutput}
38
45
  * @see {@link PutIdentityPolicyCommandInput} for command's `input` shape.
39
46
  * @see {@link PutIdentityPolicyCommandOutput} for command's `response` shape.
40
47
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -61,11 +68,20 @@ export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyRespons
61
68
  export declare class PutIdentityPolicyCommand extends $Command<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput, SESClientResolvedConfig> {
62
69
  readonly input: PutIdentityPolicyCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: PutIdentityPolicyCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ReorderReceiptRuleSetRequest, ReorderReceiptRuleSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ReorderReceiptRuleSetCommand}.
8
10
  */
9
11
  export interface ReorderReceiptRuleSetCommandInput extends ReorderReceiptRuleSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ReorderReceiptRuleSetCommand}.
13
17
  */
14
18
  export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Reorders the receipt rules within a receipt rule set.</p>
18
23
  * <note>
19
24
  * <p>All of the rules in the rule set must be represented in this request. That is,
@@ -32,6 +37,8 @@ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSe
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param ReorderReceiptRuleSetCommandInput - {@link ReorderReceiptRuleSetCommandInput}
41
+ * @returns {@link ReorderReceiptRuleSetCommandOutput}
35
42
  * @see {@link ReorderReceiptRuleSetCommandInput} for command's `input` shape.
36
43
  * @see {@link ReorderReceiptRuleSetCommandOutput} for command's `response` shape.
37
44
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -62,11 +69,20 @@ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSe
62
69
  export declare class ReorderReceiptRuleSetCommand extends $Command<ReorderReceiptRuleSetCommandInput, ReorderReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
63
70
  readonly input: ReorderReceiptRuleSetCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: ReorderReceiptRuleSetCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReorderReceiptRuleSetCommandInput, ReorderReceiptRuleSetCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { SendBounceRequest, SendBounceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SendBounceCommand}.
8
10
  */
9
11
  export interface SendBounceCommandInput extends SendBounceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SendBounceCommand}.
13
17
  */
14
18
  export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Generates and sends a bounce message to the sender of an email you received through
18
23
  * Amazon SES. You can only use this API on an email up to 24 hours after you receive it.</p>
19
24
  * <note>
@@ -33,6 +38,8 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param SendBounceCommandInput - {@link SendBounceCommandInput}
42
+ * @returns {@link SendBounceCommandOutput}
36
43
  * @see {@link SendBounceCommandInput} for command's `input` shape.
37
44
  * @see {@link SendBounceCommandOutput} for command's `response` shape.
38
45
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -46,11 +53,20 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB
46
53
  export declare class SendBounceCommand extends $Command<SendBounceCommandInput, SendBounceCommandOutput, SESClientResolvedConfig> {
47
54
  readonly input: SendBounceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: SendBounceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendBounceCommandInput, SendBounceCommandOutput>;
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 { SendBulkTemplatedEmailRequest, SendBulkTemplatedEmailResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SendBulkTemplatedEmailCommand}.
8
10
  */
9
11
  export interface SendBulkTemplatedEmailCommandInput extends SendBulkTemplatedEmailRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SendBulkTemplatedEmailCommand}.
13
17
  */
14
18
  export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEmailResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Composes an email message to multiple destinations. The message body is created using
18
23
  * an email template.</p>
19
24
  * <p>In order to send email using the <code>SendBulkTemplatedEmail</code> operation, your
@@ -67,6 +72,8 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm
67
72
  * const response = await client.send(command);
68
73
  * ```
69
74
  *
75
+ * @param SendBulkTemplatedEmailCommandInput - {@link SendBulkTemplatedEmailCommandInput}
76
+ * @returns {@link SendBulkTemplatedEmailCommandOutput}
70
77
  * @see {@link SendBulkTemplatedEmailCommandInput} for command's `input` shape.
71
78
  * @see {@link SendBulkTemplatedEmailCommandOutput} for command's `response` shape.
72
79
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
@@ -101,11 +108,20 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm
101
108
  export declare class SendBulkTemplatedEmailCommand extends $Command<SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput, SESClientResolvedConfig> {
102
109
  readonly input: SendBulkTemplatedEmailCommandInput;
103
110
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
+ /**
112
+ * @public
113
+ */
104
114
  constructor(input: SendBulkTemplatedEmailCommandInput);
105
115
  /**
106
116
  * @internal
107
117
  */
108
118
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput>;
119
+ /**
120
+ * @internal
121
+ */
109
122
  private serialize;
123
+ /**
124
+ * @internal
125
+ */
110
126
  private deserialize;
111
127
  }