@aws-sdk/client-global-accelerator 3.315.0 → 3.316.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.
@@ -2474,7 +2474,7 @@ const de_TransactionInProgressExceptionRes = async (parsedOutput, context) => {
2474
2474
  const se_CreateAcceleratorRequest = (input, context) => {
2475
2475
  return take(input, {
2476
2476
  Enabled: [],
2477
- IdempotencyToken: (_) => _ ?? generateIdempotencyToken(),
2477
+ IdempotencyToken: [true, (_) => _ ?? generateIdempotencyToken()],
2478
2478
  IpAddressType: [],
2479
2479
  IpAddresses: _json,
2480
2480
  Name: [],
@@ -2484,7 +2484,7 @@ const se_CreateAcceleratorRequest = (input, context) => {
2484
2484
  const se_CreateCustomRoutingAcceleratorRequest = (input, context) => {
2485
2485
  return take(input, {
2486
2486
  Enabled: [],
2487
- IdempotencyToken: (_) => _ ?? generateIdempotencyToken(),
2487
+ IdempotencyToken: [true, (_) => _ ?? generateIdempotencyToken()],
2488
2488
  IpAddressType: [],
2489
2489
  IpAddresses: _json,
2490
2490
  Name: [],
@@ -2495,14 +2495,14 @@ const se_CreateCustomRoutingEndpointGroupRequest = (input, context) => {
2495
2495
  return take(input, {
2496
2496
  DestinationConfigurations: _json,
2497
2497
  EndpointGroupRegion: [],
2498
- IdempotencyToken: (_) => _ ?? generateIdempotencyToken(),
2498
+ IdempotencyToken: [true, (_) => _ ?? generateIdempotencyToken()],
2499
2499
  ListenerArn: [],
2500
2500
  });
2501
2501
  };
2502
2502
  const se_CreateCustomRoutingListenerRequest = (input, context) => {
2503
2503
  return take(input, {
2504
2504
  AcceleratorArn: [],
2505
- IdempotencyToken: (_) => _ ?? generateIdempotencyToken(),
2505
+ IdempotencyToken: [true, (_) => _ ?? generateIdempotencyToken()],
2506
2506
  PortRanges: _json,
2507
2507
  });
2508
2508
  };
@@ -2514,7 +2514,7 @@ const se_CreateEndpointGroupRequest = (input, context) => {
2514
2514
  HealthCheckPath: [],
2515
2515
  HealthCheckPort: [],
2516
2516
  HealthCheckProtocol: [],
2517
- IdempotencyToken: (_) => _ ?? generateIdempotencyToken(),
2517
+ IdempotencyToken: [true, (_) => _ ?? generateIdempotencyToken()],
2518
2518
  ListenerArn: [],
2519
2519
  PortOverrides: _json,
2520
2520
  ThresholdCount: [],
@@ -2525,7 +2525,7 @@ const se_CreateListenerRequest = (input, context) => {
2525
2525
  return take(input, {
2526
2526
  AcceleratorArn: [],
2527
2527
  ClientAffinity: [],
2528
- IdempotencyToken: (_) => _ ?? generateIdempotencyToken(),
2528
+ IdempotencyToken: [true, (_) => _ ?? generateIdempotencyToken()],
2529
2529
  PortRanges: _json,
2530
2530
  Protocol: [],
2531
2531
  });