@aws-sdk/client-global-accelerator 3.315.0 → 3.319.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/GlobalAccelerator.js +53 -686
- package/dist-cjs/protocols/Aws_json1_1.js +6 -6
- package/dist-es/GlobalAccelerator.js +53 -686
- package/dist-es/protocols/Aws_json1_1.js +6 -6
- package/dist-types/GlobalAccelerator.d.ts +109 -303
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +4 -1
- package/package.json +8 -8
|
@@ -2576,7 +2576,7 @@ const de_TransactionInProgressExceptionRes = async (parsedOutput, context) => {
|
|
|
2576
2576
|
const se_CreateAcceleratorRequest = (input, context) => {
|
|
2577
2577
|
return (0, smithy_client_1.take)(input, {
|
|
2578
2578
|
Enabled: [],
|
|
2579
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
2579
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
2580
2580
|
IpAddressType: [],
|
|
2581
2581
|
IpAddresses: smithy_client_1._json,
|
|
2582
2582
|
Name: [],
|
|
@@ -2586,7 +2586,7 @@ const se_CreateAcceleratorRequest = (input, context) => {
|
|
|
2586
2586
|
const se_CreateCustomRoutingAcceleratorRequest = (input, context) => {
|
|
2587
2587
|
return (0, smithy_client_1.take)(input, {
|
|
2588
2588
|
Enabled: [],
|
|
2589
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
2589
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
2590
2590
|
IpAddressType: [],
|
|
2591
2591
|
IpAddresses: smithy_client_1._json,
|
|
2592
2592
|
Name: [],
|
|
@@ -2597,14 +2597,14 @@ const se_CreateCustomRoutingEndpointGroupRequest = (input, context) => {
|
|
|
2597
2597
|
return (0, smithy_client_1.take)(input, {
|
|
2598
2598
|
DestinationConfigurations: smithy_client_1._json,
|
|
2599
2599
|
EndpointGroupRegion: [],
|
|
2600
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
2600
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
2601
2601
|
ListenerArn: [],
|
|
2602
2602
|
});
|
|
2603
2603
|
};
|
|
2604
2604
|
const se_CreateCustomRoutingListenerRequest = (input, context) => {
|
|
2605
2605
|
return (0, smithy_client_1.take)(input, {
|
|
2606
2606
|
AcceleratorArn: [],
|
|
2607
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
2607
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
2608
2608
|
PortRanges: smithy_client_1._json,
|
|
2609
2609
|
});
|
|
2610
2610
|
};
|
|
@@ -2616,7 +2616,7 @@ const se_CreateEndpointGroupRequest = (input, context) => {
|
|
|
2616
2616
|
HealthCheckPath: [],
|
|
2617
2617
|
HealthCheckPort: [],
|
|
2618
2618
|
HealthCheckProtocol: [],
|
|
2619
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
2619
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
2620
2620
|
ListenerArn: [],
|
|
2621
2621
|
PortOverrides: smithy_client_1._json,
|
|
2622
2622
|
ThresholdCount: [],
|
|
@@ -2627,7 +2627,7 @@ const se_CreateListenerRequest = (input, context) => {
|
|
|
2627
2627
|
return (0, smithy_client_1.take)(input, {
|
|
2628
2628
|
AcceleratorArn: [],
|
|
2629
2629
|
ClientAffinity: [],
|
|
2630
|
-
IdempotencyToken: (_) => _ ?? (0, uuid_1.v4)(),
|
|
2630
|
+
IdempotencyToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
|
|
2631
2631
|
PortRanges: smithy_client_1._json,
|
|
2632
2632
|
Protocol: [],
|
|
2633
2633
|
});
|