@aws-sdk/client-omics 3.758.0 → 3.772.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.
- package/dist-cjs/index.js +199 -204
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AbortMultipartReadSetUploadCommand: () => AbortMultipartReadSetUploadCommand,
|
|
25
25
|
Accelerators: () => Accelerators,
|
|
26
26
|
AcceptShareCommand: () => AcceptShareCommand,
|
|
@@ -233,7 +233,7 @@ __export(src_exports, {
|
|
|
233
233
|
waitUntilVariantStoreDeleted: () => waitUntilVariantStoreDeleted,
|
|
234
234
|
waitUntilWorkflowActive: () => waitUntilWorkflowActive
|
|
235
235
|
});
|
|
236
|
-
module.exports = __toCommonJS(
|
|
236
|
+
module.exports = __toCommonJS(index_exports);
|
|
237
237
|
|
|
238
238
|
// src/OmicsClient.ts
|
|
239
239
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -360,9 +360,9 @@ var OmicsClient = class extends import_smithy_client.Client {
|
|
|
360
360
|
this.middlewareStack.use(
|
|
361
361
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
362
362
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultOmicsHttpAuthSchemeParametersProvider,
|
|
363
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
363
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
364
364
|
"aws.auth#sigv4": config.credentials
|
|
365
|
-
})
|
|
365
|
+
}), "identityProviderConfigProvider")
|
|
366
366
|
})
|
|
367
367
|
);
|
|
368
368
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -647,18 +647,15 @@ var JobStatus = {
|
|
|
647
647
|
var FormatOptions;
|
|
648
648
|
((FormatOptions3) => {
|
|
649
649
|
FormatOptions3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
650
|
-
if (value.tsvOptions !== void 0)
|
|
651
|
-
|
|
652
|
-
if (value.vcfOptions !== void 0)
|
|
653
|
-
return visitor.vcfOptions(value.vcfOptions);
|
|
650
|
+
if (value.tsvOptions !== void 0) return visitor.tsvOptions(value.tsvOptions);
|
|
651
|
+
if (value.vcfOptions !== void 0) return visitor.vcfOptions(value.vcfOptions);
|
|
654
652
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
655
653
|
}, "visit");
|
|
656
654
|
})(FormatOptions || (FormatOptions = {}));
|
|
657
655
|
var ReferenceItem;
|
|
658
656
|
((ReferenceItem3) => {
|
|
659
657
|
ReferenceItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
660
|
-
if (value.referenceArn !== void 0)
|
|
661
|
-
return visitor.referenceArn(value.referenceArn);
|
|
658
|
+
if (value.referenceArn !== void 0) return visitor.referenceArn(value.referenceArn);
|
|
662
659
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
663
660
|
}, "visit");
|
|
664
661
|
})(ReferenceItem || (ReferenceItem = {}));
|
|
@@ -749,8 +746,7 @@ var SchemaValueType = {
|
|
|
749
746
|
var StoreOptions;
|
|
750
747
|
((StoreOptions3) => {
|
|
751
748
|
StoreOptions3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
752
|
-
if (value.tsvStoreOptions !== void 0)
|
|
753
|
-
return visitor.tsvStoreOptions(value.tsvStoreOptions);
|
|
749
|
+
if (value.tsvStoreOptions !== void 0) return visitor.tsvStoreOptions(value.tsvStoreOptions);
|
|
754
750
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
755
751
|
}, "visit");
|
|
756
752
|
})(StoreOptions || (StoreOptions = {}));
|
|
@@ -779,8 +775,7 @@ var StoreStatus = {
|
|
|
779
775
|
var VersionOptions;
|
|
780
776
|
((VersionOptions3) => {
|
|
781
777
|
VersionOptions3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
782
|
-
if (value.tsvVersionOptions !== void 0)
|
|
783
|
-
return visitor.tsvVersionOptions(value.tsvVersionOptions);
|
|
778
|
+
if (value.tsvVersionOptions !== void 0) return visitor.tsvVersionOptions(value.tsvVersionOptions);
|
|
784
779
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
785
780
|
}, "visit");
|
|
786
781
|
})(VersionOptions || (VersionOptions = {}));
|
|
@@ -1082,7 +1077,7 @@ var se_BatchDeleteReadSetCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1082
1077
|
let body;
|
|
1083
1078
|
body = JSON.stringify(
|
|
1084
1079
|
(0, import_smithy_client.take)(input, {
|
|
1085
|
-
ids: (_) => (0, import_smithy_client._json)(_)
|
|
1080
|
+
ids: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ids")
|
|
1086
1081
|
})
|
|
1087
1082
|
);
|
|
1088
1083
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1158,7 +1153,7 @@ var se_CompleteMultipartReadSetUploadCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1158
1153
|
let body;
|
|
1159
1154
|
body = JSON.stringify(
|
|
1160
1155
|
(0, import_smithy_client.take)(input, {
|
|
1161
|
-
parts: (_) => (0, import_smithy_client._json)(_)
|
|
1156
|
+
parts: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parts")
|
|
1162
1157
|
})
|
|
1163
1158
|
);
|
|
1164
1159
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1183,11 +1178,11 @@ var se_CreateAnnotationStoreCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1183
1178
|
(0, import_smithy_client.take)(input, {
|
|
1184
1179
|
description: [],
|
|
1185
1180
|
name: [],
|
|
1186
|
-
reference: (_) => (0, import_smithy_client._json)(_),
|
|
1187
|
-
sseConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1181
|
+
reference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "reference"),
|
|
1182
|
+
sseConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sseConfig"),
|
|
1188
1183
|
storeFormat: [],
|
|
1189
|
-
storeOptions: (_) => (0, import_smithy_client._json)(_),
|
|
1190
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1184
|
+
storeOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "storeOptions"),
|
|
1185
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1191
1186
|
versionName: []
|
|
1192
1187
|
})
|
|
1193
1188
|
);
|
|
@@ -1213,9 +1208,9 @@ var se_CreateAnnotationStoreVersionCommand = /* @__PURE__ */ __name(async (input
|
|
|
1213
1208
|
body = JSON.stringify(
|
|
1214
1209
|
(0, import_smithy_client.take)(input, {
|
|
1215
1210
|
description: [],
|
|
1216
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1211
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1217
1212
|
versionName: [],
|
|
1218
|
-
versionOptions: (_) => (0, import_smithy_client._json)(_)
|
|
1213
|
+
versionOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "versionOptions")
|
|
1219
1214
|
})
|
|
1220
1215
|
);
|
|
1221
1216
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1247,7 +1242,7 @@ var se_CreateMultipartReadSetUploadCommand = /* @__PURE__ */ __name(async (input
|
|
|
1247
1242
|
sampleId: [],
|
|
1248
1243
|
sourceFileType: [],
|
|
1249
1244
|
subjectId: [],
|
|
1250
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1245
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1251
1246
|
})
|
|
1252
1247
|
);
|
|
1253
1248
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1273,8 +1268,8 @@ var se_CreateReferenceStoreCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1273
1268
|
clientToken: [],
|
|
1274
1269
|
description: [],
|
|
1275
1270
|
name: [],
|
|
1276
|
-
sseConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1277
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1271
|
+
sseConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sseConfig"),
|
|
1272
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1278
1273
|
})
|
|
1279
1274
|
);
|
|
1280
1275
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1303,7 +1298,7 @@ var se_CreateRunCacheCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1303
1298
|
description: [],
|
|
1304
1299
|
name: [],
|
|
1305
1300
|
requestId: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1306
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1301
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1307
1302
|
})
|
|
1308
1303
|
);
|
|
1309
1304
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1332,7 +1327,7 @@ var se_CreateRunGroupCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1332
1327
|
maxRuns: [],
|
|
1333
1328
|
name: [],
|
|
1334
1329
|
requestId: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1335
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1330
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1336
1331
|
})
|
|
1337
1332
|
);
|
|
1338
1333
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1360,10 +1355,10 @@ var se_CreateSequenceStoreCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1360
1355
|
eTagAlgorithmFamily: [],
|
|
1361
1356
|
fallbackLocation: [],
|
|
1362
1357
|
name: [],
|
|
1363
|
-
propagatedSetLevelTags: (_) => (0, import_smithy_client._json)(_),
|
|
1364
|
-
s3AccessConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1365
|
-
sseConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1366
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1358
|
+
propagatedSetLevelTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "propagatedSetLevelTags"),
|
|
1359
|
+
s3AccessConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "s3AccessConfig"),
|
|
1360
|
+
sseConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sseConfig"),
|
|
1361
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1367
1362
|
})
|
|
1368
1363
|
);
|
|
1369
1364
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1413,9 +1408,9 @@ var se_CreateVariantStoreCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1413
1408
|
(0, import_smithy_client.take)(input, {
|
|
1414
1409
|
description: [],
|
|
1415
1410
|
name: [],
|
|
1416
|
-
reference: (_) => (0, import_smithy_client._json)(_),
|
|
1417
|
-
sseConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1418
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1411
|
+
reference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "reference"),
|
|
1412
|
+
sseConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sseConfig"),
|
|
1413
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1419
1414
|
})
|
|
1420
1415
|
);
|
|
1421
1416
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1440,15 +1435,15 @@ var se_CreateWorkflowCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1440
1435
|
(0, import_smithy_client.take)(input, {
|
|
1441
1436
|
accelerators: [],
|
|
1442
1437
|
definitionUri: [],
|
|
1443
|
-
definitionZip: (_) => context.base64Encoder(_),
|
|
1438
|
+
definitionZip: /* @__PURE__ */ __name((_) => context.base64Encoder(_), "definitionZip"),
|
|
1444
1439
|
description: [],
|
|
1445
1440
|
engine: [],
|
|
1446
1441
|
main: [],
|
|
1447
1442
|
name: [],
|
|
1448
|
-
parameterTemplate: (_) => (0, import_smithy_client._json)(_),
|
|
1443
|
+
parameterTemplate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parameterTemplate"),
|
|
1449
1444
|
requestId: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1450
1445
|
storageCapacity: [],
|
|
1451
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1446
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1452
1447
|
})
|
|
1453
1448
|
);
|
|
1454
1449
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1495,7 +1490,7 @@ var se_DeleteAnnotationStoreVersionsCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1495
1490
|
let body;
|
|
1496
1491
|
body = JSON.stringify(
|
|
1497
1492
|
(0, import_smithy_client.take)(input, {
|
|
1498
|
-
versions: (_) => (0, import_smithy_client._json)(_)
|
|
1493
|
+
versions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "versions")
|
|
1499
1494
|
})
|
|
1500
1495
|
);
|
|
1501
1496
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2098,8 +2093,8 @@ var se_ListAnnotationImportJobsCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
2098
2093
|
let body;
|
|
2099
2094
|
body = JSON.stringify(
|
|
2100
2095
|
(0, import_smithy_client.take)(input, {
|
|
2101
|
-
filter: (_) => (0, import_smithy_client._json)(_),
|
|
2102
|
-
ids: (_) => (0, import_smithy_client._json)(_)
|
|
2096
|
+
filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter"),
|
|
2097
|
+
ids: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ids")
|
|
2103
2098
|
})
|
|
2104
2099
|
);
|
|
2105
2100
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2126,8 +2121,8 @@ var se_ListAnnotationStoresCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2126
2121
|
let body;
|
|
2127
2122
|
body = JSON.stringify(
|
|
2128
2123
|
(0, import_smithy_client.take)(input, {
|
|
2129
|
-
filter: (_) => (0, import_smithy_client._json)(_),
|
|
2130
|
-
ids: (_) => (0, import_smithy_client._json)(_)
|
|
2124
|
+
filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter"),
|
|
2125
|
+
ids: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ids")
|
|
2131
2126
|
})
|
|
2132
2127
|
);
|
|
2133
2128
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2155,7 +2150,7 @@ var se_ListAnnotationStoreVersionsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2155
2150
|
let body;
|
|
2156
2151
|
body = JSON.stringify(
|
|
2157
2152
|
(0, import_smithy_client.take)(input, {
|
|
2158
|
-
filter: (_) => (0, import_smithy_client._json)(_)
|
|
2153
|
+
filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter")
|
|
2159
2154
|
})
|
|
2160
2155
|
);
|
|
2161
2156
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2204,7 +2199,7 @@ var se_ListReadSetActivationJobsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2204
2199
|
let body;
|
|
2205
2200
|
body = JSON.stringify(
|
|
2206
2201
|
(0, import_smithy_client.take)(input, {
|
|
2207
|
-
filter: (_) => se_ActivateReadSetFilter(_, context)
|
|
2202
|
+
filter: /* @__PURE__ */ __name((_) => se_ActivateReadSetFilter(_, context), "filter")
|
|
2208
2203
|
})
|
|
2209
2204
|
);
|
|
2210
2205
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2232,7 +2227,7 @@ var se_ListReadSetExportJobsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2232
2227
|
let body;
|
|
2233
2228
|
body = JSON.stringify(
|
|
2234
2229
|
(0, import_smithy_client.take)(input, {
|
|
2235
|
-
filter: (_) => se_ExportReadSetFilter(_, context)
|
|
2230
|
+
filter: /* @__PURE__ */ __name((_) => se_ExportReadSetFilter(_, context), "filter")
|
|
2236
2231
|
})
|
|
2237
2232
|
);
|
|
2238
2233
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2260,7 +2255,7 @@ var se_ListReadSetImportJobsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2260
2255
|
let body;
|
|
2261
2256
|
body = JSON.stringify(
|
|
2262
2257
|
(0, import_smithy_client.take)(input, {
|
|
2263
|
-
filter: (_) => se_ImportReadSetFilter(_, context)
|
|
2258
|
+
filter: /* @__PURE__ */ __name((_) => se_ImportReadSetFilter(_, context), "filter")
|
|
2264
2259
|
})
|
|
2265
2260
|
);
|
|
2266
2261
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2288,7 +2283,7 @@ var se_ListReadSetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2288
2283
|
let body;
|
|
2289
2284
|
body = JSON.stringify(
|
|
2290
2285
|
(0, import_smithy_client.take)(input, {
|
|
2291
|
-
filter: (_) => se_ReadSetFilter(_, context)
|
|
2286
|
+
filter: /* @__PURE__ */ __name((_) => se_ReadSetFilter(_, context), "filter")
|
|
2292
2287
|
})
|
|
2293
2288
|
);
|
|
2294
2289
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2317,7 +2312,7 @@ var se_ListReadSetUploadPartsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2317
2312
|
let body;
|
|
2318
2313
|
body = JSON.stringify(
|
|
2319
2314
|
(0, import_smithy_client.take)(input, {
|
|
2320
|
-
filter: (_) => se_ReadSetUploadPartListFilter(_, context),
|
|
2315
|
+
filter: /* @__PURE__ */ __name((_) => se_ReadSetUploadPartListFilter(_, context), "filter"),
|
|
2321
2316
|
partSource: []
|
|
2322
2317
|
})
|
|
2323
2318
|
);
|
|
@@ -2346,7 +2341,7 @@ var se_ListReferenceImportJobsCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2346
2341
|
let body;
|
|
2347
2342
|
body = JSON.stringify(
|
|
2348
2343
|
(0, import_smithy_client.take)(input, {
|
|
2349
|
-
filter: (_) => se_ImportReferenceFilter(_, context)
|
|
2344
|
+
filter: /* @__PURE__ */ __name((_) => se_ImportReferenceFilter(_, context), "filter")
|
|
2350
2345
|
})
|
|
2351
2346
|
);
|
|
2352
2347
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2374,7 +2369,7 @@ var se_ListReferencesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2374
2369
|
let body;
|
|
2375
2370
|
body = JSON.stringify(
|
|
2376
2371
|
(0, import_smithy_client.take)(input, {
|
|
2377
|
-
filter: (_) => se_ReferenceFilter(_, context)
|
|
2372
|
+
filter: /* @__PURE__ */ __name((_) => se_ReferenceFilter(_, context), "filter")
|
|
2378
2373
|
})
|
|
2379
2374
|
);
|
|
2380
2375
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2401,7 +2396,7 @@ var se_ListReferenceStoresCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2401
2396
|
let body;
|
|
2402
2397
|
body = JSON.stringify(
|
|
2403
2398
|
(0, import_smithy_client.take)(input, {
|
|
2404
|
-
filter: (_) => se_ReferenceStoreFilter(_, context)
|
|
2399
|
+
filter: /* @__PURE__ */ __name((_) => se_ReferenceStoreFilter(_, context), "filter")
|
|
2405
2400
|
})
|
|
2406
2401
|
);
|
|
2407
2402
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2514,7 +2509,7 @@ var se_ListSequenceStoresCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2514
2509
|
let body;
|
|
2515
2510
|
body = JSON.stringify(
|
|
2516
2511
|
(0, import_smithy_client.take)(input, {
|
|
2517
|
-
filter: (_) => se_SequenceStoreFilter(_, context)
|
|
2512
|
+
filter: /* @__PURE__ */ __name((_) => se_SequenceStoreFilter(_, context), "filter")
|
|
2518
2513
|
})
|
|
2519
2514
|
);
|
|
2520
2515
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2541,7 +2536,7 @@ var se_ListSharesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2541
2536
|
let body;
|
|
2542
2537
|
body = JSON.stringify(
|
|
2543
2538
|
(0, import_smithy_client.take)(input, {
|
|
2544
|
-
filter: (_) => (0, import_smithy_client._json)(_),
|
|
2539
|
+
filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter"),
|
|
2545
2540
|
resourceOwner: []
|
|
2546
2541
|
})
|
|
2547
2542
|
);
|
|
@@ -2586,8 +2581,8 @@ var se_ListVariantImportJobsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2586
2581
|
let body;
|
|
2587
2582
|
body = JSON.stringify(
|
|
2588
2583
|
(0, import_smithy_client.take)(input, {
|
|
2589
|
-
filter: (_) => (0, import_smithy_client._json)(_),
|
|
2590
|
-
ids: (_) => (0, import_smithy_client._json)(_)
|
|
2584
|
+
filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter"),
|
|
2585
|
+
ids: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ids")
|
|
2591
2586
|
})
|
|
2592
2587
|
);
|
|
2593
2588
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2614,8 +2609,8 @@ var se_ListVariantStoresCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2614
2609
|
let body;
|
|
2615
2610
|
body = JSON.stringify(
|
|
2616
2611
|
(0, import_smithy_client.take)(input, {
|
|
2617
|
-
filter: (_) => (0, import_smithy_client._json)(_),
|
|
2618
|
-
ids: (_) => (0, import_smithy_client._json)(_)
|
|
2612
|
+
filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filter"),
|
|
2613
|
+
ids: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ids")
|
|
2619
2614
|
})
|
|
2620
2615
|
);
|
|
2621
2616
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2661,7 +2656,7 @@ var se_PutS3AccessPolicyCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2661
2656
|
let body;
|
|
2662
2657
|
body = JSON.stringify(
|
|
2663
2658
|
(0, import_smithy_client.take)(input, {
|
|
2664
|
-
s3AccessPolicy: (_) => import_smithy_client.LazyJsonString.from(_)
|
|
2659
|
+
s3AccessPolicy: /* @__PURE__ */ __name((_) => import_smithy_client.LazyJsonString.from(_), "s3AccessPolicy")
|
|
2665
2660
|
})
|
|
2666
2661
|
);
|
|
2667
2662
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2684,10 +2679,10 @@ var se_StartAnnotationImportJobCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
2684
2679
|
let body;
|
|
2685
2680
|
body = JSON.stringify(
|
|
2686
2681
|
(0, import_smithy_client.take)(input, {
|
|
2687
|
-
annotationFields: (_) => (0, import_smithy_client._json)(_),
|
|
2682
|
+
annotationFields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "annotationFields"),
|
|
2688
2683
|
destinationName: [],
|
|
2689
|
-
formatOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2690
|
-
items: (_) => (0, import_smithy_client._json)(_),
|
|
2684
|
+
formatOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "formatOptions"),
|
|
2685
|
+
items: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "items"),
|
|
2691
2686
|
roleArn: [],
|
|
2692
2687
|
runLeftNormalization: [],
|
|
2693
2688
|
versionName: []
|
|
@@ -2715,7 +2710,7 @@ var se_StartReadSetActivationJobCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2715
2710
|
body = JSON.stringify(
|
|
2716
2711
|
(0, import_smithy_client.take)(input, {
|
|
2717
2712
|
clientToken: [],
|
|
2718
|
-
sources: (_) => (0, import_smithy_client._json)(_)
|
|
2713
|
+
sources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sources")
|
|
2719
2714
|
})
|
|
2720
2715
|
);
|
|
2721
2716
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2742,7 +2737,7 @@ var se_StartReadSetExportJobCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2742
2737
|
clientToken: [],
|
|
2743
2738
|
destination: [],
|
|
2744
2739
|
roleArn: [],
|
|
2745
|
-
sources: (_) => (0, import_smithy_client._json)(_)
|
|
2740
|
+
sources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sources")
|
|
2746
2741
|
})
|
|
2747
2742
|
);
|
|
2748
2743
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2768,7 +2763,7 @@ var se_StartReadSetImportJobCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2768
2763
|
(0, import_smithy_client.take)(input, {
|
|
2769
2764
|
clientToken: [],
|
|
2770
2765
|
roleArn: [],
|
|
2771
|
-
sources: (_) => (0, import_smithy_client._json)(_)
|
|
2766
|
+
sources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sources")
|
|
2772
2767
|
})
|
|
2773
2768
|
);
|
|
2774
2769
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2794,7 +2789,7 @@ var se_StartReferenceImportJobCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2794
2789
|
(0, import_smithy_client.take)(input, {
|
|
2795
2790
|
clientToken: [],
|
|
2796
2791
|
roleArn: [],
|
|
2797
|
-
sources: (_) => (0, import_smithy_client._json)(_)
|
|
2792
|
+
sources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sources")
|
|
2798
2793
|
})
|
|
2799
2794
|
);
|
|
2800
2795
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2822,7 +2817,7 @@ var se_StartRunCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2822
2817
|
logLevel: [],
|
|
2823
2818
|
name: [],
|
|
2824
2819
|
outputUri: [],
|
|
2825
|
-
parameters: (_) => se_RunParameters(_, context),
|
|
2820
|
+
parameters: /* @__PURE__ */ __name((_) => se_RunParameters(_, context), "parameters"),
|
|
2826
2821
|
priority: [],
|
|
2827
2822
|
requestId: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2828
2823
|
retentionMode: [],
|
|
@@ -2831,7 +2826,7 @@ var se_StartRunCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2831
2826
|
runId: [],
|
|
2832
2827
|
storageCapacity: [],
|
|
2833
2828
|
storageType: [],
|
|
2834
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
2829
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
2835
2830
|
workflowId: [],
|
|
2836
2831
|
workflowOwnerId: [],
|
|
2837
2832
|
workflowType: []
|
|
@@ -2857,9 +2852,9 @@ var se_StartVariantImportJobCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
2857
2852
|
let body;
|
|
2858
2853
|
body = JSON.stringify(
|
|
2859
2854
|
(0, import_smithy_client.take)(input, {
|
|
2860
|
-
annotationFields: (_) => (0, import_smithy_client._json)(_),
|
|
2855
|
+
annotationFields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "annotationFields"),
|
|
2861
2856
|
destinationName: [],
|
|
2862
|
-
items: (_) => (0, import_smithy_client._json)(_),
|
|
2857
|
+
items: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "items"),
|
|
2863
2858
|
roleArn: [],
|
|
2864
2859
|
runLeftNormalization: []
|
|
2865
2860
|
})
|
|
@@ -2885,7 +2880,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2885
2880
|
let body;
|
|
2886
2881
|
body = JSON.stringify(
|
|
2887
2882
|
(0, import_smithy_client.take)(input, {
|
|
2888
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2883
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2889
2884
|
})
|
|
2890
2885
|
);
|
|
2891
2886
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -3036,8 +3031,8 @@ var se_UpdateSequenceStoreCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
3036
3031
|
description: [],
|
|
3037
3032
|
fallbackLocation: [],
|
|
3038
3033
|
name: [],
|
|
3039
|
-
propagatedSetLevelTags: (_) => (0, import_smithy_client._json)(_),
|
|
3040
|
-
s3AccessConfig: (_) => (0, import_smithy_client._json)(_)
|
|
3034
|
+
propagatedSetLevelTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "propagatedSetLevelTags"),
|
|
3035
|
+
s3AccessConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "s3AccessConfig")
|
|
3041
3036
|
})
|
|
3042
3037
|
);
|
|
3043
3038
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -3219,13 +3214,13 @@ var de_CreateAnnotationStoreCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3219
3214
|
});
|
|
3220
3215
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3221
3216
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3222
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3217
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3223
3218
|
id: import_smithy_client.expectString,
|
|
3224
3219
|
name: import_smithy_client.expectString,
|
|
3225
|
-
reference: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3220
|
+
reference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "reference"),
|
|
3226
3221
|
status: import_smithy_client.expectString,
|
|
3227
3222
|
storeFormat: import_smithy_client.expectString,
|
|
3228
|
-
storeOptions: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3223
|
+
storeOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "storeOptions"),
|
|
3229
3224
|
versionName: import_smithy_client.expectString
|
|
3230
3225
|
});
|
|
3231
3226
|
Object.assign(contents, doc);
|
|
@@ -3240,13 +3235,13 @@ var de_CreateAnnotationStoreVersionCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
3240
3235
|
});
|
|
3241
3236
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3242
3237
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3243
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3238
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3244
3239
|
id: import_smithy_client.expectString,
|
|
3245
3240
|
name: import_smithy_client.expectString,
|
|
3246
3241
|
status: import_smithy_client.expectString,
|
|
3247
3242
|
storeId: import_smithy_client.expectString,
|
|
3248
3243
|
versionName: import_smithy_client.expectString,
|
|
3249
|
-
versionOptions: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
3244
|
+
versionOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "versionOptions")
|
|
3250
3245
|
});
|
|
3251
3246
|
Object.assign(contents, doc);
|
|
3252
3247
|
return contents;
|
|
@@ -3260,7 +3255,7 @@ var de_CreateMultipartReadSetUploadCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
3260
3255
|
});
|
|
3261
3256
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3262
3257
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3263
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3258
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3264
3259
|
description: import_smithy_client.expectString,
|
|
3265
3260
|
generatedFrom: import_smithy_client.expectString,
|
|
3266
3261
|
name: import_smithy_client.expectString,
|
|
@@ -3285,7 +3280,7 @@ var de_CreateReferenceStoreCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3285
3280
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3286
3281
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3287
3282
|
arn: import_smithy_client.expectString,
|
|
3288
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3283
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3289
3284
|
description: import_smithy_client.expectString,
|
|
3290
3285
|
id: import_smithy_client.expectString,
|
|
3291
3286
|
name: import_smithy_client.expectString,
|
|
@@ -3337,7 +3332,7 @@ var de_CreateSequenceStoreCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3337
3332
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3338
3333
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3339
3334
|
arn: import_smithy_client.expectString,
|
|
3340
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3335
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3341
3336
|
description: import_smithy_client.expectString,
|
|
3342
3337
|
eTagAlgorithmFamily: import_smithy_client.expectString,
|
|
3343
3338
|
fallbackLocation: import_smithy_client.expectString,
|
|
@@ -3377,10 +3372,10 @@ var de_CreateVariantStoreCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3377
3372
|
});
|
|
3378
3373
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3379
3374
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3380
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3375
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3381
3376
|
id: import_smithy_client.expectString,
|
|
3382
3377
|
name: import_smithy_client.expectString,
|
|
3383
|
-
reference: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3378
|
+
reference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "reference"),
|
|
3384
3379
|
status: import_smithy_client.expectString
|
|
3385
3380
|
});
|
|
3386
3381
|
Object.assign(contents, doc);
|
|
@@ -3549,17 +3544,17 @@ var de_GetAnnotationImportJobCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
3549
3544
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3550
3545
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3551
3546
|
annotationFields: import_smithy_client._json,
|
|
3552
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3553
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3547
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
3548
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3554
3549
|
destinationName: import_smithy_client.expectString,
|
|
3555
|
-
formatOptions: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3550
|
+
formatOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "formatOptions"),
|
|
3556
3551
|
id: import_smithy_client.expectString,
|
|
3557
3552
|
items: import_smithy_client._json,
|
|
3558
3553
|
roleArn: import_smithy_client.expectString,
|
|
3559
3554
|
runLeftNormalization: import_smithy_client.expectBoolean,
|
|
3560
3555
|
status: import_smithy_client.expectString,
|
|
3561
3556
|
statusMessage: import_smithy_client.expectString,
|
|
3562
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3557
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime"),
|
|
3563
3558
|
versionName: import_smithy_client.expectString
|
|
3564
3559
|
});
|
|
3565
3560
|
Object.assign(contents, doc);
|
|
@@ -3574,21 +3569,21 @@ var de_GetAnnotationStoreCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3574
3569
|
});
|
|
3575
3570
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3576
3571
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3577
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3572
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3578
3573
|
description: import_smithy_client.expectString,
|
|
3579
3574
|
id: import_smithy_client.expectString,
|
|
3580
3575
|
name: import_smithy_client.expectString,
|
|
3581
3576
|
numVersions: import_smithy_client.expectInt32,
|
|
3582
|
-
reference: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3577
|
+
reference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "reference"),
|
|
3583
3578
|
sseConfig: import_smithy_client._json,
|
|
3584
3579
|
status: import_smithy_client.expectString,
|
|
3585
3580
|
statusMessage: import_smithy_client.expectString,
|
|
3586
3581
|
storeArn: import_smithy_client.expectString,
|
|
3587
3582
|
storeFormat: import_smithy_client.expectString,
|
|
3588
|
-
storeOptions: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3583
|
+
storeOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "storeOptions"),
|
|
3589
3584
|
storeSizeBytes: import_smithy_client.expectLong,
|
|
3590
3585
|
tags: import_smithy_client._json,
|
|
3591
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3586
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
3592
3587
|
});
|
|
3593
3588
|
Object.assign(contents, doc);
|
|
3594
3589
|
return contents;
|
|
@@ -3602,7 +3597,7 @@ var de_GetAnnotationStoreVersionCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3602
3597
|
});
|
|
3603
3598
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3604
3599
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3605
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3600
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3606
3601
|
description: import_smithy_client.expectString,
|
|
3607
3602
|
id: import_smithy_client.expectString,
|
|
3608
3603
|
name: import_smithy_client.expectString,
|
|
@@ -3610,10 +3605,10 @@ var de_GetAnnotationStoreVersionCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3610
3605
|
statusMessage: import_smithy_client.expectString,
|
|
3611
3606
|
storeId: import_smithy_client.expectString,
|
|
3612
3607
|
tags: import_smithy_client._json,
|
|
3613
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3608
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime"),
|
|
3614
3609
|
versionArn: import_smithy_client.expectString,
|
|
3615
3610
|
versionName: import_smithy_client.expectString,
|
|
3616
|
-
versionOptions: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
3611
|
+
versionOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "versionOptions"),
|
|
3617
3612
|
versionSizeBytes: import_smithy_client.expectLong
|
|
3618
3613
|
});
|
|
3619
3614
|
Object.assign(contents, doc);
|
|
@@ -3640,8 +3635,8 @@ var de_GetReadSetActivationJobCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
3640
3635
|
});
|
|
3641
3636
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3642
3637
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3643
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3644
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3638
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
3639
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3645
3640
|
id: import_smithy_client.expectString,
|
|
3646
3641
|
sequenceStoreId: import_smithy_client.expectString,
|
|
3647
3642
|
sources: import_smithy_client._json,
|
|
@@ -3660,8 +3655,8 @@ var de_GetReadSetExportJobCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3660
3655
|
});
|
|
3661
3656
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3662
3657
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3663
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3664
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3658
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
3659
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3665
3660
|
destination: import_smithy_client.expectString,
|
|
3666
3661
|
id: import_smithy_client.expectString,
|
|
3667
3662
|
readSets: import_smithy_client._json,
|
|
@@ -3681,8 +3676,8 @@ var de_GetReadSetImportJobCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3681
3676
|
});
|
|
3682
3677
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3683
3678
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3684
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3685
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3679
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
3680
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3686
3681
|
id: import_smithy_client.expectString,
|
|
3687
3682
|
roleArn: import_smithy_client.expectString,
|
|
3688
3683
|
sequenceStoreId: import_smithy_client.expectString,
|
|
@@ -3704,7 +3699,7 @@ var de_GetReadSetMetadataCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3704
3699
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3705
3700
|
arn: import_smithy_client.expectString,
|
|
3706
3701
|
creationJobId: import_smithy_client.expectString,
|
|
3707
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3702
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3708
3703
|
creationType: import_smithy_client.expectString,
|
|
3709
3704
|
description: import_smithy_client.expectString,
|
|
3710
3705
|
etag: import_smithy_client._json,
|
|
@@ -3744,8 +3739,8 @@ var de_GetReferenceImportJobCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3744
3739
|
});
|
|
3745
3740
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3746
3741
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3747
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3748
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3742
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
3743
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3749
3744
|
id: import_smithy_client.expectString,
|
|
3750
3745
|
referenceStoreId: import_smithy_client.expectString,
|
|
3751
3746
|
roleArn: import_smithy_client.expectString,
|
|
@@ -3767,7 +3762,7 @@ var de_GetReferenceMetadataCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3767
3762
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3768
3763
|
arn: import_smithy_client.expectString,
|
|
3769
3764
|
creationJobId: import_smithy_client.expectString,
|
|
3770
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3765
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3771
3766
|
creationType: import_smithy_client.expectString,
|
|
3772
3767
|
description: import_smithy_client.expectString,
|
|
3773
3768
|
files: import_smithy_client._json,
|
|
@@ -3776,7 +3771,7 @@ var de_GetReferenceMetadataCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3776
3771
|
name: import_smithy_client.expectString,
|
|
3777
3772
|
referenceStoreId: import_smithy_client.expectString,
|
|
3778
3773
|
status: import_smithy_client.expectString,
|
|
3779
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3774
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
3780
3775
|
});
|
|
3781
3776
|
Object.assign(contents, doc);
|
|
3782
3777
|
return contents;
|
|
@@ -3791,7 +3786,7 @@ var de_GetReferenceStoreCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3791
3786
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3792
3787
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3793
3788
|
arn: import_smithy_client.expectString,
|
|
3794
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3789
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3795
3790
|
description: import_smithy_client.expectString,
|
|
3796
3791
|
id: import_smithy_client.expectString,
|
|
3797
3792
|
name: import_smithy_client.expectString,
|
|
@@ -3813,7 +3808,7 @@ var de_GetRunCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3813
3808
|
arn: import_smithy_client.expectString,
|
|
3814
3809
|
cacheBehavior: import_smithy_client.expectString,
|
|
3815
3810
|
cacheId: import_smithy_client.expectString,
|
|
3816
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3811
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3817
3812
|
definition: import_smithy_client.expectString,
|
|
3818
3813
|
digest: import_smithy_client.expectString,
|
|
3819
3814
|
engineVersion: import_smithy_client.expectString,
|
|
@@ -3823,7 +3818,7 @@ var de_GetRunCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3823
3818
|
logLocation: import_smithy_client._json,
|
|
3824
3819
|
name: import_smithy_client.expectString,
|
|
3825
3820
|
outputUri: import_smithy_client.expectString,
|
|
3826
|
-
parameters: (_) => de_RunParameters(_, context),
|
|
3821
|
+
parameters: /* @__PURE__ */ __name((_) => de_RunParameters(_, context), "parameters"),
|
|
3827
3822
|
priority: import_smithy_client.expectInt32,
|
|
3828
3823
|
resourceDigests: import_smithy_client._json,
|
|
3829
3824
|
retentionMode: import_smithy_client.expectString,
|
|
@@ -3831,11 +3826,11 @@ var de_GetRunCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3831
3826
|
runGroupId: import_smithy_client.expectString,
|
|
3832
3827
|
runId: import_smithy_client.expectString,
|
|
3833
3828
|
runOutputUri: import_smithy_client.expectString,
|
|
3834
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3829
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
3835
3830
|
startedBy: import_smithy_client.expectString,
|
|
3836
3831
|
status: import_smithy_client.expectString,
|
|
3837
3832
|
statusMessage: import_smithy_client.expectString,
|
|
3838
|
-
stopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3833
|
+
stopTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "stopTime"),
|
|
3839
3834
|
storageCapacity: import_smithy_client.expectInt32,
|
|
3840
3835
|
storageType: import_smithy_client.expectString,
|
|
3841
3836
|
tags: import_smithy_client._json,
|
|
@@ -3860,7 +3855,7 @@ var de_GetRunCacheCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3860
3855
|
cacheBehavior: import_smithy_client.expectString,
|
|
3861
3856
|
cacheBucketOwnerId: import_smithy_client.expectString,
|
|
3862
3857
|
cacheS3Uri: import_smithy_client.expectString,
|
|
3863
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3858
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3864
3859
|
description: import_smithy_client.expectString,
|
|
3865
3860
|
id: import_smithy_client.expectString,
|
|
3866
3861
|
name: import_smithy_client.expectString,
|
|
@@ -3880,7 +3875,7 @@ var de_GetRunGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3880
3875
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3881
3876
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3882
3877
|
arn: import_smithy_client.expectString,
|
|
3883
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3878
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3884
3879
|
id: import_smithy_client.expectString,
|
|
3885
3880
|
maxCpus: import_smithy_client.expectInt32,
|
|
3886
3881
|
maxDuration: import_smithy_client.expectInt32,
|
|
@@ -3904,17 +3899,17 @@ var de_GetRunTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3904
3899
|
cacheHit: import_smithy_client.expectBoolean,
|
|
3905
3900
|
cacheS3Uri: import_smithy_client.expectString,
|
|
3906
3901
|
cpus: import_smithy_client.expectInt32,
|
|
3907
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3902
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3908
3903
|
failureReason: import_smithy_client.expectString,
|
|
3909
3904
|
gpus: import_smithy_client.expectInt32,
|
|
3910
3905
|
instanceType: import_smithy_client.expectString,
|
|
3911
3906
|
logStream: import_smithy_client.expectString,
|
|
3912
3907
|
memory: import_smithy_client.expectInt32,
|
|
3913
3908
|
name: import_smithy_client.expectString,
|
|
3914
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3909
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
3915
3910
|
status: import_smithy_client.expectString,
|
|
3916
3911
|
statusMessage: import_smithy_client.expectString,
|
|
3917
|
-
stopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3912
|
+
stopTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "stopTime"),
|
|
3918
3913
|
taskId: import_smithy_client.expectString
|
|
3919
3914
|
});
|
|
3920
3915
|
Object.assign(contents, doc);
|
|
@@ -3933,7 +3928,7 @@ var de_GetS3AccessPolicyCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3933
3928
|
s3AccessPolicy: import_smithy_client.LazyJsonString.from,
|
|
3934
3929
|
storeId: import_smithy_client.expectString,
|
|
3935
3930
|
storeType: import_smithy_client.expectString,
|
|
3936
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3931
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
3937
3932
|
});
|
|
3938
3933
|
Object.assign(contents, doc);
|
|
3939
3934
|
return contents;
|
|
@@ -3948,7 +3943,7 @@ var de_GetSequenceStoreCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3948
3943
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3949
3944
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3950
3945
|
arn: import_smithy_client.expectString,
|
|
3951
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3946
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3952
3947
|
description: import_smithy_client.expectString,
|
|
3953
3948
|
eTagAlgorithmFamily: import_smithy_client.expectString,
|
|
3954
3949
|
fallbackLocation: import_smithy_client.expectString,
|
|
@@ -3959,7 +3954,7 @@ var de_GetSequenceStoreCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3959
3954
|
sseConfig: import_smithy_client._json,
|
|
3960
3955
|
status: import_smithy_client.expectString,
|
|
3961
3956
|
statusMessage: import_smithy_client.expectString,
|
|
3962
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3957
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
3963
3958
|
});
|
|
3964
3959
|
Object.assign(contents, doc);
|
|
3965
3960
|
return contents;
|
|
@@ -3973,7 +3968,7 @@ var de_GetShareCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3973
3968
|
});
|
|
3974
3969
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3975
3970
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3976
|
-
share: (_) => de_ShareDetails(_, context)
|
|
3971
|
+
share: /* @__PURE__ */ __name((_) => de_ShareDetails(_, context), "share")
|
|
3977
3972
|
});
|
|
3978
3973
|
Object.assign(contents, doc);
|
|
3979
3974
|
return contents;
|
|
@@ -3988,8 +3983,8 @@ var de_GetVariantImportJobCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3988
3983
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3989
3984
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3990
3985
|
annotationFields: import_smithy_client._json,
|
|
3991
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3992
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3986
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
3987
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
3993
3988
|
destinationName: import_smithy_client.expectString,
|
|
3994
3989
|
id: import_smithy_client.expectString,
|
|
3995
3990
|
items: import_smithy_client._json,
|
|
@@ -3997,7 +3992,7 @@ var de_GetVariantImportJobCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3997
3992
|
runLeftNormalization: import_smithy_client.expectBoolean,
|
|
3998
3993
|
status: import_smithy_client.expectString,
|
|
3999
3994
|
statusMessage: import_smithy_client.expectString,
|
|
4000
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
3995
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
4001
3996
|
});
|
|
4002
3997
|
Object.assign(contents, doc);
|
|
4003
3998
|
return contents;
|
|
@@ -4011,18 +4006,18 @@ var de_GetVariantStoreCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
4011
4006
|
});
|
|
4012
4007
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4013
4008
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4014
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4009
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4015
4010
|
description: import_smithy_client.expectString,
|
|
4016
4011
|
id: import_smithy_client.expectString,
|
|
4017
4012
|
name: import_smithy_client.expectString,
|
|
4018
|
-
reference: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4013
|
+
reference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "reference"),
|
|
4019
4014
|
sseConfig: import_smithy_client._json,
|
|
4020
4015
|
status: import_smithy_client.expectString,
|
|
4021
4016
|
statusMessage: import_smithy_client.expectString,
|
|
4022
4017
|
storeArn: import_smithy_client.expectString,
|
|
4023
4018
|
storeSizeBytes: import_smithy_client.expectLong,
|
|
4024
4019
|
tags: import_smithy_client._json,
|
|
4025
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4020
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
4026
4021
|
});
|
|
4027
4022
|
Object.assign(contents, doc);
|
|
4028
4023
|
return contents;
|
|
@@ -4038,7 +4033,7 @@ var de_GetWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4038
4033
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4039
4034
|
accelerators: import_smithy_client.expectString,
|
|
4040
4035
|
arn: import_smithy_client.expectString,
|
|
4041
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4036
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4042
4037
|
definition: import_smithy_client.expectString,
|
|
4043
4038
|
description: import_smithy_client.expectString,
|
|
4044
4039
|
digest: import_smithy_client.expectString,
|
|
@@ -4066,7 +4061,7 @@ var de_ListAnnotationImportJobsCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
4066
4061
|
});
|
|
4067
4062
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4068
4063
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4069
|
-
annotationImportJobs: (_) => de_AnnotationImportJobItems(_, context),
|
|
4064
|
+
annotationImportJobs: /* @__PURE__ */ __name((_) => de_AnnotationImportJobItems(_, context), "annotationImportJobs"),
|
|
4070
4065
|
nextToken: import_smithy_client.expectString
|
|
4071
4066
|
});
|
|
4072
4067
|
Object.assign(contents, doc);
|
|
@@ -4081,7 +4076,7 @@ var de_ListAnnotationStoresCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
4081
4076
|
});
|
|
4082
4077
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4083
4078
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4084
|
-
annotationStores: (_) => de_AnnotationStoreItems(_, context),
|
|
4079
|
+
annotationStores: /* @__PURE__ */ __name((_) => de_AnnotationStoreItems(_, context), "annotationStores"),
|
|
4085
4080
|
nextToken: import_smithy_client.expectString
|
|
4086
4081
|
});
|
|
4087
4082
|
Object.assign(contents, doc);
|
|
@@ -4096,7 +4091,7 @@ var de_ListAnnotationStoreVersionsCommand = /* @__PURE__ */ __name(async (output
|
|
|
4096
4091
|
});
|
|
4097
4092
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4098
4093
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4099
|
-
annotationStoreVersions: (_) => de_AnnotationStoreVersionItems(_, context),
|
|
4094
|
+
annotationStoreVersions: /* @__PURE__ */ __name((_) => de_AnnotationStoreVersionItems(_, context), "annotationStoreVersions"),
|
|
4100
4095
|
nextToken: import_smithy_client.expectString
|
|
4101
4096
|
});
|
|
4102
4097
|
Object.assign(contents, doc);
|
|
@@ -4112,7 +4107,7 @@ var de_ListMultipartReadSetUploadsCommand = /* @__PURE__ */ __name(async (output
|
|
|
4112
4107
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4113
4108
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4114
4109
|
nextToken: import_smithy_client.expectString,
|
|
4115
|
-
uploads: (_) => de_MultipartReadSetUploadList(_, context)
|
|
4110
|
+
uploads: /* @__PURE__ */ __name((_) => de_MultipartReadSetUploadList(_, context), "uploads")
|
|
4116
4111
|
});
|
|
4117
4112
|
Object.assign(contents, doc);
|
|
4118
4113
|
return contents;
|
|
@@ -4126,7 +4121,7 @@ var de_ListReadSetActivationJobsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
4126
4121
|
});
|
|
4127
4122
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4128
4123
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4129
|
-
activationJobs: (_) => de_ActivateReadSetJobList(_, context),
|
|
4124
|
+
activationJobs: /* @__PURE__ */ __name((_) => de_ActivateReadSetJobList(_, context), "activationJobs"),
|
|
4130
4125
|
nextToken: import_smithy_client.expectString
|
|
4131
4126
|
});
|
|
4132
4127
|
Object.assign(contents, doc);
|
|
@@ -4141,7 +4136,7 @@ var de_ListReadSetExportJobsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
4141
4136
|
});
|
|
4142
4137
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4143
4138
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4144
|
-
exportJobs: (_) => de_ExportReadSetJobDetailList(_, context),
|
|
4139
|
+
exportJobs: /* @__PURE__ */ __name((_) => de_ExportReadSetJobDetailList(_, context), "exportJobs"),
|
|
4145
4140
|
nextToken: import_smithy_client.expectString
|
|
4146
4141
|
});
|
|
4147
4142
|
Object.assign(contents, doc);
|
|
@@ -4156,7 +4151,7 @@ var de_ListReadSetImportJobsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
4156
4151
|
});
|
|
4157
4152
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4158
4153
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4159
|
-
importJobs: (_) => de_ImportReadSetJobList(_, context),
|
|
4154
|
+
importJobs: /* @__PURE__ */ __name((_) => de_ImportReadSetJobList(_, context), "importJobs"),
|
|
4160
4155
|
nextToken: import_smithy_client.expectString
|
|
4161
4156
|
});
|
|
4162
4157
|
Object.assign(contents, doc);
|
|
@@ -4172,7 +4167,7 @@ var de_ListReadSetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4172
4167
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4173
4168
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4174
4169
|
nextToken: import_smithy_client.expectString,
|
|
4175
|
-
readSets: (_) => de_ReadSetList(_, context)
|
|
4170
|
+
readSets: /* @__PURE__ */ __name((_) => de_ReadSetList(_, context), "readSets")
|
|
4176
4171
|
});
|
|
4177
4172
|
Object.assign(contents, doc);
|
|
4178
4173
|
return contents;
|
|
@@ -4187,7 +4182,7 @@ var de_ListReadSetUploadPartsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
4187
4182
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4188
4183
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4189
4184
|
nextToken: import_smithy_client.expectString,
|
|
4190
|
-
parts: (_) => de_ReadSetUploadPartList(_, context)
|
|
4185
|
+
parts: /* @__PURE__ */ __name((_) => de_ReadSetUploadPartList(_, context), "parts")
|
|
4191
4186
|
});
|
|
4192
4187
|
Object.assign(contents, doc);
|
|
4193
4188
|
return contents;
|
|
@@ -4201,7 +4196,7 @@ var de_ListReferenceImportJobsCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
4201
4196
|
});
|
|
4202
4197
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4203
4198
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4204
|
-
importJobs: (_) => de_ImportReferenceJobList(_, context),
|
|
4199
|
+
importJobs: /* @__PURE__ */ __name((_) => de_ImportReferenceJobList(_, context), "importJobs"),
|
|
4205
4200
|
nextToken: import_smithy_client.expectString
|
|
4206
4201
|
});
|
|
4207
4202
|
Object.assign(contents, doc);
|
|
@@ -4217,7 +4212,7 @@ var de_ListReferencesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4217
4212
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4218
4213
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4219
4214
|
nextToken: import_smithy_client.expectString,
|
|
4220
|
-
references: (_) => de_ReferenceList(_, context)
|
|
4215
|
+
references: /* @__PURE__ */ __name((_) => de_ReferenceList(_, context), "references")
|
|
4221
4216
|
});
|
|
4222
4217
|
Object.assign(contents, doc);
|
|
4223
4218
|
return contents;
|
|
@@ -4232,7 +4227,7 @@ var de_ListReferenceStoresCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
4232
4227
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4233
4228
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4234
4229
|
nextToken: import_smithy_client.expectString,
|
|
4235
|
-
referenceStores: (_) => de_ReferenceStoreDetailList(_, context)
|
|
4230
|
+
referenceStores: /* @__PURE__ */ __name((_) => de_ReferenceStoreDetailList(_, context), "referenceStores")
|
|
4236
4231
|
});
|
|
4237
4232
|
Object.assign(contents, doc);
|
|
4238
4233
|
return contents;
|
|
@@ -4246,7 +4241,7 @@ var de_ListRunCachesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4246
4241
|
});
|
|
4247
4242
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4248
4243
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4249
|
-
items: (_) => de_RunCacheList(_, context),
|
|
4244
|
+
items: /* @__PURE__ */ __name((_) => de_RunCacheList(_, context), "items"),
|
|
4250
4245
|
nextToken: import_smithy_client.expectString
|
|
4251
4246
|
});
|
|
4252
4247
|
Object.assign(contents, doc);
|
|
@@ -4261,7 +4256,7 @@ var de_ListRunGroupsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4261
4256
|
});
|
|
4262
4257
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4263
4258
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4264
|
-
items: (_) => de_RunGroupList(_, context),
|
|
4259
|
+
items: /* @__PURE__ */ __name((_) => de_RunGroupList(_, context), "items"),
|
|
4265
4260
|
nextToken: import_smithy_client.expectString
|
|
4266
4261
|
});
|
|
4267
4262
|
Object.assign(contents, doc);
|
|
@@ -4276,7 +4271,7 @@ var de_ListRunsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4276
4271
|
});
|
|
4277
4272
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4278
4273
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4279
|
-
items: (_) => de_RunList(_, context),
|
|
4274
|
+
items: /* @__PURE__ */ __name((_) => de_RunList(_, context), "items"),
|
|
4280
4275
|
nextToken: import_smithy_client.expectString
|
|
4281
4276
|
});
|
|
4282
4277
|
Object.assign(contents, doc);
|
|
@@ -4291,7 +4286,7 @@ var de_ListRunTasksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4291
4286
|
});
|
|
4292
4287
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4293
4288
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4294
|
-
items: (_) => de_TaskList(_, context),
|
|
4289
|
+
items: /* @__PURE__ */ __name((_) => de_TaskList(_, context), "items"),
|
|
4295
4290
|
nextToken: import_smithy_client.expectString
|
|
4296
4291
|
});
|
|
4297
4292
|
Object.assign(contents, doc);
|
|
@@ -4307,7 +4302,7 @@ var de_ListSequenceStoresCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
4307
4302
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4308
4303
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4309
4304
|
nextToken: import_smithy_client.expectString,
|
|
4310
|
-
sequenceStores: (_) => de_SequenceStoreDetailList(_, context)
|
|
4305
|
+
sequenceStores: /* @__PURE__ */ __name((_) => de_SequenceStoreDetailList(_, context), "sequenceStores")
|
|
4311
4306
|
});
|
|
4312
4307
|
Object.assign(contents, doc);
|
|
4313
4308
|
return contents;
|
|
@@ -4322,7 +4317,7 @@ var de_ListSharesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4322
4317
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4323
4318
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4324
4319
|
nextToken: import_smithy_client.expectString,
|
|
4325
|
-
shares: (_) => de_ShareDetailsList(_, context)
|
|
4320
|
+
shares: /* @__PURE__ */ __name((_) => de_ShareDetailsList(_, context), "shares")
|
|
4326
4321
|
});
|
|
4327
4322
|
Object.assign(contents, doc);
|
|
4328
4323
|
return contents;
|
|
@@ -4351,7 +4346,7 @@ var de_ListVariantImportJobsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
4351
4346
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4352
4347
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4353
4348
|
nextToken: import_smithy_client.expectString,
|
|
4354
|
-
variantImportJobs: (_) => de_VariantImportJobItems(_, context)
|
|
4349
|
+
variantImportJobs: /* @__PURE__ */ __name((_) => de_VariantImportJobItems(_, context), "variantImportJobs")
|
|
4355
4350
|
});
|
|
4356
4351
|
Object.assign(contents, doc);
|
|
4357
4352
|
return contents;
|
|
@@ -4366,7 +4361,7 @@ var de_ListVariantStoresCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
4366
4361
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4367
4362
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4368
4363
|
nextToken: import_smithy_client.expectString,
|
|
4369
|
-
variantStores: (_) => de_VariantStoreItems(_, context)
|
|
4364
|
+
variantStores: /* @__PURE__ */ __name((_) => de_VariantStoreItems(_, context), "variantStores")
|
|
4370
4365
|
});
|
|
4371
4366
|
Object.assign(contents, doc);
|
|
4372
4367
|
return contents;
|
|
@@ -4380,7 +4375,7 @@ var de_ListWorkflowsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4380
4375
|
});
|
|
4381
4376
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4382
4377
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4383
|
-
items: (_) => de_WorkflowList(_, context),
|
|
4378
|
+
items: /* @__PURE__ */ __name((_) => de_WorkflowList(_, context), "items"),
|
|
4384
4379
|
nextToken: import_smithy_client.expectString
|
|
4385
4380
|
});
|
|
4386
4381
|
Object.assign(contents, doc);
|
|
@@ -4425,7 +4420,7 @@ var de_StartReadSetActivationJobCommand = /* @__PURE__ */ __name(async (output,
|
|
|
4425
4420
|
});
|
|
4426
4421
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4427
4422
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4428
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4423
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4429
4424
|
id: import_smithy_client.expectString,
|
|
4430
4425
|
sequenceStoreId: import_smithy_client.expectString,
|
|
4431
4426
|
status: import_smithy_client.expectString
|
|
@@ -4442,7 +4437,7 @@ var de_StartReadSetExportJobCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
4442
4437
|
});
|
|
4443
4438
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4444
4439
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4445
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4440
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4446
4441
|
destination: import_smithy_client.expectString,
|
|
4447
4442
|
id: import_smithy_client.expectString,
|
|
4448
4443
|
sequenceStoreId: import_smithy_client.expectString,
|
|
@@ -4460,7 +4455,7 @@ var de_StartReadSetImportJobCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
4460
4455
|
});
|
|
4461
4456
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4462
4457
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4463
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4458
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4464
4459
|
id: import_smithy_client.expectString,
|
|
4465
4460
|
roleArn: import_smithy_client.expectString,
|
|
4466
4461
|
sequenceStoreId: import_smithy_client.expectString,
|
|
@@ -4478,7 +4473,7 @@ var de_StartReferenceImportJobCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
4478
4473
|
});
|
|
4479
4474
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4480
4475
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4481
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4476
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4482
4477
|
id: import_smithy_client.expectString,
|
|
4483
4478
|
referenceStoreId: import_smithy_client.expectString,
|
|
4484
4479
|
roleArn: import_smithy_client.expectString,
|
|
@@ -4549,15 +4544,15 @@ var de_UpdateAnnotationStoreCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
4549
4544
|
});
|
|
4550
4545
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4551
4546
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4552
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4547
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4553
4548
|
description: import_smithy_client.expectString,
|
|
4554
4549
|
id: import_smithy_client.expectString,
|
|
4555
4550
|
name: import_smithy_client.expectString,
|
|
4556
|
-
reference: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4551
|
+
reference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "reference"),
|
|
4557
4552
|
status: import_smithy_client.expectString,
|
|
4558
4553
|
storeFormat: import_smithy_client.expectString,
|
|
4559
|
-
storeOptions: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4560
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4554
|
+
storeOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "storeOptions"),
|
|
4555
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
4561
4556
|
});
|
|
4562
4557
|
Object.assign(contents, doc);
|
|
4563
4558
|
return contents;
|
|
@@ -4571,13 +4566,13 @@ var de_UpdateAnnotationStoreVersionCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
4571
4566
|
});
|
|
4572
4567
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4573
4568
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4574
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4569
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4575
4570
|
description: import_smithy_client.expectString,
|
|
4576
4571
|
id: import_smithy_client.expectString,
|
|
4577
4572
|
name: import_smithy_client.expectString,
|
|
4578
4573
|
status: import_smithy_client.expectString,
|
|
4579
4574
|
storeId: import_smithy_client.expectString,
|
|
4580
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4575
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime"),
|
|
4581
4576
|
versionName: import_smithy_client.expectString
|
|
4582
4577
|
});
|
|
4583
4578
|
Object.assign(contents, doc);
|
|
@@ -4613,7 +4608,7 @@ var de_UpdateSequenceStoreCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
4613
4608
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4614
4609
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4615
4610
|
arn: import_smithy_client.expectString,
|
|
4616
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4611
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4617
4612
|
description: import_smithy_client.expectString,
|
|
4618
4613
|
eTagAlgorithmFamily: import_smithy_client.expectString,
|
|
4619
4614
|
fallbackLocation: import_smithy_client.expectString,
|
|
@@ -4624,7 +4619,7 @@ var de_UpdateSequenceStoreCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
4624
4619
|
sseConfig: import_smithy_client._json,
|
|
4625
4620
|
status: import_smithy_client.expectString,
|
|
4626
4621
|
statusMessage: import_smithy_client.expectString,
|
|
4627
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4622
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
4628
4623
|
});
|
|
4629
4624
|
Object.assign(contents, doc);
|
|
4630
4625
|
return contents;
|
|
@@ -4638,13 +4633,13 @@ var de_UpdateVariantStoreCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
4638
4633
|
});
|
|
4639
4634
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4640
4635
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4641
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4636
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4642
4637
|
description: import_smithy_client.expectString,
|
|
4643
4638
|
id: import_smithy_client.expectString,
|
|
4644
4639
|
name: import_smithy_client.expectString,
|
|
4645
|
-
reference: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4640
|
+
reference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "reference"),
|
|
4646
4641
|
status: import_smithy_client.expectString,
|
|
4647
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4642
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
4648
4643
|
});
|
|
4649
4644
|
Object.assign(contents, doc);
|
|
4650
4645
|
return contents;
|
|
@@ -4927,8 +4922,8 @@ var se_SequenceStoreFilter = /* @__PURE__ */ __name((input, context) => {
|
|
|
4927
4922
|
}, "se_SequenceStoreFilter");
|
|
4928
4923
|
var de_ActivateReadSetJobItem = /* @__PURE__ */ __name((output, context) => {
|
|
4929
4924
|
return (0, import_smithy_client.take)(output, {
|
|
4930
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4931
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4925
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
4926
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4932
4927
|
id: import_smithy_client.expectString,
|
|
4933
4928
|
sequenceStoreId: import_smithy_client.expectString,
|
|
4934
4929
|
status: import_smithy_client.expectString
|
|
@@ -4943,14 +4938,14 @@ var de_ActivateReadSetJobList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4943
4938
|
var de_AnnotationImportJobItem = /* @__PURE__ */ __name((output, context) => {
|
|
4944
4939
|
return (0, import_smithy_client.take)(output, {
|
|
4945
4940
|
annotationFields: import_smithy_client._json,
|
|
4946
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4947
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4941
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
4942
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4948
4943
|
destinationName: import_smithy_client.expectString,
|
|
4949
4944
|
id: import_smithy_client.expectString,
|
|
4950
4945
|
roleArn: import_smithy_client.expectString,
|
|
4951
4946
|
runLeftNormalization: import_smithy_client.expectBoolean,
|
|
4952
4947
|
status: import_smithy_client.expectString,
|
|
4953
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4948
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime"),
|
|
4954
4949
|
versionName: import_smithy_client.expectString
|
|
4955
4950
|
});
|
|
4956
4951
|
}, "de_AnnotationImportJobItem");
|
|
@@ -4962,18 +4957,18 @@ var de_AnnotationImportJobItems = /* @__PURE__ */ __name((output, context) => {
|
|
|
4962
4957
|
}, "de_AnnotationImportJobItems");
|
|
4963
4958
|
var de_AnnotationStoreItem = /* @__PURE__ */ __name((output, context) => {
|
|
4964
4959
|
return (0, import_smithy_client.take)(output, {
|
|
4965
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4960
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4966
4961
|
description: import_smithy_client.expectString,
|
|
4967
4962
|
id: import_smithy_client.expectString,
|
|
4968
4963
|
name: import_smithy_client.expectString,
|
|
4969
|
-
reference: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4964
|
+
reference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "reference"),
|
|
4970
4965
|
sseConfig: import_smithy_client._json,
|
|
4971
4966
|
status: import_smithy_client.expectString,
|
|
4972
4967
|
statusMessage: import_smithy_client.expectString,
|
|
4973
4968
|
storeArn: import_smithy_client.expectString,
|
|
4974
4969
|
storeFormat: import_smithy_client.expectString,
|
|
4975
4970
|
storeSizeBytes: import_smithy_client.expectLong,
|
|
4976
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4971
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
4977
4972
|
});
|
|
4978
4973
|
}, "de_AnnotationStoreItem");
|
|
4979
4974
|
var de_AnnotationStoreItems = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4984,14 +4979,14 @@ var de_AnnotationStoreItems = /* @__PURE__ */ __name((output, context) => {
|
|
|
4984
4979
|
}, "de_AnnotationStoreItems");
|
|
4985
4980
|
var de_AnnotationStoreVersionItem = /* @__PURE__ */ __name((output, context) => {
|
|
4986
4981
|
return (0, import_smithy_client.take)(output, {
|
|
4987
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4982
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
4988
4983
|
description: import_smithy_client.expectString,
|
|
4989
4984
|
id: import_smithy_client.expectString,
|
|
4990
4985
|
name: import_smithy_client.expectString,
|
|
4991
4986
|
status: import_smithy_client.expectString,
|
|
4992
4987
|
statusMessage: import_smithy_client.expectString,
|
|
4993
4988
|
storeId: import_smithy_client.expectString,
|
|
4994
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4989
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime"),
|
|
4995
4990
|
versionArn: import_smithy_client.expectString,
|
|
4996
4991
|
versionName: import_smithy_client.expectString,
|
|
4997
4992
|
versionSizeBytes: import_smithy_client.expectLong
|
|
@@ -5005,8 +5000,8 @@ var de_AnnotationStoreVersionItems = /* @__PURE__ */ __name((output, context) =>
|
|
|
5005
5000
|
}, "de_AnnotationStoreVersionItems");
|
|
5006
5001
|
var de_ExportReadSetJobDetail = /* @__PURE__ */ __name((output, context) => {
|
|
5007
5002
|
return (0, import_smithy_client.take)(output, {
|
|
5008
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5009
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5003
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
5004
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5010
5005
|
destination: import_smithy_client.expectString,
|
|
5011
5006
|
id: import_smithy_client.expectString,
|
|
5012
5007
|
sequenceStoreId: import_smithy_client.expectString,
|
|
@@ -5021,8 +5016,8 @@ var de_ExportReadSetJobDetailList = /* @__PURE__ */ __name((output, context) =>
|
|
|
5021
5016
|
}, "de_ExportReadSetJobDetailList");
|
|
5022
5017
|
var de_ImportReadSetJobItem = /* @__PURE__ */ __name((output, context) => {
|
|
5023
5018
|
return (0, import_smithy_client.take)(output, {
|
|
5024
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5025
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5019
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
5020
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5026
5021
|
id: import_smithy_client.expectString,
|
|
5027
5022
|
roleArn: import_smithy_client.expectString,
|
|
5028
5023
|
sequenceStoreId: import_smithy_client.expectString,
|
|
@@ -5037,8 +5032,8 @@ var de_ImportReadSetJobList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5037
5032
|
}, "de_ImportReadSetJobList");
|
|
5038
5033
|
var de_ImportReferenceJobItem = /* @__PURE__ */ __name((output, context) => {
|
|
5039
5034
|
return (0, import_smithy_client.take)(output, {
|
|
5040
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5041
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5035
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
5036
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5042
5037
|
id: import_smithy_client.expectString,
|
|
5043
5038
|
referenceStoreId: import_smithy_client.expectString,
|
|
5044
5039
|
roleArn: import_smithy_client.expectString,
|
|
@@ -5059,7 +5054,7 @@ var de_MultipartReadSetUploadList = /* @__PURE__ */ __name((output, context) =>
|
|
|
5059
5054
|
}, "de_MultipartReadSetUploadList");
|
|
5060
5055
|
var de_MultipartReadSetUploadListItem = /* @__PURE__ */ __name((output, context) => {
|
|
5061
5056
|
return (0, import_smithy_client.take)(output, {
|
|
5062
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5057
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5063
5058
|
description: import_smithy_client.expectString,
|
|
5064
5059
|
generatedFrom: import_smithy_client.expectString,
|
|
5065
5060
|
name: import_smithy_client.expectString,
|
|
@@ -5081,7 +5076,7 @@ var de_ReadSetList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5081
5076
|
var de_ReadSetListItem = /* @__PURE__ */ __name((output, context) => {
|
|
5082
5077
|
return (0, import_smithy_client.take)(output, {
|
|
5083
5078
|
arn: import_smithy_client.expectString,
|
|
5084
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5079
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5085
5080
|
creationType: import_smithy_client.expectString,
|
|
5086
5081
|
description: import_smithy_client.expectString,
|
|
5087
5082
|
etag: import_smithy_client._json,
|
|
@@ -5106,8 +5101,8 @@ var de_ReadSetUploadPartList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5106
5101
|
var de_ReadSetUploadPartListItem = /* @__PURE__ */ __name((output, context) => {
|
|
5107
5102
|
return (0, import_smithy_client.take)(output, {
|
|
5108
5103
|
checksum: import_smithy_client.expectString,
|
|
5109
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5110
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5104
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5105
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedTime"),
|
|
5111
5106
|
partNumber: import_smithy_client.expectInt32,
|
|
5112
5107
|
partSize: import_smithy_client.expectLong,
|
|
5113
5108
|
partSource: import_smithy_client.expectString
|
|
@@ -5122,20 +5117,20 @@ var de_ReferenceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5122
5117
|
var de_ReferenceListItem = /* @__PURE__ */ __name((output, context) => {
|
|
5123
5118
|
return (0, import_smithy_client.take)(output, {
|
|
5124
5119
|
arn: import_smithy_client.expectString,
|
|
5125
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5120
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5126
5121
|
description: import_smithy_client.expectString,
|
|
5127
5122
|
id: import_smithy_client.expectString,
|
|
5128
5123
|
md5: import_smithy_client.expectString,
|
|
5129
5124
|
name: import_smithy_client.expectString,
|
|
5130
5125
|
referenceStoreId: import_smithy_client.expectString,
|
|
5131
5126
|
status: import_smithy_client.expectString,
|
|
5132
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
5127
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
5133
5128
|
});
|
|
5134
5129
|
}, "de_ReferenceListItem");
|
|
5135
5130
|
var de_ReferenceStoreDetail = /* @__PURE__ */ __name((output, context) => {
|
|
5136
5131
|
return (0, import_smithy_client.take)(output, {
|
|
5137
5132
|
arn: import_smithy_client.expectString,
|
|
5138
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5133
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5139
5134
|
description: import_smithy_client.expectString,
|
|
5140
5135
|
id: import_smithy_client.expectString,
|
|
5141
5136
|
name: import_smithy_client.expectString,
|
|
@@ -5159,7 +5154,7 @@ var de_RunCacheListItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
5159
5154
|
arn: import_smithy_client.expectString,
|
|
5160
5155
|
cacheBehavior: import_smithy_client.expectString,
|
|
5161
5156
|
cacheS3Uri: import_smithy_client.expectString,
|
|
5162
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5157
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5163
5158
|
id: import_smithy_client.expectString,
|
|
5164
5159
|
name: import_smithy_client.expectString,
|
|
5165
5160
|
status: import_smithy_client.expectString
|
|
@@ -5174,7 +5169,7 @@ var de_RunGroupList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5174
5169
|
var de_RunGroupListItem = /* @__PURE__ */ __name((output, context) => {
|
|
5175
5170
|
return (0, import_smithy_client.take)(output, {
|
|
5176
5171
|
arn: import_smithy_client.expectString,
|
|
5177
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5172
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5178
5173
|
id: import_smithy_client.expectString,
|
|
5179
5174
|
maxCpus: import_smithy_client.expectInt32,
|
|
5180
5175
|
maxDuration: import_smithy_client.expectInt32,
|
|
@@ -5192,13 +5187,13 @@ var de_RunList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5192
5187
|
var de_RunListItem = /* @__PURE__ */ __name((output, context) => {
|
|
5193
5188
|
return (0, import_smithy_client.take)(output, {
|
|
5194
5189
|
arn: import_smithy_client.expectString,
|
|
5195
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5190
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5196
5191
|
id: import_smithy_client.expectString,
|
|
5197
5192
|
name: import_smithy_client.expectString,
|
|
5198
5193
|
priority: import_smithy_client.expectInt32,
|
|
5199
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5194
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
5200
5195
|
status: import_smithy_client.expectString,
|
|
5201
|
-
stopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5196
|
+
stopTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "stopTime"),
|
|
5202
5197
|
storageCapacity: import_smithy_client.expectInt32,
|
|
5203
5198
|
storageType: import_smithy_client.expectString,
|
|
5204
5199
|
workflowId: import_smithy_client.expectString
|
|
@@ -5210,7 +5205,7 @@ var de_RunParameters = /* @__PURE__ */ __name((output, context) => {
|
|
|
5210
5205
|
var de_SequenceStoreDetail = /* @__PURE__ */ __name((output, context) => {
|
|
5211
5206
|
return (0, import_smithy_client.take)(output, {
|
|
5212
5207
|
arn: import_smithy_client.expectString,
|
|
5213
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5208
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5214
5209
|
description: import_smithy_client.expectString,
|
|
5215
5210
|
eTagAlgorithmFamily: import_smithy_client.expectString,
|
|
5216
5211
|
fallbackLocation: import_smithy_client.expectString,
|
|
@@ -5219,7 +5214,7 @@ var de_SequenceStoreDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
5219
5214
|
sseConfig: import_smithy_client._json,
|
|
5220
5215
|
status: import_smithy_client.expectString,
|
|
5221
5216
|
statusMessage: import_smithy_client.expectString,
|
|
5222
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
5217
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
5223
5218
|
});
|
|
5224
5219
|
}, "de_SequenceStoreDetail");
|
|
5225
5220
|
var de_SequenceStoreDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5230,7 +5225,7 @@ var de_SequenceStoreDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5230
5225
|
}, "de_SequenceStoreDetailList");
|
|
5231
5226
|
var de_ShareDetails = /* @__PURE__ */ __name((output, context) => {
|
|
5232
5227
|
return (0, import_smithy_client.take)(output, {
|
|
5233
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5228
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5234
5229
|
ownerId: import_smithy_client.expectString,
|
|
5235
5230
|
principalSubscriber: import_smithy_client.expectString,
|
|
5236
5231
|
resourceArn: import_smithy_client.expectString,
|
|
@@ -5239,7 +5234,7 @@ var de_ShareDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
5239
5234
|
shareName: import_smithy_client.expectString,
|
|
5240
5235
|
status: import_smithy_client.expectString,
|
|
5241
5236
|
statusMessage: import_smithy_client.expectString,
|
|
5242
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
5237
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
5243
5238
|
});
|
|
5244
5239
|
}, "de_ShareDetails");
|
|
5245
5240
|
var de_ShareDetailsList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5259,28 +5254,28 @@ var de_TaskListItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
5259
5254
|
cacheHit: import_smithy_client.expectBoolean,
|
|
5260
5255
|
cacheS3Uri: import_smithy_client.expectString,
|
|
5261
5256
|
cpus: import_smithy_client.expectInt32,
|
|
5262
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5257
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5263
5258
|
gpus: import_smithy_client.expectInt32,
|
|
5264
5259
|
instanceType: import_smithy_client.expectString,
|
|
5265
5260
|
memory: import_smithy_client.expectInt32,
|
|
5266
5261
|
name: import_smithy_client.expectString,
|
|
5267
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5262
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
5268
5263
|
status: import_smithy_client.expectString,
|
|
5269
|
-
stopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5264
|
+
stopTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "stopTime"),
|
|
5270
5265
|
taskId: import_smithy_client.expectString
|
|
5271
5266
|
});
|
|
5272
5267
|
}, "de_TaskListItem");
|
|
5273
5268
|
var de_VariantImportJobItem = /* @__PURE__ */ __name((output, context) => {
|
|
5274
5269
|
return (0, import_smithy_client.take)(output, {
|
|
5275
5270
|
annotationFields: import_smithy_client._json,
|
|
5276
|
-
completionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5277
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5271
|
+
completionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "completionTime"),
|
|
5272
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5278
5273
|
destinationName: import_smithy_client.expectString,
|
|
5279
5274
|
id: import_smithy_client.expectString,
|
|
5280
5275
|
roleArn: import_smithy_client.expectString,
|
|
5281
5276
|
runLeftNormalization: import_smithy_client.expectBoolean,
|
|
5282
5277
|
status: import_smithy_client.expectString,
|
|
5283
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
5278
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
5284
5279
|
});
|
|
5285
5280
|
}, "de_VariantImportJobItem");
|
|
5286
5281
|
var de_VariantImportJobItems = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5291,17 +5286,17 @@ var de_VariantImportJobItems = /* @__PURE__ */ __name((output, context) => {
|
|
|
5291
5286
|
}, "de_VariantImportJobItems");
|
|
5292
5287
|
var de_VariantStoreItem = /* @__PURE__ */ __name((output, context) => {
|
|
5293
5288
|
return (0, import_smithy_client.take)(output, {
|
|
5294
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5289
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5295
5290
|
description: import_smithy_client.expectString,
|
|
5296
5291
|
id: import_smithy_client.expectString,
|
|
5297
5292
|
name: import_smithy_client.expectString,
|
|
5298
|
-
reference: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
5293
|
+
reference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "reference"),
|
|
5299
5294
|
sseConfig: import_smithy_client._json,
|
|
5300
5295
|
status: import_smithy_client.expectString,
|
|
5301
5296
|
statusMessage: import_smithy_client.expectString,
|
|
5302
5297
|
storeArn: import_smithy_client.expectString,
|
|
5303
5298
|
storeSizeBytes: import_smithy_client.expectLong,
|
|
5304
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
5299
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
5305
5300
|
});
|
|
5306
5301
|
}, "de_VariantStoreItem");
|
|
5307
5302
|
var de_VariantStoreItems = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5319,7 +5314,7 @@ var de_WorkflowList = /* @__PURE__ */ __name((output, context) => {
|
|
|
5319
5314
|
var de_WorkflowListItem = /* @__PURE__ */ __name((output, context) => {
|
|
5320
5315
|
return (0, import_smithy_client.take)(output, {
|
|
5321
5316
|
arn: import_smithy_client.expectString,
|
|
5322
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5317
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
|
|
5323
5318
|
digest: import_smithy_client.expectString,
|
|
5324
5319
|
id: import_smithy_client.expectString,
|
|
5325
5320
|
metadata: import_smithy_client._json,
|