@aws-sdk/client-global-accelerator 3.927.0 → 3.929.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 +1759 -2091
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/GlobalAcceleratorClient.js +2 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +3 -9
- package/dist-es/commands/AddEndpointsCommand.js +3 -9
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +3 -9
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +3 -9
- package/dist-es/commands/CreateAcceleratorCommand.js +3 -9
- package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +3 -9
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +3 -9
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +3 -9
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +3 -9
- package/dist-es/commands/CreateEndpointGroupCommand.js +3 -9
- package/dist-es/commands/CreateListenerCommand.js +3 -9
- package/dist-es/commands/DeleteAcceleratorCommand.js +3 -9
- package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +3 -9
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +3 -9
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +3 -9
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +3 -9
- package/dist-es/commands/DeleteEndpointGroupCommand.js +3 -9
- package/dist-es/commands/DeleteListenerCommand.js +3 -9
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +3 -9
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +3 -9
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +3 -9
- package/dist-es/commands/DescribeAcceleratorCommand.js +3 -9
- package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +3 -9
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +3 -9
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +3 -9
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +3 -9
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +3 -9
- package/dist-es/commands/DescribeEndpointGroupCommand.js +3 -9
- package/dist-es/commands/DescribeListenerCommand.js +3 -9
- package/dist-es/commands/ListAcceleratorsCommand.js +3 -9
- package/dist-es/commands/ListByoipCidrsCommand.js +3 -9
- package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +3 -9
- package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +3 -9
- package/dist-es/commands/ListCrossAccountResourcesCommand.js +3 -9
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +3 -9
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +3 -9
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +3 -9
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +3 -9
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +3 -9
- package/dist-es/commands/ListEndpointGroupsCommand.js +3 -9
- package/dist-es/commands/ListListenersCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ProvisionByoipCidrCommand.js +3 -9
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +3 -9
- package/dist-es/commands/RemoveEndpointsCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +3 -9
- package/dist-es/commands/UpdateAcceleratorCommand.js +3 -9
- package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +3 -9
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +3 -9
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +3 -9
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +3 -9
- package/dist-es/commands/UpdateEndpointGroupCommand.js +3 -9
- package/dist-es/commands/UpdateListenerCommand.js +3 -9
- package/dist-es/commands/WithdrawByoipCidrCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1594 -0
- package/dist-types/GlobalAcceleratorClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +244 -0
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +249 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1643
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -506
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -677
|
@@ -1,506 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "../commands/AddCustomRoutingEndpointsCommand";
|
|
4
|
-
import { AddEndpointsCommandInput, AddEndpointsCommandOutput } from "../commands/AddEndpointsCommand";
|
|
5
|
-
import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "../commands/AdvertiseByoipCidrCommand";
|
|
6
|
-
import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "../commands/AllowCustomRoutingTrafficCommand";
|
|
7
|
-
import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "../commands/CreateAcceleratorCommand";
|
|
8
|
-
import { CreateCrossAccountAttachmentCommandInput, CreateCrossAccountAttachmentCommandOutput } from "../commands/CreateCrossAccountAttachmentCommand";
|
|
9
|
-
import { CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput } from "../commands/CreateCustomRoutingAcceleratorCommand";
|
|
10
|
-
import { CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput } from "../commands/CreateCustomRoutingEndpointGroupCommand";
|
|
11
|
-
import { CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput } from "../commands/CreateCustomRoutingListenerCommand";
|
|
12
|
-
import { CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput } from "../commands/CreateEndpointGroupCommand";
|
|
13
|
-
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "../commands/CreateListenerCommand";
|
|
14
|
-
import { DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput } from "../commands/DeleteAcceleratorCommand";
|
|
15
|
-
import { DeleteCrossAccountAttachmentCommandInput, DeleteCrossAccountAttachmentCommandOutput } from "../commands/DeleteCrossAccountAttachmentCommand";
|
|
16
|
-
import { DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput } from "../commands/DeleteCustomRoutingAcceleratorCommand";
|
|
17
|
-
import { DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput } from "../commands/DeleteCustomRoutingEndpointGroupCommand";
|
|
18
|
-
import { DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput } from "../commands/DeleteCustomRoutingListenerCommand";
|
|
19
|
-
import { DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput } from "../commands/DeleteEndpointGroupCommand";
|
|
20
|
-
import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "../commands/DeleteListenerCommand";
|
|
21
|
-
import { DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput } from "../commands/DenyCustomRoutingTrafficCommand";
|
|
22
|
-
import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "../commands/DeprovisionByoipCidrCommand";
|
|
23
|
-
import { DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput } from "../commands/DescribeAcceleratorAttributesCommand";
|
|
24
|
-
import { DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput } from "../commands/DescribeAcceleratorCommand";
|
|
25
|
-
import { DescribeCrossAccountAttachmentCommandInput, DescribeCrossAccountAttachmentCommandOutput } from "../commands/DescribeCrossAccountAttachmentCommand";
|
|
26
|
-
import { DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput } from "../commands/DescribeCustomRoutingAcceleratorAttributesCommand";
|
|
27
|
-
import { DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput } from "../commands/DescribeCustomRoutingAcceleratorCommand";
|
|
28
|
-
import { DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput } from "../commands/DescribeCustomRoutingEndpointGroupCommand";
|
|
29
|
-
import { DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput } from "../commands/DescribeCustomRoutingListenerCommand";
|
|
30
|
-
import { DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput } from "../commands/DescribeEndpointGroupCommand";
|
|
31
|
-
import { DescribeListenerCommandInput, DescribeListenerCommandOutput } from "../commands/DescribeListenerCommand";
|
|
32
|
-
import { ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput } from "../commands/ListAcceleratorsCommand";
|
|
33
|
-
import { ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput } from "../commands/ListByoipCidrsCommand";
|
|
34
|
-
import { ListCrossAccountAttachmentsCommandInput, ListCrossAccountAttachmentsCommandOutput } from "../commands/ListCrossAccountAttachmentsCommand";
|
|
35
|
-
import { ListCrossAccountResourceAccountsCommandInput, ListCrossAccountResourceAccountsCommandOutput } from "../commands/ListCrossAccountResourceAccountsCommand";
|
|
36
|
-
import { ListCrossAccountResourcesCommandInput, ListCrossAccountResourcesCommandOutput } from "../commands/ListCrossAccountResourcesCommand";
|
|
37
|
-
import { ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput } from "../commands/ListCustomRoutingAcceleratorsCommand";
|
|
38
|
-
import { ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput } from "../commands/ListCustomRoutingEndpointGroupsCommand";
|
|
39
|
-
import { ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput } from "../commands/ListCustomRoutingListenersCommand";
|
|
40
|
-
import { ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput } from "../commands/ListCustomRoutingPortMappingsByDestinationCommand";
|
|
41
|
-
import { ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput } from "../commands/ListCustomRoutingPortMappingsCommand";
|
|
42
|
-
import { ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput } from "../commands/ListEndpointGroupsCommand";
|
|
43
|
-
import { ListListenersCommandInput, ListListenersCommandOutput } from "../commands/ListListenersCommand";
|
|
44
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
45
|
-
import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "../commands/ProvisionByoipCidrCommand";
|
|
46
|
-
import { RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput } from "../commands/RemoveCustomRoutingEndpointsCommand";
|
|
47
|
-
import { RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput } from "../commands/RemoveEndpointsCommand";
|
|
48
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
49
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
50
|
-
import { UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput } from "../commands/UpdateAcceleratorAttributesCommand";
|
|
51
|
-
import { UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput } from "../commands/UpdateAcceleratorCommand";
|
|
52
|
-
import { UpdateCrossAccountAttachmentCommandInput, UpdateCrossAccountAttachmentCommandOutput } from "../commands/UpdateCrossAccountAttachmentCommand";
|
|
53
|
-
import { UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput } from "../commands/UpdateCustomRoutingAcceleratorAttributesCommand";
|
|
54
|
-
import { UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput } from "../commands/UpdateCustomRoutingAcceleratorCommand";
|
|
55
|
-
import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput } from "../commands/UpdateCustomRoutingListenerCommand";
|
|
56
|
-
import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "../commands/UpdateEndpointGroupCommand";
|
|
57
|
-
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "../commands/UpdateListenerCommand";
|
|
58
|
-
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "../commands/WithdrawByoipCidrCommand";
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_json1_1AddCustomRoutingEndpointsCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_AddCustomRoutingEndpointsCommand: (input: AddCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_json1_1AddEndpointsCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_AddEndpointsCommand: (input: AddEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_json1_1AdvertiseByoipCidrCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_AdvertiseByoipCidrCommand: (input: AdvertiseByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_json1_1AllowCustomRoutingTrafficCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_AllowCustomRoutingTrafficCommand: (input: AllowCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_json1_1CreateAcceleratorCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_CreateAcceleratorCommand: (input: CreateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_json1_1CreateCrossAccountAttachmentCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_CreateCrossAccountAttachmentCommand: (input: CreateCrossAccountAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_json1_1CreateCustomRoutingAcceleratorCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_CreateCustomRoutingAcceleratorCommand: (input: CreateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_json1_1CreateCustomRoutingEndpointGroupCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_CreateCustomRoutingEndpointGroupCommand: (input: CreateCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_json1_1CreateCustomRoutingListenerCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_CreateCustomRoutingListenerCommand: (input: CreateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_json1_1CreateEndpointGroupCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_CreateEndpointGroupCommand: (input: CreateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_json1_1CreateListenerCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_CreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_json1_1DeleteAcceleratorCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_DeleteAcceleratorCommand: (input: DeleteAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_json1_1DeleteCrossAccountAttachmentCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_DeleteCrossAccountAttachmentCommand: (input: DeleteCrossAccountAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_json1_1DeleteCustomRoutingAcceleratorCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_DeleteCustomRoutingAcceleratorCommand: (input: DeleteCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_DeleteCustomRoutingEndpointGroupCommand: (input: DeleteCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_json1_1DeleteCustomRoutingListenerCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_DeleteCustomRoutingListenerCommand: (input: DeleteCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* serializeAws_json1_1DeleteEndpointGroupCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const se_DeleteEndpointGroupCommand: (input: DeleteEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
/**
|
|
128
|
-
* serializeAws_json1_1DeleteListenerCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const se_DeleteListenerCommand: (input: DeleteListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
/**
|
|
132
|
-
* serializeAws_json1_1DenyCustomRoutingTrafficCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const se_DenyCustomRoutingTrafficCommand: (input: DenyCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
/**
|
|
136
|
-
* serializeAws_json1_1DeprovisionByoipCidrCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const se_DeprovisionByoipCidrCommand: (input: DeprovisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
/**
|
|
140
|
-
* serializeAws_json1_1DescribeAcceleratorCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const se_DescribeAcceleratorCommand: (input: DescribeAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
/**
|
|
144
|
-
* serializeAws_json1_1DescribeAcceleratorAttributesCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const se_DescribeAcceleratorAttributesCommand: (input: DescribeAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
/**
|
|
148
|
-
* serializeAws_json1_1DescribeCrossAccountAttachmentCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const se_DescribeCrossAccountAttachmentCommand: (input: DescribeCrossAccountAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
/**
|
|
152
|
-
* serializeAws_json1_1DescribeCustomRoutingAcceleratorCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const se_DescribeCustomRoutingAcceleratorCommand: (input: DescribeCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
/**
|
|
156
|
-
* serializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const se_DescribeCustomRoutingAcceleratorAttributesCommand: (input: DescribeCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
/**
|
|
160
|
-
* serializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const se_DescribeCustomRoutingEndpointGroupCommand: (input: DescribeCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* serializeAws_json1_1DescribeCustomRoutingListenerCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const se_DescribeCustomRoutingListenerCommand: (input: DescribeCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
-
/**
|
|
168
|
-
* serializeAws_json1_1DescribeEndpointGroupCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const se_DescribeEndpointGroupCommand: (input: DescribeEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
-
/**
|
|
172
|
-
* serializeAws_json1_1DescribeListenerCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const se_DescribeListenerCommand: (input: DescribeListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
-
/**
|
|
176
|
-
* serializeAws_json1_1ListAcceleratorsCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const se_ListAcceleratorsCommand: (input: ListAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
-
/**
|
|
180
|
-
* serializeAws_json1_1ListByoipCidrsCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const se_ListByoipCidrsCommand: (input: ListByoipCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
-
/**
|
|
184
|
-
* serializeAws_json1_1ListCrossAccountAttachmentsCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const se_ListCrossAccountAttachmentsCommand: (input: ListCrossAccountAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
-
/**
|
|
188
|
-
* serializeAws_json1_1ListCrossAccountResourceAccountsCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const se_ListCrossAccountResourceAccountsCommand: (input: ListCrossAccountResourceAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
-
/**
|
|
192
|
-
* serializeAws_json1_1ListCrossAccountResourcesCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const se_ListCrossAccountResourcesCommand: (input: ListCrossAccountResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
|
-
/**
|
|
196
|
-
* serializeAws_json1_1ListCustomRoutingAcceleratorsCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const se_ListCustomRoutingAcceleratorsCommand: (input: ListCustomRoutingAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
-
/**
|
|
200
|
-
* serializeAws_json1_1ListCustomRoutingEndpointGroupsCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const se_ListCustomRoutingEndpointGroupsCommand: (input: ListCustomRoutingEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
-
/**
|
|
204
|
-
* serializeAws_json1_1ListCustomRoutingListenersCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const se_ListCustomRoutingListenersCommand: (input: ListCustomRoutingListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
207
|
-
/**
|
|
208
|
-
* serializeAws_json1_1ListCustomRoutingPortMappingsCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const se_ListCustomRoutingPortMappingsCommand: (input: ListCustomRoutingPortMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
211
|
-
/**
|
|
212
|
-
* serializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const se_ListCustomRoutingPortMappingsByDestinationCommand: (input: ListCustomRoutingPortMappingsByDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
215
|
-
/**
|
|
216
|
-
* serializeAws_json1_1ListEndpointGroupsCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const se_ListEndpointGroupsCommand: (input: ListEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
219
|
-
/**
|
|
220
|
-
* serializeAws_json1_1ListListenersCommand
|
|
221
|
-
*/
|
|
222
|
-
export declare const se_ListListenersCommand: (input: ListListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
223
|
-
/**
|
|
224
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
225
|
-
*/
|
|
226
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
227
|
-
/**
|
|
228
|
-
* serializeAws_json1_1ProvisionByoipCidrCommand
|
|
229
|
-
*/
|
|
230
|
-
export declare const se_ProvisionByoipCidrCommand: (input: ProvisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
231
|
-
/**
|
|
232
|
-
* serializeAws_json1_1RemoveCustomRoutingEndpointsCommand
|
|
233
|
-
*/
|
|
234
|
-
export declare const se_RemoveCustomRoutingEndpointsCommand: (input: RemoveCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
235
|
-
/**
|
|
236
|
-
* serializeAws_json1_1RemoveEndpointsCommand
|
|
237
|
-
*/
|
|
238
|
-
export declare const se_RemoveEndpointsCommand: (input: RemoveEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
|
-
/**
|
|
240
|
-
* serializeAws_json1_1TagResourceCommand
|
|
241
|
-
*/
|
|
242
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
243
|
-
/**
|
|
244
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
245
|
-
*/
|
|
246
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
247
|
-
/**
|
|
248
|
-
* serializeAws_json1_1UpdateAcceleratorCommand
|
|
249
|
-
*/
|
|
250
|
-
export declare const se_UpdateAcceleratorCommand: (input: UpdateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
251
|
-
/**
|
|
252
|
-
* serializeAws_json1_1UpdateAcceleratorAttributesCommand
|
|
253
|
-
*/
|
|
254
|
-
export declare const se_UpdateAcceleratorAttributesCommand: (input: UpdateAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
255
|
-
/**
|
|
256
|
-
* serializeAws_json1_1UpdateCrossAccountAttachmentCommand
|
|
257
|
-
*/
|
|
258
|
-
export declare const se_UpdateCrossAccountAttachmentCommand: (input: UpdateCrossAccountAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
|
-
/**
|
|
260
|
-
* serializeAws_json1_1UpdateCustomRoutingAcceleratorCommand
|
|
261
|
-
*/
|
|
262
|
-
export declare const se_UpdateCustomRoutingAcceleratorCommand: (input: UpdateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
263
|
-
/**
|
|
264
|
-
* serializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand
|
|
265
|
-
*/
|
|
266
|
-
export declare const se_UpdateCustomRoutingAcceleratorAttributesCommand: (input: UpdateCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
267
|
-
/**
|
|
268
|
-
* serializeAws_json1_1UpdateCustomRoutingListenerCommand
|
|
269
|
-
*/
|
|
270
|
-
export declare const se_UpdateCustomRoutingListenerCommand: (input: UpdateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
271
|
-
/**
|
|
272
|
-
* serializeAws_json1_1UpdateEndpointGroupCommand
|
|
273
|
-
*/
|
|
274
|
-
export declare const se_UpdateEndpointGroupCommand: (input: UpdateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
275
|
-
/**
|
|
276
|
-
* serializeAws_json1_1UpdateListenerCommand
|
|
277
|
-
*/
|
|
278
|
-
export declare const se_UpdateListenerCommand: (input: UpdateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
279
|
-
/**
|
|
280
|
-
* serializeAws_json1_1WithdrawByoipCidrCommand
|
|
281
|
-
*/
|
|
282
|
-
export declare const se_WithdrawByoipCidrCommand: (input: WithdrawByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
283
|
-
/**
|
|
284
|
-
* deserializeAws_json1_1AddCustomRoutingEndpointsCommand
|
|
285
|
-
*/
|
|
286
|
-
export declare const de_AddCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCustomRoutingEndpointsCommandOutput>;
|
|
287
|
-
/**
|
|
288
|
-
* deserializeAws_json1_1AddEndpointsCommand
|
|
289
|
-
*/
|
|
290
|
-
export declare const de_AddEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddEndpointsCommandOutput>;
|
|
291
|
-
/**
|
|
292
|
-
* deserializeAws_json1_1AdvertiseByoipCidrCommand
|
|
293
|
-
*/
|
|
294
|
-
export declare const de_AdvertiseByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdvertiseByoipCidrCommandOutput>;
|
|
295
|
-
/**
|
|
296
|
-
* deserializeAws_json1_1AllowCustomRoutingTrafficCommand
|
|
297
|
-
*/
|
|
298
|
-
export declare const de_AllowCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AllowCustomRoutingTrafficCommandOutput>;
|
|
299
|
-
/**
|
|
300
|
-
* deserializeAws_json1_1CreateAcceleratorCommand
|
|
301
|
-
*/
|
|
302
|
-
export declare const de_CreateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAcceleratorCommandOutput>;
|
|
303
|
-
/**
|
|
304
|
-
* deserializeAws_json1_1CreateCrossAccountAttachmentCommand
|
|
305
|
-
*/
|
|
306
|
-
export declare const de_CreateCrossAccountAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCrossAccountAttachmentCommandOutput>;
|
|
307
|
-
/**
|
|
308
|
-
* deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand
|
|
309
|
-
*/
|
|
310
|
-
export declare const de_CreateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingAcceleratorCommandOutput>;
|
|
311
|
-
/**
|
|
312
|
-
* deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand
|
|
313
|
-
*/
|
|
314
|
-
export declare const de_CreateCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
|
|
315
|
-
/**
|
|
316
|
-
* deserializeAws_json1_1CreateCustomRoutingListenerCommand
|
|
317
|
-
*/
|
|
318
|
-
export declare const de_CreateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingListenerCommandOutput>;
|
|
319
|
-
/**
|
|
320
|
-
* deserializeAws_json1_1CreateEndpointGroupCommand
|
|
321
|
-
*/
|
|
322
|
-
export declare const de_CreateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointGroupCommandOutput>;
|
|
323
|
-
/**
|
|
324
|
-
* deserializeAws_json1_1CreateListenerCommand
|
|
325
|
-
*/
|
|
326
|
-
export declare const de_CreateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListenerCommandOutput>;
|
|
327
|
-
/**
|
|
328
|
-
* deserializeAws_json1_1DeleteAcceleratorCommand
|
|
329
|
-
*/
|
|
330
|
-
export declare const de_DeleteAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAcceleratorCommandOutput>;
|
|
331
|
-
/**
|
|
332
|
-
* deserializeAws_json1_1DeleteCrossAccountAttachmentCommand
|
|
333
|
-
*/
|
|
334
|
-
export declare const de_DeleteCrossAccountAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCrossAccountAttachmentCommandOutput>;
|
|
335
|
-
/**
|
|
336
|
-
* deserializeAws_json1_1DeleteCustomRoutingAcceleratorCommand
|
|
337
|
-
*/
|
|
338
|
-
export declare const de_DeleteCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
|
|
339
|
-
/**
|
|
340
|
-
* deserializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand
|
|
341
|
-
*/
|
|
342
|
-
export declare const de_DeleteCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
|
|
343
|
-
/**
|
|
344
|
-
* deserializeAws_json1_1DeleteCustomRoutingListenerCommand
|
|
345
|
-
*/
|
|
346
|
-
export declare const de_DeleteCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingListenerCommandOutput>;
|
|
347
|
-
/**
|
|
348
|
-
* deserializeAws_json1_1DeleteEndpointGroupCommand
|
|
349
|
-
*/
|
|
350
|
-
export declare const de_DeleteEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointGroupCommandOutput>;
|
|
351
|
-
/**
|
|
352
|
-
* deserializeAws_json1_1DeleteListenerCommand
|
|
353
|
-
*/
|
|
354
|
-
export declare const de_DeleteListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListenerCommandOutput>;
|
|
355
|
-
/**
|
|
356
|
-
* deserializeAws_json1_1DenyCustomRoutingTrafficCommand
|
|
357
|
-
*/
|
|
358
|
-
export declare const de_DenyCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DenyCustomRoutingTrafficCommandOutput>;
|
|
359
|
-
/**
|
|
360
|
-
* deserializeAws_json1_1DeprovisionByoipCidrCommand
|
|
361
|
-
*/
|
|
362
|
-
export declare const de_DeprovisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprovisionByoipCidrCommandOutput>;
|
|
363
|
-
/**
|
|
364
|
-
* deserializeAws_json1_1DescribeAcceleratorCommand
|
|
365
|
-
*/
|
|
366
|
-
export declare const de_DescribeAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorCommandOutput>;
|
|
367
|
-
/**
|
|
368
|
-
* deserializeAws_json1_1DescribeAcceleratorAttributesCommand
|
|
369
|
-
*/
|
|
370
|
-
export declare const de_DescribeAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorAttributesCommandOutput>;
|
|
371
|
-
/**
|
|
372
|
-
* deserializeAws_json1_1DescribeCrossAccountAttachmentCommand
|
|
373
|
-
*/
|
|
374
|
-
export declare const de_DescribeCrossAccountAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCrossAccountAttachmentCommandOutput>;
|
|
375
|
-
/**
|
|
376
|
-
* deserializeAws_json1_1DescribeCustomRoutingAcceleratorCommand
|
|
377
|
-
*/
|
|
378
|
-
export declare const de_DescribeCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
|
|
379
|
-
/**
|
|
380
|
-
* deserializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand
|
|
381
|
-
*/
|
|
382
|
-
export declare const de_DescribeCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
383
|
-
/**
|
|
384
|
-
* deserializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand
|
|
385
|
-
*/
|
|
386
|
-
export declare const de_DescribeCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
|
|
387
|
-
/**
|
|
388
|
-
* deserializeAws_json1_1DescribeCustomRoutingListenerCommand
|
|
389
|
-
*/
|
|
390
|
-
export declare const de_DescribeCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingListenerCommandOutput>;
|
|
391
|
-
/**
|
|
392
|
-
* deserializeAws_json1_1DescribeEndpointGroupCommand
|
|
393
|
-
*/
|
|
394
|
-
export declare const de_DescribeEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointGroupCommandOutput>;
|
|
395
|
-
/**
|
|
396
|
-
* deserializeAws_json1_1DescribeListenerCommand
|
|
397
|
-
*/
|
|
398
|
-
export declare const de_DescribeListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenerCommandOutput>;
|
|
399
|
-
/**
|
|
400
|
-
* deserializeAws_json1_1ListAcceleratorsCommand
|
|
401
|
-
*/
|
|
402
|
-
export declare const de_ListAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAcceleratorsCommandOutput>;
|
|
403
|
-
/**
|
|
404
|
-
* deserializeAws_json1_1ListByoipCidrsCommand
|
|
405
|
-
*/
|
|
406
|
-
export declare const de_ListByoipCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListByoipCidrsCommandOutput>;
|
|
407
|
-
/**
|
|
408
|
-
* deserializeAws_json1_1ListCrossAccountAttachmentsCommand
|
|
409
|
-
*/
|
|
410
|
-
export declare const de_ListCrossAccountAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrossAccountAttachmentsCommandOutput>;
|
|
411
|
-
/**
|
|
412
|
-
* deserializeAws_json1_1ListCrossAccountResourceAccountsCommand
|
|
413
|
-
*/
|
|
414
|
-
export declare const de_ListCrossAccountResourceAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrossAccountResourceAccountsCommandOutput>;
|
|
415
|
-
/**
|
|
416
|
-
* deserializeAws_json1_1ListCrossAccountResourcesCommand
|
|
417
|
-
*/
|
|
418
|
-
export declare const de_ListCrossAccountResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrossAccountResourcesCommandOutput>;
|
|
419
|
-
/**
|
|
420
|
-
* deserializeAws_json1_1ListCustomRoutingAcceleratorsCommand
|
|
421
|
-
*/
|
|
422
|
-
export declare const de_ListCustomRoutingAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
423
|
-
/**
|
|
424
|
-
* deserializeAws_json1_1ListCustomRoutingEndpointGroupsCommand
|
|
425
|
-
*/
|
|
426
|
-
export declare const de_ListCustomRoutingEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
|
|
427
|
-
/**
|
|
428
|
-
* deserializeAws_json1_1ListCustomRoutingListenersCommand
|
|
429
|
-
*/
|
|
430
|
-
export declare const de_ListCustomRoutingListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingListenersCommandOutput>;
|
|
431
|
-
/**
|
|
432
|
-
* deserializeAws_json1_1ListCustomRoutingPortMappingsCommand
|
|
433
|
-
*/
|
|
434
|
-
export declare const de_ListCustomRoutingPortMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsCommandOutput>;
|
|
435
|
-
/**
|
|
436
|
-
* deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand
|
|
437
|
-
*/
|
|
438
|
-
export declare const de_ListCustomRoutingPortMappingsByDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
|
|
439
|
-
/**
|
|
440
|
-
* deserializeAws_json1_1ListEndpointGroupsCommand
|
|
441
|
-
*/
|
|
442
|
-
export declare const de_ListEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointGroupsCommandOutput>;
|
|
443
|
-
/**
|
|
444
|
-
* deserializeAws_json1_1ListListenersCommand
|
|
445
|
-
*/
|
|
446
|
-
export declare const de_ListListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListListenersCommandOutput>;
|
|
447
|
-
/**
|
|
448
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
449
|
-
*/
|
|
450
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
451
|
-
/**
|
|
452
|
-
* deserializeAws_json1_1ProvisionByoipCidrCommand
|
|
453
|
-
*/
|
|
454
|
-
export declare const de_ProvisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionByoipCidrCommandOutput>;
|
|
455
|
-
/**
|
|
456
|
-
* deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand
|
|
457
|
-
*/
|
|
458
|
-
export declare const de_RemoveCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveCustomRoutingEndpointsCommandOutput>;
|
|
459
|
-
/**
|
|
460
|
-
* deserializeAws_json1_1RemoveEndpointsCommand
|
|
461
|
-
*/
|
|
462
|
-
export declare const de_RemoveEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveEndpointsCommandOutput>;
|
|
463
|
-
/**
|
|
464
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
465
|
-
*/
|
|
466
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
467
|
-
/**
|
|
468
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
469
|
-
*/
|
|
470
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
471
|
-
/**
|
|
472
|
-
* deserializeAws_json1_1UpdateAcceleratorCommand
|
|
473
|
-
*/
|
|
474
|
-
export declare const de_UpdateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorCommandOutput>;
|
|
475
|
-
/**
|
|
476
|
-
* deserializeAws_json1_1UpdateAcceleratorAttributesCommand
|
|
477
|
-
*/
|
|
478
|
-
export declare const de_UpdateAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorAttributesCommandOutput>;
|
|
479
|
-
/**
|
|
480
|
-
* deserializeAws_json1_1UpdateCrossAccountAttachmentCommand
|
|
481
|
-
*/
|
|
482
|
-
export declare const de_UpdateCrossAccountAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCrossAccountAttachmentCommandOutput>;
|
|
483
|
-
/**
|
|
484
|
-
* deserializeAws_json1_1UpdateCustomRoutingAcceleratorCommand
|
|
485
|
-
*/
|
|
486
|
-
export declare const de_UpdateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
|
|
487
|
-
/**
|
|
488
|
-
* deserializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand
|
|
489
|
-
*/
|
|
490
|
-
export declare const de_UpdateCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
491
|
-
/**
|
|
492
|
-
* deserializeAws_json1_1UpdateCustomRoutingListenerCommand
|
|
493
|
-
*/
|
|
494
|
-
export declare const de_UpdateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingListenerCommandOutput>;
|
|
495
|
-
/**
|
|
496
|
-
* deserializeAws_json1_1UpdateEndpointGroupCommand
|
|
497
|
-
*/
|
|
498
|
-
export declare const de_UpdateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointGroupCommandOutput>;
|
|
499
|
-
/**
|
|
500
|
-
* deserializeAws_json1_1UpdateListenerCommand
|
|
501
|
-
*/
|
|
502
|
-
export declare const de_UpdateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateListenerCommandOutput>;
|
|
503
|
-
/**
|
|
504
|
-
* deserializeAws_json1_1WithdrawByoipCidrCommand
|
|
505
|
-
*/
|
|
506
|
-
export declare const de_WithdrawByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<WithdrawByoipCidrCommandOutput>;
|