@aws-sdk/client-omics 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.
@@ -188,7 +188,7 @@ const se_CreateRunGroupCommand = async (input, context) => {
188
188
  maxDuration: [],
189
189
  maxRuns: [],
190
190
  name: [],
191
- requestId: (_) => _ ?? (0, uuid_1.v4)(),
191
+ requestId: [true, (_) => _ ?? (0, uuid_1.v4)()],
192
192
  tags: (_) => (0, smithy_client_1._json)(_),
193
193
  }));
194
194
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -288,7 +288,7 @@ const se_CreateWorkflowCommand = async (input, context) => {
288
288
  main: [],
289
289
  name: [],
290
290
  parameterTemplate: (_) => (0, smithy_client_1._json)(_),
291
- requestId: (_) => _ ?? (0, uuid_1.v4)(),
291
+ requestId: [true, (_) => _ ?? (0, uuid_1.v4)()],
292
292
  storageCapacity: [],
293
293
  tags: (_) => (0, smithy_client_1._json)(_),
294
294
  }));
@@ -1709,7 +1709,7 @@ const se_StartRunCommand = async (input, context) => {
1709
1709
  outputUri: [],
1710
1710
  parameters: (_) => se_RunParameters(_, context),
1711
1711
  priority: [],
1712
- requestId: (_) => _ ?? (0, uuid_1.v4)(),
1712
+ requestId: [true, (_) => _ ?? (0, uuid_1.v4)()],
1713
1713
  roleArn: [],
1714
1714
  runGroupId: [],
1715
1715
  runId: [],