@aws-sdk/client-global-accelerator 3.427.0 → 3.429.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-types/models/models_0.d.ts +26 -26
- package/dist-types/ts3.4/models/models_0.d.ts +26 -26
- package/package.json +31 -31
|
@@ -65,7 +65,7 @@ export interface IpSet {
|
|
|
65
65
|
* @public
|
|
66
66
|
* <p>The types of IP addresses included in this IP set. </p>
|
|
67
67
|
*/
|
|
68
|
-
IpAddressFamily?: IpAddressFamily
|
|
68
|
+
IpAddressFamily?: IpAddressFamily;
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
71
|
* @public
|
|
@@ -100,7 +100,7 @@ export interface Accelerator {
|
|
|
100
100
|
* @public
|
|
101
101
|
* <p>The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.</p>
|
|
102
102
|
*/
|
|
103
|
-
IpAddressType?: IpAddressType
|
|
103
|
+
IpAddressType?: IpAddressType;
|
|
104
104
|
/**
|
|
105
105
|
* @public
|
|
106
106
|
* <p>Indicates whether the accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
@@ -128,7 +128,7 @@ export interface Accelerator {
|
|
|
128
128
|
* @public
|
|
129
129
|
* <p>Describes the deployment status of the accelerator.</p>
|
|
130
130
|
*/
|
|
131
|
-
Status?: AcceleratorStatus
|
|
131
|
+
Status?: AcceleratorStatus;
|
|
132
132
|
/**
|
|
133
133
|
* @public
|
|
134
134
|
* <p>The date and time that the accelerator was created.</p>
|
|
@@ -450,7 +450,7 @@ export interface EndpointDescription {
|
|
|
450
450
|
* @public
|
|
451
451
|
* <p>The health status of the endpoint.</p>
|
|
452
452
|
*/
|
|
453
|
-
HealthState?: HealthState
|
|
453
|
+
HealthState?: HealthState;
|
|
454
454
|
/**
|
|
455
455
|
* @public
|
|
456
456
|
* <p>Returns a null result.</p>
|
|
@@ -633,7 +633,7 @@ export interface ByoipCidr {
|
|
|
633
633
|
* @public
|
|
634
634
|
* <p>The state of the address pool.</p>
|
|
635
635
|
*/
|
|
636
|
-
State?: ByoipCidrState
|
|
636
|
+
State?: ByoipCidrState;
|
|
637
637
|
/**
|
|
638
638
|
* @public
|
|
639
639
|
* <p>A history of status changes for an IP address range that you bring to Global Accelerator
|
|
@@ -808,7 +808,7 @@ export interface CreateAcceleratorRequest {
|
|
|
808
808
|
* @public
|
|
809
809
|
* <p>The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.</p>
|
|
810
810
|
*/
|
|
811
|
-
IpAddressType?: IpAddressType
|
|
811
|
+
IpAddressType?: IpAddressType;
|
|
812
812
|
/**
|
|
813
813
|
* @public
|
|
814
814
|
* <p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose an IPv4 address
|
|
@@ -869,7 +869,7 @@ export interface CreateCustomRoutingAcceleratorRequest {
|
|
|
869
869
|
* @public
|
|
870
870
|
* <p>The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.</p>
|
|
871
871
|
*/
|
|
872
|
-
IpAddressType?: IpAddressType
|
|
872
|
+
IpAddressType?: IpAddressType;
|
|
873
873
|
/**
|
|
874
874
|
* @public
|
|
875
875
|
* <p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose an IPv4 address
|
|
@@ -938,7 +938,7 @@ export interface CustomRoutingAccelerator {
|
|
|
938
938
|
* @public
|
|
939
939
|
* <p>The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.</p>
|
|
940
940
|
*/
|
|
941
|
-
IpAddressType?: IpAddressType
|
|
941
|
+
IpAddressType?: IpAddressType;
|
|
942
942
|
/**
|
|
943
943
|
* @public
|
|
944
944
|
* <p>Indicates whether the accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
@@ -966,7 +966,7 @@ export interface CustomRoutingAccelerator {
|
|
|
966
966
|
* @public
|
|
967
967
|
* <p>Describes the deployment status of the accelerator.</p>
|
|
968
968
|
*/
|
|
969
|
-
Status?: CustomRoutingAcceleratorStatus
|
|
969
|
+
Status?: CustomRoutingAcceleratorStatus;
|
|
970
970
|
/**
|
|
971
971
|
* @public
|
|
972
972
|
* <p>The date and time that the accelerator was created.</p>
|
|
@@ -1020,7 +1020,7 @@ export interface CustomRoutingDestinationConfiguration {
|
|
|
1020
1020
|
* @public
|
|
1021
1021
|
* <p>The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.</p>
|
|
1022
1022
|
*/
|
|
1023
|
-
Protocols:
|
|
1023
|
+
Protocols: CustomRoutingProtocol[] | undefined;
|
|
1024
1024
|
}
|
|
1025
1025
|
/**
|
|
1026
1026
|
* @public
|
|
@@ -1082,7 +1082,7 @@ export interface CustomRoutingDestinationDescription {
|
|
|
1082
1082
|
* @public
|
|
1083
1083
|
* <p>The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.</p>
|
|
1084
1084
|
*/
|
|
1085
|
-
Protocols?:
|
|
1085
|
+
Protocols?: Protocol[];
|
|
1086
1086
|
}
|
|
1087
1087
|
/**
|
|
1088
1088
|
* @public
|
|
@@ -1306,7 +1306,7 @@ export interface CreateEndpointGroupRequest {
|
|
|
1306
1306
|
* <p>The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default
|
|
1307
1307
|
* value is TCP.</p>
|
|
1308
1308
|
*/
|
|
1309
|
-
HealthCheckProtocol?: HealthCheckProtocol
|
|
1309
|
+
HealthCheckProtocol?: HealthCheckProtocol;
|
|
1310
1310
|
/**
|
|
1311
1311
|
* @public
|
|
1312
1312
|
* <p>If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The
|
|
@@ -1383,7 +1383,7 @@ export interface EndpointGroup {
|
|
|
1383
1383
|
* <p>The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default
|
|
1384
1384
|
* value is TCP.</p>
|
|
1385
1385
|
*/
|
|
1386
|
-
HealthCheckProtocol?: HealthCheckProtocol
|
|
1386
|
+
HealthCheckProtocol?: HealthCheckProtocol;
|
|
1387
1387
|
/**
|
|
1388
1388
|
* @public
|
|
1389
1389
|
* <p>If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the
|
|
@@ -1438,7 +1438,7 @@ export interface CreateListenerRequest {
|
|
|
1438
1438
|
* @public
|
|
1439
1439
|
* <p>The protocol for connections from clients to your accelerator.</p>
|
|
1440
1440
|
*/
|
|
1441
|
-
Protocol: Protocol |
|
|
1441
|
+
Protocol: Protocol | undefined;
|
|
1442
1442
|
/**
|
|
1443
1443
|
* @public
|
|
1444
1444
|
* <p>Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
|
|
@@ -1454,7 +1454,7 @@ export interface CreateListenerRequest {
|
|
|
1454
1454
|
* source (client) IP address and destination IP address—to select the hash value.</p>
|
|
1455
1455
|
* <p>The default value is <code>NONE</code>.</p>
|
|
1456
1456
|
*/
|
|
1457
|
-
ClientAffinity?: ClientAffinity
|
|
1457
|
+
ClientAffinity?: ClientAffinity;
|
|
1458
1458
|
/**
|
|
1459
1459
|
* @public
|
|
1460
1460
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
|
|
@@ -1481,7 +1481,7 @@ export interface Listener {
|
|
|
1481
1481
|
* @public
|
|
1482
1482
|
* <p>The protocol for the connections from clients to the accelerator.</p>
|
|
1483
1483
|
*/
|
|
1484
|
-
Protocol?: Protocol
|
|
1484
|
+
Protocol?: Protocol;
|
|
1485
1485
|
/**
|
|
1486
1486
|
* @public
|
|
1487
1487
|
* <p>Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
|
|
@@ -1497,7 +1497,7 @@ export interface Listener {
|
|
|
1497
1497
|
* source (client) IP address and destination IP address—to select the hash value.</p>
|
|
1498
1498
|
* <p>The default value is <code>NONE</code>.</p>
|
|
1499
1499
|
*/
|
|
1500
|
-
ClientAffinity?: ClientAffinity
|
|
1500
|
+
ClientAffinity?: ClientAffinity;
|
|
1501
1501
|
}
|
|
1502
1502
|
/**
|
|
1503
1503
|
* @public
|
|
@@ -1889,13 +1889,13 @@ export interface DestinationPortMapping {
|
|
|
1889
1889
|
* @public
|
|
1890
1890
|
* <p>The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.</p>
|
|
1891
1891
|
*/
|
|
1892
|
-
IpAddressType?: IpAddressType
|
|
1892
|
+
IpAddressType?: IpAddressType;
|
|
1893
1893
|
/**
|
|
1894
1894
|
* @public
|
|
1895
1895
|
* <p>Indicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if
|
|
1896
1896
|
* traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination.</p>
|
|
1897
1897
|
*/
|
|
1898
|
-
DestinationTrafficState?: CustomRoutingDestinationTrafficState
|
|
1898
|
+
DestinationTrafficState?: CustomRoutingDestinationTrafficState;
|
|
1899
1899
|
}
|
|
1900
1900
|
/**
|
|
1901
1901
|
* @public
|
|
@@ -2162,13 +2162,13 @@ export interface PortMapping {
|
|
|
2162
2162
|
* @public
|
|
2163
2163
|
* <p>The protocols supported by the endpoint group.</p>
|
|
2164
2164
|
*/
|
|
2165
|
-
Protocols?:
|
|
2165
|
+
Protocols?: CustomRoutingProtocol[];
|
|
2166
2166
|
/**
|
|
2167
2167
|
* @public
|
|
2168
2168
|
* <p>Indicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if
|
|
2169
2169
|
* traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination.</p>
|
|
2170
2170
|
*/
|
|
2171
|
-
DestinationTrafficState?: CustomRoutingDestinationTrafficState
|
|
2171
|
+
DestinationTrafficState?: CustomRoutingDestinationTrafficState;
|
|
2172
2172
|
}
|
|
2173
2173
|
/**
|
|
2174
2174
|
* @public
|
|
@@ -2435,7 +2435,7 @@ export interface UpdateAcceleratorRequest {
|
|
|
2435
2435
|
* @public
|
|
2436
2436
|
* <p>The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.</p>
|
|
2437
2437
|
*/
|
|
2438
|
-
IpAddressType?: IpAddressType
|
|
2438
|
+
IpAddressType?: IpAddressType;
|
|
2439
2439
|
/**
|
|
2440
2440
|
* @public
|
|
2441
2441
|
* <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
@@ -2516,7 +2516,7 @@ export interface UpdateCustomRoutingAcceleratorRequest {
|
|
|
2516
2516
|
* @public
|
|
2517
2517
|
* <p>The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.</p>
|
|
2518
2518
|
*/
|
|
2519
|
-
IpAddressType?: IpAddressType
|
|
2519
|
+
IpAddressType?: IpAddressType;
|
|
2520
2520
|
/**
|
|
2521
2521
|
* @public
|
|
2522
2522
|
* <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
@@ -2641,7 +2641,7 @@ export interface UpdateEndpointGroupRequest {
|
|
|
2641
2641
|
* <p>The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default
|
|
2642
2642
|
* value is TCP.</p>
|
|
2643
2643
|
*/
|
|
2644
|
-
HealthCheckProtocol?: HealthCheckProtocol
|
|
2644
|
+
HealthCheckProtocol?: HealthCheckProtocol;
|
|
2645
2645
|
/**
|
|
2646
2646
|
* @public
|
|
2647
2647
|
* <p>If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The
|
|
@@ -2698,7 +2698,7 @@ export interface UpdateListenerRequest {
|
|
|
2698
2698
|
* @public
|
|
2699
2699
|
* <p>The updated protocol for the connections from clients to the accelerator.</p>
|
|
2700
2700
|
*/
|
|
2701
|
-
Protocol?: Protocol
|
|
2701
|
+
Protocol?: Protocol;
|
|
2702
2702
|
/**
|
|
2703
2703
|
* @public
|
|
2704
2704
|
* <p>Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
|
|
@@ -2714,7 +2714,7 @@ export interface UpdateListenerRequest {
|
|
|
2714
2714
|
* source (client) IP address and destination IP address—to select the hash value.</p>
|
|
2715
2715
|
* <p>The default value is <code>NONE</code>.</p>
|
|
2716
2716
|
*/
|
|
2717
|
-
ClientAffinity?: ClientAffinity
|
|
2717
|
+
ClientAffinity?: ClientAffinity;
|
|
2718
2718
|
}
|
|
2719
2719
|
/**
|
|
2720
2720
|
* @public
|
|
@@ -18,7 +18,7 @@ export type IpAddressFamily =
|
|
|
18
18
|
export interface IpSet {
|
|
19
19
|
IpFamily?: string;
|
|
20
20
|
IpAddresses?: string[];
|
|
21
|
-
IpAddressFamily?: IpAddressFamily
|
|
21
|
+
IpAddressFamily?: IpAddressFamily;
|
|
22
22
|
}
|
|
23
23
|
export declare const AcceleratorStatus: {
|
|
24
24
|
readonly DEPLOYED: "DEPLOYED";
|
|
@@ -29,11 +29,11 @@ export type AcceleratorStatus =
|
|
|
29
29
|
export interface Accelerator {
|
|
30
30
|
AcceleratorArn?: string;
|
|
31
31
|
Name?: string;
|
|
32
|
-
IpAddressType?: IpAddressType
|
|
32
|
+
IpAddressType?: IpAddressType;
|
|
33
33
|
Enabled?: boolean;
|
|
34
34
|
IpSets?: IpSet[];
|
|
35
35
|
DnsName?: string;
|
|
36
|
-
Status?: AcceleratorStatus
|
|
36
|
+
Status?: AcceleratorStatus;
|
|
37
37
|
CreatedTime?: Date;
|
|
38
38
|
LastModifiedTime?: Date;
|
|
39
39
|
DualStackDnsName?: string;
|
|
@@ -149,7 +149,7 @@ export type HealthState = (typeof HealthState)[keyof typeof HealthState];
|
|
|
149
149
|
export interface EndpointDescription {
|
|
150
150
|
EndpointId?: string;
|
|
151
151
|
Weight?: number;
|
|
152
|
-
HealthState?: HealthState
|
|
152
|
+
HealthState?: HealthState;
|
|
153
153
|
HealthReason?: string;
|
|
154
154
|
ClientIPPreservationEnabled?: boolean;
|
|
155
155
|
}
|
|
@@ -189,7 +189,7 @@ export type ByoipCidrState =
|
|
|
189
189
|
(typeof ByoipCidrState)[keyof typeof ByoipCidrState];
|
|
190
190
|
export interface ByoipCidr {
|
|
191
191
|
Cidr?: string;
|
|
192
|
-
State?: ByoipCidrState
|
|
192
|
+
State?: ByoipCidrState;
|
|
193
193
|
Events?: ByoipCidrEvent[];
|
|
194
194
|
}
|
|
195
195
|
export interface AdvertiseByoipCidrResponse {
|
|
@@ -256,7 +256,7 @@ export interface Tag {
|
|
|
256
256
|
}
|
|
257
257
|
export interface CreateAcceleratorRequest {
|
|
258
258
|
Name: string | undefined;
|
|
259
|
-
IpAddressType?: IpAddressType
|
|
259
|
+
IpAddressType?: IpAddressType;
|
|
260
260
|
IpAddresses?: string[];
|
|
261
261
|
Enabled?: boolean;
|
|
262
262
|
IdempotencyToken?: string;
|
|
@@ -267,7 +267,7 @@ export interface CreateAcceleratorResponse {
|
|
|
267
267
|
}
|
|
268
268
|
export interface CreateCustomRoutingAcceleratorRequest {
|
|
269
269
|
Name: string | undefined;
|
|
270
|
-
IpAddressType?: IpAddressType
|
|
270
|
+
IpAddressType?: IpAddressType;
|
|
271
271
|
IpAddresses?: string[];
|
|
272
272
|
Enabled?: boolean;
|
|
273
273
|
IdempotencyToken?: string;
|
|
@@ -282,11 +282,11 @@ export type CustomRoutingAcceleratorStatus =
|
|
|
282
282
|
export interface CustomRoutingAccelerator {
|
|
283
283
|
AcceleratorArn?: string;
|
|
284
284
|
Name?: string;
|
|
285
|
-
IpAddressType?: IpAddressType
|
|
285
|
+
IpAddressType?: IpAddressType;
|
|
286
286
|
Enabled?: boolean;
|
|
287
287
|
IpSets?: IpSet[];
|
|
288
288
|
DnsName?: string;
|
|
289
|
-
Status?: CustomRoutingAcceleratorStatus
|
|
289
|
+
Status?: CustomRoutingAcceleratorStatus;
|
|
290
290
|
CreatedTime?: Date;
|
|
291
291
|
LastModifiedTime?: Date;
|
|
292
292
|
}
|
|
@@ -302,7 +302,7 @@ export type CustomRoutingProtocol =
|
|
|
302
302
|
export interface CustomRoutingDestinationConfiguration {
|
|
303
303
|
FromPort: number | undefined;
|
|
304
304
|
ToPort: number | undefined;
|
|
305
|
-
Protocols:
|
|
305
|
+
Protocols: CustomRoutingProtocol[] | undefined;
|
|
306
306
|
}
|
|
307
307
|
export interface CreateCustomRoutingEndpointGroupRequest {
|
|
308
308
|
ListenerArn: string | undefined;
|
|
@@ -320,7 +320,7 @@ export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
|
320
320
|
export interface CustomRoutingDestinationDescription {
|
|
321
321
|
FromPort?: number;
|
|
322
322
|
ToPort?: number;
|
|
323
|
-
Protocols?:
|
|
323
|
+
Protocols?: Protocol[];
|
|
324
324
|
}
|
|
325
325
|
export interface CustomRoutingEndpointGroup {
|
|
326
326
|
EndpointGroupArn?: string;
|
|
@@ -391,7 +391,7 @@ export interface CreateEndpointGroupRequest {
|
|
|
391
391
|
EndpointConfigurations?: EndpointConfiguration[];
|
|
392
392
|
TrafficDialPercentage?: number;
|
|
393
393
|
HealthCheckPort?: number;
|
|
394
|
-
HealthCheckProtocol?: HealthCheckProtocol
|
|
394
|
+
HealthCheckProtocol?: HealthCheckProtocol;
|
|
395
395
|
HealthCheckPath?: string;
|
|
396
396
|
HealthCheckIntervalSeconds?: number;
|
|
397
397
|
ThresholdCount?: number;
|
|
@@ -404,7 +404,7 @@ export interface EndpointGroup {
|
|
|
404
404
|
EndpointDescriptions?: EndpointDescription[];
|
|
405
405
|
TrafficDialPercentage?: number;
|
|
406
406
|
HealthCheckPort?: number;
|
|
407
|
-
HealthCheckProtocol?: HealthCheckProtocol
|
|
407
|
+
HealthCheckProtocol?: HealthCheckProtocol;
|
|
408
408
|
HealthCheckPath?: string;
|
|
409
409
|
HealthCheckIntervalSeconds?: number;
|
|
410
410
|
ThresholdCount?: number;
|
|
@@ -416,15 +416,15 @@ export interface CreateEndpointGroupResponse {
|
|
|
416
416
|
export interface CreateListenerRequest {
|
|
417
417
|
AcceleratorArn: string | undefined;
|
|
418
418
|
PortRanges: PortRange[] | undefined;
|
|
419
|
-
Protocol: Protocol |
|
|
420
|
-
ClientAffinity?: ClientAffinity
|
|
419
|
+
Protocol: Protocol | undefined;
|
|
420
|
+
ClientAffinity?: ClientAffinity;
|
|
421
421
|
IdempotencyToken?: string;
|
|
422
422
|
}
|
|
423
423
|
export interface Listener {
|
|
424
424
|
ListenerArn?: string;
|
|
425
425
|
PortRanges?: PortRange[];
|
|
426
|
-
Protocol?: Protocol
|
|
427
|
-
ClientAffinity?: ClientAffinity
|
|
426
|
+
Protocol?: Protocol;
|
|
427
|
+
ClientAffinity?: ClientAffinity;
|
|
428
428
|
}
|
|
429
429
|
export interface CreateListenerResponse {
|
|
430
430
|
Listener?: Listener;
|
|
@@ -530,8 +530,8 @@ export interface DestinationPortMapping {
|
|
|
530
530
|
EndpointId?: string;
|
|
531
531
|
EndpointGroupRegion?: string;
|
|
532
532
|
DestinationSocketAddress?: SocketAddress;
|
|
533
|
-
IpAddressType?: IpAddressType
|
|
534
|
-
DestinationTrafficState?: CustomRoutingDestinationTrafficState
|
|
533
|
+
IpAddressType?: IpAddressType;
|
|
534
|
+
DestinationTrafficState?: CustomRoutingDestinationTrafficState;
|
|
535
535
|
}
|
|
536
536
|
export interface EndpointIdentifier {
|
|
537
537
|
EndpointId: string | undefined;
|
|
@@ -606,8 +606,8 @@ export interface PortMapping {
|
|
|
606
606
|
EndpointGroupArn?: string;
|
|
607
607
|
EndpointId?: string;
|
|
608
608
|
DestinationSocketAddress?: SocketAddress;
|
|
609
|
-
Protocols?:
|
|
610
|
-
DestinationTrafficState?: CustomRoutingDestinationTrafficState
|
|
609
|
+
Protocols?: CustomRoutingProtocol[];
|
|
610
|
+
DestinationTrafficState?: CustomRoutingDestinationTrafficState;
|
|
611
611
|
}
|
|
612
612
|
export interface ListCustomRoutingPortMappingsResponse {
|
|
613
613
|
PortMappings?: PortMapping[];
|
|
@@ -675,7 +675,7 @@ export interface UntagResourceResponse {}
|
|
|
675
675
|
export interface UpdateAcceleratorRequest {
|
|
676
676
|
AcceleratorArn: string | undefined;
|
|
677
677
|
Name?: string;
|
|
678
|
-
IpAddressType?: IpAddressType
|
|
678
|
+
IpAddressType?: IpAddressType;
|
|
679
679
|
Enabled?: boolean;
|
|
680
680
|
}
|
|
681
681
|
export interface UpdateAcceleratorResponse {
|
|
@@ -693,7 +693,7 @@ export interface UpdateAcceleratorAttributesResponse {
|
|
|
693
693
|
export interface UpdateCustomRoutingAcceleratorRequest {
|
|
694
694
|
AcceleratorArn: string | undefined;
|
|
695
695
|
Name?: string;
|
|
696
|
-
IpAddressType?: IpAddressType
|
|
696
|
+
IpAddressType?: IpAddressType;
|
|
697
697
|
Enabled?: boolean;
|
|
698
698
|
}
|
|
699
699
|
export interface UpdateCustomRoutingAcceleratorResponse {
|
|
@@ -720,7 +720,7 @@ export interface UpdateEndpointGroupRequest {
|
|
|
720
720
|
EndpointConfigurations?: EndpointConfiguration[];
|
|
721
721
|
TrafficDialPercentage?: number;
|
|
722
722
|
HealthCheckPort?: number;
|
|
723
|
-
HealthCheckProtocol?: HealthCheckProtocol
|
|
723
|
+
HealthCheckProtocol?: HealthCheckProtocol;
|
|
724
724
|
HealthCheckPath?: string;
|
|
725
725
|
HealthCheckIntervalSeconds?: number;
|
|
726
726
|
ThresholdCount?: number;
|
|
@@ -732,8 +732,8 @@ export interface UpdateEndpointGroupResponse {
|
|
|
732
732
|
export interface UpdateListenerRequest {
|
|
733
733
|
ListenerArn: string | undefined;
|
|
734
734
|
PortRanges?: PortRange[];
|
|
735
|
-
Protocol?: Protocol
|
|
736
|
-
ClientAffinity?: ClientAffinity
|
|
735
|
+
Protocol?: Protocol;
|
|
736
|
+
ClientAffinity?: ClientAffinity;
|
|
737
737
|
}
|
|
738
738
|
export interface UpdateListenerResponse {
|
|
739
739
|
Listener?: Listener;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-global-accelerator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|