@aws-sdk/client-mailmanager 3.650.0 → 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.
Files changed (103) hide show
  1. package/README.md +5 -6
  2. package/dist-cjs/models/models_0.js +2 -0
  3. package/dist-es/models/models_0.js +2 -0
  4. package/dist-types/MailManager.d.ts +5 -6
  5. package/dist-types/MailManagerClient.d.ts +5 -6
  6. package/dist-types/commands/CreateAddonInstanceCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateAddonSubscriptionCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateArchiveCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateIngressPointCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateRelayCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateRuleSetCommand.d.ts +13 -0
  12. package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteAddonInstanceCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteAddonSubscriptionCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteArchiveCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteIngressPointCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteRelayCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteRuleSetCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +11 -0
  20. package/dist-types/commands/GetAddonInstanceCommand.d.ts +11 -0
  21. package/dist-types/commands/GetAddonSubscriptionCommand.d.ts +11 -0
  22. package/dist-types/commands/GetArchiveCommand.d.ts +11 -0
  23. package/dist-types/commands/GetArchiveExportCommand.d.ts +11 -0
  24. package/dist-types/commands/GetArchiveMessageCommand.d.ts +11 -0
  25. package/dist-types/commands/GetArchiveMessageContentCommand.d.ts +11 -0
  26. package/dist-types/commands/GetArchiveSearchCommand.d.ts +11 -0
  27. package/dist-types/commands/GetArchiveSearchResultsCommand.d.ts +11 -0
  28. package/dist-types/commands/GetIngressPointCommand.d.ts +11 -0
  29. package/dist-types/commands/GetRelayCommand.d.ts +11 -0
  30. package/dist-types/commands/GetRuleSetCommand.d.ts +13 -0
  31. package/dist-types/commands/GetTrafficPolicyCommand.d.ts +11 -0
  32. package/dist-types/commands/ListAddonInstancesCommand.d.ts +11 -0
  33. package/dist-types/commands/ListAddonSubscriptionsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListArchiveExportsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListArchiveSearchesCommand.d.ts +11 -0
  36. package/dist-types/commands/ListArchivesCommand.d.ts +11 -0
  37. package/dist-types/commands/ListIngressPointsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListRelaysCommand.d.ts +11 -0
  39. package/dist-types/commands/ListRuleSetsCommand.d.ts +11 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  41. package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +11 -0
  42. package/dist-types/commands/StartArchiveExportCommand.d.ts +11 -0
  43. package/dist-types/commands/StartArchiveSearchCommand.d.ts +11 -0
  44. package/dist-types/commands/StopArchiveExportCommand.d.ts +11 -0
  45. package/dist-types/commands/StopArchiveSearchCommand.d.ts +11 -0
  46. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateArchiveCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateIngressPointCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateRelayCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateRuleSetCommand.d.ts +14 -1
  52. package/dist-types/commands/UpdateTrafficPolicyCommand.d.ts +11 -0
  53. package/dist-types/index.d.ts +5 -6
  54. package/dist-types/models/models_0.d.ts +13 -1
  55. package/dist-types/ts3.4/commands/CreateAddonInstanceCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateAddonSubscriptionCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateIngressPointCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateRelayCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateRuleSetCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteAddonInstanceCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteAddonSubscriptionCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteIngressPointCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteRelayCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteRuleSetCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetAddonInstanceCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetAddonSubscriptionCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetArchiveCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/GetArchiveExportCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GetArchiveMessageCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GetArchiveMessageContentCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetArchiveSearchCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/GetArchiveSearchResultsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/GetIngressPointCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/GetRelayCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/GetRuleSetCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListAddonInstancesCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListAddonSubscriptionsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListArchiveExportsCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListArchiveSearchesCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListIngressPointsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListRelaysCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListRuleSetsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/StartArchiveExportCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/StartArchiveSearchCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/StopArchiveExportCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/StopArchiveSearchCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/UpdateIngressPointCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/UpdateRelayCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/UpdateRuleSetCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/models/models_0.d.ts +9 -0
  103. package/package.json +35 -35
package/README.md CHANGED
@@ -6,15 +6,14 @@
6
6
 
7
7
  AWS SDK for JavaScript MailManager Client for Node.js, Browser and React Native.
8
8
 
9
- <fullname>AWS SES Mail Manager API</fullname>
9
+ <fullname>Amazon SES Mail Manager API</fullname>
10
10
 
11
- <p>
12
- <a href="http://aws.amazon.com/ses">AWS SES Mail Manager API</a> contains operations and data types
13
- that comprise the Mail Manager feature of Amazon Simple Email Service.</p>
11
+ <p>The Amazon SES Mail Manager API contains operations and data types
12
+ that comprise the Mail Manager feature of <a href="http://aws.amazon.com/ses">Amazon Simple Email Service (SES)</a>.</p>
14
13
  <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen
15
14
  your organization's email infrastructure, simplify email workflow management, and
16
- 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
17
- Guide.</p>
15
+ 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
16
+ Guide</i>.</p>
18
17
 
19
18
  ## Installing
20
19
 
@@ -293,6 +293,8 @@ var RuleStringToEvaluate;
293
293
  RuleStringToEvaluate.visit = (value, visitor) => {
294
294
  if (value.Attribute !== undefined)
295
295
  return visitor.Attribute(value.Attribute);
296
+ if (value.MimeHeaderAttribute !== undefined)
297
+ return visitor.MimeHeaderAttribute(value.MimeHeaderAttribute);
296
298
  return visitor._(value.$unknown[0], value.$unknown[1]);
297
299
  };
298
300
  })(RuleStringToEvaluate = exports.RuleStringToEvaluate || (exports.RuleStringToEvaluate = {}));
@@ -283,6 +283,8 @@ export var RuleStringToEvaluate;
283
283
  RuleStringToEvaluate.visit = (value, visitor) => {
284
284
  if (value.Attribute !== undefined)
285
285
  return visitor.Attribute(value.Attribute);
286
+ if (value.MimeHeaderAttribute !== undefined)
287
+ return visitor.MimeHeaderAttribute(value.MimeHeaderAttribute);
286
288
  return visitor._(value.$unknown[0], value.$unknown[1]);
287
289
  };
288
290
  })(RuleStringToEvaluate || (RuleStringToEvaluate = {}));
@@ -339,14 +339,13 @@ export interface MailManager {
339
339
  updateTrafficPolicy(args: UpdateTrafficPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrafficPolicyCommandOutput) => void): void;
340
340
  }
341
341
  /**
342
- * <fullname>AWS SES Mail Manager API</fullname>
343
- * <p>
344
- * <a href="http://aws.amazon.com/ses">AWS SES Mail Manager API</a> contains operations and data types
345
- * that comprise the Mail Manager feature of Amazon Simple Email Service.</p>
342
+ * <fullname>Amazon SES Mail Manager API</fullname>
343
+ * <p>The Amazon SES Mail Manager API contains operations and data types
344
+ * that comprise the Mail Manager feature of <a href="http://aws.amazon.com/ses">Amazon Simple Email Service (SES)</a>.</p>
346
345
  * <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen
347
346
  * your organization's email infrastructure, simplify email workflow management, and
348
- * 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
349
- * Guide.</p>
347
+ * 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
348
+ * Guide</i>.</p>
350
349
  * @public
351
350
  */
352
351
  export declare class MailManager extends MailManagerClient implements MailManager {
@@ -198,14 +198,13 @@ export type MailManagerClientResolvedConfigType = __SmithyResolvedConfiguration<
198
198
  export interface MailManagerClientResolvedConfig extends MailManagerClientResolvedConfigType {
199
199
  }
200
200
  /**
201
- * <fullname>AWS SES Mail Manager API</fullname>
202
- * <p>
203
- * <a href="http://aws.amazon.com/ses">AWS SES Mail Manager API</a> contains operations and data types
204
- * that comprise the Mail Manager feature of Amazon Simple Email Service.</p>
201
+ * <fullname>Amazon SES Mail Manager API</fullname>
202
+ * <p>The Amazon SES Mail Manager API contains operations and data types
203
+ * that comprise the Mail Manager feature of <a href="http://aws.amazon.com/ses">Amazon Simple Email Service (SES)</a>.</p>
205
204
  * <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen
206
205
  * your organization's email infrastructure, simplify email workflow management, and
207
- * 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
208
- * Guide.</p>
206
+ * 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
207
+ * Guide</i>.</p>
209
208
  * @public
210
209
  */
211
210
  export declare class MailManagerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MailManagerClientResolvedConfig> {
@@ -78,4 +78,15 @@ declare const CreateAddonInstanceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class CreateAddonInstanceCommand extends CreateAddonInstanceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: CreateAddonInstanceRequest;
85
+ output: CreateAddonInstanceResponse;
86
+ };
87
+ sdk: {
88
+ input: CreateAddonInstanceCommandInput;
89
+ output: CreateAddonInstanceCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -75,4 +75,15 @@ declare const CreateAddonSubscriptionCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class CreateAddonSubscriptionCommand extends CreateAddonSubscriptionCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: CreateAddonSubscriptionRequest;
82
+ output: CreateAddonSubscriptionResponse;
83
+ };
84
+ sdk: {
85
+ input: CreateAddonSubscriptionCommandInput;
86
+ output: CreateAddonSubscriptionCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -83,4 +83,15 @@ declare const CreateArchiveCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class CreateArchiveCommand extends CreateArchiveCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: CreateArchiveRequest;
90
+ output: CreateArchiveResponse;
91
+ };
92
+ sdk: {
93
+ input: CreateArchiveCommandInput;
94
+ output: CreateArchiveCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -80,4 +80,15 @@ declare const CreateIngressPointCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class CreateIngressPointCommand extends CreateIngressPointCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: CreateIngressPointRequest;
87
+ output: CreateIngressPointResponse;
88
+ };
89
+ sdk: {
90
+ input: CreateIngressPointCommandInput;
91
+ output: CreateIngressPointCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -80,4 +80,15 @@ declare const CreateRelayCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class CreateRelayCommand extends CreateRelayCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: CreateRelayRequest;
87
+ output: CreateRelayResponse;
88
+ };
89
+ sdk: {
90
+ input: CreateRelayCommandInput;
91
+ output: CreateRelayCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -51,6 +51,7 @@ declare const CreateRuleSetCommand_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 CreateRuleSetCommand_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
@@ -225,4 +227,15 @@ declare const CreateRuleSetCommand_base: {
225
227
  * @public
226
228
  */
227
229
  export declare class CreateRuleSetCommand extends CreateRuleSetCommand_base {
230
+ /** @internal type navigation helper, not in runtime. */
231
+ protected static __types: {
232
+ api: {
233
+ input: CreateRuleSetRequest;
234
+ output: CreateRuleSetResponse;
235
+ };
236
+ sdk: {
237
+ input: CreateRuleSetCommandInput;
238
+ output: CreateRuleSetCommandOutput;
239
+ };
240
+ };
228
241
  }
@@ -118,4 +118,15 @@ declare const CreateTrafficPolicyCommand_base: {
118
118
  * @public
119
119
  */
120
120
  export declare class CreateTrafficPolicyCommand extends CreateTrafficPolicyCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: CreateTrafficPolicyRequest;
125
+ output: CreateTrafficPolicyResponse;
126
+ };
127
+ sdk: {
128
+ input: CreateTrafficPolicyCommandInput;
129
+ output: CreateTrafficPolicyCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -61,4 +61,15 @@ declare const DeleteAddonInstanceCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class DeleteAddonInstanceCommand extends DeleteAddonInstanceCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: DeleteAddonInstanceRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: DeleteAddonInstanceCommandInput;
72
+ output: DeleteAddonInstanceCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -61,4 +61,15 @@ declare const DeleteAddonSubscriptionCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class DeleteAddonSubscriptionCommand extends DeleteAddonSubscriptionCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: DeleteAddonSubscriptionRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: DeleteAddonSubscriptionCommandInput;
72
+ output: DeleteAddonSubscriptionCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -71,4 +71,15 @@ declare const DeleteArchiveCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteArchiveRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteArchiveCommandInput;
82
+ output: DeleteArchiveCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -64,4 +64,15 @@ declare const DeleteIngressPointCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteIngressPointCommand extends DeleteIngressPointCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteIngressPointRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteIngressPointCommandInput;
75
+ output: DeleteIngressPointCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -64,4 +64,15 @@ declare const DeleteRelayCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteRelayCommand extends DeleteRelayCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteRelayRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteRelayCommandInput;
75
+ output: DeleteRelayCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -61,4 +61,15 @@ declare const DeleteRuleSetCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class DeleteRuleSetCommand extends DeleteRuleSetCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: DeleteRuleSetRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: DeleteRuleSetCommandInput;
72
+ output: DeleteRuleSetCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -64,4 +64,15 @@ declare const DeleteTrafficPolicyCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteTrafficPolicyCommand extends DeleteTrafficPolicyCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteTrafficPolicyRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteTrafficPolicyCommandInput;
75
+ output: DeleteTrafficPolicyCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -66,4 +66,15 @@ declare const GetAddonInstanceCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class GetAddonInstanceCommand extends GetAddonInstanceCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: GetAddonInstanceRequest;
73
+ output: GetAddonInstanceResponse;
74
+ };
75
+ sdk: {
76
+ input: GetAddonInstanceCommandInput;
77
+ output: GetAddonInstanceCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -65,4 +65,15 @@ declare const GetAddonSubscriptionCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class GetAddonSubscriptionCommand extends GetAddonSubscriptionCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: GetAddonSubscriptionRequest;
72
+ output: GetAddonSubscriptionResponse;
73
+ };
74
+ sdk: {
75
+ input: GetAddonSubscriptionCommandInput;
76
+ output: GetAddonSubscriptionCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -78,4 +78,15 @@ declare const GetArchiveCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class GetArchiveCommand extends GetArchiveCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: GetArchiveRequest;
85
+ output: GetArchiveResponse;
86
+ };
87
+ sdk: {
88
+ input: GetArchiveCommandInput;
89
+ output: GetArchiveCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -120,4 +120,15 @@ declare const GetArchiveExportCommand_base: {
120
120
  * @public
121
121
  */
122
122
  export declare class GetArchiveExportCommand extends GetArchiveExportCommand_base {
123
+ /** @internal type navigation helper, not in runtime. */
124
+ protected static __types: {
125
+ api: {
126
+ input: GetArchiveExportRequest;
127
+ output: GetArchiveExportResponse;
128
+ };
129
+ sdk: {
130
+ input: GetArchiveExportCommandInput;
131
+ output: GetArchiveExportCommandOutput;
132
+ };
133
+ };
123
134
  }
@@ -68,4 +68,15 @@ declare const GetArchiveMessageCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class GetArchiveMessageCommand extends GetArchiveMessageCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: GetArchiveMessageRequest;
75
+ output: GetArchiveMessageResponse;
76
+ };
77
+ sdk: {
78
+ input: GetArchiveMessageCommandInput;
79
+ output: GetArchiveMessageCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -72,4 +72,15 @@ declare const GetArchiveMessageContentCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class GetArchiveMessageContentCommand extends GetArchiveMessageContentCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: GetArchiveMessageContentRequest;
79
+ output: GetArchiveMessageContentResponse;
80
+ };
81
+ sdk: {
82
+ input: GetArchiveMessageContentCommandInput;
83
+ output: GetArchiveMessageContentCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -115,4 +115,15 @@ declare const GetArchiveSearchCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class GetArchiveSearchCommand extends GetArchiveSearchCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: GetArchiveSearchRequest;
122
+ output: GetArchiveSearchResponse;
123
+ };
124
+ sdk: {
125
+ input: GetArchiveSearchCommandInput;
126
+ output: GetArchiveSearchCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -88,4 +88,15 @@ declare const GetArchiveSearchResultsCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class GetArchiveSearchResultsCommand extends GetArchiveSearchResultsCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: GetArchiveSearchResultsRequest;
95
+ output: GetArchiveSearchResultsResponse;
96
+ };
97
+ sdk: {
98
+ input: GetArchiveSearchResultsCommandInput;
99
+ output: GetArchiveSearchResultsCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -80,4 +80,15 @@ declare const GetIngressPointCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class GetIngressPointCommand extends GetIngressPointCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: GetIngressPointRequest;
87
+ output: GetIngressPointResponse;
88
+ };
89
+ sdk: {
90
+ input: GetIngressPointCommandInput;
91
+ output: GetIngressPointCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -73,4 +73,15 @@ declare const GetRelayCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GetRelayCommand extends GetRelayCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetRelayRequest;
80
+ output: GetRelayResponse;
81
+ };
82
+ sdk: {
83
+ input: GetRelayCommandInput;
84
+ output: GetRelayCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -59,6 +59,7 @@ declare const GetRuleSetCommand_base: {
59
59
  * // StringExpression: { // RuleStringExpression
60
60
  * // Evaluate: { // RuleStringToEvaluate Union: only one key present
61
61
  * // Attribute: "MAIL_FROM" || "HELO" || "RECIPIENT" || "SENDER" || "FROM" || "SUBJECT" || "TO" || "CC",
62
+ * // MimeHeaderAttribute: "STRING_VALUE",
62
63
  * // },
63
64
  * // Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
64
65
  * // Values: [ // RuleStringList // required
@@ -113,6 +114,7 @@ declare const GetRuleSetCommand_base: {
113
114
  * // StringExpression: {
114
115
  * // Evaluate: {// Union: only one key present
115
116
  * // Attribute: "MAIL_FROM" || "HELO" || "RECIPIENT" || "SENDER" || "FROM" || "SUBJECT" || "TO" || "CC",
117
+ * // MimeHeaderAttribute: "STRING_VALUE",
116
118
  * // },
117
119
  * // Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
118
120
  * // Values: [ // required
@@ -219,4 +221,15 @@ declare const GetRuleSetCommand_base: {
219
221
  * @public
220
222
  */
221
223
  export declare class GetRuleSetCommand extends GetRuleSetCommand_base {
224
+ /** @internal type navigation helper, not in runtime. */
225
+ protected static __types: {
226
+ api: {
227
+ input: GetRuleSetRequest;
228
+ output: GetRuleSetResponse;
229
+ };
230
+ sdk: {
231
+ input: GetRuleSetCommandInput;
232
+ output: GetRuleSetCommandOutput;
233
+ };
234
+ };
222
235
  }
@@ -112,4 +112,15 @@ declare const GetTrafficPolicyCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class GetTrafficPolicyCommand extends GetTrafficPolicyCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: GetTrafficPolicyRequest;
119
+ output: GetTrafficPolicyResponse;
120
+ };
121
+ sdk: {
122
+ input: GetTrafficPolicyCommandInput;
123
+ output: GetTrafficPolicyCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -70,4 +70,15 @@ declare const ListAddonInstancesCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class ListAddonInstancesCommand extends ListAddonInstancesCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: ListAddonInstancesRequest;
77
+ output: ListAddonInstancesResponse;
78
+ };
79
+ sdk: {
80
+ input: ListAddonInstancesCommandInput;
81
+ output: ListAddonInstancesCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -69,4 +69,15 @@ declare const ListAddonSubscriptionsCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class ListAddonSubscriptionsCommand extends ListAddonSubscriptionsCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: ListAddonSubscriptionsRequest;
76
+ output: ListAddonSubscriptionsResponse;
77
+ };
78
+ sdk: {
79
+ input: ListAddonSubscriptionsCommandInput;
80
+ output: ListAddonSubscriptionsCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -82,4 +82,15 @@ declare const ListArchiveExportsCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListArchiveExportsCommand extends ListArchiveExportsCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListArchiveExportsRequest;
89
+ output: ListArchiveExportsResponse;
90
+ };
91
+ sdk: {
92
+ input: ListArchiveExportsCommandInput;
93
+ output: ListArchiveExportsCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -82,4 +82,15 @@ declare const ListArchiveSearchesCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListArchiveSearchesCommand extends ListArchiveSearchesCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListArchiveSearchesRequest;
89
+ output: ListArchiveSearchesResponse;
90
+ };
91
+ sdk: {
92
+ input: ListArchiveSearchesCommandInput;
93
+ output: ListArchiveSearchesCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -75,4 +75,15 @@ declare const ListArchivesCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ListArchivesCommand extends ListArchivesCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ListArchivesRequest;
82
+ output: ListArchivesResponse;
83
+ };
84
+ sdk: {
85
+ input: ListArchivesCommandInput;
86
+ output: ListArchivesCommandOutput;
87
+ };
88
+ };
78
89
  }