@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
@@ -1,7 +1,167 @@
1
1
  import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterInstanceGroupSpecification, CodeEditorAppImageConfig, ConditionStepMetadata, ContainerDefinition, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
3
- import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, ExecutionStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, NotificationConfiguration, OidcConfig, ProfilerConfig, ProfilerRuleConfiguration, ScheduleStatus, SharingType, SourceIpConfig, SpaceSettings, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
4
- import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData, MonitoringAlertStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
3
+ import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelPackageGroupStatus, ModelPackageStatusDetails, NotificationConfiguration, OidcConfig, ProfilerConfig, ProfilerRuleConfiguration, SharingType, SourceIpConfig, SpaceSettings, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
4
+ import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, ExecutionStatus, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData, ModelSummary, MonitoringExecutionSummary, NotebookInstanceStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface ListModelsOutput {
9
+ /**
10
+ * <p>An array of <code>ModelSummary</code> objects, each of which lists a
11
+ * model.</p>
12
+ * @public
13
+ */
14
+ Models: ModelSummary[] | undefined;
15
+ /**
16
+ * <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of
17
+ * models, use it in the subsequent request. </p>
18
+ * @public
19
+ */
20
+ NextToken?: string;
21
+ }
22
+ /**
23
+ * @public
24
+ * @enum
25
+ */
26
+ export declare const MonitoringAlertHistorySortKey: {
27
+ readonly CreationTime: "CreationTime";
28
+ readonly Status: "Status";
29
+ };
30
+ /**
31
+ * @public
32
+ */
33
+ export type MonitoringAlertHistorySortKey = (typeof MonitoringAlertHistorySortKey)[keyof typeof MonitoringAlertHistorySortKey];
34
+ /**
35
+ * @public
36
+ * @enum
37
+ */
38
+ export declare const MonitoringAlertStatus: {
39
+ readonly IN_ALERT: "InAlert";
40
+ readonly OK: "OK";
41
+ };
42
+ /**
43
+ * @public
44
+ */
45
+ export type MonitoringAlertStatus = (typeof MonitoringAlertStatus)[keyof typeof MonitoringAlertStatus];
46
+ /**
47
+ * @public
48
+ */
49
+ export interface ListMonitoringAlertHistoryRequest {
50
+ /**
51
+ * <p>The name of a monitoring schedule.</p>
52
+ * @public
53
+ */
54
+ MonitoringScheduleName?: string;
55
+ /**
56
+ * <p>The name of a monitoring alert.</p>
57
+ * @public
58
+ */
59
+ MonitoringAlertName?: string;
60
+ /**
61
+ * <p>The field used to sort results. The default is <code>CreationTime</code>.</p>
62
+ * @public
63
+ */
64
+ SortBy?: MonitoringAlertHistorySortKey;
65
+ /**
66
+ * <p>The sort order, whether <code>Ascending</code> or <code>Descending</code>, of the alert
67
+ * history. The default is <code>Descending</code>.</p>
68
+ * @public
69
+ */
70
+ SortOrder?: SortOrder;
71
+ /**
72
+ * <p>If the result of the previous <code>ListMonitoringAlertHistory</code> request was
73
+ * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
74
+ * alerts in the history, use the token in the next request.</p>
75
+ * @public
76
+ */
77
+ NextToken?: string;
78
+ /**
79
+ * <p>The maximum number of results to display. The default is 100.</p>
80
+ * @public
81
+ */
82
+ MaxResults?: number;
83
+ /**
84
+ * <p>A filter that returns only alerts created on or before the specified time.</p>
85
+ * @public
86
+ */
87
+ CreationTimeBefore?: Date;
88
+ /**
89
+ * <p>A filter that returns only alerts created on or after the specified time.</p>
90
+ * @public
91
+ */
92
+ CreationTimeAfter?: Date;
93
+ /**
94
+ * <p>A filter that retrieves only alerts with a specific status.</p>
95
+ * @public
96
+ */
97
+ StatusEquals?: MonitoringAlertStatus;
98
+ }
99
+ /**
100
+ * <p>Provides summary information of an alert's history.</p>
101
+ * @public
102
+ */
103
+ export interface MonitoringAlertHistorySummary {
104
+ /**
105
+ * <p>The name of a monitoring schedule.</p>
106
+ * @public
107
+ */
108
+ MonitoringScheduleName: string | undefined;
109
+ /**
110
+ * <p>The name of a monitoring alert.</p>
111
+ * @public
112
+ */
113
+ MonitoringAlertName: string | undefined;
114
+ /**
115
+ * <p>A timestamp that indicates when the first alert transition occurred in an alert history.
116
+ * An alert transition can be from status <code>InAlert</code> to <code>OK</code>,
117
+ * or from <code>OK</code> to <code>InAlert</code>.</p>
118
+ * @public
119
+ */
120
+ CreationTime: Date | undefined;
121
+ /**
122
+ * <p>The current alert status of an alert.</p>
123
+ * @public
124
+ */
125
+ AlertStatus: MonitoringAlertStatus | undefined;
126
+ }
127
+ /**
128
+ * @public
129
+ */
130
+ export interface ListMonitoringAlertHistoryResponse {
131
+ /**
132
+ * <p>An alert history for a model monitoring schedule.</p>
133
+ * @public
134
+ */
135
+ MonitoringAlertHistory?: MonitoringAlertHistorySummary[];
136
+ /**
137
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
138
+ * alerts, use it in the subsequent request.</p>
139
+ * @public
140
+ */
141
+ NextToken?: string;
142
+ }
143
+ /**
144
+ * @public
145
+ */
146
+ export interface ListMonitoringAlertsRequest {
147
+ /**
148
+ * <p>The name of a monitoring schedule.</p>
149
+ * @public
150
+ */
151
+ MonitoringScheduleName: string | undefined;
152
+ /**
153
+ * <p>If the result of the previous <code>ListMonitoringAlerts</code> request was truncated,
154
+ * the response includes a <code>NextToken</code>. To retrieve the next set of alerts in the
155
+ * history, use the token in the next request.</p>
156
+ * @public
157
+ */
158
+ NextToken?: string;
159
+ /**
160
+ * <p>The maximum number of results to display. The default is 100.</p>
161
+ * @public
162
+ */
163
+ MaxResults?: number;
164
+ }
5
165
  /**
6
166
  * <p>An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into
7
167
  * <code>InAlert</code> status.</p>
@@ -27,6 +27,7 @@ import { CreateExperimentCommandInput, CreateExperimentCommandOutput } from "../
27
27
  import { CreateFeatureGroupCommandInput, CreateFeatureGroupCommandOutput } from "../commands/CreateFeatureGroupCommand";
28
28
  import { CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput } from "../commands/CreateFlowDefinitionCommand";
29
29
  import { CreateHubCommandInput, CreateHubCommandOutput } from "../commands/CreateHubCommand";
30
+ import { CreateHubContentReferenceCommandInput, CreateHubContentReferenceCommandOutput } from "../commands/CreateHubContentReferenceCommand";
30
31
  import { CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput } from "../commands/CreateHumanTaskUiCommand";
31
32
  import { CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput } from "../commands/CreateHyperParameterTuningJobCommand";
32
33
  import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/CreateImageCommand";
@@ -84,6 +85,7 @@ import { DeleteFeatureGroupCommandInput, DeleteFeatureGroupCommandOutput } from
84
85
  import { DeleteFlowDefinitionCommandInput, DeleteFlowDefinitionCommandOutput } from "../commands/DeleteFlowDefinitionCommand";
85
86
  import { DeleteHubCommandInput, DeleteHubCommandOutput } from "../commands/DeleteHubCommand";
86
87
  import { DeleteHubContentCommandInput, DeleteHubContentCommandOutput } from "../commands/DeleteHubContentCommand";
88
+ import { DeleteHubContentReferenceCommandInput, DeleteHubContentReferenceCommandOutput } from "../commands/DeleteHubContentReferenceCommand";
87
89
  import { DeleteHumanTaskUiCommandInput, DeleteHumanTaskUiCommandOutput } from "../commands/DeleteHumanTaskUiCommand";
88
90
  import { DeleteHyperParameterTuningJobCommandInput, DeleteHyperParameterTuningJobCommandOutput } from "../commands/DeleteHyperParameterTuningJobCommand";
89
91
  import { DeleteImageCommandInput, DeleteImageCommandOutput } from "../commands/DeleteImageCommand";
@@ -436,6 +438,10 @@ export declare const se_CreateFlowDefinitionCommand: (input: CreateFlowDefinitio
436
438
  * serializeAws_json1_1CreateHubCommand
437
439
  */
438
440
  export declare const se_CreateHubCommand: (input: CreateHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
441
+ /**
442
+ * serializeAws_json1_1CreateHubContentReferenceCommand
443
+ */
444
+ export declare const se_CreateHubContentReferenceCommand: (input: CreateHubContentReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
439
445
  /**
440
446
  * serializeAws_json1_1CreateHumanTaskUiCommand
441
447
  */
@@ -664,6 +670,10 @@ export declare const se_DeleteHubCommand: (input: DeleteHubCommandInput, context
664
670
  * serializeAws_json1_1DeleteHubContentCommand
665
671
  */
666
672
  export declare const se_DeleteHubContentCommand: (input: DeleteHubContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
673
+ /**
674
+ * serializeAws_json1_1DeleteHubContentReferenceCommand
675
+ */
676
+ export declare const se_DeleteHubContentReferenceCommand: (input: DeleteHubContentReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
667
677
  /**
668
678
  * serializeAws_json1_1DeleteHumanTaskUiCommand
669
679
  */
@@ -1748,6 +1758,10 @@ export declare const de_CreateFlowDefinitionCommand: (output: __HttpResponse, co
1748
1758
  * deserializeAws_json1_1CreateHubCommand
1749
1759
  */
1750
1760
  export declare const de_CreateHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHubCommandOutput>;
1761
+ /**
1762
+ * deserializeAws_json1_1CreateHubContentReferenceCommand
1763
+ */
1764
+ export declare const de_CreateHubContentReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHubContentReferenceCommandOutput>;
1751
1765
  /**
1752
1766
  * deserializeAws_json1_1CreateHumanTaskUiCommand
1753
1767
  */
@@ -1976,6 +1990,10 @@ export declare const de_DeleteHubCommand: (output: __HttpResponse, context: __Se
1976
1990
  * deserializeAws_json1_1DeleteHubContentCommand
1977
1991
  */
1978
1992
  export declare const de_DeleteHubContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHubContentCommandOutput>;
1993
+ /**
1994
+ * deserializeAws_json1_1DeleteHubContentReferenceCommand
1995
+ */
1996
+ export declare const de_DeleteHubContentReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHubContentReferenceCommandOutput>;
1979
1997
  /**
1980
1998
  * deserializeAws_json1_1DeleteHumanTaskUiCommand
1981
1999
  */
@@ -107,6 +107,10 @@ import {
107
107
  CreateHubCommandInput,
108
108
  CreateHubCommandOutput,
109
109
  } from "./commands/CreateHubCommand";
110
+ import {
111
+ CreateHubContentReferenceCommandInput,
112
+ CreateHubContentReferenceCommandOutput,
113
+ } from "./commands/CreateHubContentReferenceCommand";
110
114
  import {
111
115
  CreateHumanTaskUiCommandInput,
112
116
  CreateHumanTaskUiCommandOutput,
@@ -335,6 +339,10 @@ import {
335
339
  DeleteHubContentCommandInput,
336
340
  DeleteHubContentCommandOutput,
337
341
  } from "./commands/DeleteHubContentCommand";
342
+ import {
343
+ DeleteHubContentReferenceCommandInput,
344
+ DeleteHubContentReferenceCommandOutput,
345
+ } from "./commands/DeleteHubContentReferenceCommand";
338
346
  import {
339
347
  DeleteHumanTaskUiCommandInput,
340
348
  DeleteHumanTaskUiCommandOutput,
@@ -1664,6 +1672,19 @@ export interface SageMaker {
1664
1672
  options: __HttpHandlerOptions,
1665
1673
  cb: (err: any, data?: CreateHubCommandOutput) => void
1666
1674
  ): void;
1675
+ createHubContentReference(
1676
+ args: CreateHubContentReferenceCommandInput,
1677
+ options?: __HttpHandlerOptions
1678
+ ): Promise<CreateHubContentReferenceCommandOutput>;
1679
+ createHubContentReference(
1680
+ args: CreateHubContentReferenceCommandInput,
1681
+ cb: (err: any, data?: CreateHubContentReferenceCommandOutput) => void
1682
+ ): void;
1683
+ createHubContentReference(
1684
+ args: CreateHubContentReferenceCommandInput,
1685
+ options: __HttpHandlerOptions,
1686
+ cb: (err: any, data?: CreateHubContentReferenceCommandOutput) => void
1687
+ ): void;
1667
1688
  createHumanTaskUi(
1668
1689
  args: CreateHumanTaskUiCommandInput,
1669
1690
  options?: __HttpHandlerOptions
@@ -2437,6 +2458,19 @@ export interface SageMaker {
2437
2458
  options: __HttpHandlerOptions,
2438
2459
  cb: (err: any, data?: DeleteHubContentCommandOutput) => void
2439
2460
  ): void;
2461
+ deleteHubContentReference(
2462
+ args: DeleteHubContentReferenceCommandInput,
2463
+ options?: __HttpHandlerOptions
2464
+ ): Promise<DeleteHubContentReferenceCommandOutput>;
2465
+ deleteHubContentReference(
2466
+ args: DeleteHubContentReferenceCommandInput,
2467
+ cb: (err: any, data?: DeleteHubContentReferenceCommandOutput) => void
2468
+ ): void;
2469
+ deleteHubContentReference(
2470
+ args: DeleteHubContentReferenceCommandInput,
2471
+ options: __HttpHandlerOptions,
2472
+ cb: (err: any, data?: DeleteHubContentReferenceCommandOutput) => void
2473
+ ): void;
2440
2474
  deleteHumanTaskUi(
2441
2475
  args: DeleteHumanTaskUiCommandInput,
2442
2476
  options?: __HttpHandlerOptions
@@ -153,6 +153,10 @@ import {
153
153
  CreateHubCommandInput,
154
154
  CreateHubCommandOutput,
155
155
  } from "./commands/CreateHubCommand";
156
+ import {
157
+ CreateHubContentReferenceCommandInput,
158
+ CreateHubContentReferenceCommandOutput,
159
+ } from "./commands/CreateHubContentReferenceCommand";
156
160
  import {
157
161
  CreateHumanTaskUiCommandInput,
158
162
  CreateHumanTaskUiCommandOutput,
@@ -381,6 +385,10 @@ import {
381
385
  DeleteHubContentCommandInput,
382
386
  DeleteHubContentCommandOutput,
383
387
  } from "./commands/DeleteHubContentCommand";
388
+ import {
389
+ DeleteHubContentReferenceCommandInput,
390
+ DeleteHubContentReferenceCommandOutput,
391
+ } from "./commands/DeleteHubContentReferenceCommand";
384
392
  import {
385
393
  DeleteHumanTaskUiCommandInput,
386
394
  DeleteHumanTaskUiCommandOutput,
@@ -1392,6 +1400,7 @@ export type ServiceInputTypes =
1392
1400
  | CreateFeatureGroupCommandInput
1393
1401
  | CreateFlowDefinitionCommandInput
1394
1402
  | CreateHubCommandInput
1403
+ | CreateHubContentReferenceCommandInput
1395
1404
  | CreateHumanTaskUiCommandInput
1396
1405
  | CreateHyperParameterTuningJobCommandInput
1397
1406
  | CreateImageCommandInput
@@ -1449,6 +1458,7 @@ export type ServiceInputTypes =
1449
1458
  | DeleteFlowDefinitionCommandInput
1450
1459
  | DeleteHubCommandInput
1451
1460
  | DeleteHubContentCommandInput
1461
+ | DeleteHubContentReferenceCommandInput
1452
1462
  | DeleteHumanTaskUiCommandInput
1453
1463
  | DeleteHyperParameterTuningJobCommandInput
1454
1464
  | DeleteImageCommandInput
@@ -1721,6 +1731,7 @@ export type ServiceOutputTypes =
1721
1731
  | CreateFeatureGroupCommandOutput
1722
1732
  | CreateFlowDefinitionCommandOutput
1723
1733
  | CreateHubCommandOutput
1734
+ | CreateHubContentReferenceCommandOutput
1724
1735
  | CreateHumanTaskUiCommandOutput
1725
1736
  | CreateHyperParameterTuningJobCommandOutput
1726
1737
  | CreateImageCommandOutput
@@ -1778,6 +1789,7 @@ export type ServiceOutputTypes =
1778
1789
  | DeleteFlowDefinitionCommandOutput
1779
1790
  | DeleteHubCommandOutput
1780
1791
  | DeleteHubContentCommandOutput
1792
+ | DeleteHubContentReferenceCommandOutput
1781
1793
  | DeleteHumanTaskUiCommandOutput
1782
1794
  | DeleteHyperParameterTuningJobCommandOutput
1783
1795
  | DeleteImageCommandOutput
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CreateCodeRepositoryInput,
5
- CreateCodeRepositoryOutput,
6
- } from "../models/models_0";
3
+ import { CreateCodeRepositoryInput } from "../models/models_0";
4
+ import { CreateCodeRepositoryOutput } from "../models/models_1";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateHubContentReferenceRequest,
5
+ CreateHubContentReferenceResponse,
6
+ } from "../models/models_1";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateHubContentReferenceCommandInput
15
+ extends CreateHubContentReferenceRequest {}
16
+ export interface CreateHubContentReferenceCommandOutput
17
+ extends CreateHubContentReferenceResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateHubContentReferenceCommand_base: {
20
+ new (
21
+ input: CreateHubContentReferenceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateHubContentReferenceCommandInput,
24
+ CreateHubContentReferenceCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateHubContentReferenceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateHubContentReferenceCommandInput,
33
+ CreateHubContentReferenceCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateHubContentReferenceCommand extends CreateHubContentReferenceCommand_base {}
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateProjectInput, CreateProjectOutput } from "../models/models_1";
3
+ import { CreateProjectInput, CreateProjectOutput } from "../models/models_2";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteHubContentReferenceRequest } from "../models/models_2";
4
+ import {
5
+ SageMakerClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../SageMakerClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteHubContentReferenceCommandInput
12
+ extends DeleteHubContentReferenceRequest {}
13
+ export interface DeleteHubContentReferenceCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const DeleteHubContentReferenceCommand_base: {
16
+ new (
17
+ input: DeleteHubContentReferenceCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeleteHubContentReferenceCommandInput,
20
+ DeleteHubContentReferenceCommandOutput,
21
+ SageMakerClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: DeleteHubContentReferenceCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeleteHubContentReferenceCommandInput,
29
+ DeleteHubContentReferenceCommandOutput,
30
+ SageMakerClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeleteHubContentReferenceCommand extends DeleteHubContentReferenceCommand_base {}
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DescribeMonitoringScheduleRequest,
5
- DescribeMonitoringScheduleResponse,
6
- } from "../models/models_2";
3
+ import { DescribeMonitoringScheduleRequest } from "../models/models_2";
4
+ import { DescribeMonitoringScheduleResponse } from "../models/models_3";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeNotebookInstanceInput,
5
5
  DescribeNotebookInstanceOutput,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListModelsInput, ListModelsOutput } from "../models/models_3";
3
+ import { ListModelsInput } from "../models/models_3";
4
+ import { ListModelsOutput } from "../models/models_4";
4
5
  import {
5
6
  SageMakerClientResolvedConfig,
6
7
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListMonitoringAlertHistoryRequest,
5
5
  ListMonitoringAlertHistoryResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListMonitoringAlertsRequest } from "../models/models_3";
4
- import { ListMonitoringAlertsResponse } from "../models/models_4";
3
+ import {
4
+ ListMonitoringAlertsRequest,
5
+ ListMonitoringAlertsResponse,
6
+ } from "../models/models_4";
5
7
  import {
6
8
  SageMakerClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -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";
@@ -78,6 +78,9 @@ export declare const ModelCompressionType: {
78
78
  };
79
79
  export type ModelCompressionType =
80
80
  (typeof ModelCompressionType)[keyof typeof ModelCompressionType];
81
+ export interface InferenceHubAccessConfig {
82
+ HubContentArn: string | undefined;
83
+ }
81
84
  export interface ModelAccessConfig {
82
85
  AcceptEula: boolean | undefined;
83
86
  }
@@ -92,6 +95,7 @@ export interface S3ModelDataSource {
92
95
  S3DataType: S3ModelDataType | undefined;
93
96
  CompressionType: ModelCompressionType | undefined;
94
97
  ModelAccessConfig?: ModelAccessConfig;
98
+ HubAccessConfig?: InferenceHubAccessConfig;
95
99
  }
96
100
  export interface ModelDataSource {
97
101
  S3DataSource?: S3ModelDataSource;
@@ -2556,6 +2560,3 @@ export interface CreateCodeRepositoryInput {
2556
2560
  GitConfig: GitConfig | undefined;
2557
2561
  Tags?: Tag[];
2558
2562
  }
2559
- export interface CreateCodeRepositoryOutput {
2560
- CodeRepositoryArn: string | undefined;
2561
- }
@@ -5,6 +5,7 @@ import {
5
5
  AppNetworkAccessType,
6
6
  AppSecurityGroupManagement,
7
7
  AppSpecification,
8
+ AppType,
8
9
  AsyncInferenceConfig,
9
10
  AthenaDatasetDefinition,
10
11
  AuthMode,
@@ -61,6 +62,9 @@ import {
61
62
  TransformJobDefinition,
62
63
  VpcConfig,
63
64
  } from "./models_0";
65
+ export interface CreateCodeRepositoryOutput {
66
+ CodeRepositoryArn: string | undefined;
67
+ }
64
68
  export declare const Framework: {
65
69
  readonly DARKNET: "DARKNET";
66
70
  readonly KERAS: "KERAS";
@@ -368,6 +372,26 @@ export declare const StudioWebPortal: {
368
372
  };
369
373
  export type StudioWebPortal =
370
374
  (typeof StudioWebPortal)[keyof typeof StudioWebPortal];
375
+ export declare const MlTools: {
376
+ readonly AUTO_ML: "AutoMl";
377
+ readonly DATA_WRANGLER: "DataWrangler";
378
+ readonly EMR_CLUSTERS: "EmrClusters";
379
+ readonly ENDPOINTS: "Endpoints";
380
+ readonly EXPERIMENTS: "Experiments";
381
+ readonly FEATURE_STORE: "FeatureStore";
382
+ readonly INFERENCE_RECOMMENDER: "InferenceRecommender";
383
+ readonly JUMP_START: "JumpStart";
384
+ readonly MODELS: "Models";
385
+ readonly MODEL_EVALUATION: "ModelEvaluation";
386
+ readonly PIPELINES: "Pipelines";
387
+ readonly PROJECTS: "Projects";
388
+ readonly TRAINING: "Training";
389
+ };
390
+ export type MlTools = (typeof MlTools)[keyof typeof MlTools];
391
+ export interface StudioWebPortalSettings {
392
+ HiddenMlTools?: MlTools[];
393
+ HiddenAppTypes?: AppType[];
394
+ }
371
395
  export interface TensorBoardAppSettings {
372
396
  DefaultResourceSpec?: ResourceSpec;
373
397
  }
@@ -388,6 +412,7 @@ export interface UserSettings {
388
412
  StudioWebPortal?: StudioWebPortal;
389
413
  CustomPosixUserConfig?: CustomPosixUserConfig;
390
414
  CustomFileSystemConfigs?: CustomFileSystemConfig[];
415
+ StudioWebPortalSettings?: StudioWebPortalSettings;
391
416
  }
392
417
  export interface DockerSettings {
393
418
  EnableDockerAccess?: FeatureStatus;
@@ -750,6 +775,17 @@ export interface CreateHubRequest {
750
775
  export interface CreateHubResponse {
751
776
  HubArn: string | undefined;
752
777
  }
778
+ export interface CreateHubContentReferenceRequest {
779
+ HubName: string | undefined;
780
+ SageMakerPublicHubContentArn: string | undefined;
781
+ HubContentName?: string;
782
+ MinVersion?: string;
783
+ Tags?: Tag[];
784
+ }
785
+ export interface CreateHubContentReferenceResponse {
786
+ HubArn: string | undefined;
787
+ HubContentArn: string | undefined;
788
+ }
753
789
  export interface UiTemplate {
754
790
  Content: string | undefined;
755
791
  }
@@ -1956,27 +1992,6 @@ export interface ServiceCatalogProvisioningDetails {
1956
1992
  PathId?: string;
1957
1993
  ProvisioningParameters?: ProvisioningParameter[];
1958
1994
  }
1959
- export interface CreateProjectInput {
1960
- ProjectName: string | undefined;
1961
- ProjectDescription?: string;
1962
- ServiceCatalogProvisioningDetails:
1963
- | ServiceCatalogProvisioningDetails
1964
- | undefined;
1965
- Tags?: Tag[];
1966
- }
1967
- export interface CreateProjectOutput {
1968
- ProjectArn: string | undefined;
1969
- ProjectId: string | undefined;
1970
- }
1971
- export interface OwnershipSettings {
1972
- OwnerUserProfileName: string | undefined;
1973
- }
1974
- export interface SpaceCodeEditorAppSettings {
1975
- DefaultResourceSpec?: ResourceSpec;
1976
- }
1977
- export interface EFSFileSystem {
1978
- FileSystemId: string | undefined;
1979
- }
1980
1995
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1981
1996
  obj: CreateModelCardRequest
1982
1997
  ) => any;