@aws-sdk/client-ssm 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.
@@ -7839,7 +7839,7 @@ const se_CreateActivationRequest = (input, context) => {
7839
7839
  const se_CreateMaintenanceWindowRequest = (input, context) => {
7840
7840
  return (0, smithy_client_1.take)(input, {
7841
7841
  AllowUnassociatedTargets: [],
7842
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
7842
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
7843
7843
  Cutoff: [],
7844
7844
  Description: [],
7845
7845
  Duration: [],
@@ -7878,7 +7878,7 @@ const se_CreatePatchBaselineRequest = (input, context) => {
7878
7878
  ApprovedPatches: smithy_client_1._json,
7879
7879
  ApprovedPatchesComplianceLevel: [],
7880
7880
  ApprovedPatchesEnableNonSecurity: [],
7881
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
7881
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
7882
7882
  Description: [],
7883
7883
  GlobalFilters: smithy_client_1._json,
7884
7884
  Name: [],
@@ -7891,7 +7891,7 @@ const se_CreatePatchBaselineRequest = (input, context) => {
7891
7891
  };
7892
7892
  const se_DeleteInventoryRequest = (input, context) => {
7893
7893
  return (0, smithy_client_1.take)(input, {
7894
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
7894
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
7895
7895
  DryRun: [],
7896
7896
  SchemaDeleteOption: [],
7897
7897
  TypeName: [],
@@ -7975,7 +7975,7 @@ const se_PutComplianceItemsRequest = (input, context) => {
7975
7975
  };
7976
7976
  const se_RegisterTargetWithMaintenanceWindowRequest = (input, context) => {
7977
7977
  return (0, smithy_client_1.take)(input, {
7978
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
7978
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
7979
7979
  Description: [],
7980
7980
  Name: [],
7981
7981
  OwnerInformation: [],
@@ -7987,7 +7987,7 @@ const se_RegisterTargetWithMaintenanceWindowRequest = (input, context) => {
7987
7987
  const se_RegisterTaskWithMaintenanceWindowRequest = (input, context) => {
7988
7988
  return (0, smithy_client_1.take)(input, {
7989
7989
  AlarmConfiguration: smithy_client_1._json,
7990
- ClientToken: (_) => _ ?? (0, uuid_1.v4)(),
7990
+ ClientToken: [true, (_) => _ ?? (0, uuid_1.v4)()],
7991
7991
  CutoffBehavior: [],
7992
7992
  Description: [],
7993
7993
  LoggingInfo: smithy_client_1._json,