@aws-sdk/client-cleanroomsml 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 +132 -134
- 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
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AudienceExportJobStatus: () => AudienceExportJobStatus,
|
|
26
26
|
AudienceGenerationJobDataSourceFilterSensitiveLog: () => AudienceGenerationJobDataSourceFilterSensitiveLog,
|
|
@@ -139,7 +139,7 @@ __export(src_exports, {
|
|
|
139
139
|
paginateListTrainedModels: () => paginateListTrainedModels,
|
|
140
140
|
paginateListTrainingDatasets: () => paginateListTrainingDatasets
|
|
141
141
|
});
|
|
142
|
-
module.exports = __toCommonJS(
|
|
142
|
+
module.exports = __toCommonJS(index_exports);
|
|
143
143
|
|
|
144
144
|
// src/CleanRoomsMLClient.ts
|
|
145
145
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -266,9 +266,9 @@ var CleanRoomsMLClient = class extends import_smithy_client.Client {
|
|
|
266
266
|
this.middlewareStack.use(
|
|
267
267
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
268
268
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCleanRoomsMLHttpAuthSchemeParametersProvider,
|
|
269
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
269
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
270
270
|
"aws.auth#sigv4": config.credentials
|
|
271
|
-
})
|
|
271
|
+
}), "identityProviderConfigProvider")
|
|
272
272
|
})
|
|
273
273
|
);
|
|
274
274
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -420,8 +420,7 @@ var WorkerComputeType = {
|
|
|
420
420
|
var ComputeConfiguration;
|
|
421
421
|
((ComputeConfiguration3) => {
|
|
422
422
|
ComputeConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
423
|
-
if (value.worker !== void 0)
|
|
424
|
-
return visitor.worker(value.worker);
|
|
423
|
+
if (value.worker !== void 0) return visitor.worker(value.worker);
|
|
425
424
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
426
425
|
}, "visit");
|
|
427
426
|
})(ComputeConfiguration || (ComputeConfiguration = {}));
|
|
@@ -755,8 +754,7 @@ var InputChannelDataSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
|
755
754
|
return {
|
|
756
755
|
protectedQueryInputParameters: ProtectedQueryInputParametersFilterSensitiveLog(obj.protectedQueryInputParameters)
|
|
757
756
|
};
|
|
758
|
-
if (obj.$unknown !== void 0)
|
|
759
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
757
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
760
758
|
}, "InputChannelDataSourceFilterSensitiveLog");
|
|
761
759
|
var InputChannelFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
762
760
|
...obj,
|
|
@@ -804,9 +802,9 @@ var se_CreateAudienceModelCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
804
802
|
description: [],
|
|
805
803
|
kmsKeyArn: [],
|
|
806
804
|
name: [],
|
|
807
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
808
|
-
trainingDataEndTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
809
|
-
trainingDataStartTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
805
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
806
|
+
trainingDataEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "trainingDataEndTime"),
|
|
807
|
+
trainingDataStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "trainingDataStartTime"),
|
|
810
808
|
trainingDatasetArn: []
|
|
811
809
|
})
|
|
812
810
|
);
|
|
@@ -823,14 +821,14 @@ var se_CreateConfiguredAudienceModelCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
823
821
|
body = JSON.stringify(
|
|
824
822
|
(0, import_smithy_client.take)(input, {
|
|
825
823
|
audienceModelArn: [],
|
|
826
|
-
audienceSizeConfig: (_) => (0, import_smithy_client._json)(_),
|
|
824
|
+
audienceSizeConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "audienceSizeConfig"),
|
|
827
825
|
childResourceTagOnCreatePolicy: [],
|
|
828
826
|
description: [],
|
|
829
827
|
minMatchingSeedSize: [],
|
|
830
828
|
name: [],
|
|
831
|
-
outputConfig: (_) => (0, import_smithy_client._json)(_),
|
|
832
|
-
sharedAudienceMetrics: (_) => (0, import_smithy_client._json)(_),
|
|
833
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
829
|
+
outputConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputConfig"),
|
|
830
|
+
sharedAudienceMetrics: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sharedAudienceMetrics"),
|
|
831
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
834
832
|
})
|
|
835
833
|
);
|
|
836
834
|
b.m("POST").h(headers).b(body);
|
|
@@ -846,12 +844,12 @@ var se_CreateConfiguredModelAlgorithmCommand = /* @__PURE__ */ __name(async (inp
|
|
|
846
844
|
body = JSON.stringify(
|
|
847
845
|
(0, import_smithy_client.take)(input, {
|
|
848
846
|
description: [],
|
|
849
|
-
inferenceContainerConfig: (_) => (0, import_smithy_client._json)(_),
|
|
847
|
+
inferenceContainerConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inferenceContainerConfig"),
|
|
850
848
|
kmsKeyArn: [],
|
|
851
849
|
name: [],
|
|
852
850
|
roleArn: [],
|
|
853
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
854
|
-
trainingContainerConfig: (_) => (0, import_smithy_client._json)(_)
|
|
851
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
852
|
+
trainingContainerConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "trainingContainerConfig")
|
|
855
853
|
})
|
|
856
854
|
);
|
|
857
855
|
b.m("POST").h(headers).b(body);
|
|
@@ -870,8 +868,8 @@ var se_CreateConfiguredModelAlgorithmAssociationCommand = /* @__PURE__ */ __name
|
|
|
870
868
|
configuredModelAlgorithmArn: [],
|
|
871
869
|
description: [],
|
|
872
870
|
name: [],
|
|
873
|
-
privacyConfiguration: (_) => se_PrivacyConfiguration(_, context),
|
|
874
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
871
|
+
privacyConfiguration: /* @__PURE__ */ __name((_) => se_PrivacyConfiguration(_, context), "privacyConfiguration"),
|
|
872
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
875
873
|
})
|
|
876
874
|
);
|
|
877
875
|
b.m("POST").h(headers).b(body);
|
|
@@ -887,13 +885,13 @@ var se_CreateMLInputChannelCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
887
885
|
let body;
|
|
888
886
|
body = JSON.stringify(
|
|
889
887
|
(0, import_smithy_client.take)(input, {
|
|
890
|
-
configuredModelAlgorithmAssociations: (_) => (0, import_smithy_client._json)(_),
|
|
888
|
+
configuredModelAlgorithmAssociations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "configuredModelAlgorithmAssociations"),
|
|
891
889
|
description: [],
|
|
892
|
-
inputChannel: (_) => (0, import_smithy_client._json)(_),
|
|
890
|
+
inputChannel: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputChannel"),
|
|
893
891
|
kmsKeyArn: [],
|
|
894
892
|
name: [],
|
|
895
893
|
retentionInDays: [],
|
|
896
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
894
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
897
895
|
})
|
|
898
896
|
);
|
|
899
897
|
b.m("POST").h(headers).b(body);
|
|
@@ -910,15 +908,15 @@ var se_CreateTrainedModelCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
910
908
|
body = JSON.stringify(
|
|
911
909
|
(0, import_smithy_client.take)(input, {
|
|
912
910
|
configuredModelAlgorithmAssociationArn: [],
|
|
913
|
-
dataChannels: (_) => (0, import_smithy_client._json)(_),
|
|
911
|
+
dataChannels: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataChannels"),
|
|
914
912
|
description: [],
|
|
915
|
-
environment: (_) => (0, import_smithy_client._json)(_),
|
|
916
|
-
hyperparameters: (_) => (0, import_smithy_client._json)(_),
|
|
913
|
+
environment: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "environment"),
|
|
914
|
+
hyperparameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "hyperparameters"),
|
|
917
915
|
kmsKeyArn: [],
|
|
918
916
|
name: [],
|
|
919
|
-
resourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
920
|
-
stoppingCondition: (_) => (0, import_smithy_client._json)(_),
|
|
921
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
917
|
+
resourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceConfig"),
|
|
918
|
+
stoppingCondition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "stoppingCondition"),
|
|
919
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
922
920
|
})
|
|
923
921
|
);
|
|
924
922
|
b.m("POST").h(headers).b(body);
|
|
@@ -936,8 +934,8 @@ var se_CreateTrainingDatasetCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
936
934
|
description: [],
|
|
937
935
|
name: [],
|
|
938
936
|
roleArn: [],
|
|
939
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
940
|
-
trainingData: (_) => (0, import_smithy_client._json)(_)
|
|
937
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
938
|
+
trainingData: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "trainingData")
|
|
941
939
|
})
|
|
942
940
|
);
|
|
943
941
|
b.m("POST").h(headers).b(body);
|
|
@@ -1422,7 +1420,7 @@ var se_PutMLConfigurationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1422
1420
|
let body;
|
|
1423
1421
|
body = JSON.stringify(
|
|
1424
1422
|
(0, import_smithy_client.take)(input, {
|
|
1425
|
-
defaultOutputLocation: (_) => (0, import_smithy_client._json)(_)
|
|
1423
|
+
defaultOutputLocation: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "defaultOutputLocation")
|
|
1426
1424
|
})
|
|
1427
1425
|
);
|
|
1428
1426
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1438,7 +1436,7 @@ var se_StartAudienceExportJobCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1438
1436
|
body = JSON.stringify(
|
|
1439
1437
|
(0, import_smithy_client.take)(input, {
|
|
1440
1438
|
audienceGenerationJobArn: [],
|
|
1441
|
-
audienceSize: (_) => (0, import_smithy_client._json)(_),
|
|
1439
|
+
audienceSize: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "audienceSize"),
|
|
1442
1440
|
description: [],
|
|
1443
1441
|
name: []
|
|
1444
1442
|
})
|
|
@@ -1460,8 +1458,8 @@ var se_StartAudienceGenerationJobCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1460
1458
|
description: [],
|
|
1461
1459
|
includeSeedInOutput: [],
|
|
1462
1460
|
name: [],
|
|
1463
|
-
seedAudience: (_) => (0, import_smithy_client._json)(_),
|
|
1464
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1461
|
+
seedAudience: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "seedAudience"),
|
|
1462
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1465
1463
|
})
|
|
1466
1464
|
);
|
|
1467
1465
|
b.m("POST").h(headers).b(body);
|
|
@@ -1480,7 +1478,7 @@ var se_StartTrainedModelExportJobCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1480
1478
|
(0, import_smithy_client.take)(input, {
|
|
1481
1479
|
description: [],
|
|
1482
1480
|
name: [],
|
|
1483
|
-
outputConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
1481
|
+
outputConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputConfiguration")
|
|
1484
1482
|
})
|
|
1485
1483
|
);
|
|
1486
1484
|
b.m("POST").h(headers).b(body);
|
|
@@ -1497,15 +1495,15 @@ var se_StartTrainedModelInferenceJobCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1497
1495
|
body = JSON.stringify(
|
|
1498
1496
|
(0, import_smithy_client.take)(input, {
|
|
1499
1497
|
configuredModelAlgorithmAssociationArn: [],
|
|
1500
|
-
containerExecutionParameters: (_) => (0, import_smithy_client._json)(_),
|
|
1501
|
-
dataSource: (_) => (0, import_smithy_client._json)(_),
|
|
1498
|
+
containerExecutionParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "containerExecutionParameters"),
|
|
1499
|
+
dataSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataSource"),
|
|
1502
1500
|
description: [],
|
|
1503
|
-
environment: (_) => (0, import_smithy_client._json)(_),
|
|
1501
|
+
environment: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "environment"),
|
|
1504
1502
|
kmsKeyArn: [],
|
|
1505
1503
|
name: [],
|
|
1506
|
-
outputConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1507
|
-
resourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1508
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1504
|
+
outputConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputConfiguration"),
|
|
1505
|
+
resourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceConfig"),
|
|
1506
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1509
1507
|
trainedModelArn: []
|
|
1510
1508
|
})
|
|
1511
1509
|
);
|
|
@@ -1522,7 +1520,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1522
1520
|
let body;
|
|
1523
1521
|
body = JSON.stringify(
|
|
1524
1522
|
(0, import_smithy_client.take)(input, {
|
|
1525
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1523
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1526
1524
|
})
|
|
1527
1525
|
);
|
|
1528
1526
|
b.m("POST").h(headers).b(body);
|
|
@@ -1551,11 +1549,11 @@ var se_UpdateConfiguredAudienceModelCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1551
1549
|
body = JSON.stringify(
|
|
1552
1550
|
(0, import_smithy_client.take)(input, {
|
|
1553
1551
|
audienceModelArn: [],
|
|
1554
|
-
audienceSizeConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1552
|
+
audienceSizeConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "audienceSizeConfig"),
|
|
1555
1553
|
description: [],
|
|
1556
1554
|
minMatchingSeedSize: [],
|
|
1557
|
-
outputConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1558
|
-
sharedAudienceMetrics: (_) => (0, import_smithy_client._json)(_)
|
|
1555
|
+
outputConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputConfig"),
|
|
1556
|
+
sharedAudienceMetrics: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sharedAudienceMetrics")
|
|
1559
1557
|
})
|
|
1560
1558
|
);
|
|
1561
1559
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1791,10 +1789,10 @@ var de_GetAudienceGenerationJobCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1791
1789
|
audienceGenerationJobArn: import_smithy_client.expectString,
|
|
1792
1790
|
collaborationId: import_smithy_client.expectString,
|
|
1793
1791
|
configuredAudienceModelArn: import_smithy_client.expectString,
|
|
1794
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1792
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1795
1793
|
description: import_smithy_client.expectString,
|
|
1796
1794
|
includeSeedInOutput: import_smithy_client.expectBoolean,
|
|
1797
|
-
metrics: (_) => de_AudienceQualityMetrics(_, context),
|
|
1795
|
+
metrics: /* @__PURE__ */ __name((_) => de_AudienceQualityMetrics(_, context), "metrics"),
|
|
1798
1796
|
name: import_smithy_client.expectString,
|
|
1799
1797
|
protectedQueryIdentifier: import_smithy_client.expectString,
|
|
1800
1798
|
seedAudience: import_smithy_client._json,
|
|
@@ -1802,7 +1800,7 @@ var de_GetAudienceGenerationJobCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1802
1800
|
status: import_smithy_client.expectString,
|
|
1803
1801
|
statusDetails: import_smithy_client._json,
|
|
1804
1802
|
tags: import_smithy_client._json,
|
|
1805
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1803
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1806
1804
|
});
|
|
1807
1805
|
Object.assign(contents, doc);
|
|
1808
1806
|
return contents;
|
|
@@ -1817,17 +1815,17 @@ var de_GetAudienceModelCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1817
1815
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1818
1816
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1819
1817
|
audienceModelArn: import_smithy_client.expectString,
|
|
1820
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1818
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1821
1819
|
description: import_smithy_client.expectString,
|
|
1822
1820
|
kmsKeyArn: import_smithy_client.expectString,
|
|
1823
1821
|
name: import_smithy_client.expectString,
|
|
1824
1822
|
status: import_smithy_client.expectString,
|
|
1825
1823
|
statusDetails: import_smithy_client._json,
|
|
1826
1824
|
tags: import_smithy_client._json,
|
|
1827
|
-
trainingDataEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1828
|
-
trainingDataStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1825
|
+
trainingDataEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "trainingDataEndTime"),
|
|
1826
|
+
trainingDataStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "trainingDataStartTime"),
|
|
1829
1827
|
trainingDatasetArn: import_smithy_client.expectString,
|
|
1830
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1828
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1831
1829
|
});
|
|
1832
1830
|
Object.assign(contents, doc);
|
|
1833
1831
|
return contents;
|
|
@@ -1844,13 +1842,13 @@ var de_GetCollaborationConfiguredModelAlgorithmAssociationCommand = /* @__PURE__
|
|
|
1844
1842
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
1845
1843
|
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
1846
1844
|
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
1847
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1845
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1848
1846
|
creatorAccountId: import_smithy_client.expectString,
|
|
1849
1847
|
description: import_smithy_client.expectString,
|
|
1850
1848
|
membershipIdentifier: import_smithy_client.expectString,
|
|
1851
1849
|
name: import_smithy_client.expectString,
|
|
1852
|
-
privacyConfiguration: (_) => de_PrivacyConfiguration(_, context),
|
|
1853
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1850
|
+
privacyConfiguration: /* @__PURE__ */ __name((_) => de_PrivacyConfiguration(_, context), "privacyConfiguration"),
|
|
1851
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1854
1852
|
});
|
|
1855
1853
|
Object.assign(contents, doc);
|
|
1856
1854
|
return contents;
|
|
@@ -1866,7 +1864,7 @@ var de_GetCollaborationMLInputChannelCommand = /* @__PURE__ */ __name(async (out
|
|
|
1866
1864
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1867
1865
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
1868
1866
|
configuredModelAlgorithmAssociations: import_smithy_client._json,
|
|
1869
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1867
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1870
1868
|
creatorAccountId: import_smithy_client.expectString,
|
|
1871
1869
|
description: import_smithy_client.expectString,
|
|
1872
1870
|
membershipIdentifier: import_smithy_client.expectString,
|
|
@@ -1876,7 +1874,7 @@ var de_GetCollaborationMLInputChannelCommand = /* @__PURE__ */ __name(async (out
|
|
|
1876
1874
|
retentionInDays: import_smithy_client.expectInt32,
|
|
1877
1875
|
status: import_smithy_client.expectString,
|
|
1878
1876
|
statusDetails: import_smithy_client._json,
|
|
1879
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1877
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1880
1878
|
});
|
|
1881
1879
|
Object.assign(contents, doc);
|
|
1882
1880
|
return contents;
|
|
@@ -1892,7 +1890,7 @@ var de_GetCollaborationTrainedModelCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1892
1890
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1893
1891
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
1894
1892
|
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
1895
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1893
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1896
1894
|
creatorAccountId: import_smithy_client.expectString,
|
|
1897
1895
|
description: import_smithy_client.expectString,
|
|
1898
1896
|
logsStatus: import_smithy_client.expectString,
|
|
@@ -1907,7 +1905,7 @@ var de_GetCollaborationTrainedModelCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1907
1905
|
stoppingCondition: import_smithy_client._json,
|
|
1908
1906
|
trainedModelArn: import_smithy_client.expectString,
|
|
1909
1907
|
trainingContainerImageDigest: import_smithy_client.expectString,
|
|
1910
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1908
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1911
1909
|
});
|
|
1912
1910
|
Object.assign(contents, doc);
|
|
1913
1911
|
return contents;
|
|
@@ -1925,7 +1923,7 @@ var de_GetConfiguredAudienceModelCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1925
1923
|
audienceSizeConfig: import_smithy_client._json,
|
|
1926
1924
|
childResourceTagOnCreatePolicy: import_smithy_client.expectString,
|
|
1927
1925
|
configuredAudienceModelArn: import_smithy_client.expectString,
|
|
1928
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1926
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1929
1927
|
description: import_smithy_client.expectString,
|
|
1930
1928
|
minMatchingSeedSize: import_smithy_client.expectInt32,
|
|
1931
1929
|
name: import_smithy_client.expectString,
|
|
@@ -1933,7 +1931,7 @@ var de_GetConfiguredAudienceModelCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1933
1931
|
sharedAudienceMetrics: import_smithy_client._json,
|
|
1934
1932
|
status: import_smithy_client.expectString,
|
|
1935
1933
|
tags: import_smithy_client._json,
|
|
1936
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1934
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1937
1935
|
});
|
|
1938
1936
|
Object.assign(contents, doc);
|
|
1939
1937
|
return contents;
|
|
@@ -1964,7 +1962,7 @@ var de_GetConfiguredModelAlgorithmCommand = /* @__PURE__ */ __name(async (output
|
|
|
1964
1962
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1965
1963
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1966
1964
|
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
1967
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1965
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1968
1966
|
description: import_smithy_client.expectString,
|
|
1969
1967
|
inferenceContainerConfig: import_smithy_client._json,
|
|
1970
1968
|
kmsKeyArn: import_smithy_client.expectString,
|
|
@@ -1972,7 +1970,7 @@ var de_GetConfiguredModelAlgorithmCommand = /* @__PURE__ */ __name(async (output
|
|
|
1972
1970
|
roleArn: import_smithy_client.expectString,
|
|
1973
1971
|
tags: import_smithy_client._json,
|
|
1974
1972
|
trainingContainerConfig: import_smithy_client._json,
|
|
1975
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1973
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1976
1974
|
});
|
|
1977
1975
|
Object.assign(contents, doc);
|
|
1978
1976
|
return contents;
|
|
@@ -1989,13 +1987,13 @@ var de_GetConfiguredModelAlgorithmAssociationCommand = /* @__PURE__ */ __name(as
|
|
|
1989
1987
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
1990
1988
|
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
1991
1989
|
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
1992
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1990
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
1993
1991
|
description: import_smithy_client.expectString,
|
|
1994
1992
|
membershipIdentifier: import_smithy_client.expectString,
|
|
1995
1993
|
name: import_smithy_client.expectString,
|
|
1996
|
-
privacyConfiguration: (_) => de_PrivacyConfiguration(_, context),
|
|
1994
|
+
privacyConfiguration: /* @__PURE__ */ __name((_) => de_PrivacyConfiguration(_, context), "privacyConfiguration"),
|
|
1997
1995
|
tags: import_smithy_client._json,
|
|
1998
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1996
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
1999
1997
|
});
|
|
2000
1998
|
Object.assign(contents, doc);
|
|
2001
1999
|
return contents;
|
|
@@ -2009,10 +2007,10 @@ var de_GetMLConfigurationCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2009
2007
|
});
|
|
2010
2008
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2011
2009
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2012
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2010
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2013
2011
|
defaultOutputLocation: import_smithy_client._json,
|
|
2014
2012
|
membershipIdentifier: import_smithy_client.expectString,
|
|
2015
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2013
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2016
2014
|
});
|
|
2017
2015
|
Object.assign(contents, doc);
|
|
2018
2016
|
return contents;
|
|
@@ -2028,7 +2026,7 @@ var de_GetMLInputChannelCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2028
2026
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2029
2027
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
2030
2028
|
configuredModelAlgorithmAssociations: import_smithy_client._json,
|
|
2031
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2029
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2032
2030
|
description: import_smithy_client.expectString,
|
|
2033
2031
|
inputChannel: import_smithy_client._json,
|
|
2034
2032
|
kmsKeyArn: import_smithy_client.expectString,
|
|
@@ -2043,7 +2041,7 @@ var de_GetMLInputChannelCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2043
2041
|
status: import_smithy_client.expectString,
|
|
2044
2042
|
statusDetails: import_smithy_client._json,
|
|
2045
2043
|
tags: import_smithy_client._json,
|
|
2046
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2044
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2047
2045
|
});
|
|
2048
2046
|
Object.assign(contents, doc);
|
|
2049
2047
|
return contents;
|
|
@@ -2059,7 +2057,7 @@ var de_GetTrainedModelCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2059
2057
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2060
2058
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
2061
2059
|
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2062
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2060
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2063
2061
|
dataChannels: import_smithy_client._json,
|
|
2064
2062
|
description: import_smithy_client.expectString,
|
|
2065
2063
|
environment: import_smithy_client._json,
|
|
@@ -2078,7 +2076,7 @@ var de_GetTrainedModelCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2078
2076
|
tags: import_smithy_client._json,
|
|
2079
2077
|
trainedModelArn: import_smithy_client.expectString,
|
|
2080
2078
|
trainingContainerImageDigest: import_smithy_client.expectString,
|
|
2081
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2079
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2082
2080
|
});
|
|
2083
2081
|
Object.assign(contents, doc);
|
|
2084
2082
|
return contents;
|
|
@@ -2094,7 +2092,7 @@ var de_GetTrainedModelInferenceJobCommand = /* @__PURE__ */ __name(async (output
|
|
|
2094
2092
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2095
2093
|
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2096
2094
|
containerExecutionParameters: import_smithy_client._json,
|
|
2097
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2095
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2098
2096
|
dataSource: import_smithy_client._json,
|
|
2099
2097
|
description: import_smithy_client.expectString,
|
|
2100
2098
|
environment: import_smithy_client._json,
|
|
@@ -2113,7 +2111,7 @@ var de_GetTrainedModelInferenceJobCommand = /* @__PURE__ */ __name(async (output
|
|
|
2113
2111
|
tags: import_smithy_client._json,
|
|
2114
2112
|
trainedModelArn: import_smithy_client.expectString,
|
|
2115
2113
|
trainedModelInferenceJobArn: import_smithy_client.expectString,
|
|
2116
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2114
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2117
2115
|
});
|
|
2118
2116
|
Object.assign(contents, doc);
|
|
2119
2117
|
return contents;
|
|
@@ -2127,7 +2125,7 @@ var de_GetTrainingDatasetCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2127
2125
|
});
|
|
2128
2126
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2129
2127
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2130
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2128
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2131
2129
|
description: import_smithy_client.expectString,
|
|
2132
2130
|
name: import_smithy_client.expectString,
|
|
2133
2131
|
roleArn: import_smithy_client.expectString,
|
|
@@ -2135,7 +2133,7 @@ var de_GetTrainingDatasetCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2135
2133
|
tags: import_smithy_client._json,
|
|
2136
2134
|
trainingData: import_smithy_client._json,
|
|
2137
2135
|
trainingDatasetArn: import_smithy_client.expectString,
|
|
2138
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2136
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2139
2137
|
});
|
|
2140
2138
|
Object.assign(contents, doc);
|
|
2141
2139
|
return contents;
|
|
@@ -2149,7 +2147,7 @@ var de_ListAudienceExportJobsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2149
2147
|
});
|
|
2150
2148
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2151
2149
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2152
|
-
audienceExportJobs: (_) => de_AudienceExportJobList(_, context),
|
|
2150
|
+
audienceExportJobs: /* @__PURE__ */ __name((_) => de_AudienceExportJobList(_, context), "audienceExportJobs"),
|
|
2153
2151
|
nextToken: import_smithy_client.expectString
|
|
2154
2152
|
});
|
|
2155
2153
|
Object.assign(contents, doc);
|
|
@@ -2164,7 +2162,7 @@ var de_ListAudienceGenerationJobsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2164
2162
|
});
|
|
2165
2163
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2166
2164
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2167
|
-
audienceGenerationJobs: (_) => de_AudienceGenerationJobList(_, context),
|
|
2165
|
+
audienceGenerationJobs: /* @__PURE__ */ __name((_) => de_AudienceGenerationJobList(_, context), "audienceGenerationJobs"),
|
|
2168
2166
|
nextToken: import_smithy_client.expectString
|
|
2169
2167
|
});
|
|
2170
2168
|
Object.assign(contents, doc);
|
|
@@ -2179,7 +2177,7 @@ var de_ListAudienceModelsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2179
2177
|
});
|
|
2180
2178
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2181
2179
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2182
|
-
audienceModels: (_) => de_AudienceModelList(_, context),
|
|
2180
|
+
audienceModels: /* @__PURE__ */ __name((_) => de_AudienceModelList(_, context), "audienceModels"),
|
|
2183
2181
|
nextToken: import_smithy_client.expectString
|
|
2184
2182
|
});
|
|
2185
2183
|
Object.assign(contents, doc);
|
|
@@ -2194,7 +2192,7 @@ var de_ListCollaborationConfiguredModelAlgorithmAssociationsCommand = /* @__PURE
|
|
|
2194
2192
|
});
|
|
2195
2193
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2196
2194
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2197
|
-
collaborationConfiguredModelAlgorithmAssociations: (_) => de_CollaborationConfiguredModelAlgorithmAssociationList(_, context),
|
|
2195
|
+
collaborationConfiguredModelAlgorithmAssociations: /* @__PURE__ */ __name((_) => de_CollaborationConfiguredModelAlgorithmAssociationList(_, context), "collaborationConfiguredModelAlgorithmAssociations"),
|
|
2198
2196
|
nextToken: import_smithy_client.expectString
|
|
2199
2197
|
});
|
|
2200
2198
|
Object.assign(contents, doc);
|
|
@@ -2209,7 +2207,7 @@ var de_ListCollaborationMLInputChannelsCommand = /* @__PURE__ */ __name(async (o
|
|
|
2209
2207
|
});
|
|
2210
2208
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2211
2209
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2212
|
-
collaborationMLInputChannelsList: (_) => de_CollaborationMLInputChannelsList(_, context),
|
|
2210
|
+
collaborationMLInputChannelsList: /* @__PURE__ */ __name((_) => de_CollaborationMLInputChannelsList(_, context), "collaborationMLInputChannelsList"),
|
|
2213
2211
|
nextToken: import_smithy_client.expectString
|
|
2214
2212
|
});
|
|
2215
2213
|
Object.assign(contents, doc);
|
|
@@ -2224,7 +2222,7 @@ var de_ListCollaborationTrainedModelExportJobsCommand = /* @__PURE__ */ __name(a
|
|
|
2224
2222
|
});
|
|
2225
2223
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2226
2224
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2227
|
-
collaborationTrainedModelExportJobs: (_) => de_CollaborationTrainedModelExportJobList(_, context),
|
|
2225
|
+
collaborationTrainedModelExportJobs: /* @__PURE__ */ __name((_) => de_CollaborationTrainedModelExportJobList(_, context), "collaborationTrainedModelExportJobs"),
|
|
2228
2226
|
nextToken: import_smithy_client.expectString
|
|
2229
2227
|
});
|
|
2230
2228
|
Object.assign(contents, doc);
|
|
@@ -2239,7 +2237,7 @@ var de_ListCollaborationTrainedModelInferenceJobsCommand = /* @__PURE__ */ __nam
|
|
|
2239
2237
|
});
|
|
2240
2238
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2241
2239
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2242
|
-
collaborationTrainedModelInferenceJobs: (_) => de_CollaborationTrainedModelInferenceJobList(_, context),
|
|
2240
|
+
collaborationTrainedModelInferenceJobs: /* @__PURE__ */ __name((_) => de_CollaborationTrainedModelInferenceJobList(_, context), "collaborationTrainedModelInferenceJobs"),
|
|
2243
2241
|
nextToken: import_smithy_client.expectString
|
|
2244
2242
|
});
|
|
2245
2243
|
Object.assign(contents, doc);
|
|
@@ -2254,7 +2252,7 @@ var de_ListCollaborationTrainedModelsCommand = /* @__PURE__ */ __name(async (out
|
|
|
2254
2252
|
});
|
|
2255
2253
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2256
2254
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2257
|
-
collaborationTrainedModels: (_) => de_CollaborationTrainedModelList(_, context),
|
|
2255
|
+
collaborationTrainedModels: /* @__PURE__ */ __name((_) => de_CollaborationTrainedModelList(_, context), "collaborationTrainedModels"),
|
|
2258
2256
|
nextToken: import_smithy_client.expectString
|
|
2259
2257
|
});
|
|
2260
2258
|
Object.assign(contents, doc);
|
|
@@ -2269,7 +2267,7 @@ var de_ListConfiguredAudienceModelsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2269
2267
|
});
|
|
2270
2268
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2271
2269
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2272
|
-
configuredAudienceModels: (_) => de_ConfiguredAudienceModelList(_, context),
|
|
2270
|
+
configuredAudienceModels: /* @__PURE__ */ __name((_) => de_ConfiguredAudienceModelList(_, context), "configuredAudienceModels"),
|
|
2273
2271
|
nextToken: import_smithy_client.expectString
|
|
2274
2272
|
});
|
|
2275
2273
|
Object.assign(contents, doc);
|
|
@@ -2284,7 +2282,7 @@ var de_ListConfiguredModelAlgorithmAssociationsCommand = /* @__PURE__ */ __name(
|
|
|
2284
2282
|
});
|
|
2285
2283
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2286
2284
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2287
|
-
configuredModelAlgorithmAssociations: (_) => de_ConfiguredModelAlgorithmAssociationList(_, context),
|
|
2285
|
+
configuredModelAlgorithmAssociations: /* @__PURE__ */ __name((_) => de_ConfiguredModelAlgorithmAssociationList(_, context), "configuredModelAlgorithmAssociations"),
|
|
2288
2286
|
nextToken: import_smithy_client.expectString
|
|
2289
2287
|
});
|
|
2290
2288
|
Object.assign(contents, doc);
|
|
@@ -2299,7 +2297,7 @@ var de_ListConfiguredModelAlgorithmsCommand = /* @__PURE__ */ __name(async (outp
|
|
|
2299
2297
|
});
|
|
2300
2298
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2301
2299
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2302
|
-
configuredModelAlgorithms: (_) => de_ConfiguredModelAlgorithmList(_, context),
|
|
2300
|
+
configuredModelAlgorithms: /* @__PURE__ */ __name((_) => de_ConfiguredModelAlgorithmList(_, context), "configuredModelAlgorithms"),
|
|
2303
2301
|
nextToken: import_smithy_client.expectString
|
|
2304
2302
|
});
|
|
2305
2303
|
Object.assign(contents, doc);
|
|
@@ -2314,7 +2312,7 @@ var de_ListMLInputChannelsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2314
2312
|
});
|
|
2315
2313
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2316
2314
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2317
|
-
mlInputChannelsList: (_) => de_MLInputChannelsList(_, context),
|
|
2315
|
+
mlInputChannelsList: /* @__PURE__ */ __name((_) => de_MLInputChannelsList(_, context), "mlInputChannelsList"),
|
|
2318
2316
|
nextToken: import_smithy_client.expectString
|
|
2319
2317
|
});
|
|
2320
2318
|
Object.assign(contents, doc);
|
|
@@ -2344,7 +2342,7 @@ var de_ListTrainedModelInferenceJobsCommand = /* @__PURE__ */ __name(async (outp
|
|
|
2344
2342
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2345
2343
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2346
2344
|
nextToken: import_smithy_client.expectString,
|
|
2347
|
-
trainedModelInferenceJobs: (_) => de_TrainedModelInferenceJobList(_, context)
|
|
2345
|
+
trainedModelInferenceJobs: /* @__PURE__ */ __name((_) => de_TrainedModelInferenceJobList(_, context), "trainedModelInferenceJobs")
|
|
2348
2346
|
});
|
|
2349
2347
|
Object.assign(contents, doc);
|
|
2350
2348
|
return contents;
|
|
@@ -2359,7 +2357,7 @@ var de_ListTrainedModelsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2359
2357
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2360
2358
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2361
2359
|
nextToken: import_smithy_client.expectString,
|
|
2362
|
-
trainedModels: (_) => de_TrainedModelList(_, context)
|
|
2360
|
+
trainedModels: /* @__PURE__ */ __name((_) => de_TrainedModelList(_, context), "trainedModels")
|
|
2363
2361
|
});
|
|
2364
2362
|
Object.assign(contents, doc);
|
|
2365
2363
|
return contents;
|
|
@@ -2374,7 +2372,7 @@ var de_ListTrainingDatasetsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2374
2372
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2375
2373
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2376
2374
|
nextToken: import_smithy_client.expectString,
|
|
2377
|
-
trainingDatasets: (_) => de_TrainingDatasetList(_, context)
|
|
2375
|
+
trainingDatasets: /* @__PURE__ */ __name((_) => de_TrainingDatasetList(_, context), "trainingDatasets")
|
|
2378
2376
|
});
|
|
2379
2377
|
Object.assign(contents, doc);
|
|
2380
2378
|
return contents;
|
|
@@ -2585,20 +2583,20 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
2585
2583
|
}, "de_ValidationExceptionRes");
|
|
2586
2584
|
var se_PrivacyConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
2587
2585
|
return (0, import_smithy_client.take)(input, {
|
|
2588
|
-
policies: (_) => se_PrivacyConfigurationPolicies(_, context)
|
|
2586
|
+
policies: /* @__PURE__ */ __name((_) => se_PrivacyConfigurationPolicies(_, context), "policies")
|
|
2589
2587
|
});
|
|
2590
2588
|
}, "se_PrivacyConfiguration");
|
|
2591
2589
|
var se_PrivacyConfigurationPolicies = /* @__PURE__ */ __name((input, context) => {
|
|
2592
2590
|
return (0, import_smithy_client.take)(input, {
|
|
2593
|
-
trainedModelExports: (_) => se_TrainedModelExportsConfigurationPolicy(_, context),
|
|
2594
|
-
trainedModelInferenceJobs: (_) => se_TrainedModelInferenceJobsConfigurationPolicy(_, context),
|
|
2591
|
+
trainedModelExports: /* @__PURE__ */ __name((_) => se_TrainedModelExportsConfigurationPolicy(_, context), "trainedModelExports"),
|
|
2592
|
+
trainedModelInferenceJobs: /* @__PURE__ */ __name((_) => se_TrainedModelInferenceJobsConfigurationPolicy(_, context), "trainedModelInferenceJobs"),
|
|
2595
2593
|
trainedModels: import_smithy_client._json
|
|
2596
2594
|
});
|
|
2597
2595
|
}, "se_PrivacyConfigurationPolicies");
|
|
2598
2596
|
var se_TrainedModelExportsConfigurationPolicy = /* @__PURE__ */ __name((input, context) => {
|
|
2599
2597
|
return (0, import_smithy_client.take)(input, {
|
|
2600
2598
|
filesToExport: import_smithy_client._json,
|
|
2601
|
-
maxSize: (_) => se_TrainedModelExportsMaxSize(_, context)
|
|
2599
|
+
maxSize: /* @__PURE__ */ __name((_) => se_TrainedModelExportsMaxSize(_, context), "maxSize")
|
|
2602
2600
|
});
|
|
2603
2601
|
}, "se_TrainedModelExportsConfigurationPolicy");
|
|
2604
2602
|
var se_TrainedModelExportsMaxSize = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2610,7 +2608,7 @@ var se_TrainedModelExportsMaxSize = /* @__PURE__ */ __name((input, context) => {
|
|
|
2610
2608
|
var se_TrainedModelInferenceJobsConfigurationPolicy = /* @__PURE__ */ __name((input, context) => {
|
|
2611
2609
|
return (0, import_smithy_client.take)(input, {
|
|
2612
2610
|
containerLogs: import_smithy_client._json,
|
|
2613
|
-
maxOutputSize: (_) => se_TrainedModelInferenceMaxOutputSize(_, context)
|
|
2611
|
+
maxOutputSize: /* @__PURE__ */ __name((_) => se_TrainedModelInferenceMaxOutputSize(_, context), "maxOutputSize")
|
|
2614
2612
|
});
|
|
2615
2613
|
}, "se_TrainedModelInferenceJobsConfigurationPolicy");
|
|
2616
2614
|
var se_TrainedModelInferenceMaxOutputSize = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2629,13 +2627,13 @@ var de_AudienceExportJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2629
2627
|
return (0, import_smithy_client.take)(output, {
|
|
2630
2628
|
audienceGenerationJobArn: import_smithy_client.expectString,
|
|
2631
2629
|
audienceSize: import_smithy_client._json,
|
|
2632
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2630
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2633
2631
|
description: import_smithy_client.expectString,
|
|
2634
2632
|
name: import_smithy_client.expectString,
|
|
2635
2633
|
outputLocation: import_smithy_client.expectString,
|
|
2636
2634
|
status: import_smithy_client.expectString,
|
|
2637
2635
|
statusDetails: import_smithy_client._json,
|
|
2638
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2636
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2639
2637
|
});
|
|
2640
2638
|
}, "de_AudienceExportJobSummary");
|
|
2641
2639
|
var de_AudienceGenerationJobList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2649,12 +2647,12 @@ var de_AudienceGenerationJobSummary = /* @__PURE__ */ __name((output, context) =
|
|
|
2649
2647
|
audienceGenerationJobArn: import_smithy_client.expectString,
|
|
2650
2648
|
collaborationId: import_smithy_client.expectString,
|
|
2651
2649
|
configuredAudienceModelArn: import_smithy_client.expectString,
|
|
2652
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2650
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2653
2651
|
description: import_smithy_client.expectString,
|
|
2654
2652
|
name: import_smithy_client.expectString,
|
|
2655
2653
|
startedBy: import_smithy_client.expectString,
|
|
2656
2654
|
status: import_smithy_client.expectString,
|
|
2657
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2655
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2658
2656
|
});
|
|
2659
2657
|
}, "de_AudienceGenerationJobSummary");
|
|
2660
2658
|
var de_AudienceModelList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2666,18 +2664,18 @@ var de_AudienceModelList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2666
2664
|
var de_AudienceModelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2667
2665
|
return (0, import_smithy_client.take)(output, {
|
|
2668
2666
|
audienceModelArn: import_smithy_client.expectString,
|
|
2669
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2667
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2670
2668
|
description: import_smithy_client.expectString,
|
|
2671
2669
|
name: import_smithy_client.expectString,
|
|
2672
2670
|
status: import_smithy_client.expectString,
|
|
2673
2671
|
trainingDatasetArn: import_smithy_client.expectString,
|
|
2674
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2672
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2675
2673
|
});
|
|
2676
2674
|
}, "de_AudienceModelSummary");
|
|
2677
2675
|
var de_AudienceQualityMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
2678
2676
|
return (0, import_smithy_client.take)(output, {
|
|
2679
2677
|
recallMetric: import_smithy_client.limitedParseDouble,
|
|
2680
|
-
relevanceMetrics: (_) => de_RelevanceMetrics(_, context)
|
|
2678
|
+
relevanceMetrics: /* @__PURE__ */ __name((_) => de_RelevanceMetrics(_, context), "relevanceMetrics")
|
|
2681
2679
|
});
|
|
2682
2680
|
}, "de_AudienceQualityMetrics");
|
|
2683
2681
|
var de_CollaborationConfiguredModelAlgorithmAssociationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2691,12 +2689,12 @@ var de_CollaborationConfiguredModelAlgorithmAssociationSummary = /* @__PURE__ */
|
|
|
2691
2689
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
2692
2690
|
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
2693
2691
|
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2694
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2692
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2695
2693
|
creatorAccountId: import_smithy_client.expectString,
|
|
2696
2694
|
description: import_smithy_client.expectString,
|
|
2697
2695
|
membershipIdentifier: import_smithy_client.expectString,
|
|
2698
2696
|
name: import_smithy_client.expectString,
|
|
2699
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2697
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2700
2698
|
});
|
|
2701
2699
|
}, "de_CollaborationConfiguredModelAlgorithmAssociationSummary");
|
|
2702
2700
|
var de_CollaborationMLInputChannelsList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2709,14 +2707,14 @@ var de_CollaborationMLInputChannelSummary = /* @__PURE__ */ __name((output, cont
|
|
|
2709
2707
|
return (0, import_smithy_client.take)(output, {
|
|
2710
2708
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
2711
2709
|
configuredModelAlgorithmAssociations: import_smithy_client._json,
|
|
2712
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2710
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2713
2711
|
creatorAccountId: import_smithy_client.expectString,
|
|
2714
2712
|
description: import_smithy_client.expectString,
|
|
2715
2713
|
membershipIdentifier: import_smithy_client.expectString,
|
|
2716
2714
|
mlInputChannelArn: import_smithy_client.expectString,
|
|
2717
2715
|
name: import_smithy_client.expectString,
|
|
2718
2716
|
status: import_smithy_client.expectString,
|
|
2719
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2717
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2720
2718
|
});
|
|
2721
2719
|
}, "de_CollaborationMLInputChannelSummary");
|
|
2722
2720
|
var de_CollaborationTrainedModelExportJobList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2728,7 +2726,7 @@ var de_CollaborationTrainedModelExportJobList = /* @__PURE__ */ __name((output,
|
|
|
2728
2726
|
var de_CollaborationTrainedModelExportJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2729
2727
|
return (0, import_smithy_client.take)(output, {
|
|
2730
2728
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
2731
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2729
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2732
2730
|
creatorAccountId: import_smithy_client.expectString,
|
|
2733
2731
|
description: import_smithy_client.expectString,
|
|
2734
2732
|
membershipIdentifier: import_smithy_client.expectString,
|
|
@@ -2737,7 +2735,7 @@ var de_CollaborationTrainedModelExportJobSummary = /* @__PURE__ */ __name((outpu
|
|
|
2737
2735
|
status: import_smithy_client.expectString,
|
|
2738
2736
|
statusDetails: import_smithy_client._json,
|
|
2739
2737
|
trainedModelArn: import_smithy_client.expectString,
|
|
2740
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2738
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2741
2739
|
});
|
|
2742
2740
|
}, "de_CollaborationTrainedModelExportJobSummary");
|
|
2743
2741
|
var de_CollaborationTrainedModelInferenceJobList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2750,7 +2748,7 @@ var de_CollaborationTrainedModelInferenceJobSummary = /* @__PURE__ */ __name((ou
|
|
|
2750
2748
|
return (0, import_smithy_client.take)(output, {
|
|
2751
2749
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
2752
2750
|
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2753
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2751
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2754
2752
|
creatorAccountId: import_smithy_client.expectString,
|
|
2755
2753
|
description: import_smithy_client.expectString,
|
|
2756
2754
|
logsStatus: import_smithy_client.expectString,
|
|
@@ -2763,7 +2761,7 @@ var de_CollaborationTrainedModelInferenceJobSummary = /* @__PURE__ */ __name((ou
|
|
|
2763
2761
|
status: import_smithy_client.expectString,
|
|
2764
2762
|
trainedModelArn: import_smithy_client.expectString,
|
|
2765
2763
|
trainedModelInferenceJobArn: import_smithy_client.expectString,
|
|
2766
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2764
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2767
2765
|
});
|
|
2768
2766
|
}, "de_CollaborationTrainedModelInferenceJobSummary");
|
|
2769
2767
|
var de_CollaborationTrainedModelList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2776,14 +2774,14 @@ var de_CollaborationTrainedModelSummary = /* @__PURE__ */ __name((output, contex
|
|
|
2776
2774
|
return (0, import_smithy_client.take)(output, {
|
|
2777
2775
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
2778
2776
|
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2779
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2777
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2780
2778
|
creatorAccountId: import_smithy_client.expectString,
|
|
2781
2779
|
description: import_smithy_client.expectString,
|
|
2782
2780
|
membershipIdentifier: import_smithy_client.expectString,
|
|
2783
2781
|
name: import_smithy_client.expectString,
|
|
2784
2782
|
status: import_smithy_client.expectString,
|
|
2785
2783
|
trainedModelArn: import_smithy_client.expectString,
|
|
2786
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2784
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2787
2785
|
});
|
|
2788
2786
|
}, "de_CollaborationTrainedModelSummary");
|
|
2789
2787
|
var de_ConfiguredAudienceModelList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2796,12 +2794,12 @@ var de_ConfiguredAudienceModelSummary = /* @__PURE__ */ __name((output, context)
|
|
|
2796
2794
|
return (0, import_smithy_client.take)(output, {
|
|
2797
2795
|
audienceModelArn: import_smithy_client.expectString,
|
|
2798
2796
|
configuredAudienceModelArn: import_smithy_client.expectString,
|
|
2799
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2797
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2800
2798
|
description: import_smithy_client.expectString,
|
|
2801
2799
|
name: import_smithy_client.expectString,
|
|
2802
2800
|
outputConfig: import_smithy_client._json,
|
|
2803
2801
|
status: import_smithy_client.expectString,
|
|
2804
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2802
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2805
2803
|
});
|
|
2806
2804
|
}, "de_ConfiguredAudienceModelSummary");
|
|
2807
2805
|
var de_ConfiguredModelAlgorithmAssociationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2815,11 +2813,11 @@ var de_ConfiguredModelAlgorithmAssociationSummary = /* @__PURE__ */ __name((outp
|
|
|
2815
2813
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
2816
2814
|
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
2817
2815
|
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2818
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2816
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2819
2817
|
description: import_smithy_client.expectString,
|
|
2820
2818
|
membershipIdentifier: import_smithy_client.expectString,
|
|
2821
2819
|
name: import_smithy_client.expectString,
|
|
2822
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2820
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2823
2821
|
});
|
|
2824
2822
|
}, "de_ConfiguredModelAlgorithmAssociationSummary");
|
|
2825
2823
|
var de_ConfiguredModelAlgorithmList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2831,10 +2829,10 @@ var de_ConfiguredModelAlgorithmList = /* @__PURE__ */ __name((output, context) =
|
|
|
2831
2829
|
var de_ConfiguredModelAlgorithmSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2832
2830
|
return (0, import_smithy_client.take)(output, {
|
|
2833
2831
|
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
2834
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2832
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2835
2833
|
description: import_smithy_client.expectString,
|
|
2836
2834
|
name: import_smithy_client.expectString,
|
|
2837
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2835
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2838
2836
|
});
|
|
2839
2837
|
}, "de_ConfiguredModelAlgorithmSummary");
|
|
2840
2838
|
var de_MLInputChannelsList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2847,25 +2845,25 @@ var de_MLInputChannelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2847
2845
|
return (0, import_smithy_client.take)(output, {
|
|
2848
2846
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
2849
2847
|
configuredModelAlgorithmAssociations: import_smithy_client._json,
|
|
2850
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2848
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2851
2849
|
description: import_smithy_client.expectString,
|
|
2852
2850
|
membershipIdentifier: import_smithy_client.expectString,
|
|
2853
2851
|
mlInputChannelArn: import_smithy_client.expectString,
|
|
2854
2852
|
name: import_smithy_client.expectString,
|
|
2855
2853
|
protectedQueryIdentifier: import_smithy_client.expectString,
|
|
2856
2854
|
status: import_smithy_client.expectString,
|
|
2857
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2855
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2858
2856
|
});
|
|
2859
2857
|
}, "de_MLInputChannelSummary");
|
|
2860
2858
|
var de_PrivacyConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
2861
2859
|
return (0, import_smithy_client.take)(output, {
|
|
2862
|
-
policies: (_) => de_PrivacyConfigurationPolicies(_, context)
|
|
2860
|
+
policies: /* @__PURE__ */ __name((_) => de_PrivacyConfigurationPolicies(_, context), "policies")
|
|
2863
2861
|
});
|
|
2864
2862
|
}, "de_PrivacyConfiguration");
|
|
2865
2863
|
var de_PrivacyConfigurationPolicies = /* @__PURE__ */ __name((output, context) => {
|
|
2866
2864
|
return (0, import_smithy_client.take)(output, {
|
|
2867
|
-
trainedModelExports: (_) => de_TrainedModelExportsConfigurationPolicy(_, context),
|
|
2868
|
-
trainedModelInferenceJobs: (_) => de_TrainedModelInferenceJobsConfigurationPolicy(_, context),
|
|
2865
|
+
trainedModelExports: /* @__PURE__ */ __name((_) => de_TrainedModelExportsConfigurationPolicy(_, context), "trainedModelExports"),
|
|
2866
|
+
trainedModelInferenceJobs: /* @__PURE__ */ __name((_) => de_TrainedModelInferenceJobsConfigurationPolicy(_, context), "trainedModelInferenceJobs"),
|
|
2869
2867
|
trainedModels: import_smithy_client._json
|
|
2870
2868
|
});
|
|
2871
2869
|
}, "de_PrivacyConfigurationPolicies");
|
|
@@ -2884,7 +2882,7 @@ var de_RelevanceMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
|
2884
2882
|
var de_TrainedModelExportsConfigurationPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
2885
2883
|
return (0, import_smithy_client.take)(output, {
|
|
2886
2884
|
filesToExport: import_smithy_client._json,
|
|
2887
|
-
maxSize: (_) => de_TrainedModelExportsMaxSize(_, context)
|
|
2885
|
+
maxSize: /* @__PURE__ */ __name((_) => de_TrainedModelExportsMaxSize(_, context), "maxSize")
|
|
2888
2886
|
});
|
|
2889
2887
|
}, "de_TrainedModelExportsConfigurationPolicy");
|
|
2890
2888
|
var de_TrainedModelExportsMaxSize = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2902,14 +2900,14 @@ var de_TrainedModelInferenceJobList = /* @__PURE__ */ __name((output, context) =
|
|
|
2902
2900
|
var de_TrainedModelInferenceJobsConfigurationPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
2903
2901
|
return (0, import_smithy_client.take)(output, {
|
|
2904
2902
|
containerLogs: import_smithy_client._json,
|
|
2905
|
-
maxOutputSize: (_) => de_TrainedModelInferenceMaxOutputSize(_, context)
|
|
2903
|
+
maxOutputSize: /* @__PURE__ */ __name((_) => de_TrainedModelInferenceMaxOutputSize(_, context), "maxOutputSize")
|
|
2906
2904
|
});
|
|
2907
2905
|
}, "de_TrainedModelInferenceJobsConfigurationPolicy");
|
|
2908
2906
|
var de_TrainedModelInferenceJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2909
2907
|
return (0, import_smithy_client.take)(output, {
|
|
2910
2908
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
2911
2909
|
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2912
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2910
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2913
2911
|
description: import_smithy_client.expectString,
|
|
2914
2912
|
logsStatus: import_smithy_client.expectString,
|
|
2915
2913
|
logsStatusDetails: import_smithy_client.expectString,
|
|
@@ -2921,7 +2919,7 @@ var de_TrainedModelInferenceJobSummary = /* @__PURE__ */ __name((output, context
|
|
|
2921
2919
|
status: import_smithy_client.expectString,
|
|
2922
2920
|
trainedModelArn: import_smithy_client.expectString,
|
|
2923
2921
|
trainedModelInferenceJobArn: import_smithy_client.expectString,
|
|
2924
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2922
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2925
2923
|
});
|
|
2926
2924
|
}, "de_TrainedModelInferenceJobSummary");
|
|
2927
2925
|
var de_TrainedModelInferenceMaxOutputSize = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2940,13 +2938,13 @@ var de_TrainedModelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2940
2938
|
return (0, import_smithy_client.take)(output, {
|
|
2941
2939
|
collaborationIdentifier: import_smithy_client.expectString,
|
|
2942
2940
|
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2943
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2941
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2944
2942
|
description: import_smithy_client.expectString,
|
|
2945
2943
|
membershipIdentifier: import_smithy_client.expectString,
|
|
2946
2944
|
name: import_smithy_client.expectString,
|
|
2947
2945
|
status: import_smithy_client.expectString,
|
|
2948
2946
|
trainedModelArn: import_smithy_client.expectString,
|
|
2949
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2947
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2950
2948
|
});
|
|
2951
2949
|
}, "de_TrainedModelSummary");
|
|
2952
2950
|
var de_TrainingDatasetList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2957,12 +2955,12 @@ var de_TrainingDatasetList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2957
2955
|
}, "de_TrainingDatasetList");
|
|
2958
2956
|
var de_TrainingDatasetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2959
2957
|
return (0, import_smithy_client.take)(output, {
|
|
2960
|
-
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2958
|
+
createTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createTime"),
|
|
2961
2959
|
description: import_smithy_client.expectString,
|
|
2962
2960
|
name: import_smithy_client.expectString,
|
|
2963
2961
|
status: import_smithy_client.expectString,
|
|
2964
2962
|
trainingDatasetArn: import_smithy_client.expectString,
|
|
2965
|
-
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2963
|
+
updateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updateTime")
|
|
2966
2964
|
});
|
|
2967
2965
|
}, "de_TrainingDatasetSummary");
|
|
2968
2966
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cleanroomsml",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cleanroomsml Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cleanroomsml",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|