@aws-sdk/client-sagemaker 3.600.0 → 3.606.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 (75) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +171 -37
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
  5. package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_1.js +15 -0
  8. package/dist-es/models/models_2.js +5 -24
  9. package/dist-es/models/models_3.js +24 -8
  10. package/dist-es/models/models_4.js +8 -0
  11. package/dist-es/protocols/Aws_json1_1.js +76 -0
  12. package/dist-types/SageMaker.d.ts +14 -0
  13. package/dist-types/SageMakerClient.d.ts +4 -2
  14. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
  15. package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
  16. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateDomainCommand.d.ts +8 -0
  18. package/dist-types/commands/CreateHubCommand.d.ts +0 -3
  19. package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
  20. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
  22. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateUserProfileCommand.d.ts +8 -0
  24. package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
  25. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
  26. package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
  27. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
  28. package/dist-types/commands/DescribeDomainCommand.d.ts +8 -0
  29. package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
  30. package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
  31. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
  32. package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
  34. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeUserProfileCommand.d.ts +8 -0
  37. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
  38. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
  39. package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
  40. package/dist-types/commands/ListHubsCommand.d.ts +0 -3
  41. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
  42. package/dist-types/commands/ListModelsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  44. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -2
  45. package/dist-types/commands/SearchCommand.d.ts +9 -0
  46. package/dist-types/commands/UpdateDomainCommand.d.ts +8 -0
  47. package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
  48. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  49. package/dist-types/commands/UpdateUserProfileCommand.d.ts +8 -0
  50. package/dist-types/commands/index.d.ts +2 -0
  51. package/dist-types/models/models_0.d.ts +18 -12
  52. package/dist-types/models/models_1.d.ts +100 -81
  53. package/dist-types/models/models_2.d.ts +134 -345
  54. package/dist-types/models/models_3.d.ts +356 -162
  55. package/dist-types/models/models_4.d.ts +162 -2
  56. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  57. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  58. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  59. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
  63. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  69. package/dist-types/ts3.4/models/models_0.d.ts +4 -3
  70. package/dist-types/ts3.4/models/models_1.d.ts +36 -21
  71. package/dist-types/ts3.4/models/models_2.d.ts +42 -96
  72. package/dist-types/ts3.4/models/models_3.d.ts +91 -45
  73. package/dist-types/ts3.4/models/models_4.d.ts +47 -5
  74. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  75. package/package.json +3 -3
package/README.md CHANGED
@@ -433,6 +433,14 @@ CreateHub
433
433
 
434
434
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateHubCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubCommandOutput/)
435
435
 
436
+ </details>
437
+ <details>
438
+ <summary>
439
+ CreateHubContentReference
440
+ </summary>
441
+
442
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateHubContentReferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubContentReferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubContentReferenceCommandOutput/)
443
+
436
444
  </details>
437
445
  <details>
438
446
  <summary>
@@ -889,6 +897,14 @@ DeleteHubContent
889
897
 
890
898
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteHubContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentCommandOutput/)
891
899
 
900
+ </details>
901
+ <details>
902
+ <summary>
903
+ DeleteHubContentReference
904
+ </summary>
905
+
906
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteHubContentReferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentReferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentReferenceCommandOutput/)
907
+
892
908
  </details>
893
909
  <details>
894
910
  <summary>
package/dist-cjs/index.js CHANGED
@@ -111,6 +111,7 @@ __export(src_exports, {
111
111
  CreateFeatureGroupCommand: () => CreateFeatureGroupCommand,
112
112
  CreateFlowDefinitionCommand: () => CreateFlowDefinitionCommand,
113
113
  CreateHubCommand: () => CreateHubCommand,
114
+ CreateHubContentReferenceCommand: () => CreateHubContentReferenceCommand,
114
115
  CreateHumanTaskUiCommand: () => CreateHumanTaskUiCommand,
115
116
  CreateHyperParameterTuningJobCommand: () => CreateHyperParameterTuningJobCommand,
116
117
  CreateImageCommand: () => CreateImageCommand,
@@ -176,6 +177,7 @@ __export(src_exports, {
176
177
  DeleteFlowDefinitionCommand: () => DeleteFlowDefinitionCommand,
177
178
  DeleteHubCommand: () => DeleteHubCommand,
178
179
  DeleteHubContentCommand: () => DeleteHubContentCommand,
180
+ DeleteHubContentReferenceCommand: () => DeleteHubContentReferenceCommand,
179
181
  DeleteHumanTaskUiCommand: () => DeleteHumanTaskUiCommand,
180
182
  DeleteHyperParameterTuningJobCommand: () => DeleteHyperParameterTuningJobCommand,
181
183
  DeleteImageCommand: () => DeleteImageCommand,
@@ -308,6 +310,7 @@ __export(src_exports, {
308
310
  GetSearchSuggestionsCommand: () => GetSearchSuggestionsCommand,
309
311
  HubContentSortBy: () => HubContentSortBy,
310
312
  HubContentStatus: () => HubContentStatus,
313
+ HubContentSupportStatus: () => HubContentSupportStatus,
311
314
  HubContentType: () => HubContentType,
312
315
  HubSortBy: () => HubSortBy,
313
316
  HubStatus: () => HubStatus,
@@ -426,6 +429,7 @@ __export(src_exports, {
426
429
  ManagedInstanceScalingStatus: () => ManagedInstanceScalingStatus,
427
430
  MetricSetSource: () => MetricSetSource,
428
431
  MetricSpecification: () => MetricSpecification,
432
+ MlTools: () => MlTools,
429
433
  ModelApprovalStatus: () => ModelApprovalStatus,
430
434
  ModelCacheSetting: () => ModelCacheSetting,
431
435
  ModelCardExportJobSortBy: () => ModelCardExportJobSortBy,
@@ -2282,6 +2286,21 @@ var StudioWebPortal = {
2282
2286
  Disabled: "DISABLED",
2283
2287
  Enabled: "ENABLED"
2284
2288
  };
2289
+ var MlTools = {
2290
+ AUTO_ML: "AutoMl",
2291
+ DATA_WRANGLER: "DataWrangler",
2292
+ EMR_CLUSTERS: "EmrClusters",
2293
+ ENDPOINTS: "Endpoints",
2294
+ EXPERIMENTS: "Experiments",
2295
+ FEATURE_STORE: "FeatureStore",
2296
+ INFERENCE_RECOMMENDER: "InferenceRecommender",
2297
+ JUMP_START: "JumpStart",
2298
+ MODELS: "Models",
2299
+ MODEL_EVALUATION: "ModelEvaluation",
2300
+ PIPELINES: "Pipelines",
2301
+ PROJECTS: "Projects",
2302
+ TRAINING: "Training"
2303
+ };
2285
2304
  var ExecutionRoleIdentityConfig = {
2286
2305
  DISABLED: "DISABLED",
2287
2306
  USER_PROFILE_NAME: "USER_PROFILE_NAME"
@@ -2715,6 +2734,7 @@ var RetentionType = {
2715
2734
  };
2716
2735
  var HubContentType = {
2717
2736
  MODEL: "Model",
2737
+ MODEL_REFERENCE: "ModelReference",
2718
2738
  NOTEBOOK: "Notebook"
2719
2739
  };
2720
2740
  var RecommendationStatus = {
@@ -2811,6 +2831,10 @@ var HubContentStatus = {
2811
2831
  IMPORTING: "Importing",
2812
2832
  IMPORT_FAILED: "ImportFailed"
2813
2833
  };
2834
+ var HubContentSupportStatus = {
2835
+ DEPRECATED: "Deprecated",
2836
+ SUPPORTED: "Supported"
2837
+ };
2814
2838
  var HumanTaskUiStatus = {
2815
2839
  ACTIVE: "Active",
2816
2840
  DELETING: "Deleting"
@@ -2939,30 +2963,6 @@ var ModelPackageGroupStatus = {
2939
2963
  IN_PROGRESS: "InProgress",
2940
2964
  PENDING: "Pending"
2941
2965
  };
2942
- var ExecutionStatus = {
2943
- COMPLETED: "Completed",
2944
- COMPLETED_WITH_VIOLATIONS: "CompletedWithViolations",
2945
- FAILED: "Failed",
2946
- IN_PROGRESS: "InProgress",
2947
- PENDING: "Pending",
2948
- STOPPED: "Stopped",
2949
- STOPPING: "Stopping"
2950
- };
2951
- var ScheduleStatus = {
2952
- FAILED: "Failed",
2953
- PENDING: "Pending",
2954
- SCHEDULED: "Scheduled",
2955
- STOPPED: "Stopped"
2956
- };
2957
- var NotebookInstanceStatus = {
2958
- Deleting: "Deleting",
2959
- Failed: "Failed",
2960
- InService: "InService",
2961
- Pending: "Pending",
2962
- Stopped: "Stopped",
2963
- Stopping: "Stopping",
2964
- Updating: "Updating"
2965
- };
2966
2966
  var OidcConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2967
2967
  ...obj,
2968
2968
  ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
@@ -3143,6 +3143,12 @@ var se_CreateHubCommand = /* @__PURE__ */ __name(async (input, context) => {
3143
3143
  body = JSON.stringify((0, import_smithy_client._json)(input));
3144
3144
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3145
3145
  }, "se_CreateHubCommand");
3146
+ var se_CreateHubContentReferenceCommand = /* @__PURE__ */ __name(async (input, context) => {
3147
+ const headers = sharedHeaders("CreateHubContentReference");
3148
+ let body;
3149
+ body = JSON.stringify((0, import_smithy_client._json)(input));
3150
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3151
+ }, "se_CreateHubContentReferenceCommand");
3146
3152
  var se_CreateHumanTaskUiCommand = /* @__PURE__ */ __name(async (input, context) => {
3147
3153
  const headers = sharedHeaders("CreateHumanTaskUi");
3148
3154
  let body;
@@ -3485,6 +3491,12 @@ var se_DeleteHubContentCommand = /* @__PURE__ */ __name(async (input, context) =
3485
3491
  body = JSON.stringify((0, import_smithy_client._json)(input));
3486
3492
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3487
3493
  }, "se_DeleteHubContentCommand");
3494
+ var se_DeleteHubContentReferenceCommand = /* @__PURE__ */ __name(async (input, context) => {
3495
+ const headers = sharedHeaders("DeleteHubContentReference");
3496
+ let body;
3497
+ body = JSON.stringify((0, import_smithy_client._json)(input));
3498
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3499
+ }, "se_DeleteHubContentReferenceCommand");
3488
3500
  var se_DeleteHumanTaskUiCommand = /* @__PURE__ */ __name(async (input, context) => {
3489
3501
  const headers = sharedHeaders("DeleteHumanTaskUi");
3490
3502
  let body;
@@ -5291,6 +5303,19 @@ var de_CreateHubCommand = /* @__PURE__ */ __name(async (output, context) => {
5291
5303
  };
5292
5304
  return response;
5293
5305
  }, "de_CreateHubCommand");
5306
+ var de_CreateHubContentReferenceCommand = /* @__PURE__ */ __name(async (output, context) => {
5307
+ if (output.statusCode >= 300) {
5308
+ return de_CommandError(output, context);
5309
+ }
5310
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5311
+ let contents = {};
5312
+ contents = de_CreateHubContentReferenceResponse(data, context);
5313
+ const response = {
5314
+ $metadata: deserializeMetadata(output),
5315
+ ...contents
5316
+ };
5317
+ return response;
5318
+ }, "de_CreateHubContentReferenceCommand");
5294
5319
  var de_CreateHumanTaskUiCommand = /* @__PURE__ */ __name(async (output, context) => {
5295
5320
  if (output.statusCode >= 300) {
5296
5321
  return de_CommandError(output, context);
@@ -5987,6 +6012,16 @@ var de_DeleteHubContentCommand = /* @__PURE__ */ __name(async (output, context)
5987
6012
  };
5988
6013
  return response;
5989
6014
  }, "de_DeleteHubContentCommand");
6015
+ var de_DeleteHubContentReferenceCommand = /* @__PURE__ */ __name(async (output, context) => {
6016
+ if (output.statusCode >= 300) {
6017
+ return de_CommandError(output, context);
6018
+ }
6019
+ await (0, import_smithy_client.collectBody)(output.body, context);
6020
+ const response = {
6021
+ $metadata: deserializeMetadata(output)
6022
+ };
6023
+ return response;
6024
+ }, "de_DeleteHubContentReferenceCommand");
5990
6025
  var de_DeleteHumanTaskUiCommand = /* @__PURE__ */ __name(async (output, context) => {
5991
6026
  if (output.statusCode >= 300) {
5992
6027
  return de_CommandError(output, context);
@@ -11740,6 +11775,12 @@ var de_CreateFlowDefinitionResponse = /* @__PURE__ */ __name((output, context) =
11740
11775
  FlowDefinitionArn: import_smithy_client.expectString
11741
11776
  });
11742
11777
  }, "de_CreateFlowDefinitionResponse");
11778
+ var de_CreateHubContentReferenceResponse = /* @__PURE__ */ __name((output, context) => {
11779
+ return (0, import_smithy_client.take)(output, {
11780
+ HubArn: import_smithy_client.expectString,
11781
+ HubContentArn: import_smithy_client.expectString
11782
+ });
11783
+ }, "de_CreateHubContentReferenceResponse");
11743
11784
  var de_CreateHubResponse = /* @__PURE__ */ __name((output, context) => {
11744
11785
  return (0, import_smithy_client.take)(output, {
11745
11786
  HubArn: import_smithy_client.expectString
@@ -12670,7 +12711,10 @@ var de_DescribeHubContentResponse = /* @__PURE__ */ __name((output, context) =>
12670
12711
  HubContentStatus: import_smithy_client.expectString,
12671
12712
  HubContentType: import_smithy_client.expectString,
12672
12713
  HubContentVersion: import_smithy_client.expectString,
12673
- HubName: import_smithy_client.expectString
12714
+ HubName: import_smithy_client.expectString,
12715
+ ReferenceMinVersion: import_smithy_client.expectString,
12716
+ SageMakerPublicHubContentArn: import_smithy_client.expectString,
12717
+ SupportStatus: import_smithy_client.expectString
12674
12718
  });
12675
12719
  }, "de_DescribeHubContentResponse");
12676
12720
  var de_DescribeHubResponse = /* @__PURE__ */ __name((output, context) => {
@@ -14048,6 +14092,18 @@ var de_Groups = /* @__PURE__ */ __name((output, context) => {
14048
14092
  });
14049
14093
  return retVal;
14050
14094
  }, "de_Groups");
14095
+ var de_HiddenAppTypesList = /* @__PURE__ */ __name((output, context) => {
14096
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
14097
+ return (0, import_smithy_client.expectString)(entry);
14098
+ });
14099
+ return retVal;
14100
+ }, "de_HiddenAppTypesList");
14101
+ var de_HiddenMlToolsList = /* @__PURE__ */ __name((output, context) => {
14102
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
14103
+ return (0, import_smithy_client.expectString)(entry);
14104
+ });
14105
+ return retVal;
14106
+ }, "de_HiddenMlToolsList");
14051
14107
  var de_HolidayConfig = /* @__PURE__ */ __name((output, context) => {
14052
14108
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
14053
14109
  return de_HolidayConfigAttributes(entry, context);
@@ -14091,7 +14147,10 @@ var de_HubContentInfo = /* @__PURE__ */ __name((output, context) => {
14091
14147
  HubContentSearchKeywords: (_) => de_HubContentSearchKeywordList(_, context),
14092
14148
  HubContentStatus: import_smithy_client.expectString,
14093
14149
  HubContentType: import_smithy_client.expectString,
14094
- HubContentVersion: import_smithy_client.expectString
14150
+ HubContentVersion: import_smithy_client.expectString,
14151
+ OriginalCreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
14152
+ SageMakerPublicHubContentArn: import_smithy_client.expectString,
14153
+ SupportStatus: import_smithy_client.expectString
14095
14154
  });
14096
14155
  }, "de_HubContentInfo");
14097
14156
  var de_HubContentInfoList = /* @__PURE__ */ __name((output, context) => {
@@ -14571,6 +14630,11 @@ var de_InferenceExperimentSummary = /* @__PURE__ */ __name((output, context) =>
14571
14630
  Type: import_smithy_client.expectString
14572
14631
  });
14573
14632
  }, "de_InferenceExperimentSummary");
14633
+ var de_InferenceHubAccessConfig = /* @__PURE__ */ __name((output, context) => {
14634
+ return (0, import_smithy_client.take)(output, {
14635
+ HubContentArn: import_smithy_client.expectString
14636
+ });
14637
+ }, "de_InferenceHubAccessConfig");
14574
14638
  var de_InferenceMetrics = /* @__PURE__ */ __name((output, context) => {
14575
14639
  return (0, import_smithy_client.take)(output, {
14576
14640
  MaxInvocations: import_smithy_client.expectInt32,
@@ -17277,6 +17341,7 @@ var de_S3DataSource = /* @__PURE__ */ __name((output, context) => {
17277
17341
  var de_S3ModelDataSource = /* @__PURE__ */ __name((output, context) => {
17278
17342
  return (0, import_smithy_client.take)(output, {
17279
17343
  CompressionType: import_smithy_client.expectString,
17344
+ HubAccessConfig: (_) => de_InferenceHubAccessConfig(_, context),
17280
17345
  ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
17281
17346
  S3DataType: import_smithy_client.expectString,
17282
17347
  S3Uri: import_smithy_client.expectString
@@ -17604,6 +17669,12 @@ var de_StudioLifecycleConfigsList = /* @__PURE__ */ __name((output, context) =>
17604
17669
  });
17605
17670
  return retVal;
17606
17671
  }, "de_StudioLifecycleConfigsList");
17672
+ var de_StudioWebPortalSettings = /* @__PURE__ */ __name((output, context) => {
17673
+ return (0, import_smithy_client.take)(output, {
17674
+ HiddenAppTypes: (_) => de_HiddenAppTypesList(_, context),
17675
+ HiddenMlTools: (_) => de_HiddenMlToolsList(_, context)
17676
+ });
17677
+ }, "de_StudioWebPortalSettings");
17607
17678
  var de_Subnets = /* @__PURE__ */ __name((output, context) => {
17608
17679
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
17609
17680
  return (0, import_smithy_client.expectString)(entry);
@@ -18456,6 +18527,7 @@ var de_UserSettings = /* @__PURE__ */ __name((output, context) => {
18456
18527
  SharingSettings: (_) => de_SharingSettings(_, context),
18457
18528
  SpaceStorageSettings: (_) => de_DefaultSpaceStorageSettings(_, context),
18458
18529
  StudioWebPortal: import_smithy_client.expectString,
18530
+ StudioWebPortalSettings: (_) => de_StudioWebPortalSettings(_, context),
18459
18531
  TensorBoardAppSettings: (_) => de_TensorBoardAppSettings(_, context)
18460
18532
  });
18461
18533
  }, "de_UserSettings");
@@ -19037,6 +19109,22 @@ var _CreateHubCommand = class _CreateHubCommand extends import_smithy_client.Com
19037
19109
  __name(_CreateHubCommand, "CreateHubCommand");
19038
19110
  var CreateHubCommand = _CreateHubCommand;
19039
19111
 
19112
+ // src/commands/CreateHubContentReferenceCommand.ts
19113
+
19114
+
19115
+
19116
+ var _CreateHubContentReferenceCommand = class _CreateHubContentReferenceCommand extends import_smithy_client.Command.classBuilder().ep({
19117
+ ...commonParams
19118
+ }).m(function(Command, cs, config, o) {
19119
+ return [
19120
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19121
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19122
+ ];
19123
+ }).s("SageMaker", "CreateHubContentReference", {}).n("SageMakerClient", "CreateHubContentReferenceCommand").f(void 0, void 0).ser(se_CreateHubContentReferenceCommand).de(de_CreateHubContentReferenceCommand).build() {
19124
+ };
19125
+ __name(_CreateHubContentReferenceCommand, "CreateHubContentReferenceCommand");
19126
+ var CreateHubContentReferenceCommand = _CreateHubContentReferenceCommand;
19127
+
19040
19128
  // src/commands/CreateHumanTaskUiCommand.ts
19041
19129
 
19042
19130
 
@@ -19949,6 +20037,22 @@ var _DeleteHubContentCommand = class _DeleteHubContentCommand extends import_smi
19949
20037
  __name(_DeleteHubContentCommand, "DeleteHubContentCommand");
19950
20038
  var DeleteHubContentCommand = _DeleteHubContentCommand;
19951
20039
 
20040
+ // src/commands/DeleteHubContentReferenceCommand.ts
20041
+
20042
+
20043
+
20044
+ var _DeleteHubContentReferenceCommand = class _DeleteHubContentReferenceCommand extends import_smithy_client.Command.classBuilder().ep({
20045
+ ...commonParams
20046
+ }).m(function(Command, cs, config, o) {
20047
+ return [
20048
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20049
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20050
+ ];
20051
+ }).s("SageMaker", "DeleteHubContentReference", {}).n("SageMakerClient", "DeleteHubContentReferenceCommand").f(void 0, void 0).ser(se_DeleteHubContentReferenceCommand).de(de_DeleteHubContentReferenceCommand).build() {
20052
+ };
20053
+ __name(_DeleteHubContentReferenceCommand, "DeleteHubContentReferenceCommand");
20054
+ var DeleteHubContentReferenceCommand = _DeleteHubContentReferenceCommand;
20055
+
19952
20056
  // src/commands/DeleteHumanTaskUiCommand.ts
19953
20057
 
19954
20058
 
@@ -22868,6 +22972,14 @@ var RetryPipelineExecutionCommand = _RetryPipelineExecutionCommand;
22868
22972
 
22869
22973
  // src/models/models_4.ts
22870
22974
 
22975
+ var MonitoringAlertHistorySortKey = {
22976
+ CreationTime: "CreationTime",
22977
+ Status: "Status"
22978
+ };
22979
+ var MonitoringAlertStatus = {
22980
+ IN_ALERT: "InAlert",
22981
+ OK: "OK"
22982
+ };
22871
22983
  var MonitoringExecutionSortKey = {
22872
22984
  CREATION_TIME: "CreationTime",
22873
22985
  SCHEDULED_TIME: "ScheduledTime",
@@ -24026,6 +24138,7 @@ var commands = {
24026
24138
  CreateFeatureGroupCommand,
24027
24139
  CreateFlowDefinitionCommand,
24028
24140
  CreateHubCommand,
24141
+ CreateHubContentReferenceCommand,
24029
24142
  CreateHumanTaskUiCommand,
24030
24143
  CreateHyperParameterTuningJobCommand,
24031
24144
  CreateImageCommand,
@@ -24083,6 +24196,7 @@ var commands = {
24083
24196
  DeleteFlowDefinitionCommand,
24084
24197
  DeleteHubCommand,
24085
24198
  DeleteHubContentCommand,
24199
+ DeleteHubContentReferenceCommand,
24086
24200
  DeleteHumanTaskUiCommand,
24087
24201
  DeleteHyperParameterTuningJobCommand,
24088
24202
  DeleteImageCommand,
@@ -25177,6 +25291,30 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
25177
25291
  }, "waitUntilTransformJobCompletedOrStopped");
25178
25292
 
25179
25293
  // src/models/models_3.ts
25294
+ var ExecutionStatus = {
25295
+ COMPLETED: "Completed",
25296
+ COMPLETED_WITH_VIOLATIONS: "CompletedWithViolations",
25297
+ FAILED: "Failed",
25298
+ IN_PROGRESS: "InProgress",
25299
+ PENDING: "Pending",
25300
+ STOPPED: "Stopped",
25301
+ STOPPING: "Stopping"
25302
+ };
25303
+ var ScheduleStatus = {
25304
+ FAILED: "Failed",
25305
+ PENDING: "Pending",
25306
+ SCHEDULED: "Scheduled",
25307
+ STOPPED: "Stopped"
25308
+ };
25309
+ var NotebookInstanceStatus = {
25310
+ Deleting: "Deleting",
25311
+ Failed: "Failed",
25312
+ InService: "InService",
25313
+ Pending: "Pending",
25314
+ Stopped: "Stopped",
25315
+ Stopping: "Stopping",
25316
+ Updating: "Updating"
25317
+ };
25180
25318
  var PipelineStatus = {
25181
25319
  ACTIVE: "Active",
25182
25320
  DELETING: "Deleting"
@@ -25532,14 +25670,6 @@ var ModelSortKey = {
25532
25670
  CreationTime: "CreationTime",
25533
25671
  Name: "Name"
25534
25672
  };
25535
- var MonitoringAlertHistorySortKey = {
25536
- CreationTime: "CreationTime",
25537
- Status: "Status"
25538
- };
25539
- var MonitoringAlertStatus = {
25540
- IN_ALERT: "InAlert",
25541
- OK: "OK"
25542
- };
25543
25673
  // Annotate the CommonJS export names for ESM import in node:
25544
25674
 
25545
25675
  0 && (module.exports = {
@@ -25575,6 +25705,7 @@ var MonitoringAlertStatus = {
25575
25705
  CreateFeatureGroupCommand,
25576
25706
  CreateFlowDefinitionCommand,
25577
25707
  CreateHubCommand,
25708
+ CreateHubContentReferenceCommand,
25578
25709
  CreateHumanTaskUiCommand,
25579
25710
  CreateHyperParameterTuningJobCommand,
25580
25711
  CreateImageCommand,
@@ -25632,6 +25763,7 @@ var MonitoringAlertStatus = {
25632
25763
  DeleteFlowDefinitionCommand,
25633
25764
  DeleteHubCommand,
25634
25765
  DeleteHubContentCommand,
25766
+ DeleteHubContentReferenceCommand,
25635
25767
  DeleteHumanTaskUiCommand,
25636
25768
  DeleteHyperParameterTuningJobCommand,
25637
25769
  DeleteImageCommand,
@@ -26085,6 +26217,7 @@ var MonitoringAlertStatus = {
26085
26217
  RStudioServerProUserGroup,
26086
26218
  NotebookOutputOption,
26087
26219
  StudioWebPortal,
26220
+ MlTools,
26088
26221
  ExecutionRoleIdentityConfig,
26089
26222
  FailureHandlingPolicy,
26090
26223
  DeviceSubsetType,
@@ -26154,6 +26287,7 @@ var MonitoringAlertStatus = {
26154
26287
  FlowDefinitionStatus,
26155
26288
  HubStatus,
26156
26289
  HubContentStatus,
26290
+ HubContentSupportStatus,
26157
26291
  HumanTaskUiStatus,
26158
26292
  TrainingJobStatus,
26159
26293
  HyperParameterTuningJobStatus,
@@ -26170,13 +26304,13 @@ var MonitoringAlertStatus = {
26170
26304
  ModelCardExportJobStatus,
26171
26305
  DetailedModelPackageStatus,
26172
26306
  ModelPackageGroupStatus,
26173
- ExecutionStatus,
26174
- ScheduleStatus,
26175
- NotebookInstanceStatus,
26176
26307
  OidcConfigFilterSensitiveLog,
26177
26308
  CreateWorkforceRequestFilterSensitiveLog,
26178
26309
  DescribeModelCardResponseFilterSensitiveLog,
26179
26310
  DescribeModelPackageOutputFilterSensitiveLog,
26311
+ ExecutionStatus,
26312
+ ScheduleStatus,
26313
+ NotebookInstanceStatus,
26180
26314
  PipelineStatus,
26181
26315
  PipelineExecutionStatus,
26182
26316
  ProcessingJobStatus,
@@ -26,6 +26,7 @@ import { CreateExperimentCommand, } from "./commands/CreateExperimentCommand";
26
26
  import { CreateFeatureGroupCommand, } from "./commands/CreateFeatureGroupCommand";
27
27
  import { CreateFlowDefinitionCommand, } from "./commands/CreateFlowDefinitionCommand";
28
28
  import { CreateHubCommand } from "./commands/CreateHubCommand";
29
+ import { CreateHubContentReferenceCommand, } from "./commands/CreateHubContentReferenceCommand";
29
30
  import { CreateHumanTaskUiCommand, } from "./commands/CreateHumanTaskUiCommand";
30
31
  import { CreateHyperParameterTuningJobCommand, } from "./commands/CreateHyperParameterTuningJobCommand";
31
32
  import { CreateImageCommand } from "./commands/CreateImageCommand";
@@ -83,6 +84,7 @@ import { DeleteFeatureGroupCommand, } from "./commands/DeleteFeatureGroupCommand
83
84
  import { DeleteFlowDefinitionCommand, } from "./commands/DeleteFlowDefinitionCommand";
84
85
  import { DeleteHubCommand } from "./commands/DeleteHubCommand";
85
86
  import { DeleteHubContentCommand, } from "./commands/DeleteHubContentCommand";
87
+ import { DeleteHubContentReferenceCommand, } from "./commands/DeleteHubContentReferenceCommand";
86
88
  import { DeleteHumanTaskUiCommand, } from "./commands/DeleteHumanTaskUiCommand";
87
89
  import { DeleteHyperParameterTuningJobCommand, } from "./commands/DeleteHyperParameterTuningJobCommand";
88
90
  import { DeleteImageCommand } from "./commands/DeleteImageCommand";
@@ -356,6 +358,7 @@ const commands = {
356
358
  CreateFeatureGroupCommand,
357
359
  CreateFlowDefinitionCommand,
358
360
  CreateHubCommand,
361
+ CreateHubContentReferenceCommand,
359
362
  CreateHumanTaskUiCommand,
360
363
  CreateHyperParameterTuningJobCommand,
361
364
  CreateImageCommand,
@@ -413,6 +416,7 @@ const commands = {
413
416
  DeleteFlowDefinitionCommand,
414
417
  DeleteHubCommand,
415
418
  DeleteHubContentCommand,
419
+ DeleteHubContentReferenceCommand,
416
420
  DeleteHumanTaskUiCommand,
417
421
  DeleteHyperParameterTuningJobCommand,
418
422
  DeleteImageCommand,
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateHubContentReferenceCommand, se_CreateHubContentReferenceCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class CreateHubContentReferenceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "CreateHubContentReference", {})
19
+ .n("SageMakerClient", "CreateHubContentReferenceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateHubContentReferenceCommand)
22
+ .de(de_CreateHubContentReferenceCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteHubContentReferenceCommand, se_DeleteHubContentReferenceCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DeleteHubContentReferenceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("SageMaker", "DeleteHubContentReference", {})
19
+ .n("SageMakerClient", "DeleteHubContentReferenceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteHubContentReferenceCommand)
22
+ .de(de_DeleteHubContentReferenceCommand)
23
+ .build() {
24
+ }
@@ -25,6 +25,7 @@ export * from "./CreateExperimentCommand";
25
25
  export * from "./CreateFeatureGroupCommand";
26
26
  export * from "./CreateFlowDefinitionCommand";
27
27
  export * from "./CreateHubCommand";
28
+ export * from "./CreateHubContentReferenceCommand";
28
29
  export * from "./CreateHumanTaskUiCommand";
29
30
  export * from "./CreateHyperParameterTuningJobCommand";
30
31
  export * from "./CreateImageCommand";
@@ -82,6 +83,7 @@ export * from "./DeleteFeatureGroupCommand";
82
83
  export * from "./DeleteFlowDefinitionCommand";
83
84
  export * from "./DeleteHubCommand";
84
85
  export * from "./DeleteHubContentCommand";
86
+ export * from "./DeleteHubContentReferenceCommand";
85
87
  export * from "./DeleteHumanTaskUiCommand";
86
88
  export * from "./DeleteHyperParameterTuningJobCommand";
87
89
  export * from "./DeleteImageCommand";
@@ -87,6 +87,21 @@ export const StudioWebPortal = {
87
87
  Disabled: "DISABLED",
88
88
  Enabled: "ENABLED",
89
89
  };
90
+ export const MlTools = {
91
+ AUTO_ML: "AutoMl",
92
+ DATA_WRANGLER: "DataWrangler",
93
+ EMR_CLUSTERS: "EmrClusters",
94
+ ENDPOINTS: "Endpoints",
95
+ EXPERIMENTS: "Experiments",
96
+ FEATURE_STORE: "FeatureStore",
97
+ INFERENCE_RECOMMENDER: "InferenceRecommender",
98
+ JUMP_START: "JumpStart",
99
+ MODELS: "Models",
100
+ MODEL_EVALUATION: "ModelEvaluation",
101
+ PIPELINES: "Pipelines",
102
+ PROJECTS: "Projects",
103
+ TRAINING: "Training",
104
+ };
90
105
  export const ExecutionRoleIdentityConfig = {
91
106
  DISABLED: "DISABLED",
92
107
  USER_PROFILE_NAME: "USER_PROFILE_NAME",
@@ -68,6 +68,7 @@ export const RetentionType = {
68
68
  };
69
69
  export const HubContentType = {
70
70
  MODEL: "Model",
71
+ MODEL_REFERENCE: "ModelReference",
71
72
  NOTEBOOK: "Notebook",
72
73
  };
73
74
  export const RecommendationStatus = {
@@ -164,6 +165,10 @@ export const HubContentStatus = {
164
165
  IMPORTING: "Importing",
165
166
  IMPORT_FAILED: "ImportFailed",
166
167
  };
168
+ export const HubContentSupportStatus = {
169
+ DEPRECATED: "Deprecated",
170
+ SUPPORTED: "Supported",
171
+ };
167
172
  export const HumanTaskUiStatus = {
168
173
  ACTIVE: "Active",
169
174
  DELETING: "Deleting",
@@ -292,30 +297,6 @@ export const ModelPackageGroupStatus = {
292
297
  IN_PROGRESS: "InProgress",
293
298
  PENDING: "Pending",
294
299
  };
295
- export const ExecutionStatus = {
296
- COMPLETED: "Completed",
297
- COMPLETED_WITH_VIOLATIONS: "CompletedWithViolations",
298
- FAILED: "Failed",
299
- IN_PROGRESS: "InProgress",
300
- PENDING: "Pending",
301
- STOPPED: "Stopped",
302
- STOPPING: "Stopping",
303
- };
304
- export const ScheduleStatus = {
305
- FAILED: "Failed",
306
- PENDING: "Pending",
307
- SCHEDULED: "Scheduled",
308
- STOPPED: "Stopped",
309
- };
310
- export const NotebookInstanceStatus = {
311
- Deleting: "Deleting",
312
- Failed: "Failed",
313
- InService: "InService",
314
- Pending: "Pending",
315
- Stopped: "Stopped",
316
- Stopping: "Stopping",
317
- Updating: "Updating",
318
- };
319
300
  export const OidcConfigFilterSensitiveLog = (obj) => ({
320
301
  ...obj,
321
302
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
@@ -1,3 +1,27 @@
1
+ export const ExecutionStatus = {
2
+ COMPLETED: "Completed",
3
+ COMPLETED_WITH_VIOLATIONS: "CompletedWithViolations",
4
+ FAILED: "Failed",
5
+ IN_PROGRESS: "InProgress",
6
+ PENDING: "Pending",
7
+ STOPPED: "Stopped",
8
+ STOPPING: "Stopping",
9
+ };
10
+ export const ScheduleStatus = {
11
+ FAILED: "Failed",
12
+ PENDING: "Pending",
13
+ SCHEDULED: "Scheduled",
14
+ STOPPED: "Stopped",
15
+ };
16
+ export const NotebookInstanceStatus = {
17
+ Deleting: "Deleting",
18
+ Failed: "Failed",
19
+ InService: "InService",
20
+ Pending: "Pending",
21
+ Stopped: "Stopped",
22
+ Stopping: "Stopping",
23
+ Updating: "Updating",
24
+ };
1
25
  export const PipelineStatus = {
2
26
  ACTIVE: "Active",
3
27
  DELETING: "Deleting",
@@ -353,11 +377,3 @@ export const ModelSortKey = {
353
377
  CreationTime: "CreationTime",
354
378
  Name: "Name",
355
379
  };
356
- export const MonitoringAlertHistorySortKey = {
357
- CreationTime: "CreationTime",
358
- Status: "Status",
359
- };
360
- export const MonitoringAlertStatus = {
361
- IN_ALERT: "InAlert",
362
- OK: "OK",
363
- };