@aws-sdk/client-mailmanager 3.775.0 → 3.782.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 (67) hide show
  1. package/dist-cjs/models/models_0.js +30 -2
  2. package/dist-cjs/protocols/Aws_json1_0.js +2 -0
  3. package/dist-es/models/models_0.js +28 -0
  4. package/dist-es/protocols/Aws_json1_0.js +2 -0
  5. package/dist-types/commands/CreateAddonInstanceCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateAddonSubscriptionCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateAddressListCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateAddressListImportJobCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateArchiveCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateIngressPointCommand.d.ts +87 -0
  11. package/dist-types/commands/CreateRelayCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateRuleSetCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +44 -0
  14. package/dist-types/commands/DeleteAddonInstanceCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteAddonSubscriptionCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteAddressListCommand.d.ts +1 -0
  17. package/dist-types/commands/DeleteArchiveCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteIngressPointCommand.d.ts +14 -0
  19. package/dist-types/commands/DeleteRelayCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteRuleSetCommand.d.ts +1 -0
  21. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +14 -0
  22. package/dist-types/commands/DeregisterMemberFromAddressListCommand.d.ts +1 -0
  23. package/dist-types/commands/GetAddonInstanceCommand.d.ts +1 -0
  24. package/dist-types/commands/GetAddonSubscriptionCommand.d.ts +1 -0
  25. package/dist-types/commands/GetAddressListCommand.d.ts +1 -0
  26. package/dist-types/commands/GetAddressListImportJobCommand.d.ts +1 -0
  27. package/dist-types/commands/GetArchiveCommand.d.ts +1 -0
  28. package/dist-types/commands/GetArchiveExportCommand.d.ts +1 -0
  29. package/dist-types/commands/GetArchiveMessageCommand.d.ts +1 -0
  30. package/dist-types/commands/GetArchiveMessageContentCommand.d.ts +1 -0
  31. package/dist-types/commands/GetArchiveSearchCommand.d.ts +1 -0
  32. package/dist-types/commands/GetArchiveSearchResultsCommand.d.ts +1 -0
  33. package/dist-types/commands/GetIngressPointCommand.d.ts +52 -0
  34. package/dist-types/commands/GetMemberOfAddressListCommand.d.ts +1 -0
  35. package/dist-types/commands/GetRelayCommand.d.ts +1 -0
  36. package/dist-types/commands/GetRuleSetCommand.d.ts +1 -0
  37. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +48 -0
  38. package/dist-types/commands/ListAddonInstancesCommand.d.ts +1 -0
  39. package/dist-types/commands/ListAddonSubscriptionsCommand.d.ts +1 -0
  40. package/dist-types/commands/ListAddressListImportJobsCommand.d.ts +1 -0
  41. package/dist-types/commands/ListAddressListsCommand.d.ts +1 -0
  42. package/dist-types/commands/ListArchiveExportsCommand.d.ts +1 -0
  43. package/dist-types/commands/ListArchiveSearchesCommand.d.ts +1 -0
  44. package/dist-types/commands/ListArchivesCommand.d.ts +1 -0
  45. package/dist-types/commands/ListIngressPointsCommand.d.ts +68 -0
  46. package/dist-types/commands/ListMembersOfAddressListCommand.d.ts +1 -0
  47. package/dist-types/commands/ListRelaysCommand.d.ts +1 -0
  48. package/dist-types/commands/ListRuleSetsCommand.d.ts +1 -0
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  50. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +62 -0
  51. package/dist-types/commands/RegisterMemberToAddressListCommand.d.ts +1 -0
  52. package/dist-types/commands/StartAddressListImportJobCommand.d.ts +1 -0
  53. package/dist-types/commands/StartArchiveExportCommand.d.ts +1 -0
  54. package/dist-types/commands/StartArchiveSearchCommand.d.ts +1 -0
  55. package/dist-types/commands/StopAddressListImportJobCommand.d.ts +1 -0
  56. package/dist-types/commands/StopArchiveExportCommand.d.ts +1 -0
  57. package/dist-types/commands/StopArchiveSearchCommand.d.ts +1 -0
  58. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  59. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  60. package/dist-types/commands/UpdateArchiveCommand.d.ts +1 -0
  61. package/dist-types/commands/UpdateIngressPointCommand.d.ts +62 -0
  62. package/dist-types/commands/UpdateRelayCommand.d.ts +1 -0
  63. package/dist-types/commands/UpdateRuleSetCommand.d.ts +1 -0
  64. package/dist-types/commands/UpdateTrafficPolicyCommand.d.ts +70 -0
  65. package/dist-types/models/models_0.d.ts +171 -1
  66. package/dist-types/ts3.4/models/models_0.d.ts +83 -0
  67. package/package.json +5 -5
@@ -68,6 +68,7 @@ declare const GetMemberOfAddressListCommand_base: {
68
68
  * @throws {@link MailManagerServiceException}
69
69
  * <p>Base exception class for all service exceptions from MailManager service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class GetMemberOfAddressListCommand extends GetMemberOfAddressListCommand_base {
@@ -70,6 +70,7 @@ declare const GetRelayCommand_base: {
70
70
  * @throws {@link MailManagerServiceException}
71
71
  * <p>Base exception class for all service exceptions from MailManager service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class GetRelayCommand extends GetRelayCommand_base {
@@ -249,6 +249,7 @@ declare const GetRuleSetCommand_base: {
249
249
  * @throws {@link MailManagerServiceException}
250
250
  * <p>Base exception class for all service exceptions from MailManager service.</p>
251
251
  *
252
+ *
252
253
  * @public
253
254
  */
254
255
  export declare class GetRuleSetCommand extends GetRuleSetCommand_base {
@@ -69,6 +69,15 @@ declare const GetTrafficPolicyCommand_base: {
69
69
  * // "STRING_VALUE",
70
70
  * // ],
71
71
  * // },
72
+ * // Ipv6Expression: { // IngressIpv6Expression
73
+ * // Evaluate: { // IngressIpv6ToEvaluate Union: only one key present
74
+ * // Attribute: "SENDER_IPV6",
75
+ * // },
76
+ * // Operator: "CIDR_MATCHES" || "NOT_CIDR_MATCHES", // required
77
+ * // Values: [ // Ipv6Cidrs // required
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // },
72
81
  * // TlsExpression: { // IngressTlsProtocolExpression
73
82
  * // Evaluate: { // IngressTlsProtocolToEvaluate Union: only one key present
74
83
  * // Attribute: "TLS_PROTOCOL",
@@ -119,6 +128,45 @@ declare const GetTrafficPolicyCommand_base: {
119
128
  * @throws {@link MailManagerServiceException}
120
129
  * <p>Base exception class for all service exceptions from MailManager service.</p>
121
130
  *
131
+ *
132
+ * @example Get TrafficPolicy
133
+ * ```javascript
134
+ * //
135
+ * const input = {
136
+ * TrafficPolicyId: "tp-12345"
137
+ * };
138
+ * const command = new GetTrafficPolicyCommand(input);
139
+ * const response = await client.send(command);
140
+ * /* response is
141
+ * {
142
+ * DefaultAction: "DENY",
143
+ * MaxMessageSizeBytes: 1000,
144
+ * PolicyStatements: [
145
+ * {
146
+ * Action: "ALLOW",
147
+ * Conditions: [
148
+ * {
149
+ * StringExpression: {
150
+ * Evaluate: {
151
+ * Attribute: "RECIPIENT"
152
+ * },
153
+ * Operator: "EQUALS",
154
+ * Values: [
155
+ * "example@amazon.com",
156
+ * "example@gmail.com"
157
+ * ]
158
+ * }
159
+ * }
160
+ * ]
161
+ * }
162
+ * ],
163
+ * TrafficPolicyArn: "arn:aws:ses:us-east-1:123456789012:mailmanager-traffic-policy/tp-12345",
164
+ * TrafficPolicyId: "tp-12345",
165
+ * TrafficPolicyName: "trafficPolicyName"
166
+ * }
167
+ * *\/
168
+ * ```
169
+ *
122
170
  * @public
123
171
  */
124
172
  export declare class GetTrafficPolicyCommand extends GetTrafficPolicyCommand_base {
@@ -67,6 +67,7 @@ declare const ListAddonInstancesCommand_base: {
67
67
  * @throws {@link MailManagerServiceException}
68
68
  * <p>Base exception class for all service exceptions from MailManager service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class ListAddonInstancesCommand extends ListAddonInstancesCommand_base {
@@ -66,6 +66,7 @@ declare const ListAddonSubscriptionsCommand_base: {
66
66
  * @throws {@link MailManagerServiceException}
67
67
  * <p>Base exception class for all service exceptions from MailManager service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class ListAddonSubscriptionsCommand extends ListAddonSubscriptionsCommand_base {
@@ -86,6 +86,7 @@ declare const ListAddressListImportJobsCommand_base: {
86
86
  * @throws {@link MailManagerServiceException}
87
87
  * <p>Base exception class for all service exceptions from MailManager service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class ListAddressListImportJobsCommand extends ListAddressListImportJobsCommand_base {
@@ -73,6 +73,7 @@ declare const ListAddressListsCommand_base: {
73
73
  * @throws {@link MailManagerServiceException}
74
74
  * <p>Base exception class for all service exceptions from MailManager service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class ListAddressListsCommand extends ListAddressListsCommand_base {
@@ -79,6 +79,7 @@ declare const ListArchiveExportsCommand_base: {
79
79
  * @throws {@link MailManagerServiceException}
80
80
  * <p>Base exception class for all service exceptions from MailManager service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListArchiveExportsCommand extends ListArchiveExportsCommand_base {
@@ -79,6 +79,7 @@ declare const ListArchiveSearchesCommand_base: {
79
79
  * @throws {@link MailManagerServiceException}
80
80
  * <p>Base exception class for all service exceptions from MailManager service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListArchiveSearchesCommand extends ListArchiveSearchesCommand_base {
@@ -72,6 +72,7 @@ declare const ListArchivesCommand_base: {
72
72
  * @throws {@link MailManagerServiceException}
73
73
  * <p>Base exception class for all service exceptions from MailManager service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class ListArchivesCommand extends ListArchivesCommand_base {
@@ -67,6 +67,74 @@ declare const ListIngressPointsCommand_base: {
67
67
  * @throws {@link MailManagerServiceException}
68
68
  * <p>Base exception class for all service exceptions from MailManager service.</p>
69
69
  *
70
+ *
71
+ * @example List IngressPoints
72
+ * ```javascript
73
+ * //
74
+ * const input = { /* empty *\/ };
75
+ * const command = new ListIngressPointsCommand(input);
76
+ * const response = await client.send(command);
77
+ * /* response is
78
+ * {
79
+ * IngressPoints: [
80
+ * {
81
+ * ARecord: "abcde123.prod.us-east-1.email-border.ses.aws.a2z.com",
82
+ * IngressPointId: "inp-12345",
83
+ * IngressPointName: "ingressPointName",
84
+ * Status: "ACTIVE",
85
+ * Type: "OPEN"
86
+ * }
87
+ * ]
88
+ * }
89
+ * *\/
90
+ * ```
91
+ *
92
+ * @example List IngressPoints with PageSize
93
+ * ```javascript
94
+ * //
95
+ * const input = {
96
+ * PageSize: 10
97
+ * };
98
+ * const command = new ListIngressPointsCommand(input);
99
+ * const response = await client.send(command);
100
+ * /* response is
101
+ * {
102
+ * IngressPoints: [
103
+ * {
104
+ * ARecord: "abcde123.prod.us-east-1.email-border.ses.aws.a2z.com",
105
+ * IngressPointId: "inp-12345",
106
+ * IngressPointName: "ingressPointName",
107
+ * Status: "ACTIVE",
108
+ * Type: "OPEN"
109
+ * }
110
+ * ]
111
+ * }
112
+ * *\/
113
+ * ```
114
+ *
115
+ * @example List IngressPoints with NextToken
116
+ * ```javascript
117
+ * //
118
+ * const input = {
119
+ * NextToken: "nextToken"
120
+ * };
121
+ * const command = new ListIngressPointsCommand(input);
122
+ * const response = await client.send(command);
123
+ * /* response is
124
+ * {
125
+ * IngressPoints: [
126
+ * {
127
+ * ARecord: "abcde123.prod.us-east-1.email-border.ses.aws.a2z.com",
128
+ * IngressPointId: "inp-12345",
129
+ * IngressPointName: "ingressPointName",
130
+ * Status: "ACTIVE",
131
+ * Type: "OPEN"
132
+ * }
133
+ * ]
134
+ * }
135
+ * *\/
136
+ * ```
137
+ *
70
138
  * @public
71
139
  */
72
140
  export declare class ListIngressPointsCommand extends ListIngressPointsCommand_base {
@@ -77,6 +77,7 @@ declare const ListMembersOfAddressListCommand_base: {
77
77
  * @throws {@link MailManagerServiceException}
78
78
  * <p>Base exception class for all service exceptions from MailManager service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListMembersOfAddressListCommand extends ListMembersOfAddressListCommand_base {
@@ -65,6 +65,7 @@ declare const ListRelaysCommand_base: {
65
65
  * @throws {@link MailManagerServiceException}
66
66
  * <p>Base exception class for all service exceptions from MailManager service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class ListRelaysCommand extends ListRelaysCommand_base {
@@ -65,6 +65,7 @@ declare const ListRuleSetsCommand_base: {
65
65
  * @throws {@link MailManagerServiceException}
66
66
  * <p>Base exception class for all service exceptions from MailManager service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class ListRuleSetsCommand extends ListRuleSetsCommand_base {
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
65
65
  * @throws {@link MailManagerServiceException}
66
66
  * <p>Base exception class for all service exceptions from MailManager service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -65,6 +65,68 @@ declare const ListTrafficPoliciesCommand_base: {
65
65
  * @throws {@link MailManagerServiceException}
66
66
  * <p>Base exception class for all service exceptions from MailManager service.</p>
67
67
  *
68
+ *
69
+ * @example List TrafficPolicies
70
+ * ```javascript
71
+ * //
72
+ * const input = { /* empty *\/ };
73
+ * const command = new ListTrafficPoliciesCommand(input);
74
+ * const response = await client.send(command);
75
+ * /* response is
76
+ * {
77
+ * TrafficPolicies: [
78
+ * {
79
+ * DefaultAction: "DENY",
80
+ * TrafficPolicyId: "tp-12345",
81
+ * TrafficPolicyName: "trafficPolicyName"
82
+ * }
83
+ * ]
84
+ * }
85
+ * *\/
86
+ * ```
87
+ *
88
+ * @example List TrafficPolicies with PageSize
89
+ * ```javascript
90
+ * //
91
+ * const input = {
92
+ * PageSize: 10
93
+ * };
94
+ * const command = new ListTrafficPoliciesCommand(input);
95
+ * const response = await client.send(command);
96
+ * /* response is
97
+ * {
98
+ * TrafficPolicies: [
99
+ * {
100
+ * DefaultAction: "DENY",
101
+ * TrafficPolicyId: "tp-12345",
102
+ * TrafficPolicyName: "trafficPolicyName"
103
+ * }
104
+ * ]
105
+ * }
106
+ * *\/
107
+ * ```
108
+ *
109
+ * @example List TrafficPolicies with NextToken
110
+ * ```javascript
111
+ * //
112
+ * const input = {
113
+ * NextToken: "nextToken"
114
+ * };
115
+ * const command = new ListTrafficPoliciesCommand(input);
116
+ * const response = await client.send(command);
117
+ * /* response is
118
+ * {
119
+ * TrafficPolicies: [
120
+ * {
121
+ * DefaultAction: "DENY",
122
+ * TrafficPolicyId: "tp-12345",
123
+ * TrafficPolicyName: "trafficPolicyName"
124
+ * }
125
+ * ]
126
+ * }
127
+ * *\/
128
+ * ```
129
+ *
68
130
  * @public
69
131
  */
70
132
  export declare class ListTrafficPoliciesCommand extends ListTrafficPoliciesCommand_base {
@@ -68,6 +68,7 @@ declare const RegisterMemberToAddressListCommand_base: {
68
68
  * @throws {@link MailManagerServiceException}
69
69
  * <p>Base exception class for all service exceptions from MailManager service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class RegisterMemberToAddressListCommand extends RegisterMemberToAddressListCommand_base {
@@ -70,6 +70,7 @@ declare const StartAddressListImportJobCommand_base: {
70
70
  * @throws {@link MailManagerServiceException}
71
71
  * <p>Base exception class for all service exceptions from MailManager service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class StartAddressListImportJobCommand extends StartAddressListImportJobCommand_base {
@@ -118,6 +118,7 @@ declare const StartArchiveExportCommand_base: {
118
118
  * @throws {@link MailManagerServiceException}
119
119
  * <p>Base exception class for all service exceptions from MailManager service.</p>
120
120
  *
121
+ *
121
122
  * @public
122
123
  */
123
124
  export declare class StartArchiveExportCommand extends StartArchiveExportCommand_base {
@@ -115,6 +115,7 @@ declare const StartArchiveSearchCommand_base: {
115
115
  * @throws {@link MailManagerServiceException}
116
116
  * <p>Base exception class for all service exceptions from MailManager service.</p>
117
117
  *
118
+ *
118
119
  * @public
119
120
  */
120
121
  export declare class StartArchiveSearchCommand extends StartArchiveSearchCommand_base {
@@ -67,6 +67,7 @@ declare const StopAddressListImportJobCommand_base: {
67
67
  * @throws {@link MailManagerServiceException}
68
68
  * <p>Base exception class for all service exceptions from MailManager service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class StopAddressListImportJobCommand extends StopAddressListImportJobCommand_base {
@@ -61,6 +61,7 @@ declare const StopArchiveExportCommand_base: {
61
61
  * @throws {@link MailManagerServiceException}
62
62
  * <p>Base exception class for all service exceptions from MailManager service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class StopArchiveExportCommand extends StopArchiveExportCommand_base {
@@ -61,6 +61,7 @@ declare const StopArchiveSearchCommand_base: {
61
61
  * @throws {@link MailManagerServiceException}
62
62
  * <p>Base exception class for all service exceptions from MailManager service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class StopArchiveSearchCommand extends StopArchiveSearchCommand_base {
@@ -70,6 +70,7 @@ declare const TagResourceCommand_base: {
70
70
  * @throws {@link MailManagerServiceException}
71
71
  * <p>Base exception class for all service exceptions from MailManager service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
64
64
  * @throws {@link MailManagerServiceException}
65
65
  * <p>Base exception class for all service exceptions from MailManager service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -74,6 +74,7 @@ declare const UpdateArchiveCommand_base: {
74
74
  * @throws {@link MailManagerServiceException}
75
75
  * <p>Base exception class for all service exceptions from MailManager service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class UpdateArchiveCommand extends UpdateArchiveCommand_base {
@@ -69,6 +69,68 @@ declare const UpdateIngressPointCommand_base: {
69
69
  * @throws {@link MailManagerServiceException}
70
70
  * <p>Base exception class for all service exceptions from MailManager service.</p>
71
71
  *
72
+ *
73
+ * @example Update Open/Auth IngressPoint with new Name
74
+ * ```javascript
75
+ * //
76
+ * const input = {
77
+ * IngressPointId: "inp-12345",
78
+ * IngressPointName: "ingressPointNewName"
79
+ * };
80
+ * const command = new UpdateIngressPointCommand(input);
81
+ * const response = await client.send(command);
82
+ * /* response is
83
+ * { /* empty *\/ }
84
+ * *\/
85
+ * ```
86
+ *
87
+ * @example Update Open/Auth IngressPoint with new RuleSetId / TrafficPolicyId
88
+ * ```javascript
89
+ * //
90
+ * const input = {
91
+ * IngressPointId: "inp-12345",
92
+ * RuleSetId: "rs-12345",
93
+ * TrafficPolicyId: "tp-12345"
94
+ * };
95
+ * const command = new UpdateIngressPointCommand(input);
96
+ * const response = await client.send(command);
97
+ * /* response is
98
+ * { /* empty *\/ }
99
+ * *\/
100
+ * ```
101
+ *
102
+ * @example Update Auth IngressPoint with new SmtpPassword
103
+ * ```javascript
104
+ * //
105
+ * const input = {
106
+ * IngressPointConfiguration: {
107
+ * SmtpPassword: "newSmtpPassword"
108
+ * },
109
+ * IngressPointId: "inp-12345"
110
+ * };
111
+ * const command = new UpdateIngressPointCommand(input);
112
+ * const response = await client.send(command);
113
+ * /* response is
114
+ * { /* empty *\/ }
115
+ * *\/
116
+ * ```
117
+ *
118
+ * @example Update Auth IngressPoint with new SecretArn
119
+ * ```javascript
120
+ * //
121
+ * const input = {
122
+ * IngressPointConfiguration: {
123
+ * SecretArn: "arn:aws:secretsmanager:us-west-2:123456789012:secret:abcde"
124
+ * },
125
+ * IngressPointId: "inp-12345"
126
+ * };
127
+ * const command = new UpdateIngressPointCommand(input);
128
+ * const response = await client.send(command);
129
+ * /* response is
130
+ * { /* empty *\/ }
131
+ * *\/
132
+ * ```
133
+ *
72
134
  * @public
73
135
  */
74
136
  export declare class UpdateIngressPointCommand extends UpdateIngressPointCommand_base {
@@ -68,6 +68,7 @@ declare const UpdateRelayCommand_base: {
68
68
  * @throws {@link MailManagerServiceException}
69
69
  * <p>Base exception class for all service exceptions from MailManager service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class UpdateRelayCommand extends UpdateRelayCommand_base {
@@ -247,6 +247,7 @@ declare const UpdateRuleSetCommand_base: {
247
247
  * @throws {@link MailManagerServiceException}
248
248
  * <p>Base exception class for all service exceptions from MailManager service.</p>
249
249
  *
250
+ *
250
251
  * @public
251
252
  */
252
253
  export declare class UpdateRuleSetCommand extends UpdateRuleSetCommand_base {
@@ -63,6 +63,15 @@ declare const UpdateTrafficPolicyCommand_base: {
63
63
  * "STRING_VALUE",
64
64
  * ],
65
65
  * },
66
+ * Ipv6Expression: { // IngressIpv6Expression
67
+ * Evaluate: { // IngressIpv6ToEvaluate Union: only one key present
68
+ * Attribute: "SENDER_IPV6",
69
+ * },
70
+ * Operator: "CIDR_MATCHES" || "NOT_CIDR_MATCHES", // required
71
+ * Values: [ // Ipv6Cidrs // required
72
+ * "STRING_VALUE",
73
+ * ],
74
+ * },
66
75
  * TlsExpression: { // IngressTlsProtocolExpression
67
76
  * Evaluate: { // IngressTlsProtocolToEvaluate Union: only one key present
68
77
  * Attribute: "TLS_PROTOCOL",
@@ -117,6 +126,67 @@ declare const UpdateTrafficPolicyCommand_base: {
117
126
  * @throws {@link MailManagerServiceException}
118
127
  * <p>Base exception class for all service exceptions from MailManager service.</p>
119
128
  *
129
+ *
130
+ * @example Update TrafficPolicy with new Name
131
+ * ```javascript
132
+ * //
133
+ * const input = {
134
+ * TrafficPolicyId: "tp-12345",
135
+ * TrafficPolicyName: "trafficPolicyNewName"
136
+ * };
137
+ * const command = new UpdateTrafficPolicyCommand(input);
138
+ * const response = await client.send(command);
139
+ * /* response is
140
+ * { /* empty *\/ }
141
+ * *\/
142
+ * ```
143
+ *
144
+ * @example Update TrafficPolicy with new PolicyStatements
145
+ * ```javascript
146
+ * //
147
+ * const input = {
148
+ * PolicyStatements: [
149
+ * {
150
+ * Action: "ALLOW",
151
+ * Conditions: [
152
+ * {
153
+ * StringExpression: {
154
+ * Evaluate: {
155
+ * Attribute: "RECIPIENT"
156
+ * },
157
+ * Operator: "EQUALS",
158
+ * Values: [
159
+ * "example@amazon.com",
160
+ * "example@gmail.com"
161
+ * ]
162
+ * }
163
+ * }
164
+ * ]
165
+ * }
166
+ * ],
167
+ * TrafficPolicyId: "tp-12345"
168
+ * };
169
+ * const command = new UpdateTrafficPolicyCommand(input);
170
+ * const response = await client.send(command);
171
+ * /* response is
172
+ * { /* empty *\/ }
173
+ * *\/
174
+ * ```
175
+ *
176
+ * @example Update TrafficPolicy with new DefaultAction
177
+ * ```javascript
178
+ * //
179
+ * const input = {
180
+ * DefaultAction: "ALLOW",
181
+ * TrafficPolicyId: "tp-12345"
182
+ * };
183
+ * const command = new UpdateTrafficPolicyCommand(input);
184
+ * const response = await client.send(command);
185
+ * /* response is
186
+ * { /* empty *\/ }
187
+ * *\/
188
+ * ```
189
+ *
120
190
  * @public
121
191
  */
122
192
  export declare class UpdateTrafficPolicyCommand extends UpdateTrafficPolicyCommand_base {