@aws-sdk/client-ses 3.774.0 → 3.777.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 (78) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/SESClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +8 -5
  8. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +11 -8
  13. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +17 -14
  14. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +7 -4
  15. package/dist-types/commands/CreateTemplateCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -0
  17. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteIdentityCommand.d.ts +7 -4
  21. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +8 -5
  22. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +7 -4
  23. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +8 -5
  24. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +7 -4
  25. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +7 -4
  27. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +16 -16
  28. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +1 -0
  29. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +14 -14
  30. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +16 -16
  31. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +5 -5
  32. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -0
  33. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +12 -12
  34. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +9 -9
  35. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +13 -13
  36. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +7 -7
  37. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +8 -8
  38. package/dist-types/commands/GetSendQuotaCommand.d.ts +7 -7
  39. package/dist-types/commands/GetSendStatisticsCommand.d.ts +20 -20
  40. package/dist-types/commands/GetTemplateCommand.d.ts +1 -0
  41. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -0
  42. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -0
  43. package/dist-types/commands/ListIdentitiesCommand.d.ts +8 -8
  44. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +5 -5
  45. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +9 -9
  46. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +8 -8
  47. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -0
  48. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +5 -5
  49. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -0
  50. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +9 -6
  51. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +8 -5
  52. package/dist-types/commands/SendBounceCommand.d.ts +1 -0
  53. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +1 -0
  54. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -0
  55. package/dist-types/commands/SendEmailCommand.d.ts +24 -24
  56. package/dist-types/commands/SendRawEmailCommand.d.ts +11 -11
  57. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +1 -0
  58. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +7 -4
  59. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +8 -5
  60. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +8 -5
  61. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +9 -6
  62. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +9 -6
  63. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +9 -6
  64. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +9 -6
  65. package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -0
  66. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +7 -4
  67. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -0
  68. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +8 -5
  69. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +8 -5
  70. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  71. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -0
  72. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +16 -13
  73. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -0
  74. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +5 -5
  75. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +5 -5
  76. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +7 -4
  77. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +7 -4
  78. package/package.json +34 -34
@@ -115,37 +115,37 @@ declare const DescribeReceiptRuleCommand_base: {
115
115
  * @throws {@link SESServiceException}
116
116
  * <p>Base exception class for all service exceptions from SES service.</p>
117
117
  *
118
- * @public
118
+ *
119
119
  * @example DescribeReceiptRule
120
120
  * ```javascript
121
121
  * // The following example returns the details of a receipt rule:
122
122
  * const input = {
123
- * "RuleName": "MyRule",
124
- * "RuleSetName": "MyRuleSet"
123
+ * RuleName: "MyRule",
124
+ * RuleSetName: "MyRuleSet"
125
125
  * };
126
126
  * const command = new DescribeReceiptRuleCommand(input);
127
127
  * const response = await client.send(command);
128
- * /* response ==
128
+ * /* response is
129
129
  * {
130
- * "Rule": {
131
- * "Actions": [
130
+ * Rule: {
131
+ * Actions: [
132
132
  * {
133
- * "S3Action": {
134
- * "BucketName": "MyBucket",
135
- * "ObjectKeyPrefix": "email"
133
+ * S3Action: {
134
+ * BucketName: "MyBucket",
135
+ * ObjectKeyPrefix: "email"
136
136
  * }
137
137
  * }
138
138
  * ],
139
- * "Enabled": true,
140
- * "Name": "MyRule",
141
- * "ScanEnabled": true,
142
- * "TlsPolicy": "Optional"
139
+ * Enabled: true,
140
+ * Name: "MyRule",
141
+ * ScanEnabled: true,
142
+ * TlsPolicy: "Optional"
143
143
  * }
144
144
  * }
145
145
  * *\/
146
- * // example id: describereceiptrule-1469055813118
147
146
  * ```
148
147
  *
148
+ * @public
149
149
  */
150
150
  export declare class DescribeReceiptRuleCommand extends DescribeReceiptRuleCommand_base {
151
151
  /** @internal type navigation helper, not in runtime. */
@@ -117,42 +117,42 @@ declare const DescribeReceiptRuleSetCommand_base: {
117
117
  * @throws {@link SESServiceException}
118
118
  * <p>Base exception class for all service exceptions from SES service.</p>
119
119
  *
120
- * @public
120
+ *
121
121
  * @example DescribeReceiptRuleSet
122
122
  * ```javascript
123
123
  * // The following example returns the metadata and receipt rules of a receipt rule set:
124
124
  * const input = {
125
- * "RuleSetName": "MyRuleSet"
125
+ * RuleSetName: "MyRuleSet"
126
126
  * };
127
127
  * const command = new DescribeReceiptRuleSetCommand(input);
128
128
  * const response = await client.send(command);
129
- * /* response ==
129
+ * /* response is
130
130
  * {
131
- * "Metadata": {
132
- * "CreatedTimestamp": "2016-07-15T16:25:59.607Z",
133
- * "Name": "MyRuleSet"
131
+ * Metadata: {
132
+ * CreatedTimestamp: "2016-07-15T16:25:59.607Z",
133
+ * Name: "MyRuleSet"
134
134
  * },
135
- * "Rules": [
135
+ * Rules: [
136
136
  * {
137
- * "Actions": [
137
+ * Actions: [
138
138
  * {
139
- * "S3Action": {
140
- * "BucketName": "MyBucket",
141
- * "ObjectKeyPrefix": "email"
139
+ * S3Action: {
140
+ * BucketName: "MyBucket",
141
+ * ObjectKeyPrefix: "email"
142
142
  * }
143
143
  * }
144
144
  * ],
145
- * "Enabled": true,
146
- * "Name": "MyRule",
147
- * "ScanEnabled": true,
148
- * "TlsPolicy": "Optional"
145
+ * Enabled: true,
146
+ * Name: "MyRule",
147
+ * ScanEnabled: true,
148
+ * TlsPolicy: "Optional"
149
149
  * }
150
150
  * ]
151
151
  * }
152
152
  * *\/
153
- * // example id: describereceiptruleset-1469121240385
154
153
  * ```
155
154
  *
155
+ * @public
156
156
  */
157
157
  export declare class DescribeReceiptRuleSetCommand extends DescribeReceiptRuleSetCommand_base {
158
158
  /** @internal type navigation helper, not in runtime. */
@@ -53,21 +53,21 @@ declare const GetAccountSendingEnabledCommand_base: {
53
53
  * @throws {@link SESServiceException}
54
54
  * <p>Base exception class for all service exceptions from SES service.</p>
55
55
  *
56
- * @public
56
+ *
57
57
  * @example GetAccountSendingEnabled
58
58
  * ```javascript
59
59
  * // The following example returns if sending status for an account is enabled. (true / false):
60
- * const input = {};
60
+ * const input = { /* empty *\/ };
61
61
  * const command = new GetAccountSendingEnabledCommand(input);
62
62
  * const response = await client.send(command);
63
- * /* response ==
63
+ * /* response is
64
64
  * {
65
- * "Enabled": true
65
+ * Enabled: true
66
66
  * }
67
67
  * *\/
68
- * // example id: getaccountsendingenabled-1469047741333
69
68
  * ```
70
69
  *
70
+ * @public
71
71
  */
72
72
  export declare class GetAccountSendingEnabledCommand extends GetAccountSendingEnabledCommand_base {
73
73
  /** @internal type navigation helper, not in runtime. */
@@ -68,6 +68,7 @@ declare const GetCustomVerificationEmailTemplateCommand_base: {
68
68
  * @throws {@link SESServiceException}
69
69
  * <p>Base exception class for all service exceptions from SES service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class GetCustomVerificationEmailTemplateCommand extends GetCustomVerificationEmailTemplateCommand_base {
@@ -87,40 +87,40 @@ declare const GetIdentityDkimAttributesCommand_base: {
87
87
  * @throws {@link SESServiceException}
88
88
  * <p>Base exception class for all service exceptions from SES service.</p>
89
89
  *
90
- * @public
90
+ *
91
91
  * @example GetIdentityDkimAttributes
92
92
  * ```javascript
93
93
  * // The following example retrieves the Amazon SES Easy DKIM attributes for a list of identities:
94
94
  * const input = {
95
- * "Identities": [
95
+ * Identities: [
96
96
  * "example.com",
97
97
  * "user@example.com"
98
98
  * ]
99
99
  * };
100
100
  * const command = new GetIdentityDkimAttributesCommand(input);
101
101
  * const response = await client.send(command);
102
- * /* response ==
102
+ * /* response is
103
103
  * {
104
- * "DkimAttributes": {
105
- * "example.com": {
106
- * "DkimEnabled": true,
107
- * "DkimTokens": [
104
+ * DkimAttributes: {
105
+ * example.com: {
106
+ * DkimEnabled: true,
107
+ * DkimTokens: [
108
108
  * "EXAMPLEjcs5xoyqytjsotsijas7236gr",
109
109
  * "EXAMPLEjr76cvoc6mysspnioorxsn6ep",
110
110
  * "EXAMPLEkbmkqkhlm2lyz77ppkulerm4k"
111
111
  * ],
112
- * "DkimVerificationStatus": "Success"
112
+ * DkimVerificationStatus: "Success"
113
113
  * },
114
- * "user@example.com": {
115
- * "DkimEnabled": false,
116
- * "DkimVerificationStatus": "NotStarted"
114
+ * user@example.com: {
115
+ * DkimEnabled: false,
116
+ * DkimVerificationStatus: "NotStarted"
117
117
  * }
118
118
  * }
119
119
  * }
120
120
  * *\/
121
- * // example id: getidentitydkimattributes-1469050695628
122
121
  * ```
123
122
  *
123
+ * @public
124
124
  */
125
125
  export declare class GetIdentityDkimAttributesCommand extends GetIdentityDkimAttributesCommand_base {
126
126
  /** @internal type navigation helper, not in runtime. */
@@ -65,31 +65,31 @@ declare const GetIdentityMailFromDomainAttributesCommand_base: {
65
65
  * @throws {@link SESServiceException}
66
66
  * <p>Base exception class for all service exceptions from SES service.</p>
67
67
  *
68
- * @public
68
+ *
69
69
  * @example GetIdentityMailFromDomainAttributes
70
70
  * ```javascript
71
71
  * // The following example returns the custom MAIL FROM attributes for an identity:
72
72
  * const input = {
73
- * "Identities": [
73
+ * Identities: [
74
74
  * "example.com"
75
75
  * ]
76
76
  * };
77
77
  * const command = new GetIdentityMailFromDomainAttributesCommand(input);
78
78
  * const response = await client.send(command);
79
- * /* response ==
79
+ * /* response is
80
80
  * {
81
- * "MailFromDomainAttributes": {
82
- * "example.com": {
83
- * "BehaviorOnMXFailure": "UseDefaultValue",
84
- * "MailFromDomain": "bounces.example.com",
85
- * "MailFromDomainStatus": "Success"
81
+ * MailFromDomainAttributes: {
82
+ * example.com: {
83
+ * BehaviorOnMXFailure: "UseDefaultValue",
84
+ * MailFromDomain: "bounces.example.com",
85
+ * MailFromDomainStatus: "Success"
86
86
  * }
87
87
  * }
88
88
  * }
89
89
  * *\/
90
- * // example id: getidentitymailfromdomainattributes-1469123114860
91
90
  * ```
92
91
  *
92
+ * @public
93
93
  */
94
94
  export declare class GetIdentityMailFromDomainAttributesCommand extends GetIdentityMailFromDomainAttributesCommand_base {
95
95
  /** @internal type navigation helper, not in runtime. */
@@ -71,35 +71,35 @@ declare const GetIdentityNotificationAttributesCommand_base: {
71
71
  * @throws {@link SESServiceException}
72
72
  * <p>Base exception class for all service exceptions from SES service.</p>
73
73
  *
74
- * @public
74
+ *
75
75
  * @example GetIdentityNotificationAttributes
76
76
  * ```javascript
77
77
  * // The following example returns the notification attributes for an identity:
78
78
  * const input = {
79
- * "Identities": [
79
+ * Identities: [
80
80
  * "example.com"
81
81
  * ]
82
82
  * };
83
83
  * const command = new GetIdentityNotificationAttributesCommand(input);
84
84
  * const response = await client.send(command);
85
- * /* response ==
85
+ * /* response is
86
86
  * {
87
- * "NotificationAttributes": {
88
- * "example.com": {
89
- * "BounceTopic": "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
90
- * "ComplaintTopic": "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
91
- * "DeliveryTopic": "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
92
- * "ForwardingEnabled": true,
93
- * "HeadersInBounceNotificationsEnabled": false,
94
- * "HeadersInComplaintNotificationsEnabled": false,
95
- * "HeadersInDeliveryNotificationsEnabled": false
87
+ * NotificationAttributes: {
88
+ * example.com: {
89
+ * BounceTopic: "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
90
+ * ComplaintTopic: "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
91
+ * DeliveryTopic: "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
92
+ * ForwardingEnabled: true,
93
+ * HeadersInBounceNotificationsEnabled: false,
94
+ * HeadersInComplaintNotificationsEnabled: false,
95
+ * HeadersInDeliveryNotificationsEnabled: false
96
96
  * }
97
97
  * }
98
98
  * }
99
99
  * *\/
100
- * // example id: getidentitynotificationattributes-1469123466947
101
100
  * ```
102
101
  *
102
+ * @public
103
103
  */
104
104
  export declare class GetIdentityNotificationAttributesCommand extends GetIdentityNotificationAttributesCommand_base {
105
105
  /** @internal type navigation helper, not in runtime. */
@@ -70,28 +70,28 @@ declare const GetIdentityPoliciesCommand_base: {
70
70
  * @throws {@link SESServiceException}
71
71
  * <p>Base exception class for all service exceptions from SES service.</p>
72
72
  *
73
- * @public
73
+ *
74
74
  * @example GetIdentityPolicies
75
75
  * ```javascript
76
76
  * // The following example returns a sending authorization policy for an identity:
77
77
  * const input = {
78
- * "Identity": "example.com",
79
- * "PolicyNames": [
78
+ * Identity: "example.com",
79
+ * PolicyNames: [
80
80
  * "MyPolicy"
81
81
  * ]
82
82
  * };
83
83
  * const command = new GetIdentityPoliciesCommand(input);
84
84
  * const response = await client.send(command);
85
- * /* response ==
85
+ * /* response is
86
86
  * {
87
- * "Policies": {
88
- * "MyPolicy": "{\"Version\":\"2008-10-17\",\"Statement\":[{\"Sid\":\"stmt1469123904194\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"arn:aws:iam::123456789012:root\"},\"Action\":[\"ses:SendEmail\",\"ses:SendRawEmail\"],\"Resource\":\"arn:aws:ses:us-east-1:EXAMPLE65304:identity/example.com\"}]}"
87
+ * Policies: {
88
+ * MyPolicy: `{"Version":"2008-10-17","Statement":[{"Sid":"stmt1469123904194","Effect":"Allow","Principal":{"AWS":"arn:aws:iam::123456789012:root"},"Action":["ses:SendEmail","ses:SendRawEmail"],"Resource":"arn:aws:ses:us-east-1:EXAMPLE65304:identity/example.com"}]}`
89
89
  * }
90
90
  * }
91
91
  * *\/
92
- * // example id: getidentitypolicies-1469123949351
93
92
  * ```
94
93
  *
94
+ * @public
95
95
  */
96
96
  export declare class GetIdentityPoliciesCommand extends GetIdentityPoliciesCommand_base {
97
97
  /** @internal type navigation helper, not in runtime. */
@@ -76,30 +76,30 @@ declare const GetIdentityVerificationAttributesCommand_base: {
76
76
  * @throws {@link SESServiceException}
77
77
  * <p>Base exception class for all service exceptions from SES service.</p>
78
78
  *
79
- * @public
79
+ *
80
80
  * @example GetIdentityVerificationAttributes
81
81
  * ```javascript
82
82
  * // The following example returns the verification status and the verification token for a domain identity:
83
83
  * const input = {
84
- * "Identities": [
84
+ * Identities: [
85
85
  * "example.com"
86
86
  * ]
87
87
  * };
88
88
  * const command = new GetIdentityVerificationAttributesCommand(input);
89
89
  * const response = await client.send(command);
90
- * /* response ==
90
+ * /* response is
91
91
  * {
92
- * "VerificationAttributes": {
93
- * "example.com": {
94
- * "VerificationStatus": "Success",
95
- * "VerificationToken": "EXAMPLE3VYb9EDI2nTOQRi/Tf6MI/6bD6THIGiP1MVY="
92
+ * VerificationAttributes: {
93
+ * example.com: {
94
+ * VerificationStatus: "Success",
95
+ * VerificationToken: "EXAMPLE3VYb9EDI2nTOQRi/Tf6MI/6bD6THIGiP1MVY="
96
96
  * }
97
97
  * }
98
98
  * }
99
99
  * *\/
100
- * // example id: getidentityverificationattributes-1469124205897
101
100
  * ```
102
101
  *
102
+ * @public
103
103
  */
104
104
  export declare class GetIdentityVerificationAttributesCommand extends GetIdentityVerificationAttributesCommand_base {
105
105
  /** @internal type navigation helper, not in runtime. */
@@ -55,23 +55,23 @@ declare const GetSendQuotaCommand_base: {
55
55
  * @throws {@link SESServiceException}
56
56
  * <p>Base exception class for all service exceptions from SES service.</p>
57
57
  *
58
- * @public
58
+ *
59
59
  * @example GetSendQuota
60
60
  * ```javascript
61
61
  * // The following example returns the Amazon SES sending limits for an AWS account:
62
- * const input = {};
62
+ * const input = { /* empty *\/ };
63
63
  * const command = new GetSendQuotaCommand(input);
64
64
  * const response = await client.send(command);
65
- * /* response ==
65
+ * /* response is
66
66
  * {
67
- * "Max24HourSend": 200,
68
- * "MaxSendRate": 1,
69
- * "SentLast24Hours": 1
67
+ * Max24HourSend: 200,
68
+ * MaxSendRate: 1,
69
+ * SentLast24Hours: 1
70
70
  * }
71
71
  * *\/
72
- * // example id: getsendquota-1469047324508
73
72
  * ```
74
73
  *
74
+ * @public
75
75
  */
76
76
  export declare class GetSendQuotaCommand extends GetSendQuotaCommand_base {
77
77
  /** @internal type navigation helper, not in runtime. */
@@ -63,43 +63,43 @@ declare const GetSendStatisticsCommand_base: {
63
63
  * @throws {@link SESServiceException}
64
64
  * <p>Base exception class for all service exceptions from SES service.</p>
65
65
  *
66
- * @public
66
+ *
67
67
  * @example GetSendStatistics
68
68
  * ```javascript
69
69
  * // The following example returns Amazon SES sending statistics:
70
- * const input = {};
70
+ * const input = { /* empty *\/ };
71
71
  * const command = new GetSendStatisticsCommand(input);
72
72
  * const response = await client.send(command);
73
- * /* response ==
73
+ * /* response is
74
74
  * {
75
- * "SendDataPoints": [
75
+ * SendDataPoints: [
76
76
  * {
77
- * "Bounces": 0,
78
- * "Complaints": 0,
79
- * "DeliveryAttempts": 5,
80
- * "Rejects": 0,
81
- * "Timestamp": "2016-07-13T22:43:00Z"
77
+ * Bounces: 0,
78
+ * Complaints: 0,
79
+ * DeliveryAttempts: 5,
80
+ * Rejects: 0,
81
+ * Timestamp: "2016-07-13T22:43:00Z"
82
82
  * },
83
83
  * {
84
- * "Bounces": 0,
85
- * "Complaints": 0,
86
- * "DeliveryAttempts": 3,
87
- * "Rejects": 0,
88
- * "Timestamp": "2016-07-13T23:13:00Z"
84
+ * Bounces: 0,
85
+ * Complaints: 0,
86
+ * DeliveryAttempts: 3,
87
+ * Rejects: 0,
88
+ * Timestamp: "2016-07-13T23:13:00Z"
89
89
  * },
90
90
  * {
91
- * "Bounces": 0,
92
- * "Complaints": 0,
93
- * "DeliveryAttempts": 1,
94
- * "Rejects": 0,
95
- * "Timestamp": "2016-07-13T21:13:00Z"
91
+ * Bounces: 0,
92
+ * Complaints: 0,
93
+ * DeliveryAttempts: 1,
94
+ * Rejects: 0,
95
+ * Timestamp: "2016-07-13T21:13:00Z"
96
96
  * }
97
97
  * ]
98
98
  * }
99
99
  * *\/
100
- * // example id: getsendstatistics-1469047741329
101
100
  * ```
102
101
  *
102
+ * @public
103
103
  */
104
104
  export declare class GetSendStatisticsCommand extends GetSendStatisticsCommand_base {
105
105
  /** @internal type navigation helper, not in runtime. */
@@ -65,6 +65,7 @@ declare const GetTemplateCommand_base: {
65
65
  * @throws {@link SESServiceException}
66
66
  * <p>Base exception class for all service exceptions from SES service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class GetTemplateCommand extends GetTemplateCommand_base {
@@ -70,6 +70,7 @@ declare const ListConfigurationSetsCommand_base: {
70
70
  * @throws {@link SESServiceException}
71
71
  * <p>Base exception class for all service exceptions from SES service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class ListConfigurationSetsCommand extends ListConfigurationSetsCommand_base {
@@ -69,6 +69,7 @@ declare const ListCustomVerificationEmailTemplatesCommand_base: {
69
69
  * @throws {@link SESServiceException}
70
70
  * <p>Base exception class for all service exceptions from SES service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListCustomVerificationEmailTemplatesCommand extends ListCustomVerificationEmailTemplatesCommand_base {
@@ -71,28 +71,28 @@ declare const ListIdentitiesCommand_base: {
71
71
  * @throws {@link SESServiceException}
72
72
  * <p>Base exception class for all service exceptions from SES service.</p>
73
73
  *
74
- * @public
74
+ *
75
75
  * @example ListIdentities
76
76
  * ```javascript
77
77
  * // The following example lists the email address identities that have been submitted for verification with Amazon SES:
78
78
  * const input = {
79
- * "IdentityType": "EmailAddress",
80
- * "MaxItems": 123,
81
- * "NextToken": ""
79
+ * IdentityType: "EmailAddress",
80
+ * MaxItems: 123,
81
+ * NextToken: ""
82
82
  * };
83
83
  * const command = new ListIdentitiesCommand(input);
84
84
  * const response = await client.send(command);
85
- * /* response ==
85
+ * /* response is
86
86
  * {
87
- * "Identities": [
87
+ * Identities: [
88
88
  * "user@example.com"
89
89
  * ],
90
- * "NextToken": ""
90
+ * NextToken: ""
91
91
  * }
92
92
  * *\/
93
- * // example id: listidentities-1469048638493
94
93
  * ```
95
94
  *
95
+ * @public
96
96
  */
97
97
  export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {
98
98
  /** @internal type navigation helper, not in runtime. */
@@ -67,25 +67,25 @@ declare const ListIdentityPoliciesCommand_base: {
67
67
  * @throws {@link SESServiceException}
68
68
  * <p>Base exception class for all service exceptions from SES service.</p>
69
69
  *
70
- * @public
70
+ *
71
71
  * @example ListIdentityPolicies
72
72
  * ```javascript
73
73
  * // The following example returns a list of sending authorization policies that are attached to an identity:
74
74
  * const input = {
75
- * "Identity": "example.com"
75
+ * Identity: "example.com"
76
76
  * };
77
77
  * const command = new ListIdentityPoliciesCommand(input);
78
78
  * const response = await client.send(command);
79
- * /* response ==
79
+ * /* response is
80
80
  * {
81
- * "PolicyNames": [
81
+ * PolicyNames: [
82
82
  * "MyPolicy"
83
83
  * ]
84
84
  * }
85
85
  * *\/
86
- * // example id: listidentitypolicies-1469124417674
87
86
  * ```
88
87
  *
88
+ * @public
89
89
  */
90
90
  export declare class ListIdentityPoliciesCommand extends ListIdentityPoliciesCommand_base {
91
91
  /** @internal type navigation helper, not in runtime. */
@@ -64,29 +64,29 @@ declare const ListReceiptFiltersCommand_base: {
64
64
  * @throws {@link SESServiceException}
65
65
  * <p>Base exception class for all service exceptions from SES service.</p>
66
66
  *
67
- * @public
67
+ *
68
68
  * @example ListReceiptFilters
69
69
  * ```javascript
70
70
  * // The following example lists the IP address filters that are associated with an AWS account:
71
- * const input = {};
71
+ * const input = { /* empty *\/ };
72
72
  * const command = new ListReceiptFiltersCommand(input);
73
73
  * const response = await client.send(command);
74
- * /* response ==
74
+ * /* response is
75
75
  * {
76
- * "Filters": [
76
+ * Filters: [
77
77
  * {
78
- * "IpFilter": {
79
- * "Cidr": "1.2.3.4/24",
80
- * "Policy": "Block"
78
+ * IpFilter: {
79
+ * Cidr: "1.2.3.4/24",
80
+ * Policy: "Block"
81
81
  * },
82
- * "Name": "MyFilter"
82
+ * Name: "MyFilter"
83
83
  * }
84
84
  * ]
85
85
  * }
86
86
  * *\/
87
- * // example id: listreceiptfilters-1469120786789
88
87
  * ```
89
88
  *
89
+ * @public
90
90
  */
91
91
  export declare class ListReceiptFiltersCommand extends ListReceiptFiltersCommand_base {
92
92
  /** @internal type navigation helper, not in runtime. */
@@ -66,29 +66,29 @@ declare const ListReceiptRuleSetsCommand_base: {
66
66
  * @throws {@link SESServiceException}
67
67
  * <p>Base exception class for all service exceptions from SES service.</p>
68
68
  *
69
- * @public
69
+ *
70
70
  * @example ListReceiptRuleSets
71
71
  * ```javascript
72
72
  * // The following example lists the receipt rule sets that exist under an AWS account:
73
73
  * const input = {
74
- * "NextToken": ""
74
+ * NextToken: ""
75
75
  * };
76
76
  * const command = new ListReceiptRuleSetsCommand(input);
77
77
  * const response = await client.send(command);
78
- * /* response ==
78
+ * /* response is
79
79
  * {
80
- * "NextToken": "",
81
- * "RuleSets": [
80
+ * NextToken: "",
81
+ * RuleSets: [
82
82
  * {
83
- * "CreatedTimestamp": "2016-07-15T16:25:59.607Z",
84
- * "Name": "MyRuleSet"
83
+ * CreatedTimestamp: "2016-07-15T16:25:59.607Z",
84
+ * Name: "MyRuleSet"
85
85
  * }
86
86
  * ]
87
87
  * }
88
88
  * *\/
89
- * // example id: listreceiptrulesets-1469121037235
90
89
  * ```
91
90
  *
91
+ * @public
92
92
  */
93
93
  export declare class ListReceiptRuleSetsCommand extends ListReceiptRuleSetsCommand_base {
94
94
  /** @internal type navigation helper, not in runtime. */
@@ -63,6 +63,7 @@ declare const ListTemplatesCommand_base: {
63
63
  * @throws {@link SESServiceException}
64
64
  * <p>Base exception class for all service exceptions from SES service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class ListTemplatesCommand extends ListTemplatesCommand_base {