@aws-sdk/client-global-accelerator 3.952.0 → 3.953.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 +695 -494
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +2 -2
- package/dist-es/commands/AddEndpointsCommand.js +2 -2
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +2 -2
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/CreateAcceleratorCommand.js +2 -2
- package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/CreateEndpointGroupCommand.js +2 -2
- package/dist-es/commands/CreateListenerCommand.js +2 -2
- package/dist-es/commands/DeleteAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteListenerCommand.js +2 -2
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +2 -2
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeAcceleratorCommand.js +2 -2
- package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DescribeListenerCommand.js +2 -2
- package/dist-es/commands/ListAcceleratorsCommand.js +2 -2
- package/dist-es/commands/ListByoipCidrsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountResourcesCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +2 -2
- package/dist-es/commands/ListEndpointGroupsCommand.js +2 -2
- package/dist-es/commands/ListListenersCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ProvisionByoipCidrCommand.js +2 -2
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -2
- package/dist-es/commands/RemoveEndpointsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateAcceleratorCommand.js +2 -2
- package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/UpdateEndpointGroupCommand.js +2 -2
- package/dist-es/commands/UpdateListenerCommand.js +2 -2
- package/dist-es/commands/WithdrawByoipCidrCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +384 -390
- package/dist-types/GlobalAcceleratorClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +208 -244
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +207 -244
- package/package.json +34 -34
|
@@ -5,7 +5,7 @@ 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 { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "./commands/AddCustomRoutingEndpointsCommand";
|
|
11
11
|
import { AddEndpointsCommandInput, AddEndpointsCommandOutput } from "./commands/AddEndpointsCommand";
|
|
@@ -197,15 +197,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
197
197
|
* Optional extensions
|
|
198
198
|
*/
|
|
199
199
|
extensions?: RuntimeExtension[];
|
|
200
|
-
/**
|
|
201
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
202
|
-
* may be overridden. A default will always be set by the client.
|
|
203
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
204
|
-
* the client.
|
|
205
|
-
* @alpha
|
|
206
|
-
*
|
|
207
|
-
*/
|
|
208
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
209
200
|
/**
|
|
210
201
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
211
202
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -56,6 +56,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
56
56
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
57
57
|
export type { GlobalAcceleratorExtensionConfiguration } from "./extensionConfiguration";
|
|
58
58
|
export * from "./commands";
|
|
59
|
+
export * from "./schemas/schemas_0";
|
|
59
60
|
export * from "./pagination";
|
|
60
61
|
export * from "./models/enums";
|
|
61
62
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { GlobalAcceleratorClientConfig } from "./GlobalAcceleratorClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GlobalAcceleratorHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,244 +1,208 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var Accelerator
|
|
3
|
-
export declare var AcceleratorAttributes
|
|
4
|
-
export declare var AcceleratorEvent
|
|
5
|
-
export declare var AcceleratorNotDisabledException
|
|
6
|
-
export declare var AcceleratorNotFoundException
|
|
7
|
-
export declare var AccessDeniedException
|
|
8
|
-
export declare var AddCustomRoutingEndpointsRequest
|
|
9
|
-
export declare var AddCustomRoutingEndpointsResponse
|
|
10
|
-
export declare var AddEndpointsRequest
|
|
11
|
-
export declare var AddEndpointsResponse
|
|
12
|
-
export declare var AdvertiseByoipCidrRequest
|
|
13
|
-
export declare var AdvertiseByoipCidrResponse
|
|
14
|
-
export declare var AllowCustomRoutingTrafficRequest
|
|
15
|
-
export declare var AssociatedEndpointGroupFoundException
|
|
16
|
-
export declare var AssociatedListenerFoundException
|
|
17
|
-
export declare var Attachment
|
|
18
|
-
export declare var AttachmentNotFoundException
|
|
19
|
-
export declare var ByoipCidr
|
|
20
|
-
export declare var ByoipCidrEvent
|
|
21
|
-
export declare var ByoipCidrNotFoundException
|
|
22
|
-
export declare var CidrAuthorizationContext
|
|
23
|
-
export declare var ConflictException
|
|
24
|
-
export declare var CreateAcceleratorRequest
|
|
25
|
-
export declare var CreateAcceleratorResponse
|
|
26
|
-
export declare var CreateCrossAccountAttachmentRequest
|
|
27
|
-
export declare var CreateCrossAccountAttachmentResponse
|
|
28
|
-
export declare var CreateCustomRoutingAcceleratorRequest
|
|
29
|
-
export declare var CreateCustomRoutingAcceleratorResponse
|
|
30
|
-
export declare var CreateCustomRoutingEndpointGroupRequest
|
|
31
|
-
export declare var CreateCustomRoutingEndpointGroupResponse
|
|
32
|
-
export declare var CreateCustomRoutingListenerRequest
|
|
33
|
-
export declare var CreateCustomRoutingListenerResponse
|
|
34
|
-
export declare var CreateEndpointGroupRequest
|
|
35
|
-
export declare var CreateEndpointGroupResponse
|
|
36
|
-
export declare var CreateListenerRequest
|
|
37
|
-
export declare var CreateListenerResponse
|
|
38
|
-
export declare var CrossAccountResource
|
|
39
|
-
export declare var CustomRoutingAccelerator
|
|
40
|
-
export declare var CustomRoutingAcceleratorAttributes
|
|
41
|
-
export declare var CustomRoutingDestinationConfiguration
|
|
42
|
-
export declare var CustomRoutingDestinationDescription
|
|
43
|
-
export declare var CustomRoutingEndpointConfiguration
|
|
44
|
-
export declare var CustomRoutingEndpointDescription
|
|
45
|
-
export declare var CustomRoutingEndpointGroup
|
|
46
|
-
export declare var CustomRoutingListener
|
|
47
|
-
export declare var DeleteAcceleratorRequest
|
|
48
|
-
export declare var DeleteCrossAccountAttachmentRequest
|
|
49
|
-
export declare var DeleteCustomRoutingAcceleratorRequest
|
|
50
|
-
export declare var DeleteCustomRoutingEndpointGroupRequest
|
|
51
|
-
export declare var DeleteCustomRoutingListenerRequest
|
|
52
|
-
export declare var DeleteEndpointGroupRequest
|
|
53
|
-
export declare var DeleteListenerRequest
|
|
54
|
-
export declare var DenyCustomRoutingTrafficRequest
|
|
55
|
-
export declare var DeprovisionByoipCidrRequest
|
|
56
|
-
export declare var DeprovisionByoipCidrResponse
|
|
57
|
-
export declare var DescribeAcceleratorAttributesRequest
|
|
58
|
-
export declare var DescribeAcceleratorAttributesResponse
|
|
59
|
-
export declare var DescribeAcceleratorRequest
|
|
60
|
-
export declare var DescribeAcceleratorResponse
|
|
61
|
-
export declare var DescribeCrossAccountAttachmentRequest
|
|
62
|
-
export declare var DescribeCrossAccountAttachmentResponse
|
|
63
|
-
export declare var DescribeCustomRoutingAcceleratorAttributesRequest
|
|
64
|
-
export declare var DescribeCustomRoutingAcceleratorAttributesResponse
|
|
65
|
-
export declare var DescribeCustomRoutingAcceleratorRequest
|
|
66
|
-
export declare var DescribeCustomRoutingAcceleratorResponse
|
|
67
|
-
export declare var DescribeCustomRoutingEndpointGroupRequest
|
|
68
|
-
export declare var DescribeCustomRoutingEndpointGroupResponse
|
|
69
|
-
export declare var DescribeCustomRoutingListenerRequest
|
|
70
|
-
export declare var DescribeCustomRoutingListenerResponse
|
|
71
|
-
export declare var DescribeEndpointGroupRequest
|
|
72
|
-
export declare var DescribeEndpointGroupResponse
|
|
73
|
-
export declare var DescribeListenerRequest
|
|
74
|
-
export declare var DescribeListenerResponse
|
|
75
|
-
export declare var DestinationPortMapping
|
|
76
|
-
export declare var EndpointAlreadyExistsException
|
|
77
|
-
export declare var EndpointConfiguration
|
|
78
|
-
export declare var EndpointDescription
|
|
79
|
-
export declare var EndpointGroup
|
|
80
|
-
export declare var EndpointGroupAlreadyExistsException
|
|
81
|
-
export declare var EndpointGroupNotFoundException
|
|
82
|
-
export declare var EndpointIdentifier
|
|
83
|
-
export declare var EndpointNotFoundException
|
|
84
|
-
export declare var IncorrectCidrStateException
|
|
85
|
-
export declare var InternalServiceErrorException
|
|
86
|
-
export declare var InvalidArgumentException
|
|
87
|
-
export declare var InvalidNextTokenException
|
|
88
|
-
export declare var InvalidPortRangeException
|
|
89
|
-
export declare var IpSet
|
|
90
|
-
export declare var LimitExceededException
|
|
91
|
-
export declare var ListAcceleratorsRequest
|
|
92
|
-
export declare var ListAcceleratorsResponse
|
|
93
|
-
export declare var ListByoipCidrsRequest
|
|
94
|
-
export declare var ListByoipCidrsResponse
|
|
95
|
-
export declare var ListCrossAccountAttachmentsRequest
|
|
96
|
-
export declare var ListCrossAccountAttachmentsResponse
|
|
97
|
-
export declare var ListCrossAccountResourceAccountsRequest
|
|
98
|
-
export declare var ListCrossAccountResourceAccountsResponse
|
|
99
|
-
export declare var ListCrossAccountResourcesRequest
|
|
100
|
-
export declare var ListCrossAccountResourcesResponse
|
|
101
|
-
export declare var ListCustomRoutingAcceleratorsRequest
|
|
102
|
-
export declare var ListCustomRoutingAcceleratorsResponse
|
|
103
|
-
export declare var ListCustomRoutingEndpointGroupsRequest
|
|
104
|
-
export declare var ListCustomRoutingEndpointGroupsResponse
|
|
105
|
-
export declare var ListCustomRoutingListenersRequest
|
|
106
|
-
export declare var ListCustomRoutingListenersResponse
|
|
107
|
-
export declare var ListCustomRoutingPortMappingsByDestinationRequest
|
|
108
|
-
export declare var ListCustomRoutingPortMappingsByDestinationResponse
|
|
109
|
-
export declare var ListCustomRoutingPortMappingsRequest
|
|
110
|
-
export declare var ListCustomRoutingPortMappingsResponse
|
|
111
|
-
export declare var ListEndpointGroupsRequest
|
|
112
|
-
export declare var ListEndpointGroupsResponse
|
|
113
|
-
export declare var Listener
|
|
114
|
-
export declare var ListenerNotFoundException
|
|
115
|
-
export declare var ListListenersRequest
|
|
116
|
-
export declare var ListListenersResponse
|
|
117
|
-
export declare var ListTagsForResourceRequest
|
|
118
|
-
export declare var ListTagsForResourceResponse
|
|
119
|
-
export declare var PortMapping
|
|
120
|
-
export declare var PortOverride
|
|
121
|
-
export declare var PortRange
|
|
122
|
-
export declare var ProvisionByoipCidrRequest
|
|
123
|
-
export declare var ProvisionByoipCidrResponse
|
|
124
|
-
export declare var RemoveCustomRoutingEndpointsRequest
|
|
125
|
-
export declare var RemoveEndpointsRequest
|
|
126
|
-
export declare var Resource
|
|
127
|
-
export declare var SocketAddress
|
|
128
|
-
export declare var Tag
|
|
129
|
-
export declare var TagResourceRequest
|
|
130
|
-
export declare var TagResourceResponse
|
|
131
|
-
export declare var TransactionInProgressException
|
|
132
|
-
export declare var UntagResourceRequest
|
|
133
|
-
export declare var UntagResourceResponse
|
|
134
|
-
export declare var UpdateAcceleratorAttributesRequest
|
|
135
|
-
export declare var UpdateAcceleratorAttributesResponse
|
|
136
|
-
export declare var UpdateAcceleratorRequest
|
|
137
|
-
export declare var UpdateAcceleratorResponse
|
|
138
|
-
export declare var UpdateCrossAccountAttachmentRequest
|
|
139
|
-
export declare var UpdateCrossAccountAttachmentResponse
|
|
140
|
-
export declare var UpdateCustomRoutingAcceleratorAttributesRequest
|
|
141
|
-
export declare var UpdateCustomRoutingAcceleratorAttributesResponse
|
|
142
|
-
export declare var UpdateCustomRoutingAcceleratorRequest
|
|
143
|
-
export declare var UpdateCustomRoutingAcceleratorResponse
|
|
144
|
-
export declare var UpdateCustomRoutingListenerRequest
|
|
145
|
-
export declare var UpdateCustomRoutingListenerResponse
|
|
146
|
-
export declare var UpdateEndpointGroupRequest
|
|
147
|
-
export declare var UpdateEndpointGroupResponse
|
|
148
|
-
export declare var UpdateListenerRequest
|
|
149
|
-
export declare var UpdateListenerResponse
|
|
150
|
-
export declare var WithdrawByoipCidrRequest
|
|
151
|
-
export declare var WithdrawByoipCidrResponse
|
|
152
|
-
export declare var
|
|
153
|
-
export declare var
|
|
154
|
-
export declare var
|
|
155
|
-
export declare var
|
|
156
|
-
export declare var
|
|
157
|
-
export declare var
|
|
158
|
-
export declare var
|
|
159
|
-
export declare var
|
|
160
|
-
export declare var
|
|
161
|
-
export declare var
|
|
162
|
-
export declare var
|
|
163
|
-
export declare var
|
|
164
|
-
export declare var
|
|
165
|
-
export declare var
|
|
166
|
-
export declare var
|
|
167
|
-
export declare var
|
|
168
|
-
export declare var
|
|
169
|
-
export declare var
|
|
170
|
-
export declare var
|
|
171
|
-
export declare var
|
|
172
|
-
export declare var
|
|
173
|
-
export declare var
|
|
174
|
-
export declare var
|
|
175
|
-
export declare var
|
|
176
|
-
export declare var
|
|
177
|
-
export declare var
|
|
178
|
-
export declare var
|
|
179
|
-
export declare var
|
|
180
|
-
export declare var
|
|
181
|
-
export declare var
|
|
182
|
-
export declare var
|
|
183
|
-
export declare var
|
|
184
|
-
export declare var
|
|
185
|
-
export declare var
|
|
186
|
-
export declare var
|
|
187
|
-
export declare var
|
|
188
|
-
export declare var
|
|
189
|
-
export declare var
|
|
190
|
-
export declare var
|
|
191
|
-
export declare var
|
|
192
|
-
export declare var
|
|
193
|
-
export declare var
|
|
194
|
-
export declare var
|
|
195
|
-
export declare var
|
|
196
|
-
export declare var
|
|
197
|
-
export declare var
|
|
198
|
-
export declare var
|
|
199
|
-
export declare var
|
|
200
|
-
export declare var
|
|
201
|
-
export declare var
|
|
202
|
-
export declare var
|
|
203
|
-
export declare var
|
|
204
|
-
export declare var
|
|
205
|
-
export declare var
|
|
206
|
-
export declare var
|
|
207
|
-
export declare var
|
|
208
|
-
export declare var
|
|
209
|
-
export declare var DescribeAccelerator: StaticOperationSchema;
|
|
210
|
-
export declare var DescribeAcceleratorAttributes: StaticOperationSchema;
|
|
211
|
-
export declare var DescribeCrossAccountAttachment: StaticOperationSchema;
|
|
212
|
-
export declare var DescribeCustomRoutingAccelerator: StaticOperationSchema;
|
|
213
|
-
export declare var DescribeCustomRoutingAcceleratorAttributes: StaticOperationSchema;
|
|
214
|
-
export declare var DescribeCustomRoutingEndpointGroup: StaticOperationSchema;
|
|
215
|
-
export declare var DescribeCustomRoutingListener: StaticOperationSchema;
|
|
216
|
-
export declare var DescribeEndpointGroup: StaticOperationSchema;
|
|
217
|
-
export declare var DescribeListener: StaticOperationSchema;
|
|
218
|
-
export declare var ListAccelerators: StaticOperationSchema;
|
|
219
|
-
export declare var ListByoipCidrs: StaticOperationSchema;
|
|
220
|
-
export declare var ListCrossAccountAttachments: StaticOperationSchema;
|
|
221
|
-
export declare var ListCrossAccountResourceAccounts: StaticOperationSchema;
|
|
222
|
-
export declare var ListCrossAccountResources: StaticOperationSchema;
|
|
223
|
-
export declare var ListCustomRoutingAccelerators: StaticOperationSchema;
|
|
224
|
-
export declare var ListCustomRoutingEndpointGroups: StaticOperationSchema;
|
|
225
|
-
export declare var ListCustomRoutingListeners: StaticOperationSchema;
|
|
226
|
-
export declare var ListCustomRoutingPortMappings: StaticOperationSchema;
|
|
227
|
-
export declare var ListCustomRoutingPortMappingsByDestination: StaticOperationSchema;
|
|
228
|
-
export declare var ListEndpointGroups: StaticOperationSchema;
|
|
229
|
-
export declare var ListListeners: StaticOperationSchema;
|
|
230
|
-
export declare var ListTagsForResource: StaticOperationSchema;
|
|
231
|
-
export declare var ProvisionByoipCidr: StaticOperationSchema;
|
|
232
|
-
export declare var RemoveCustomRoutingEndpoints: StaticOperationSchema;
|
|
233
|
-
export declare var RemoveEndpoints: StaticOperationSchema;
|
|
234
|
-
export declare var TagResource: StaticOperationSchema;
|
|
235
|
-
export declare var UntagResource: StaticOperationSchema;
|
|
236
|
-
export declare var UpdateAccelerator: StaticOperationSchema;
|
|
237
|
-
export declare var UpdateAcceleratorAttributes: StaticOperationSchema;
|
|
238
|
-
export declare var UpdateCrossAccountAttachment: StaticOperationSchema;
|
|
239
|
-
export declare var UpdateCustomRoutingAccelerator: StaticOperationSchema;
|
|
240
|
-
export declare var UpdateCustomRoutingAcceleratorAttributes: StaticOperationSchema;
|
|
241
|
-
export declare var UpdateCustomRoutingListener: StaticOperationSchema;
|
|
242
|
-
export declare var UpdateEndpointGroup: StaticOperationSchema;
|
|
243
|
-
export declare var UpdateListener: StaticOperationSchema;
|
|
244
|
-
export declare var WithdrawByoipCidr: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var Accelerator$: StaticStructureSchema;
|
|
3
|
+
export declare var AcceleratorAttributes$: StaticStructureSchema;
|
|
4
|
+
export declare var AcceleratorEvent$: StaticStructureSchema;
|
|
5
|
+
export declare var AcceleratorNotDisabledException$: StaticErrorSchema;
|
|
6
|
+
export declare var AcceleratorNotFoundException$: StaticErrorSchema;
|
|
7
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
8
|
+
export declare var AddCustomRoutingEndpointsRequest$: StaticStructureSchema;
|
|
9
|
+
export declare var AddCustomRoutingEndpointsResponse$: StaticStructureSchema;
|
|
10
|
+
export declare var AddEndpointsRequest$: StaticStructureSchema;
|
|
11
|
+
export declare var AddEndpointsResponse$: StaticStructureSchema;
|
|
12
|
+
export declare var AdvertiseByoipCidrRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var AdvertiseByoipCidrResponse$: StaticStructureSchema;
|
|
14
|
+
export declare var AllowCustomRoutingTrafficRequest$: StaticStructureSchema;
|
|
15
|
+
export declare var AssociatedEndpointGroupFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var AssociatedListenerFoundException$: StaticErrorSchema;
|
|
17
|
+
export declare var Attachment$: StaticStructureSchema;
|
|
18
|
+
export declare var AttachmentNotFoundException$: StaticErrorSchema;
|
|
19
|
+
export declare var ByoipCidr$: StaticStructureSchema;
|
|
20
|
+
export declare var ByoipCidrEvent$: StaticStructureSchema;
|
|
21
|
+
export declare var ByoipCidrNotFoundException$: StaticErrorSchema;
|
|
22
|
+
export declare var CidrAuthorizationContext$: StaticStructureSchema;
|
|
23
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
24
|
+
export declare var CreateAcceleratorRequest$: StaticStructureSchema;
|
|
25
|
+
export declare var CreateAcceleratorResponse$: StaticStructureSchema;
|
|
26
|
+
export declare var CreateCrossAccountAttachmentRequest$: StaticStructureSchema;
|
|
27
|
+
export declare var CreateCrossAccountAttachmentResponse$: StaticStructureSchema;
|
|
28
|
+
export declare var CreateCustomRoutingAcceleratorRequest$: StaticStructureSchema;
|
|
29
|
+
export declare var CreateCustomRoutingAcceleratorResponse$: StaticStructureSchema;
|
|
30
|
+
export declare var CreateCustomRoutingEndpointGroupRequest$: StaticStructureSchema;
|
|
31
|
+
export declare var CreateCustomRoutingEndpointGroupResponse$: StaticStructureSchema;
|
|
32
|
+
export declare var CreateCustomRoutingListenerRequest$: StaticStructureSchema;
|
|
33
|
+
export declare var CreateCustomRoutingListenerResponse$: StaticStructureSchema;
|
|
34
|
+
export declare var CreateEndpointGroupRequest$: StaticStructureSchema;
|
|
35
|
+
export declare var CreateEndpointGroupResponse$: StaticStructureSchema;
|
|
36
|
+
export declare var CreateListenerRequest$: StaticStructureSchema;
|
|
37
|
+
export declare var CreateListenerResponse$: StaticStructureSchema;
|
|
38
|
+
export declare var CrossAccountResource$: StaticStructureSchema;
|
|
39
|
+
export declare var CustomRoutingAccelerator$: StaticStructureSchema;
|
|
40
|
+
export declare var CustomRoutingAcceleratorAttributes$: StaticStructureSchema;
|
|
41
|
+
export declare var CustomRoutingDestinationConfiguration$: StaticStructureSchema;
|
|
42
|
+
export declare var CustomRoutingDestinationDescription$: StaticStructureSchema;
|
|
43
|
+
export declare var CustomRoutingEndpointConfiguration$: StaticStructureSchema;
|
|
44
|
+
export declare var CustomRoutingEndpointDescription$: StaticStructureSchema;
|
|
45
|
+
export declare var CustomRoutingEndpointGroup$: StaticStructureSchema;
|
|
46
|
+
export declare var CustomRoutingListener$: StaticStructureSchema;
|
|
47
|
+
export declare var DeleteAcceleratorRequest$: StaticStructureSchema;
|
|
48
|
+
export declare var DeleteCrossAccountAttachmentRequest$: StaticStructureSchema;
|
|
49
|
+
export declare var DeleteCustomRoutingAcceleratorRequest$: StaticStructureSchema;
|
|
50
|
+
export declare var DeleteCustomRoutingEndpointGroupRequest$: StaticStructureSchema;
|
|
51
|
+
export declare var DeleteCustomRoutingListenerRequest$: StaticStructureSchema;
|
|
52
|
+
export declare var DeleteEndpointGroupRequest$: StaticStructureSchema;
|
|
53
|
+
export declare var DeleteListenerRequest$: StaticStructureSchema;
|
|
54
|
+
export declare var DenyCustomRoutingTrafficRequest$: StaticStructureSchema;
|
|
55
|
+
export declare var DeprovisionByoipCidrRequest$: StaticStructureSchema;
|
|
56
|
+
export declare var DeprovisionByoipCidrResponse$: StaticStructureSchema;
|
|
57
|
+
export declare var DescribeAcceleratorAttributesRequest$: StaticStructureSchema;
|
|
58
|
+
export declare var DescribeAcceleratorAttributesResponse$: StaticStructureSchema;
|
|
59
|
+
export declare var DescribeAcceleratorRequest$: StaticStructureSchema;
|
|
60
|
+
export declare var DescribeAcceleratorResponse$: StaticStructureSchema;
|
|
61
|
+
export declare var DescribeCrossAccountAttachmentRequest$: StaticStructureSchema;
|
|
62
|
+
export declare var DescribeCrossAccountAttachmentResponse$: StaticStructureSchema;
|
|
63
|
+
export declare var DescribeCustomRoutingAcceleratorAttributesRequest$: StaticStructureSchema;
|
|
64
|
+
export declare var DescribeCustomRoutingAcceleratorAttributesResponse$: StaticStructureSchema;
|
|
65
|
+
export declare var DescribeCustomRoutingAcceleratorRequest$: StaticStructureSchema;
|
|
66
|
+
export declare var DescribeCustomRoutingAcceleratorResponse$: StaticStructureSchema;
|
|
67
|
+
export declare var DescribeCustomRoutingEndpointGroupRequest$: StaticStructureSchema;
|
|
68
|
+
export declare var DescribeCustomRoutingEndpointGroupResponse$: StaticStructureSchema;
|
|
69
|
+
export declare var DescribeCustomRoutingListenerRequest$: StaticStructureSchema;
|
|
70
|
+
export declare var DescribeCustomRoutingListenerResponse$: StaticStructureSchema;
|
|
71
|
+
export declare var DescribeEndpointGroupRequest$: StaticStructureSchema;
|
|
72
|
+
export declare var DescribeEndpointGroupResponse$: StaticStructureSchema;
|
|
73
|
+
export declare var DescribeListenerRequest$: StaticStructureSchema;
|
|
74
|
+
export declare var DescribeListenerResponse$: StaticStructureSchema;
|
|
75
|
+
export declare var DestinationPortMapping$: StaticStructureSchema;
|
|
76
|
+
export declare var EndpointAlreadyExistsException$: StaticErrorSchema;
|
|
77
|
+
export declare var EndpointConfiguration$: StaticStructureSchema;
|
|
78
|
+
export declare var EndpointDescription$: StaticStructureSchema;
|
|
79
|
+
export declare var EndpointGroup$: StaticStructureSchema;
|
|
80
|
+
export declare var EndpointGroupAlreadyExistsException$: StaticErrorSchema;
|
|
81
|
+
export declare var EndpointGroupNotFoundException$: StaticErrorSchema;
|
|
82
|
+
export declare var EndpointIdentifier$: StaticStructureSchema;
|
|
83
|
+
export declare var EndpointNotFoundException$: StaticErrorSchema;
|
|
84
|
+
export declare var IncorrectCidrStateException$: StaticErrorSchema;
|
|
85
|
+
export declare var InternalServiceErrorException$: StaticErrorSchema;
|
|
86
|
+
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
87
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
88
|
+
export declare var InvalidPortRangeException$: StaticErrorSchema;
|
|
89
|
+
export declare var IpSet$: StaticStructureSchema;
|
|
90
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
91
|
+
export declare var ListAcceleratorsRequest$: StaticStructureSchema;
|
|
92
|
+
export declare var ListAcceleratorsResponse$: StaticStructureSchema;
|
|
93
|
+
export declare var ListByoipCidrsRequest$: StaticStructureSchema;
|
|
94
|
+
export declare var ListByoipCidrsResponse$: StaticStructureSchema;
|
|
95
|
+
export declare var ListCrossAccountAttachmentsRequest$: StaticStructureSchema;
|
|
96
|
+
export declare var ListCrossAccountAttachmentsResponse$: StaticStructureSchema;
|
|
97
|
+
export declare var ListCrossAccountResourceAccountsRequest$: StaticStructureSchema;
|
|
98
|
+
export declare var ListCrossAccountResourceAccountsResponse$: StaticStructureSchema;
|
|
99
|
+
export declare var ListCrossAccountResourcesRequest$: StaticStructureSchema;
|
|
100
|
+
export declare var ListCrossAccountResourcesResponse$: StaticStructureSchema;
|
|
101
|
+
export declare var ListCustomRoutingAcceleratorsRequest$: StaticStructureSchema;
|
|
102
|
+
export declare var ListCustomRoutingAcceleratorsResponse$: StaticStructureSchema;
|
|
103
|
+
export declare var ListCustomRoutingEndpointGroupsRequest$: StaticStructureSchema;
|
|
104
|
+
export declare var ListCustomRoutingEndpointGroupsResponse$: StaticStructureSchema;
|
|
105
|
+
export declare var ListCustomRoutingListenersRequest$: StaticStructureSchema;
|
|
106
|
+
export declare var ListCustomRoutingListenersResponse$: StaticStructureSchema;
|
|
107
|
+
export declare var ListCustomRoutingPortMappingsByDestinationRequest$: StaticStructureSchema;
|
|
108
|
+
export declare var ListCustomRoutingPortMappingsByDestinationResponse$: StaticStructureSchema;
|
|
109
|
+
export declare var ListCustomRoutingPortMappingsRequest$: StaticStructureSchema;
|
|
110
|
+
export declare var ListCustomRoutingPortMappingsResponse$: StaticStructureSchema;
|
|
111
|
+
export declare var ListEndpointGroupsRequest$: StaticStructureSchema;
|
|
112
|
+
export declare var ListEndpointGroupsResponse$: StaticStructureSchema;
|
|
113
|
+
export declare var Listener$: StaticStructureSchema;
|
|
114
|
+
export declare var ListenerNotFoundException$: StaticErrorSchema;
|
|
115
|
+
export declare var ListListenersRequest$: StaticStructureSchema;
|
|
116
|
+
export declare var ListListenersResponse$: StaticStructureSchema;
|
|
117
|
+
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
118
|
+
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
119
|
+
export declare var PortMapping$: StaticStructureSchema;
|
|
120
|
+
export declare var PortOverride$: StaticStructureSchema;
|
|
121
|
+
export declare var PortRange$: StaticStructureSchema;
|
|
122
|
+
export declare var ProvisionByoipCidrRequest$: StaticStructureSchema;
|
|
123
|
+
export declare var ProvisionByoipCidrResponse$: StaticStructureSchema;
|
|
124
|
+
export declare var RemoveCustomRoutingEndpointsRequest$: StaticStructureSchema;
|
|
125
|
+
export declare var RemoveEndpointsRequest$: StaticStructureSchema;
|
|
126
|
+
export declare var Resource$: StaticStructureSchema;
|
|
127
|
+
export declare var SocketAddress$: StaticStructureSchema;
|
|
128
|
+
export declare var Tag$: StaticStructureSchema;
|
|
129
|
+
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
130
|
+
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
131
|
+
export declare var TransactionInProgressException$: StaticErrorSchema;
|
|
132
|
+
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
133
|
+
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
134
|
+
export declare var UpdateAcceleratorAttributesRequest$: StaticStructureSchema;
|
|
135
|
+
export declare var UpdateAcceleratorAttributesResponse$: StaticStructureSchema;
|
|
136
|
+
export declare var UpdateAcceleratorRequest$: StaticStructureSchema;
|
|
137
|
+
export declare var UpdateAcceleratorResponse$: StaticStructureSchema;
|
|
138
|
+
export declare var UpdateCrossAccountAttachmentRequest$: StaticStructureSchema;
|
|
139
|
+
export declare var UpdateCrossAccountAttachmentResponse$: StaticStructureSchema;
|
|
140
|
+
export declare var UpdateCustomRoutingAcceleratorAttributesRequest$: StaticStructureSchema;
|
|
141
|
+
export declare var UpdateCustomRoutingAcceleratorAttributesResponse$: StaticStructureSchema;
|
|
142
|
+
export declare var UpdateCustomRoutingAcceleratorRequest$: StaticStructureSchema;
|
|
143
|
+
export declare var UpdateCustomRoutingAcceleratorResponse$: StaticStructureSchema;
|
|
144
|
+
export declare var UpdateCustomRoutingListenerRequest$: StaticStructureSchema;
|
|
145
|
+
export declare var UpdateCustomRoutingListenerResponse$: StaticStructureSchema;
|
|
146
|
+
export declare var UpdateEndpointGroupRequest$: StaticStructureSchema;
|
|
147
|
+
export declare var UpdateEndpointGroupResponse$: StaticStructureSchema;
|
|
148
|
+
export declare var UpdateListenerRequest$: StaticStructureSchema;
|
|
149
|
+
export declare var UpdateListenerResponse$: StaticStructureSchema;
|
|
150
|
+
export declare var WithdrawByoipCidrRequest$: StaticStructureSchema;
|
|
151
|
+
export declare var WithdrawByoipCidrResponse$: StaticStructureSchema;
|
|
152
|
+
export declare var GlobalAcceleratorServiceException$: StaticErrorSchema;
|
|
153
|
+
export declare var AddCustomRoutingEndpoints$: StaticOperationSchema;
|
|
154
|
+
export declare var AddEndpoints$: StaticOperationSchema;
|
|
155
|
+
export declare var AdvertiseByoipCidr$: StaticOperationSchema;
|
|
156
|
+
export declare var AllowCustomRoutingTraffic$: StaticOperationSchema;
|
|
157
|
+
export declare var CreateAccelerator$: StaticOperationSchema;
|
|
158
|
+
export declare var CreateCrossAccountAttachment$: StaticOperationSchema;
|
|
159
|
+
export declare var CreateCustomRoutingAccelerator$: StaticOperationSchema;
|
|
160
|
+
export declare var CreateCustomRoutingEndpointGroup$: StaticOperationSchema;
|
|
161
|
+
export declare var CreateCustomRoutingListener$: StaticOperationSchema;
|
|
162
|
+
export declare var CreateEndpointGroup$: StaticOperationSchema;
|
|
163
|
+
export declare var CreateListener$: StaticOperationSchema;
|
|
164
|
+
export declare var DeleteAccelerator$: StaticOperationSchema;
|
|
165
|
+
export declare var DeleteCrossAccountAttachment$: StaticOperationSchema;
|
|
166
|
+
export declare var DeleteCustomRoutingAccelerator$: StaticOperationSchema;
|
|
167
|
+
export declare var DeleteCustomRoutingEndpointGroup$: StaticOperationSchema;
|
|
168
|
+
export declare var DeleteCustomRoutingListener$: StaticOperationSchema;
|
|
169
|
+
export declare var DeleteEndpointGroup$: StaticOperationSchema;
|
|
170
|
+
export declare var DeleteListener$: StaticOperationSchema;
|
|
171
|
+
export declare var DenyCustomRoutingTraffic$: StaticOperationSchema;
|
|
172
|
+
export declare var DeprovisionByoipCidr$: StaticOperationSchema;
|
|
173
|
+
export declare var DescribeAccelerator$: StaticOperationSchema;
|
|
174
|
+
export declare var DescribeAcceleratorAttributes$: StaticOperationSchema;
|
|
175
|
+
export declare var DescribeCrossAccountAttachment$: StaticOperationSchema;
|
|
176
|
+
export declare var DescribeCustomRoutingAccelerator$: StaticOperationSchema;
|
|
177
|
+
export declare var DescribeCustomRoutingAcceleratorAttributes$: StaticOperationSchema;
|
|
178
|
+
export declare var DescribeCustomRoutingEndpointGroup$: StaticOperationSchema;
|
|
179
|
+
export declare var DescribeCustomRoutingListener$: StaticOperationSchema;
|
|
180
|
+
export declare var DescribeEndpointGroup$: StaticOperationSchema;
|
|
181
|
+
export declare var DescribeListener$: StaticOperationSchema;
|
|
182
|
+
export declare var ListAccelerators$: StaticOperationSchema;
|
|
183
|
+
export declare var ListByoipCidrs$: StaticOperationSchema;
|
|
184
|
+
export declare var ListCrossAccountAttachments$: StaticOperationSchema;
|
|
185
|
+
export declare var ListCrossAccountResourceAccounts$: StaticOperationSchema;
|
|
186
|
+
export declare var ListCrossAccountResources$: StaticOperationSchema;
|
|
187
|
+
export declare var ListCustomRoutingAccelerators$: StaticOperationSchema;
|
|
188
|
+
export declare var ListCustomRoutingEndpointGroups$: StaticOperationSchema;
|
|
189
|
+
export declare var ListCustomRoutingListeners$: StaticOperationSchema;
|
|
190
|
+
export declare var ListCustomRoutingPortMappings$: StaticOperationSchema;
|
|
191
|
+
export declare var ListCustomRoutingPortMappingsByDestination$: StaticOperationSchema;
|
|
192
|
+
export declare var ListEndpointGroups$: StaticOperationSchema;
|
|
193
|
+
export declare var ListListeners$: StaticOperationSchema;
|
|
194
|
+
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
195
|
+
export declare var ProvisionByoipCidr$: StaticOperationSchema;
|
|
196
|
+
export declare var RemoveCustomRoutingEndpoints$: StaticOperationSchema;
|
|
197
|
+
export declare var RemoveEndpoints$: StaticOperationSchema;
|
|
198
|
+
export declare var TagResource$: StaticOperationSchema;
|
|
199
|
+
export declare var UntagResource$: StaticOperationSchema;
|
|
200
|
+
export declare var UpdateAccelerator$: StaticOperationSchema;
|
|
201
|
+
export declare var UpdateAcceleratorAttributes$: StaticOperationSchema;
|
|
202
|
+
export declare var UpdateCrossAccountAttachment$: StaticOperationSchema;
|
|
203
|
+
export declare var UpdateCustomRoutingAccelerator$: StaticOperationSchema;
|
|
204
|
+
export declare var UpdateCustomRoutingAcceleratorAttributes$: StaticOperationSchema;
|
|
205
|
+
export declare var UpdateCustomRoutingListener$: StaticOperationSchema;
|
|
206
|
+
export declare var UpdateEndpointGroup$: StaticOperationSchema;
|
|
207
|
+
export declare var UpdateListener$: StaticOperationSchema;
|
|
208
|
+
export declare var WithdrawByoipCidr$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -417,7 +414,6 @@ export interface ClientDefaults
|
|
|
417
414
|
retryMode?: string | __Provider<string>;
|
|
418
415
|
logger?: __Logger;
|
|
419
416
|
extensions?: RuntimeExtension[];
|
|
420
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
421
417
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
422
418
|
}
|
|
423
419
|
export type GlobalAcceleratorClientConfigType = Partial<
|