@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.
Files changed (54) hide show
  1. package/dist-cjs/models/models_0.js +55 -66
  2. package/dist-es/models/models_0.js +55 -66
  3. package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +3 -3
  4. package/dist-types/commands/AddEndpointsCommand.d.ts +3 -3
  5. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
  6. package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +3 -3
  7. package/dist-types/commands/CreateAcceleratorCommand.d.ts +4 -4
  8. package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +4 -4
  9. package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +4 -4
  10. package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +3 -3
  11. package/dist-types/commands/CreateEndpointGroupCommand.d.ts +5 -5
  12. package/dist-types/commands/CreateListenerCommand.d.ts +3 -3
  13. package/dist-types/commands/DeleteAcceleratorCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteListenerCommand.d.ts +1 -1
  19. package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +3 -3
  20. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAcceleratorCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeListenerCommand.d.ts +1 -1
  29. package/dist-types/commands/ListAcceleratorsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListByoipCidrsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +1 -1
  34. package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +1 -1
  35. package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListEndpointGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListListenersCommand.d.ts +1 -1
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  40. package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -2
  41. package/dist-types/commands/RemoveEndpointsCommand.d.ts +3 -3
  42. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  43. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  44. package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateAcceleratorCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +3 -3
  49. package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +5 -5
  50. package/dist-types/commands/UpdateListenerCommand.d.ts +3 -3
  51. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  52. package/dist-types/models/models_0.d.ts +110 -55
  53. package/dist-types/ts3.4/models/models_0.d.ts +74 -55
  54. 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
- var IpAddressType;
6
- (function (IpAddressType) {
7
- IpAddressType["DUAL_STACK"] = "DUAL_STACK";
8
- IpAddressType["IPV4"] = "IPV4";
9
- })(IpAddressType = exports.IpAddressType || (exports.IpAddressType = {}));
10
- var IpAddressFamily;
11
- (function (IpAddressFamily) {
12
- IpAddressFamily["IPv4"] = "IPv4";
13
- IpAddressFamily["IPv6"] = "IPv6";
14
- })(IpAddressFamily = exports.IpAddressFamily || (exports.IpAddressFamily = {}));
15
- var AcceleratorStatus;
16
- (function (AcceleratorStatus) {
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
- var HealthState;
147
- (function (HealthState) {
148
- HealthState["HEALTHY"] = "HEALTHY";
149
- HealthState["INITIAL"] = "INITIAL";
150
- HealthState["UNHEALTHY"] = "UNHEALTHY";
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
- var ByoipCidrState;
167
- (function (ByoipCidrState) {
168
- ByoipCidrState["ADVERTISING"] = "ADVERTISING";
169
- ByoipCidrState["DEPROVISIONED"] = "DEPROVISIONED";
170
- ByoipCidrState["FAILED_ADVERTISING"] = "FAILED_ADVERTISING";
171
- ByoipCidrState["FAILED_DEPROVISION"] = "FAILED_DEPROVISION";
172
- ByoipCidrState["FAILED_PROVISION"] = "FAILED_PROVISION";
173
- ByoipCidrState["FAILED_WITHDRAW"] = "FAILED_WITHDRAW";
174
- ByoipCidrState["PENDING_ADVERTISING"] = "PENDING_ADVERTISING";
175
- ByoipCidrState["PENDING_DEPROVISIONING"] = "PENDING_DEPROVISIONING";
176
- ByoipCidrState["PENDING_PROVISIONING"] = "PENDING_PROVISIONING";
177
- ByoipCidrState["PENDING_WITHDRAWING"] = "PENDING_WITHDRAWING";
178
- ByoipCidrState["READY"] = "READY";
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
- var ClientAffinity;
237
- (function (ClientAffinity) {
238
- ClientAffinity["NONE"] = "NONE";
239
- ClientAffinity["SOURCE_IP"] = "SOURCE_IP";
240
- })(ClientAffinity = exports.ClientAffinity || (exports.ClientAffinity = {}));
241
- var CustomRoutingAcceleratorStatus;
242
- (function (CustomRoutingAcceleratorStatus) {
243
- CustomRoutingAcceleratorStatus["DEPLOYED"] = "DEPLOYED";
244
- CustomRoutingAcceleratorStatus["IN_PROGRESS"] = "IN_PROGRESS";
245
- })(CustomRoutingAcceleratorStatus = exports.CustomRoutingAcceleratorStatus || (exports.CustomRoutingAcceleratorStatus = {}));
246
- var CustomRoutingProtocol;
247
- (function (CustomRoutingProtocol) {
248
- CustomRoutingProtocol["TCP"] = "TCP";
249
- CustomRoutingProtocol["UDP"] = "UDP";
250
- })(CustomRoutingProtocol = exports.CustomRoutingProtocol || (exports.CustomRoutingProtocol = {}));
251
- var Protocol;
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
- var HealthCheckProtocol;
299
- (function (HealthCheckProtocol) {
300
- HealthCheckProtocol["HTTP"] = "HTTP";
301
- HealthCheckProtocol["HTTPS"] = "HTTPS";
302
- HealthCheckProtocol["TCP"] = "TCP";
303
- })(HealthCheckProtocol = exports.HealthCheckProtocol || (exports.HealthCheckProtocol = {}));
304
- var CustomRoutingDestinationTrafficState;
305
- (function (CustomRoutingDestinationTrafficState) {
306
- CustomRoutingDestinationTrafficState["ALLOW"] = "ALLOW";
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 var IpAddressType;
3
- (function (IpAddressType) {
4
- IpAddressType["DUAL_STACK"] = "DUAL_STACK";
5
- IpAddressType["IPV4"] = "IPV4";
6
- })(IpAddressType || (IpAddressType = {}));
7
- export var IpAddressFamily;
8
- (function (IpAddressFamily) {
9
- IpAddressFamily["IPv4"] = "IPv4";
10
- IpAddressFamily["IPv6"] = "IPv6";
11
- })(IpAddressFamily || (IpAddressFamily = {}));
12
- export var AcceleratorStatus;
13
- (function (AcceleratorStatus) {
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 var HealthState;
135
- (function (HealthState) {
136
- HealthState["HEALTHY"] = "HEALTHY";
137
- HealthState["INITIAL"] = "INITIAL";
138
- HealthState["UNHEALTHY"] = "UNHEALTHY";
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 var ByoipCidrState;
154
- (function (ByoipCidrState) {
155
- ByoipCidrState["ADVERTISING"] = "ADVERTISING";
156
- ByoipCidrState["DEPROVISIONED"] = "DEPROVISIONED";
157
- ByoipCidrState["FAILED_ADVERTISING"] = "FAILED_ADVERTISING";
158
- ByoipCidrState["FAILED_DEPROVISION"] = "FAILED_DEPROVISION";
159
- ByoipCidrState["FAILED_PROVISION"] = "FAILED_PROVISION";
160
- ByoipCidrState["FAILED_WITHDRAW"] = "FAILED_WITHDRAW";
161
- ByoipCidrState["PENDING_ADVERTISING"] = "PENDING_ADVERTISING";
162
- ByoipCidrState["PENDING_DEPROVISIONING"] = "PENDING_DEPROVISIONING";
163
- ByoipCidrState["PENDING_PROVISIONING"] = "PENDING_PROVISIONING";
164
- ByoipCidrState["PENDING_WITHDRAWING"] = "PENDING_WITHDRAWING";
165
- ByoipCidrState["READY"] = "READY";
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 var ClientAffinity;
220
- (function (ClientAffinity) {
221
- ClientAffinity["NONE"] = "NONE";
222
- ClientAffinity["SOURCE_IP"] = "SOURCE_IP";
223
- })(ClientAffinity || (ClientAffinity = {}));
224
- export var CustomRoutingAcceleratorStatus;
225
- (function (CustomRoutingAcceleratorStatus) {
226
- CustomRoutingAcceleratorStatus["DEPLOYED"] = "DEPLOYED";
227
- CustomRoutingAcceleratorStatus["IN_PROGRESS"] = "IN_PROGRESS";
228
- })(CustomRoutingAcceleratorStatus || (CustomRoutingAcceleratorStatus = {}));
229
- export var CustomRoutingProtocol;
230
- (function (CustomRoutingProtocol) {
231
- CustomRoutingProtocol["TCP"] = "TCP";
232
- CustomRoutingProtocol["UDP"] = "UDP";
233
- })(CustomRoutingProtocol || (CustomRoutingProtocol = {}));
234
- export var Protocol;
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 var HealthCheckProtocol;
279
- (function (HealthCheckProtocol) {
280
- HealthCheckProtocol["HTTP"] = "HTTP";
281
- HealthCheckProtocol["HTTPS"] = "HTTPS";
282
- HealthCheckProtocol["TCP"] = "TCP";
283
- })(HealthCheckProtocol || (HealthCheckProtocol = {}));
284
- export var CustomRoutingDestinationTrafficState;
285
- (function (CustomRoutingDestinationTrafficState) {
286
- CustomRoutingDestinationTrafficState["ALLOW"] = "ALLOW";
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);