@aws-sdk/client-global-accelerator 3.300.0 → 3.303.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/models/models_0.js +55 -66
- package/dist-es/models/models_0.js +55 -66
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +3 -3
- package/dist-types/commands/AddEndpointsCommand.d.ts +3 -3
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +3 -3
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +4 -4
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +4 -4
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +3 -3
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +5 -5
- package/dist-types/commands/CreateListenerCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteListenerCommand.d.ts +1 -1
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +3 -3
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeListenerCommand.d.ts +1 -1
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +1 -1
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListListenersCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -2
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +5 -5
- package/dist-types/commands/UpdateListenerCommand.d.ts +3 -3
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +110 -55
- package/dist-types/ts3.4/models/models_0.d.ts +74 -55
- package/package.json +34 -34
|
@@ -2,21 +2,18 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.InvalidNextTokenException = exports.EndpointNotFoundException = exports.CustomRoutingDestinationTrafficState = exports.HealthCheckProtocol = exports.ListenerNotFoundException = exports.InvalidPortRangeException = exports.EndpointGroupAlreadyExistsException = exports.Protocol = exports.CustomRoutingProtocol = exports.CustomRoutingAcceleratorStatus = exports.ClientAffinity = exports.AssociatedListenerFoundException = exports.AssociatedEndpointGroupFoundException = exports.IncorrectCidrStateException = exports.ByoipCidrNotFoundException = exports.ByoipCidrState = exports.TransactionInProgressException = exports.HealthState = exports.LimitExceededException = exports.InvalidArgumentException = exports.InternalServiceErrorException = exports.EndpointGroupNotFoundException = exports.EndpointAlreadyExistsException = exports.ConflictException = exports.AccessDeniedException = exports.AcceleratorNotFoundException = exports.AcceleratorNotDisabledException = exports.AcceleratorStatus = exports.IpAddressFamily = exports.IpAddressType = void 0;
|
|
4
4
|
const GlobalAcceleratorServiceException_1 = require("./GlobalAcceleratorServiceException");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
AcceleratorStatus["DEPLOYED"] = "DEPLOYED";
|
|
18
|
-
AcceleratorStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
19
|
-
})(AcceleratorStatus = exports.AcceleratorStatus || (exports.AcceleratorStatus = {}));
|
|
5
|
+
exports.IpAddressType = {
|
|
6
|
+
DUAL_STACK: "DUAL_STACK",
|
|
7
|
+
IPV4: "IPV4",
|
|
8
|
+
};
|
|
9
|
+
exports.IpAddressFamily = {
|
|
10
|
+
IPv4: "IPv4",
|
|
11
|
+
IPv6: "IPv6",
|
|
12
|
+
};
|
|
13
|
+
exports.AcceleratorStatus = {
|
|
14
|
+
DEPLOYED: "DEPLOYED",
|
|
15
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
16
|
+
};
|
|
20
17
|
class AcceleratorNotDisabledException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
|
|
21
18
|
constructor(opts) {
|
|
22
19
|
super({
|
|
@@ -143,12 +140,11 @@ class LimitExceededException extends GlobalAcceleratorServiceException_1.GlobalA
|
|
|
143
140
|
}
|
|
144
141
|
}
|
|
145
142
|
exports.LimitExceededException = LimitExceededException;
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
})(HealthState = exports.HealthState || (exports.HealthState = {}));
|
|
143
|
+
exports.HealthState = {
|
|
144
|
+
HEALTHY: "HEALTHY",
|
|
145
|
+
INITIAL: "INITIAL",
|
|
146
|
+
UNHEALTHY: "UNHEALTHY",
|
|
147
|
+
};
|
|
152
148
|
class TransactionInProgressException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
|
|
153
149
|
constructor(opts) {
|
|
154
150
|
super({
|
|
@@ -163,20 +159,19 @@ class TransactionInProgressException extends GlobalAcceleratorServiceException_1
|
|
|
163
159
|
}
|
|
164
160
|
}
|
|
165
161
|
exports.TransactionInProgressException = TransactionInProgressException;
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
})(ByoipCidrState = exports.ByoipCidrState || (exports.ByoipCidrState = {}));
|
|
162
|
+
exports.ByoipCidrState = {
|
|
163
|
+
ADVERTISING: "ADVERTISING",
|
|
164
|
+
DEPROVISIONED: "DEPROVISIONED",
|
|
165
|
+
FAILED_ADVERTISING: "FAILED_ADVERTISING",
|
|
166
|
+
FAILED_DEPROVISION: "FAILED_DEPROVISION",
|
|
167
|
+
FAILED_PROVISION: "FAILED_PROVISION",
|
|
168
|
+
FAILED_WITHDRAW: "FAILED_WITHDRAW",
|
|
169
|
+
PENDING_ADVERTISING: "PENDING_ADVERTISING",
|
|
170
|
+
PENDING_DEPROVISIONING: "PENDING_DEPROVISIONING",
|
|
171
|
+
PENDING_PROVISIONING: "PENDING_PROVISIONING",
|
|
172
|
+
PENDING_WITHDRAWING: "PENDING_WITHDRAWING",
|
|
173
|
+
READY: "READY",
|
|
174
|
+
};
|
|
180
175
|
class ByoipCidrNotFoundException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
|
|
181
176
|
constructor(opts) {
|
|
182
177
|
super({
|
|
@@ -233,26 +228,22 @@ class AssociatedListenerFoundException extends GlobalAcceleratorServiceException
|
|
|
233
228
|
}
|
|
234
229
|
}
|
|
235
230
|
exports.AssociatedListenerFoundException = AssociatedListenerFoundException;
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
(function (Protocol) {
|
|
253
|
-
Protocol["TCP"] = "TCP";
|
|
254
|
-
Protocol["UDP"] = "UDP";
|
|
255
|
-
})(Protocol = exports.Protocol || (exports.Protocol = {}));
|
|
231
|
+
exports.ClientAffinity = {
|
|
232
|
+
NONE: "NONE",
|
|
233
|
+
SOURCE_IP: "SOURCE_IP",
|
|
234
|
+
};
|
|
235
|
+
exports.CustomRoutingAcceleratorStatus = {
|
|
236
|
+
DEPLOYED: "DEPLOYED",
|
|
237
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
238
|
+
};
|
|
239
|
+
exports.CustomRoutingProtocol = {
|
|
240
|
+
TCP: "TCP",
|
|
241
|
+
UDP: "UDP",
|
|
242
|
+
};
|
|
243
|
+
exports.Protocol = {
|
|
244
|
+
TCP: "TCP",
|
|
245
|
+
UDP: "UDP",
|
|
246
|
+
};
|
|
256
247
|
class EndpointGroupAlreadyExistsException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
|
|
257
248
|
constructor(opts) {
|
|
258
249
|
super({
|
|
@@ -295,17 +286,15 @@ class ListenerNotFoundException extends GlobalAcceleratorServiceException_1.Glob
|
|
|
295
286
|
}
|
|
296
287
|
}
|
|
297
288
|
exports.ListenerNotFoundException = ListenerNotFoundException;
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
CustomRoutingDestinationTrafficState["DENY"] = "DENY";
|
|
308
|
-
})(CustomRoutingDestinationTrafficState = exports.CustomRoutingDestinationTrafficState || (exports.CustomRoutingDestinationTrafficState = {}));
|
|
289
|
+
exports.HealthCheckProtocol = {
|
|
290
|
+
HTTP: "HTTP",
|
|
291
|
+
HTTPS: "HTTPS",
|
|
292
|
+
TCP: "TCP",
|
|
293
|
+
};
|
|
294
|
+
exports.CustomRoutingDestinationTrafficState = {
|
|
295
|
+
ALLOW: "ALLOW",
|
|
296
|
+
DENY: "DENY",
|
|
297
|
+
};
|
|
309
298
|
class EndpointNotFoundException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
|
|
310
299
|
constructor(opts) {
|
|
311
300
|
super({
|
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
import { GlobalAcceleratorServiceException as __BaseException } from "./GlobalAcceleratorServiceException";
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
AcceleratorStatus["DEPLOYED"] = "DEPLOYED";
|
|
15
|
-
AcceleratorStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
16
|
-
})(AcceleratorStatus || (AcceleratorStatus = {}));
|
|
2
|
+
export const IpAddressType = {
|
|
3
|
+
DUAL_STACK: "DUAL_STACK",
|
|
4
|
+
IPV4: "IPV4",
|
|
5
|
+
};
|
|
6
|
+
export const IpAddressFamily = {
|
|
7
|
+
IPv4: "IPv4",
|
|
8
|
+
IPv6: "IPv6",
|
|
9
|
+
};
|
|
10
|
+
export const AcceleratorStatus = {
|
|
11
|
+
DEPLOYED: "DEPLOYED",
|
|
12
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
13
|
+
};
|
|
17
14
|
export class AcceleratorNotDisabledException extends __BaseException {
|
|
18
15
|
constructor(opts) {
|
|
19
16
|
super({
|
|
@@ -131,12 +128,11 @@ export class LimitExceededException extends __BaseException {
|
|
|
131
128
|
this.Message = opts.Message;
|
|
132
129
|
}
|
|
133
130
|
}
|
|
134
|
-
export
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
})(HealthState || (HealthState = {}));
|
|
131
|
+
export const HealthState = {
|
|
132
|
+
HEALTHY: "HEALTHY",
|
|
133
|
+
INITIAL: "INITIAL",
|
|
134
|
+
UNHEALTHY: "UNHEALTHY",
|
|
135
|
+
};
|
|
140
136
|
export class TransactionInProgressException extends __BaseException {
|
|
141
137
|
constructor(opts) {
|
|
142
138
|
super({
|
|
@@ -150,20 +146,19 @@ export class TransactionInProgressException extends __BaseException {
|
|
|
150
146
|
this.Message = opts.Message;
|
|
151
147
|
}
|
|
152
148
|
}
|
|
153
|
-
export
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
})(ByoipCidrState || (ByoipCidrState = {}));
|
|
149
|
+
export const ByoipCidrState = {
|
|
150
|
+
ADVERTISING: "ADVERTISING",
|
|
151
|
+
DEPROVISIONED: "DEPROVISIONED",
|
|
152
|
+
FAILED_ADVERTISING: "FAILED_ADVERTISING",
|
|
153
|
+
FAILED_DEPROVISION: "FAILED_DEPROVISION",
|
|
154
|
+
FAILED_PROVISION: "FAILED_PROVISION",
|
|
155
|
+
FAILED_WITHDRAW: "FAILED_WITHDRAW",
|
|
156
|
+
PENDING_ADVERTISING: "PENDING_ADVERTISING",
|
|
157
|
+
PENDING_DEPROVISIONING: "PENDING_DEPROVISIONING",
|
|
158
|
+
PENDING_PROVISIONING: "PENDING_PROVISIONING",
|
|
159
|
+
PENDING_WITHDRAWING: "PENDING_WITHDRAWING",
|
|
160
|
+
READY: "READY",
|
|
161
|
+
};
|
|
167
162
|
export class ByoipCidrNotFoundException extends __BaseException {
|
|
168
163
|
constructor(opts) {
|
|
169
164
|
super({
|
|
@@ -216,26 +211,22 @@ export class AssociatedListenerFoundException extends __BaseException {
|
|
|
216
211
|
this.Message = opts.Message;
|
|
217
212
|
}
|
|
218
213
|
}
|
|
219
|
-
export
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
(function (Protocol) {
|
|
236
|
-
Protocol["TCP"] = "TCP";
|
|
237
|
-
Protocol["UDP"] = "UDP";
|
|
238
|
-
})(Protocol || (Protocol = {}));
|
|
214
|
+
export const ClientAffinity = {
|
|
215
|
+
NONE: "NONE",
|
|
216
|
+
SOURCE_IP: "SOURCE_IP",
|
|
217
|
+
};
|
|
218
|
+
export const CustomRoutingAcceleratorStatus = {
|
|
219
|
+
DEPLOYED: "DEPLOYED",
|
|
220
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
221
|
+
};
|
|
222
|
+
export const CustomRoutingProtocol = {
|
|
223
|
+
TCP: "TCP",
|
|
224
|
+
UDP: "UDP",
|
|
225
|
+
};
|
|
226
|
+
export const Protocol = {
|
|
227
|
+
TCP: "TCP",
|
|
228
|
+
UDP: "UDP",
|
|
229
|
+
};
|
|
239
230
|
export class EndpointGroupAlreadyExistsException extends __BaseException {
|
|
240
231
|
constructor(opts) {
|
|
241
232
|
super({
|
|
@@ -275,17 +266,15 @@ export class ListenerNotFoundException extends __BaseException {
|
|
|
275
266
|
this.Message = opts.Message;
|
|
276
267
|
}
|
|
277
268
|
}
|
|
278
|
-
export
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
CustomRoutingDestinationTrafficState["DENY"] = "DENY";
|
|
288
|
-
})(CustomRoutingDestinationTrafficState || (CustomRoutingDestinationTrafficState = {}));
|
|
269
|
+
export const HealthCheckProtocol = {
|
|
270
|
+
HTTP: "HTTP",
|
|
271
|
+
HTTPS: "HTTPS",
|
|
272
|
+
TCP: "TCP",
|
|
273
|
+
};
|
|
274
|
+
export const CustomRoutingDestinationTrafficState = {
|
|
275
|
+
ALLOW: "ALLOW",
|
|
276
|
+
DENY: "DENY",
|
|
277
|
+
};
|
|
289
278
|
export class EndpointNotFoundException extends __BaseException {
|
|
290
279
|
constructor(opts) {
|
|
291
280
|
super({
|
|
@@ -36,9 +36,9 @@ export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRouting
|
|
|
36
36
|
* import { GlobalAcceleratorClient, AddCustomRoutingEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
37
37
|
* // const { GlobalAcceleratorClient, AddCustomRoutingEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
38
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
39
|
-
* const input = {
|
|
40
|
-
* EndpointConfigurations: [ // required
|
|
41
|
-
* {
|
|
39
|
+
* const input = { // AddCustomRoutingEndpointsRequest
|
|
40
|
+
* EndpointConfigurations: [ // CustomRoutingEndpointConfigurations // required
|
|
41
|
+
* { // CustomRoutingEndpointConfiguration
|
|
42
42
|
* EndpointId: "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
44
|
* ],
|
|
@@ -41,9 +41,9 @@ export interface AddEndpointsCommandOutput extends AddEndpointsResponse, __Metad
|
|
|
41
41
|
* import { GlobalAcceleratorClient, AddEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
42
42
|
* // const { GlobalAcceleratorClient, AddEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
43
43
|
* const client = new GlobalAcceleratorClient(config);
|
|
44
|
-
* const input = {
|
|
45
|
-
* EndpointConfigurations: [ // required
|
|
46
|
-
* {
|
|
44
|
+
* const input = { // AddEndpointsRequest
|
|
45
|
+
* EndpointConfigurations: [ // EndpointConfigurations // required
|
|
46
|
+
* { // EndpointConfiguration
|
|
47
47
|
* EndpointId: "STRING_VALUE",
|
|
48
48
|
* Weight: Number("int"),
|
|
49
49
|
* ClientIPPreservationEnabled: true || false,
|
|
@@ -32,7 +32,7 @@ export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrRespo
|
|
|
32
32
|
* import { GlobalAcceleratorClient, AdvertiseByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
33
33
|
* // const { GlobalAcceleratorClient, AdvertiseByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
34
34
|
* const client = new GlobalAcceleratorClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // AdvertiseByoipCidrRequest
|
|
36
36
|
* Cidr: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new AdvertiseByoipCidrCommand(input);
|
|
@@ -31,13 +31,13 @@ export interface AllowCustomRoutingTrafficCommandOutput extends __MetadataBearer
|
|
|
31
31
|
* import { GlobalAcceleratorClient, AllowCustomRoutingTrafficCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
32
32
|
* // const { GlobalAcceleratorClient, AllowCustomRoutingTrafficCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
33
33
|
* const client = new GlobalAcceleratorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // AllowCustomRoutingTrafficRequest
|
|
35
35
|
* EndpointGroupArn: "STRING_VALUE", // required
|
|
36
36
|
* EndpointId: "STRING_VALUE", // required
|
|
37
|
-
* DestinationAddresses: [
|
|
37
|
+
* DestinationAddresses: [ // DestinationAddresses
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
|
-
* DestinationPorts: [
|
|
40
|
+
* DestinationPorts: [ // DestinationPorts
|
|
41
41
|
* Number("int"),
|
|
42
42
|
* ],
|
|
43
43
|
* AllowAllTrafficToEndpoint: true || false,
|
|
@@ -32,16 +32,16 @@ export interface CreateAcceleratorCommandOutput extends CreateAcceleratorRespons
|
|
|
32
32
|
* import { GlobalAcceleratorClient, CreateAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
33
33
|
* // const { GlobalAcceleratorClient, CreateAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
34
34
|
* const client = new GlobalAcceleratorClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // CreateAcceleratorRequest
|
|
36
36
|
* Name: "STRING_VALUE", // required
|
|
37
37
|
* IpAddressType: "IPV4" || "DUAL_STACK",
|
|
38
|
-
* IpAddresses: [
|
|
38
|
+
* IpAddresses: [ // IpAddresses
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* Enabled: true || false,
|
|
42
42
|
* IdempotencyToken: "STRING_VALUE", // required
|
|
43
|
-
* Tags: [
|
|
44
|
-
* {
|
|
43
|
+
* Tags: [ // Tags
|
|
44
|
+
* { // Tag
|
|
45
45
|
* Key: "STRING_VALUE", // required
|
|
46
46
|
* Value: "STRING_VALUE", // required
|
|
47
47
|
* },
|
|
@@ -36,16 +36,16 @@ export interface CreateCustomRoutingAcceleratorCommandOutput extends CreateCusto
|
|
|
36
36
|
* import { GlobalAcceleratorClient, CreateCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
37
37
|
* // const { GlobalAcceleratorClient, CreateCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
38
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // CreateCustomRoutingAcceleratorRequest
|
|
40
40
|
* Name: "STRING_VALUE", // required
|
|
41
41
|
* IpAddressType: "IPV4" || "DUAL_STACK",
|
|
42
|
-
* IpAddresses: [
|
|
42
|
+
* IpAddresses: [ // IpAddresses
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
45
|
* Enabled: true || false,
|
|
46
46
|
* IdempotencyToken: "STRING_VALUE", // required
|
|
47
|
-
* Tags: [
|
|
48
|
-
* {
|
|
47
|
+
* Tags: [ // Tags
|
|
48
|
+
* { // Tag
|
|
49
49
|
* Key: "STRING_VALUE", // required
|
|
50
50
|
* Value: "STRING_VALUE", // required
|
|
51
51
|
* },
|
|
@@ -28,14 +28,14 @@ export interface CreateCustomRoutingEndpointGroupCommandOutput extends CreateCus
|
|
|
28
28
|
* import { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
29
29
|
* // const { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
30
30
|
* const client = new GlobalAcceleratorClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateCustomRoutingEndpointGroupRequest
|
|
32
32
|
* ListenerArn: "STRING_VALUE", // required
|
|
33
33
|
* EndpointGroupRegion: "STRING_VALUE", // required
|
|
34
|
-
* DestinationConfigurations: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* DestinationConfigurations: [ // CustomRoutingDestinationConfigurations // required
|
|
35
|
+
* { // CustomRoutingDestinationConfiguration
|
|
36
36
|
* FromPort: Number("int"), // required
|
|
37
37
|
* ToPort: Number("int"), // required
|
|
38
|
-
* Protocols: [ // required
|
|
38
|
+
* Protocols: [ // CustomRoutingProtocols // required
|
|
39
39
|
* "TCP" || "UDP",
|
|
40
40
|
* ],
|
|
41
41
|
* },
|
|
@@ -27,10 +27,10 @@ export interface CreateCustomRoutingListenerCommandOutput extends CreateCustomRo
|
|
|
27
27
|
* import { GlobalAcceleratorClient, CreateCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
28
28
|
* // const { GlobalAcceleratorClient, CreateCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
29
29
|
* const client = new GlobalAcceleratorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateCustomRoutingListenerRequest
|
|
31
31
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
32
|
-
* PortRanges: [ // required
|
|
33
|
-
* {
|
|
32
|
+
* PortRanges: [ // PortRanges // required
|
|
33
|
+
* { // PortRange
|
|
34
34
|
* FromPort: Number("int"),
|
|
35
35
|
* ToPort: Number("int"),
|
|
36
36
|
* },
|
|
@@ -27,11 +27,11 @@ export interface CreateEndpointGroupCommandOutput extends CreateEndpointGroupRes
|
|
|
27
27
|
* import { GlobalAcceleratorClient, CreateEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
28
28
|
* // const { GlobalAcceleratorClient, CreateEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
29
29
|
* const client = new GlobalAcceleratorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateEndpointGroupRequest
|
|
31
31
|
* ListenerArn: "STRING_VALUE", // required
|
|
32
32
|
* EndpointGroupRegion: "STRING_VALUE", // required
|
|
33
|
-
* EndpointConfigurations: [
|
|
34
|
-
* {
|
|
33
|
+
* EndpointConfigurations: [ // EndpointConfigurations
|
|
34
|
+
* { // EndpointConfiguration
|
|
35
35
|
* EndpointId: "STRING_VALUE",
|
|
36
36
|
* Weight: Number("int"),
|
|
37
37
|
* ClientIPPreservationEnabled: true || false,
|
|
@@ -44,8 +44,8 @@ export interface CreateEndpointGroupCommandOutput extends CreateEndpointGroupRes
|
|
|
44
44
|
* HealthCheckIntervalSeconds: Number("int"),
|
|
45
45
|
* ThresholdCount: Number("int"),
|
|
46
46
|
* IdempotencyToken: "STRING_VALUE", // required
|
|
47
|
-
* PortOverrides: [
|
|
48
|
-
* {
|
|
47
|
+
* PortOverrides: [ // PortOverrides
|
|
48
|
+
* { // PortOverride
|
|
49
49
|
* ListenerPort: Number("int"),
|
|
50
50
|
* EndpointPort: Number("int"),
|
|
51
51
|
* },
|
|
@@ -27,10 +27,10 @@ export interface CreateListenerCommandOutput extends CreateListenerResponse, __M
|
|
|
27
27
|
* import { GlobalAcceleratorClient, CreateListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
28
28
|
* // const { GlobalAcceleratorClient, CreateListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
29
29
|
* const client = new GlobalAcceleratorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateListenerRequest
|
|
31
31
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
32
|
-
* PortRanges: [ // required
|
|
33
|
-
* {
|
|
32
|
+
* PortRanges: [ // PortRanges // required
|
|
33
|
+
* { // PortRange
|
|
34
34
|
* FromPort: Number("int"),
|
|
35
35
|
* ToPort: Number("int"),
|
|
36
36
|
* },
|
|
@@ -39,7 +39,7 @@ export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {
|
|
|
39
39
|
* import { GlobalAcceleratorClient, DeleteAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
40
40
|
* // const { GlobalAcceleratorClient, DeleteAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
41
41
|
* const client = new GlobalAcceleratorClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // DeleteAcceleratorRequest
|
|
43
43
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
44
44
|
* };
|
|
45
45
|
* const command = new DeleteAcceleratorCommand(input);
|
|
@@ -39,7 +39,7 @@ export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataB
|
|
|
39
39
|
* import { GlobalAcceleratorClient, DeleteCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
40
40
|
* // const { GlobalAcceleratorClient, DeleteCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
41
41
|
* const client = new GlobalAcceleratorClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // DeleteCustomRoutingAcceleratorRequest
|
|
43
43
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
44
44
|
* };
|
|
45
45
|
* const command = new DeleteCustomRoutingAcceleratorCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteCustomRoutingEndpointGroupCommandOutput extends __Metadat
|
|
|
26
26
|
* import { GlobalAcceleratorClient, DeleteCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
27
27
|
* // const { GlobalAcceleratorClient, DeleteCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
28
28
|
* const client = new GlobalAcceleratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteCustomRoutingEndpointGroupRequest
|
|
30
30
|
* EndpointGroupArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteCustomRoutingEndpointGroupCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteCustomRoutingListenerCommandOutput extends __MetadataBear
|
|
|
26
26
|
* import { GlobalAcceleratorClient, DeleteCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
27
27
|
* // const { GlobalAcceleratorClient, DeleteCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
28
28
|
* const client = new GlobalAcceleratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteCustomRoutingListenerRequest
|
|
30
30
|
* ListenerArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteCustomRoutingListenerCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { GlobalAcceleratorClient, DeleteEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
27
27
|
* // const { GlobalAcceleratorClient, DeleteEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
28
28
|
* const client = new GlobalAcceleratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteEndpointGroupRequest
|
|
30
30
|
* EndpointGroupArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteEndpointGroupCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteListenerCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { GlobalAcceleratorClient, DeleteListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
27
27
|
* // const { GlobalAcceleratorClient, DeleteListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
28
28
|
* const client = new GlobalAcceleratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteListenerRequest
|
|
30
30
|
* ListenerArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteListenerCommand(input);
|
|
@@ -31,13 +31,13 @@ export interface DenyCustomRoutingTrafficCommandOutput extends __MetadataBearer
|
|
|
31
31
|
* import { GlobalAcceleratorClient, DenyCustomRoutingTrafficCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
32
32
|
* // const { GlobalAcceleratorClient, DenyCustomRoutingTrafficCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
33
33
|
* const client = new GlobalAcceleratorClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DenyCustomRoutingTrafficRequest
|
|
35
35
|
* EndpointGroupArn: "STRING_VALUE", // required
|
|
36
36
|
* EndpointId: "STRING_VALUE", // required
|
|
37
|
-
* DestinationAddresses: [
|
|
37
|
+
* DestinationAddresses: [ // DestinationAddresses
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
|
-
* DestinationPorts: [
|
|
40
|
+
* DestinationPorts: [ // DestinationPorts
|
|
41
41
|
* Number("int"),
|
|
42
42
|
* ],
|
|
43
43
|
* DenyAllTrafficToEndpoint: true || false,
|
|
@@ -32,7 +32,7 @@ export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrR
|
|
|
32
32
|
* import { GlobalAcceleratorClient, DeprovisionByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
33
33
|
* // const { GlobalAcceleratorClient, DeprovisionByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
34
34
|
* const client = new GlobalAcceleratorClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DeprovisionByoipCidrRequest
|
|
36
36
|
* Cidr: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeprovisionByoipCidrCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeAcceleratorAttributesCommandOutput extends DescribeAcce
|
|
|
27
27
|
* import { GlobalAcceleratorClient, DescribeAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
28
28
|
* // const { GlobalAcceleratorClient, DescribeAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
29
29
|
* const client = new GlobalAcceleratorClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeAcceleratorAttributesRequest
|
|
31
31
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeAcceleratorAttributesCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeAcceleratorCommandOutput extends DescribeAcceleratorRes
|
|
|
26
26
|
* import { GlobalAcceleratorClient, DescribeAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
27
27
|
* // const { GlobalAcceleratorClient, DescribeAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
28
28
|
* const client = new GlobalAcceleratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAcceleratorRequest
|
|
30
30
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeAcceleratorCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput extends
|
|
|
26
26
|
* import { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
27
27
|
* // const { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
28
28
|
* const client = new GlobalAcceleratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeCustomRoutingAcceleratorAttributesRequest
|
|
30
30
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeCustomRoutingAcceleratorAttributesCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeCustomRoutingAcceleratorCommandOutput extends DescribeC
|
|
|
26
26
|
* import { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
27
27
|
* // const { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
28
28
|
* const client = new GlobalAcceleratorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeCustomRoutingAcceleratorRequest
|
|
30
30
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeCustomRoutingAcceleratorCommand(input);
|