@aws-sdk/client-sagemaker 3.456.0 → 3.458.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.
@@ -1,8 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NotebookInstanceLifecycleConfigSortOrder = exports.NotebookInstanceLifecycleConfigSortKey = exports.MonitoringScheduleSortKey = exports.MonitoringExecutionSortKey = exports.MonitoringAlertStatus = exports.MonitoringAlertHistorySortKey = exports.ModelSortKey = exports.ModelPackageSortBy = exports.ModelPackageType = exports.ModelPackageGroupSortBy = exports.ModelMetadataFilterType = exports.ModelCardVersionSortBy = exports.ModelCardSortOrder = exports.ModelCardSortBy = exports.ModelCardExportJobSortOrder = exports.ModelCardExportJobSortBy = exports.SortLineageGroupsBy = exports.ListLabelingJobsForWorkteamSortByOptions = exports.SortBy = exports.ListInferenceRecommendationsJobsSortBy = exports.SortInferenceExperimentsBy = exports.SortExperimentsBy = exports.OrderKey = exports.ListEdgePackagingJobsSortBy = exports.ListEdgeDeploymentPlansSortBy = exports.ListDeviceFleetsSortBy = exports.MonitoringJobDefinitionSortKey = exports.SortContextsBy = exports.ListCompilationJobsSortBy = exports.SortAssociationsBy = exports.SortArtifactsBy = exports.SortOrder = exports.SortActionsBy = exports.LineageType = exports.RecommendationStepType = exports.InferenceExperimentStopDesiredState = exports.ImageVersionSortOrder = exports.ImageVersionSortBy = exports.ImageSortOrder = exports.ImageSortBy = exports.HyperParameterTuningJobSortByOptions = exports.HubSortBy = exports.HubContentSortBy = exports.ResourceType = exports.SagemakerServicecatalogStatus = exports.Operator = exports.FeatureGroupSortOrder = exports.FeatureGroupSortBy = exports.EndpointSortKey = exports.EndpointConfigSortKey = void 0;
4
- exports.ModelCardFilterSensitiveLog = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ResourceCatalogSortOrder = exports.ResourceCatalogSortBy = exports.ProjectSortOrder = exports.ProjectSortBy = exports.SortPipelinesBy = exports.StepStatus = exports.SortPipelineExecutionsBy = exports.NotebookInstanceSortOrder = exports.NotebookInstanceSortKey = void 0;
5
- const smithy_client_1 = require("@smithy/smithy-client");
4
+ exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ResourceCatalogSortOrder = exports.ResourceCatalogSortBy = exports.ProjectSortOrder = exports.ProjectSortBy = exports.SortPipelinesBy = exports.StepStatus = exports.SortPipelineExecutionsBy = exports.NotebookInstanceSortOrder = exports.NotebookInstanceSortKey = void 0;
6
5
  exports.EndpointConfigSortKey = {
7
6
  CreationTime: "CreationTime",
8
7
  Name: "Name",
@@ -326,8 +325,3 @@ exports.ListWorkteamsSortByOptions = {
326
325
  CreateDate: "CreateDate",
327
326
  Name: "Name",
328
327
  };
329
- const ModelCardFilterSensitiveLog = (obj) => ({
330
- ...obj,
331
- ...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
332
- });
333
- exports.ModelCardFilterSensitiveLog = ModelCardFilterSensitiveLog;
@@ -1,9 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateWorkforceRequestFilterSensitiveLog = exports.UpdateModelCardRequestFilterSensitiveLog = exports.SearchResponseFilterSensitiveLog = exports.SearchRecordFilterSensitiveLog = exports.VariantPropertyType = exports.SearchSortOrder = exports.ModelVariantAction = void 0;
3
+ exports.UpdateWorkforceRequestFilterSensitiveLog = exports.UpdateModelCardRequestFilterSensitiveLog = exports.SearchResponseFilterSensitiveLog = exports.SearchRecordFilterSensitiveLog = exports.ModelCardFilterSensitiveLog = exports.VariantPropertyType = exports.SearchSortOrder = exports.ModelVariantAction = void 0;
4
4
  const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const models_1_1 = require("./models_1");
6
- const models_3_1 = require("./models_3");
7
6
  exports.ModelVariantAction = {
8
7
  PROMOTE: "Promote",
9
8
  REMOVE: "Remove",
@@ -18,11 +17,16 @@ exports.VariantPropertyType = {
18
17
  DesiredInstanceCount: "DesiredInstanceCount",
19
18
  DesiredWeight: "DesiredWeight",
20
19
  };
20
+ const ModelCardFilterSensitiveLog = (obj) => ({
21
+ ...obj,
22
+ ...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
23
+ });
24
+ exports.ModelCardFilterSensitiveLog = ModelCardFilterSensitiveLog;
21
25
  const SearchRecordFilterSensitiveLog = (obj) => ({
22
26
  ...obj,
23
27
  ...(obj.TrialComponent && { TrialComponent: obj.TrialComponent }),
24
28
  ...(obj.FeatureGroup && { FeatureGroup: obj.FeatureGroup }),
25
- ...(obj.ModelCard && { ModelCard: (0, models_3_1.ModelCardFilterSensitiveLog)(obj.ModelCard) }),
29
+ ...(obj.ModelCard && { ModelCard: (0, exports.ModelCardFilterSensitiveLog)(obj.ModelCard) }),
26
30
  });
27
31
  exports.SearchRecordFilterSensitiveLog = SearchRecordFilterSensitiveLog;
28
32
  const SearchResponseFilterSensitiveLog = (obj) => ({
@@ -17773,6 +17773,11 @@ const de_Model = (output, context) => {
17773
17773
  VpcConfig: (_) => de_VpcConfig(_, context),
17774
17774
  });
17775
17775
  };
17776
+ const de_ModelAccessConfig = (output, context) => {
17777
+ return (0, smithy_client_1.take)(output, {
17778
+ AcceptEula: smithy_client_1.expectBoolean,
17779
+ });
17780
+ };
17776
17781
  const de_ModelArtifacts = (output, context) => {
17777
17782
  return (0, smithy_client_1.take)(output, {
17778
17783
  S3ModelArtifacts: smithy_client_1.expectString,
@@ -19663,6 +19668,7 @@ const de_S3DataSource = (output, context) => {
19663
19668
  const de_S3ModelDataSource = (output, context) => {
19664
19669
  return (0, smithy_client_1.take)(output, {
19665
19670
  CompressionType: smithy_client_1.expectString,
19671
+ ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
19666
19672
  S3DataType: smithy_client_1.expectString,
19667
19673
  S3Uri: smithy_client_1.expectString,
19668
19674
  });
@@ -1,4 +1,3 @@
1
- import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
1
  export const EndpointConfigSortKey = {
3
2
  CreationTime: "CreationTime",
4
3
  Name: "Name",
@@ -322,7 +321,3 @@ export const ListWorkteamsSortByOptions = {
322
321
  CreateDate: "CreateDate",
323
322
  Name: "Name",
324
323
  };
325
- export const ModelCardFilterSensitiveLog = (obj) => ({
326
- ...obj,
327
- ...(obj.Content && { Content: SENSITIVE_STRING }),
328
- });
@@ -1,6 +1,5 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { OidcConfigFilterSensitiveLog, } from "./models_1";
3
- import { ModelCardFilterSensitiveLog, } from "./models_3";
4
3
  export const ModelVariantAction = {
5
4
  PROMOTE: "Promote",
6
5
  REMOVE: "Remove",
@@ -15,6 +14,10 @@ export const VariantPropertyType = {
15
14
  DesiredInstanceCount: "DesiredInstanceCount",
16
15
  DesiredWeight: "DesiredWeight",
17
16
  };
17
+ export const ModelCardFilterSensitiveLog = (obj) => ({
18
+ ...obj,
19
+ ...(obj.Content && { Content: SENSITIVE_STRING }),
20
+ });
18
21
  export const SearchRecordFilterSensitiveLog = (obj) => ({
19
22
  ...obj,
20
23
  ...(obj.TrialComponent && { TrialComponent: obj.TrialComponent }),
@@ -17150,6 +17150,11 @@ const de_Model = (output, context) => {
17150
17150
  VpcConfig: (_) => de_VpcConfig(_, context),
17151
17151
  });
17152
17152
  };
17153
+ const de_ModelAccessConfig = (output, context) => {
17154
+ return take(output, {
17155
+ AcceptEula: __expectBoolean,
17156
+ });
17157
+ };
17153
17158
  const de_ModelArtifacts = (output, context) => {
17154
17159
  return take(output, {
17155
17160
  S3ModelArtifacts: __expectString,
@@ -19040,6 +19045,7 @@ const de_S3DataSource = (output, context) => {
19040
19045
  const de_S3ModelDataSource = (output, context) => {
19041
19046
  return take(output, {
19042
19047
  CompressionType: __expectString,
19048
+ ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
19043
19049
  S3DataType: __expectString,
19044
19050
  S3Uri: __expectString,
19045
19051
  });
@@ -75,6 +75,9 @@ export interface CreateModelCommandOutput extends CreateModelOutput, __MetadataB
75
75
  * S3Uri: "STRING_VALUE", // required
76
76
  * S3DataType: "S3Prefix" || "S3Object", // required
77
77
  * CompressionType: "None" || "Gzip", // required
78
+ * ModelAccessConfig: { // ModelAccessConfig
79
+ * AcceptEula: true || false, // required
80
+ * },
78
81
  * },
79
82
  * },
80
83
  * },
@@ -103,6 +106,9 @@ export interface CreateModelCommandOutput extends CreateModelOutput, __MetadataB
103
106
  * S3Uri: "STRING_VALUE", // required
104
107
  * S3DataType: "S3Prefix" || "S3Object", // required
105
108
  * CompressionType: "None" || "Gzip", // required
109
+ * ModelAccessConfig: {
110
+ * AcceptEula: true || false, // required
111
+ * },
106
112
  * },
107
113
  * },
108
114
  * },
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { DeleteCodeRepositoryInput } from "../models/models_1";
4
+ import { DeleteCodeRepositoryInput } from "../models/models_2";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
7
  * @public
@@ -62,6 +62,9 @@ export interface DescribeModelCommandOutput extends DescribeModelOutput, __Metad
62
62
  * // S3Uri: "STRING_VALUE", // required
63
63
  * // S3DataType: "S3Prefix" || "S3Object", // required
64
64
  * // CompressionType: "None" || "Gzip", // required
65
+ * // ModelAccessConfig: { // ModelAccessConfig
66
+ * // AcceptEula: true || false, // required
67
+ * // },
65
68
  * // },
66
69
  * // },
67
70
  * // },
@@ -90,6 +93,9 @@ export interface DescribeModelCommandOutput extends DescribeModelOutput, __Metad
90
93
  * // S3Uri: "STRING_VALUE", // required
91
94
  * // S3DataType: "S3Prefix" || "S3Object", // required
92
95
  * // CompressionType: "None" || "Gzip", // required
96
+ * // ModelAccessConfig: {
97
+ * // AcceptEula: true || false, // required
98
+ * // },
93
99
  * // },
94
100
  * // },
95
101
  * // },
@@ -1749,6 +1749,9 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
1749
1749
  * // S3Uri: "STRING_VALUE", // required
1750
1750
  * // S3DataType: "S3Prefix" || "S3Object", // required
1751
1751
  * // CompressionType: "None" || "Gzip", // required
1752
+ * // ModelAccessConfig: { // ModelAccessConfig
1753
+ * // AcceptEula: true || false, // required
1754
+ * // },
1752
1755
  * // },
1753
1756
  * // },
1754
1757
  * // },
@@ -1775,6 +1778,9 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
1775
1778
  * // S3Uri: "STRING_VALUE", // required
1776
1779
  * // S3DataType: "S3Prefix" || "S3Object", // required
1777
1780
  * // CompressionType: "None" || "Gzip", // required
1781
+ * // ModelAccessConfig: {
1782
+ * // AcceptEula: true || false, // required
1783
+ * // },
1778
1784
  * // },
1779
1785
  * // },
1780
1786
  * // },
@@ -1618,7 +1618,7 @@ export interface StoppingCondition {
1618
1618
  MaxWaitTimeInSeconds?: number;
1619
1619
  /**
1620
1620
  * @public
1621
- * <p>The maximum pending time in seconds.</p>
1621
+ * <p>The maximum length of time, in seconds, that a training or compilation job can be pending before it is stopped.</p>
1622
1622
  */
1623
1623
  MaxPendingTimeInSeconds?: number;
1624
1624
  }
@@ -8105,6 +8105,23 @@ export declare const ModelCompressionType: {
8105
8105
  * @public
8106
8106
  */
8107
8107
  export type ModelCompressionType = (typeof ModelCompressionType)[keyof typeof ModelCompressionType];
8108
+ /**
8109
+ * @public
8110
+ * <p>The access configuration file for the ML model. You can explicitly accept the model
8111
+ * end-user license agreement (EULA) within the <code>ModelAccessConfig</code>. For more
8112
+ * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-foundation-models-choose.html#jumpstart-foundation-models-choose-eula">End-user license agreements</a>.</p>
8113
+ */
8114
+ export interface ModelAccessConfig {
8115
+ /**
8116
+ * @public
8117
+ * <p>Specifies agreement to the model end-user license agreement (EULA). The
8118
+ * <code>AcceptEula</code> value must be explicitly defined as <code>True</code> in
8119
+ * order to accept the EULA that this model requires. You are responsible for reviewing and
8120
+ * complying with any applicable license terms and making sure they are acceptable for your
8121
+ * use case before downloading or using a model.</p>
8122
+ */
8123
+ AcceptEula: boolean | undefined;
8124
+ }
8108
8125
  /**
8109
8126
  * @public
8110
8127
  * @enum
@@ -8209,6 +8226,15 @@ export interface S3ModelDataSource {
8209
8226
  * </ul>
8210
8227
  */
8211
8228
  CompressionType: ModelCompressionType | undefined;
8229
+ /**
8230
+ * @public
8231
+ * <p>Specifies the access configuration file for the ML model. You can explicitly accept
8232
+ * the model end-user license agreement (EULA) within the <code>ModelAccessConfig</code>.
8233
+ * You are responsible for reviewing and complying with any applicable license terms and
8234
+ * making sure they are acceptable for your use case before downloading or using a
8235
+ * model.</p>
8236
+ */
8237
+ ModelAccessConfig?: ModelAccessConfig;
8212
8238
  }
8213
8239
  /**
8214
8240
  * @public
@@ -10595,30 +10621,3 @@ export interface MonitoringResources {
10595
10621
  */
10596
10622
  ClusterConfig: MonitoringClusterConfig | undefined;
10597
10623
  }
10598
- /**
10599
- * @public
10600
- * <p>The networking configuration for the monitoring job.</p>
10601
- */
10602
- export interface MonitoringNetworkConfig {
10603
- /**
10604
- * @public
10605
- * <p>Whether to encrypt all communications between the instances used for the monitoring
10606
- * jobs. Choose <code>True</code> to encrypt communications. Encryption provides greater
10607
- * security for distributed jobs, but the processing might take longer.</p>
10608
- */
10609
- EnableInterContainerTrafficEncryption?: boolean;
10610
- /**
10611
- * @public
10612
- * <p>Whether to allow inbound and outbound network calls to and from the containers used for
10613
- * the monitoring job.</p>
10614
- */
10615
- EnableNetworkIsolation?: boolean;
10616
- /**
10617
- * @public
10618
- * <p>Specifies a VPC that your training jobs and hosted models have access to. Control
10619
- * access to and from your training and model containers by configuring the VPC. For more
10620
- * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html">Protect Endpoints by Using an Amazon Virtual Private Cloud</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs
10621
- * by Using an Amazon Virtual Private Cloud</a>. </p>
10622
- */
10623
- VpcConfig?: VpcConfig;
10624
- }
@@ -1,5 +1,32 @@
1
1
  import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
2
- import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfig, CollectionConfiguration, CollectionType, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
2
+ import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfig, CollectionConfiguration, CollectionType, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
3
+ /**
4
+ * @public
5
+ * <p>The networking configuration for the monitoring job.</p>
6
+ */
7
+ export interface MonitoringNetworkConfig {
8
+ /**
9
+ * @public
10
+ * <p>Whether to encrypt all communications between the instances used for the monitoring
11
+ * jobs. Choose <code>True</code> to encrypt communications. Encryption provides greater
12
+ * security for distributed jobs, but the processing might take longer.</p>
13
+ */
14
+ EnableInterContainerTrafficEncryption?: boolean;
15
+ /**
16
+ * @public
17
+ * <p>Whether to allow inbound and outbound network calls to and from the containers used for
18
+ * the monitoring job.</p>
19
+ */
20
+ EnableNetworkIsolation?: boolean;
21
+ /**
22
+ * @public
23
+ * <p>Specifies a VPC that your training jobs and hosted models have access to. Control
24
+ * access to and from your training and model containers by configuring the VPC. For more
25
+ * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html">Protect Endpoints by Using an Amazon Virtual Private Cloud</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs
26
+ * by Using an Amazon Virtual Private Cloud</a>. </p>
27
+ */
28
+ VpcConfig?: VpcConfig;
29
+ }
3
30
  /**
4
31
  * @public
5
32
  * <p>A time limit for how long the monitoring job is allowed to run before stopping.</p>
@@ -10960,16 +10987,6 @@ export interface DeleteAssociationResponse {
10960
10987
  */
10961
10988
  DestinationArn?: string;
10962
10989
  }
10963
- /**
10964
- * @public
10965
- */
10966
- export interface DeleteCodeRepositoryInput {
10967
- /**
10968
- * @public
10969
- * <p>The name of the Git repository to delete.</p>
10970
- */
10971
- CodeRepositoryName: string | undefined;
10972
- }
10973
10990
  /**
10974
10991
  * @internal
10975
10992
  */
@@ -1,5 +1,15 @@
1
- import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, CustomizedMetricSpecification, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExecutionRoleIdentityConfig, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance } from "./models_1";
1
+ import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringOutputConfig, MonitoringResources, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
+ import { _InstanceType, CustomizedMetricSpecification, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExecutionRoleIdentityConfig, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface DeleteCodeRepositoryInput {
7
+ /**
8
+ * @public
9
+ * <p>The name of the Git repository to delete.</p>
10
+ */
11
+ CodeRepositoryName: string | undefined;
12
+ }
3
13
  /**
4
14
  * @public
5
15
  */
@@ -1985,8 +1995,7 @@ export interface DescribeDomainResponse {
1985
1995
  SingleSignOnManagedApplicationInstanceId?: string;
1986
1996
  /**
1987
1997
  * @public
1988
- * <p>The ARN of the associated Amazon Web Services Single Sign-On application
1989
- * for this Domain.</p>
1998
+ * <p>The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after September 19, 2023.</p>
1990
1999
  */
1991
2000
  SingleSignOnApplicationArn?: string;
1992
2001
  /**
@@ -9223,88 +9232,6 @@ export interface EnableSagemakerServicecatalogPortfolioInput {
9223
9232
  */
9224
9233
  export interface EnableSagemakerServicecatalogPortfolioOutput {
9225
9234
  }
9226
- /**
9227
- * @public
9228
- * <p>A schedule for a model monitoring job. For information about model monitor, see
9229
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model
9230
- * Monitor</a>.</p>
9231
- */
9232
- export interface MonitoringSchedule {
9233
- /**
9234
- * @public
9235
- * <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
9236
- */
9237
- MonitoringScheduleArn?: string;
9238
- /**
9239
- * @public
9240
- * <p>The name of the monitoring schedule.</p>
9241
- */
9242
- MonitoringScheduleName?: string;
9243
- /**
9244
- * @public
9245
- * <p>The status of the monitoring schedule. This can be one of the following values.</p>
9246
- * <ul>
9247
- * <li>
9248
- * <p>
9249
- * <code>PENDING</code> - The schedule is pending being created.</p>
9250
- * </li>
9251
- * <li>
9252
- * <p>
9253
- * <code>FAILED</code> - The schedule failed.</p>
9254
- * </li>
9255
- * <li>
9256
- * <p>
9257
- * <code>SCHEDULED</code> - The schedule was successfully created.</p>
9258
- * </li>
9259
- * <li>
9260
- * <p>
9261
- * <code>STOPPED</code> - The schedule was stopped.</p>
9262
- * </li>
9263
- * </ul>
9264
- */
9265
- MonitoringScheduleStatus?: ScheduleStatus;
9266
- /**
9267
- * @public
9268
- * <p>The type of the monitoring job definition to schedule.</p>
9269
- */
9270
- MonitoringType?: MonitoringType;
9271
- /**
9272
- * @public
9273
- * <p>If the monitoring schedule failed, the reason it failed.</p>
9274
- */
9275
- FailureReason?: string;
9276
- /**
9277
- * @public
9278
- * <p>The time that the monitoring schedule was created.</p>
9279
- */
9280
- CreationTime?: Date;
9281
- /**
9282
- * @public
9283
- * <p>The last time the monitoring schedule was changed.</p>
9284
- */
9285
- LastModifiedTime?: Date;
9286
- /**
9287
- * @public
9288
- * <p>Configures the monitoring schedule and defines the monitoring job.</p>
9289
- */
9290
- MonitoringScheduleConfig?: MonitoringScheduleConfig;
9291
- /**
9292
- * @public
9293
- * <p>The endpoint that hosts the model being monitored.</p>
9294
- */
9295
- EndpointName?: string;
9296
- /**
9297
- * @public
9298
- * <p>Summary of information about the last monitoring job to run.</p>
9299
- */
9300
- LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
9301
- /**
9302
- * @public
9303
- * <p>A list of the tags associated with the monitoring schedlue. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
9304
- * resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
9305
- */
9306
- Tags?: Tag[];
9307
- }
9308
9235
  /**
9309
9236
  * @internal
9310
9237
  */