@aws-sdk/client-proton 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.
@@ -4580,7 +4580,7 @@ const de_ValidationExceptionRes = async (parsedOutput, context) => {
4580
4580
  };
4581
4581
  const se_CreateComponentInput = (input, context) => {
4582
4582
  return (0, smithy_client_1.take)(input, {
4583
- clientToken: (_) => _ ?? (0, uuid_1.v4)(),
4583
+ clientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4584
4584
  description: [],
4585
4585
  environmentName: [],
4586
4586
  manifest: [],
@@ -4594,7 +4594,7 @@ const se_CreateComponentInput = (input, context) => {
4594
4594
  };
4595
4595
  const se_CreateEnvironmentAccountConnectionInput = (input, context) => {
4596
4596
  return (0, smithy_client_1.take)(input, {
4597
- clientToken: (_) => _ ?? (0, uuid_1.v4)(),
4597
+ clientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4598
4598
  codebuildRoleArn: [],
4599
4599
  componentRoleArn: [],
4600
4600
  environmentName: [],
@@ -4621,7 +4621,7 @@ const se_CreateEnvironmentInput = (input, context) => {
4621
4621
  };
4622
4622
  const se_CreateEnvironmentTemplateVersionInput = (input, context) => {
4623
4623
  return (0, smithy_client_1.take)(input, {
4624
- clientToken: (_) => _ ?? (0, uuid_1.v4)(),
4624
+ clientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4625
4625
  description: [],
4626
4626
  majorVersion: [],
4627
4627
  source: smithy_client_1._json,
@@ -4645,7 +4645,7 @@ const se_CreateServiceInput = (input, context) => {
4645
4645
  };
4646
4646
  const se_CreateServiceInstanceInput = (input, context) => {
4647
4647
  return (0, smithy_client_1.take)(input, {
4648
- clientToken: (_) => _ ?? (0, uuid_1.v4)(),
4648
+ clientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4649
4649
  name: [],
4650
4650
  serviceName: [],
4651
4651
  spec: [],
@@ -4656,7 +4656,7 @@ const se_CreateServiceInstanceInput = (input, context) => {
4656
4656
  };
4657
4657
  const se_CreateServiceTemplateVersionInput = (input, context) => {
4658
4658
  return (0, smithy_client_1.take)(input, {
4659
- clientToken: (_) => _ ?? (0, uuid_1.v4)(),
4659
+ clientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4660
4660
  compatibleEnvironmentTemplates: smithy_client_1._json,
4661
4661
  description: [],
4662
4662
  majorVersion: [],
@@ -4668,7 +4668,7 @@ const se_CreateServiceTemplateVersionInput = (input, context) => {
4668
4668
  };
4669
4669
  const se_UpdateComponentInput = (input, context) => {
4670
4670
  return (0, smithy_client_1.take)(input, {
4671
- clientToken: (_) => _ ?? (0, uuid_1.v4)(),
4671
+ clientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4672
4672
  deploymentType: [],
4673
4673
  description: [],
4674
4674
  name: [],
@@ -4702,7 +4702,7 @@ const se_UpdateServiceInput = (input, context) => {
4702
4702
  };
4703
4703
  const se_UpdateServiceInstanceInput = (input, context) => {
4704
4704
  return (0, smithy_client_1.take)(input, {
4705
- clientToken: (_) => _ ?? (0, uuid_1.v4)(),
4705
+ clientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
4706
4706
  deploymentType: [],
4707
4707
  name: [],
4708
4708
  serviceName: [],