@aws-sdk/client-sagemaker 3.583.0 → 3.587.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.
Files changed (36) hide show
  1. package/dist-cjs/index.js +1358 -1303
  2. package/dist-es/commands/CreateModelPackageCommand.js +2 -1
  3. package/dist-es/commands/DescribeModelPackageCommand.js +2 -1
  4. package/dist-es/commands/UpdateModelPackageCommand.js +2 -1
  5. package/dist-es/models/models_0.js +6 -0
  6. package/dist-es/models/models_1.js +8 -6
  7. package/dist-es/models/models_2.js +11 -0
  8. package/dist-es/models/models_4.js +10 -0
  9. package/dist-es/protocols/Aws_json1_1.js +193 -175
  10. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +12 -3
  12. package/dist-types/commands/CreateModelPackageCommand.d.ts +7 -0
  13. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +12 -3
  16. package/dist-types/commands/DescribeModelPackageCommand.d.ts +12 -0
  17. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeProjectCommand.d.ts +1 -2
  19. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +2 -1
  20. package/dist-types/commands/SearchCommand.d.ts +7 -0
  21. package/dist-types/commands/UpdateModelPackageCommand.d.ts +4 -0
  22. package/dist-types/models/models_0.d.ts +182 -99
  23. package/dist-types/models/models_1.d.ts +78 -36
  24. package/dist-types/models/models_2.d.ts +68 -133
  25. package/dist-types/models/models_3.d.ts +131 -93
  26. package/dist-types/models/models_4.d.ts +131 -4
  27. package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +4 -2
  28. package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +2 -4
  29. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +4 -2
  30. package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +2 -4
  31. package/dist-types/ts3.4/models/models_0.d.ts +7 -0
  32. package/dist-types/ts3.4/models/models_1.d.ts +15 -14
  33. package/dist-types/ts3.4/models/models_2.d.ts +21 -32
  34. package/dist-types/ts3.4/models/models_3.d.ts +34 -18
  35. package/dist-types/ts3.4/models/models_4.d.ts +27 -1
  36. package/package.json +18 -18
package/dist-cjs/index.js CHANGED
@@ -126,6 +126,7 @@ __export(src_exports, {
126
126
  CreateModelExplainabilityJobDefinitionCommand: () => CreateModelExplainabilityJobDefinitionCommand,
127
127
  CreateModelPackageCommand: () => CreateModelPackageCommand,
128
128
  CreateModelPackageGroupCommand: () => CreateModelPackageGroupCommand,
129
+ CreateModelPackageInputFilterSensitiveLog: () => CreateModelPackageInputFilterSensitiveLog,
129
130
  CreateModelQualityJobDefinitionCommand: () => CreateModelQualityJobDefinitionCommand,
130
131
  CreateMonitoringScheduleCommand: () => CreateMonitoringScheduleCommand,
131
132
  CreateNotebookInstanceCommand: () => CreateNotebookInstanceCommand,
@@ -243,6 +244,7 @@ __export(src_exports, {
243
244
  DescribeModelExplainabilityJobDefinitionCommand: () => DescribeModelExplainabilityJobDefinitionCommand,
244
245
  DescribeModelPackageCommand: () => DescribeModelPackageCommand,
245
246
  DescribeModelPackageGroupCommand: () => DescribeModelPackageGroupCommand,
247
+ DescribeModelPackageOutputFilterSensitiveLog: () => DescribeModelPackageOutputFilterSensitiveLog,
246
248
  DescribeModelQualityJobDefinitionCommand: () => DescribeModelQualityJobDefinitionCommand,
247
249
  DescribeMonitoringScheduleCommand: () => DescribeMonitoringScheduleCommand,
248
250
  DescribeNotebookInstanceCommand: () => DescribeNotebookInstanceCommand,
@@ -431,8 +433,10 @@ __export(src_exports, {
431
433
  ModelCompressionType: () => ModelCompressionType,
432
434
  ModelInfrastructureType: () => ModelInfrastructureType,
433
435
  ModelMetadataFilterType: () => ModelMetadataFilterType,
436
+ ModelPackageFilterSensitiveLog: () => ModelPackageFilterSensitiveLog,
434
437
  ModelPackageGroupSortBy: () => ModelPackageGroupSortBy,
435
438
  ModelPackageGroupStatus: () => ModelPackageGroupStatus,
439
+ ModelPackageModelCardFilterSensitiveLog: () => ModelPackageModelCardFilterSensitiveLog,
436
440
  ModelPackageSortBy: () => ModelPackageSortBy,
437
441
  ModelPackageStatus: () => ModelPackageStatus,
438
442
  ModelPackageType: () => ModelPackageType,
@@ -606,6 +610,7 @@ __export(src_exports, {
606
610
  UpdateModelCardCommand: () => UpdateModelCardCommand,
607
611
  UpdateModelCardRequestFilterSensitiveLog: () => UpdateModelCardRequestFilterSensitiveLog,
608
612
  UpdateModelPackageCommand: () => UpdateModelPackageCommand,
613
+ UpdateModelPackageInputFilterSensitiveLog: () => UpdateModelPackageInputFilterSensitiveLog,
609
614
  UpdateMonitoringAlertCommand: () => UpdateMonitoringAlertCommand,
610
615
  UpdateMonitoringScheduleCommand: () => UpdateMonitoringScheduleCommand,
611
616
  UpdateNotebookInstanceCommand: () => UpdateNotebookInstanceCommand,
@@ -1613,13 +1618,19 @@ var AuthMode = {
1613
1618
  SSO: "SSO"
1614
1619
  };
1615
1620
  var AutoMLAlgorithm = {
1621
+ ARIMA: "arima",
1616
1622
  CATBOOST: "catboost",
1623
+ CNN_QR: "cnn-qr",
1624
+ DEEPAR: "deepar",
1625
+ ETS: "ets",
1617
1626
  EXTRA_TREES: "extra-trees",
1618
1627
  FASTAI: "fastai",
1619
1628
  LIGHTGBM: "lightgbm",
1620
1629
  LINEAR_LEARNER: "linear-learner",
1621
1630
  MLP: "mlp",
1622
1631
  NN_TORCH: "nn-torch",
1632
+ NPTS: "npts",
1633
+ PROPHET: "prophet",
1623
1634
  RANDOMFOREST: "randomforest",
1624
1635
  XGBOOST: "xgboost"
1625
1636
  };
@@ -2169,320 +2180,779 @@ var Framework = {
2169
2180
 
2170
2181
  // src/models/models_2.ts
2171
2182
 
2172
- var JoinSource = {
2173
- INPUT: "Input",
2174
- NONE: "None"
2183
+
2184
+ // src/models/models_1.ts
2185
+
2186
+ var ProcessingS3UploadMode = {
2187
+ CONTINUOUS: "Continuous",
2188
+ END_OF_JOB: "EndOfJob"
2175
2189
  };
2176
- var TrialComponentParameterValue;
2177
- ((TrialComponentParameterValue3) => {
2178
- TrialComponentParameterValue3.visit = /* @__PURE__ */ __name((value, visitor) => {
2179
- if (value.StringValue !== void 0)
2180
- return visitor.StringValue(value.StringValue);
2181
- if (value.NumberValue !== void 0)
2182
- return visitor.NumberValue(value.NumberValue);
2190
+ var ProcessingInstanceType = {
2191
+ ML_C4_2XLARGE: "ml.c4.2xlarge",
2192
+ ML_C4_4XLARGE: "ml.c4.4xlarge",
2193
+ ML_C4_8XLARGE: "ml.c4.8xlarge",
2194
+ ML_C4_XLARGE: "ml.c4.xlarge",
2195
+ ML_C5_18XLARGE: "ml.c5.18xlarge",
2196
+ ML_C5_2XLARGE: "ml.c5.2xlarge",
2197
+ ML_C5_4XLARGE: "ml.c5.4xlarge",
2198
+ ML_C5_9XLARGE: "ml.c5.9xlarge",
2199
+ ML_C5_XLARGE: "ml.c5.xlarge",
2200
+ ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
2201
+ ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
2202
+ ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
2203
+ ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
2204
+ ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
2205
+ ML_G4DN_XLARGE: "ml.g4dn.xlarge",
2206
+ ML_M4_10XLARGE: "ml.m4.10xlarge",
2207
+ ML_M4_16XLARGE: "ml.m4.16xlarge",
2208
+ ML_M4_2XLARGE: "ml.m4.2xlarge",
2209
+ ML_M4_4XLARGE: "ml.m4.4xlarge",
2210
+ ML_M4_XLARGE: "ml.m4.xlarge",
2211
+ ML_M5_12XLARGE: "ml.m5.12xlarge",
2212
+ ML_M5_24XLARGE: "ml.m5.24xlarge",
2213
+ ML_M5_2XLARGE: "ml.m5.2xlarge",
2214
+ ML_M5_4XLARGE: "ml.m5.4xlarge",
2215
+ ML_M5_LARGE: "ml.m5.large",
2216
+ ML_M5_XLARGE: "ml.m5.xlarge",
2217
+ ML_P2_16XLARGE: "ml.p2.16xlarge",
2218
+ ML_P2_8XLARGE: "ml.p2.8xlarge",
2219
+ ML_P2_XLARGE: "ml.p2.xlarge",
2220
+ ML_P3_16XLARGE: "ml.p3.16xlarge",
2221
+ ML_P3_2XLARGE: "ml.p3.2xlarge",
2222
+ ML_P3_8XLARGE: "ml.p3.8xlarge",
2223
+ ML_R5_12XLARGE: "ml.r5.12xlarge",
2224
+ ML_R5_16XLARGE: "ml.r5.16xlarge",
2225
+ ML_R5_24XLARGE: "ml.r5.24xlarge",
2226
+ ML_R5_2XLARGE: "ml.r5.2xlarge",
2227
+ ML_R5_4XLARGE: "ml.r5.4xlarge",
2228
+ ML_R5_8XLARGE: "ml.r5.8xlarge",
2229
+ ML_R5_LARGE: "ml.r5.large",
2230
+ ML_R5_XLARGE: "ml.r5.xlarge",
2231
+ ML_T3_2XLARGE: "ml.t3.2xlarge",
2232
+ ML_T3_LARGE: "ml.t3.large",
2233
+ ML_T3_MEDIUM: "ml.t3.medium",
2234
+ ML_T3_XLARGE: "ml.t3.xlarge"
2235
+ };
2236
+ var EdgePresetDeploymentType = {
2237
+ GreengrassV2Component: "GreengrassV2Component"
2238
+ };
2239
+ var CustomFileSystemConfig;
2240
+ ((CustomFileSystemConfig2) => {
2241
+ CustomFileSystemConfig2.visit = /* @__PURE__ */ __name((value, visitor) => {
2242
+ if (value.EFSFileSystemConfig !== void 0)
2243
+ return visitor.EFSFileSystemConfig(value.EFSFileSystemConfig);
2183
2244
  return visitor._(value.$unknown[0], value.$unknown[1]);
2184
2245
  }, "visit");
2185
- })(TrialComponentParameterValue || (TrialComponentParameterValue = {}));
2186
- var TrialComponentPrimaryStatus = {
2187
- COMPLETED: "Completed",
2188
- FAILED: "Failed",
2189
- IN_PROGRESS: "InProgress",
2190
- STOPPED: "Stopped",
2191
- STOPPING: "Stopping"
2246
+ })(CustomFileSystemConfig || (CustomFileSystemConfig = {}));
2247
+ var RStudioServerProAccessStatus = {
2248
+ Disabled: "DISABLED",
2249
+ Enabled: "ENABLED"
2192
2250
  };
2193
- var EnabledOrDisabled = {
2194
- Disabled: "Disabled",
2195
- Enabled: "Enabled"
2251
+ var RStudioServerProUserGroup = {
2252
+ Admin: "R_STUDIO_ADMIN",
2253
+ User: "R_STUDIO_USER"
2196
2254
  };
2197
- var CrossAccountFilterOption = {
2198
- CROSS_ACCOUNT: "CrossAccount",
2199
- SAME_ACCOUNT: "SameAccount"
2255
+ var NotebookOutputOption = {
2256
+ Allowed: "Allowed",
2257
+ Disabled: "Disabled"
2200
2258
  };
2201
- var Statistic = {
2202
- AVERAGE: "Average",
2203
- MAXIMUM: "Maximum",
2204
- MINIMUM: "Minimum",
2205
- SAMPLE_COUNT: "SampleCount",
2206
- SUM: "Sum"
2259
+ var StudioWebPortal = {
2260
+ Disabled: "DISABLED",
2261
+ Enabled: "ENABLED"
2207
2262
  };
2208
- var RuleEvaluationStatus = {
2209
- ERROR: "Error",
2210
- IN_PROGRESS: "InProgress",
2211
- ISSUES_FOUND: "IssuesFound",
2212
- NO_ISSUES_FOUND: "NoIssuesFound",
2213
- STOPPED: "Stopped",
2214
- STOPPING: "Stopping"
2263
+ var ExecutionRoleIdentityConfig = {
2264
+ DISABLED: "DISABLED",
2265
+ USER_PROFILE_NAME: "USER_PROFILE_NAME"
2215
2266
  };
2216
- var RetentionType = {
2217
- Delete: "Delete",
2218
- Retain: "Retain"
2267
+ var FailureHandlingPolicy = {
2268
+ DoNothing: "DO_NOTHING",
2269
+ RollbackOnFailure: "ROLLBACK_ON_FAILURE"
2219
2270
  };
2220
- var HubContentType = {
2221
- MODEL: "Model",
2222
- NOTEBOOK: "Notebook"
2271
+ var DeviceSubsetType = {
2272
+ NameContains: "NAMECONTAINS",
2273
+ Percentage: "PERCENTAGE",
2274
+ Selection: "SELECTION"
2223
2275
  };
2224
- var RecommendationStatus = {
2225
- COMPLETED: "COMPLETED",
2226
- FAILED: "FAILED",
2227
- IN_PROGRESS: "IN_PROGRESS",
2228
- NOT_APPLICABLE: "NOT_APPLICABLE"
2276
+ var ProductionVariantAcceleratorType = {
2277
+ ML_EIA1_LARGE: "ml.eia1.large",
2278
+ ML_EIA1_MEDIUM: "ml.eia1.medium",
2279
+ ML_EIA1_XLARGE: "ml.eia1.xlarge",
2280
+ ML_EIA2_LARGE: "ml.eia2.large",
2281
+ ML_EIA2_MEDIUM: "ml.eia2.medium",
2282
+ ML_EIA2_XLARGE: "ml.eia2.xlarge"
2229
2283
  };
2230
- var StageStatus = {
2231
- Creating: "CREATING",
2232
- Deployed: "DEPLOYED",
2233
- Failed: "FAILED",
2234
- InProgress: "INPROGRESS",
2235
- ReadyToDeploy: "READYTODEPLOY",
2236
- Starting: "STARTING",
2237
- Stopped: "STOPPED",
2238
- Stopping: "STOPPING"
2284
+ var ManagedInstanceScalingStatus = {
2285
+ DISABLED: "DISABLED",
2286
+ ENABLED: "ENABLED"
2239
2287
  };
2240
- var DomainStatus = {
2241
- Delete_Failed: "Delete_Failed",
2242
- Deleting: "Deleting",
2243
- Failed: "Failed",
2244
- InService: "InService",
2245
- Pending: "Pending",
2246
- Update_Failed: "Update_Failed",
2247
- Updating: "Updating"
2288
+ var RoutingStrategy = {
2289
+ LEAST_OUTSTANDING_REQUESTS: "LEAST_OUTSTANDING_REQUESTS",
2290
+ RANDOM: "RANDOM"
2248
2291
  };
2249
- var EdgePackagingJobStatus = {
2250
- Completed: "COMPLETED",
2251
- Failed: "FAILED",
2252
- InProgress: "INPROGRESS",
2253
- Starting: "STARTING",
2254
- Stopped: "STOPPED",
2255
- Stopping: "STOPPING"
2292
+ var FeatureType = {
2293
+ FRACTIONAL: "Fractional",
2294
+ INTEGRAL: "Integral",
2295
+ STRING: "String"
2256
2296
  };
2257
- var EdgePresetDeploymentStatus = {
2258
- Completed: "COMPLETED",
2259
- Failed: "FAILED"
2297
+ var TableFormat = {
2298
+ DEFAULT: "Default",
2299
+ GLUE: "Glue",
2300
+ ICEBERG: "Iceberg"
2260
2301
  };
2261
- var EndpointStatus = {
2262
- CREATING: "Creating",
2263
- DELETING: "Deleting",
2264
- FAILED: "Failed",
2265
- IN_SERVICE: "InService",
2266
- OUT_OF_SERVICE: "OutOfService",
2267
- ROLLING_BACK: "RollingBack",
2268
- SYSTEM_UPDATING: "SystemUpdating",
2269
- UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed",
2270
- UPDATING: "Updating"
2302
+ var StorageType = {
2303
+ IN_MEMORY: "InMemory",
2304
+ STANDARD: "Standard"
2271
2305
  };
2272
- var VariantStatus = {
2273
- ACTIVATING_TRAFFIC: "ActivatingTraffic",
2274
- BAKING: "Baking",
2275
- CREATING: "Creating",
2276
- DELETING: "Deleting",
2277
- UPDATING: "Updating"
2306
+ var TtlDurationUnit = {
2307
+ DAYS: "Days",
2308
+ HOURS: "Hours",
2309
+ MINUTES: "Minutes",
2310
+ SECONDS: "Seconds",
2311
+ WEEKS: "Weeks"
2278
2312
  };
2279
- var FeatureGroupStatus = {
2280
- CREATED: "Created",
2281
- CREATE_FAILED: "CreateFailed",
2282
- CREATING: "Creating",
2283
- DELETE_FAILED: "DeleteFailed",
2284
- DELETING: "Deleting"
2313
+ var ThroughputMode = {
2314
+ ON_DEMAND: "OnDemand",
2315
+ PROVISIONED: "Provisioned"
2285
2316
  };
2286
- var LastUpdateStatusValue = {
2287
- FAILED: "Failed",
2288
- IN_PROGRESS: "InProgress",
2289
- SUCCESSFUL: "Successful"
2317
+ var HyperParameterTuningJobStrategyType = {
2318
+ BAYESIAN: "Bayesian",
2319
+ GRID: "Grid",
2320
+ HYPERBAND: "Hyperband",
2321
+ RANDOM: "Random"
2290
2322
  };
2291
- var OfflineStoreStatusValue = {
2292
- ACTIVE: "Active",
2293
- BLOCKED: "Blocked",
2294
- DISABLED: "Disabled"
2323
+ var TrainingJobEarlyStoppingType = {
2324
+ AUTO: "Auto",
2325
+ OFF: "Off"
2295
2326
  };
2296
- var FlowDefinitionStatus = {
2297
- ACTIVE: "Active",
2298
- DELETING: "Deleting",
2299
- FAILED: "Failed",
2300
- INITIALIZING: "Initializing"
2327
+ var HyperParameterTuningAllocationStrategy = {
2328
+ PRIORITIZED: "Prioritized"
2301
2329
  };
2302
- var HubStatus = {
2303
- CREATE_FAILED: "CreateFailed",
2304
- CREATING: "Creating",
2305
- DELETE_FAILED: "DeleteFailed",
2306
- DELETING: "Deleting",
2307
- IN_SERVICE: "InService",
2308
- UPDATE_FAILED: "UpdateFailed",
2309
- UPDATING: "Updating"
2330
+ var HyperParameterTuningJobWarmStartType = {
2331
+ IDENTICAL_DATA_AND_ALGORITHM: "IdenticalDataAndAlgorithm",
2332
+ TRANSFER_LEARNING: "TransferLearning"
2310
2333
  };
2311
- var HubContentStatus = {
2312
- AVAILABLE: "Available",
2313
- DELETE_FAILED: "DeleteFailed",
2314
- DELETING: "Deleting",
2315
- IMPORTING: "Importing",
2316
- IMPORT_FAILED: "ImportFailed"
2334
+ var JobType = {
2335
+ INFERENCE: "INFERENCE",
2336
+ NOTEBOOK_KERNEL: "NOTEBOOK_KERNEL",
2337
+ TRAINING: "TRAINING"
2317
2338
  };
2318
- var HumanTaskUiStatus = {
2319
- ACTIVE: "Active",
2320
- DELETING: "Deleting"
2339
+ var Processor = {
2340
+ CPU: "CPU",
2341
+ GPU: "GPU"
2321
2342
  };
2322
- var TrainingJobStatus = {
2323
- COMPLETED: "Completed",
2324
- FAILED: "Failed",
2325
- IN_PROGRESS: "InProgress",
2326
- STOPPED: "Stopped",
2327
- STOPPING: "Stopping"
2343
+ var VendorGuidance = {
2344
+ ARCHIVED: "ARCHIVED",
2345
+ NOT_PROVIDED: "NOT_PROVIDED",
2346
+ STABLE: "STABLE",
2347
+ TO_BE_ARCHIVED: "TO_BE_ARCHIVED"
2328
2348
  };
2329
- var HyperParameterTuningJobStatus = {
2330
- COMPLETED: "Completed",
2331
- DELETE_FAILED: "DeleteFailed",
2332
- DELETING: "Deleting",
2333
- FAILED: "Failed",
2334
- IN_PROGRESS: "InProgress",
2335
- STOPPED: "Stopped",
2336
- STOPPING: "Stopping"
2349
+ var ModelInfrastructureType = {
2350
+ REAL_TIME_INFERENCE: "RealTimeInference"
2337
2351
  };
2338
- var ImageStatus = {
2339
- CREATED: "CREATED",
2340
- CREATE_FAILED: "CREATE_FAILED",
2341
- CREATING: "CREATING",
2342
- DELETE_FAILED: "DELETE_FAILED",
2343
- DELETING: "DELETING",
2344
- UPDATE_FAILED: "UPDATE_FAILED",
2345
- UPDATING: "UPDATING"
2352
+ var _InstanceType = {
2353
+ ML_C4_2XLARGE: "ml.c4.2xlarge",
2354
+ ML_C4_4XLARGE: "ml.c4.4xlarge",
2355
+ ML_C4_8XLARGE: "ml.c4.8xlarge",
2356
+ ML_C4_XLARGE: "ml.c4.xlarge",
2357
+ ML_C5D_18XLARGE: "ml.c5d.18xlarge",
2358
+ ML_C5D_2XLARGE: "ml.c5d.2xlarge",
2359
+ ML_C5D_4XLARGE: "ml.c5d.4xlarge",
2360
+ ML_C5D_9XLARGE: "ml.c5d.9xlarge",
2361
+ ML_C5D_XLARGE: "ml.c5d.xlarge",
2362
+ ML_C5_18XLARGE: "ml.c5.18xlarge",
2363
+ ML_C5_2XLARGE: "ml.c5.2xlarge",
2364
+ ML_C5_4XLARGE: "ml.c5.4xlarge",
2365
+ ML_C5_9XLARGE: "ml.c5.9xlarge",
2366
+ ML_C5_XLARGE: "ml.c5.xlarge",
2367
+ ML_C6ID_12XLARGE: "ml.c6id.12xlarge",
2368
+ ML_C6ID_16XLARGE: "ml.c6id.16xlarge",
2369
+ ML_C6ID_24XLARGE: "ml.c6id.24xlarge",
2370
+ ML_C6ID_2XLARGE: "ml.c6id.2xlarge",
2371
+ ML_C6ID_32XLARGE: "ml.c6id.32xlarge",
2372
+ ML_C6ID_4XLARGE: "ml.c6id.4xlarge",
2373
+ ML_C6ID_8XLARGE: "ml.c6id.8xlarge",
2374
+ ML_C6ID_LARGE: "ml.c6id.large",
2375
+ ML_C6ID_XLARGE: "ml.c6id.xlarge",
2376
+ ML_C6I_12XLARGE: "ml.c6i.12xlarge",
2377
+ ML_C6I_16XLARGE: "ml.c6i.16xlarge",
2378
+ ML_C6I_24XLARGE: "ml.c6i.24xlarge",
2379
+ ML_C6I_2XLARGE: "ml.c6i.2xlarge",
2380
+ ML_C6I_32XLARGE: "ml.c6i.32xlarge",
2381
+ ML_C6I_4XLARGE: "ml.c6i.4xlarge",
2382
+ ML_C6I_8XLARGE: "ml.c6i.8xlarge",
2383
+ ML_C6I_LARGE: "ml.c6i.large",
2384
+ ML_C6I_XLARGE: "ml.c6i.xlarge",
2385
+ ML_C7I_12XLARGE: "ml.c7i.12xlarge",
2386
+ ML_C7I_16XLARGE: "ml.c7i.16xlarge",
2387
+ ML_C7I_24XLARGE: "ml.c7i.24xlarge",
2388
+ ML_C7I_2XLARGE: "ml.c7i.2xlarge",
2389
+ ML_C7I_48XLARGE: "ml.c7i.48xlarge",
2390
+ ML_C7I_4XLARGE: "ml.c7i.4xlarge",
2391
+ ML_C7I_8XLARGE: "ml.c7i.8xlarge",
2392
+ ML_C7I_LARGE: "ml.c7i.large",
2393
+ ML_C7I_XLARGE: "ml.c7i.xlarge",
2394
+ ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
2395
+ ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
2396
+ ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
2397
+ ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
2398
+ ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
2399
+ ML_G4DN_XLARGE: "ml.g4dn.xlarge",
2400
+ ML_G5_12XLARGE: "ml.g5.12xlarge",
2401
+ ML_G5_16XLARGE: "ml.g5.16xlarge",
2402
+ ML_G5_24XLARGE: "ml.g5.24xlarge",
2403
+ ML_G5_2XLARGE: "ml.g5.2xlarge",
2404
+ ML_G5_48XLARGE: "ml.g5.48xlarge",
2405
+ ML_G5_4XLARGE: "ml.g5.4xlarge",
2406
+ ML_G5_8XLARGE: "ml.g5.8xlarge",
2407
+ ML_G5_XLARGE: "ml.g5.xlarge",
2408
+ ML_G6_12XLARGE: "ml.g6.12xlarge",
2409
+ ML_G6_16XLARGE: "ml.g6.16xlarge",
2410
+ ML_G6_24XLARGE: "ml.g6.24xlarge",
2411
+ ML_G6_2XLARGE: "ml.g6.2xlarge",
2412
+ ML_G6_48XLARGE: "ml.g6.48xlarge",
2413
+ ML_G6_4XLARGE: "ml.g6.4xlarge",
2414
+ ML_G6_8XLARGE: "ml.g6.8xlarge",
2415
+ ML_G6_XLARGE: "ml.g6.xlarge",
2416
+ ML_INF1_24XLARGE: "ml.inf1.24xlarge",
2417
+ ML_INF1_2XLARGE: "ml.inf1.2xlarge",
2418
+ ML_INF1_6XLARGE: "ml.inf1.6xlarge",
2419
+ ML_INF1_XLARGE: "ml.inf1.xlarge",
2420
+ ML_M4_10XLARGE: "ml.m4.10xlarge",
2421
+ ML_M4_16XLARGE: "ml.m4.16xlarge",
2422
+ ML_M4_2XLARGE: "ml.m4.2xlarge",
2423
+ ML_M4_4XLARGE: "ml.m4.4xlarge",
2424
+ ML_M4_XLARGE: "ml.m4.xlarge",
2425
+ ML_M5D_12XLARGE: "ml.m5d.12xlarge",
2426
+ ML_M5D_16XLARGE: "ml.m5d.16xlarge",
2427
+ ML_M5D_24XLARGE: "ml.m5d.24xlarge",
2428
+ ML_M5D_2XLARGE: "ml.m5d.2xlarge",
2429
+ ML_M5D_4XLARGE: "ml.m5d.4xlarge",
2430
+ ML_M5D_8XLARGE: "ml.m5d.8xlarge",
2431
+ ML_M5D_LARGE: "ml.m5d.large",
2432
+ ML_M5D_XLARGE: "ml.m5d.xlarge",
2433
+ ML_M5_12XLARGE: "ml.m5.12xlarge",
2434
+ ML_M5_24XLARGE: "ml.m5.24xlarge",
2435
+ ML_M5_2XLARGE: "ml.m5.2xlarge",
2436
+ ML_M5_4XLARGE: "ml.m5.4xlarge",
2437
+ ML_M5_XLARGE: "ml.m5.xlarge",
2438
+ ML_M6ID_12XLARGE: "ml.m6id.12xlarge",
2439
+ ML_M6ID_16XLARGE: "ml.m6id.16xlarge",
2440
+ ML_M6ID_24XLARGE: "ml.m6id.24xlarge",
2441
+ ML_M6ID_2XLARGE: "ml.m6id.2xlarge",
2442
+ ML_M6ID_32XLARGE: "ml.m6id.32xlarge",
2443
+ ML_M6ID_4XLARGE: "ml.m6id.4xlarge",
2444
+ ML_M6ID_8XLARGE: "ml.m6id.8xlarge",
2445
+ ML_M6ID_LARGE: "ml.m6id.large",
2446
+ ML_M6ID_XLARGE: "ml.m6id.xlarge",
2447
+ ML_M6I_12XLARGE: "ml.m6i.12xlarge",
2448
+ ML_M6I_16XLARGE: "ml.m6i.16xlarge",
2449
+ ML_M6I_24XLARGE: "ml.m6i.24xlarge",
2450
+ ML_M6I_2XLARGE: "ml.m6i.2xlarge",
2451
+ ML_M6I_32XLARGE: "ml.m6i.32xlarge",
2452
+ ML_M6I_4XLARGE: "ml.m6i.4xlarge",
2453
+ ML_M6I_8XLARGE: "ml.m6i.8xlarge",
2454
+ ML_M6I_LARGE: "ml.m6i.large",
2455
+ ML_M6I_XLARGE: "ml.m6i.xlarge",
2456
+ ML_M7I_12XLARGE: "ml.m7i.12xlarge",
2457
+ ML_M7I_16XLARGE: "ml.m7i.16xlarge",
2458
+ ML_M7I_24XLARGE: "ml.m7i.24xlarge",
2459
+ ML_M7I_2XLARGE: "ml.m7i.2xlarge",
2460
+ ML_M7I_48XLARGE: "ml.m7i.48xlarge",
2461
+ ML_M7I_4XLARGE: "ml.m7i.4xlarge",
2462
+ ML_M7I_8XLARGE: "ml.m7i.8xlarge",
2463
+ ML_M7I_LARGE: "ml.m7i.large",
2464
+ ML_M7I_XLARGE: "ml.m7i.xlarge",
2465
+ ML_P2_16XLARGE: "ml.p2.16xlarge",
2466
+ ML_P2_8XLARGE: "ml.p2.8xlarge",
2467
+ ML_P2_XLARGE: "ml.p2.xlarge",
2468
+ ML_P3DN_24XLARGE: "ml.p3dn.24xlarge",
2469
+ ML_P3_16XLARGE: "ml.p3.16xlarge",
2470
+ ML_P3_2XLARGE: "ml.p3.2xlarge",
2471
+ ML_P3_8XLARGE: "ml.p3.8xlarge",
2472
+ ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
2473
+ ML_P4D_24XLARGE: "ml.p4d.24xlarge",
2474
+ ML_P5_48XLARGE: "ml.p5.48xlarge",
2475
+ ML_R5_12XLARGE: "ml.r5.12xlarge",
2476
+ ML_R5_16XLARGE: "ml.r5.16xlarge",
2477
+ ML_R5_24XLARGE: "ml.r5.24xlarge",
2478
+ ML_R5_2XLARGE: "ml.r5.2xlarge",
2479
+ ML_R5_4XLARGE: "ml.r5.4xlarge",
2480
+ ML_R5_8XLARGE: "ml.r5.8xlarge",
2481
+ ML_R5_LARGE: "ml.r5.large",
2482
+ ML_R5_XLARGE: "ml.r5.xlarge",
2483
+ ML_R6ID_12XLARGE: "ml.r6id.12xlarge",
2484
+ ML_R6ID_16XLARGE: "ml.r6id.16xlarge",
2485
+ ML_R6ID_24XLARGE: "ml.r6id.24xlarge",
2486
+ ML_R6ID_2XLARGE: "ml.r6id.2xlarge",
2487
+ ML_R6ID_32XLARGE: "ml.r6id.32xlarge",
2488
+ ML_R6ID_4XLARGE: "ml.r6id.4xlarge",
2489
+ ML_R6ID_8XLARGE: "ml.r6id.8xlarge",
2490
+ ML_R6ID_LARGE: "ml.r6id.large",
2491
+ ML_R6ID_XLARGE: "ml.r6id.xlarge",
2492
+ ML_R6I_12XLARGE: "ml.r6i.12xlarge",
2493
+ ML_R6I_16XLARGE: "ml.r6i.16xlarge",
2494
+ ML_R6I_24XLARGE: "ml.r6i.24xlarge",
2495
+ ML_R6I_2XLARGE: "ml.r6i.2xlarge",
2496
+ ML_R6I_32XLARGE: "ml.r6i.32xlarge",
2497
+ ML_R6I_4XLARGE: "ml.r6i.4xlarge",
2498
+ ML_R6I_8XLARGE: "ml.r6i.8xlarge",
2499
+ ML_R6I_LARGE: "ml.r6i.large",
2500
+ ML_R6I_XLARGE: "ml.r6i.xlarge",
2501
+ ML_R7I_12XLARGE: "ml.r7i.12xlarge",
2502
+ ML_R7I_16XLARGE: "ml.r7i.16xlarge",
2503
+ ML_R7I_24XLARGE: "ml.r7i.24xlarge",
2504
+ ML_R7I_2XLARGE: "ml.r7i.2xlarge",
2505
+ ML_R7I_48XLARGE: "ml.r7i.48xlarge",
2506
+ ML_R7I_4XLARGE: "ml.r7i.4xlarge",
2507
+ ML_R7I_8XLARGE: "ml.r7i.8xlarge",
2508
+ ML_R7I_LARGE: "ml.r7i.large",
2509
+ ML_R7I_XLARGE: "ml.r7i.xlarge",
2510
+ ML_T2_2XLARGE: "ml.t2.2xlarge",
2511
+ ML_T2_LARGE: "ml.t2.large",
2512
+ ML_T2_MEDIUM: "ml.t2.medium",
2513
+ ML_T2_XLARGE: "ml.t2.xlarge",
2514
+ ML_T3_2XLARGE: "ml.t3.2xlarge",
2515
+ ML_T3_LARGE: "ml.t3.large",
2516
+ ML_T3_MEDIUM: "ml.t3.medium",
2517
+ ML_T3_XLARGE: "ml.t3.xlarge"
2346
2518
  };
2347
- var ImageVersionStatus = {
2348
- CREATED: "CREATED",
2349
- CREATE_FAILED: "CREATE_FAILED",
2350
- CREATING: "CREATING",
2351
- DELETE_FAILED: "DELETE_FAILED",
2352
- DELETING: "DELETING"
2519
+ var InferenceExperimentType = {
2520
+ SHADOW_MODE: "ShadowMode"
2353
2521
  };
2354
- var InferenceComponentStatus = {
2355
- CREATING: "Creating",
2356
- DELETING: "Deleting",
2357
- FAILED: "Failed",
2358
- IN_SERVICE: "InService",
2359
- UPDATING: "Updating"
2522
+ var RecommendationJobSupportedEndpointType = {
2523
+ REALTIME: "RealTime",
2524
+ SERVERLESS: "Serverless"
2360
2525
  };
2361
- var ModelVariantStatus = {
2362
- CREATING: "Creating",
2363
- DELETED: "Deleted",
2364
- DELETING: "Deleting",
2365
- IN_SERVICE: "InService",
2366
- UPDATING: "Updating"
2526
+ var TrafficType = {
2527
+ PHASES: "PHASES",
2528
+ STAIRS: "STAIRS"
2367
2529
  };
2368
- var InferenceExperimentStatus = {
2369
- CANCELLED: "Cancelled",
2370
- COMPLETED: "Completed",
2371
- CREATED: "Created",
2372
- CREATING: "Creating",
2373
- RUNNING: "Running",
2374
- STARTING: "Starting",
2375
- STOPPING: "Stopping",
2376
- UPDATING: "Updating"
2530
+ var RecommendationJobType = {
2531
+ ADVANCED: "Advanced",
2532
+ DEFAULT: "Default"
2377
2533
  };
2378
- var RecommendationJobStatus = {
2379
- COMPLETED: "COMPLETED",
2380
- DELETED: "DELETED",
2381
- DELETING: "DELETING",
2382
- FAILED: "FAILED",
2383
- IN_PROGRESS: "IN_PROGRESS",
2384
- PENDING: "PENDING",
2385
- STOPPED: "STOPPED",
2386
- STOPPING: "STOPPING"
2534
+ var FlatInvocations = {
2535
+ CONTINUE: "Continue",
2536
+ STOP: "Stop"
2387
2537
  };
2388
- var LabelingJobStatus = {
2389
- COMPLETED: "Completed",
2390
- FAILED: "Failed",
2391
- INITIALIZING: "Initializing",
2392
- IN_PROGRESS: "InProgress",
2393
- STOPPED: "Stopped",
2394
- STOPPING: "Stopping"
2538
+ var InferenceExecutionMode = {
2539
+ DIRECT: "Direct",
2540
+ SERIAL: "Serial"
2395
2541
  };
2396
- var ModelCardProcessingStatus = {
2397
- CONTENT_DELETED: "ContentDeleted",
2398
- DELETE_COMPLETED: "DeleteCompleted",
2399
- DELETE_FAILED: "DeleteFailed",
2400
- DELETE_INPROGRESS: "DeleteInProgress",
2401
- DELETE_PENDING: "DeletePending",
2402
- EXPORTJOBS_DELETED: "ExportJobsDeleted"
2542
+ var ModelCardStatus = {
2543
+ APPROVED: "Approved",
2544
+ ARCHIVED: "Archived",
2545
+ DRAFT: "Draft",
2546
+ PENDINGREVIEW: "PendingReview"
2403
2547
  };
2404
- var ModelCardExportJobStatus = {
2405
- COMPLETED: "Completed",
2406
- FAILED: "Failed",
2407
- IN_PROGRESS: "InProgress"
2548
+ var SkipModelValidation = {
2549
+ ALL: "All",
2550
+ NONE: "None"
2408
2551
  };
2409
- var DetailedModelPackageStatus = {
2410
- COMPLETED: "Completed",
2411
- FAILED: "Failed",
2412
- IN_PROGRESS: "InProgress",
2413
- NOT_STARTED: "NotStarted"
2552
+ var MonitoringProblemType = {
2553
+ BINARY_CLASSIFICATION: "BinaryClassification",
2554
+ MULTICLASS_CLASSIFICATION: "MulticlassClassification",
2555
+ REGRESSION: "Regression"
2414
2556
  };
2415
- var ModelPackageGroupStatus = {
2557
+ var MonitoringType = {
2558
+ DATA_QUALITY: "DataQuality",
2559
+ MODEL_BIAS: "ModelBias",
2560
+ MODEL_EXPLAINABILITY: "ModelExplainability",
2561
+ MODEL_QUALITY: "ModelQuality"
2562
+ };
2563
+ var NotebookInstanceAcceleratorType = {
2564
+ ML_EIA1_LARGE: "ml.eia1.large",
2565
+ ML_EIA1_MEDIUM: "ml.eia1.medium",
2566
+ ML_EIA1_XLARGE: "ml.eia1.xlarge",
2567
+ ML_EIA2_LARGE: "ml.eia2.large",
2568
+ ML_EIA2_MEDIUM: "ml.eia2.medium",
2569
+ ML_EIA2_XLARGE: "ml.eia2.xlarge"
2570
+ };
2571
+ var DirectInternetAccess = {
2572
+ DISABLED: "Disabled",
2573
+ ENABLED: "Enabled"
2574
+ };
2575
+ var RootAccess = {
2576
+ DISABLED: "Disabled",
2577
+ ENABLED: "Enabled"
2578
+ };
2579
+ var DataDistributionType = {
2580
+ FULLYREPLICATED: "FullyReplicated",
2581
+ SHARDEDBYS3KEY: "ShardedByS3Key"
2582
+ };
2583
+ var InputMode = {
2584
+ FILE: "File",
2585
+ PIPE: "Pipe"
2586
+ };
2587
+ var RedshiftResultCompressionType = {
2588
+ BZIP2: "BZIP2",
2589
+ GZIP: "GZIP",
2590
+ NONE: "None",
2591
+ SNAPPY: "SNAPPY",
2592
+ ZSTD: "ZSTD"
2593
+ };
2594
+ var RedshiftResultFormat = {
2595
+ CSV: "CSV",
2596
+ PARQUET: "PARQUET"
2597
+ };
2598
+ var ProcessingS3CompressionType = {
2599
+ GZIP: "Gzip",
2600
+ NONE: "None"
2601
+ };
2602
+ var ProcessingS3DataType = {
2603
+ MANIFEST_FILE: "ManifestFile",
2604
+ S3_PREFIX: "S3Prefix"
2605
+ };
2606
+ var CustomFileSystem;
2607
+ ((CustomFileSystem2) => {
2608
+ CustomFileSystem2.visit = /* @__PURE__ */ __name((value, visitor) => {
2609
+ if (value.EFSFileSystem !== void 0)
2610
+ return visitor.EFSFileSystem(value.EFSFileSystem);
2611
+ return visitor._(value.$unknown[0], value.$unknown[1]);
2612
+ }, "visit");
2613
+ })(CustomFileSystem || (CustomFileSystem = {}));
2614
+ var SharingType = {
2615
+ Private: "Private",
2616
+ Shared: "Shared"
2617
+ };
2618
+ var CreateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2619
+ ...obj,
2620
+ ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
2621
+ }), "CreateModelCardRequestFilterSensitiveLog");
2622
+ var ModelPackageModelCardFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2623
+ ...obj,
2624
+ ...obj.ModelCardContent && { ModelCardContent: import_smithy_client.SENSITIVE_STRING }
2625
+ }), "ModelPackageModelCardFilterSensitiveLog");
2626
+ var CreateModelPackageInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2627
+ ...obj,
2628
+ ...obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }
2629
+ }), "CreateModelPackageInputFilterSensitiveLog");
2630
+
2631
+ // src/models/models_2.ts
2632
+ var StudioLifecycleConfigAppType = {
2633
+ CodeEditor: "CodeEditor",
2634
+ JupyterLab: "JupyterLab",
2635
+ JupyterServer: "JupyterServer",
2636
+ KernelGateway: "KernelGateway"
2637
+ };
2638
+ var JoinSource = {
2639
+ INPUT: "Input",
2640
+ NONE: "None"
2641
+ };
2642
+ var TrialComponentParameterValue;
2643
+ ((TrialComponentParameterValue3) => {
2644
+ TrialComponentParameterValue3.visit = /* @__PURE__ */ __name((value, visitor) => {
2645
+ if (value.StringValue !== void 0)
2646
+ return visitor.StringValue(value.StringValue);
2647
+ if (value.NumberValue !== void 0)
2648
+ return visitor.NumberValue(value.NumberValue);
2649
+ return visitor._(value.$unknown[0], value.$unknown[1]);
2650
+ }, "visit");
2651
+ })(TrialComponentParameterValue || (TrialComponentParameterValue = {}));
2652
+ var TrialComponentPrimaryStatus = {
2416
2653
  COMPLETED: "Completed",
2417
- DELETE_FAILED: "DeleteFailed",
2418
- DELETING: "Deleting",
2419
2654
  FAILED: "Failed",
2420
2655
  IN_PROGRESS: "InProgress",
2421
- PENDING: "Pending"
2656
+ STOPPED: "Stopped",
2657
+ STOPPING: "Stopping"
2422
2658
  };
2423
- var ExecutionStatus = {
2424
- COMPLETED: "Completed",
2425
- COMPLETED_WITH_VIOLATIONS: "CompletedWithViolations",
2426
- FAILED: "Failed",
2659
+ var EnabledOrDisabled = {
2660
+ Disabled: "Disabled",
2661
+ Enabled: "Enabled"
2662
+ };
2663
+ var CrossAccountFilterOption = {
2664
+ CROSS_ACCOUNT: "CrossAccount",
2665
+ SAME_ACCOUNT: "SameAccount"
2666
+ };
2667
+ var Statistic = {
2668
+ AVERAGE: "Average",
2669
+ MAXIMUM: "Maximum",
2670
+ MINIMUM: "Minimum",
2671
+ SAMPLE_COUNT: "SampleCount",
2672
+ SUM: "Sum"
2673
+ };
2674
+ var RuleEvaluationStatus = {
2675
+ ERROR: "Error",
2427
2676
  IN_PROGRESS: "InProgress",
2428
- PENDING: "Pending",
2677
+ ISSUES_FOUND: "IssuesFound",
2678
+ NO_ISSUES_FOUND: "NoIssuesFound",
2429
2679
  STOPPED: "Stopped",
2430
2680
  STOPPING: "Stopping"
2431
2681
  };
2432
- var ScheduleStatus = {
2433
- FAILED: "Failed",
2434
- PENDING: "Pending",
2435
- SCHEDULED: "Scheduled",
2436
- STOPPED: "Stopped"
2682
+ var RetentionType = {
2683
+ Delete: "Delete",
2684
+ Retain: "Retain"
2437
2685
  };
2438
- var NotebookInstanceStatus = {
2686
+ var HubContentType = {
2687
+ MODEL: "Model",
2688
+ NOTEBOOK: "Notebook"
2689
+ };
2690
+ var RecommendationStatus = {
2691
+ COMPLETED: "COMPLETED",
2692
+ FAILED: "FAILED",
2693
+ IN_PROGRESS: "IN_PROGRESS",
2694
+ NOT_APPLICABLE: "NOT_APPLICABLE"
2695
+ };
2696
+ var StageStatus = {
2697
+ Creating: "CREATING",
2698
+ Deployed: "DEPLOYED",
2699
+ Failed: "FAILED",
2700
+ InProgress: "INPROGRESS",
2701
+ ReadyToDeploy: "READYTODEPLOY",
2702
+ Starting: "STARTING",
2703
+ Stopped: "STOPPED",
2704
+ Stopping: "STOPPING"
2705
+ };
2706
+ var DomainStatus = {
2707
+ Delete_Failed: "Delete_Failed",
2439
2708
  Deleting: "Deleting",
2440
2709
  Failed: "Failed",
2441
2710
  InService: "InService",
2442
2711
  Pending: "Pending",
2443
- Stopped: "Stopped",
2444
- Stopping: "Stopping",
2712
+ Update_Failed: "Update_Failed",
2445
2713
  Updating: "Updating"
2446
2714
  };
2447
- var PipelineStatus = {
2448
- ACTIVE: "Active",
2449
- DELETING: "Deleting"
2715
+ var EdgePackagingJobStatus = {
2716
+ Completed: "COMPLETED",
2717
+ Failed: "FAILED",
2718
+ InProgress: "INPROGRESS",
2719
+ Starting: "STARTING",
2720
+ Stopped: "STOPPED",
2721
+ Stopping: "STOPPING"
2450
2722
  };
2451
- var PipelineExecutionStatus = {
2452
- EXECUTING: "Executing",
2723
+ var EdgePresetDeploymentStatus = {
2724
+ Completed: "COMPLETED",
2725
+ Failed: "FAILED"
2726
+ };
2727
+ var EndpointStatus = {
2728
+ CREATING: "Creating",
2729
+ DELETING: "Deleting",
2453
2730
  FAILED: "Failed",
2454
- STOPPED: "Stopped",
2455
- STOPPING: "Stopping",
2456
- SUCCEEDED: "Succeeded"
2731
+ IN_SERVICE: "InService",
2732
+ OUT_OF_SERVICE: "OutOfService",
2733
+ ROLLING_BACK: "RollingBack",
2734
+ SYSTEM_UPDATING: "SystemUpdating",
2735
+ UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed",
2736
+ UPDATING: "Updating"
2457
2737
  };
2458
- var ProcessingJobStatus = {
2459
- COMPLETED: "Completed",
2738
+ var VariantStatus = {
2739
+ ACTIVATING_TRAFFIC: "ActivatingTraffic",
2740
+ BAKING: "Baking",
2741
+ CREATING: "Creating",
2742
+ DELETING: "Deleting",
2743
+ UPDATING: "Updating"
2744
+ };
2745
+ var FeatureGroupStatus = {
2746
+ CREATED: "Created",
2747
+ CREATE_FAILED: "CreateFailed",
2748
+ CREATING: "Creating",
2749
+ DELETE_FAILED: "DeleteFailed",
2750
+ DELETING: "Deleting"
2751
+ };
2752
+ var LastUpdateStatusValue = {
2460
2753
  FAILED: "Failed",
2461
2754
  IN_PROGRESS: "InProgress",
2462
- STOPPED: "Stopped",
2463
- STOPPING: "Stopping"
2755
+ SUCCESSFUL: "Successful"
2464
2756
  };
2465
- var OidcConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2466
- ...obj,
2467
- ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
2468
- }), "OidcConfigFilterSensitiveLog");
2469
- var CreateWorkforceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2470
- ...obj,
2471
- ...obj.OidcConfig && { OidcConfig: OidcConfigFilterSensitiveLog(obj.OidcConfig) }
2472
- }), "CreateWorkforceRequestFilterSensitiveLog");
2473
- var DescribeModelCardResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2474
- ...obj,
2475
- ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
2476
- }), "DescribeModelCardResponseFilterSensitiveLog");
2477
-
2478
- // src/protocols/Aws_json1_1.ts
2479
- var se_AddAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
2480
- const headers = sharedHeaders("AddAssociation");
2481
- let body;
2482
- body = JSON.stringify((0, import_smithy_client._json)(input));
2483
- return buildHttpRpcRequest(context, headers, "/", void 0, body);
2484
- }, "se_AddAssociationCommand");
2485
- var se_AddTagsCommand = /* @__PURE__ */ __name(async (input, context) => {
2757
+ var OfflineStoreStatusValue = {
2758
+ ACTIVE: "Active",
2759
+ BLOCKED: "Blocked",
2760
+ DISABLED: "Disabled"
2761
+ };
2762
+ var FlowDefinitionStatus = {
2763
+ ACTIVE: "Active",
2764
+ DELETING: "Deleting",
2765
+ FAILED: "Failed",
2766
+ INITIALIZING: "Initializing"
2767
+ };
2768
+ var HubStatus = {
2769
+ CREATE_FAILED: "CreateFailed",
2770
+ CREATING: "Creating",
2771
+ DELETE_FAILED: "DeleteFailed",
2772
+ DELETING: "Deleting",
2773
+ IN_SERVICE: "InService",
2774
+ UPDATE_FAILED: "UpdateFailed",
2775
+ UPDATING: "Updating"
2776
+ };
2777
+ var HubContentStatus = {
2778
+ AVAILABLE: "Available",
2779
+ DELETE_FAILED: "DeleteFailed",
2780
+ DELETING: "Deleting",
2781
+ IMPORTING: "Importing",
2782
+ IMPORT_FAILED: "ImportFailed"
2783
+ };
2784
+ var HumanTaskUiStatus = {
2785
+ ACTIVE: "Active",
2786
+ DELETING: "Deleting"
2787
+ };
2788
+ var TrainingJobStatus = {
2789
+ COMPLETED: "Completed",
2790
+ FAILED: "Failed",
2791
+ IN_PROGRESS: "InProgress",
2792
+ STOPPED: "Stopped",
2793
+ STOPPING: "Stopping"
2794
+ };
2795
+ var HyperParameterTuningJobStatus = {
2796
+ COMPLETED: "Completed",
2797
+ DELETE_FAILED: "DeleteFailed",
2798
+ DELETING: "Deleting",
2799
+ FAILED: "Failed",
2800
+ IN_PROGRESS: "InProgress",
2801
+ STOPPED: "Stopped",
2802
+ STOPPING: "Stopping"
2803
+ };
2804
+ var ImageStatus = {
2805
+ CREATED: "CREATED",
2806
+ CREATE_FAILED: "CREATE_FAILED",
2807
+ CREATING: "CREATING",
2808
+ DELETE_FAILED: "DELETE_FAILED",
2809
+ DELETING: "DELETING",
2810
+ UPDATE_FAILED: "UPDATE_FAILED",
2811
+ UPDATING: "UPDATING"
2812
+ };
2813
+ var ImageVersionStatus = {
2814
+ CREATED: "CREATED",
2815
+ CREATE_FAILED: "CREATE_FAILED",
2816
+ CREATING: "CREATING",
2817
+ DELETE_FAILED: "DELETE_FAILED",
2818
+ DELETING: "DELETING"
2819
+ };
2820
+ var InferenceComponentStatus = {
2821
+ CREATING: "Creating",
2822
+ DELETING: "Deleting",
2823
+ FAILED: "Failed",
2824
+ IN_SERVICE: "InService",
2825
+ UPDATING: "Updating"
2826
+ };
2827
+ var ModelVariantStatus = {
2828
+ CREATING: "Creating",
2829
+ DELETED: "Deleted",
2830
+ DELETING: "Deleting",
2831
+ IN_SERVICE: "InService",
2832
+ UPDATING: "Updating"
2833
+ };
2834
+ var InferenceExperimentStatus = {
2835
+ CANCELLED: "Cancelled",
2836
+ COMPLETED: "Completed",
2837
+ CREATED: "Created",
2838
+ CREATING: "Creating",
2839
+ RUNNING: "Running",
2840
+ STARTING: "Starting",
2841
+ STOPPING: "Stopping",
2842
+ UPDATING: "Updating"
2843
+ };
2844
+ var RecommendationJobStatus = {
2845
+ COMPLETED: "COMPLETED",
2846
+ DELETED: "DELETED",
2847
+ DELETING: "DELETING",
2848
+ FAILED: "FAILED",
2849
+ IN_PROGRESS: "IN_PROGRESS",
2850
+ PENDING: "PENDING",
2851
+ STOPPED: "STOPPED",
2852
+ STOPPING: "STOPPING"
2853
+ };
2854
+ var LabelingJobStatus = {
2855
+ COMPLETED: "Completed",
2856
+ FAILED: "Failed",
2857
+ INITIALIZING: "Initializing",
2858
+ IN_PROGRESS: "InProgress",
2859
+ STOPPED: "Stopped",
2860
+ STOPPING: "Stopping"
2861
+ };
2862
+ var ModelCardProcessingStatus = {
2863
+ CONTENT_DELETED: "ContentDeleted",
2864
+ DELETE_COMPLETED: "DeleteCompleted",
2865
+ DELETE_FAILED: "DeleteFailed",
2866
+ DELETE_INPROGRESS: "DeleteInProgress",
2867
+ DELETE_PENDING: "DeletePending",
2868
+ EXPORTJOBS_DELETED: "ExportJobsDeleted"
2869
+ };
2870
+ var ModelCardExportJobStatus = {
2871
+ COMPLETED: "Completed",
2872
+ FAILED: "Failed",
2873
+ IN_PROGRESS: "InProgress"
2874
+ };
2875
+ var DetailedModelPackageStatus = {
2876
+ COMPLETED: "Completed",
2877
+ FAILED: "Failed",
2878
+ IN_PROGRESS: "InProgress",
2879
+ NOT_STARTED: "NotStarted"
2880
+ };
2881
+ var ModelPackageGroupStatus = {
2882
+ COMPLETED: "Completed",
2883
+ DELETE_FAILED: "DeleteFailed",
2884
+ DELETING: "Deleting",
2885
+ FAILED: "Failed",
2886
+ IN_PROGRESS: "InProgress",
2887
+ PENDING: "Pending"
2888
+ };
2889
+ var ExecutionStatus = {
2890
+ COMPLETED: "Completed",
2891
+ COMPLETED_WITH_VIOLATIONS: "CompletedWithViolations",
2892
+ FAILED: "Failed",
2893
+ IN_PROGRESS: "InProgress",
2894
+ PENDING: "Pending",
2895
+ STOPPED: "Stopped",
2896
+ STOPPING: "Stopping"
2897
+ };
2898
+ var ScheduleStatus = {
2899
+ FAILED: "Failed",
2900
+ PENDING: "Pending",
2901
+ SCHEDULED: "Scheduled",
2902
+ STOPPED: "Stopped"
2903
+ };
2904
+ var NotebookInstanceStatus = {
2905
+ Deleting: "Deleting",
2906
+ Failed: "Failed",
2907
+ InService: "InService",
2908
+ Pending: "Pending",
2909
+ Stopped: "Stopped",
2910
+ Stopping: "Stopping",
2911
+ Updating: "Updating"
2912
+ };
2913
+ var PipelineStatus = {
2914
+ ACTIVE: "Active",
2915
+ DELETING: "Deleting"
2916
+ };
2917
+ var PipelineExecutionStatus = {
2918
+ EXECUTING: "Executing",
2919
+ FAILED: "Failed",
2920
+ STOPPED: "Stopped",
2921
+ STOPPING: "Stopping",
2922
+ SUCCEEDED: "Succeeded"
2923
+ };
2924
+ var ProcessingJobStatus = {
2925
+ COMPLETED: "Completed",
2926
+ FAILED: "Failed",
2927
+ IN_PROGRESS: "InProgress",
2928
+ STOPPED: "Stopped",
2929
+ STOPPING: "Stopping"
2930
+ };
2931
+ var OidcConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2932
+ ...obj,
2933
+ ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
2934
+ }), "OidcConfigFilterSensitiveLog");
2935
+ var CreateWorkforceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2936
+ ...obj,
2937
+ ...obj.OidcConfig && { OidcConfig: OidcConfigFilterSensitiveLog(obj.OidcConfig) }
2938
+ }), "CreateWorkforceRequestFilterSensitiveLog");
2939
+ var DescribeModelCardResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2940
+ ...obj,
2941
+ ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
2942
+ }), "DescribeModelCardResponseFilterSensitiveLog");
2943
+ var DescribeModelPackageOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2944
+ ...obj,
2945
+ ...obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }
2946
+ }), "DescribeModelPackageOutputFilterSensitiveLog");
2947
+
2948
+ // src/protocols/Aws_json1_1.ts
2949
+ var se_AddAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
2950
+ const headers = sharedHeaders("AddAssociation");
2951
+ let body;
2952
+ body = JSON.stringify((0, import_smithy_client._json)(input));
2953
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
2954
+ }, "se_AddAssociationCommand");
2955
+ var se_AddTagsCommand = /* @__PURE__ */ __name(async (input, context) => {
2486
2956
  const headers = sharedHeaders("AddTags");
2487
2957
  let body;
2488
2958
  body = JSON.stringify((0, import_smithy_client._json)(input));
@@ -8643,11 +9113,13 @@ var se_CreateModelPackageInput = /* @__PURE__ */ __name((input, context) => {
8643
9113
  InferenceSpecification: import_smithy_client._json,
8644
9114
  MetadataProperties: import_smithy_client._json,
8645
9115
  ModelApprovalStatus: [],
9116
+ ModelCard: import_smithy_client._json,
8646
9117
  ModelMetrics: import_smithy_client._json,
8647
9118
  ModelPackageDescription: [],
8648
9119
  ModelPackageGroupName: [],
8649
9120
  ModelPackageName: [],
8650
9121
  SamplePayloadUrl: [],
9122
+ SecurityConfig: import_smithy_client._json,
8651
9123
  SkipModelValidation: [],
8652
9124
  SourceAlgorithmSpecification: import_smithy_client._json,
8653
9125
  SourceUri: [],
@@ -8693,12 +9165,12 @@ var se_CreatePipelineRequest = /* @__PURE__ */ __name((input, context) => {
8693
9165
  var se_CreateTrialComponentRequest = /* @__PURE__ */ __name((input, context) => {
8694
9166
  return (0, import_smithy_client.take)(input, {
8695
9167
  DisplayName: [],
8696
- EndTime: (_) => Math.round(_.getTime() / 1e3),
9168
+ EndTime: (_) => _.getTime() / 1e3,
8697
9169
  InputArtifacts: import_smithy_client._json,
8698
9170
  MetadataProperties: import_smithy_client._json,
8699
9171
  OutputArtifacts: import_smithy_client._json,
8700
9172
  Parameters: (_) => se_TrialComponentParameters(_, context),
8701
- StartTime: (_) => Math.round(_.getTime() / 1e3),
9173
+ StartTime: (_) => _.getTime() / 1e3,
8702
9174
  Status: import_smithy_client._json,
8703
9175
  Tags: import_smithy_client._json,
8704
9176
  TrialComponentName: []
@@ -8784,15 +9256,15 @@ var se_InferenceComponentSpecification = /* @__PURE__ */ __name((input, context)
8784
9256
  }, "se_InferenceComponentSpecification");
8785
9257
  var se_InferenceExperimentSchedule = /* @__PURE__ */ __name((input, context) => {
8786
9258
  return (0, import_smithy_client.take)(input, {
8787
- EndTime: (_) => Math.round(_.getTime() / 1e3),
8788
- StartTime: (_) => Math.round(_.getTime() / 1e3)
9259
+ EndTime: (_) => _.getTime() / 1e3,
9260
+ StartTime: (_) => _.getTime() / 1e3
8789
9261
  });
8790
9262
  }, "se_InferenceExperimentSchedule");
8791
9263
  var se_ListActionsRequest = /* @__PURE__ */ __name((input, context) => {
8792
9264
  return (0, import_smithy_client.take)(input, {
8793
9265
  ActionType: [],
8794
- CreatedAfter: (_) => Math.round(_.getTime() / 1e3),
8795
- CreatedBefore: (_) => Math.round(_.getTime() / 1e3),
9266
+ CreatedAfter: (_) => _.getTime() / 1e3,
9267
+ CreatedBefore: (_) => _.getTime() / 1e3,
8796
9268
  MaxResults: [],
8797
9269
  NextToken: [],
8798
9270
  SortBy: [],
@@ -8802,8 +9274,8 @@ var se_ListActionsRequest = /* @__PURE__ */ __name((input, context) => {
8802
9274
  }, "se_ListActionsRequest");
8803
9275
  var se_ListAlgorithmsInput = /* @__PURE__ */ __name((input, context) => {
8804
9276
  return (0, import_smithy_client.take)(input, {
8805
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8806
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9277
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9278
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
8807
9279
  MaxResults: [],
8808
9280
  NameContains: [],
8809
9281
  NextToken: [],
@@ -8813,11 +9285,11 @@ var se_ListAlgorithmsInput = /* @__PURE__ */ __name((input, context) => {
8813
9285
  }, "se_ListAlgorithmsInput");
8814
9286
  var se_ListAppImageConfigsRequest = /* @__PURE__ */ __name((input, context) => {
8815
9287
  return (0, import_smithy_client.take)(input, {
8816
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8817
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9288
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9289
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
8818
9290
  MaxResults: [],
8819
- ModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8820
- ModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9291
+ ModifiedTimeAfter: (_) => _.getTime() / 1e3,
9292
+ ModifiedTimeBefore: (_) => _.getTime() / 1e3,
8821
9293
  NameContains: [],
8822
9294
  NextToken: [],
8823
9295
  SortBy: [],
@@ -8827,8 +9299,8 @@ var se_ListAppImageConfigsRequest = /* @__PURE__ */ __name((input, context) => {
8827
9299
  var se_ListArtifactsRequest = /* @__PURE__ */ __name((input, context) => {
8828
9300
  return (0, import_smithy_client.take)(input, {
8829
9301
  ArtifactType: [],
8830
- CreatedAfter: (_) => Math.round(_.getTime() / 1e3),
8831
- CreatedBefore: (_) => Math.round(_.getTime() / 1e3),
9302
+ CreatedAfter: (_) => _.getTime() / 1e3,
9303
+ CreatedBefore: (_) => _.getTime() / 1e3,
8832
9304
  MaxResults: [],
8833
9305
  NextToken: [],
8834
9306
  SortBy: [],
@@ -8839,8 +9311,8 @@ var se_ListArtifactsRequest = /* @__PURE__ */ __name((input, context) => {
8839
9311
  var se_ListAssociationsRequest = /* @__PURE__ */ __name((input, context) => {
8840
9312
  return (0, import_smithy_client.take)(input, {
8841
9313
  AssociationType: [],
8842
- CreatedAfter: (_) => Math.round(_.getTime() / 1e3),
8843
- CreatedBefore: (_) => Math.round(_.getTime() / 1e3),
9314
+ CreatedAfter: (_) => _.getTime() / 1e3,
9315
+ CreatedBefore: (_) => _.getTime() / 1e3,
8844
9316
  DestinationArn: [],
8845
9317
  DestinationType: [],
8846
9318
  MaxResults: [],
@@ -8853,10 +9325,10 @@ var se_ListAssociationsRequest = /* @__PURE__ */ __name((input, context) => {
8853
9325
  }, "se_ListAssociationsRequest");
8854
9326
  var se_ListAutoMLJobsRequest = /* @__PURE__ */ __name((input, context) => {
8855
9327
  return (0, import_smithy_client.take)(input, {
8856
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8857
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
8858
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8859
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9328
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9329
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9330
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9331
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
8860
9332
  MaxResults: [],
8861
9333
  NameContains: [],
8862
9334
  NextToken: [],
@@ -8868,8 +9340,8 @@ var se_ListAutoMLJobsRequest = /* @__PURE__ */ __name((input, context) => {
8868
9340
  var se_ListClusterNodesRequest = /* @__PURE__ */ __name((input, context) => {
8869
9341
  return (0, import_smithy_client.take)(input, {
8870
9342
  ClusterName: [],
8871
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8872
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9343
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9344
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
8873
9345
  InstanceGroupNameContains: [],
8874
9346
  MaxResults: [],
8875
9347
  NextToken: [],
@@ -8879,8 +9351,8 @@ var se_ListClusterNodesRequest = /* @__PURE__ */ __name((input, context) => {
8879
9351
  }, "se_ListClusterNodesRequest");
8880
9352
  var se_ListClustersRequest = /* @__PURE__ */ __name((input, context) => {
8881
9353
  return (0, import_smithy_client.take)(input, {
8882
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8883
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9354
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9355
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
8884
9356
  MaxResults: [],
8885
9357
  NameContains: [],
8886
9358
  NextToken: [],
@@ -8890,10 +9362,10 @@ var se_ListClustersRequest = /* @__PURE__ */ __name((input, context) => {
8890
9362
  }, "se_ListClustersRequest");
8891
9363
  var se_ListCodeRepositoriesInput = /* @__PURE__ */ __name((input, context) => {
8892
9364
  return (0, import_smithy_client.take)(input, {
8893
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8894
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
8895
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8896
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9365
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9366
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9367
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9368
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
8897
9369
  MaxResults: [],
8898
9370
  NameContains: [],
8899
9371
  NextToken: [],
@@ -8903,10 +9375,10 @@ var se_ListCodeRepositoriesInput = /* @__PURE__ */ __name((input, context) => {
8903
9375
  }, "se_ListCodeRepositoriesInput");
8904
9376
  var se_ListCompilationJobsRequest = /* @__PURE__ */ __name((input, context) => {
8905
9377
  return (0, import_smithy_client.take)(input, {
8906
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8907
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
8908
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8909
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9378
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9379
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9380
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9381
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
8910
9382
  MaxResults: [],
8911
9383
  NameContains: [],
8912
9384
  NextToken: [],
@@ -8918,8 +9390,8 @@ var se_ListCompilationJobsRequest = /* @__PURE__ */ __name((input, context) => {
8918
9390
  var se_ListContextsRequest = /* @__PURE__ */ __name((input, context) => {
8919
9391
  return (0, import_smithy_client.take)(input, {
8920
9392
  ContextType: [],
8921
- CreatedAfter: (_) => Math.round(_.getTime() / 1e3),
8922
- CreatedBefore: (_) => Math.round(_.getTime() / 1e3),
9393
+ CreatedAfter: (_) => _.getTime() / 1e3,
9394
+ CreatedBefore: (_) => _.getTime() / 1e3,
8923
9395
  MaxResults: [],
8924
9396
  NextToken: [],
8925
9397
  SortBy: [],
@@ -8929,8 +9401,8 @@ var se_ListContextsRequest = /* @__PURE__ */ __name((input, context) => {
8929
9401
  }, "se_ListContextsRequest");
8930
9402
  var se_ListDataQualityJobDefinitionsRequest = /* @__PURE__ */ __name((input, context) => {
8931
9403
  return (0, import_smithy_client.take)(input, {
8932
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8933
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9404
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9405
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
8934
9406
  EndpointName: [],
8935
9407
  MaxResults: [],
8936
9408
  NameContains: [],
@@ -8941,10 +9413,10 @@ var se_ListDataQualityJobDefinitionsRequest = /* @__PURE__ */ __name((input, con
8941
9413
  }, "se_ListDataQualityJobDefinitionsRequest");
8942
9414
  var se_ListDeviceFleetsRequest = /* @__PURE__ */ __name((input, context) => {
8943
9415
  return (0, import_smithy_client.take)(input, {
8944
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8945
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
8946
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8947
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9416
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9417
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9418
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9419
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
8948
9420
  MaxResults: [],
8949
9421
  NameContains: [],
8950
9422
  NextToken: [],
@@ -8955,7 +9427,7 @@ var se_ListDeviceFleetsRequest = /* @__PURE__ */ __name((input, context) => {
8955
9427
  var se_ListDevicesRequest = /* @__PURE__ */ __name((input, context) => {
8956
9428
  return (0, import_smithy_client.take)(input, {
8957
9429
  DeviceFleetName: [],
8958
- LatestHeartbeatAfter: (_) => Math.round(_.getTime() / 1e3),
9430
+ LatestHeartbeatAfter: (_) => _.getTime() / 1e3,
8959
9431
  MaxResults: [],
8960
9432
  ModelName: [],
8961
9433
  NextToken: []
@@ -8963,11 +9435,11 @@ var se_ListDevicesRequest = /* @__PURE__ */ __name((input, context) => {
8963
9435
  }, "se_ListDevicesRequest");
8964
9436
  var se_ListEdgeDeploymentPlansRequest = /* @__PURE__ */ __name((input, context) => {
8965
9437
  return (0, import_smithy_client.take)(input, {
8966
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8967
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9438
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9439
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
8968
9440
  DeviceFleetNameContains: [],
8969
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8970
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9441
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9442
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
8971
9443
  MaxResults: [],
8972
9444
  NameContains: [],
8973
9445
  NextToken: [],
@@ -8977,10 +9449,10 @@ var se_ListEdgeDeploymentPlansRequest = /* @__PURE__ */ __name((input, context)
8977
9449
  }, "se_ListEdgeDeploymentPlansRequest");
8978
9450
  var se_ListEdgePackagingJobsRequest = /* @__PURE__ */ __name((input, context) => {
8979
9451
  return (0, import_smithy_client.take)(input, {
8980
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8981
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
8982
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8983
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9452
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9453
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9454
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9455
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
8984
9456
  MaxResults: [],
8985
9457
  ModelNameContains: [],
8986
9458
  NameContains: [],
@@ -8992,8 +9464,8 @@ var se_ListEdgePackagingJobsRequest = /* @__PURE__ */ __name((input, context) =>
8992
9464
  }, "se_ListEdgePackagingJobsRequest");
8993
9465
  var se_ListEndpointConfigsInput = /* @__PURE__ */ __name((input, context) => {
8994
9466
  return (0, import_smithy_client.take)(input, {
8995
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
8996
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9467
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9468
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
8997
9469
  MaxResults: [],
8998
9470
  NameContains: [],
8999
9471
  NextToken: [],
@@ -9003,10 +9475,10 @@ var se_ListEndpointConfigsInput = /* @__PURE__ */ __name((input, context) => {
9003
9475
  }, "se_ListEndpointConfigsInput");
9004
9476
  var se_ListEndpointsInput = /* @__PURE__ */ __name((input, context) => {
9005
9477
  return (0, import_smithy_client.take)(input, {
9006
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9007
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9008
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9009
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9478
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9479
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9480
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9481
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9010
9482
  MaxResults: [],
9011
9483
  NameContains: [],
9012
9484
  NextToken: [],
@@ -9017,8 +9489,8 @@ var se_ListEndpointsInput = /* @__PURE__ */ __name((input, context) => {
9017
9489
  }, "se_ListEndpointsInput");
9018
9490
  var se_ListExperimentsRequest = /* @__PURE__ */ __name((input, context) => {
9019
9491
  return (0, import_smithy_client.take)(input, {
9020
- CreatedAfter: (_) => Math.round(_.getTime() / 1e3),
9021
- CreatedBefore: (_) => Math.round(_.getTime() / 1e3),
9492
+ CreatedAfter: (_) => _.getTime() / 1e3,
9493
+ CreatedBefore: (_) => _.getTime() / 1e3,
9022
9494
  MaxResults: [],
9023
9495
  NextToken: [],
9024
9496
  SortBy: [],
@@ -9027,8 +9499,8 @@ var se_ListExperimentsRequest = /* @__PURE__ */ __name((input, context) => {
9027
9499
  }, "se_ListExperimentsRequest");
9028
9500
  var se_ListFeatureGroupsRequest = /* @__PURE__ */ __name((input, context) => {
9029
9501
  return (0, import_smithy_client.take)(input, {
9030
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9031
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9502
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9503
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9032
9504
  FeatureGroupStatusEquals: [],
9033
9505
  MaxResults: [],
9034
9506
  NameContains: [],
@@ -9040,8 +9512,8 @@ var se_ListFeatureGroupsRequest = /* @__PURE__ */ __name((input, context) => {
9040
9512
  }, "se_ListFeatureGroupsRequest");
9041
9513
  var se_ListFlowDefinitionsRequest = /* @__PURE__ */ __name((input, context) => {
9042
9514
  return (0, import_smithy_client.take)(input, {
9043
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9044
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9515
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9516
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9045
9517
  MaxResults: [],
9046
9518
  NextToken: [],
9047
9519
  SortOrder: []
@@ -9049,8 +9521,8 @@ var se_ListFlowDefinitionsRequest = /* @__PURE__ */ __name((input, context) => {
9049
9521
  }, "se_ListFlowDefinitionsRequest");
9050
9522
  var se_ListHubContentsRequest = /* @__PURE__ */ __name((input, context) => {
9051
9523
  return (0, import_smithy_client.take)(input, {
9052
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9053
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9524
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9525
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9054
9526
  HubContentType: [],
9055
9527
  HubName: [],
9056
9528
  MaxResults: [],
@@ -9063,8 +9535,8 @@ var se_ListHubContentsRequest = /* @__PURE__ */ __name((input, context) => {
9063
9535
  }, "se_ListHubContentsRequest");
9064
9536
  var se_ListHubContentVersionsRequest = /* @__PURE__ */ __name((input, context) => {
9065
9537
  return (0, import_smithy_client.take)(input, {
9066
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9067
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9538
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9539
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9068
9540
  HubContentName: [],
9069
9541
  HubContentType: [],
9070
9542
  HubName: [],
@@ -9078,10 +9550,10 @@ var se_ListHubContentVersionsRequest = /* @__PURE__ */ __name((input, context) =
9078
9550
  }, "se_ListHubContentVersionsRequest");
9079
9551
  var se_ListHubsRequest = /* @__PURE__ */ __name((input, context) => {
9080
9552
  return (0, import_smithy_client.take)(input, {
9081
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9082
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9083
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9084
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9553
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9554
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9555
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9556
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9085
9557
  MaxResults: [],
9086
9558
  NameContains: [],
9087
9559
  NextToken: [],
@@ -9091,8 +9563,8 @@ var se_ListHubsRequest = /* @__PURE__ */ __name((input, context) => {
9091
9563
  }, "se_ListHubsRequest");
9092
9564
  var se_ListHumanTaskUisRequest = /* @__PURE__ */ __name((input, context) => {
9093
9565
  return (0, import_smithy_client.take)(input, {
9094
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9095
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9566
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9567
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9096
9568
  MaxResults: [],
9097
9569
  NextToken: [],
9098
9570
  SortOrder: []
@@ -9100,10 +9572,10 @@ var se_ListHumanTaskUisRequest = /* @__PURE__ */ __name((input, context) => {
9100
9572
  }, "se_ListHumanTaskUisRequest");
9101
9573
  var se_ListHyperParameterTuningJobsRequest = /* @__PURE__ */ __name((input, context) => {
9102
9574
  return (0, import_smithy_client.take)(input, {
9103
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9104
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9105
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9106
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9575
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9576
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9577
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9578
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9107
9579
  MaxResults: [],
9108
9580
  NameContains: [],
9109
9581
  NextToken: [],
@@ -9114,10 +9586,10 @@ var se_ListHyperParameterTuningJobsRequest = /* @__PURE__ */ __name((input, cont
9114
9586
  }, "se_ListHyperParameterTuningJobsRequest");
9115
9587
  var se_ListImagesRequest = /* @__PURE__ */ __name((input, context) => {
9116
9588
  return (0, import_smithy_client.take)(input, {
9117
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9118
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9119
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9120
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9589
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9590
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9591
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9592
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9121
9593
  MaxResults: [],
9122
9594
  NameContains: [],
9123
9595
  NextToken: [],
@@ -9127,11 +9599,11 @@ var se_ListImagesRequest = /* @__PURE__ */ __name((input, context) => {
9127
9599
  }, "se_ListImagesRequest");
9128
9600
  var se_ListImageVersionsRequest = /* @__PURE__ */ __name((input, context) => {
9129
9601
  return (0, import_smithy_client.take)(input, {
9130
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9131
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9602
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9603
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9132
9604
  ImageName: [],
9133
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9134
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9605
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9606
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9135
9607
  MaxResults: [],
9136
9608
  NextToken: [],
9137
9609
  SortBy: [],
@@ -9140,11 +9612,11 @@ var se_ListImageVersionsRequest = /* @__PURE__ */ __name((input, context) => {
9140
9612
  }, "se_ListImageVersionsRequest");
9141
9613
  var se_ListInferenceComponentsInput = /* @__PURE__ */ __name((input, context) => {
9142
9614
  return (0, import_smithy_client.take)(input, {
9143
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9144
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9615
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9616
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9145
9617
  EndpointNameEquals: [],
9146
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9147
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9618
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9619
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9148
9620
  MaxResults: [],
9149
9621
  NameContains: [],
9150
9622
  NextToken: [],
@@ -9156,10 +9628,10 @@ var se_ListInferenceComponentsInput = /* @__PURE__ */ __name((input, context) =>
9156
9628
  }, "se_ListInferenceComponentsInput");
9157
9629
  var se_ListInferenceExperimentsRequest = /* @__PURE__ */ __name((input, context) => {
9158
9630
  return (0, import_smithy_client.take)(input, {
9159
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9160
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9161
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9162
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9631
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9632
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9633
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9634
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9163
9635
  MaxResults: [],
9164
9636
  NameContains: [],
9165
9637
  NextToken: [],
@@ -9171,10 +9643,10 @@ var se_ListInferenceExperimentsRequest = /* @__PURE__ */ __name((input, context)
9171
9643
  }, "se_ListInferenceExperimentsRequest");
9172
9644
  var se_ListInferenceRecommendationsJobsRequest = /* @__PURE__ */ __name((input, context) => {
9173
9645
  return (0, import_smithy_client.take)(input, {
9174
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9175
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9176
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9177
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9646
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9647
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9648
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9649
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9178
9650
  MaxResults: [],
9179
9651
  ModelNameEquals: [],
9180
9652
  ModelPackageVersionArnEquals: [],
@@ -9187,8 +9659,8 @@ var se_ListInferenceRecommendationsJobsRequest = /* @__PURE__ */ __name((input,
9187
9659
  }, "se_ListInferenceRecommendationsJobsRequest");
9188
9660
  var se_ListLabelingJobsForWorkteamRequest = /* @__PURE__ */ __name((input, context) => {
9189
9661
  return (0, import_smithy_client.take)(input, {
9190
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9191
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9662
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9663
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9192
9664
  JobReferenceCodeContains: [],
9193
9665
  MaxResults: [],
9194
9666
  NextToken: [],
@@ -9199,10 +9671,10 @@ var se_ListLabelingJobsForWorkteamRequest = /* @__PURE__ */ __name((input, conte
9199
9671
  }, "se_ListLabelingJobsForWorkteamRequest");
9200
9672
  var se_ListLabelingJobsRequest = /* @__PURE__ */ __name((input, context) => {
9201
9673
  return (0, import_smithy_client.take)(input, {
9202
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9203
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9204
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9205
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9674
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9675
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9676
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9677
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9206
9678
  MaxResults: [],
9207
9679
  NameContains: [],
9208
9680
  NextToken: [],
@@ -9213,8 +9685,8 @@ var se_ListLabelingJobsRequest = /* @__PURE__ */ __name((input, context) => {
9213
9685
  }, "se_ListLabelingJobsRequest");
9214
9686
  var se_ListLineageGroupsRequest = /* @__PURE__ */ __name((input, context) => {
9215
9687
  return (0, import_smithy_client.take)(input, {
9216
- CreatedAfter: (_) => Math.round(_.getTime() / 1e3),
9217
- CreatedBefore: (_) => Math.round(_.getTime() / 1e3),
9688
+ CreatedAfter: (_) => _.getTime() / 1e3,
9689
+ CreatedBefore: (_) => _.getTime() / 1e3,
9218
9690
  MaxResults: [],
9219
9691
  NextToken: [],
9220
9692
  SortBy: [],
@@ -9223,8 +9695,8 @@ var se_ListLineageGroupsRequest = /* @__PURE__ */ __name((input, context) => {
9223
9695
  }, "se_ListLineageGroupsRequest");
9224
9696
  var se_ListModelBiasJobDefinitionsRequest = /* @__PURE__ */ __name((input, context) => {
9225
9697
  return (0, import_smithy_client.take)(input, {
9226
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9227
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9698
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9699
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9228
9700
  EndpointName: [],
9229
9701
  MaxResults: [],
9230
9702
  NameContains: [],
@@ -9235,8 +9707,8 @@ var se_ListModelBiasJobDefinitionsRequest = /* @__PURE__ */ __name((input, conte
9235
9707
  }, "se_ListModelBiasJobDefinitionsRequest");
9236
9708
  var se_ListModelCardExportJobsRequest = /* @__PURE__ */ __name((input, context) => {
9237
9709
  return (0, import_smithy_client.take)(input, {
9238
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9239
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9710
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9711
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9240
9712
  MaxResults: [],
9241
9713
  ModelCardExportJobNameContains: [],
9242
9714
  ModelCardName: [],
@@ -9249,8 +9721,8 @@ var se_ListModelCardExportJobsRequest = /* @__PURE__ */ __name((input, context)
9249
9721
  }, "se_ListModelCardExportJobsRequest");
9250
9722
  var se_ListModelCardsRequest = /* @__PURE__ */ __name((input, context) => {
9251
9723
  return (0, import_smithy_client.take)(input, {
9252
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9253
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9724
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9725
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9254
9726
  MaxResults: [],
9255
9727
  ModelCardStatus: [],
9256
9728
  NameContains: [],
@@ -9261,8 +9733,8 @@ var se_ListModelCardsRequest = /* @__PURE__ */ __name((input, context) => {
9261
9733
  }, "se_ListModelCardsRequest");
9262
9734
  var se_ListModelCardVersionsRequest = /* @__PURE__ */ __name((input, context) => {
9263
9735
  return (0, import_smithy_client.take)(input, {
9264
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9265
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9736
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9737
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9266
9738
  MaxResults: [],
9267
9739
  ModelCardName: [],
9268
9740
  ModelCardStatus: [],
@@ -9273,8 +9745,8 @@ var se_ListModelCardVersionsRequest = /* @__PURE__ */ __name((input, context) =>
9273
9745
  }, "se_ListModelCardVersionsRequest");
9274
9746
  var se_ListModelExplainabilityJobDefinitionsRequest = /* @__PURE__ */ __name((input, context) => {
9275
9747
  return (0, import_smithy_client.take)(input, {
9276
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9277
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9748
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9749
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9278
9750
  EndpointName: [],
9279
9751
  MaxResults: [],
9280
9752
  NameContains: [],
@@ -9285,8 +9757,8 @@ var se_ListModelExplainabilityJobDefinitionsRequest = /* @__PURE__ */ __name((in
9285
9757
  }, "se_ListModelExplainabilityJobDefinitionsRequest");
9286
9758
  var se_ListModelPackageGroupsInput = /* @__PURE__ */ __name((input, context) => {
9287
9759
  return (0, import_smithy_client.take)(input, {
9288
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9289
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9760
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9761
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9290
9762
  MaxResults: [],
9291
9763
  NameContains: [],
9292
9764
  NextToken: [],
@@ -9296,8 +9768,8 @@ var se_ListModelPackageGroupsInput = /* @__PURE__ */ __name((input, context) =>
9296
9768
  }, "se_ListModelPackageGroupsInput");
9297
9769
  var se_ListModelPackagesInput = /* @__PURE__ */ __name((input, context) => {
9298
9770
  return (0, import_smithy_client.take)(input, {
9299
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9300
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9771
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9772
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9301
9773
  MaxResults: [],
9302
9774
  ModelApprovalStatus: [],
9303
9775
  ModelPackageGroupName: [],
@@ -9310,8 +9782,8 @@ var se_ListModelPackagesInput = /* @__PURE__ */ __name((input, context) => {
9310
9782
  }, "se_ListModelPackagesInput");
9311
9783
  var se_ListModelQualityJobDefinitionsRequest = /* @__PURE__ */ __name((input, context) => {
9312
9784
  return (0, import_smithy_client.take)(input, {
9313
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9314
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9785
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9786
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9315
9787
  EndpointName: [],
9316
9788
  MaxResults: [],
9317
9789
  NameContains: [],
@@ -9322,8 +9794,8 @@ var se_ListModelQualityJobDefinitionsRequest = /* @__PURE__ */ __name((input, co
9322
9794
  }, "se_ListModelQualityJobDefinitionsRequest");
9323
9795
  var se_ListModelsInput = /* @__PURE__ */ __name((input, context) => {
9324
9796
  return (0, import_smithy_client.take)(input, {
9325
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9326
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9797
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9798
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9327
9799
  MaxResults: [],
9328
9800
  NameContains: [],
9329
9801
  NextToken: [],
@@ -9333,8 +9805,8 @@ var se_ListModelsInput = /* @__PURE__ */ __name((input, context) => {
9333
9805
  }, "se_ListModelsInput");
9334
9806
  var se_ListMonitoringAlertHistoryRequest = /* @__PURE__ */ __name((input, context) => {
9335
9807
  return (0, import_smithy_client.take)(input, {
9336
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9337
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9808
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9809
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9338
9810
  MaxResults: [],
9339
9811
  MonitoringAlertName: [],
9340
9812
  MonitoringScheduleName: [],
@@ -9346,18 +9818,18 @@ var se_ListMonitoringAlertHistoryRequest = /* @__PURE__ */ __name((input, contex
9346
9818
  }, "se_ListMonitoringAlertHistoryRequest");
9347
9819
  var se_ListMonitoringExecutionsRequest = /* @__PURE__ */ __name((input, context) => {
9348
9820
  return (0, import_smithy_client.take)(input, {
9349
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9350
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9821
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9822
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9351
9823
  EndpointName: [],
9352
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9353
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9824
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9825
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9354
9826
  MaxResults: [],
9355
9827
  MonitoringJobDefinitionName: [],
9356
9828
  MonitoringScheduleName: [],
9357
9829
  MonitoringTypeEquals: [],
9358
9830
  NextToken: [],
9359
- ScheduledTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9360
- ScheduledTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9831
+ ScheduledTimeAfter: (_) => _.getTime() / 1e3,
9832
+ ScheduledTimeBefore: (_) => _.getTime() / 1e3,
9361
9833
  SortBy: [],
9362
9834
  SortOrder: [],
9363
9835
  StatusEquals: []
@@ -9365,11 +9837,11 @@ var se_ListMonitoringExecutionsRequest = /* @__PURE__ */ __name((input, context)
9365
9837
  }, "se_ListMonitoringExecutionsRequest");
9366
9838
  var se_ListMonitoringSchedulesRequest = /* @__PURE__ */ __name((input, context) => {
9367
9839
  return (0, import_smithy_client.take)(input, {
9368
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9369
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9840
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9841
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9370
9842
  EndpointName: [],
9371
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9372
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9843
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9844
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9373
9845
  MaxResults: [],
9374
9846
  MonitoringJobDefinitionName: [],
9375
9847
  MonitoringTypeEquals: [],
@@ -9382,10 +9854,10 @@ var se_ListMonitoringSchedulesRequest = /* @__PURE__ */ __name((input, context)
9382
9854
  }, "se_ListMonitoringSchedulesRequest");
9383
9855
  var se_ListNotebookInstanceLifecycleConfigsInput = /* @__PURE__ */ __name((input, context) => {
9384
9856
  return (0, import_smithy_client.take)(input, {
9385
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9386
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9387
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9388
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9857
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9858
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9859
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9860
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9389
9861
  MaxResults: [],
9390
9862
  NameContains: [],
9391
9863
  NextToken: [],
@@ -9396,11 +9868,11 @@ var se_ListNotebookInstanceLifecycleConfigsInput = /* @__PURE__ */ __name((input
9396
9868
  var se_ListNotebookInstancesInput = /* @__PURE__ */ __name((input, context) => {
9397
9869
  return (0, import_smithy_client.take)(input, {
9398
9870
  AdditionalCodeRepositoryEquals: [],
9399
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9400
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9871
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9872
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9401
9873
  DefaultCodeRepositoryContains: [],
9402
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9403
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9874
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9875
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9404
9876
  MaxResults: [],
9405
9877
  NameContains: [],
9406
9878
  NextToken: [],
@@ -9412,8 +9884,8 @@ var se_ListNotebookInstancesInput = /* @__PURE__ */ __name((input, context) => {
9412
9884
  }, "se_ListNotebookInstancesInput");
9413
9885
  var se_ListPipelineExecutionsRequest = /* @__PURE__ */ __name((input, context) => {
9414
9886
  return (0, import_smithy_client.take)(input, {
9415
- CreatedAfter: (_) => Math.round(_.getTime() / 1e3),
9416
- CreatedBefore: (_) => Math.round(_.getTime() / 1e3),
9887
+ CreatedAfter: (_) => _.getTime() / 1e3,
9888
+ CreatedBefore: (_) => _.getTime() / 1e3,
9417
9889
  MaxResults: [],
9418
9890
  NextToken: [],
9419
9891
  PipelineName: [],
@@ -9423,8 +9895,8 @@ var se_ListPipelineExecutionsRequest = /* @__PURE__ */ __name((input, context) =
9423
9895
  }, "se_ListPipelineExecutionsRequest");
9424
9896
  var se_ListPipelinesRequest = /* @__PURE__ */ __name((input, context) => {
9425
9897
  return (0, import_smithy_client.take)(input, {
9426
- CreatedAfter: (_) => Math.round(_.getTime() / 1e3),
9427
- CreatedBefore: (_) => Math.round(_.getTime() / 1e3),
9898
+ CreatedAfter: (_) => _.getTime() / 1e3,
9899
+ CreatedBefore: (_) => _.getTime() / 1e3,
9428
9900
  MaxResults: [],
9429
9901
  NextToken: [],
9430
9902
  PipelineNamePrefix: [],
@@ -9434,10 +9906,10 @@ var se_ListPipelinesRequest = /* @__PURE__ */ __name((input, context) => {
9434
9906
  }, "se_ListPipelinesRequest");
9435
9907
  var se_ListProcessingJobsRequest = /* @__PURE__ */ __name((input, context) => {
9436
9908
  return (0, import_smithy_client.take)(input, {
9437
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9438
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9439
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9440
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9909
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9910
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9911
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9912
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9441
9913
  MaxResults: [],
9442
9914
  NameContains: [],
9443
9915
  NextToken: [],
@@ -9448,8 +9920,8 @@ var se_ListProcessingJobsRequest = /* @__PURE__ */ __name((input, context) => {
9448
9920
  }, "se_ListProcessingJobsRequest");
9449
9921
  var se_ListProjectsInput = /* @__PURE__ */ __name((input, context) => {
9450
9922
  return (0, import_smithy_client.take)(input, {
9451
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9452
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9923
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9924
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9453
9925
  MaxResults: [],
9454
9926
  NameContains: [],
9455
9927
  NextToken: [],
@@ -9459,8 +9931,8 @@ var se_ListProjectsInput = /* @__PURE__ */ __name((input, context) => {
9459
9931
  }, "se_ListProjectsInput");
9460
9932
  var se_ListResourceCatalogsRequest = /* @__PURE__ */ __name((input, context) => {
9461
9933
  return (0, import_smithy_client.take)(input, {
9462
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9463
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9934
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9935
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9464
9936
  MaxResults: [],
9465
9937
  NameContains: [],
9466
9938
  NextToken: [],
@@ -9471,11 +9943,11 @@ var se_ListResourceCatalogsRequest = /* @__PURE__ */ __name((input, context) =>
9471
9943
  var se_ListStudioLifecycleConfigsRequest = /* @__PURE__ */ __name((input, context) => {
9472
9944
  return (0, import_smithy_client.take)(input, {
9473
9945
  AppTypeEquals: [],
9474
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9475
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9946
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9947
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9476
9948
  MaxResults: [],
9477
- ModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9478
- ModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9949
+ ModifiedTimeAfter: (_) => _.getTime() / 1e3,
9950
+ ModifiedTimeBefore: (_) => _.getTime() / 1e3,
9479
9951
  NameContains: [],
9480
9952
  NextToken: [],
9481
9953
  SortBy: [],
@@ -9484,10 +9956,10 @@ var se_ListStudioLifecycleConfigsRequest = /* @__PURE__ */ __name((input, contex
9484
9956
  }, "se_ListStudioLifecycleConfigsRequest");
9485
9957
  var se_ListTrainingJobsRequest = /* @__PURE__ */ __name((input, context) => {
9486
9958
  return (0, import_smithy_client.take)(input, {
9487
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9488
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9489
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9490
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9959
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9960
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9961
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9962
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9491
9963
  MaxResults: [],
9492
9964
  NameContains: [],
9493
9965
  NextToken: [],
@@ -9499,10 +9971,10 @@ var se_ListTrainingJobsRequest = /* @__PURE__ */ __name((input, context) => {
9499
9971
  }, "se_ListTrainingJobsRequest");
9500
9972
  var se_ListTransformJobsRequest = /* @__PURE__ */ __name((input, context) => {
9501
9973
  return (0, import_smithy_client.take)(input, {
9502
- CreationTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9503
- CreationTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9504
- LastModifiedTimeAfter: (_) => Math.round(_.getTime() / 1e3),
9505
- LastModifiedTimeBefore: (_) => Math.round(_.getTime() / 1e3),
9974
+ CreationTimeAfter: (_) => _.getTime() / 1e3,
9975
+ CreationTimeBefore: (_) => _.getTime() / 1e3,
9976
+ LastModifiedTimeAfter: (_) => _.getTime() / 1e3,
9977
+ LastModifiedTimeBefore: (_) => _.getTime() / 1e3,
9506
9978
  MaxResults: [],
9507
9979
  NameContains: [],
9508
9980
  NextToken: [],
@@ -9513,8 +9985,8 @@ var se_ListTransformJobsRequest = /* @__PURE__ */ __name((input, context) => {
9513
9985
  }, "se_ListTransformJobsRequest");
9514
9986
  var se_ListTrialComponentsRequest = /* @__PURE__ */ __name((input, context) => {
9515
9987
  return (0, import_smithy_client.take)(input, {
9516
- CreatedAfter: (_) => Math.round(_.getTime() / 1e3),
9517
- CreatedBefore: (_) => Math.round(_.getTime() / 1e3),
9988
+ CreatedAfter: (_) => _.getTime() / 1e3,
9989
+ CreatedBefore: (_) => _.getTime() / 1e3,
9518
9990
  ExperimentName: [],
9519
9991
  MaxResults: [],
9520
9992
  NextToken: [],
@@ -9526,8 +9998,8 @@ var se_ListTrialComponentsRequest = /* @__PURE__ */ __name((input, context) => {
9526
9998
  }, "se_ListTrialComponentsRequest");
9527
9999
  var se_ListTrialsRequest = /* @__PURE__ */ __name((input, context) => {
9528
10000
  return (0, import_smithy_client.take)(input, {
9529
- CreatedAfter: (_) => Math.round(_.getTime() / 1e3),
9530
- CreatedBefore: (_) => Math.round(_.getTime() / 1e3),
10001
+ CreatedAfter: (_) => _.getTime() / 1e3,
10002
+ CreatedBefore: (_) => _.getTime() / 1e3,
9531
10003
  ExperimentName: [],
9532
10004
  MaxResults: [],
9533
10005
  NextToken: [],
@@ -9613,11 +10085,11 @@ var se_ProductionVariantList = /* @__PURE__ */ __name((input, context) => {
9613
10085
  }, "se_ProductionVariantList");
9614
10086
  var se_QueryFilters = /* @__PURE__ */ __name((input, context) => {
9615
10087
  return (0, import_smithy_client.take)(input, {
9616
- CreatedAfter: (_) => Math.round(_.getTime() / 1e3),
9617
- CreatedBefore: (_) => Math.round(_.getTime() / 1e3),
10088
+ CreatedAfter: (_) => _.getTime() / 1e3,
10089
+ CreatedBefore: (_) => _.getTime() / 1e3,
9618
10090
  LineageTypes: import_smithy_client._json,
9619
- ModifiedAfter: (_) => Math.round(_.getTime() / 1e3),
9620
- ModifiedBefore: (_) => Math.round(_.getTime() / 1e3),
10091
+ ModifiedAfter: (_) => _.getTime() / 1e3,
10092
+ ModifiedBefore: (_) => _.getTime() / 1e3,
9621
10093
  Properties: import_smithy_client._json,
9622
10094
  Types: import_smithy_client._json
9623
10095
  });
@@ -9751,14 +10223,14 @@ var se_UpdateMonitoringScheduleRequest = /* @__PURE__ */ __name((input, context)
9751
10223
  var se_UpdateTrialComponentRequest = /* @__PURE__ */ __name((input, context) => {
9752
10224
  return (0, import_smithy_client.take)(input, {
9753
10225
  DisplayName: [],
9754
- EndTime: (_) => Math.round(_.getTime() / 1e3),
10226
+ EndTime: (_) => _.getTime() / 1e3,
9755
10227
  InputArtifacts: import_smithy_client._json,
9756
10228
  InputArtifactsToRemove: import_smithy_client._json,
9757
10229
  OutputArtifacts: import_smithy_client._json,
9758
10230
  OutputArtifactsToRemove: import_smithy_client._json,
9759
10231
  Parameters: (_) => se_TrialComponentParameters(_, context),
9760
10232
  ParametersToRemove: import_smithy_client._json,
9761
- StartTime: (_) => Math.round(_.getTime() / 1e3),
10233
+ StartTime: (_) => _.getTime() / 1e3,
9762
10234
  Status: import_smithy_client._json,
9763
10235
  TrialComponentName: []
9764
10236
  });
@@ -12209,6 +12681,7 @@ var de_DescribeModelPackageOutput = /* @__PURE__ */ __name((output, context) =>
12209
12681
  LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
12210
12682
  MetadataProperties: (_) => de_MetadataProperties(_, context),
12211
12683
  ModelApprovalStatus: import_smithy_client.expectString,
12684
+ ModelCard: (_) => de_ModelPackageModelCard(_, context),
12212
12685
  ModelMetrics: (_) => de_ModelMetrics(_, context),
12213
12686
  ModelPackageArn: import_smithy_client.expectString,
12214
12687
  ModelPackageDescription: import_smithy_client.expectString,
@@ -12218,6 +12691,7 @@ var de_DescribeModelPackageOutput = /* @__PURE__ */ __name((output, context) =>
12218
12691
  ModelPackageStatusDetails: (_) => de_ModelPackageStatusDetails(_, context),
12219
12692
  ModelPackageVersion: import_smithy_client.expectInt32,
12220
12693
  SamplePayloadUrl: import_smithy_client.expectString,
12694
+ SecurityConfig: (_) => de_ModelPackageSecurityConfig(_, context),
12221
12695
  SkipModelValidation: import_smithy_client.expectString,
12222
12696
  SourceAlgorithmSpecification: (_) => de_SourceAlgorithmSpecification(_, context),
12223
12697
  SourceUri: import_smithy_client.expectString,
@@ -15008,6 +15482,7 @@ var de_ModelPackage = /* @__PURE__ */ __name((output, context) => {
15008
15482
  LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
15009
15483
  MetadataProperties: (_) => de_MetadataProperties(_, context),
15010
15484
  ModelApprovalStatus: import_smithy_client.expectString,
15485
+ ModelCard: (_) => de_ModelPackageModelCard(_, context),
15011
15486
  ModelMetrics: (_) => de_ModelMetrics(_, context),
15012
15487
  ModelPackageArn: import_smithy_client.expectString,
15013
15488
  ModelPackageDescription: import_smithy_client.expectString,
@@ -15017,6 +15492,7 @@ var de_ModelPackage = /* @__PURE__ */ __name((output, context) => {
15017
15492
  ModelPackageStatusDetails: (_) => de_ModelPackageStatusDetails(_, context),
15018
15493
  ModelPackageVersion: import_smithy_client.expectInt32,
15019
15494
  SamplePayloadUrl: import_smithy_client.expectString,
15495
+ SecurityConfig: (_) => de_ModelPackageSecurityConfig(_, context),
15020
15496
  SkipModelValidation: import_smithy_client.expectString,
15021
15497
  SourceAlgorithmSpecification: (_) => de_SourceAlgorithmSpecification(_, context),
15022
15498
  SourceUri: import_smithy_client.expectString,
@@ -15073,6 +15549,17 @@ var de_ModelPackageGroupSummaryList = /* @__PURE__ */ __name((output, context) =
15073
15549
  });
15074
15550
  return retVal;
15075
15551
  }, "de_ModelPackageGroupSummaryList");
15552
+ var de_ModelPackageModelCard = /* @__PURE__ */ __name((output, context) => {
15553
+ return (0, import_smithy_client.take)(output, {
15554
+ ModelCardContent: import_smithy_client.expectString,
15555
+ ModelCardStatus: import_smithy_client.expectString
15556
+ });
15557
+ }, "de_ModelPackageModelCard");
15558
+ var de_ModelPackageSecurityConfig = /* @__PURE__ */ __name((output, context) => {
15559
+ return (0, import_smithy_client.take)(output, {
15560
+ KmsKeyId: import_smithy_client.expectString
15561
+ });
15562
+ }, "de_ModelPackageSecurityConfig");
15076
15563
  var de_ModelPackageStatusDetails = /* @__PURE__ */ __name((output, context) => {
15077
15564
  return (0, import_smithy_client.take)(output, {
15078
15565
  ImageScanStatuses: (_) => de_ModelPackageStatusItemList(_, context),
@@ -16950,6 +17437,7 @@ var de_TimeSeriesConfig = /* @__PURE__ */ __name((output, context) => {
16950
17437
  }, "de_TimeSeriesConfig");
16951
17438
  var de_TimeSeriesForecastingJobConfig = /* @__PURE__ */ __name((output, context) => {
16952
17439
  return (0, import_smithy_client.take)(output, {
17440
+ CandidateGenerationConfig: (_) => de_CandidateGenerationConfig(_, context),
16953
17441
  CompletionCriteria: (_) => de_AutoMLJobCompletionCriteria(_, context),
16954
17442
  FeatureSpecificationS3Uri: import_smithy_client.expectString,
16955
17443
  ForecastFrequency: import_smithy_client.expectString,
@@ -17974,897 +18462,450 @@ var CreateAutoMLJobCommand = _CreateAutoMLJobCommand;
17974
18462
  // src/commands/CreateAutoMLJobV2Command.ts
17975
18463
 
17976
18464
 
17977
-
17978
-
17979
- var _CreateAutoMLJobV2Command = class _CreateAutoMLJobV2Command extends import_smithy_client.Command.classBuilder().ep({
17980
- ...commonParams
17981
- }).m(function(Command, cs, config, o) {
17982
- return [
17983
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
17984
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
17985
- ];
17986
- }).s("SageMaker", "CreateAutoMLJobV2", {}).n("SageMakerClient", "CreateAutoMLJobV2Command").f(void 0, void 0).ser(se_CreateAutoMLJobV2Command).de(de_CreateAutoMLJobV2Command).build() {
17987
- };
17988
- __name(_CreateAutoMLJobV2Command, "CreateAutoMLJobV2Command");
17989
- var CreateAutoMLJobV2Command = _CreateAutoMLJobV2Command;
17990
-
17991
- // src/commands/CreateClusterCommand.ts
17992
-
17993
-
17994
-
17995
-
17996
- var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
17997
- ...commonParams
17998
- }).m(function(Command, cs, config, o) {
17999
- return [
18000
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18001
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18002
- ];
18003
- }).s("SageMaker", "CreateCluster", {}).n("SageMakerClient", "CreateClusterCommand").f(void 0, void 0).ser(se_CreateClusterCommand).de(de_CreateClusterCommand).build() {
18004
- };
18005
- __name(_CreateClusterCommand, "CreateClusterCommand");
18006
- var CreateClusterCommand = _CreateClusterCommand;
18007
-
18008
- // src/commands/CreateCodeRepositoryCommand.ts
18009
-
18010
-
18011
-
18012
-
18013
- var _CreateCodeRepositoryCommand = class _CreateCodeRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
18014
- ...commonParams
18015
- }).m(function(Command, cs, config, o) {
18016
- return [
18017
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18018
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18019
- ];
18020
- }).s("SageMaker", "CreateCodeRepository", {}).n("SageMakerClient", "CreateCodeRepositoryCommand").f(void 0, void 0).ser(se_CreateCodeRepositoryCommand).de(de_CreateCodeRepositoryCommand).build() {
18021
- };
18022
- __name(_CreateCodeRepositoryCommand, "CreateCodeRepositoryCommand");
18023
- var CreateCodeRepositoryCommand = _CreateCodeRepositoryCommand;
18024
-
18025
- // src/commands/CreateCompilationJobCommand.ts
18026
-
18027
-
18028
-
18029
-
18030
- var _CreateCompilationJobCommand = class _CreateCompilationJobCommand extends import_smithy_client.Command.classBuilder().ep({
18031
- ...commonParams
18032
- }).m(function(Command, cs, config, o) {
18033
- return [
18034
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18035
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18036
- ];
18037
- }).s("SageMaker", "CreateCompilationJob", {}).n("SageMakerClient", "CreateCompilationJobCommand").f(void 0, void 0).ser(se_CreateCompilationJobCommand).de(de_CreateCompilationJobCommand).build() {
18038
- };
18039
- __name(_CreateCompilationJobCommand, "CreateCompilationJobCommand");
18040
- var CreateCompilationJobCommand = _CreateCompilationJobCommand;
18041
-
18042
- // src/commands/CreateContextCommand.ts
18043
-
18044
-
18045
-
18046
-
18047
- var _CreateContextCommand = class _CreateContextCommand extends import_smithy_client.Command.classBuilder().ep({
18048
- ...commonParams
18049
- }).m(function(Command, cs, config, o) {
18050
- return [
18051
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18052
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18053
- ];
18054
- }).s("SageMaker", "CreateContext", {}).n("SageMakerClient", "CreateContextCommand").f(void 0, void 0).ser(se_CreateContextCommand).de(de_CreateContextCommand).build() {
18055
- };
18056
- __name(_CreateContextCommand, "CreateContextCommand");
18057
- var CreateContextCommand = _CreateContextCommand;
18058
-
18059
- // src/commands/CreateDataQualityJobDefinitionCommand.ts
18060
-
18061
-
18062
-
18063
-
18064
- var _CreateDataQualityJobDefinitionCommand = class _CreateDataQualityJobDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
18065
- ...commonParams
18066
- }).m(function(Command, cs, config, o) {
18067
- return [
18068
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18069
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18070
- ];
18071
- }).s("SageMaker", "CreateDataQualityJobDefinition", {}).n("SageMakerClient", "CreateDataQualityJobDefinitionCommand").f(void 0, void 0).ser(se_CreateDataQualityJobDefinitionCommand).de(de_CreateDataQualityJobDefinitionCommand).build() {
18072
- };
18073
- __name(_CreateDataQualityJobDefinitionCommand, "CreateDataQualityJobDefinitionCommand");
18074
- var CreateDataQualityJobDefinitionCommand = _CreateDataQualityJobDefinitionCommand;
18075
-
18076
- // src/commands/CreateDeviceFleetCommand.ts
18077
-
18078
-
18079
-
18080
-
18081
- var _CreateDeviceFleetCommand = class _CreateDeviceFleetCommand extends import_smithy_client.Command.classBuilder().ep({
18082
- ...commonParams
18083
- }).m(function(Command, cs, config, o) {
18084
- return [
18085
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18086
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18087
- ];
18088
- }).s("SageMaker", "CreateDeviceFleet", {}).n("SageMakerClient", "CreateDeviceFleetCommand").f(void 0, void 0).ser(se_CreateDeviceFleetCommand).de(de_CreateDeviceFleetCommand).build() {
18089
- };
18090
- __name(_CreateDeviceFleetCommand, "CreateDeviceFleetCommand");
18091
- var CreateDeviceFleetCommand = _CreateDeviceFleetCommand;
18092
-
18093
- // src/commands/CreateDomainCommand.ts
18094
-
18095
-
18096
-
18097
-
18098
- var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
18099
- ...commonParams
18100
- }).m(function(Command, cs, config, o) {
18101
- return [
18102
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18103
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18104
- ];
18105
- }).s("SageMaker", "CreateDomain", {}).n("SageMakerClient", "CreateDomainCommand").f(void 0, void 0).ser(se_CreateDomainCommand).de(de_CreateDomainCommand).build() {
18106
- };
18107
- __name(_CreateDomainCommand, "CreateDomainCommand");
18108
- var CreateDomainCommand = _CreateDomainCommand;
18109
-
18110
- // src/commands/CreateEdgeDeploymentPlanCommand.ts
18111
-
18112
-
18113
-
18114
-
18115
- var _CreateEdgeDeploymentPlanCommand = class _CreateEdgeDeploymentPlanCommand extends import_smithy_client.Command.classBuilder().ep({
18116
- ...commonParams
18117
- }).m(function(Command, cs, config, o) {
18118
- return [
18119
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18120
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18121
- ];
18122
- }).s("SageMaker", "CreateEdgeDeploymentPlan", {}).n("SageMakerClient", "CreateEdgeDeploymentPlanCommand").f(void 0, void 0).ser(se_CreateEdgeDeploymentPlanCommand).de(de_CreateEdgeDeploymentPlanCommand).build() {
18123
- };
18124
- __name(_CreateEdgeDeploymentPlanCommand, "CreateEdgeDeploymentPlanCommand");
18125
- var CreateEdgeDeploymentPlanCommand = _CreateEdgeDeploymentPlanCommand;
18126
-
18127
- // src/commands/CreateEdgeDeploymentStageCommand.ts
18128
-
18129
-
18130
-
18131
-
18132
- var _CreateEdgeDeploymentStageCommand = class _CreateEdgeDeploymentStageCommand extends import_smithy_client.Command.classBuilder().ep({
18133
- ...commonParams
18134
- }).m(function(Command, cs, config, o) {
18135
- return [
18136
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18137
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18138
- ];
18139
- }).s("SageMaker", "CreateEdgeDeploymentStage", {}).n("SageMakerClient", "CreateEdgeDeploymentStageCommand").f(void 0, void 0).ser(se_CreateEdgeDeploymentStageCommand).de(de_CreateEdgeDeploymentStageCommand).build() {
18140
- };
18141
- __name(_CreateEdgeDeploymentStageCommand, "CreateEdgeDeploymentStageCommand");
18142
- var CreateEdgeDeploymentStageCommand = _CreateEdgeDeploymentStageCommand;
18143
-
18144
- // src/commands/CreateEdgePackagingJobCommand.ts
18145
-
18146
-
18147
-
18148
-
18149
- var _CreateEdgePackagingJobCommand = class _CreateEdgePackagingJobCommand extends import_smithy_client.Command.classBuilder().ep({
18150
- ...commonParams
18151
- }).m(function(Command, cs, config, o) {
18152
- return [
18153
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18154
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18155
- ];
18156
- }).s("SageMaker", "CreateEdgePackagingJob", {}).n("SageMakerClient", "CreateEdgePackagingJobCommand").f(void 0, void 0).ser(se_CreateEdgePackagingJobCommand).de(de_CreateEdgePackagingJobCommand).build() {
18157
- };
18158
- __name(_CreateEdgePackagingJobCommand, "CreateEdgePackagingJobCommand");
18159
- var CreateEdgePackagingJobCommand = _CreateEdgePackagingJobCommand;
18160
-
18161
- // src/commands/CreateEndpointCommand.ts
18162
-
18163
-
18164
-
18165
-
18166
- var _CreateEndpointCommand = class _CreateEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
18167
- ...commonParams
18168
- }).m(function(Command, cs, config, o) {
18169
- return [
18170
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18171
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18172
- ];
18173
- }).s("SageMaker", "CreateEndpoint", {}).n("SageMakerClient", "CreateEndpointCommand").f(void 0, void 0).ser(se_CreateEndpointCommand).de(de_CreateEndpointCommand).build() {
18174
- };
18175
- __name(_CreateEndpointCommand, "CreateEndpointCommand");
18176
- var CreateEndpointCommand = _CreateEndpointCommand;
18177
-
18178
- // src/commands/CreateEndpointConfigCommand.ts
18179
-
18180
-
18181
-
18182
-
18183
- var _CreateEndpointConfigCommand = class _CreateEndpointConfigCommand extends import_smithy_client.Command.classBuilder().ep({
18184
- ...commonParams
18185
- }).m(function(Command, cs, config, o) {
18186
- return [
18187
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18188
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18189
- ];
18190
- }).s("SageMaker", "CreateEndpointConfig", {}).n("SageMakerClient", "CreateEndpointConfigCommand").f(void 0, void 0).ser(se_CreateEndpointConfigCommand).de(de_CreateEndpointConfigCommand).build() {
18191
- };
18192
- __name(_CreateEndpointConfigCommand, "CreateEndpointConfigCommand");
18193
- var CreateEndpointConfigCommand = _CreateEndpointConfigCommand;
18194
-
18195
- // src/commands/CreateExperimentCommand.ts
18196
-
18197
-
18198
-
18199
-
18200
- var _CreateExperimentCommand = class _CreateExperimentCommand extends import_smithy_client.Command.classBuilder().ep({
18201
- ...commonParams
18202
- }).m(function(Command, cs, config, o) {
18203
- return [
18204
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18205
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18206
- ];
18207
- }).s("SageMaker", "CreateExperiment", {}).n("SageMakerClient", "CreateExperimentCommand").f(void 0, void 0).ser(se_CreateExperimentCommand).de(de_CreateExperimentCommand).build() {
18208
- };
18209
- __name(_CreateExperimentCommand, "CreateExperimentCommand");
18210
- var CreateExperimentCommand = _CreateExperimentCommand;
18211
-
18212
- // src/commands/CreateFeatureGroupCommand.ts
18213
-
18214
-
18215
-
18216
-
18217
- var _CreateFeatureGroupCommand = class _CreateFeatureGroupCommand extends import_smithy_client.Command.classBuilder().ep({
18218
- ...commonParams
18219
- }).m(function(Command, cs, config, o) {
18220
- return [
18221
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18222
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18223
- ];
18224
- }).s("SageMaker", "CreateFeatureGroup", {}).n("SageMakerClient", "CreateFeatureGroupCommand").f(void 0, void 0).ser(se_CreateFeatureGroupCommand).de(de_CreateFeatureGroupCommand).build() {
18225
- };
18226
- __name(_CreateFeatureGroupCommand, "CreateFeatureGroupCommand");
18227
- var CreateFeatureGroupCommand = _CreateFeatureGroupCommand;
18228
-
18229
- // src/commands/CreateFlowDefinitionCommand.ts
18230
-
18231
-
18232
-
18233
-
18234
- var _CreateFlowDefinitionCommand = class _CreateFlowDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
18235
- ...commonParams
18236
- }).m(function(Command, cs, config, o) {
18237
- return [
18238
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18239
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18240
- ];
18241
- }).s("SageMaker", "CreateFlowDefinition", {}).n("SageMakerClient", "CreateFlowDefinitionCommand").f(void 0, void 0).ser(se_CreateFlowDefinitionCommand).de(de_CreateFlowDefinitionCommand).build() {
18242
- };
18243
- __name(_CreateFlowDefinitionCommand, "CreateFlowDefinitionCommand");
18244
- var CreateFlowDefinitionCommand = _CreateFlowDefinitionCommand;
18245
-
18246
- // src/commands/CreateHubCommand.ts
18247
-
18248
-
18249
-
18250
-
18251
- var _CreateHubCommand = class _CreateHubCommand extends import_smithy_client.Command.classBuilder().ep({
18252
- ...commonParams
18253
- }).m(function(Command, cs, config, o) {
18254
- return [
18255
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18256
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18257
- ];
18258
- }).s("SageMaker", "CreateHub", {}).n("SageMakerClient", "CreateHubCommand").f(void 0, void 0).ser(se_CreateHubCommand).de(de_CreateHubCommand).build() {
18259
- };
18260
- __name(_CreateHubCommand, "CreateHubCommand");
18261
- var CreateHubCommand = _CreateHubCommand;
18262
-
18263
- // src/commands/CreateHumanTaskUiCommand.ts
18264
-
18265
-
18266
-
18267
-
18268
- var _CreateHumanTaskUiCommand = class _CreateHumanTaskUiCommand extends import_smithy_client.Command.classBuilder().ep({
18269
- ...commonParams
18270
- }).m(function(Command, cs, config, o) {
18271
- return [
18272
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18273
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18274
- ];
18275
- }).s("SageMaker", "CreateHumanTaskUi", {}).n("SageMakerClient", "CreateHumanTaskUiCommand").f(void 0, void 0).ser(se_CreateHumanTaskUiCommand).de(de_CreateHumanTaskUiCommand).build() {
18276
- };
18277
- __name(_CreateHumanTaskUiCommand, "CreateHumanTaskUiCommand");
18278
- var CreateHumanTaskUiCommand = _CreateHumanTaskUiCommand;
18279
-
18280
- // src/commands/CreateHyperParameterTuningJobCommand.ts
18281
-
18282
-
18283
-
18284
-
18285
- var _CreateHyperParameterTuningJobCommand = class _CreateHyperParameterTuningJobCommand extends import_smithy_client.Command.classBuilder().ep({
18286
- ...commonParams
18287
- }).m(function(Command, cs, config, o) {
18288
- return [
18289
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18290
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18291
- ];
18292
- }).s("SageMaker", "CreateHyperParameterTuningJob", {}).n("SageMakerClient", "CreateHyperParameterTuningJobCommand").f(void 0, void 0).ser(se_CreateHyperParameterTuningJobCommand).de(de_CreateHyperParameterTuningJobCommand).build() {
18293
- };
18294
- __name(_CreateHyperParameterTuningJobCommand, "CreateHyperParameterTuningJobCommand");
18295
- var CreateHyperParameterTuningJobCommand = _CreateHyperParameterTuningJobCommand;
18296
-
18297
- // src/commands/CreateImageCommand.ts
18298
-
18299
-
18300
-
18301
-
18302
- var _CreateImageCommand = class _CreateImageCommand extends import_smithy_client.Command.classBuilder().ep({
18303
- ...commonParams
18304
- }).m(function(Command, cs, config, o) {
18305
- return [
18306
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18307
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18308
- ];
18309
- }).s("SageMaker", "CreateImage", {}).n("SageMakerClient", "CreateImageCommand").f(void 0, void 0).ser(se_CreateImageCommand).de(de_CreateImageCommand).build() {
18310
- };
18311
- __name(_CreateImageCommand, "CreateImageCommand");
18312
- var CreateImageCommand = _CreateImageCommand;
18313
-
18314
- // src/commands/CreateImageVersionCommand.ts
18315
-
18316
-
18317
-
18318
-
18319
- var _CreateImageVersionCommand = class _CreateImageVersionCommand extends import_smithy_client.Command.classBuilder().ep({
18320
- ...commonParams
18321
- }).m(function(Command, cs, config, o) {
18322
- return [
18323
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18324
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18325
- ];
18326
- }).s("SageMaker", "CreateImageVersion", {}).n("SageMakerClient", "CreateImageVersionCommand").f(void 0, void 0).ser(se_CreateImageVersionCommand).de(de_CreateImageVersionCommand).build() {
18327
- };
18328
- __name(_CreateImageVersionCommand, "CreateImageVersionCommand");
18329
- var CreateImageVersionCommand = _CreateImageVersionCommand;
18330
-
18331
- // src/commands/CreateInferenceComponentCommand.ts
18332
-
18333
-
18334
-
18335
-
18336
- var _CreateInferenceComponentCommand = class _CreateInferenceComponentCommand extends import_smithy_client.Command.classBuilder().ep({
18337
- ...commonParams
18338
- }).m(function(Command, cs, config, o) {
18339
- return [
18340
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18341
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18342
- ];
18343
- }).s("SageMaker", "CreateInferenceComponent", {}).n("SageMakerClient", "CreateInferenceComponentCommand").f(void 0, void 0).ser(se_CreateInferenceComponentCommand).de(de_CreateInferenceComponentCommand).build() {
18344
- };
18345
- __name(_CreateInferenceComponentCommand, "CreateInferenceComponentCommand");
18346
- var CreateInferenceComponentCommand = _CreateInferenceComponentCommand;
18347
-
18348
- // src/commands/CreateInferenceExperimentCommand.ts
18349
-
18350
-
18351
-
18352
-
18353
- var _CreateInferenceExperimentCommand = class _CreateInferenceExperimentCommand extends import_smithy_client.Command.classBuilder().ep({
18354
- ...commonParams
18355
- }).m(function(Command, cs, config, o) {
18356
- return [
18357
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18358
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18359
- ];
18360
- }).s("SageMaker", "CreateInferenceExperiment", {}).n("SageMakerClient", "CreateInferenceExperimentCommand").f(void 0, void 0).ser(se_CreateInferenceExperimentCommand).de(de_CreateInferenceExperimentCommand).build() {
18361
- };
18362
- __name(_CreateInferenceExperimentCommand, "CreateInferenceExperimentCommand");
18363
- var CreateInferenceExperimentCommand = _CreateInferenceExperimentCommand;
18364
-
18365
- // src/commands/CreateInferenceRecommendationsJobCommand.ts
18366
-
18367
-
18368
-
18369
-
18370
- var _CreateInferenceRecommendationsJobCommand = class _CreateInferenceRecommendationsJobCommand extends import_smithy_client.Command.classBuilder().ep({
18371
- ...commonParams
18372
- }).m(function(Command, cs, config, o) {
18373
- return [
18374
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18375
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18376
- ];
18377
- }).s("SageMaker", "CreateInferenceRecommendationsJob", {}).n("SageMakerClient", "CreateInferenceRecommendationsJobCommand").f(void 0, void 0).ser(se_CreateInferenceRecommendationsJobCommand).de(de_CreateInferenceRecommendationsJobCommand).build() {
18378
- };
18379
- __name(_CreateInferenceRecommendationsJobCommand, "CreateInferenceRecommendationsJobCommand");
18380
- var CreateInferenceRecommendationsJobCommand = _CreateInferenceRecommendationsJobCommand;
18381
-
18382
- // src/commands/CreateLabelingJobCommand.ts
18383
-
18384
-
18385
-
18386
-
18387
- var _CreateLabelingJobCommand = class _CreateLabelingJobCommand extends import_smithy_client.Command.classBuilder().ep({
18388
- ...commonParams
18389
- }).m(function(Command, cs, config, o) {
18390
- return [
18391
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18392
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18393
- ];
18394
- }).s("SageMaker", "CreateLabelingJob", {}).n("SageMakerClient", "CreateLabelingJobCommand").f(void 0, void 0).ser(se_CreateLabelingJobCommand).de(de_CreateLabelingJobCommand).build() {
18395
- };
18396
- __name(_CreateLabelingJobCommand, "CreateLabelingJobCommand");
18397
- var CreateLabelingJobCommand = _CreateLabelingJobCommand;
18398
-
18399
- // src/commands/CreateModelBiasJobDefinitionCommand.ts
18400
-
18401
-
18402
-
18403
-
18404
- var _CreateModelBiasJobDefinitionCommand = class _CreateModelBiasJobDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
18405
- ...commonParams
18406
- }).m(function(Command, cs, config, o) {
18407
- return [
18408
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18409
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18410
- ];
18411
- }).s("SageMaker", "CreateModelBiasJobDefinition", {}).n("SageMakerClient", "CreateModelBiasJobDefinitionCommand").f(void 0, void 0).ser(se_CreateModelBiasJobDefinitionCommand).de(de_CreateModelBiasJobDefinitionCommand).build() {
18412
- };
18413
- __name(_CreateModelBiasJobDefinitionCommand, "CreateModelBiasJobDefinitionCommand");
18414
- var CreateModelBiasJobDefinitionCommand = _CreateModelBiasJobDefinitionCommand;
18415
-
18416
- // src/commands/CreateModelCardCommand.ts
18417
-
18418
-
18419
-
18420
-
18421
-
18422
- // src/models/models_1.ts
18423
-
18424
- var ProcessingS3UploadMode = {
18425
- CONTINUOUS: "Continuous",
18426
- END_OF_JOB: "EndOfJob"
18427
- };
18428
- var ProcessingInstanceType = {
18429
- ML_C4_2XLARGE: "ml.c4.2xlarge",
18430
- ML_C4_4XLARGE: "ml.c4.4xlarge",
18431
- ML_C4_8XLARGE: "ml.c4.8xlarge",
18432
- ML_C4_XLARGE: "ml.c4.xlarge",
18433
- ML_C5_18XLARGE: "ml.c5.18xlarge",
18434
- ML_C5_2XLARGE: "ml.c5.2xlarge",
18435
- ML_C5_4XLARGE: "ml.c5.4xlarge",
18436
- ML_C5_9XLARGE: "ml.c5.9xlarge",
18437
- ML_C5_XLARGE: "ml.c5.xlarge",
18438
- ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
18439
- ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
18440
- ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
18441
- ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
18442
- ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
18443
- ML_G4DN_XLARGE: "ml.g4dn.xlarge",
18444
- ML_M4_10XLARGE: "ml.m4.10xlarge",
18445
- ML_M4_16XLARGE: "ml.m4.16xlarge",
18446
- ML_M4_2XLARGE: "ml.m4.2xlarge",
18447
- ML_M4_4XLARGE: "ml.m4.4xlarge",
18448
- ML_M4_XLARGE: "ml.m4.xlarge",
18449
- ML_M5_12XLARGE: "ml.m5.12xlarge",
18450
- ML_M5_24XLARGE: "ml.m5.24xlarge",
18451
- ML_M5_2XLARGE: "ml.m5.2xlarge",
18452
- ML_M5_4XLARGE: "ml.m5.4xlarge",
18453
- ML_M5_LARGE: "ml.m5.large",
18454
- ML_M5_XLARGE: "ml.m5.xlarge",
18455
- ML_P2_16XLARGE: "ml.p2.16xlarge",
18456
- ML_P2_8XLARGE: "ml.p2.8xlarge",
18457
- ML_P2_XLARGE: "ml.p2.xlarge",
18458
- ML_P3_16XLARGE: "ml.p3.16xlarge",
18459
- ML_P3_2XLARGE: "ml.p3.2xlarge",
18460
- ML_P3_8XLARGE: "ml.p3.8xlarge",
18461
- ML_R5_12XLARGE: "ml.r5.12xlarge",
18462
- ML_R5_16XLARGE: "ml.r5.16xlarge",
18463
- ML_R5_24XLARGE: "ml.r5.24xlarge",
18464
- ML_R5_2XLARGE: "ml.r5.2xlarge",
18465
- ML_R5_4XLARGE: "ml.r5.4xlarge",
18466
- ML_R5_8XLARGE: "ml.r5.8xlarge",
18467
- ML_R5_LARGE: "ml.r5.large",
18468
- ML_R5_XLARGE: "ml.r5.xlarge",
18469
- ML_T3_2XLARGE: "ml.t3.2xlarge",
18470
- ML_T3_LARGE: "ml.t3.large",
18471
- ML_T3_MEDIUM: "ml.t3.medium",
18472
- ML_T3_XLARGE: "ml.t3.xlarge"
18473
- };
18474
- var EdgePresetDeploymentType = {
18475
- GreengrassV2Component: "GreengrassV2Component"
18476
- };
18477
- var CustomFileSystemConfig;
18478
- ((CustomFileSystemConfig2) => {
18479
- CustomFileSystemConfig2.visit = /* @__PURE__ */ __name((value, visitor) => {
18480
- if (value.EFSFileSystemConfig !== void 0)
18481
- return visitor.EFSFileSystemConfig(value.EFSFileSystemConfig);
18482
- return visitor._(value.$unknown[0], value.$unknown[1]);
18483
- }, "visit");
18484
- })(CustomFileSystemConfig || (CustomFileSystemConfig = {}));
18485
- var RStudioServerProAccessStatus = {
18486
- Disabled: "DISABLED",
18487
- Enabled: "ENABLED"
18488
- };
18489
- var RStudioServerProUserGroup = {
18490
- Admin: "R_STUDIO_ADMIN",
18491
- User: "R_STUDIO_USER"
18492
- };
18493
- var NotebookOutputOption = {
18494
- Allowed: "Allowed",
18495
- Disabled: "Disabled"
18496
- };
18497
- var StudioWebPortal = {
18498
- Disabled: "DISABLED",
18499
- Enabled: "ENABLED"
18500
- };
18501
- var ExecutionRoleIdentityConfig = {
18502
- DISABLED: "DISABLED",
18503
- USER_PROFILE_NAME: "USER_PROFILE_NAME"
18504
- };
18505
- var FailureHandlingPolicy = {
18506
- DoNothing: "DO_NOTHING",
18507
- RollbackOnFailure: "ROLLBACK_ON_FAILURE"
18508
- };
18509
- var DeviceSubsetType = {
18510
- NameContains: "NAMECONTAINS",
18511
- Percentage: "PERCENTAGE",
18512
- Selection: "SELECTION"
18513
- };
18514
- var ProductionVariantAcceleratorType = {
18515
- ML_EIA1_LARGE: "ml.eia1.large",
18516
- ML_EIA1_MEDIUM: "ml.eia1.medium",
18517
- ML_EIA1_XLARGE: "ml.eia1.xlarge",
18518
- ML_EIA2_LARGE: "ml.eia2.large",
18519
- ML_EIA2_MEDIUM: "ml.eia2.medium",
18520
- ML_EIA2_XLARGE: "ml.eia2.xlarge"
18521
- };
18522
- var ManagedInstanceScalingStatus = {
18523
- DISABLED: "DISABLED",
18524
- ENABLED: "ENABLED"
18525
- };
18526
- var RoutingStrategy = {
18527
- LEAST_OUTSTANDING_REQUESTS: "LEAST_OUTSTANDING_REQUESTS",
18528
- RANDOM: "RANDOM"
18529
- };
18530
- var FeatureType = {
18531
- FRACTIONAL: "Fractional",
18532
- INTEGRAL: "Integral",
18533
- STRING: "String"
18534
- };
18535
- var TableFormat = {
18536
- DEFAULT: "Default",
18537
- GLUE: "Glue",
18538
- ICEBERG: "Iceberg"
18539
- };
18540
- var StorageType = {
18541
- IN_MEMORY: "InMemory",
18542
- STANDARD: "Standard"
18543
- };
18544
- var TtlDurationUnit = {
18545
- DAYS: "Days",
18546
- HOURS: "Hours",
18547
- MINUTES: "Minutes",
18548
- SECONDS: "Seconds",
18549
- WEEKS: "Weeks"
18550
- };
18551
- var ThroughputMode = {
18552
- ON_DEMAND: "OnDemand",
18553
- PROVISIONED: "Provisioned"
18554
- };
18555
- var HyperParameterTuningJobStrategyType = {
18556
- BAYESIAN: "Bayesian",
18557
- GRID: "Grid",
18558
- HYPERBAND: "Hyperband",
18559
- RANDOM: "Random"
18560
- };
18561
- var TrainingJobEarlyStoppingType = {
18562
- AUTO: "Auto",
18563
- OFF: "Off"
18564
- };
18565
- var HyperParameterTuningAllocationStrategy = {
18566
- PRIORITIZED: "Prioritized"
18567
- };
18568
- var HyperParameterTuningJobWarmStartType = {
18569
- IDENTICAL_DATA_AND_ALGORITHM: "IdenticalDataAndAlgorithm",
18570
- TRANSFER_LEARNING: "TransferLearning"
18571
- };
18572
- var JobType = {
18573
- INFERENCE: "INFERENCE",
18574
- NOTEBOOK_KERNEL: "NOTEBOOK_KERNEL",
18575
- TRAINING: "TRAINING"
18576
- };
18577
- var Processor = {
18578
- CPU: "CPU",
18579
- GPU: "GPU"
18580
- };
18581
- var VendorGuidance = {
18582
- ARCHIVED: "ARCHIVED",
18583
- NOT_PROVIDED: "NOT_PROVIDED",
18584
- STABLE: "STABLE",
18585
- TO_BE_ARCHIVED: "TO_BE_ARCHIVED"
18586
- };
18587
- var ModelInfrastructureType = {
18588
- REAL_TIME_INFERENCE: "RealTimeInference"
18589
- };
18590
- var _InstanceType = {
18591
- ML_C4_2XLARGE: "ml.c4.2xlarge",
18592
- ML_C4_4XLARGE: "ml.c4.4xlarge",
18593
- ML_C4_8XLARGE: "ml.c4.8xlarge",
18594
- ML_C4_XLARGE: "ml.c4.xlarge",
18595
- ML_C5D_18XLARGE: "ml.c5d.18xlarge",
18596
- ML_C5D_2XLARGE: "ml.c5d.2xlarge",
18597
- ML_C5D_4XLARGE: "ml.c5d.4xlarge",
18598
- ML_C5D_9XLARGE: "ml.c5d.9xlarge",
18599
- ML_C5D_XLARGE: "ml.c5d.xlarge",
18600
- ML_C5_18XLARGE: "ml.c5.18xlarge",
18601
- ML_C5_2XLARGE: "ml.c5.2xlarge",
18602
- ML_C5_4XLARGE: "ml.c5.4xlarge",
18603
- ML_C5_9XLARGE: "ml.c5.9xlarge",
18604
- ML_C5_XLARGE: "ml.c5.xlarge",
18605
- ML_C6ID_12XLARGE: "ml.c6id.12xlarge",
18606
- ML_C6ID_16XLARGE: "ml.c6id.16xlarge",
18607
- ML_C6ID_24XLARGE: "ml.c6id.24xlarge",
18608
- ML_C6ID_2XLARGE: "ml.c6id.2xlarge",
18609
- ML_C6ID_32XLARGE: "ml.c6id.32xlarge",
18610
- ML_C6ID_4XLARGE: "ml.c6id.4xlarge",
18611
- ML_C6ID_8XLARGE: "ml.c6id.8xlarge",
18612
- ML_C6ID_LARGE: "ml.c6id.large",
18613
- ML_C6ID_XLARGE: "ml.c6id.xlarge",
18614
- ML_C6I_12XLARGE: "ml.c6i.12xlarge",
18615
- ML_C6I_16XLARGE: "ml.c6i.16xlarge",
18616
- ML_C6I_24XLARGE: "ml.c6i.24xlarge",
18617
- ML_C6I_2XLARGE: "ml.c6i.2xlarge",
18618
- ML_C6I_32XLARGE: "ml.c6i.32xlarge",
18619
- ML_C6I_4XLARGE: "ml.c6i.4xlarge",
18620
- ML_C6I_8XLARGE: "ml.c6i.8xlarge",
18621
- ML_C6I_LARGE: "ml.c6i.large",
18622
- ML_C6I_XLARGE: "ml.c6i.xlarge",
18623
- ML_C7I_12XLARGE: "ml.c7i.12xlarge",
18624
- ML_C7I_16XLARGE: "ml.c7i.16xlarge",
18625
- ML_C7I_24XLARGE: "ml.c7i.24xlarge",
18626
- ML_C7I_2XLARGE: "ml.c7i.2xlarge",
18627
- ML_C7I_48XLARGE: "ml.c7i.48xlarge",
18628
- ML_C7I_4XLARGE: "ml.c7i.4xlarge",
18629
- ML_C7I_8XLARGE: "ml.c7i.8xlarge",
18630
- ML_C7I_LARGE: "ml.c7i.large",
18631
- ML_C7I_XLARGE: "ml.c7i.xlarge",
18632
- ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
18633
- ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
18634
- ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
18635
- ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
18636
- ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
18637
- ML_G4DN_XLARGE: "ml.g4dn.xlarge",
18638
- ML_G5_12XLARGE: "ml.g5.12xlarge",
18639
- ML_G5_16XLARGE: "ml.g5.16xlarge",
18640
- ML_G5_24XLARGE: "ml.g5.24xlarge",
18641
- ML_G5_2XLARGE: "ml.g5.2xlarge",
18642
- ML_G5_48XLARGE: "ml.g5.48xlarge",
18643
- ML_G5_4XLARGE: "ml.g5.4xlarge",
18644
- ML_G5_8XLARGE: "ml.g5.8xlarge",
18645
- ML_G5_XLARGE: "ml.g5.xlarge",
18646
- ML_G6_12XLARGE: "ml.g6.12xlarge",
18647
- ML_G6_16XLARGE: "ml.g6.16xlarge",
18648
- ML_G6_24XLARGE: "ml.g6.24xlarge",
18649
- ML_G6_2XLARGE: "ml.g6.2xlarge",
18650
- ML_G6_48XLARGE: "ml.g6.48xlarge",
18651
- ML_G6_4XLARGE: "ml.g6.4xlarge",
18652
- ML_G6_8XLARGE: "ml.g6.8xlarge",
18653
- ML_G6_XLARGE: "ml.g6.xlarge",
18654
- ML_INF1_24XLARGE: "ml.inf1.24xlarge",
18655
- ML_INF1_2XLARGE: "ml.inf1.2xlarge",
18656
- ML_INF1_6XLARGE: "ml.inf1.6xlarge",
18657
- ML_INF1_XLARGE: "ml.inf1.xlarge",
18658
- ML_M4_10XLARGE: "ml.m4.10xlarge",
18659
- ML_M4_16XLARGE: "ml.m4.16xlarge",
18660
- ML_M4_2XLARGE: "ml.m4.2xlarge",
18661
- ML_M4_4XLARGE: "ml.m4.4xlarge",
18662
- ML_M4_XLARGE: "ml.m4.xlarge",
18663
- ML_M5D_12XLARGE: "ml.m5d.12xlarge",
18664
- ML_M5D_16XLARGE: "ml.m5d.16xlarge",
18665
- ML_M5D_24XLARGE: "ml.m5d.24xlarge",
18666
- ML_M5D_2XLARGE: "ml.m5d.2xlarge",
18667
- ML_M5D_4XLARGE: "ml.m5d.4xlarge",
18668
- ML_M5D_8XLARGE: "ml.m5d.8xlarge",
18669
- ML_M5D_LARGE: "ml.m5d.large",
18670
- ML_M5D_XLARGE: "ml.m5d.xlarge",
18671
- ML_M5_12XLARGE: "ml.m5.12xlarge",
18672
- ML_M5_24XLARGE: "ml.m5.24xlarge",
18673
- ML_M5_2XLARGE: "ml.m5.2xlarge",
18674
- ML_M5_4XLARGE: "ml.m5.4xlarge",
18675
- ML_M5_XLARGE: "ml.m5.xlarge",
18676
- ML_M6ID_12XLARGE: "ml.m6id.12xlarge",
18677
- ML_M6ID_16XLARGE: "ml.m6id.16xlarge",
18678
- ML_M6ID_24XLARGE: "ml.m6id.24xlarge",
18679
- ML_M6ID_2XLARGE: "ml.m6id.2xlarge",
18680
- ML_M6ID_32XLARGE: "ml.m6id.32xlarge",
18681
- ML_M6ID_4XLARGE: "ml.m6id.4xlarge",
18682
- ML_M6ID_8XLARGE: "ml.m6id.8xlarge",
18683
- ML_M6ID_LARGE: "ml.m6id.large",
18684
- ML_M6ID_XLARGE: "ml.m6id.xlarge",
18685
- ML_M6I_12XLARGE: "ml.m6i.12xlarge",
18686
- ML_M6I_16XLARGE: "ml.m6i.16xlarge",
18687
- ML_M6I_24XLARGE: "ml.m6i.24xlarge",
18688
- ML_M6I_2XLARGE: "ml.m6i.2xlarge",
18689
- ML_M6I_32XLARGE: "ml.m6i.32xlarge",
18690
- ML_M6I_4XLARGE: "ml.m6i.4xlarge",
18691
- ML_M6I_8XLARGE: "ml.m6i.8xlarge",
18692
- ML_M6I_LARGE: "ml.m6i.large",
18693
- ML_M6I_XLARGE: "ml.m6i.xlarge",
18694
- ML_M7I_12XLARGE: "ml.m7i.12xlarge",
18695
- ML_M7I_16XLARGE: "ml.m7i.16xlarge",
18696
- ML_M7I_24XLARGE: "ml.m7i.24xlarge",
18697
- ML_M7I_2XLARGE: "ml.m7i.2xlarge",
18698
- ML_M7I_48XLARGE: "ml.m7i.48xlarge",
18699
- ML_M7I_4XLARGE: "ml.m7i.4xlarge",
18700
- ML_M7I_8XLARGE: "ml.m7i.8xlarge",
18701
- ML_M7I_LARGE: "ml.m7i.large",
18702
- ML_M7I_XLARGE: "ml.m7i.xlarge",
18703
- ML_P2_16XLARGE: "ml.p2.16xlarge",
18704
- ML_P2_8XLARGE: "ml.p2.8xlarge",
18705
- ML_P2_XLARGE: "ml.p2.xlarge",
18706
- ML_P3DN_24XLARGE: "ml.p3dn.24xlarge",
18707
- ML_P3_16XLARGE: "ml.p3.16xlarge",
18708
- ML_P3_2XLARGE: "ml.p3.2xlarge",
18709
- ML_P3_8XLARGE: "ml.p3.8xlarge",
18710
- ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
18711
- ML_P4D_24XLARGE: "ml.p4d.24xlarge",
18712
- ML_P5_48XLARGE: "ml.p5.48xlarge",
18713
- ML_R5_12XLARGE: "ml.r5.12xlarge",
18714
- ML_R5_16XLARGE: "ml.r5.16xlarge",
18715
- ML_R5_24XLARGE: "ml.r5.24xlarge",
18716
- ML_R5_2XLARGE: "ml.r5.2xlarge",
18717
- ML_R5_4XLARGE: "ml.r5.4xlarge",
18718
- ML_R5_8XLARGE: "ml.r5.8xlarge",
18719
- ML_R5_LARGE: "ml.r5.large",
18720
- ML_R5_XLARGE: "ml.r5.xlarge",
18721
- ML_R6ID_12XLARGE: "ml.r6id.12xlarge",
18722
- ML_R6ID_16XLARGE: "ml.r6id.16xlarge",
18723
- ML_R6ID_24XLARGE: "ml.r6id.24xlarge",
18724
- ML_R6ID_2XLARGE: "ml.r6id.2xlarge",
18725
- ML_R6ID_32XLARGE: "ml.r6id.32xlarge",
18726
- ML_R6ID_4XLARGE: "ml.r6id.4xlarge",
18727
- ML_R6ID_8XLARGE: "ml.r6id.8xlarge",
18728
- ML_R6ID_LARGE: "ml.r6id.large",
18729
- ML_R6ID_XLARGE: "ml.r6id.xlarge",
18730
- ML_R6I_12XLARGE: "ml.r6i.12xlarge",
18731
- ML_R6I_16XLARGE: "ml.r6i.16xlarge",
18732
- ML_R6I_24XLARGE: "ml.r6i.24xlarge",
18733
- ML_R6I_2XLARGE: "ml.r6i.2xlarge",
18734
- ML_R6I_32XLARGE: "ml.r6i.32xlarge",
18735
- ML_R6I_4XLARGE: "ml.r6i.4xlarge",
18736
- ML_R6I_8XLARGE: "ml.r6i.8xlarge",
18737
- ML_R6I_LARGE: "ml.r6i.large",
18738
- ML_R6I_XLARGE: "ml.r6i.xlarge",
18739
- ML_R7I_12XLARGE: "ml.r7i.12xlarge",
18740
- ML_R7I_16XLARGE: "ml.r7i.16xlarge",
18741
- ML_R7I_24XLARGE: "ml.r7i.24xlarge",
18742
- ML_R7I_2XLARGE: "ml.r7i.2xlarge",
18743
- ML_R7I_48XLARGE: "ml.r7i.48xlarge",
18744
- ML_R7I_4XLARGE: "ml.r7i.4xlarge",
18745
- ML_R7I_8XLARGE: "ml.r7i.8xlarge",
18746
- ML_R7I_LARGE: "ml.r7i.large",
18747
- ML_R7I_XLARGE: "ml.r7i.xlarge",
18748
- ML_T2_2XLARGE: "ml.t2.2xlarge",
18749
- ML_T2_LARGE: "ml.t2.large",
18750
- ML_T2_MEDIUM: "ml.t2.medium",
18751
- ML_T2_XLARGE: "ml.t2.xlarge",
18752
- ML_T3_2XLARGE: "ml.t3.2xlarge",
18753
- ML_T3_LARGE: "ml.t3.large",
18754
- ML_T3_MEDIUM: "ml.t3.medium",
18755
- ML_T3_XLARGE: "ml.t3.xlarge"
18465
+
18466
+
18467
+ var _CreateAutoMLJobV2Command = class _CreateAutoMLJobV2Command extends import_smithy_client.Command.classBuilder().ep({
18468
+ ...commonParams
18469
+ }).m(function(Command, cs, config, o) {
18470
+ return [
18471
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18472
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18473
+ ];
18474
+ }).s("SageMaker", "CreateAutoMLJobV2", {}).n("SageMakerClient", "CreateAutoMLJobV2Command").f(void 0, void 0).ser(se_CreateAutoMLJobV2Command).de(de_CreateAutoMLJobV2Command).build() {
18756
18475
  };
18757
- var InferenceExperimentType = {
18758
- SHADOW_MODE: "ShadowMode"
18476
+ __name(_CreateAutoMLJobV2Command, "CreateAutoMLJobV2Command");
18477
+ var CreateAutoMLJobV2Command = _CreateAutoMLJobV2Command;
18478
+
18479
+ // src/commands/CreateClusterCommand.ts
18480
+
18481
+
18482
+
18483
+
18484
+ var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
18485
+ ...commonParams
18486
+ }).m(function(Command, cs, config, o) {
18487
+ return [
18488
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18489
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18490
+ ];
18491
+ }).s("SageMaker", "CreateCluster", {}).n("SageMakerClient", "CreateClusterCommand").f(void 0, void 0).ser(se_CreateClusterCommand).de(de_CreateClusterCommand).build() {
18759
18492
  };
18760
- var RecommendationJobSupportedEndpointType = {
18761
- REALTIME: "RealTime",
18762
- SERVERLESS: "Serverless"
18493
+ __name(_CreateClusterCommand, "CreateClusterCommand");
18494
+ var CreateClusterCommand = _CreateClusterCommand;
18495
+
18496
+ // src/commands/CreateCodeRepositoryCommand.ts
18497
+
18498
+
18499
+
18500
+
18501
+ var _CreateCodeRepositoryCommand = class _CreateCodeRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
18502
+ ...commonParams
18503
+ }).m(function(Command, cs, config, o) {
18504
+ return [
18505
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18506
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18507
+ ];
18508
+ }).s("SageMaker", "CreateCodeRepository", {}).n("SageMakerClient", "CreateCodeRepositoryCommand").f(void 0, void 0).ser(se_CreateCodeRepositoryCommand).de(de_CreateCodeRepositoryCommand).build() {
18763
18509
  };
18764
- var TrafficType = {
18765
- PHASES: "PHASES",
18766
- STAIRS: "STAIRS"
18510
+ __name(_CreateCodeRepositoryCommand, "CreateCodeRepositoryCommand");
18511
+ var CreateCodeRepositoryCommand = _CreateCodeRepositoryCommand;
18512
+
18513
+ // src/commands/CreateCompilationJobCommand.ts
18514
+
18515
+
18516
+
18517
+
18518
+ var _CreateCompilationJobCommand = class _CreateCompilationJobCommand extends import_smithy_client.Command.classBuilder().ep({
18519
+ ...commonParams
18520
+ }).m(function(Command, cs, config, o) {
18521
+ return [
18522
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18523
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18524
+ ];
18525
+ }).s("SageMaker", "CreateCompilationJob", {}).n("SageMakerClient", "CreateCompilationJobCommand").f(void 0, void 0).ser(se_CreateCompilationJobCommand).de(de_CreateCompilationJobCommand).build() {
18767
18526
  };
18768
- var RecommendationJobType = {
18769
- ADVANCED: "Advanced",
18770
- DEFAULT: "Default"
18527
+ __name(_CreateCompilationJobCommand, "CreateCompilationJobCommand");
18528
+ var CreateCompilationJobCommand = _CreateCompilationJobCommand;
18529
+
18530
+ // src/commands/CreateContextCommand.ts
18531
+
18532
+
18533
+
18534
+
18535
+ var _CreateContextCommand = class _CreateContextCommand extends import_smithy_client.Command.classBuilder().ep({
18536
+ ...commonParams
18537
+ }).m(function(Command, cs, config, o) {
18538
+ return [
18539
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18540
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18541
+ ];
18542
+ }).s("SageMaker", "CreateContext", {}).n("SageMakerClient", "CreateContextCommand").f(void 0, void 0).ser(se_CreateContextCommand).de(de_CreateContextCommand).build() {
18771
18543
  };
18772
- var FlatInvocations = {
18773
- CONTINUE: "Continue",
18774
- STOP: "Stop"
18544
+ __name(_CreateContextCommand, "CreateContextCommand");
18545
+ var CreateContextCommand = _CreateContextCommand;
18546
+
18547
+ // src/commands/CreateDataQualityJobDefinitionCommand.ts
18548
+
18549
+
18550
+
18551
+
18552
+ var _CreateDataQualityJobDefinitionCommand = class _CreateDataQualityJobDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
18553
+ ...commonParams
18554
+ }).m(function(Command, cs, config, o) {
18555
+ return [
18556
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18557
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18558
+ ];
18559
+ }).s("SageMaker", "CreateDataQualityJobDefinition", {}).n("SageMakerClient", "CreateDataQualityJobDefinitionCommand").f(void 0, void 0).ser(se_CreateDataQualityJobDefinitionCommand).de(de_CreateDataQualityJobDefinitionCommand).build() {
18775
18560
  };
18776
- var InferenceExecutionMode = {
18777
- DIRECT: "Direct",
18778
- SERIAL: "Serial"
18561
+ __name(_CreateDataQualityJobDefinitionCommand, "CreateDataQualityJobDefinitionCommand");
18562
+ var CreateDataQualityJobDefinitionCommand = _CreateDataQualityJobDefinitionCommand;
18563
+
18564
+ // src/commands/CreateDeviceFleetCommand.ts
18565
+
18566
+
18567
+
18568
+
18569
+ var _CreateDeviceFleetCommand = class _CreateDeviceFleetCommand extends import_smithy_client.Command.classBuilder().ep({
18570
+ ...commonParams
18571
+ }).m(function(Command, cs, config, o) {
18572
+ return [
18573
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18574
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18575
+ ];
18576
+ }).s("SageMaker", "CreateDeviceFleet", {}).n("SageMakerClient", "CreateDeviceFleetCommand").f(void 0, void 0).ser(se_CreateDeviceFleetCommand).de(de_CreateDeviceFleetCommand).build() {
18779
18577
  };
18780
- var ModelCardStatus = {
18781
- APPROVED: "Approved",
18782
- ARCHIVED: "Archived",
18783
- DRAFT: "Draft",
18784
- PENDINGREVIEW: "PendingReview"
18578
+ __name(_CreateDeviceFleetCommand, "CreateDeviceFleetCommand");
18579
+ var CreateDeviceFleetCommand = _CreateDeviceFleetCommand;
18580
+
18581
+ // src/commands/CreateDomainCommand.ts
18582
+
18583
+
18584
+
18585
+
18586
+ var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
18587
+ ...commonParams
18588
+ }).m(function(Command, cs, config, o) {
18589
+ return [
18590
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18591
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18592
+ ];
18593
+ }).s("SageMaker", "CreateDomain", {}).n("SageMakerClient", "CreateDomainCommand").f(void 0, void 0).ser(se_CreateDomainCommand).de(de_CreateDomainCommand).build() {
18785
18594
  };
18786
- var SkipModelValidation = {
18787
- ALL: "All",
18788
- NONE: "None"
18595
+ __name(_CreateDomainCommand, "CreateDomainCommand");
18596
+ var CreateDomainCommand = _CreateDomainCommand;
18597
+
18598
+ // src/commands/CreateEdgeDeploymentPlanCommand.ts
18599
+
18600
+
18601
+
18602
+
18603
+ var _CreateEdgeDeploymentPlanCommand = class _CreateEdgeDeploymentPlanCommand extends import_smithy_client.Command.classBuilder().ep({
18604
+ ...commonParams
18605
+ }).m(function(Command, cs, config, o) {
18606
+ return [
18607
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18608
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18609
+ ];
18610
+ }).s("SageMaker", "CreateEdgeDeploymentPlan", {}).n("SageMakerClient", "CreateEdgeDeploymentPlanCommand").f(void 0, void 0).ser(se_CreateEdgeDeploymentPlanCommand).de(de_CreateEdgeDeploymentPlanCommand).build() {
18789
18611
  };
18790
- var MonitoringProblemType = {
18791
- BINARY_CLASSIFICATION: "BinaryClassification",
18792
- MULTICLASS_CLASSIFICATION: "MulticlassClassification",
18793
- REGRESSION: "Regression"
18612
+ __name(_CreateEdgeDeploymentPlanCommand, "CreateEdgeDeploymentPlanCommand");
18613
+ var CreateEdgeDeploymentPlanCommand = _CreateEdgeDeploymentPlanCommand;
18614
+
18615
+ // src/commands/CreateEdgeDeploymentStageCommand.ts
18616
+
18617
+
18618
+
18619
+
18620
+ var _CreateEdgeDeploymentStageCommand = class _CreateEdgeDeploymentStageCommand extends import_smithy_client.Command.classBuilder().ep({
18621
+ ...commonParams
18622
+ }).m(function(Command, cs, config, o) {
18623
+ return [
18624
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18625
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18626
+ ];
18627
+ }).s("SageMaker", "CreateEdgeDeploymentStage", {}).n("SageMakerClient", "CreateEdgeDeploymentStageCommand").f(void 0, void 0).ser(se_CreateEdgeDeploymentStageCommand).de(de_CreateEdgeDeploymentStageCommand).build() {
18794
18628
  };
18795
- var MonitoringType = {
18796
- DATA_QUALITY: "DataQuality",
18797
- MODEL_BIAS: "ModelBias",
18798
- MODEL_EXPLAINABILITY: "ModelExplainability",
18799
- MODEL_QUALITY: "ModelQuality"
18629
+ __name(_CreateEdgeDeploymentStageCommand, "CreateEdgeDeploymentStageCommand");
18630
+ var CreateEdgeDeploymentStageCommand = _CreateEdgeDeploymentStageCommand;
18631
+
18632
+ // src/commands/CreateEdgePackagingJobCommand.ts
18633
+
18634
+
18635
+
18636
+
18637
+ var _CreateEdgePackagingJobCommand = class _CreateEdgePackagingJobCommand extends import_smithy_client.Command.classBuilder().ep({
18638
+ ...commonParams
18639
+ }).m(function(Command, cs, config, o) {
18640
+ return [
18641
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18642
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18643
+ ];
18644
+ }).s("SageMaker", "CreateEdgePackagingJob", {}).n("SageMakerClient", "CreateEdgePackagingJobCommand").f(void 0, void 0).ser(se_CreateEdgePackagingJobCommand).de(de_CreateEdgePackagingJobCommand).build() {
18645
+ };
18646
+ __name(_CreateEdgePackagingJobCommand, "CreateEdgePackagingJobCommand");
18647
+ var CreateEdgePackagingJobCommand = _CreateEdgePackagingJobCommand;
18648
+
18649
+ // src/commands/CreateEndpointCommand.ts
18650
+
18651
+
18652
+
18653
+
18654
+ var _CreateEndpointCommand = class _CreateEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
18655
+ ...commonParams
18656
+ }).m(function(Command, cs, config, o) {
18657
+ return [
18658
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18659
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18660
+ ];
18661
+ }).s("SageMaker", "CreateEndpoint", {}).n("SageMakerClient", "CreateEndpointCommand").f(void 0, void 0).ser(se_CreateEndpointCommand).de(de_CreateEndpointCommand).build() {
18662
+ };
18663
+ __name(_CreateEndpointCommand, "CreateEndpointCommand");
18664
+ var CreateEndpointCommand = _CreateEndpointCommand;
18665
+
18666
+ // src/commands/CreateEndpointConfigCommand.ts
18667
+
18668
+
18669
+
18670
+
18671
+ var _CreateEndpointConfigCommand = class _CreateEndpointConfigCommand extends import_smithy_client.Command.classBuilder().ep({
18672
+ ...commonParams
18673
+ }).m(function(Command, cs, config, o) {
18674
+ return [
18675
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18676
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18677
+ ];
18678
+ }).s("SageMaker", "CreateEndpointConfig", {}).n("SageMakerClient", "CreateEndpointConfigCommand").f(void 0, void 0).ser(se_CreateEndpointConfigCommand).de(de_CreateEndpointConfigCommand).build() {
18679
+ };
18680
+ __name(_CreateEndpointConfigCommand, "CreateEndpointConfigCommand");
18681
+ var CreateEndpointConfigCommand = _CreateEndpointConfigCommand;
18682
+
18683
+ // src/commands/CreateExperimentCommand.ts
18684
+
18685
+
18686
+
18687
+
18688
+ var _CreateExperimentCommand = class _CreateExperimentCommand extends import_smithy_client.Command.classBuilder().ep({
18689
+ ...commonParams
18690
+ }).m(function(Command, cs, config, o) {
18691
+ return [
18692
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18693
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18694
+ ];
18695
+ }).s("SageMaker", "CreateExperiment", {}).n("SageMakerClient", "CreateExperimentCommand").f(void 0, void 0).ser(se_CreateExperimentCommand).de(de_CreateExperimentCommand).build() {
18696
+ };
18697
+ __name(_CreateExperimentCommand, "CreateExperimentCommand");
18698
+ var CreateExperimentCommand = _CreateExperimentCommand;
18699
+
18700
+ // src/commands/CreateFeatureGroupCommand.ts
18701
+
18702
+
18703
+
18704
+
18705
+ var _CreateFeatureGroupCommand = class _CreateFeatureGroupCommand extends import_smithy_client.Command.classBuilder().ep({
18706
+ ...commonParams
18707
+ }).m(function(Command, cs, config, o) {
18708
+ return [
18709
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18710
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18711
+ ];
18712
+ }).s("SageMaker", "CreateFeatureGroup", {}).n("SageMakerClient", "CreateFeatureGroupCommand").f(void 0, void 0).ser(se_CreateFeatureGroupCommand).de(de_CreateFeatureGroupCommand).build() {
18800
18713
  };
18801
- var NotebookInstanceAcceleratorType = {
18802
- ML_EIA1_LARGE: "ml.eia1.large",
18803
- ML_EIA1_MEDIUM: "ml.eia1.medium",
18804
- ML_EIA1_XLARGE: "ml.eia1.xlarge",
18805
- ML_EIA2_LARGE: "ml.eia2.large",
18806
- ML_EIA2_MEDIUM: "ml.eia2.medium",
18807
- ML_EIA2_XLARGE: "ml.eia2.xlarge"
18714
+ __name(_CreateFeatureGroupCommand, "CreateFeatureGroupCommand");
18715
+ var CreateFeatureGroupCommand = _CreateFeatureGroupCommand;
18716
+
18717
+ // src/commands/CreateFlowDefinitionCommand.ts
18718
+
18719
+
18720
+
18721
+
18722
+ var _CreateFlowDefinitionCommand = class _CreateFlowDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
18723
+ ...commonParams
18724
+ }).m(function(Command, cs, config, o) {
18725
+ return [
18726
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18727
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18728
+ ];
18729
+ }).s("SageMaker", "CreateFlowDefinition", {}).n("SageMakerClient", "CreateFlowDefinitionCommand").f(void 0, void 0).ser(se_CreateFlowDefinitionCommand).de(de_CreateFlowDefinitionCommand).build() {
18808
18730
  };
18809
- var DirectInternetAccess = {
18810
- DISABLED: "Disabled",
18811
- ENABLED: "Enabled"
18731
+ __name(_CreateFlowDefinitionCommand, "CreateFlowDefinitionCommand");
18732
+ var CreateFlowDefinitionCommand = _CreateFlowDefinitionCommand;
18733
+
18734
+ // src/commands/CreateHubCommand.ts
18735
+
18736
+
18737
+
18738
+
18739
+ var _CreateHubCommand = class _CreateHubCommand extends import_smithy_client.Command.classBuilder().ep({
18740
+ ...commonParams
18741
+ }).m(function(Command, cs, config, o) {
18742
+ return [
18743
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18744
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18745
+ ];
18746
+ }).s("SageMaker", "CreateHub", {}).n("SageMakerClient", "CreateHubCommand").f(void 0, void 0).ser(se_CreateHubCommand).de(de_CreateHubCommand).build() {
18812
18747
  };
18813
- var RootAccess = {
18814
- DISABLED: "Disabled",
18815
- ENABLED: "Enabled"
18748
+ __name(_CreateHubCommand, "CreateHubCommand");
18749
+ var CreateHubCommand = _CreateHubCommand;
18750
+
18751
+ // src/commands/CreateHumanTaskUiCommand.ts
18752
+
18753
+
18754
+
18755
+
18756
+ var _CreateHumanTaskUiCommand = class _CreateHumanTaskUiCommand extends import_smithy_client.Command.classBuilder().ep({
18757
+ ...commonParams
18758
+ }).m(function(Command, cs, config, o) {
18759
+ return [
18760
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18761
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18762
+ ];
18763
+ }).s("SageMaker", "CreateHumanTaskUi", {}).n("SageMakerClient", "CreateHumanTaskUiCommand").f(void 0, void 0).ser(se_CreateHumanTaskUiCommand).de(de_CreateHumanTaskUiCommand).build() {
18816
18764
  };
18817
- var DataDistributionType = {
18818
- FULLYREPLICATED: "FullyReplicated",
18819
- SHARDEDBYS3KEY: "ShardedByS3Key"
18765
+ __name(_CreateHumanTaskUiCommand, "CreateHumanTaskUiCommand");
18766
+ var CreateHumanTaskUiCommand = _CreateHumanTaskUiCommand;
18767
+
18768
+ // src/commands/CreateHyperParameterTuningJobCommand.ts
18769
+
18770
+
18771
+
18772
+
18773
+ var _CreateHyperParameterTuningJobCommand = class _CreateHyperParameterTuningJobCommand extends import_smithy_client.Command.classBuilder().ep({
18774
+ ...commonParams
18775
+ }).m(function(Command, cs, config, o) {
18776
+ return [
18777
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18778
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18779
+ ];
18780
+ }).s("SageMaker", "CreateHyperParameterTuningJob", {}).n("SageMakerClient", "CreateHyperParameterTuningJobCommand").f(void 0, void 0).ser(se_CreateHyperParameterTuningJobCommand).de(de_CreateHyperParameterTuningJobCommand).build() {
18820
18781
  };
18821
- var InputMode = {
18822
- FILE: "File",
18823
- PIPE: "Pipe"
18782
+ __name(_CreateHyperParameterTuningJobCommand, "CreateHyperParameterTuningJobCommand");
18783
+ var CreateHyperParameterTuningJobCommand = _CreateHyperParameterTuningJobCommand;
18784
+
18785
+ // src/commands/CreateImageCommand.ts
18786
+
18787
+
18788
+
18789
+
18790
+ var _CreateImageCommand = class _CreateImageCommand extends import_smithy_client.Command.classBuilder().ep({
18791
+ ...commonParams
18792
+ }).m(function(Command, cs, config, o) {
18793
+ return [
18794
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18795
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18796
+ ];
18797
+ }).s("SageMaker", "CreateImage", {}).n("SageMakerClient", "CreateImageCommand").f(void 0, void 0).ser(se_CreateImageCommand).de(de_CreateImageCommand).build() {
18824
18798
  };
18825
- var RedshiftResultCompressionType = {
18826
- BZIP2: "BZIP2",
18827
- GZIP: "GZIP",
18828
- NONE: "None",
18829
- SNAPPY: "SNAPPY",
18830
- ZSTD: "ZSTD"
18799
+ __name(_CreateImageCommand, "CreateImageCommand");
18800
+ var CreateImageCommand = _CreateImageCommand;
18801
+
18802
+ // src/commands/CreateImageVersionCommand.ts
18803
+
18804
+
18805
+
18806
+
18807
+ var _CreateImageVersionCommand = class _CreateImageVersionCommand extends import_smithy_client.Command.classBuilder().ep({
18808
+ ...commonParams
18809
+ }).m(function(Command, cs, config, o) {
18810
+ return [
18811
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18812
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18813
+ ];
18814
+ }).s("SageMaker", "CreateImageVersion", {}).n("SageMakerClient", "CreateImageVersionCommand").f(void 0, void 0).ser(se_CreateImageVersionCommand).de(de_CreateImageVersionCommand).build() {
18831
18815
  };
18832
- var RedshiftResultFormat = {
18833
- CSV: "CSV",
18834
- PARQUET: "PARQUET"
18816
+ __name(_CreateImageVersionCommand, "CreateImageVersionCommand");
18817
+ var CreateImageVersionCommand = _CreateImageVersionCommand;
18818
+
18819
+ // src/commands/CreateInferenceComponentCommand.ts
18820
+
18821
+
18822
+
18823
+
18824
+ var _CreateInferenceComponentCommand = class _CreateInferenceComponentCommand extends import_smithy_client.Command.classBuilder().ep({
18825
+ ...commonParams
18826
+ }).m(function(Command, cs, config, o) {
18827
+ return [
18828
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18829
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18830
+ ];
18831
+ }).s("SageMaker", "CreateInferenceComponent", {}).n("SageMakerClient", "CreateInferenceComponentCommand").f(void 0, void 0).ser(se_CreateInferenceComponentCommand).de(de_CreateInferenceComponentCommand).build() {
18835
18832
  };
18836
- var ProcessingS3CompressionType = {
18837
- GZIP: "Gzip",
18838
- NONE: "None"
18833
+ __name(_CreateInferenceComponentCommand, "CreateInferenceComponentCommand");
18834
+ var CreateInferenceComponentCommand = _CreateInferenceComponentCommand;
18835
+
18836
+ // src/commands/CreateInferenceExperimentCommand.ts
18837
+
18838
+
18839
+
18840
+
18841
+ var _CreateInferenceExperimentCommand = class _CreateInferenceExperimentCommand extends import_smithy_client.Command.classBuilder().ep({
18842
+ ...commonParams
18843
+ }).m(function(Command, cs, config, o) {
18844
+ return [
18845
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18846
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18847
+ ];
18848
+ }).s("SageMaker", "CreateInferenceExperiment", {}).n("SageMakerClient", "CreateInferenceExperimentCommand").f(void 0, void 0).ser(se_CreateInferenceExperimentCommand).de(de_CreateInferenceExperimentCommand).build() {
18839
18849
  };
18840
- var ProcessingS3DataType = {
18841
- MANIFEST_FILE: "ManifestFile",
18842
- S3_PREFIX: "S3Prefix"
18850
+ __name(_CreateInferenceExperimentCommand, "CreateInferenceExperimentCommand");
18851
+ var CreateInferenceExperimentCommand = _CreateInferenceExperimentCommand;
18852
+
18853
+ // src/commands/CreateInferenceRecommendationsJobCommand.ts
18854
+
18855
+
18856
+
18857
+
18858
+ var _CreateInferenceRecommendationsJobCommand = class _CreateInferenceRecommendationsJobCommand extends import_smithy_client.Command.classBuilder().ep({
18859
+ ...commonParams
18860
+ }).m(function(Command, cs, config, o) {
18861
+ return [
18862
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18863
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18864
+ ];
18865
+ }).s("SageMaker", "CreateInferenceRecommendationsJob", {}).n("SageMakerClient", "CreateInferenceRecommendationsJobCommand").f(void 0, void 0).ser(se_CreateInferenceRecommendationsJobCommand).de(de_CreateInferenceRecommendationsJobCommand).build() {
18843
18866
  };
18844
- var CustomFileSystem;
18845
- ((CustomFileSystem2) => {
18846
- CustomFileSystem2.visit = /* @__PURE__ */ __name((value, visitor) => {
18847
- if (value.EFSFileSystem !== void 0)
18848
- return visitor.EFSFileSystem(value.EFSFileSystem);
18849
- return visitor._(value.$unknown[0], value.$unknown[1]);
18850
- }, "visit");
18851
- })(CustomFileSystem || (CustomFileSystem = {}));
18852
- var SharingType = {
18853
- Private: "Private",
18854
- Shared: "Shared"
18867
+ __name(_CreateInferenceRecommendationsJobCommand, "CreateInferenceRecommendationsJobCommand");
18868
+ var CreateInferenceRecommendationsJobCommand = _CreateInferenceRecommendationsJobCommand;
18869
+
18870
+ // src/commands/CreateLabelingJobCommand.ts
18871
+
18872
+
18873
+
18874
+
18875
+ var _CreateLabelingJobCommand = class _CreateLabelingJobCommand extends import_smithy_client.Command.classBuilder().ep({
18876
+ ...commonParams
18877
+ }).m(function(Command, cs, config, o) {
18878
+ return [
18879
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18880
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18881
+ ];
18882
+ }).s("SageMaker", "CreateLabelingJob", {}).n("SageMakerClient", "CreateLabelingJobCommand").f(void 0, void 0).ser(se_CreateLabelingJobCommand).de(de_CreateLabelingJobCommand).build() {
18855
18883
  };
18856
- var StudioLifecycleConfigAppType = {
18857
- CodeEditor: "CodeEditor",
18858
- JupyterLab: "JupyterLab",
18859
- JupyterServer: "JupyterServer",
18860
- KernelGateway: "KernelGateway"
18884
+ __name(_CreateLabelingJobCommand, "CreateLabelingJobCommand");
18885
+ var CreateLabelingJobCommand = _CreateLabelingJobCommand;
18886
+
18887
+ // src/commands/CreateModelBiasJobDefinitionCommand.ts
18888
+
18889
+
18890
+
18891
+
18892
+ var _CreateModelBiasJobDefinitionCommand = class _CreateModelBiasJobDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
18893
+ ...commonParams
18894
+ }).m(function(Command, cs, config, o) {
18895
+ return [
18896
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18897
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18898
+ ];
18899
+ }).s("SageMaker", "CreateModelBiasJobDefinition", {}).n("SageMakerClient", "CreateModelBiasJobDefinitionCommand").f(void 0, void 0).ser(se_CreateModelBiasJobDefinitionCommand).de(de_CreateModelBiasJobDefinitionCommand).build() {
18861
18900
  };
18862
- var CreateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
18863
- ...obj,
18864
- ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
18865
- }), "CreateModelCardRequestFilterSensitiveLog");
18901
+ __name(_CreateModelBiasJobDefinitionCommand, "CreateModelBiasJobDefinitionCommand");
18902
+ var CreateModelBiasJobDefinitionCommand = _CreateModelBiasJobDefinitionCommand;
18866
18903
 
18867
18904
  // src/commands/CreateModelCardCommand.ts
18905
+
18906
+
18907
+
18908
+
18868
18909
  var _CreateModelCardCommand = class _CreateModelCardCommand extends import_smithy_client.Command.classBuilder().ep({
18869
18910
  ...commonParams
18870
18911
  }).m(function(Command, cs, config, o) {
@@ -18940,7 +18981,7 @@ var _CreateModelPackageCommand = class _CreateModelPackageCommand extends import
18940
18981
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18941
18982
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18942
18983
  ];
18943
- }).s("SageMaker", "CreateModelPackage", {}).n("SageMakerClient", "CreateModelPackageCommand").f(void 0, void 0).ser(se_CreateModelPackageCommand).de(de_CreateModelPackageCommand).build() {
18984
+ }).s("SageMaker", "CreateModelPackage", {}).n("SageMakerClient", "CreateModelPackageCommand").f(CreateModelPackageInputFilterSensitiveLog, void 0).ser(se_CreateModelPackageCommand).de(de_CreateModelPackageCommand).build() {
18944
18985
  };
18945
18986
  __name(_CreateModelPackageCommand, "CreateModelPackageCommand");
18946
18987
  var CreateModelPackageCommand = _CreateModelPackageCommand;
@@ -20810,7 +20851,7 @@ var _DescribeModelPackageCommand = class _DescribeModelPackageCommand extends im
20810
20851
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20811
20852
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20812
20853
  ];
20813
- }).s("SageMaker", "DescribeModelPackage", {}).n("SageMakerClient", "DescribeModelPackageCommand").f(void 0, void 0).ser(se_DescribeModelPackageCommand).de(de_DescribeModelPackageCommand).build() {
20854
+ }).s("SageMaker", "DescribeModelPackage", {}).n("SageMakerClient", "DescribeModelPackageCommand").f(void 0, DescribeModelPackageOutputFilterSensitiveLog).ser(se_DescribeModelPackageCommand).de(de_DescribeModelPackageCommand).build() {
20814
20855
  };
20815
20856
  __name(_DescribeModelPackageCommand, "DescribeModelPackageCommand");
20816
20857
  var DescribeModelPackageCommand = _DescribeModelPackageCommand;
@@ -22777,9 +22818,14 @@ var ModelCardFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
22777
22818
  ...obj,
22778
22819
  ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
22779
22820
  }), "ModelCardFilterSensitiveLog");
22821
+ var ModelPackageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
22822
+ ...obj,
22823
+ ...obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }
22824
+ }), "ModelPackageFilterSensitiveLog");
22780
22825
  var SearchRecordFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
22781
22826
  ...obj,
22782
22827
  ...obj.TrialComponent && { TrialComponent: obj.TrialComponent },
22828
+ ...obj.ModelPackage && { ModelPackage: ModelPackageFilterSensitiveLog(obj.ModelPackage) },
22783
22829
  ...obj.FeatureGroup && { FeatureGroup: obj.FeatureGroup },
22784
22830
  ...obj.ModelCard && { ModelCard: ModelCardFilterSensitiveLog(obj.ModelCard) }
22785
22831
  }), "SearchRecordFilterSensitiveLog");
@@ -22791,6 +22837,10 @@ var UpdateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
22791
22837
  ...obj,
22792
22838
  ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
22793
22839
  }), "UpdateModelCardRequestFilterSensitiveLog");
22840
+ var UpdateModelPackageInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
22841
+ ...obj,
22842
+ ...obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }
22843
+ }), "UpdateModelPackageInputFilterSensitiveLog");
22794
22844
  var UpdateWorkforceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
22795
22845
  ...obj,
22796
22846
  ...obj.OidcConfig && { OidcConfig: OidcConfigFilterSensitiveLog(obj.OidcConfig) }
@@ -23552,7 +23602,7 @@ var _UpdateModelPackageCommand = class _UpdateModelPackageCommand extends import
23552
23602
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
23553
23603
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
23554
23604
  ];
23555
- }).s("SageMaker", "UpdateModelPackage", {}).n("SageMakerClient", "UpdateModelPackageCommand").f(void 0, void 0).ser(se_UpdateModelPackageCommand).de(de_UpdateModelPackageCommand).build() {
23605
+ }).s("SageMaker", "UpdateModelPackage", {}).n("SageMakerClient", "UpdateModelPackageCommand").f(UpdateModelPackageInputFilterSensitiveLog, void 0).ser(se_UpdateModelPackageCommand).de(de_UpdateModelPackageCommand).build() {
23556
23606
  };
23557
23607
  __name(_UpdateModelPackageCommand, "UpdateModelPackageCommand");
23558
23608
  var UpdateModelPackageCommand = _UpdateModelPackageCommand;
@@ -25907,8 +25957,10 @@ var NotebookInstanceSortOrder = {
25907
25957
  ProcessingS3DataType,
25908
25958
  CustomFileSystem,
25909
25959
  SharingType,
25910
- StudioLifecycleConfigAppType,
25911
25960
  CreateModelCardRequestFilterSensitiveLog,
25961
+ ModelPackageModelCardFilterSensitiveLog,
25962
+ CreateModelPackageInputFilterSensitiveLog,
25963
+ StudioLifecycleConfigAppType,
25912
25964
  JoinSource,
25913
25965
  TrialComponentParameterValue,
25914
25966
  TrialComponentPrimaryStatus,
@@ -25954,6 +26006,7 @@ var NotebookInstanceSortOrder = {
25954
26006
  OidcConfigFilterSensitiveLog,
25955
26007
  CreateWorkforceRequestFilterSensitiveLog,
25956
26008
  DescribeModelCardResponseFilterSensitiveLog,
26009
+ DescribeModelPackageOutputFilterSensitiveLog,
25957
26010
  ProjectStatus,
25958
26011
  SpaceStatus,
25959
26012
  ProfilingStatus,
@@ -26038,9 +26091,11 @@ var NotebookInstanceSortOrder = {
26038
26091
  SearchSortOrder,
26039
26092
  VariantPropertyType,
26040
26093
  ModelCardFilterSensitiveLog,
26094
+ ModelPackageFilterSensitiveLog,
26041
26095
  SearchRecordFilterSensitiveLog,
26042
26096
  SearchResponseFilterSensitiveLog,
26043
26097
  UpdateModelCardRequestFilterSensitiveLog,
26098
+ UpdateModelPackageInputFilterSensitiveLog,
26044
26099
  UpdateWorkforceRequestFilterSensitiveLog
26045
26100
  });
26046
26101