@aws-sdk/client-mailmanager 3.934.0 → 3.936.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/dist-cjs/index.js +220 -219
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +219 -0
- package/dist-es/models/errors.js +85 -0
- package/dist-es/models/models_0.js +1 -304
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +563 -0
- package/dist-types/models/errors.d.ts +80 -0
- package/dist-types/models/models_0.d.ts +1 -643
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +298 -0
- package/dist-types/ts3.4/models/errors.d.ts +48 -0
- package/dist-types/ts3.4/models/models_0.d.ts +45 -346
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,24 +1,48 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
import {
|
|
2
|
+
AcceptAction,
|
|
3
|
+
ActionFailurePolicy,
|
|
4
|
+
ArchiveBooleanEmailAttribute,
|
|
5
|
+
ArchiveBooleanOperator,
|
|
6
|
+
ArchiveState,
|
|
7
|
+
ArchiveStringEmailAttribute,
|
|
8
|
+
ArchiveStringOperator,
|
|
9
|
+
ExportState,
|
|
10
|
+
ImportDataType,
|
|
11
|
+
ImportJobStatus,
|
|
12
|
+
IngressAddressListEmailAttribute,
|
|
13
|
+
IngressBooleanOperator,
|
|
14
|
+
IngressIpOperator,
|
|
15
|
+
IngressIpv4Attribute,
|
|
16
|
+
IngressIpv6Attribute,
|
|
17
|
+
IngressPointStatus,
|
|
18
|
+
IngressPointStatusToUpdate,
|
|
19
|
+
IngressPointType,
|
|
20
|
+
IngressStringEmailAttribute,
|
|
21
|
+
IngressStringOperator,
|
|
22
|
+
IngressTlsAttribute,
|
|
23
|
+
IngressTlsProtocolAttribute,
|
|
24
|
+
IngressTlsProtocolOperator,
|
|
25
|
+
IpType,
|
|
26
|
+
MailFrom,
|
|
27
|
+
RetentionPeriod,
|
|
28
|
+
RuleAddressListEmailAttribute,
|
|
29
|
+
RuleBooleanEmailAttribute,
|
|
30
|
+
RuleBooleanOperator,
|
|
31
|
+
RuleDmarcOperator,
|
|
32
|
+
RuleDmarcPolicy,
|
|
33
|
+
RuleIpEmailAttribute,
|
|
34
|
+
RuleIpOperator,
|
|
35
|
+
RuleNumberEmailAttribute,
|
|
36
|
+
RuleNumberOperator,
|
|
37
|
+
RuleStringEmailAttribute,
|
|
38
|
+
RuleStringOperator,
|
|
39
|
+
RuleVerdict,
|
|
40
|
+
RuleVerdictAttribute,
|
|
41
|
+
RuleVerdictOperator,
|
|
42
|
+
SearchState,
|
|
43
|
+
SnsNotificationEncoding,
|
|
44
|
+
SnsNotificationPayloadType,
|
|
45
|
+
} from "./enums";
|
|
22
46
|
export interface AddHeaderAction {
|
|
23
47
|
HeaderName: string | undefined;
|
|
24
48
|
HeaderValue: string | undefined;
|
|
@@ -30,12 +54,6 @@ export interface AddonInstance {
|
|
|
30
54
|
AddonInstanceArn?: string | undefined;
|
|
31
55
|
CreatedTimestamp?: Date | undefined;
|
|
32
56
|
}
|
|
33
|
-
export declare class ConflictException extends __BaseException {
|
|
34
|
-
readonly name: "ConflictException";
|
|
35
|
-
readonly $fault: "client";
|
|
36
|
-
Message?: string | undefined;
|
|
37
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
38
|
-
}
|
|
39
57
|
export interface Tag {
|
|
40
58
|
Key: string | undefined;
|
|
41
59
|
Value: string | undefined;
|
|
@@ -48,30 +66,6 @@ export interface CreateAddonInstanceRequest {
|
|
|
48
66
|
export interface CreateAddonInstanceResponse {
|
|
49
67
|
AddonInstanceId: string | undefined;
|
|
50
68
|
}
|
|
51
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
52
|
-
readonly name: "ResourceNotFoundException";
|
|
53
|
-
readonly $fault: "client";
|
|
54
|
-
Message?: string | undefined;
|
|
55
|
-
constructor(
|
|
56
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
57
|
-
);
|
|
58
|
-
}
|
|
59
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
60
|
-
readonly name: "ServiceQuotaExceededException";
|
|
61
|
-
readonly $fault: "client";
|
|
62
|
-
Message?: string | undefined;
|
|
63
|
-
constructor(
|
|
64
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
65
|
-
);
|
|
66
|
-
}
|
|
67
|
-
export declare class ValidationException extends __BaseException {
|
|
68
|
-
readonly name: "ValidationException";
|
|
69
|
-
readonly $fault: "client";
|
|
70
|
-
Message?: string | undefined;
|
|
71
|
-
constructor(
|
|
72
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
73
|
-
);
|
|
74
|
-
}
|
|
75
69
|
export interface DeleteAddonInstanceRequest {
|
|
76
70
|
AddonInstanceId: string | undefined;
|
|
77
71
|
}
|
|
@@ -145,14 +139,6 @@ export interface CreateAddressListRequest {
|
|
|
145
139
|
export interface CreateAddressListResponse {
|
|
146
140
|
AddressListId: string | undefined;
|
|
147
141
|
}
|
|
148
|
-
export declare class ThrottlingException extends __BaseException {
|
|
149
|
-
readonly name: "ThrottlingException";
|
|
150
|
-
readonly $fault: "client";
|
|
151
|
-
Message?: string | undefined;
|
|
152
|
-
constructor(
|
|
153
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
154
|
-
);
|
|
155
|
-
}
|
|
156
142
|
export interface DeleteAddressListRequest {
|
|
157
143
|
AddressListId: string | undefined;
|
|
158
144
|
}
|
|
@@ -179,11 +165,6 @@ export interface Analysis {
|
|
|
179
165
|
Analyzer: string | undefined;
|
|
180
166
|
ResultField: string | undefined;
|
|
181
167
|
}
|
|
182
|
-
export declare const ArchiveState: {
|
|
183
|
-
readonly ACTIVE: "ACTIVE";
|
|
184
|
-
readonly PENDING_DELETION: "PENDING_DELETION";
|
|
185
|
-
};
|
|
186
|
-
export type ArchiveState = (typeof ArchiveState)[keyof typeof ArchiveState];
|
|
187
168
|
export interface Archive {
|
|
188
169
|
ArchiveId: string | undefined;
|
|
189
170
|
ArchiveName?: string | undefined;
|
|
@@ -194,11 +175,6 @@ export interface ArchiveAction {
|
|
|
194
175
|
ActionFailurePolicy?: ActionFailurePolicy | undefined;
|
|
195
176
|
TargetArchive: string | undefined;
|
|
196
177
|
}
|
|
197
|
-
export declare const ArchiveBooleanEmailAttribute: {
|
|
198
|
-
readonly HAS_ATTACHMENTS: "HAS_ATTACHMENTS";
|
|
199
|
-
};
|
|
200
|
-
export type ArchiveBooleanEmailAttribute =
|
|
201
|
-
(typeof ArchiveBooleanEmailAttribute)[keyof typeof ArchiveBooleanEmailAttribute];
|
|
202
178
|
export type ArchiveBooleanToEvaluate =
|
|
203
179
|
| ArchiveBooleanToEvaluate.AttributeMember
|
|
204
180
|
| ArchiveBooleanToEvaluate.$UnknownMember;
|
|
@@ -216,26 +192,10 @@ export declare namespace ArchiveBooleanToEvaluate {
|
|
|
216
192
|
_: (name: string, value: any) => T;
|
|
217
193
|
}
|
|
218
194
|
}
|
|
219
|
-
export declare const ArchiveBooleanOperator: {
|
|
220
|
-
readonly IS_FALSE: "IS_FALSE";
|
|
221
|
-
readonly IS_TRUE: "IS_TRUE";
|
|
222
|
-
};
|
|
223
|
-
export type ArchiveBooleanOperator =
|
|
224
|
-
(typeof ArchiveBooleanOperator)[keyof typeof ArchiveBooleanOperator];
|
|
225
195
|
export interface ArchiveBooleanExpression {
|
|
226
196
|
Evaluate: ArchiveBooleanToEvaluate | undefined;
|
|
227
197
|
Operator: ArchiveBooleanOperator | undefined;
|
|
228
198
|
}
|
|
229
|
-
export declare const ArchiveStringEmailAttribute: {
|
|
230
|
-
readonly CC: "CC";
|
|
231
|
-
readonly ENVELOPE_FROM: "ENVELOPE_FROM";
|
|
232
|
-
readonly ENVELOPE_TO: "ENVELOPE_TO";
|
|
233
|
-
readonly FROM: "FROM";
|
|
234
|
-
readonly SUBJECT: "SUBJECT";
|
|
235
|
-
readonly TO: "TO";
|
|
236
|
-
};
|
|
237
|
-
export type ArchiveStringEmailAttribute =
|
|
238
|
-
(typeof ArchiveStringEmailAttribute)[keyof typeof ArchiveStringEmailAttribute];
|
|
239
199
|
export type ArchiveStringToEvaluate =
|
|
240
200
|
| ArchiveStringToEvaluate.AttributeMember
|
|
241
201
|
| ArchiveStringToEvaluate.$UnknownMember;
|
|
@@ -253,11 +213,6 @@ export declare namespace ArchiveStringToEvaluate {
|
|
|
253
213
|
_: (name: string, value: any) => T;
|
|
254
214
|
}
|
|
255
215
|
}
|
|
256
|
-
export declare const ArchiveStringOperator: {
|
|
257
|
-
readonly CONTAINS: "CONTAINS";
|
|
258
|
-
};
|
|
259
|
-
export type ArchiveStringOperator =
|
|
260
|
-
(typeof ArchiveStringOperator)[keyof typeof ArchiveStringOperator];
|
|
261
216
|
export interface ArchiveStringExpression {
|
|
262
217
|
Evaluate: ArchiveStringToEvaluate | undefined;
|
|
263
218
|
Operator: ArchiveStringOperator | undefined;
|
|
@@ -293,26 +248,6 @@ export interface ArchiveFilters {
|
|
|
293
248
|
Include?: ArchiveFilterCondition[] | undefined;
|
|
294
249
|
Unless?: ArchiveFilterCondition[] | undefined;
|
|
295
250
|
}
|
|
296
|
-
export declare const RetentionPeriod: {
|
|
297
|
-
readonly EIGHTEEN_MONTHS: "EIGHTEEN_MONTHS";
|
|
298
|
-
readonly EIGHT_YEARS: "EIGHT_YEARS";
|
|
299
|
-
readonly FIVE_YEARS: "FIVE_YEARS";
|
|
300
|
-
readonly FOUR_YEARS: "FOUR_YEARS";
|
|
301
|
-
readonly NINE_MONTHS: "NINE_MONTHS";
|
|
302
|
-
readonly NINE_YEARS: "NINE_YEARS";
|
|
303
|
-
readonly ONE_YEAR: "ONE_YEAR";
|
|
304
|
-
readonly PERMANENT: "PERMANENT";
|
|
305
|
-
readonly SEVEN_YEARS: "SEVEN_YEARS";
|
|
306
|
-
readonly SIX_MONTHS: "SIX_MONTHS";
|
|
307
|
-
readonly SIX_YEARS: "SIX_YEARS";
|
|
308
|
-
readonly TEN_YEARS: "TEN_YEARS";
|
|
309
|
-
readonly THIRTY_MONTHS: "THIRTY_MONTHS";
|
|
310
|
-
readonly THREE_MONTHS: "THREE_MONTHS";
|
|
311
|
-
readonly THREE_YEARS: "THREE_YEARS";
|
|
312
|
-
readonly TWO_YEARS: "TWO_YEARS";
|
|
313
|
-
};
|
|
314
|
-
export type RetentionPeriod =
|
|
315
|
-
(typeof RetentionPeriod)[keyof typeof RetentionPeriod];
|
|
316
251
|
export type ArchiveRetention =
|
|
317
252
|
| ArchiveRetention.RetentionPeriodMember
|
|
318
253
|
| ArchiveRetention.$UnknownMember;
|
|
@@ -371,12 +306,6 @@ export interface UpdateArchiveRequest {
|
|
|
371
306
|
Retention?: ArchiveRetention | undefined;
|
|
372
307
|
}
|
|
373
308
|
export interface UpdateArchiveResponse {}
|
|
374
|
-
export declare const ImportDataType: {
|
|
375
|
-
readonly CSV: "CSV";
|
|
376
|
-
readonly JSON: "JSON";
|
|
377
|
-
};
|
|
378
|
-
export type ImportDataType =
|
|
379
|
-
(typeof ImportDataType)[keyof typeof ImportDataType];
|
|
380
309
|
export interface ImportDataFormat {
|
|
381
310
|
ImportDataType: ImportDataType | undefined;
|
|
382
311
|
}
|
|
@@ -419,11 +348,6 @@ export declare namespace IngressPointConfiguration {
|
|
|
419
348
|
export interface PrivateNetworkConfiguration {
|
|
420
349
|
VpcEndpointId: string | undefined;
|
|
421
350
|
}
|
|
422
|
-
export declare const IpType: {
|
|
423
|
-
readonly DUAL_STACK: "DUAL_STACK";
|
|
424
|
-
readonly IPV4: "IPV4";
|
|
425
|
-
};
|
|
426
|
-
export type IpType = (typeof IpType)[keyof typeof IpType];
|
|
427
351
|
export interface PublicNetworkConfiguration {
|
|
428
352
|
IpType: IpType | undefined;
|
|
429
353
|
}
|
|
@@ -453,12 +377,6 @@ export declare namespace NetworkConfiguration {
|
|
|
453
377
|
_: (name: string, value: any) => T;
|
|
454
378
|
}
|
|
455
379
|
}
|
|
456
|
-
export declare const IngressPointType: {
|
|
457
|
-
readonly AUTH: "AUTH";
|
|
458
|
-
readonly OPEN: "OPEN";
|
|
459
|
-
};
|
|
460
|
-
export type IngressPointType =
|
|
461
|
-
(typeof IngressPointType)[keyof typeof IngressPointType];
|
|
462
380
|
export interface CreateIngressPointRequest {
|
|
463
381
|
ClientToken?: string | undefined;
|
|
464
382
|
IngressPointName: string | undefined;
|
|
@@ -522,18 +440,6 @@ export interface DeliverToQBusinessAction {
|
|
|
522
440
|
RoleArn: string | undefined;
|
|
523
441
|
}
|
|
524
442
|
export interface DropAction {}
|
|
525
|
-
export declare const SnsNotificationEncoding: {
|
|
526
|
-
readonly BASE64: "BASE64";
|
|
527
|
-
readonly UTF_8: "UTF-8";
|
|
528
|
-
};
|
|
529
|
-
export type SnsNotificationEncoding =
|
|
530
|
-
(typeof SnsNotificationEncoding)[keyof typeof SnsNotificationEncoding];
|
|
531
|
-
export declare const SnsNotificationPayloadType: {
|
|
532
|
-
readonly CONTENT: "CONTENT";
|
|
533
|
-
readonly HEADERS: "HEADERS";
|
|
534
|
-
};
|
|
535
|
-
export type SnsNotificationPayloadType =
|
|
536
|
-
(typeof SnsNotificationPayloadType)[keyof typeof SnsNotificationPayloadType];
|
|
537
443
|
export interface SnsAction {
|
|
538
444
|
ActionFailurePolicy?: ActionFailurePolicy | undefined;
|
|
539
445
|
TopicArn: string | undefined;
|
|
@@ -541,11 +447,6 @@ export interface SnsAction {
|
|
|
541
447
|
Encoding?: SnsNotificationEncoding | undefined;
|
|
542
448
|
PayloadType?: SnsNotificationPayloadType | undefined;
|
|
543
449
|
}
|
|
544
|
-
export declare const MailFrom: {
|
|
545
|
-
readonly PRESERVE: "PRESERVE";
|
|
546
|
-
readonly REPLACE: "REPLACE";
|
|
547
|
-
};
|
|
548
|
-
export type MailFrom = (typeof MailFrom)[keyof typeof MailFrom];
|
|
549
450
|
export interface RelayAction {
|
|
550
451
|
ActionFailurePolicy?: ActionFailurePolicy | undefined;
|
|
551
452
|
Relay: string | undefined;
|
|
@@ -735,23 +636,6 @@ export declare namespace RuleAction {
|
|
|
735
636
|
_: (name: string, value: any) => T;
|
|
736
637
|
}
|
|
737
638
|
}
|
|
738
|
-
export declare const RuleBooleanEmailAttribute: {
|
|
739
|
-
readonly READ_RECEIPT_REQUESTED: "READ_RECEIPT_REQUESTED";
|
|
740
|
-
readonly TLS: "TLS";
|
|
741
|
-
readonly TLS_WRAPPED: "TLS_WRAPPED";
|
|
742
|
-
};
|
|
743
|
-
export type RuleBooleanEmailAttribute =
|
|
744
|
-
(typeof RuleBooleanEmailAttribute)[keyof typeof RuleBooleanEmailAttribute];
|
|
745
|
-
export declare const RuleAddressListEmailAttribute: {
|
|
746
|
-
readonly CC: "CC";
|
|
747
|
-
readonly FROM: "FROM";
|
|
748
|
-
readonly MAIL_FROM: "MAIL_FROM";
|
|
749
|
-
readonly RECIPIENT: "RECIPIENT";
|
|
750
|
-
readonly SENDER: "SENDER";
|
|
751
|
-
readonly TO: "TO";
|
|
752
|
-
};
|
|
753
|
-
export type RuleAddressListEmailAttribute =
|
|
754
|
-
(typeof RuleAddressListEmailAttribute)[keyof typeof RuleAddressListEmailAttribute];
|
|
755
639
|
export interface RuleIsInAddressList {
|
|
756
640
|
Attribute: RuleAddressListEmailAttribute | undefined;
|
|
757
641
|
AddressLists: string[] | undefined;
|
|
@@ -793,38 +677,14 @@ export declare namespace RuleBooleanToEvaluate {
|
|
|
793
677
|
_: (name: string, value: any) => T;
|
|
794
678
|
}
|
|
795
679
|
}
|
|
796
|
-
export declare const RuleBooleanOperator: {
|
|
797
|
-
readonly IS_FALSE: "IS_FALSE";
|
|
798
|
-
readonly IS_TRUE: "IS_TRUE";
|
|
799
|
-
};
|
|
800
|
-
export type RuleBooleanOperator =
|
|
801
|
-
(typeof RuleBooleanOperator)[keyof typeof RuleBooleanOperator];
|
|
802
680
|
export interface RuleBooleanExpression {
|
|
803
681
|
Evaluate: RuleBooleanToEvaluate | undefined;
|
|
804
682
|
Operator: RuleBooleanOperator | undefined;
|
|
805
683
|
}
|
|
806
|
-
export declare const RuleDmarcOperator: {
|
|
807
|
-
readonly EQUALS: "EQUALS";
|
|
808
|
-
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
809
|
-
};
|
|
810
|
-
export type RuleDmarcOperator =
|
|
811
|
-
(typeof RuleDmarcOperator)[keyof typeof RuleDmarcOperator];
|
|
812
|
-
export declare const RuleDmarcPolicy: {
|
|
813
|
-
readonly NONE: "NONE";
|
|
814
|
-
readonly QUARANTINE: "QUARANTINE";
|
|
815
|
-
readonly REJECT: "REJECT";
|
|
816
|
-
};
|
|
817
|
-
export type RuleDmarcPolicy =
|
|
818
|
-
(typeof RuleDmarcPolicy)[keyof typeof RuleDmarcPolicy];
|
|
819
684
|
export interface RuleDmarcExpression {
|
|
820
685
|
Operator: RuleDmarcOperator | undefined;
|
|
821
686
|
Values: RuleDmarcPolicy[] | undefined;
|
|
822
687
|
}
|
|
823
|
-
export declare const RuleIpEmailAttribute: {
|
|
824
|
-
readonly SOURCE_IP: "SOURCE_IP";
|
|
825
|
-
};
|
|
826
|
-
export type RuleIpEmailAttribute =
|
|
827
|
-
(typeof RuleIpEmailAttribute)[keyof typeof RuleIpEmailAttribute];
|
|
828
688
|
export type RuleIpToEvaluate =
|
|
829
689
|
| RuleIpToEvaluate.AttributeMember
|
|
830
690
|
| RuleIpToEvaluate.$UnknownMember;
|
|
@@ -842,22 +702,11 @@ export declare namespace RuleIpToEvaluate {
|
|
|
842
702
|
_: (name: string, value: any) => T;
|
|
843
703
|
}
|
|
844
704
|
}
|
|
845
|
-
export declare const RuleIpOperator: {
|
|
846
|
-
readonly CIDR_MATCHES: "CIDR_MATCHES";
|
|
847
|
-
readonly NOT_CIDR_MATCHES: "NOT_CIDR_MATCHES";
|
|
848
|
-
};
|
|
849
|
-
export type RuleIpOperator =
|
|
850
|
-
(typeof RuleIpOperator)[keyof typeof RuleIpOperator];
|
|
851
705
|
export interface RuleIpExpression {
|
|
852
706
|
Evaluate: RuleIpToEvaluate | undefined;
|
|
853
707
|
Operator: RuleIpOperator | undefined;
|
|
854
708
|
Values: string[] | undefined;
|
|
855
709
|
}
|
|
856
|
-
export declare const RuleNumberEmailAttribute: {
|
|
857
|
-
readonly MESSAGE_SIZE: "MESSAGE_SIZE";
|
|
858
|
-
};
|
|
859
|
-
export type RuleNumberEmailAttribute =
|
|
860
|
-
(typeof RuleNumberEmailAttribute)[keyof typeof RuleNumberEmailAttribute];
|
|
861
710
|
export type RuleNumberToEvaluate =
|
|
862
711
|
| RuleNumberToEvaluate.AttributeMember
|
|
863
712
|
| RuleNumberToEvaluate.$UnknownMember;
|
|
@@ -875,33 +724,11 @@ export declare namespace RuleNumberToEvaluate {
|
|
|
875
724
|
_: (name: string, value: any) => T;
|
|
876
725
|
}
|
|
877
726
|
}
|
|
878
|
-
export declare const RuleNumberOperator: {
|
|
879
|
-
readonly EQUALS: "EQUALS";
|
|
880
|
-
readonly GREATER_THAN: "GREATER_THAN";
|
|
881
|
-
readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
|
|
882
|
-
readonly LESS_THAN: "LESS_THAN";
|
|
883
|
-
readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
|
|
884
|
-
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
885
|
-
};
|
|
886
|
-
export type RuleNumberOperator =
|
|
887
|
-
(typeof RuleNumberOperator)[keyof typeof RuleNumberOperator];
|
|
888
727
|
export interface RuleNumberExpression {
|
|
889
728
|
Evaluate: RuleNumberToEvaluate | undefined;
|
|
890
729
|
Operator: RuleNumberOperator | undefined;
|
|
891
730
|
Value: number | undefined;
|
|
892
731
|
}
|
|
893
|
-
export declare const RuleStringEmailAttribute: {
|
|
894
|
-
readonly CC: "CC";
|
|
895
|
-
readonly FROM: "FROM";
|
|
896
|
-
readonly HELO: "HELO";
|
|
897
|
-
readonly MAIL_FROM: "MAIL_FROM";
|
|
898
|
-
readonly RECIPIENT: "RECIPIENT";
|
|
899
|
-
readonly SENDER: "SENDER";
|
|
900
|
-
readonly SUBJECT: "SUBJECT";
|
|
901
|
-
readonly TO: "TO";
|
|
902
|
-
};
|
|
903
|
-
export type RuleStringEmailAttribute =
|
|
904
|
-
(typeof RuleStringEmailAttribute)[keyof typeof RuleStringEmailAttribute];
|
|
905
732
|
export type RuleStringToEvaluate =
|
|
906
733
|
| RuleStringToEvaluate.AnalysisMember
|
|
907
734
|
| RuleStringToEvaluate.AttributeMember
|
|
@@ -939,26 +766,11 @@ export declare namespace RuleStringToEvaluate {
|
|
|
939
766
|
_: (name: string, value: any) => T;
|
|
940
767
|
}
|
|
941
768
|
}
|
|
942
|
-
export declare const RuleStringOperator: {
|
|
943
|
-
readonly CONTAINS: "CONTAINS";
|
|
944
|
-
readonly ENDS_WITH: "ENDS_WITH";
|
|
945
|
-
readonly EQUALS: "EQUALS";
|
|
946
|
-
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
947
|
-
readonly STARTS_WITH: "STARTS_WITH";
|
|
948
|
-
};
|
|
949
|
-
export type RuleStringOperator =
|
|
950
|
-
(typeof RuleStringOperator)[keyof typeof RuleStringOperator];
|
|
951
769
|
export interface RuleStringExpression {
|
|
952
770
|
Evaluate: RuleStringToEvaluate | undefined;
|
|
953
771
|
Operator: RuleStringOperator | undefined;
|
|
954
772
|
Values: string[] | undefined;
|
|
955
773
|
}
|
|
956
|
-
export declare const RuleVerdictAttribute: {
|
|
957
|
-
readonly DKIM: "DKIM";
|
|
958
|
-
readonly SPF: "SPF";
|
|
959
|
-
};
|
|
960
|
-
export type RuleVerdictAttribute =
|
|
961
|
-
(typeof RuleVerdictAttribute)[keyof typeof RuleVerdictAttribute];
|
|
962
774
|
export type RuleVerdictToEvaluate =
|
|
963
775
|
| RuleVerdictToEvaluate.AnalysisMember
|
|
964
776
|
| RuleVerdictToEvaluate.AttributeMember
|
|
@@ -985,19 +797,6 @@ export declare namespace RuleVerdictToEvaluate {
|
|
|
985
797
|
_: (name: string, value: any) => T;
|
|
986
798
|
}
|
|
987
799
|
}
|
|
988
|
-
export declare const RuleVerdictOperator: {
|
|
989
|
-
readonly EQUALS: "EQUALS";
|
|
990
|
-
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
991
|
-
};
|
|
992
|
-
export type RuleVerdictOperator =
|
|
993
|
-
(typeof RuleVerdictOperator)[keyof typeof RuleVerdictOperator];
|
|
994
|
-
export declare const RuleVerdict: {
|
|
995
|
-
readonly FAIL: "FAIL";
|
|
996
|
-
readonly GRAY: "GRAY";
|
|
997
|
-
readonly PASS: "PASS";
|
|
998
|
-
readonly PROCESSING_FAILED: "PROCESSING_FAILED";
|
|
999
|
-
};
|
|
1000
|
-
export type RuleVerdict = (typeof RuleVerdict)[keyof typeof RuleVerdict];
|
|
1001
800
|
export interface RuleVerdictExpression {
|
|
1002
801
|
Evaluate: RuleVerdictToEvaluate | undefined;
|
|
1003
802
|
Operator: RuleVerdictOperator | undefined;
|
|
@@ -1104,11 +903,6 @@ export interface IngressAnalysis {
|
|
|
1104
903
|
Analyzer: string | undefined;
|
|
1105
904
|
ResultField: string | undefined;
|
|
1106
905
|
}
|
|
1107
|
-
export declare const IngressAddressListEmailAttribute: {
|
|
1108
|
-
readonly RECIPIENT: "RECIPIENT";
|
|
1109
|
-
};
|
|
1110
|
-
export type IngressAddressListEmailAttribute =
|
|
1111
|
-
(typeof IngressAddressListEmailAttribute)[keyof typeof IngressAddressListEmailAttribute];
|
|
1112
906
|
export interface IngressIsInAddressList {
|
|
1113
907
|
Attribute: IngressAddressListEmailAttribute | undefined;
|
|
1114
908
|
AddressLists: string[] | undefined;
|
|
@@ -1139,21 +933,10 @@ export declare namespace IngressBooleanToEvaluate {
|
|
|
1139
933
|
_: (name: string, value: any) => T;
|
|
1140
934
|
}
|
|
1141
935
|
}
|
|
1142
|
-
export declare const IngressBooleanOperator: {
|
|
1143
|
-
readonly IS_FALSE: "IS_FALSE";
|
|
1144
|
-
readonly IS_TRUE: "IS_TRUE";
|
|
1145
|
-
};
|
|
1146
|
-
export type IngressBooleanOperator =
|
|
1147
|
-
(typeof IngressBooleanOperator)[keyof typeof IngressBooleanOperator];
|
|
1148
936
|
export interface IngressBooleanExpression {
|
|
1149
937
|
Evaluate: IngressBooleanToEvaluate | undefined;
|
|
1150
938
|
Operator: IngressBooleanOperator | undefined;
|
|
1151
939
|
}
|
|
1152
|
-
export declare const IngressIpv4Attribute: {
|
|
1153
|
-
readonly SENDER_IP: "SENDER_IP";
|
|
1154
|
-
};
|
|
1155
|
-
export type IngressIpv4Attribute =
|
|
1156
|
-
(typeof IngressIpv4Attribute)[keyof typeof IngressIpv4Attribute];
|
|
1157
940
|
export type IngressIpToEvaluate =
|
|
1158
941
|
| IngressIpToEvaluate.AttributeMember
|
|
1159
942
|
| IngressIpToEvaluate.$UnknownMember;
|
|
@@ -1171,22 +954,11 @@ export declare namespace IngressIpToEvaluate {
|
|
|
1171
954
|
_: (name: string, value: any) => T;
|
|
1172
955
|
}
|
|
1173
956
|
}
|
|
1174
|
-
export declare const IngressIpOperator: {
|
|
1175
|
-
readonly CIDR_MATCHES: "CIDR_MATCHES";
|
|
1176
|
-
readonly NOT_CIDR_MATCHES: "NOT_CIDR_MATCHES";
|
|
1177
|
-
};
|
|
1178
|
-
export type IngressIpOperator =
|
|
1179
|
-
(typeof IngressIpOperator)[keyof typeof IngressIpOperator];
|
|
1180
957
|
export interface IngressIpv4Expression {
|
|
1181
958
|
Evaluate: IngressIpToEvaluate | undefined;
|
|
1182
959
|
Operator: IngressIpOperator | undefined;
|
|
1183
960
|
Values: string[] | undefined;
|
|
1184
961
|
}
|
|
1185
|
-
export declare const IngressIpv6Attribute: {
|
|
1186
|
-
readonly SENDER_IPV6: "SENDER_IPV6";
|
|
1187
|
-
};
|
|
1188
|
-
export type IngressIpv6Attribute =
|
|
1189
|
-
(typeof IngressIpv6Attribute)[keyof typeof IngressIpv6Attribute];
|
|
1190
962
|
export type IngressIpv6ToEvaluate =
|
|
1191
963
|
| IngressIpv6ToEvaluate.AttributeMember
|
|
1192
964
|
| IngressIpv6ToEvaluate.$UnknownMember;
|
|
@@ -1209,11 +981,6 @@ export interface IngressIpv6Expression {
|
|
|
1209
981
|
Operator: IngressIpOperator | undefined;
|
|
1210
982
|
Values: string[] | undefined;
|
|
1211
983
|
}
|
|
1212
|
-
export declare const IngressStringEmailAttribute: {
|
|
1213
|
-
readonly RECIPIENT: "RECIPIENT";
|
|
1214
|
-
};
|
|
1215
|
-
export type IngressStringEmailAttribute =
|
|
1216
|
-
(typeof IngressStringEmailAttribute)[keyof typeof IngressStringEmailAttribute];
|
|
1217
984
|
export type IngressStringToEvaluate =
|
|
1218
985
|
| IngressStringToEvaluate.AnalysisMember
|
|
1219
986
|
| IngressStringToEvaluate.AttributeMember
|
|
@@ -1240,25 +1007,11 @@ export declare namespace IngressStringToEvaluate {
|
|
|
1240
1007
|
_: (name: string, value: any) => T;
|
|
1241
1008
|
}
|
|
1242
1009
|
}
|
|
1243
|
-
export declare const IngressStringOperator: {
|
|
1244
|
-
readonly CONTAINS: "CONTAINS";
|
|
1245
|
-
readonly ENDS_WITH: "ENDS_WITH";
|
|
1246
|
-
readonly EQUALS: "EQUALS";
|
|
1247
|
-
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
1248
|
-
readonly STARTS_WITH: "STARTS_WITH";
|
|
1249
|
-
};
|
|
1250
|
-
export type IngressStringOperator =
|
|
1251
|
-
(typeof IngressStringOperator)[keyof typeof IngressStringOperator];
|
|
1252
1010
|
export interface IngressStringExpression {
|
|
1253
1011
|
Evaluate: IngressStringToEvaluate | undefined;
|
|
1254
1012
|
Operator: IngressStringOperator | undefined;
|
|
1255
1013
|
Values: string[] | undefined;
|
|
1256
1014
|
}
|
|
1257
|
-
export declare const IngressTlsAttribute: {
|
|
1258
|
-
readonly TLS_PROTOCOL: "TLS_PROTOCOL";
|
|
1259
|
-
};
|
|
1260
|
-
export type IngressTlsAttribute =
|
|
1261
|
-
(typeof IngressTlsAttribute)[keyof typeof IngressTlsAttribute];
|
|
1262
1015
|
export type IngressTlsProtocolToEvaluate =
|
|
1263
1016
|
| IngressTlsProtocolToEvaluate.AttributeMember
|
|
1264
1017
|
| IngressTlsProtocolToEvaluate.$UnknownMember;
|
|
@@ -1276,18 +1029,6 @@ export declare namespace IngressTlsProtocolToEvaluate {
|
|
|
1276
1029
|
_: (name: string, value: any) => T;
|
|
1277
1030
|
}
|
|
1278
1031
|
}
|
|
1279
|
-
export declare const IngressTlsProtocolOperator: {
|
|
1280
|
-
readonly IS: "IS";
|
|
1281
|
-
readonly MINIMUM_TLS_VERSION: "MINIMUM_TLS_VERSION";
|
|
1282
|
-
};
|
|
1283
|
-
export type IngressTlsProtocolOperator =
|
|
1284
|
-
(typeof IngressTlsProtocolOperator)[keyof typeof IngressTlsProtocolOperator];
|
|
1285
|
-
export declare const IngressTlsProtocolAttribute: {
|
|
1286
|
-
readonly TLS1_2: "TLS1_2";
|
|
1287
|
-
readonly TLS1_3: "TLS1_3";
|
|
1288
|
-
};
|
|
1289
|
-
export type IngressTlsProtocolAttribute =
|
|
1290
|
-
(typeof IngressTlsProtocolAttribute)[keyof typeof IngressTlsProtocolAttribute];
|
|
1291
1032
|
export interface IngressTlsProtocolExpression {
|
|
1292
1033
|
Evaluate: IngressTlsProtocolToEvaluate | undefined;
|
|
1293
1034
|
Operator: IngressTlsProtocolOperator | undefined;
|
|
@@ -1419,15 +1160,6 @@ export declare namespace ExportDestinationConfiguration {
|
|
|
1419
1160
|
_: (name: string, value: any) => T;
|
|
1420
1161
|
}
|
|
1421
1162
|
}
|
|
1422
|
-
export declare const ExportState: {
|
|
1423
|
-
readonly CANCELLED: "CANCELLED";
|
|
1424
|
-
readonly COMPLETED: "COMPLETED";
|
|
1425
|
-
readonly FAILED: "FAILED";
|
|
1426
|
-
readonly PREPROCESSING: "PREPROCESSING";
|
|
1427
|
-
readonly PROCESSING: "PROCESSING";
|
|
1428
|
-
readonly QUEUED: "QUEUED";
|
|
1429
|
-
};
|
|
1430
|
-
export type ExportState = (typeof ExportState)[keyof typeof ExportState];
|
|
1431
1163
|
export interface ExportStatus {
|
|
1432
1164
|
SubmissionTimestamp?: Date | undefined;
|
|
1433
1165
|
CompletionTimestamp?: Date | undefined;
|
|
@@ -1441,15 +1173,6 @@ export interface ExportSummary {
|
|
|
1441
1173
|
export interface GetAddressListImportJobRequest {
|
|
1442
1174
|
JobId: string | undefined;
|
|
1443
1175
|
}
|
|
1444
|
-
export declare const ImportJobStatus: {
|
|
1445
|
-
readonly COMPLETED: "COMPLETED";
|
|
1446
|
-
readonly CREATED: "CREATED";
|
|
1447
|
-
readonly FAILED: "FAILED";
|
|
1448
|
-
readonly PROCESSING: "PROCESSING";
|
|
1449
|
-
readonly STOPPED: "STOPPED";
|
|
1450
|
-
};
|
|
1451
|
-
export type ImportJobStatus =
|
|
1452
|
-
(typeof ImportJobStatus)[keyof typeof ImportJobStatus];
|
|
1453
1176
|
export interface GetAddressListImportJobResponse {
|
|
1454
1177
|
JobId: string | undefined;
|
|
1455
1178
|
Name: string | undefined;
|
|
@@ -1513,14 +1236,6 @@ export interface GetArchiveMessageContentResponse {
|
|
|
1513
1236
|
export interface GetArchiveSearchRequest {
|
|
1514
1237
|
SearchId: string | undefined;
|
|
1515
1238
|
}
|
|
1516
|
-
export declare const SearchState: {
|
|
1517
|
-
readonly CANCELLED: "CANCELLED";
|
|
1518
|
-
readonly COMPLETED: "COMPLETED";
|
|
1519
|
-
readonly FAILED: "FAILED";
|
|
1520
|
-
readonly QUEUED: "QUEUED";
|
|
1521
|
-
readonly RUNNING: "RUNNING";
|
|
1522
|
-
};
|
|
1523
|
-
export type SearchState = (typeof SearchState)[keyof typeof SearchState];
|
|
1524
1239
|
export interface SearchStatus {
|
|
1525
1240
|
SubmissionTimestamp?: Date | undefined;
|
|
1526
1241
|
CompletionTimestamp?: Date | undefined;
|
|
@@ -1576,16 +1291,6 @@ export interface IngressPointAuthConfiguration {
|
|
|
1576
1291
|
| undefined;
|
|
1577
1292
|
SecretArn?: string | undefined;
|
|
1578
1293
|
}
|
|
1579
|
-
export declare const IngressPointStatus: {
|
|
1580
|
-
readonly ACTIVE: "ACTIVE";
|
|
1581
|
-
readonly CLOSED: "CLOSED";
|
|
1582
|
-
readonly DEPROVISIONING: "DEPROVISIONING";
|
|
1583
|
-
readonly FAILED: "FAILED";
|
|
1584
|
-
readonly PROVISIONING: "PROVISIONING";
|
|
1585
|
-
readonly UPDATING: "UPDATING";
|
|
1586
|
-
};
|
|
1587
|
-
export type IngressPointStatus =
|
|
1588
|
-
(typeof IngressPointStatus)[keyof typeof IngressPointStatus];
|
|
1589
1294
|
export interface GetIngressPointResponse {
|
|
1590
1295
|
IngressPointId: string | undefined;
|
|
1591
1296
|
IngressPointName: string | undefined;
|
|
@@ -1674,12 +1379,6 @@ export interface ListIngressPointsResponse {
|
|
|
1674
1379
|
IngressPoints?: IngressPoint[] | undefined;
|
|
1675
1380
|
NextToken?: string | undefined;
|
|
1676
1381
|
}
|
|
1677
|
-
export declare const IngressPointStatusToUpdate: {
|
|
1678
|
-
readonly ACTIVE: "ACTIVE";
|
|
1679
|
-
readonly CLOSED: "CLOSED";
|
|
1680
|
-
};
|
|
1681
|
-
export type IngressPointStatusToUpdate =
|
|
1682
|
-
(typeof IngressPointStatusToUpdate)[keyof typeof IngressPointStatusToUpdate];
|
|
1683
1382
|
export interface UpdateIngressPointRequest {
|
|
1684
1383
|
IngressPointId: string | undefined;
|
|
1685
1384
|
IngressPointName?: string | undefined;
|