@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.
@@ -7555,7 +7555,7 @@ const se_CreateActivationRequest = (input, context) => {
7555
7555
  const se_CreateMaintenanceWindowRequest = (input, context) => {
7556
7556
  return take(input, {
7557
7557
  AllowUnassociatedTargets: [],
7558
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
7558
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
7559
7559
  Cutoff: [],
7560
7560
  Description: [],
7561
7561
  Duration: [],
@@ -7594,7 +7594,7 @@ const se_CreatePatchBaselineRequest = (input, context) => {
7594
7594
  ApprovedPatches: _json,
7595
7595
  ApprovedPatchesComplianceLevel: [],
7596
7596
  ApprovedPatchesEnableNonSecurity: [],
7597
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
7597
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
7598
7598
  Description: [],
7599
7599
  GlobalFilters: _json,
7600
7600
  Name: [],
@@ -7607,7 +7607,7 @@ const se_CreatePatchBaselineRequest = (input, context) => {
7607
7607
  };
7608
7608
  const se_DeleteInventoryRequest = (input, context) => {
7609
7609
  return take(input, {
7610
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
7610
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
7611
7611
  DryRun: [],
7612
7612
  SchemaDeleteOption: [],
7613
7613
  TypeName: [],
@@ -7691,7 +7691,7 @@ const se_PutComplianceItemsRequest = (input, context) => {
7691
7691
  };
7692
7692
  const se_RegisterTargetWithMaintenanceWindowRequest = (input, context) => {
7693
7693
  return take(input, {
7694
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
7694
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
7695
7695
  Description: [],
7696
7696
  Name: [],
7697
7697
  OwnerInformation: [],
@@ -7703,7 +7703,7 @@ const se_RegisterTargetWithMaintenanceWindowRequest = (input, context) => {
7703
7703
  const se_RegisterTaskWithMaintenanceWindowRequest = (input, context) => {
7704
7704
  return take(input, {
7705
7705
  AlarmConfiguration: _json,
7706
- ClientToken: (_) => _ ?? generateIdempotencyToken(),
7706
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
7707
7707
  CutoffBehavior: [],
7708
7708
  Description: [],
7709
7709
  LoggingInfo: _json,