@aws-sdk/client-mailmanager 3.1019.0 → 3.1021.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 +29 -0
- package/dist-cjs/schemas/schemas_0.js +94 -44
- package/dist-es/MailManager.js +7 -7
- package/dist-es/models/enums.js +25 -0
- package/dist-es/schemas/schemas_0.js +88 -38
- package/dist-types/MailManager.d.ts +60 -60
- package/dist-types/MailManagerClient.d.ts +63 -63
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/CreateAddonSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/CreateIngressPointCommand.d.ts +9 -1
- package/dist-types/commands/CreateRuleSetCommand.d.ts +18 -0
- package/dist-types/commands/DeleteAddressListCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterMemberFromAddressListCommand.d.ts +3 -0
- package/dist-types/commands/GetIngressPointCommand.d.ts +11 -2
- package/dist-types/commands/GetRuleSetCommand.d.ts +18 -0
- package/dist-types/commands/ListIngressPointsCommand.d.ts +2 -2
- package/dist-types/commands/RegisterMemberToAddressListCommand.d.ts +3 -0
- package/dist-types/commands/UpdateIngressPointCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRuleSetCommand.d.ts +18 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +57 -0
- package/dist-types/models/models_0.d.ts +225 -4
- package/dist-types/pagination/ListAddonInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAddonSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAddressListImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAddressListsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArchiveExportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArchiveSearchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArchivesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIngressPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersOfAddressListPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRelaysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRuleSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrafficPoliciesPaginator.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/MailManagerClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +32 -0
- package/dist-types/ts3.4/models/models_0.d.ts +113 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +14 -14
|
@@ -5,69 +5,69 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { CreateAddonInstanceCommandInput, CreateAddonInstanceCommandOutput } from "./commands/CreateAddonInstanceCommand";
|
|
11
|
-
import { CreateAddonSubscriptionCommandInput, CreateAddonSubscriptionCommandOutput } from "./commands/CreateAddonSubscriptionCommand";
|
|
12
|
-
import { CreateAddressListCommandInput, CreateAddressListCommandOutput } from "./commands/CreateAddressListCommand";
|
|
13
|
-
import { CreateAddressListImportJobCommandInput, CreateAddressListImportJobCommandOutput } from "./commands/CreateAddressListImportJobCommand";
|
|
14
|
-
import { CreateArchiveCommandInput, CreateArchiveCommandOutput } from "./commands/CreateArchiveCommand";
|
|
15
|
-
import { CreateIngressPointCommandInput, CreateIngressPointCommandOutput } from "./commands/CreateIngressPointCommand";
|
|
16
|
-
import { CreateRelayCommandInput, CreateRelayCommandOutput } from "./commands/CreateRelayCommand";
|
|
17
|
-
import { CreateRuleSetCommandInput, CreateRuleSetCommandOutput } from "./commands/CreateRuleSetCommand";
|
|
18
|
-
import { CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput } from "./commands/CreateTrafficPolicyCommand";
|
|
19
|
-
import { DeleteAddonInstanceCommandInput, DeleteAddonInstanceCommandOutput } from "./commands/DeleteAddonInstanceCommand";
|
|
20
|
-
import { DeleteAddonSubscriptionCommandInput, DeleteAddonSubscriptionCommandOutput } from "./commands/DeleteAddonSubscriptionCommand";
|
|
21
|
-
import { DeleteAddressListCommandInput, DeleteAddressListCommandOutput } from "./commands/DeleteAddressListCommand";
|
|
22
|
-
import { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
|
|
23
|
-
import { DeleteIngressPointCommandInput, DeleteIngressPointCommandOutput } from "./commands/DeleteIngressPointCommand";
|
|
24
|
-
import { DeleteRelayCommandInput, DeleteRelayCommandOutput } from "./commands/DeleteRelayCommand";
|
|
25
|
-
import { DeleteRuleSetCommandInput, DeleteRuleSetCommandOutput } from "./commands/DeleteRuleSetCommand";
|
|
26
|
-
import { DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput } from "./commands/DeleteTrafficPolicyCommand";
|
|
27
|
-
import { DeregisterMemberFromAddressListCommandInput, DeregisterMemberFromAddressListCommandOutput } from "./commands/DeregisterMemberFromAddressListCommand";
|
|
28
|
-
import { GetAddonInstanceCommandInput, GetAddonInstanceCommandOutput } from "./commands/GetAddonInstanceCommand";
|
|
29
|
-
import { GetAddonSubscriptionCommandInput, GetAddonSubscriptionCommandOutput } from "./commands/GetAddonSubscriptionCommand";
|
|
30
|
-
import { GetAddressListCommandInput, GetAddressListCommandOutput } from "./commands/GetAddressListCommand";
|
|
31
|
-
import { GetAddressListImportJobCommandInput, GetAddressListImportJobCommandOutput } from "./commands/GetAddressListImportJobCommand";
|
|
32
|
-
import { GetArchiveCommandInput, GetArchiveCommandOutput } from "./commands/GetArchiveCommand";
|
|
33
|
-
import { GetArchiveExportCommandInput, GetArchiveExportCommandOutput } from "./commands/GetArchiveExportCommand";
|
|
34
|
-
import { GetArchiveMessageCommandInput, GetArchiveMessageCommandOutput } from "./commands/GetArchiveMessageCommand";
|
|
35
|
-
import { GetArchiveMessageContentCommandInput, GetArchiveMessageContentCommandOutput } from "./commands/GetArchiveMessageContentCommand";
|
|
36
|
-
import { GetArchiveSearchCommandInput, GetArchiveSearchCommandOutput } from "./commands/GetArchiveSearchCommand";
|
|
37
|
-
import { GetArchiveSearchResultsCommandInput, GetArchiveSearchResultsCommandOutput } from "./commands/GetArchiveSearchResultsCommand";
|
|
38
|
-
import { GetIngressPointCommandInput, GetIngressPointCommandOutput } from "./commands/GetIngressPointCommand";
|
|
39
|
-
import { GetMemberOfAddressListCommandInput, GetMemberOfAddressListCommandOutput } from "./commands/GetMemberOfAddressListCommand";
|
|
40
|
-
import { GetRelayCommandInput, GetRelayCommandOutput } from "./commands/GetRelayCommand";
|
|
41
|
-
import { GetRuleSetCommandInput, GetRuleSetCommandOutput } from "./commands/GetRuleSetCommand";
|
|
42
|
-
import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
|
|
43
|
-
import { ListAddonInstancesCommandInput, ListAddonInstancesCommandOutput } from "./commands/ListAddonInstancesCommand";
|
|
44
|
-
import { ListAddonSubscriptionsCommandInput, ListAddonSubscriptionsCommandOutput } from "./commands/ListAddonSubscriptionsCommand";
|
|
45
|
-
import { ListAddressListImportJobsCommandInput, ListAddressListImportJobsCommandOutput } from "./commands/ListAddressListImportJobsCommand";
|
|
46
|
-
import { ListAddressListsCommandInput, ListAddressListsCommandOutput } from "./commands/ListAddressListsCommand";
|
|
47
|
-
import { ListArchiveExportsCommandInput, ListArchiveExportsCommandOutput } from "./commands/ListArchiveExportsCommand";
|
|
48
|
-
import { ListArchivesCommandInput, ListArchivesCommandOutput } from "./commands/ListArchivesCommand";
|
|
49
|
-
import { ListArchiveSearchesCommandInput, ListArchiveSearchesCommandOutput } from "./commands/ListArchiveSearchesCommand";
|
|
50
|
-
import { ListIngressPointsCommandInput, ListIngressPointsCommandOutput } from "./commands/ListIngressPointsCommand";
|
|
51
|
-
import { ListMembersOfAddressListCommandInput, ListMembersOfAddressListCommandOutput } from "./commands/ListMembersOfAddressListCommand";
|
|
52
|
-
import { ListRelaysCommandInput, ListRelaysCommandOutput } from "./commands/ListRelaysCommand";
|
|
53
|
-
import { ListRuleSetsCommandInput, ListRuleSetsCommandOutput } from "./commands/ListRuleSetsCommand";
|
|
54
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
55
|
-
import { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "./commands/ListTrafficPoliciesCommand";
|
|
56
|
-
import { RegisterMemberToAddressListCommandInput, RegisterMemberToAddressListCommandOutput } from "./commands/RegisterMemberToAddressListCommand";
|
|
57
|
-
import { StartAddressListImportJobCommandInput, StartAddressListImportJobCommandOutput } from "./commands/StartAddressListImportJobCommand";
|
|
58
|
-
import { StartArchiveExportCommandInput, StartArchiveExportCommandOutput } from "./commands/StartArchiveExportCommand";
|
|
59
|
-
import { StartArchiveSearchCommandInput, StartArchiveSearchCommandOutput } from "./commands/StartArchiveSearchCommand";
|
|
60
|
-
import { StopAddressListImportJobCommandInput, StopAddressListImportJobCommandOutput } from "./commands/StopAddressListImportJobCommand";
|
|
61
|
-
import { StopArchiveExportCommandInput, StopArchiveExportCommandOutput } from "./commands/StopArchiveExportCommand";
|
|
62
|
-
import { StopArchiveSearchCommandInput, StopArchiveSearchCommandOutput } from "./commands/StopArchiveSearchCommand";
|
|
63
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
64
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
65
|
-
import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
|
|
66
|
-
import { UpdateIngressPointCommandInput, UpdateIngressPointCommandOutput } from "./commands/UpdateIngressPointCommand";
|
|
67
|
-
import { UpdateRelayCommandInput, UpdateRelayCommandOutput } from "./commands/UpdateRelayCommand";
|
|
68
|
-
import { UpdateRuleSetCommandInput, UpdateRuleSetCommandOutput } from "./commands/UpdateRuleSetCommand";
|
|
69
|
-
import { UpdateTrafficPolicyCommandInput, UpdateTrafficPolicyCommandOutput } from "./commands/UpdateTrafficPolicyCommand";
|
|
70
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { CreateAddonInstanceCommandInput, CreateAddonInstanceCommandOutput } from "./commands/CreateAddonInstanceCommand";
|
|
11
|
+
import type { CreateAddonSubscriptionCommandInput, CreateAddonSubscriptionCommandOutput } from "./commands/CreateAddonSubscriptionCommand";
|
|
12
|
+
import type { CreateAddressListCommandInput, CreateAddressListCommandOutput } from "./commands/CreateAddressListCommand";
|
|
13
|
+
import type { CreateAddressListImportJobCommandInput, CreateAddressListImportJobCommandOutput } from "./commands/CreateAddressListImportJobCommand";
|
|
14
|
+
import type { CreateArchiveCommandInput, CreateArchiveCommandOutput } from "./commands/CreateArchiveCommand";
|
|
15
|
+
import type { CreateIngressPointCommandInput, CreateIngressPointCommandOutput } from "./commands/CreateIngressPointCommand";
|
|
16
|
+
import type { CreateRelayCommandInput, CreateRelayCommandOutput } from "./commands/CreateRelayCommand";
|
|
17
|
+
import type { CreateRuleSetCommandInput, CreateRuleSetCommandOutput } from "./commands/CreateRuleSetCommand";
|
|
18
|
+
import type { CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput } from "./commands/CreateTrafficPolicyCommand";
|
|
19
|
+
import type { DeleteAddonInstanceCommandInput, DeleteAddonInstanceCommandOutput } from "./commands/DeleteAddonInstanceCommand";
|
|
20
|
+
import type { DeleteAddonSubscriptionCommandInput, DeleteAddonSubscriptionCommandOutput } from "./commands/DeleteAddonSubscriptionCommand";
|
|
21
|
+
import type { DeleteAddressListCommandInput, DeleteAddressListCommandOutput } from "./commands/DeleteAddressListCommand";
|
|
22
|
+
import type { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
|
|
23
|
+
import type { DeleteIngressPointCommandInput, DeleteIngressPointCommandOutput } from "./commands/DeleteIngressPointCommand";
|
|
24
|
+
import type { DeleteRelayCommandInput, DeleteRelayCommandOutput } from "./commands/DeleteRelayCommand";
|
|
25
|
+
import type { DeleteRuleSetCommandInput, DeleteRuleSetCommandOutput } from "./commands/DeleteRuleSetCommand";
|
|
26
|
+
import type { DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput } from "./commands/DeleteTrafficPolicyCommand";
|
|
27
|
+
import type { DeregisterMemberFromAddressListCommandInput, DeregisterMemberFromAddressListCommandOutput } from "./commands/DeregisterMemberFromAddressListCommand";
|
|
28
|
+
import type { GetAddonInstanceCommandInput, GetAddonInstanceCommandOutput } from "./commands/GetAddonInstanceCommand";
|
|
29
|
+
import type { GetAddonSubscriptionCommandInput, GetAddonSubscriptionCommandOutput } from "./commands/GetAddonSubscriptionCommand";
|
|
30
|
+
import type { GetAddressListCommandInput, GetAddressListCommandOutput } from "./commands/GetAddressListCommand";
|
|
31
|
+
import type { GetAddressListImportJobCommandInput, GetAddressListImportJobCommandOutput } from "./commands/GetAddressListImportJobCommand";
|
|
32
|
+
import type { GetArchiveCommandInput, GetArchiveCommandOutput } from "./commands/GetArchiveCommand";
|
|
33
|
+
import type { GetArchiveExportCommandInput, GetArchiveExportCommandOutput } from "./commands/GetArchiveExportCommand";
|
|
34
|
+
import type { GetArchiveMessageCommandInput, GetArchiveMessageCommandOutput } from "./commands/GetArchiveMessageCommand";
|
|
35
|
+
import type { GetArchiveMessageContentCommandInput, GetArchiveMessageContentCommandOutput } from "./commands/GetArchiveMessageContentCommand";
|
|
36
|
+
import type { GetArchiveSearchCommandInput, GetArchiveSearchCommandOutput } from "./commands/GetArchiveSearchCommand";
|
|
37
|
+
import type { GetArchiveSearchResultsCommandInput, GetArchiveSearchResultsCommandOutput } from "./commands/GetArchiveSearchResultsCommand";
|
|
38
|
+
import type { GetIngressPointCommandInput, GetIngressPointCommandOutput } from "./commands/GetIngressPointCommand";
|
|
39
|
+
import type { GetMemberOfAddressListCommandInput, GetMemberOfAddressListCommandOutput } from "./commands/GetMemberOfAddressListCommand";
|
|
40
|
+
import type { GetRelayCommandInput, GetRelayCommandOutput } from "./commands/GetRelayCommand";
|
|
41
|
+
import type { GetRuleSetCommandInput, GetRuleSetCommandOutput } from "./commands/GetRuleSetCommand";
|
|
42
|
+
import type { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
|
|
43
|
+
import type { ListAddonInstancesCommandInput, ListAddonInstancesCommandOutput } from "./commands/ListAddonInstancesCommand";
|
|
44
|
+
import type { ListAddonSubscriptionsCommandInput, ListAddonSubscriptionsCommandOutput } from "./commands/ListAddonSubscriptionsCommand";
|
|
45
|
+
import type { ListAddressListImportJobsCommandInput, ListAddressListImportJobsCommandOutput } from "./commands/ListAddressListImportJobsCommand";
|
|
46
|
+
import type { ListAddressListsCommandInput, ListAddressListsCommandOutput } from "./commands/ListAddressListsCommand";
|
|
47
|
+
import type { ListArchiveExportsCommandInput, ListArchiveExportsCommandOutput } from "./commands/ListArchiveExportsCommand";
|
|
48
|
+
import type { ListArchivesCommandInput, ListArchivesCommandOutput } from "./commands/ListArchivesCommand";
|
|
49
|
+
import type { ListArchiveSearchesCommandInput, ListArchiveSearchesCommandOutput } from "./commands/ListArchiveSearchesCommand";
|
|
50
|
+
import type { ListIngressPointsCommandInput, ListIngressPointsCommandOutput } from "./commands/ListIngressPointsCommand";
|
|
51
|
+
import type { ListMembersOfAddressListCommandInput, ListMembersOfAddressListCommandOutput } from "./commands/ListMembersOfAddressListCommand";
|
|
52
|
+
import type { ListRelaysCommandInput, ListRelaysCommandOutput } from "./commands/ListRelaysCommand";
|
|
53
|
+
import type { ListRuleSetsCommandInput, ListRuleSetsCommandOutput } from "./commands/ListRuleSetsCommand";
|
|
54
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
55
|
+
import type { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "./commands/ListTrafficPoliciesCommand";
|
|
56
|
+
import type { RegisterMemberToAddressListCommandInput, RegisterMemberToAddressListCommandOutput } from "./commands/RegisterMemberToAddressListCommand";
|
|
57
|
+
import type { StartAddressListImportJobCommandInput, StartAddressListImportJobCommandOutput } from "./commands/StartAddressListImportJobCommand";
|
|
58
|
+
import type { StartArchiveExportCommandInput, StartArchiveExportCommandOutput } from "./commands/StartArchiveExportCommand";
|
|
59
|
+
import type { StartArchiveSearchCommandInput, StartArchiveSearchCommandOutput } from "./commands/StartArchiveSearchCommand";
|
|
60
|
+
import type { StopAddressListImportJobCommandInput, StopAddressListImportJobCommandOutput } from "./commands/StopAddressListImportJobCommand";
|
|
61
|
+
import type { StopArchiveExportCommandInput, StopArchiveExportCommandOutput } from "./commands/StopArchiveExportCommand";
|
|
62
|
+
import type { StopArchiveSearchCommandInput, StopArchiveSearchCommandOutput } from "./commands/StopArchiveSearchCommand";
|
|
63
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
64
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
65
|
+
import type { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
|
|
66
|
+
import type { UpdateIngressPointCommandInput, UpdateIngressPointCommandOutput } from "./commands/UpdateIngressPointCommand";
|
|
67
|
+
import type { UpdateRelayCommandInput, UpdateRelayCommandOutput } from "./commands/UpdateRelayCommand";
|
|
68
|
+
import type { UpdateRuleSetCommandInput, UpdateRuleSetCommandOutput } from "./commands/UpdateRuleSetCommand";
|
|
69
|
+
import type { UpdateTrafficPolicyCommandInput, UpdateTrafficPolicyCommandOutput } from "./commands/UpdateTrafficPolicyCommand";
|
|
70
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
71
71
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
72
72
|
export { __Client };
|
|
73
73
|
/**
|
|
@@ -176,7 +176,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
176
176
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
177
177
|
* @internal
|
|
178
178
|
*/
|
|
179
|
-
defaultUserAgentProvider?:
|
|
179
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
180
180
|
/**
|
|
181
181
|
* Default credentials provider; Not available in browser runtime.
|
|
182
182
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { MailManagerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
@@ -66,6 +66,9 @@ declare const CreateAddonSubscriptionCommand_base: {
|
|
|
66
66
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
67
67
|
* <p>Occurs when an operation exceeds a predefined service quota or limit.</p>
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
+
* <p>Occurs when a service's request rate limit is exceeded, resulting in throttling of further requests.</p>
|
|
71
|
+
*
|
|
69
72
|
* @throws {@link ValidationException} (client fault)
|
|
70
73
|
* <p>The request validation has failed. For details, see the accompanying error message.</p>
|
|
71
74
|
*
|
|
@@ -39,12 +39,19 @@ declare const CreateIngressPointCommand_base: {
|
|
|
39
39
|
* const input = { // CreateIngressPointRequest
|
|
40
40
|
* ClientToken: "STRING_VALUE",
|
|
41
41
|
* IngressPointName: "STRING_VALUE", // required
|
|
42
|
-
* Type: "OPEN" || "AUTH", // required
|
|
42
|
+
* Type: "OPEN" || "AUTH" || "MTLS", // required
|
|
43
43
|
* RuleSetId: "STRING_VALUE", // required
|
|
44
44
|
* TrafficPolicyId: "STRING_VALUE", // required
|
|
45
45
|
* IngressPointConfiguration: { // IngressPointConfiguration Union: only one key present
|
|
46
46
|
* SmtpPassword: "STRING_VALUE",
|
|
47
47
|
* SecretArn: "STRING_VALUE",
|
|
48
|
+
* TlsAuthConfiguration: { // TlsAuthConfiguration
|
|
49
|
+
* TrustStore: { // TrustStore
|
|
50
|
+
* CAContent: "STRING_VALUE", // required
|
|
51
|
+
* CrlContent: "STRING_VALUE",
|
|
52
|
+
* KmsKeyArn: "STRING_VALUE",
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
48
55
|
* },
|
|
49
56
|
* NetworkConfiguration: { // NetworkConfiguration Union: only one key present
|
|
50
57
|
* PublicNetworkConfiguration: { // PublicNetworkConfiguration
|
|
@@ -54,6 +61,7 @@ declare const CreateIngressPointCommand_base: {
|
|
|
54
61
|
* VpcEndpointId: "STRING_VALUE", // required
|
|
55
62
|
* },
|
|
56
63
|
* },
|
|
64
|
+
* TlsPolicy: "REQUIRED" || "OPTIONAL" || "FIPS",
|
|
57
65
|
* Tags: [ // TagList
|
|
58
66
|
* { // Tag
|
|
59
67
|
* Key: "STRING_VALUE", // required
|
|
@@ -68,6 +68,7 @@ declare const CreateRuleSetCommand_base: {
|
|
|
68
68
|
* Analyzer: "STRING_VALUE", // required
|
|
69
69
|
* ResultField: "STRING_VALUE", // required
|
|
70
70
|
* },
|
|
71
|
+
* ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
71
72
|
* },
|
|
72
73
|
* Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
73
74
|
* Values: [ // RuleStringList // required
|
|
@@ -137,6 +138,7 @@ declare const CreateRuleSetCommand_base: {
|
|
|
137
138
|
* Analyzer: "STRING_VALUE", // required
|
|
138
139
|
* ResultField: "STRING_VALUE", // required
|
|
139
140
|
* },
|
|
141
|
+
* ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
140
142
|
* },
|
|
141
143
|
* Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
142
144
|
* Values: [ // required
|
|
@@ -227,6 +229,22 @@ declare const CreateRuleSetCommand_base: {
|
|
|
227
229
|
* Encoding: "UTF-8" || "BASE64",
|
|
228
230
|
* PayloadType: "HEADERS" || "CONTENT",
|
|
229
231
|
* },
|
|
232
|
+
* Bounce: { // BounceAction
|
|
233
|
+
* ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
234
|
+
* RoleArn: "STRING_VALUE", // required
|
|
235
|
+
* Sender: "STRING_VALUE", // required
|
|
236
|
+
* StatusCode: "STRING_VALUE", // required
|
|
237
|
+
* SmtpReplyCode: "STRING_VALUE", // required
|
|
238
|
+
* DiagnosticMessage: "STRING_VALUE", // required
|
|
239
|
+
* Message: "STRING_VALUE",
|
|
240
|
+
* },
|
|
241
|
+
* InvokeLambda: { // InvokeLambdaAction
|
|
242
|
+
* ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
243
|
+
* FunctionArn: "STRING_VALUE", // required
|
|
244
|
+
* InvocationType: "EVENT" || "REQUEST_RESPONSE", // required
|
|
245
|
+
* RoleArn: "STRING_VALUE", // required
|
|
246
|
+
* RetryTimeMinutes: Number("int"),
|
|
247
|
+
* },
|
|
230
248
|
* },
|
|
231
249
|
* ],
|
|
232
250
|
* },
|
|
@@ -60,6 +60,9 @@ declare const DeleteAddressListCommand_base: {
|
|
|
60
60
|
* @throws {@link ThrottlingException} (client fault)
|
|
61
61
|
* <p>Occurs when a service's request rate limit is exceeded, resulting in throttling of further requests.</p>
|
|
62
62
|
*
|
|
63
|
+
* @throws {@link ValidationException} (client fault)
|
|
64
|
+
* <p>The request validation has failed. For details, see the accompanying error message.</p>
|
|
65
|
+
*
|
|
63
66
|
* @throws {@link MailManagerServiceException}
|
|
64
67
|
* <p>Base exception class for all service exceptions from MailManager service.</p>
|
|
65
68
|
*
|
|
@@ -55,6 +55,9 @@ declare const DeregisterMemberFromAddressListCommand_base: {
|
|
|
55
55
|
* @throws {@link AccessDeniedException} (client fault)
|
|
56
56
|
* <p>Occurs when a user is denied access to a specific resource or action.</p>
|
|
57
57
|
*
|
|
58
|
+
* @throws {@link ConflictException} (client fault)
|
|
59
|
+
* <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
|
|
60
|
+
*
|
|
58
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
62
|
* <p>Occurs when a requested resource is not found.</p>
|
|
60
63
|
*
|
|
@@ -38,6 +38,7 @@ declare const GetIngressPointCommand_base: {
|
|
|
38
38
|
* const client = new MailManagerClient(config);
|
|
39
39
|
* const input = { // GetIngressPointRequest
|
|
40
40
|
* IngressPointId: "STRING_VALUE", // required
|
|
41
|
+
* IncludeTrustStoreContents: "EXCLUDE" || "INCLUDE",
|
|
41
42
|
* };
|
|
42
43
|
* const command = new GetIngressPointCommand(input);
|
|
43
44
|
* const response = await client.send(command);
|
|
@@ -45,8 +46,8 @@ declare const GetIngressPointCommand_base: {
|
|
|
45
46
|
* // IngressPointId: "STRING_VALUE", // required
|
|
46
47
|
* // IngressPointName: "STRING_VALUE", // required
|
|
47
48
|
* // IngressPointArn: "STRING_VALUE",
|
|
48
|
-
* // Status: "PROVISIONING" || "DEPROVISIONING" || "UPDATING" || "ACTIVE" || "CLOSED" || "FAILED",
|
|
49
|
-
* // Type: "OPEN" || "AUTH",
|
|
49
|
+
* // Status: "PROVISIONING" || "DEPROVISIONING" || "UPDATING" || "ACTIVE" || "CLOSED" || "FAILED" || "ASSOCIATED_VPC_ENDPOINT_DOES_NOT_EXIST",
|
|
50
|
+
* // Type: "OPEN" || "AUTH" || "MTLS",
|
|
50
51
|
* // ARecord: "STRING_VALUE",
|
|
51
52
|
* // RuleSetId: "STRING_VALUE",
|
|
52
53
|
* // TrafficPolicyId: "STRING_VALUE",
|
|
@@ -57,6 +58,13 @@ declare const GetIngressPointCommand_base: {
|
|
|
57
58
|
* // PreviousSmtpPasswordExpiryTimestamp: new Date("TIMESTAMP"),
|
|
58
59
|
* // },
|
|
59
60
|
* // SecretArn: "STRING_VALUE",
|
|
61
|
+
* // TlsAuthConfiguration: { // TlsAuthConfiguration
|
|
62
|
+
* // TrustStore: { // TrustStore
|
|
63
|
+
* // CAContent: "STRING_VALUE", // required
|
|
64
|
+
* // CrlContent: "STRING_VALUE",
|
|
65
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
60
68
|
* // },
|
|
61
69
|
* // NetworkConfiguration: { // NetworkConfiguration Union: only one key present
|
|
62
70
|
* // PublicNetworkConfiguration: { // PublicNetworkConfiguration
|
|
@@ -66,6 +74,7 @@ declare const GetIngressPointCommand_base: {
|
|
|
66
74
|
* // VpcEndpointId: "STRING_VALUE", // required
|
|
67
75
|
* // },
|
|
68
76
|
* // },
|
|
77
|
+
* // TlsPolicy: "REQUIRED" || "OPTIONAL" || "FIPS",
|
|
69
78
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
70
79
|
* // LastUpdatedTimestamp: new Date("TIMESTAMP"),
|
|
71
80
|
* // };
|
|
@@ -76,6 +76,7 @@ declare const GetRuleSetCommand_base: {
|
|
|
76
76
|
* // Analyzer: "STRING_VALUE", // required
|
|
77
77
|
* // ResultField: "STRING_VALUE", // required
|
|
78
78
|
* // },
|
|
79
|
+
* // ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
79
80
|
* // },
|
|
80
81
|
* // Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
81
82
|
* // Values: [ // RuleStringList // required
|
|
@@ -145,6 +146,7 @@ declare const GetRuleSetCommand_base: {
|
|
|
145
146
|
* // Analyzer: "STRING_VALUE", // required
|
|
146
147
|
* // ResultField: "STRING_VALUE", // required
|
|
147
148
|
* // },
|
|
149
|
+
* // ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
148
150
|
* // },
|
|
149
151
|
* // Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
150
152
|
* // Values: [ // required
|
|
@@ -235,6 +237,22 @@ declare const GetRuleSetCommand_base: {
|
|
|
235
237
|
* // Encoding: "UTF-8" || "BASE64",
|
|
236
238
|
* // PayloadType: "HEADERS" || "CONTENT",
|
|
237
239
|
* // },
|
|
240
|
+
* // Bounce: { // BounceAction
|
|
241
|
+
* // ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
242
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
243
|
+
* // Sender: "STRING_VALUE", // required
|
|
244
|
+
* // StatusCode: "STRING_VALUE", // required
|
|
245
|
+
* // SmtpReplyCode: "STRING_VALUE", // required
|
|
246
|
+
* // DiagnosticMessage: "STRING_VALUE", // required
|
|
247
|
+
* // Message: "STRING_VALUE",
|
|
248
|
+
* // },
|
|
249
|
+
* // InvokeLambda: { // InvokeLambdaAction
|
|
250
|
+
* // ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
251
|
+
* // FunctionArn: "STRING_VALUE", // required
|
|
252
|
+
* // InvocationType: "EVENT" || "REQUEST_RESPONSE", // required
|
|
253
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
254
|
+
* // RetryTimeMinutes: Number("int"),
|
|
255
|
+
* // },
|
|
238
256
|
* // },
|
|
239
257
|
* // ],
|
|
240
258
|
* // },
|
|
@@ -47,8 +47,8 @@ declare const ListIngressPointsCommand_base: {
|
|
|
47
47
|
* // { // IngressPoint
|
|
48
48
|
* // IngressPointName: "STRING_VALUE", // required
|
|
49
49
|
* // IngressPointId: "STRING_VALUE", // required
|
|
50
|
-
* // Status: "PROVISIONING" || "DEPROVISIONING" || "UPDATING" || "ACTIVE" || "CLOSED" || "FAILED", // required
|
|
51
|
-
* // Type: "OPEN" || "AUTH", // required
|
|
50
|
+
* // Status: "PROVISIONING" || "DEPROVISIONING" || "UPDATING" || "ACTIVE" || "CLOSED" || "FAILED" || "ASSOCIATED_VPC_ENDPOINT_DOES_NOT_EXIST", // required
|
|
51
|
+
* // Type: "OPEN" || "AUTH" || "MTLS", // required
|
|
52
52
|
* // ARecord: "STRING_VALUE",
|
|
53
53
|
* // },
|
|
54
54
|
* // ],
|
|
@@ -55,6 +55,9 @@ declare const RegisterMemberToAddressListCommand_base: {
|
|
|
55
55
|
* @throws {@link AccessDeniedException} (client fault)
|
|
56
56
|
* <p>Occurs when a user is denied access to a specific resource or action.</p>
|
|
57
57
|
*
|
|
58
|
+
* @throws {@link ConflictException} (client fault)
|
|
59
|
+
* <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
|
|
60
|
+
*
|
|
58
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
62
|
* <p>Occurs when a requested resource is not found.</p>
|
|
60
63
|
*
|
|
@@ -45,7 +45,15 @@ declare const UpdateIngressPointCommand_base: {
|
|
|
45
45
|
* IngressPointConfiguration: { // IngressPointConfiguration Union: only one key present
|
|
46
46
|
* SmtpPassword: "STRING_VALUE",
|
|
47
47
|
* SecretArn: "STRING_VALUE",
|
|
48
|
+
* TlsAuthConfiguration: { // TlsAuthConfiguration
|
|
49
|
+
* TrustStore: { // TrustStore
|
|
50
|
+
* CAContent: "STRING_VALUE", // required
|
|
51
|
+
* CrlContent: "STRING_VALUE",
|
|
52
|
+
* KmsKeyArn: "STRING_VALUE",
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
48
55
|
* },
|
|
56
|
+
* TlsPolicy: "REQUIRED" || "OPTIONAL" || "FIPS",
|
|
49
57
|
* };
|
|
50
58
|
* const command = new UpdateIngressPointCommand(input);
|
|
51
59
|
* const response = await client.send(command);
|
|
@@ -68,6 +68,7 @@ declare const UpdateRuleSetCommand_base: {
|
|
|
68
68
|
* Analyzer: "STRING_VALUE", // required
|
|
69
69
|
* ResultField: "STRING_VALUE", // required
|
|
70
70
|
* },
|
|
71
|
+
* ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
71
72
|
* },
|
|
72
73
|
* Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
73
74
|
* Values: [ // RuleStringList // required
|
|
@@ -137,6 +138,7 @@ declare const UpdateRuleSetCommand_base: {
|
|
|
137
138
|
* Analyzer: "STRING_VALUE", // required
|
|
138
139
|
* ResultField: "STRING_VALUE", // required
|
|
139
140
|
* },
|
|
141
|
+
* ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
140
142
|
* },
|
|
141
143
|
* Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
142
144
|
* Values: [ // required
|
|
@@ -227,6 +229,22 @@ declare const UpdateRuleSetCommand_base: {
|
|
|
227
229
|
* Encoding: "UTF-8" || "BASE64",
|
|
228
230
|
* PayloadType: "HEADERS" || "CONTENT",
|
|
229
231
|
* },
|
|
232
|
+
* Bounce: { // BounceAction
|
|
233
|
+
* ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
234
|
+
* RoleArn: "STRING_VALUE", // required
|
|
235
|
+
* Sender: "STRING_VALUE", // required
|
|
236
|
+
* StatusCode: "STRING_VALUE", // required
|
|
237
|
+
* SmtpReplyCode: "STRING_VALUE", // required
|
|
238
|
+
* DiagnosticMessage: "STRING_VALUE", // required
|
|
239
|
+
* Message: "STRING_VALUE",
|
|
240
|
+
* },
|
|
241
|
+
* InvokeLambda: { // InvokeLambdaAction
|
|
242
|
+
* ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
243
|
+
* FunctionArn: "STRING_VALUE", // required
|
|
244
|
+
* InvocationType: "EVENT" || "REQUEST_RESPONSE", // required
|
|
245
|
+
* RoleArn: "STRING_VALUE", // required
|
|
246
|
+
* RetryTimeMinutes: Number("int"),
|
|
247
|
+
* },
|
|
230
248
|
* },
|
|
231
249
|
* ],
|
|
232
250
|
* },
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./MailManagerClient";
|
|
7
7
|
export * from "./MailManager";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { MailManagerExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -134,18 +134,44 @@ export declare const IpType: {
|
|
|
134
134
|
* @public
|
|
135
135
|
*/
|
|
136
136
|
export type IpType = (typeof IpType)[keyof typeof IpType];
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
* @enum
|
|
140
|
+
*/
|
|
141
|
+
export declare const TlsPolicy: {
|
|
142
|
+
readonly FIPS: "FIPS";
|
|
143
|
+
readonly OPTIONAL: "OPTIONAL";
|
|
144
|
+
readonly REQUIRED: "REQUIRED";
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
149
|
+
export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy];
|
|
137
150
|
/**
|
|
138
151
|
* @public
|
|
139
152
|
* @enum
|
|
140
153
|
*/
|
|
141
154
|
export declare const IngressPointType: {
|
|
142
155
|
readonly AUTH: "AUTH";
|
|
156
|
+
readonly MTLS: "MTLS";
|
|
143
157
|
readonly OPEN: "OPEN";
|
|
144
158
|
};
|
|
145
159
|
/**
|
|
146
160
|
* @public
|
|
147
161
|
*/
|
|
148
162
|
export type IngressPointType = (typeof IngressPointType)[keyof typeof IngressPointType];
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
* @enum
|
|
166
|
+
*/
|
|
167
|
+
export declare const LambdaInvocationType: {
|
|
168
|
+
readonly EVENT: "EVENT";
|
|
169
|
+
readonly REQUEST_RESPONSE: "REQUEST_RESPONSE";
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
export type LambdaInvocationType = (typeof LambdaInvocationType)[keyof typeof LambdaInvocationType];
|
|
149
175
|
/**
|
|
150
176
|
* @public
|
|
151
177
|
* @enum
|
|
@@ -316,6 +342,24 @@ export declare const RuleStringEmailAttribute: {
|
|
|
316
342
|
* @public
|
|
317
343
|
*/
|
|
318
344
|
export type RuleStringEmailAttribute = (typeof RuleStringEmailAttribute)[keyof typeof RuleStringEmailAttribute];
|
|
345
|
+
/**
|
|
346
|
+
* @public
|
|
347
|
+
* @enum
|
|
348
|
+
*/
|
|
349
|
+
export declare const RuleClientCertificateAttribute: {
|
|
350
|
+
readonly CN: "CN";
|
|
351
|
+
readonly SAN_DIRECTORY_NAME: "SAN_DIRECTORY_NAME";
|
|
352
|
+
readonly SAN_DNS_NAME: "SAN_DNS_NAME";
|
|
353
|
+
readonly SAN_IP_ADDRESS: "SAN_IP_ADDRESS";
|
|
354
|
+
readonly SAN_REGISTERED_ID: "SAN_REGISTERED_ID";
|
|
355
|
+
readonly SAN_RFC822_NAME: "SAN_RFC822_NAME";
|
|
356
|
+
readonly SAN_UNIFORM_RESOURCE_IDENTIFIER: "SAN_UNIFORM_RESOURCE_IDENTIFIER";
|
|
357
|
+
readonly SERIAL_NUMBER: "SERIAL_NUMBER";
|
|
358
|
+
};
|
|
359
|
+
/**
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
362
|
+
export type RuleClientCertificateAttribute = (typeof RuleClientCertificateAttribute)[keyof typeof RuleClientCertificateAttribute];
|
|
319
363
|
/**
|
|
320
364
|
* @public
|
|
321
365
|
* @enum
|
|
@@ -533,12 +577,25 @@ export declare const SearchState: {
|
|
|
533
577
|
* @public
|
|
534
578
|
*/
|
|
535
579
|
export type SearchState = (typeof SearchState)[keyof typeof SearchState];
|
|
580
|
+
/**
|
|
581
|
+
* @public
|
|
582
|
+
* @enum
|
|
583
|
+
*/
|
|
584
|
+
export declare const TrustStoreResponseOption: {
|
|
585
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
586
|
+
readonly INCLUDE: "INCLUDE";
|
|
587
|
+
};
|
|
588
|
+
/**
|
|
589
|
+
* @public
|
|
590
|
+
*/
|
|
591
|
+
export type TrustStoreResponseOption = (typeof TrustStoreResponseOption)[keyof typeof TrustStoreResponseOption];
|
|
536
592
|
/**
|
|
537
593
|
* @public
|
|
538
594
|
* @enum
|
|
539
595
|
*/
|
|
540
596
|
export declare const IngressPointStatus: {
|
|
541
597
|
readonly ACTIVE: "ACTIVE";
|
|
598
|
+
readonly ASSOCIATED_VPC_ENDPOINT_DOES_NOT_EXIST: "ASSOCIATED_VPC_ENDPOINT_DOES_NOT_EXIST";
|
|
542
599
|
readonly CLOSED: "CLOSED";
|
|
543
600
|
readonly DEPROVISIONING: "DEPROVISIONING";
|
|
544
601
|
readonly FAILED: "FAILED";
|