@aws-sdk/client-personalize 3.758.0 → 3.774.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 +133 -133
- package/package.json +7 -7
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
|
BatchInferenceJobMode: () => BatchInferenceJobMode,
|
|
25
25
|
CreateBatchInferenceJobCommand: () => CreateBatchInferenceJobCommand,
|
|
26
26
|
CreateBatchSegmentJobCommand: () => CreateBatchSegmentJobCommand,
|
|
@@ -132,7 +132,7 @@ __export(src_exports, {
|
|
|
132
132
|
paginateListSolutionVersions: () => paginateListSolutionVersions,
|
|
133
133
|
paginateListSolutions: () => paginateListSolutions
|
|
134
134
|
});
|
|
135
|
-
module.exports = __toCommonJS(
|
|
135
|
+
module.exports = __toCommonJS(index_exports);
|
|
136
136
|
|
|
137
137
|
// src/PersonalizeClient.ts
|
|
138
138
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -259,9 +259,9 @@ var PersonalizeClient = class extends import_smithy_client.Client {
|
|
|
259
259
|
this.middlewareStack.use(
|
|
260
260
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
261
261
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultPersonalizeHttpAuthSchemeParametersProvider,
|
|
262
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
262
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
263
263
|
"aws.auth#sigv4": config.credentials
|
|
264
|
-
})
|
|
264
|
+
}), "identityProviderConfigProvider")
|
|
265
265
|
})
|
|
266
266
|
);
|
|
267
267
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1953,13 +1953,13 @@ var se_CreateSolutionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1953
1953
|
performAutoTraining: [],
|
|
1954
1954
|
performHPO: [],
|
|
1955
1955
|
recipeArn: [],
|
|
1956
|
-
solutionConfig: (_) => se_SolutionConfig(_, context),
|
|
1956
|
+
solutionConfig: /* @__PURE__ */ __name((_) => se_SolutionConfig(_, context), "solutionConfig"),
|
|
1957
1957
|
tags: import_smithy_client._json
|
|
1958
1958
|
});
|
|
1959
1959
|
}, "se_CreateSolutionRequest");
|
|
1960
1960
|
var se_HPOConfig = /* @__PURE__ */ __name((input, context) => {
|
|
1961
1961
|
return (0, import_smithy_client.take)(input, {
|
|
1962
|
-
algorithmHyperParameterRanges: (_) => se_HyperParameterRanges(_, context),
|
|
1962
|
+
algorithmHyperParameterRanges: /* @__PURE__ */ __name((_) => se_HyperParameterRanges(_, context), "algorithmHyperParameterRanges"),
|
|
1963
1963
|
hpoObjective: import_smithy_client._json,
|
|
1964
1964
|
hpoResourceConfig: import_smithy_client._json
|
|
1965
1965
|
});
|
|
@@ -1967,7 +1967,7 @@ var se_HPOConfig = /* @__PURE__ */ __name((input, context) => {
|
|
|
1967
1967
|
var se_HyperParameterRanges = /* @__PURE__ */ __name((input, context) => {
|
|
1968
1968
|
return (0, import_smithy_client.take)(input, {
|
|
1969
1969
|
categoricalHyperParameterRanges: import_smithy_client._json,
|
|
1970
|
-
continuousHyperParameterRanges: (_) => se_ContinuousHyperParameterRanges(_, context),
|
|
1970
|
+
continuousHyperParameterRanges: /* @__PURE__ */ __name((_) => se_ContinuousHyperParameterRanges(_, context), "continuousHyperParameterRanges"),
|
|
1971
1971
|
integerHyperParameterRanges: import_smithy_client._json
|
|
1972
1972
|
});
|
|
1973
1973
|
}, "se_HyperParameterRanges");
|
|
@@ -1978,7 +1978,7 @@ var se_SolutionConfig = /* @__PURE__ */ __name((input, context) => {
|
|
|
1978
1978
|
autoTrainingConfig: import_smithy_client._json,
|
|
1979
1979
|
eventValueThreshold: [],
|
|
1980
1980
|
featureTransformationParameters: import_smithy_client._json,
|
|
1981
|
-
hpoConfig: (_) => se_HPOConfig(_, context),
|
|
1981
|
+
hpoConfig: /* @__PURE__ */ __name((_) => se_HPOConfig(_, context), "hpoConfig"),
|
|
1982
1982
|
optimizationObjective: import_smithy_client._json,
|
|
1983
1983
|
trainingDataConfig: import_smithy_client._json
|
|
1984
1984
|
});
|
|
@@ -1987,11 +1987,11 @@ var de_Algorithm = /* @__PURE__ */ __name((output, context) => {
|
|
|
1987
1987
|
return (0, import_smithy_client.take)(output, {
|
|
1988
1988
|
algorithmArn: import_smithy_client.expectString,
|
|
1989
1989
|
algorithmImage: import_smithy_client._json,
|
|
1990
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1991
|
-
defaultHyperParameterRanges: (_) => de_DefaultHyperParameterRanges(_, context),
|
|
1990
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
1991
|
+
defaultHyperParameterRanges: /* @__PURE__ */ __name((_) => de_DefaultHyperParameterRanges(_, context), "defaultHyperParameterRanges"),
|
|
1992
1992
|
defaultHyperParameters: import_smithy_client._json,
|
|
1993
1993
|
defaultResourceConfig: import_smithy_client._json,
|
|
1994
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1994
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
1995
1995
|
name: import_smithy_client.expectString,
|
|
1996
1996
|
roleArn: import_smithy_client.expectString,
|
|
1997
1997
|
trainingInputMode: import_smithy_client.expectString
|
|
@@ -2002,13 +2002,13 @@ var de_BatchInferenceJob = /* @__PURE__ */ __name((output, context) => {
|
|
|
2002
2002
|
batchInferenceJobArn: import_smithy_client.expectString,
|
|
2003
2003
|
batchInferenceJobConfig: import_smithy_client._json,
|
|
2004
2004
|
batchInferenceJobMode: import_smithy_client.expectString,
|
|
2005
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2005
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2006
2006
|
failureReason: import_smithy_client.expectString,
|
|
2007
2007
|
filterArn: import_smithy_client.expectString,
|
|
2008
2008
|
jobInput: import_smithy_client._json,
|
|
2009
2009
|
jobName: import_smithy_client.expectString,
|
|
2010
2010
|
jobOutput: import_smithy_client._json,
|
|
2011
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2011
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2012
2012
|
numResults: import_smithy_client.expectInt32,
|
|
2013
2013
|
roleArn: import_smithy_client.expectString,
|
|
2014
2014
|
solutionVersionArn: import_smithy_client.expectString,
|
|
@@ -2026,10 +2026,10 @@ var de_BatchInferenceJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2026
2026
|
return (0, import_smithy_client.take)(output, {
|
|
2027
2027
|
batchInferenceJobArn: import_smithy_client.expectString,
|
|
2028
2028
|
batchInferenceJobMode: import_smithy_client.expectString,
|
|
2029
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2029
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2030
2030
|
failureReason: import_smithy_client.expectString,
|
|
2031
2031
|
jobName: import_smithy_client.expectString,
|
|
2032
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2032
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2033
2033
|
solutionVersionArn: import_smithy_client.expectString,
|
|
2034
2034
|
status: import_smithy_client.expectString
|
|
2035
2035
|
});
|
|
@@ -2037,13 +2037,13 @@ var de_BatchInferenceJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2037
2037
|
var de_BatchSegmentJob = /* @__PURE__ */ __name((output, context) => {
|
|
2038
2038
|
return (0, import_smithy_client.take)(output, {
|
|
2039
2039
|
batchSegmentJobArn: import_smithy_client.expectString,
|
|
2040
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2040
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2041
2041
|
failureReason: import_smithy_client.expectString,
|
|
2042
2042
|
filterArn: import_smithy_client.expectString,
|
|
2043
2043
|
jobInput: import_smithy_client._json,
|
|
2044
2044
|
jobName: import_smithy_client.expectString,
|
|
2045
2045
|
jobOutput: import_smithy_client._json,
|
|
2046
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2046
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2047
2047
|
numResults: import_smithy_client.expectInt32,
|
|
2048
2048
|
roleArn: import_smithy_client.expectString,
|
|
2049
2049
|
solutionVersionArn: import_smithy_client.expectString,
|
|
@@ -2059,10 +2059,10 @@ var de_BatchSegmentJobs = /* @__PURE__ */ __name((output, context) => {
|
|
|
2059
2059
|
var de_BatchSegmentJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2060
2060
|
return (0, import_smithy_client.take)(output, {
|
|
2061
2061
|
batchSegmentJobArn: import_smithy_client.expectString,
|
|
2062
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2062
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2063
2063
|
failureReason: import_smithy_client.expectString,
|
|
2064
2064
|
jobName: import_smithy_client.expectString,
|
|
2065
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2065
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2066
2066
|
solutionVersionArn: import_smithy_client.expectString,
|
|
2067
2067
|
status: import_smithy_client.expectString
|
|
2068
2068
|
});
|
|
@@ -2071,10 +2071,10 @@ var de_Campaign = /* @__PURE__ */ __name((output, context) => {
|
|
|
2071
2071
|
return (0, import_smithy_client.take)(output, {
|
|
2072
2072
|
campaignArn: import_smithy_client.expectString,
|
|
2073
2073
|
campaignConfig: import_smithy_client._json,
|
|
2074
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2074
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2075
2075
|
failureReason: import_smithy_client.expectString,
|
|
2076
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2077
|
-
latestCampaignUpdate: (_) => de_CampaignUpdateSummary(_, context),
|
|
2076
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2077
|
+
latestCampaignUpdate: /* @__PURE__ */ __name((_) => de_CampaignUpdateSummary(_, context), "latestCampaignUpdate"),
|
|
2078
2078
|
minProvisionedTPS: import_smithy_client.expectInt32,
|
|
2079
2079
|
name: import_smithy_client.expectString,
|
|
2080
2080
|
solutionVersionArn: import_smithy_client.expectString,
|
|
@@ -2090,9 +2090,9 @@ var de_Campaigns = /* @__PURE__ */ __name((output, context) => {
|
|
|
2090
2090
|
var de_CampaignSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2091
2091
|
return (0, import_smithy_client.take)(output, {
|
|
2092
2092
|
campaignArn: import_smithy_client.expectString,
|
|
2093
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2093
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2094
2094
|
failureReason: import_smithy_client.expectString,
|
|
2095
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2095
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2096
2096
|
name: import_smithy_client.expectString,
|
|
2097
2097
|
status: import_smithy_client.expectString
|
|
2098
2098
|
});
|
|
@@ -2100,9 +2100,9 @@ var de_CampaignSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2100
2100
|
var de_CampaignUpdateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2101
2101
|
return (0, import_smithy_client.take)(output, {
|
|
2102
2102
|
campaignConfig: import_smithy_client._json,
|
|
2103
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2103
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2104
2104
|
failureReason: import_smithy_client.expectString,
|
|
2105
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2105
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2106
2106
|
minProvisionedTPS: import_smithy_client.expectInt32,
|
|
2107
2107
|
solutionVersionArn: import_smithy_client.expectString,
|
|
2108
2108
|
status: import_smithy_client.expectString
|
|
@@ -2123,13 +2123,13 @@ var de_ContinuousHyperParameterRanges = /* @__PURE__ */ __name((output, context)
|
|
|
2123
2123
|
}, "de_ContinuousHyperParameterRanges");
|
|
2124
2124
|
var de_DataDeletionJob = /* @__PURE__ */ __name((output, context) => {
|
|
2125
2125
|
return (0, import_smithy_client.take)(output, {
|
|
2126
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2126
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2127
2127
|
dataDeletionJobArn: import_smithy_client.expectString,
|
|
2128
2128
|
dataSource: import_smithy_client._json,
|
|
2129
2129
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2130
2130
|
failureReason: import_smithy_client.expectString,
|
|
2131
2131
|
jobName: import_smithy_client.expectString,
|
|
2132
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2132
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2133
2133
|
numDeleted: import_smithy_client.expectInt32,
|
|
2134
2134
|
roleArn: import_smithy_client.expectString,
|
|
2135
2135
|
status: import_smithy_client.expectString
|
|
@@ -2143,23 +2143,23 @@ var de_DataDeletionJobs = /* @__PURE__ */ __name((output, context) => {
|
|
|
2143
2143
|
}, "de_DataDeletionJobs");
|
|
2144
2144
|
var de_DataDeletionJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2145
2145
|
return (0, import_smithy_client.take)(output, {
|
|
2146
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2146
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2147
2147
|
dataDeletionJobArn: import_smithy_client.expectString,
|
|
2148
2148
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2149
2149
|
failureReason: import_smithy_client.expectString,
|
|
2150
2150
|
jobName: import_smithy_client.expectString,
|
|
2151
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2151
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2152
2152
|
status: import_smithy_client.expectString
|
|
2153
2153
|
});
|
|
2154
2154
|
}, "de_DataDeletionJobSummary");
|
|
2155
2155
|
var de_Dataset = /* @__PURE__ */ __name((output, context) => {
|
|
2156
2156
|
return (0, import_smithy_client.take)(output, {
|
|
2157
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2157
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2158
2158
|
datasetArn: import_smithy_client.expectString,
|
|
2159
2159
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2160
2160
|
datasetType: import_smithy_client.expectString,
|
|
2161
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2162
|
-
latestDatasetUpdate: (_) => de_DatasetUpdateSummary(_, context),
|
|
2161
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2162
|
+
latestDatasetUpdate: /* @__PURE__ */ __name((_) => de_DatasetUpdateSummary(_, context), "latestDatasetUpdate"),
|
|
2163
2163
|
name: import_smithy_client.expectString,
|
|
2164
2164
|
schemaArn: import_smithy_client.expectString,
|
|
2165
2165
|
status: import_smithy_client.expectString,
|
|
@@ -2168,14 +2168,14 @@ var de_Dataset = /* @__PURE__ */ __name((output, context) => {
|
|
|
2168
2168
|
}, "de_Dataset");
|
|
2169
2169
|
var de_DatasetExportJob = /* @__PURE__ */ __name((output, context) => {
|
|
2170
2170
|
return (0, import_smithy_client.take)(output, {
|
|
2171
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2171
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2172
2172
|
datasetArn: import_smithy_client.expectString,
|
|
2173
2173
|
datasetExportJobArn: import_smithy_client.expectString,
|
|
2174
2174
|
failureReason: import_smithy_client.expectString,
|
|
2175
2175
|
ingestionMode: import_smithy_client.expectString,
|
|
2176
2176
|
jobName: import_smithy_client.expectString,
|
|
2177
2177
|
jobOutput: import_smithy_client._json,
|
|
2178
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2178
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2179
2179
|
roleArn: import_smithy_client.expectString,
|
|
2180
2180
|
status: import_smithy_client.expectString
|
|
2181
2181
|
});
|
|
@@ -2188,22 +2188,22 @@ var de_DatasetExportJobs = /* @__PURE__ */ __name((output, context) => {
|
|
|
2188
2188
|
}, "de_DatasetExportJobs");
|
|
2189
2189
|
var de_DatasetExportJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2190
2190
|
return (0, import_smithy_client.take)(output, {
|
|
2191
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2191
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2192
2192
|
datasetExportJobArn: import_smithy_client.expectString,
|
|
2193
2193
|
failureReason: import_smithy_client.expectString,
|
|
2194
2194
|
jobName: import_smithy_client.expectString,
|
|
2195
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2195
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2196
2196
|
status: import_smithy_client.expectString
|
|
2197
2197
|
});
|
|
2198
2198
|
}, "de_DatasetExportJobSummary");
|
|
2199
2199
|
var de_DatasetGroup = /* @__PURE__ */ __name((output, context) => {
|
|
2200
2200
|
return (0, import_smithy_client.take)(output, {
|
|
2201
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2201
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2202
2202
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2203
2203
|
domain: import_smithy_client.expectString,
|
|
2204
2204
|
failureReason: import_smithy_client.expectString,
|
|
2205
2205
|
kmsKeyArn: import_smithy_client.expectString,
|
|
2206
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2206
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2207
2207
|
name: import_smithy_client.expectString,
|
|
2208
2208
|
roleArn: import_smithy_client.expectString,
|
|
2209
2209
|
status: import_smithy_client.expectString
|
|
@@ -2217,25 +2217,25 @@ var de_DatasetGroups = /* @__PURE__ */ __name((output, context) => {
|
|
|
2217
2217
|
}, "de_DatasetGroups");
|
|
2218
2218
|
var de_DatasetGroupSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2219
2219
|
return (0, import_smithy_client.take)(output, {
|
|
2220
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2220
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2221
2221
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2222
2222
|
domain: import_smithy_client.expectString,
|
|
2223
2223
|
failureReason: import_smithy_client.expectString,
|
|
2224
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2224
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2225
2225
|
name: import_smithy_client.expectString,
|
|
2226
2226
|
status: import_smithy_client.expectString
|
|
2227
2227
|
});
|
|
2228
2228
|
}, "de_DatasetGroupSummary");
|
|
2229
2229
|
var de_DatasetImportJob = /* @__PURE__ */ __name((output, context) => {
|
|
2230
2230
|
return (0, import_smithy_client.take)(output, {
|
|
2231
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2231
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2232
2232
|
dataSource: import_smithy_client._json,
|
|
2233
2233
|
datasetArn: import_smithy_client.expectString,
|
|
2234
2234
|
datasetImportJobArn: import_smithy_client.expectString,
|
|
2235
2235
|
failureReason: import_smithy_client.expectString,
|
|
2236
2236
|
importMode: import_smithy_client.expectString,
|
|
2237
2237
|
jobName: import_smithy_client.expectString,
|
|
2238
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2238
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2239
2239
|
publishAttributionMetricsToS3: import_smithy_client.expectBoolean,
|
|
2240
2240
|
roleArn: import_smithy_client.expectString,
|
|
2241
2241
|
status: import_smithy_client.expectString
|
|
@@ -2249,12 +2249,12 @@ var de_DatasetImportJobs = /* @__PURE__ */ __name((output, context) => {
|
|
|
2249
2249
|
}, "de_DatasetImportJobs");
|
|
2250
2250
|
var de_DatasetImportJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2251
2251
|
return (0, import_smithy_client.take)(output, {
|
|
2252
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2252
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2253
2253
|
datasetImportJobArn: import_smithy_client.expectString,
|
|
2254
2254
|
failureReason: import_smithy_client.expectString,
|
|
2255
2255
|
importMode: import_smithy_client.expectString,
|
|
2256
2256
|
jobName: import_smithy_client.expectString,
|
|
2257
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2257
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2258
2258
|
status: import_smithy_client.expectString
|
|
2259
2259
|
});
|
|
2260
2260
|
}, "de_DatasetImportJobSummary");
|
|
@@ -2266,9 +2266,9 @@ var de_Datasets = /* @__PURE__ */ __name((output, context) => {
|
|
|
2266
2266
|
}, "de_Datasets");
|
|
2267
2267
|
var de_DatasetSchema = /* @__PURE__ */ __name((output, context) => {
|
|
2268
2268
|
return (0, import_smithy_client.take)(output, {
|
|
2269
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2269
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2270
2270
|
domain: import_smithy_client.expectString,
|
|
2271
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2271
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2272
2272
|
name: import_smithy_client.expectString,
|
|
2273
2273
|
schema: import_smithy_client.expectString,
|
|
2274
2274
|
schemaArn: import_smithy_client.expectString
|
|
@@ -2276,28 +2276,28 @@ var de_DatasetSchema = /* @__PURE__ */ __name((output, context) => {
|
|
|
2276
2276
|
}, "de_DatasetSchema");
|
|
2277
2277
|
var de_DatasetSchemaSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2278
2278
|
return (0, import_smithy_client.take)(output, {
|
|
2279
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2279
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2280
2280
|
domain: import_smithy_client.expectString,
|
|
2281
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2281
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2282
2282
|
name: import_smithy_client.expectString,
|
|
2283
2283
|
schemaArn: import_smithy_client.expectString
|
|
2284
2284
|
});
|
|
2285
2285
|
}, "de_DatasetSchemaSummary");
|
|
2286
2286
|
var de_DatasetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2287
2287
|
return (0, import_smithy_client.take)(output, {
|
|
2288
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2288
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2289
2289
|
datasetArn: import_smithy_client.expectString,
|
|
2290
2290
|
datasetType: import_smithy_client.expectString,
|
|
2291
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2291
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2292
2292
|
name: import_smithy_client.expectString,
|
|
2293
2293
|
status: import_smithy_client.expectString
|
|
2294
2294
|
});
|
|
2295
2295
|
}, "de_DatasetSummary");
|
|
2296
2296
|
var de_DatasetUpdateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2297
2297
|
return (0, import_smithy_client.take)(output, {
|
|
2298
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2298
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2299
2299
|
failureReason: import_smithy_client.expectString,
|
|
2300
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2300
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2301
2301
|
schemaArn: import_smithy_client.expectString,
|
|
2302
2302
|
status: import_smithy_client.expectString
|
|
2303
2303
|
});
|
|
@@ -2319,107 +2319,107 @@ var de_DefaultContinuousHyperParameterRanges = /* @__PURE__ */ __name((output, c
|
|
|
2319
2319
|
var de_DefaultHyperParameterRanges = /* @__PURE__ */ __name((output, context) => {
|
|
2320
2320
|
return (0, import_smithy_client.take)(output, {
|
|
2321
2321
|
categoricalHyperParameterRanges: import_smithy_client._json,
|
|
2322
|
-
continuousHyperParameterRanges: (_) => de_DefaultContinuousHyperParameterRanges(_, context),
|
|
2322
|
+
continuousHyperParameterRanges: /* @__PURE__ */ __name((_) => de_DefaultContinuousHyperParameterRanges(_, context), "continuousHyperParameterRanges"),
|
|
2323
2323
|
integerHyperParameterRanges: import_smithy_client._json
|
|
2324
2324
|
});
|
|
2325
2325
|
}, "de_DefaultHyperParameterRanges");
|
|
2326
2326
|
var de_DescribeAlgorithmResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2327
2327
|
return (0, import_smithy_client.take)(output, {
|
|
2328
|
-
algorithm: (_) => de_Algorithm(_, context)
|
|
2328
|
+
algorithm: /* @__PURE__ */ __name((_) => de_Algorithm(_, context), "algorithm")
|
|
2329
2329
|
});
|
|
2330
2330
|
}, "de_DescribeAlgorithmResponse");
|
|
2331
2331
|
var de_DescribeBatchInferenceJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2332
2332
|
return (0, import_smithy_client.take)(output, {
|
|
2333
|
-
batchInferenceJob: (_) => de_BatchInferenceJob(_, context)
|
|
2333
|
+
batchInferenceJob: /* @__PURE__ */ __name((_) => de_BatchInferenceJob(_, context), "batchInferenceJob")
|
|
2334
2334
|
});
|
|
2335
2335
|
}, "de_DescribeBatchInferenceJobResponse");
|
|
2336
2336
|
var de_DescribeBatchSegmentJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2337
2337
|
return (0, import_smithy_client.take)(output, {
|
|
2338
|
-
batchSegmentJob: (_) => de_BatchSegmentJob(_, context)
|
|
2338
|
+
batchSegmentJob: /* @__PURE__ */ __name((_) => de_BatchSegmentJob(_, context), "batchSegmentJob")
|
|
2339
2339
|
});
|
|
2340
2340
|
}, "de_DescribeBatchSegmentJobResponse");
|
|
2341
2341
|
var de_DescribeCampaignResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2342
2342
|
return (0, import_smithy_client.take)(output, {
|
|
2343
|
-
campaign: (_) => de_Campaign(_, context)
|
|
2343
|
+
campaign: /* @__PURE__ */ __name((_) => de_Campaign(_, context), "campaign")
|
|
2344
2344
|
});
|
|
2345
2345
|
}, "de_DescribeCampaignResponse");
|
|
2346
2346
|
var de_DescribeDataDeletionJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2347
2347
|
return (0, import_smithy_client.take)(output, {
|
|
2348
|
-
dataDeletionJob: (_) => de_DataDeletionJob(_, context)
|
|
2348
|
+
dataDeletionJob: /* @__PURE__ */ __name((_) => de_DataDeletionJob(_, context), "dataDeletionJob")
|
|
2349
2349
|
});
|
|
2350
2350
|
}, "de_DescribeDataDeletionJobResponse");
|
|
2351
2351
|
var de_DescribeDatasetExportJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2352
2352
|
return (0, import_smithy_client.take)(output, {
|
|
2353
|
-
datasetExportJob: (_) => de_DatasetExportJob(_, context)
|
|
2353
|
+
datasetExportJob: /* @__PURE__ */ __name((_) => de_DatasetExportJob(_, context), "datasetExportJob")
|
|
2354
2354
|
});
|
|
2355
2355
|
}, "de_DescribeDatasetExportJobResponse");
|
|
2356
2356
|
var de_DescribeDatasetGroupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2357
2357
|
return (0, import_smithy_client.take)(output, {
|
|
2358
|
-
datasetGroup: (_) => de_DatasetGroup(_, context)
|
|
2358
|
+
datasetGroup: /* @__PURE__ */ __name((_) => de_DatasetGroup(_, context), "datasetGroup")
|
|
2359
2359
|
});
|
|
2360
2360
|
}, "de_DescribeDatasetGroupResponse");
|
|
2361
2361
|
var de_DescribeDatasetImportJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2362
2362
|
return (0, import_smithy_client.take)(output, {
|
|
2363
|
-
datasetImportJob: (_) => de_DatasetImportJob(_, context)
|
|
2363
|
+
datasetImportJob: /* @__PURE__ */ __name((_) => de_DatasetImportJob(_, context), "datasetImportJob")
|
|
2364
2364
|
});
|
|
2365
2365
|
}, "de_DescribeDatasetImportJobResponse");
|
|
2366
2366
|
var de_DescribeDatasetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2367
2367
|
return (0, import_smithy_client.take)(output, {
|
|
2368
|
-
dataset: (_) => de_Dataset(_, context)
|
|
2368
|
+
dataset: /* @__PURE__ */ __name((_) => de_Dataset(_, context), "dataset")
|
|
2369
2369
|
});
|
|
2370
2370
|
}, "de_DescribeDatasetResponse");
|
|
2371
2371
|
var de_DescribeEventTrackerResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2372
2372
|
return (0, import_smithy_client.take)(output, {
|
|
2373
|
-
eventTracker: (_) => de_EventTracker(_, context)
|
|
2373
|
+
eventTracker: /* @__PURE__ */ __name((_) => de_EventTracker(_, context), "eventTracker")
|
|
2374
2374
|
});
|
|
2375
2375
|
}, "de_DescribeEventTrackerResponse");
|
|
2376
2376
|
var de_DescribeFeatureTransformationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2377
2377
|
return (0, import_smithy_client.take)(output, {
|
|
2378
|
-
featureTransformation: (_) => de_FeatureTransformation(_, context)
|
|
2378
|
+
featureTransformation: /* @__PURE__ */ __name((_) => de_FeatureTransformation(_, context), "featureTransformation")
|
|
2379
2379
|
});
|
|
2380
2380
|
}, "de_DescribeFeatureTransformationResponse");
|
|
2381
2381
|
var de_DescribeFilterResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2382
2382
|
return (0, import_smithy_client.take)(output, {
|
|
2383
|
-
filter: (_) => de_Filter(_, context)
|
|
2383
|
+
filter: /* @__PURE__ */ __name((_) => de_Filter(_, context), "filter")
|
|
2384
2384
|
});
|
|
2385
2385
|
}, "de_DescribeFilterResponse");
|
|
2386
2386
|
var de_DescribeMetricAttributionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2387
2387
|
return (0, import_smithy_client.take)(output, {
|
|
2388
|
-
metricAttribution: (_) => de_MetricAttribution(_, context)
|
|
2388
|
+
metricAttribution: /* @__PURE__ */ __name((_) => de_MetricAttribution(_, context), "metricAttribution")
|
|
2389
2389
|
});
|
|
2390
2390
|
}, "de_DescribeMetricAttributionResponse");
|
|
2391
2391
|
var de_DescribeRecipeResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2392
2392
|
return (0, import_smithy_client.take)(output, {
|
|
2393
|
-
recipe: (_) => de_Recipe(_, context)
|
|
2393
|
+
recipe: /* @__PURE__ */ __name((_) => de_Recipe(_, context), "recipe")
|
|
2394
2394
|
});
|
|
2395
2395
|
}, "de_DescribeRecipeResponse");
|
|
2396
2396
|
var de_DescribeRecommenderResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2397
2397
|
return (0, import_smithy_client.take)(output, {
|
|
2398
|
-
recommender: (_) => de_Recommender(_, context)
|
|
2398
|
+
recommender: /* @__PURE__ */ __name((_) => de_Recommender(_, context), "recommender")
|
|
2399
2399
|
});
|
|
2400
2400
|
}, "de_DescribeRecommenderResponse");
|
|
2401
2401
|
var de_DescribeSchemaResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2402
2402
|
return (0, import_smithy_client.take)(output, {
|
|
2403
|
-
schema: (_) => de_DatasetSchema(_, context)
|
|
2403
|
+
schema: /* @__PURE__ */ __name((_) => de_DatasetSchema(_, context), "schema")
|
|
2404
2404
|
});
|
|
2405
2405
|
}, "de_DescribeSchemaResponse");
|
|
2406
2406
|
var de_DescribeSolutionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2407
2407
|
return (0, import_smithy_client.take)(output, {
|
|
2408
|
-
solution: (_) => de_Solution(_, context)
|
|
2408
|
+
solution: /* @__PURE__ */ __name((_) => de_Solution(_, context), "solution")
|
|
2409
2409
|
});
|
|
2410
2410
|
}, "de_DescribeSolutionResponse");
|
|
2411
2411
|
var de_DescribeSolutionVersionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2412
2412
|
return (0, import_smithy_client.take)(output, {
|
|
2413
|
-
solutionVersion: (_) => de_SolutionVersion(_, context)
|
|
2413
|
+
solutionVersion: /* @__PURE__ */ __name((_) => de_SolutionVersion(_, context), "solutionVersion")
|
|
2414
2414
|
});
|
|
2415
2415
|
}, "de_DescribeSolutionVersionResponse");
|
|
2416
2416
|
var de_EventTracker = /* @__PURE__ */ __name((output, context) => {
|
|
2417
2417
|
return (0, import_smithy_client.take)(output, {
|
|
2418
2418
|
accountId: import_smithy_client.expectString,
|
|
2419
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2419
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2420
2420
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2421
2421
|
eventTrackerArn: import_smithy_client.expectString,
|
|
2422
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2422
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2423
2423
|
name: import_smithy_client.expectString,
|
|
2424
2424
|
status: import_smithy_client.expectString,
|
|
2425
2425
|
trackingId: import_smithy_client.expectString
|
|
@@ -2433,31 +2433,31 @@ var de_EventTrackers = /* @__PURE__ */ __name((output, context) => {
|
|
|
2433
2433
|
}, "de_EventTrackers");
|
|
2434
2434
|
var de_EventTrackerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2435
2435
|
return (0, import_smithy_client.take)(output, {
|
|
2436
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2436
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2437
2437
|
eventTrackerArn: import_smithy_client.expectString,
|
|
2438
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2438
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2439
2439
|
name: import_smithy_client.expectString,
|
|
2440
2440
|
status: import_smithy_client.expectString
|
|
2441
2441
|
});
|
|
2442
2442
|
}, "de_EventTrackerSummary");
|
|
2443
2443
|
var de_FeatureTransformation = /* @__PURE__ */ __name((output, context) => {
|
|
2444
2444
|
return (0, import_smithy_client.take)(output, {
|
|
2445
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2445
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2446
2446
|
defaultParameters: import_smithy_client._json,
|
|
2447
2447
|
featureTransformationArn: import_smithy_client.expectString,
|
|
2448
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2448
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2449
2449
|
name: import_smithy_client.expectString,
|
|
2450
2450
|
status: import_smithy_client.expectString
|
|
2451
2451
|
});
|
|
2452
2452
|
}, "de_FeatureTransformation");
|
|
2453
2453
|
var de_Filter = /* @__PURE__ */ __name((output, context) => {
|
|
2454
2454
|
return (0, import_smithy_client.take)(output, {
|
|
2455
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2455
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2456
2456
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2457
2457
|
failureReason: import_smithy_client.expectString,
|
|
2458
2458
|
filterArn: import_smithy_client.expectString,
|
|
2459
2459
|
filterExpression: import_smithy_client.expectString,
|
|
2460
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2460
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2461
2461
|
name: import_smithy_client.expectString,
|
|
2462
2462
|
status: import_smithy_client.expectString
|
|
2463
2463
|
});
|
|
@@ -2470,24 +2470,24 @@ var de_Filters = /* @__PURE__ */ __name((output, context) => {
|
|
|
2470
2470
|
}, "de_Filters");
|
|
2471
2471
|
var de_FilterSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2472
2472
|
return (0, import_smithy_client.take)(output, {
|
|
2473
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2473
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2474
2474
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2475
2475
|
failureReason: import_smithy_client.expectString,
|
|
2476
2476
|
filterArn: import_smithy_client.expectString,
|
|
2477
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2477
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2478
2478
|
name: import_smithy_client.expectString,
|
|
2479
2479
|
status: import_smithy_client.expectString
|
|
2480
2480
|
});
|
|
2481
2481
|
}, "de_FilterSummary");
|
|
2482
2482
|
var de_GetSolutionMetricsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2483
2483
|
return (0, import_smithy_client.take)(output, {
|
|
2484
|
-
metrics: (_) => de_Metrics(_, context),
|
|
2484
|
+
metrics: /* @__PURE__ */ __name((_) => de_Metrics(_, context), "metrics"),
|
|
2485
2485
|
solutionVersionArn: import_smithy_client.expectString
|
|
2486
2486
|
});
|
|
2487
2487
|
}, "de_GetSolutionMetricsResponse");
|
|
2488
2488
|
var de_HPOConfig = /* @__PURE__ */ __name((output, context) => {
|
|
2489
2489
|
return (0, import_smithy_client.take)(output, {
|
|
2490
|
-
algorithmHyperParameterRanges: (_) => de_HyperParameterRanges(_, context),
|
|
2490
|
+
algorithmHyperParameterRanges: /* @__PURE__ */ __name((_) => de_HyperParameterRanges(_, context), "algorithmHyperParameterRanges"),
|
|
2491
2491
|
hpoObjective: import_smithy_client._json,
|
|
2492
2492
|
hpoResourceConfig: import_smithy_client._json
|
|
2493
2493
|
});
|
|
@@ -2495,112 +2495,112 @@ var de_HPOConfig = /* @__PURE__ */ __name((output, context) => {
|
|
|
2495
2495
|
var de_HyperParameterRanges = /* @__PURE__ */ __name((output, context) => {
|
|
2496
2496
|
return (0, import_smithy_client.take)(output, {
|
|
2497
2497
|
categoricalHyperParameterRanges: import_smithy_client._json,
|
|
2498
|
-
continuousHyperParameterRanges: (_) => de_ContinuousHyperParameterRanges(_, context),
|
|
2498
|
+
continuousHyperParameterRanges: /* @__PURE__ */ __name((_) => de_ContinuousHyperParameterRanges(_, context), "continuousHyperParameterRanges"),
|
|
2499
2499
|
integerHyperParameterRanges: import_smithy_client._json
|
|
2500
2500
|
});
|
|
2501
2501
|
}, "de_HyperParameterRanges");
|
|
2502
2502
|
var de_ListBatchInferenceJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2503
2503
|
return (0, import_smithy_client.take)(output, {
|
|
2504
|
-
batchInferenceJobs: (_) => de_BatchInferenceJobs(_, context),
|
|
2504
|
+
batchInferenceJobs: /* @__PURE__ */ __name((_) => de_BatchInferenceJobs(_, context), "batchInferenceJobs"),
|
|
2505
2505
|
nextToken: import_smithy_client.expectString
|
|
2506
2506
|
});
|
|
2507
2507
|
}, "de_ListBatchInferenceJobsResponse");
|
|
2508
2508
|
var de_ListBatchSegmentJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2509
2509
|
return (0, import_smithy_client.take)(output, {
|
|
2510
|
-
batchSegmentJobs: (_) => de_BatchSegmentJobs(_, context),
|
|
2510
|
+
batchSegmentJobs: /* @__PURE__ */ __name((_) => de_BatchSegmentJobs(_, context), "batchSegmentJobs"),
|
|
2511
2511
|
nextToken: import_smithy_client.expectString
|
|
2512
2512
|
});
|
|
2513
2513
|
}, "de_ListBatchSegmentJobsResponse");
|
|
2514
2514
|
var de_ListCampaignsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2515
2515
|
return (0, import_smithy_client.take)(output, {
|
|
2516
|
-
campaigns: (_) => de_Campaigns(_, context),
|
|
2516
|
+
campaigns: /* @__PURE__ */ __name((_) => de_Campaigns(_, context), "campaigns"),
|
|
2517
2517
|
nextToken: import_smithy_client.expectString
|
|
2518
2518
|
});
|
|
2519
2519
|
}, "de_ListCampaignsResponse");
|
|
2520
2520
|
var de_ListDataDeletionJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2521
2521
|
return (0, import_smithy_client.take)(output, {
|
|
2522
|
-
dataDeletionJobs: (_) => de_DataDeletionJobs(_, context),
|
|
2522
|
+
dataDeletionJobs: /* @__PURE__ */ __name((_) => de_DataDeletionJobs(_, context), "dataDeletionJobs"),
|
|
2523
2523
|
nextToken: import_smithy_client.expectString
|
|
2524
2524
|
});
|
|
2525
2525
|
}, "de_ListDataDeletionJobsResponse");
|
|
2526
2526
|
var de_ListDatasetExportJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2527
2527
|
return (0, import_smithy_client.take)(output, {
|
|
2528
|
-
datasetExportJobs: (_) => de_DatasetExportJobs(_, context),
|
|
2528
|
+
datasetExportJobs: /* @__PURE__ */ __name((_) => de_DatasetExportJobs(_, context), "datasetExportJobs"),
|
|
2529
2529
|
nextToken: import_smithy_client.expectString
|
|
2530
2530
|
});
|
|
2531
2531
|
}, "de_ListDatasetExportJobsResponse");
|
|
2532
2532
|
var de_ListDatasetGroupsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2533
2533
|
return (0, import_smithy_client.take)(output, {
|
|
2534
|
-
datasetGroups: (_) => de_DatasetGroups(_, context),
|
|
2534
|
+
datasetGroups: /* @__PURE__ */ __name((_) => de_DatasetGroups(_, context), "datasetGroups"),
|
|
2535
2535
|
nextToken: import_smithy_client.expectString
|
|
2536
2536
|
});
|
|
2537
2537
|
}, "de_ListDatasetGroupsResponse");
|
|
2538
2538
|
var de_ListDatasetImportJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2539
2539
|
return (0, import_smithy_client.take)(output, {
|
|
2540
|
-
datasetImportJobs: (_) => de_DatasetImportJobs(_, context),
|
|
2540
|
+
datasetImportJobs: /* @__PURE__ */ __name((_) => de_DatasetImportJobs(_, context), "datasetImportJobs"),
|
|
2541
2541
|
nextToken: import_smithy_client.expectString
|
|
2542
2542
|
});
|
|
2543
2543
|
}, "de_ListDatasetImportJobsResponse");
|
|
2544
2544
|
var de_ListDatasetsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2545
2545
|
return (0, import_smithy_client.take)(output, {
|
|
2546
|
-
datasets: (_) => de_Datasets(_, context),
|
|
2546
|
+
datasets: /* @__PURE__ */ __name((_) => de_Datasets(_, context), "datasets"),
|
|
2547
2547
|
nextToken: import_smithy_client.expectString
|
|
2548
2548
|
});
|
|
2549
2549
|
}, "de_ListDatasetsResponse");
|
|
2550
2550
|
var de_ListEventTrackersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2551
2551
|
return (0, import_smithy_client.take)(output, {
|
|
2552
|
-
eventTrackers: (_) => de_EventTrackers(_, context),
|
|
2552
|
+
eventTrackers: /* @__PURE__ */ __name((_) => de_EventTrackers(_, context), "eventTrackers"),
|
|
2553
2553
|
nextToken: import_smithy_client.expectString
|
|
2554
2554
|
});
|
|
2555
2555
|
}, "de_ListEventTrackersResponse");
|
|
2556
2556
|
var de_ListFiltersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2557
2557
|
return (0, import_smithy_client.take)(output, {
|
|
2558
|
-
Filters: (_) => de_Filters(_, context),
|
|
2558
|
+
Filters: /* @__PURE__ */ __name((_) => de_Filters(_, context), "Filters"),
|
|
2559
2559
|
nextToken: import_smithy_client.expectString
|
|
2560
2560
|
});
|
|
2561
2561
|
}, "de_ListFiltersResponse");
|
|
2562
2562
|
var de_ListMetricAttributionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2563
2563
|
return (0, import_smithy_client.take)(output, {
|
|
2564
|
-
metricAttributions: (_) => de_MetricAttributions(_, context),
|
|
2564
|
+
metricAttributions: /* @__PURE__ */ __name((_) => de_MetricAttributions(_, context), "metricAttributions"),
|
|
2565
2565
|
nextToken: import_smithy_client.expectString
|
|
2566
2566
|
});
|
|
2567
2567
|
}, "de_ListMetricAttributionsResponse");
|
|
2568
2568
|
var de_ListRecipesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2569
2569
|
return (0, import_smithy_client.take)(output, {
|
|
2570
2570
|
nextToken: import_smithy_client.expectString,
|
|
2571
|
-
recipes: (_) => de_Recipes(_, context)
|
|
2571
|
+
recipes: /* @__PURE__ */ __name((_) => de_Recipes(_, context), "recipes")
|
|
2572
2572
|
});
|
|
2573
2573
|
}, "de_ListRecipesResponse");
|
|
2574
2574
|
var de_ListRecommendersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2575
2575
|
return (0, import_smithy_client.take)(output, {
|
|
2576
2576
|
nextToken: import_smithy_client.expectString,
|
|
2577
|
-
recommenders: (_) => de_Recommenders(_, context)
|
|
2577
|
+
recommenders: /* @__PURE__ */ __name((_) => de_Recommenders(_, context), "recommenders")
|
|
2578
2578
|
});
|
|
2579
2579
|
}, "de_ListRecommendersResponse");
|
|
2580
2580
|
var de_ListSchemasResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2581
2581
|
return (0, import_smithy_client.take)(output, {
|
|
2582
2582
|
nextToken: import_smithy_client.expectString,
|
|
2583
|
-
schemas: (_) => de_Schemas(_, context)
|
|
2583
|
+
schemas: /* @__PURE__ */ __name((_) => de_Schemas(_, context), "schemas")
|
|
2584
2584
|
});
|
|
2585
2585
|
}, "de_ListSchemasResponse");
|
|
2586
2586
|
var de_ListSolutionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2587
2587
|
return (0, import_smithy_client.take)(output, {
|
|
2588
2588
|
nextToken: import_smithy_client.expectString,
|
|
2589
|
-
solutions: (_) => de_Solutions(_, context)
|
|
2589
|
+
solutions: /* @__PURE__ */ __name((_) => de_Solutions(_, context), "solutions")
|
|
2590
2590
|
});
|
|
2591
2591
|
}, "de_ListSolutionsResponse");
|
|
2592
2592
|
var de_ListSolutionVersionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2593
2593
|
return (0, import_smithy_client.take)(output, {
|
|
2594
2594
|
nextToken: import_smithy_client.expectString,
|
|
2595
|
-
solutionVersions: (_) => de_SolutionVersions(_, context)
|
|
2595
|
+
solutionVersions: /* @__PURE__ */ __name((_) => de_SolutionVersions(_, context), "solutionVersions")
|
|
2596
2596
|
});
|
|
2597
2597
|
}, "de_ListSolutionVersionsResponse");
|
|
2598
2598
|
var de_MetricAttribution = /* @__PURE__ */ __name((output, context) => {
|
|
2599
2599
|
return (0, import_smithy_client.take)(output, {
|
|
2600
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2600
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2601
2601
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2602
2602
|
failureReason: import_smithy_client.expectString,
|
|
2603
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2603
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2604
2604
|
metricAttributionArn: import_smithy_client.expectString,
|
|
2605
2605
|
metricsOutputConfig: import_smithy_client._json,
|
|
2606
2606
|
name: import_smithy_client.expectString,
|
|
@@ -2615,9 +2615,9 @@ var de_MetricAttributions = /* @__PURE__ */ __name((output, context) => {
|
|
|
2615
2615
|
}, "de_MetricAttributions");
|
|
2616
2616
|
var de_MetricAttributionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2617
2617
|
return (0, import_smithy_client.take)(output, {
|
|
2618
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2618
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2619
2619
|
failureReason: import_smithy_client.expectString,
|
|
2620
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2620
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2621
2621
|
metricAttributionArn: import_smithy_client.expectString,
|
|
2622
2622
|
name: import_smithy_client.expectString,
|
|
2623
2623
|
status: import_smithy_client.expectString
|
|
@@ -2635,10 +2635,10 @@ var de_Metrics = /* @__PURE__ */ __name((output, context) => {
|
|
|
2635
2635
|
var de_Recipe = /* @__PURE__ */ __name((output, context) => {
|
|
2636
2636
|
return (0, import_smithy_client.take)(output, {
|
|
2637
2637
|
algorithmArn: import_smithy_client.expectString,
|
|
2638
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2638
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2639
2639
|
description: import_smithy_client.expectString,
|
|
2640
2640
|
featureTransformationArn: import_smithy_client.expectString,
|
|
2641
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2641
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2642
2642
|
name: import_smithy_client.expectString,
|
|
2643
2643
|
recipeArn: import_smithy_client.expectString,
|
|
2644
2644
|
recipeType: import_smithy_client.expectString,
|
|
@@ -2653,9 +2653,9 @@ var de_Recipes = /* @__PURE__ */ __name((output, context) => {
|
|
|
2653
2653
|
}, "de_Recipes");
|
|
2654
2654
|
var de_RecipeSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2655
2655
|
return (0, import_smithy_client.take)(output, {
|
|
2656
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2656
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2657
2657
|
domain: import_smithy_client.expectString,
|
|
2658
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2658
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2659
2659
|
name: import_smithy_client.expectString,
|
|
2660
2660
|
recipeArn: import_smithy_client.expectString,
|
|
2661
2661
|
status: import_smithy_client.expectString
|
|
@@ -2663,12 +2663,12 @@ var de_RecipeSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2663
2663
|
}, "de_RecipeSummary");
|
|
2664
2664
|
var de_Recommender = /* @__PURE__ */ __name((output, context) => {
|
|
2665
2665
|
return (0, import_smithy_client.take)(output, {
|
|
2666
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2666
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2667
2667
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2668
2668
|
failureReason: import_smithy_client.expectString,
|
|
2669
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2670
|
-
latestRecommenderUpdate: (_) => de_RecommenderUpdateSummary(_, context),
|
|
2671
|
-
modelMetrics: (_) => de_Metrics(_, context),
|
|
2669
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2670
|
+
latestRecommenderUpdate: /* @__PURE__ */ __name((_) => de_RecommenderUpdateSummary(_, context), "latestRecommenderUpdate"),
|
|
2671
|
+
modelMetrics: /* @__PURE__ */ __name((_) => de_Metrics(_, context), "modelMetrics"),
|
|
2672
2672
|
name: import_smithy_client.expectString,
|
|
2673
2673
|
recipeArn: import_smithy_client.expectString,
|
|
2674
2674
|
recommenderArn: import_smithy_client.expectString,
|
|
@@ -2684,9 +2684,9 @@ var de_Recommenders = /* @__PURE__ */ __name((output, context) => {
|
|
|
2684
2684
|
}, "de_Recommenders");
|
|
2685
2685
|
var de_RecommenderSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2686
2686
|
return (0, import_smithy_client.take)(output, {
|
|
2687
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2687
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2688
2688
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2689
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2689
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2690
2690
|
name: import_smithy_client.expectString,
|
|
2691
2691
|
recipeArn: import_smithy_client.expectString,
|
|
2692
2692
|
recommenderArn: import_smithy_client.expectString,
|
|
@@ -2696,9 +2696,9 @@ var de_RecommenderSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2696
2696
|
}, "de_RecommenderSummary");
|
|
2697
2697
|
var de_RecommenderUpdateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2698
2698
|
return (0, import_smithy_client.take)(output, {
|
|
2699
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2699
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2700
2700
|
failureReason: import_smithy_client.expectString,
|
|
2701
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2701
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2702
2702
|
recommenderConfig: import_smithy_client._json,
|
|
2703
2703
|
status: import_smithy_client.expectString
|
|
2704
2704
|
});
|
|
@@ -2712,19 +2712,19 @@ var de_Schemas = /* @__PURE__ */ __name((output, context) => {
|
|
|
2712
2712
|
var de_Solution = /* @__PURE__ */ __name((output, context) => {
|
|
2713
2713
|
return (0, import_smithy_client.take)(output, {
|
|
2714
2714
|
autoMLResult: import_smithy_client._json,
|
|
2715
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2715
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2716
2716
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2717
2717
|
eventType: import_smithy_client.expectString,
|
|
2718
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2719
|
-
latestSolutionUpdate: (_) => de_SolutionUpdateSummary(_, context),
|
|
2720
|
-
latestSolutionVersion: (_) => de_SolutionVersionSummary(_, context),
|
|
2718
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2719
|
+
latestSolutionUpdate: /* @__PURE__ */ __name((_) => de_SolutionUpdateSummary(_, context), "latestSolutionUpdate"),
|
|
2720
|
+
latestSolutionVersion: /* @__PURE__ */ __name((_) => de_SolutionVersionSummary(_, context), "latestSolutionVersion"),
|
|
2721
2721
|
name: import_smithy_client.expectString,
|
|
2722
2722
|
performAutoML: import_smithy_client.expectBoolean,
|
|
2723
2723
|
performAutoTraining: import_smithy_client.expectBoolean,
|
|
2724
2724
|
performHPO: import_smithy_client.expectBoolean,
|
|
2725
2725
|
recipeArn: import_smithy_client.expectString,
|
|
2726
2726
|
solutionArn: import_smithy_client.expectString,
|
|
2727
|
-
solutionConfig: (_) => de_SolutionConfig(_, context),
|
|
2727
|
+
solutionConfig: /* @__PURE__ */ __name((_) => de_SolutionConfig(_, context), "solutionConfig"),
|
|
2728
2728
|
status: import_smithy_client.expectString
|
|
2729
2729
|
});
|
|
2730
2730
|
}, "de_Solution");
|
|
@@ -2735,7 +2735,7 @@ var de_SolutionConfig = /* @__PURE__ */ __name((output, context) => {
|
|
|
2735
2735
|
autoTrainingConfig: import_smithy_client._json,
|
|
2736
2736
|
eventValueThreshold: import_smithy_client.expectString,
|
|
2737
2737
|
featureTransformationParameters: import_smithy_client._json,
|
|
2738
|
-
hpoConfig: (_) => de_HPOConfig(_, context),
|
|
2738
|
+
hpoConfig: /* @__PURE__ */ __name((_) => de_HPOConfig(_, context), "hpoConfig"),
|
|
2739
2739
|
optimizationObjective: import_smithy_client._json,
|
|
2740
2740
|
trainingDataConfig: import_smithy_client._json
|
|
2741
2741
|
});
|
|
@@ -2748,8 +2748,8 @@ var de_Solutions = /* @__PURE__ */ __name((output, context) => {
|
|
|
2748
2748
|
}, "de_Solutions");
|
|
2749
2749
|
var de_SolutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2750
2750
|
return (0, import_smithy_client.take)(output, {
|
|
2751
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2752
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2751
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2752
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2753
2753
|
name: import_smithy_client.expectString,
|
|
2754
2754
|
recipeArn: import_smithy_client.expectString,
|
|
2755
2755
|
solutionArn: import_smithy_client.expectString,
|
|
@@ -2758,9 +2758,9 @@ var de_SolutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2758
2758
|
}, "de_SolutionSummary");
|
|
2759
2759
|
var de_SolutionUpdateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2760
2760
|
return (0, import_smithy_client.take)(output, {
|
|
2761
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2761
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2762
2762
|
failureReason: import_smithy_client.expectString,
|
|
2763
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2763
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2764
2764
|
performAutoTraining: import_smithy_client.expectBoolean,
|
|
2765
2765
|
solutionUpdateConfig: import_smithy_client._json,
|
|
2766
2766
|
status: import_smithy_client.expectString
|
|
@@ -2768,17 +2768,17 @@ var de_SolutionUpdateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2768
2768
|
}, "de_SolutionUpdateSummary");
|
|
2769
2769
|
var de_SolutionVersion = /* @__PURE__ */ __name((output, context) => {
|
|
2770
2770
|
return (0, import_smithy_client.take)(output, {
|
|
2771
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2771
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2772
2772
|
datasetGroupArn: import_smithy_client.expectString,
|
|
2773
2773
|
eventType: import_smithy_client.expectString,
|
|
2774
2774
|
failureReason: import_smithy_client.expectString,
|
|
2775
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2775
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2776
2776
|
name: import_smithy_client.expectString,
|
|
2777
2777
|
performAutoML: import_smithy_client.expectBoolean,
|
|
2778
2778
|
performHPO: import_smithy_client.expectBoolean,
|
|
2779
2779
|
recipeArn: import_smithy_client.expectString,
|
|
2780
2780
|
solutionArn: import_smithy_client.expectString,
|
|
2781
|
-
solutionConfig: (_) => de_SolutionConfig(_, context),
|
|
2781
|
+
solutionConfig: /* @__PURE__ */ __name((_) => de_SolutionConfig(_, context), "solutionConfig"),
|
|
2782
2782
|
solutionVersionArn: import_smithy_client.expectString,
|
|
2783
2783
|
status: import_smithy_client.expectString,
|
|
2784
2784
|
trainingHours: import_smithy_client.limitedParseDouble,
|
|
@@ -2795,9 +2795,9 @@ var de_SolutionVersions = /* @__PURE__ */ __name((output, context) => {
|
|
|
2795
2795
|
}, "de_SolutionVersions");
|
|
2796
2796
|
var de_SolutionVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2797
2797
|
return (0, import_smithy_client.take)(output, {
|
|
2798
|
-
creationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2798
|
+
creationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDateTime"),
|
|
2799
2799
|
failureReason: import_smithy_client.expectString,
|
|
2800
|
-
lastUpdatedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2800
|
+
lastUpdatedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedDateTime"),
|
|
2801
2801
|
solutionVersionArn: import_smithy_client.expectString,
|
|
2802
2802
|
status: import_smithy_client.expectString,
|
|
2803
2803
|
trainingMode: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-personalize",
|
|
3
3
|
"description": "AWS SDK for JavaScript Personalize Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.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-personalize",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|