@aws-sdk/client-mailmanager 3.651.1 → 3.654.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.
- package/README.md +5 -6
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/MailManager.d.ts +5 -6
- package/dist-types/MailManagerClient.d.ts +5 -6
- package/dist-types/commands/CreateAddonInstanceCommand.d.ts +11 -0
- package/dist-types/commands/CreateAddonSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateArchiveCommand.d.ts +11 -0
- package/dist-types/commands/CreateIngressPointCommand.d.ts +11 -0
- package/dist-types/commands/CreateRelayCommand.d.ts +11 -0
- package/dist-types/commands/CreateRuleSetCommand.d.ts +13 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAddonInstanceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAddonSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteArchiveCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIngressPointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRelayCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRuleSetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetAddonInstanceCommand.d.ts +11 -0
- package/dist-types/commands/GetAddonSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/GetArchiveCommand.d.ts +11 -0
- package/dist-types/commands/GetArchiveExportCommand.d.ts +11 -0
- package/dist-types/commands/GetArchiveMessageCommand.d.ts +11 -0
- package/dist-types/commands/GetArchiveMessageContentCommand.d.ts +11 -0
- package/dist-types/commands/GetArchiveSearchCommand.d.ts +11 -0
- package/dist-types/commands/GetArchiveSearchResultsCommand.d.ts +11 -0
- package/dist-types/commands/GetIngressPointCommand.d.ts +11 -0
- package/dist-types/commands/GetRelayCommand.d.ts +11 -0
- package/dist-types/commands/GetRuleSetCommand.d.ts +13 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +11 -0
- package/dist-types/commands/ListAddonInstancesCommand.d.ts +11 -0
- package/dist-types/commands/ListAddonSubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/ListArchiveExportsCommand.d.ts +11 -0
- package/dist-types/commands/ListArchiveSearchesCommand.d.ts +11 -0
- package/dist-types/commands/ListArchivesCommand.d.ts +11 -0
- package/dist-types/commands/ListIngressPointsCommand.d.ts +11 -0
- package/dist-types/commands/ListRelaysCommand.d.ts +11 -0
- package/dist-types/commands/ListRuleSetsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/StartArchiveExportCommand.d.ts +11 -0
- package/dist-types/commands/StartArchiveSearchCommand.d.ts +11 -0
- package/dist-types/commands/StopArchiveExportCommand.d.ts +11 -0
- package/dist-types/commands/StopArchiveSearchCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateArchiveCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIngressPointCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRelayCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRuleSetCommand.d.ts +14 -1
- package/dist-types/commands/UpdateTrafficPolicyCommand.d.ts +11 -0
- package/dist-types/index.d.ts +5 -6
- package/dist-types/models/models_0.d.ts +13 -1
- package/dist-types/ts3.4/commands/CreateAddonInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAddonSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIngressPointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRelayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRuleSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAddonInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAddonSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIngressPointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRelayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRuleSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAddonInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAddonSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetArchiveExportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetArchiveMessageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetArchiveMessageContentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetArchiveSearchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetArchiveSearchResultsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIngressPointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRelayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRuleSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAddonInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAddonSubscriptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListArchiveExportsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListArchiveSearchesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIngressPointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRelaysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRuleSetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartArchiveExportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartArchiveSearchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopArchiveExportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopArchiveSearchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIngressPointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRelayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRuleSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/models/models_0.d.ts +9 -0
- package/package.json +35 -35
|
@@ -70,4 +70,15 @@ declare const ListIngressPointsCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class ListIngressPointsCommand extends ListIngressPointsCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: ListIngressPointsRequest;
|
|
77
|
+
output: ListIngressPointsResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: ListIngressPointsCommandInput;
|
|
81
|
+
output: ListIngressPointsCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListRelaysCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListRelaysCommand extends ListRelaysCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListRelaysRequest;
|
|
75
|
+
output: ListRelaysResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListRelaysCommandInput;
|
|
79
|
+
output: ListRelaysCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListRuleSetsCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListRuleSetsCommand extends ListRuleSetsCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListRuleSetsRequest;
|
|
75
|
+
output: ListRuleSetsResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListRuleSetsCommandInput;
|
|
79
|
+
output: ListRuleSetsCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTagsForResourceRequest;
|
|
75
|
+
output: ListTagsForResourceResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTagsForResourceCommandInput;
|
|
79
|
+
output: ListTagsForResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTrafficPoliciesCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTrafficPoliciesCommand extends ListTrafficPoliciesCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTrafficPoliciesRequest;
|
|
75
|
+
output: ListTrafficPoliciesResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTrafficPoliciesCommandInput;
|
|
79
|
+
output: ListTrafficPoliciesCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -120,4 +120,15 @@ declare const StartArchiveExportCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class StartArchiveExportCommand extends StartArchiveExportCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: StartArchiveExportRequest;
|
|
127
|
+
output: StartArchiveExportResponse;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: StartArchiveExportCommandInput;
|
|
131
|
+
output: StartArchiveExportCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -118,4 +118,15 @@ declare const StartArchiveSearchCommand_base: {
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class StartArchiveSearchCommand extends StartArchiveSearchCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: StartArchiveSearchRequest;
|
|
125
|
+
output: StartArchiveSearchResponse;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: StartArchiveSearchCommandInput;
|
|
129
|
+
output: StartArchiveSearchCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -64,4 +64,15 @@ declare const StopArchiveExportCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class StopArchiveExportCommand extends StopArchiveExportCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: StopArchiveExportRequest;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: StopArchiveExportCommandInput;
|
|
75
|
+
output: StopArchiveExportCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -64,4 +64,15 @@ declare const StopArchiveSearchCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class StopArchiveSearchCommand extends StopArchiveSearchCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: StopArchiveSearchRequest;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: StopArchiveSearchCommandInput;
|
|
75
|
+
output: StopArchiveSearchCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -73,4 +73,15 @@ declare const TagResourceCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: TagResourceRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: TagResourceCommandInput;
|
|
84
|
+
output: TagResourceCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UntagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UntagResourceCommandInput;
|
|
78
|
+
output: UntagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -77,4 +77,15 @@ declare const UpdateArchiveCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class UpdateArchiveCommand extends UpdateArchiveCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: UpdateArchiveRequest;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: UpdateArchiveCommandInput;
|
|
88
|
+
output: UpdateArchiveCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -72,4 +72,15 @@ declare const UpdateIngressPointCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class UpdateIngressPointCommand extends UpdateIngressPointCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: UpdateIngressPointRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: UpdateIngressPointCommandInput;
|
|
83
|
+
output: UpdateIngressPointCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -71,4 +71,15 @@ declare const UpdateRelayCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class UpdateRelayCommand extends UpdateRelayCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: UpdateRelayRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: UpdateRelayCommandInput;
|
|
82
|
+
output: UpdateRelayCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -27,7 +27,7 @@ declare const UpdateRuleSetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p
|
|
30
|
+
* <p>Update attributes of an already provisioned rule set.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -51,6 +51,7 @@ declare const UpdateRuleSetCommand_base: {
|
|
|
51
51
|
* StringExpression: { // RuleStringExpression
|
|
52
52
|
* Evaluate: { // RuleStringToEvaluate Union: only one key present
|
|
53
53
|
* Attribute: "MAIL_FROM" || "HELO" || "RECIPIENT" || "SENDER" || "FROM" || "SUBJECT" || "TO" || "CC",
|
|
54
|
+
* MimeHeaderAttribute: "STRING_VALUE",
|
|
54
55
|
* },
|
|
55
56
|
* Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
56
57
|
* Values: [ // RuleStringList // required
|
|
@@ -105,6 +106,7 @@ declare const UpdateRuleSetCommand_base: {
|
|
|
105
106
|
* StringExpression: {
|
|
106
107
|
* Evaluate: {// Union: only one key present
|
|
107
108
|
* Attribute: "MAIL_FROM" || "HELO" || "RECIPIENT" || "SENDER" || "FROM" || "SUBJECT" || "TO" || "CC",
|
|
109
|
+
* MimeHeaderAttribute: "STRING_VALUE",
|
|
108
110
|
* },
|
|
109
111
|
* Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
110
112
|
* Values: [ // required
|
|
@@ -217,4 +219,15 @@ declare const UpdateRuleSetCommand_base: {
|
|
|
217
219
|
* @public
|
|
218
220
|
*/
|
|
219
221
|
export declare class UpdateRuleSetCommand extends UpdateRuleSetCommand_base {
|
|
222
|
+
/** @internal type navigation helper, not in runtime. */
|
|
223
|
+
protected static __types: {
|
|
224
|
+
api: {
|
|
225
|
+
input: UpdateRuleSetRequest;
|
|
226
|
+
output: {};
|
|
227
|
+
};
|
|
228
|
+
sdk: {
|
|
229
|
+
input: UpdateRuleSetCommandInput;
|
|
230
|
+
output: UpdateRuleSetCommandOutput;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
220
233
|
}
|
|
@@ -110,4 +110,15 @@ declare const UpdateTrafficPolicyCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class UpdateTrafficPolicyCommand extends UpdateTrafficPolicyCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: UpdateTrafficPolicyRequest;
|
|
117
|
+
output: {};
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: UpdateTrafficPolicyCommandInput;
|
|
121
|
+
output: UpdateTrafficPolicyCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <fullname>
|
|
3
|
-
* <p>
|
|
4
|
-
*
|
|
5
|
-
* that comprise the Mail Manager feature of Amazon Simple Email Service.</p>
|
|
2
|
+
* <fullname>Amazon SES Mail Manager API</fullname>
|
|
3
|
+
* <p>The Amazon SES Mail Manager API contains operations and data types
|
|
4
|
+
* that comprise the Mail Manager feature of <a href="http://aws.amazon.com/ses">Amazon Simple Email Service (SES)</a>.</p>
|
|
6
5
|
* <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen
|
|
7
6
|
* your organization's email infrastructure, simplify email workflow management, and
|
|
8
|
-
* streamline email compliance control. To learn more, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/eb.html">Mail Manager chapter</a> in the Amazon SES Developer
|
|
9
|
-
* Guide
|
|
7
|
+
* streamline email compliance control. To learn more, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/eb.html">Mail Manager chapter</a> in the <i>Amazon SES Developer
|
|
8
|
+
* Guide</i>.</p>
|
|
10
9
|
*
|
|
11
10
|
* @packageDocumentation
|
|
12
11
|
*/
|
|
@@ -1749,7 +1749,7 @@ export type RuleStringEmailAttribute = (typeof RuleStringEmailAttribute)[keyof t
|
|
|
1749
1749
|
* <p>The string to evaluate in a string condition expression.</p>
|
|
1750
1750
|
* @public
|
|
1751
1751
|
*/
|
|
1752
|
-
export type RuleStringToEvaluate = RuleStringToEvaluate.AttributeMember | RuleStringToEvaluate.$UnknownMember;
|
|
1752
|
+
export type RuleStringToEvaluate = RuleStringToEvaluate.AttributeMember | RuleStringToEvaluate.MimeHeaderAttributeMember | RuleStringToEvaluate.$UnknownMember;
|
|
1753
1753
|
/**
|
|
1754
1754
|
* @public
|
|
1755
1755
|
*/
|
|
@@ -1760,6 +1760,16 @@ export declare namespace RuleStringToEvaluate {
|
|
|
1760
1760
|
*/
|
|
1761
1761
|
interface AttributeMember {
|
|
1762
1762
|
Attribute: RuleStringEmailAttribute;
|
|
1763
|
+
MimeHeaderAttribute?: never;
|
|
1764
|
+
$unknown?: never;
|
|
1765
|
+
}
|
|
1766
|
+
/**
|
|
1767
|
+
* <p>The email MIME X-Header attribute to evaluate in a string condition expression.</p>
|
|
1768
|
+
* @public
|
|
1769
|
+
*/
|
|
1770
|
+
interface MimeHeaderAttributeMember {
|
|
1771
|
+
Attribute?: never;
|
|
1772
|
+
MimeHeaderAttribute: string;
|
|
1763
1773
|
$unknown?: never;
|
|
1764
1774
|
}
|
|
1765
1775
|
/**
|
|
@@ -1767,10 +1777,12 @@ export declare namespace RuleStringToEvaluate {
|
|
|
1767
1777
|
*/
|
|
1768
1778
|
interface $UnknownMember {
|
|
1769
1779
|
Attribute?: never;
|
|
1780
|
+
MimeHeaderAttribute?: never;
|
|
1770
1781
|
$unknown: [string, any];
|
|
1771
1782
|
}
|
|
1772
1783
|
interface Visitor<T> {
|
|
1773
1784
|
Attribute: (value: RuleStringEmailAttribute) => T;
|
|
1785
|
+
MimeHeaderAttribute: (value: string) => T;
|
|
1774
1786
|
_: (name: string, value: any) => T;
|
|
1775
1787
|
}
|
|
1776
1788
|
const visit: <T>(value: RuleStringToEvaluate, visitor: Visitor<T>) => T;
|
|
@@ -37,4 +37,15 @@ declare const CreateAddonInstanceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAddonInstanceCommand extends CreateAddonInstanceCommand_base {
|
|
40
|
+
export declare class CreateAddonInstanceCommand extends CreateAddonInstanceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAddonInstanceRequest;
|
|
44
|
+
output: CreateAddonInstanceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAddonInstanceCommandInput;
|
|
48
|
+
output: CreateAddonInstanceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAddonSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAddonSubscriptionCommand extends CreateAddonSubscriptionCommand_base {
|
|
40
|
+
export declare class CreateAddonSubscriptionCommand extends CreateAddonSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAddonSubscriptionRequest;
|
|
44
|
+
output: CreateAddonSubscriptionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAddonSubscriptionCommandInput;
|
|
48
|
+
output: CreateAddonSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateArchiveCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateArchiveCommand extends CreateArchiveCommand_base {
|
|
39
|
+
export declare class CreateArchiveCommand extends CreateArchiveCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateArchiveRequest;
|
|
43
|
+
output: CreateArchiveResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateArchiveCommandInput;
|
|
47
|
+
output: CreateArchiveCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateIngressPointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateIngressPointCommand extends CreateIngressPointCommand_base {
|
|
40
|
+
export declare class CreateIngressPointCommand extends CreateIngressPointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateIngressPointRequest;
|
|
44
|
+
output: CreateIngressPointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateIngressPointCommandInput;
|
|
48
|
+
output: CreateIngressPointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateRelayCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateRelayCommand extends CreateRelayCommand_base {
|
|
36
|
+
export declare class CreateRelayCommand extends CreateRelayCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateRelayRequest;
|
|
40
|
+
output: CreateRelayResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateRelayCommandInput;
|
|
44
|
+
output: CreateRelayCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateRuleSetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateRuleSetCommand extends CreateRuleSetCommand_base {
|
|
39
|
+
export declare class CreateRuleSetCommand extends CreateRuleSetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateRuleSetRequest;
|
|
43
|
+
output: CreateRuleSetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateRuleSetCommandInput;
|
|
47
|
+
output: CreateRuleSetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateTrafficPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateTrafficPolicyCommand extends CreateTrafficPolicyCommand_base {
|
|
40
|
+
export declare class CreateTrafficPolicyCommand extends CreateTrafficPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateTrafficPolicyRequest;
|
|
44
|
+
output: CreateTrafficPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateTrafficPolicyCommandInput;
|
|
48
|
+
output: CreateTrafficPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteAddonInstanceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteAddonInstanceCommand extends DeleteAddonInstanceCommand_base {
|
|
40
|
+
export declare class DeleteAddonInstanceCommand extends DeleteAddonInstanceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAddonInstanceRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAddonInstanceCommandInput;
|
|
48
|
+
output: DeleteAddonInstanceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteAddonSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteAddonSubscriptionCommand extends DeleteAddonSubscriptionCommand_base {
|
|
40
|
+
export declare class DeleteAddonSubscriptionCommand extends DeleteAddonSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAddonSubscriptionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAddonSubscriptionCommandInput;
|
|
48
|
+
output: DeleteAddonSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteArchiveCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
|
|
39
|
+
export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteArchiveRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteArchiveCommandInput;
|
|
47
|
+
output: DeleteArchiveCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteIngressPointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteIngressPointCommand extends DeleteIngressPointCommand_base {
|
|
40
|
+
export declare class DeleteIngressPointCommand extends DeleteIngressPointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteIngressPointRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteIngressPointCommandInput;
|
|
48
|
+
output: DeleteIngressPointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteRelayCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteRelayCommand extends DeleteRelayCommand_base {
|
|
36
|
+
export declare class DeleteRelayCommand extends DeleteRelayCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteRelayRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteRelayCommandInput;
|
|
44
|
+
output: DeleteRelayCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteRuleSetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteRuleSetCommand extends DeleteRuleSetCommand_base {
|
|
39
|
+
export declare class DeleteRuleSetCommand extends DeleteRuleSetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteRuleSetRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteRuleSetCommandInput;
|
|
47
|
+
output: DeleteRuleSetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteTrafficPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteTrafficPolicyCommand extends DeleteTrafficPolicyCommand_base {
|
|
40
|
+
export declare class DeleteTrafficPolicyCommand extends DeleteTrafficPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteTrafficPolicyRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteTrafficPolicyCommandInput;
|
|
48
|
+
output: DeleteTrafficPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetAddonInstanceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetAddonInstanceCommand extends GetAddonInstanceCommand_base {
|
|
39
|
+
export declare class GetAddonInstanceCommand extends GetAddonInstanceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetAddonInstanceRequest;
|
|
43
|
+
output: GetAddonInstanceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetAddonInstanceCommandInput;
|
|
47
|
+
output: GetAddonInstanceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAddonSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAddonSubscriptionCommand extends GetAddonSubscriptionCommand_base {
|
|
40
|
+
export declare class GetAddonSubscriptionCommand extends GetAddonSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAddonSubscriptionRequest;
|
|
44
|
+
output: GetAddonSubscriptionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAddonSubscriptionCommandInput;
|
|
48
|
+
output: GetAddonSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetArchiveCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetArchiveCommand extends GetArchiveCommand_base {
|
|
36
|
+
export declare class GetArchiveCommand extends GetArchiveCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetArchiveRequest;
|
|
40
|
+
output: GetArchiveResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetArchiveCommandInput;
|
|
44
|
+
output: GetArchiveCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|