@aws-sdk/client-sagemaker 3.804.0 → 3.805.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -14678,7 +14678,8 @@ var de_DomainSettings = /* @__PURE__ */ __name((output, context) => {
14678
14678
  DockerSettings: /* @__PURE__ */ __name((_) => de_DockerSettings(_, context), "DockerSettings"),
14679
14679
  ExecutionRoleIdentityConfig: import_smithy_client.expectString,
14680
14680
  RStudioServerProDomainSettings: /* @__PURE__ */ __name((_) => de_RStudioServerProDomainSettings(_, context), "RStudioServerProDomainSettings"),
14681
- SecurityGroupIds: /* @__PURE__ */ __name((_) => de_DomainSecurityGroupIds(_, context), "SecurityGroupIds")
14681
+ SecurityGroupIds: /* @__PURE__ */ __name((_) => de_DomainSecurityGroupIds(_, context), "SecurityGroupIds"),
14682
+ UnifiedStudioSettings: /* @__PURE__ */ __name((_) => de_UnifiedStudioSettings(_, context), "UnifiedStudioSettings")
14682
14683
  });
14683
14684
  }, "de_DomainSettings");
14684
14685
  var de_DriftCheckBaselines = /* @__PURE__ */ __name((output, context) => {
@@ -19233,6 +19234,7 @@ var de_SpaceSettings = /* @__PURE__ */ __name((output, context) => {
19233
19234
  JupyterLabAppSettings: /* @__PURE__ */ __name((_) => de_SpaceJupyterLabAppSettings(_, context), "JupyterLabAppSettings"),
19234
19235
  JupyterServerAppSettings: /* @__PURE__ */ __name((_) => de_JupyterServerAppSettings(_, context), "JupyterServerAppSettings"),
19235
19236
  KernelGatewayAppSettings: /* @__PURE__ */ __name((_) => de_KernelGatewayAppSettings(_, context), "KernelGatewayAppSettings"),
19237
+ SpaceManagedResources: import_smithy_client.expectString,
19236
19238
  SpaceStorageSettings: /* @__PURE__ */ __name((_) => de_SpaceStorageSettings(_, context), "SpaceStorageSettings")
19237
19239
  });
19238
19240
  }, "de_SpaceSettings");
@@ -20016,6 +20018,17 @@ var de_UiTemplateInfo = /* @__PURE__ */ __name((output, context) => {
20016
20018
  Url: import_smithy_client.expectString
20017
20019
  });
20018
20020
  }, "de_UiTemplateInfo");
20021
+ var de_UnifiedStudioSettings = /* @__PURE__ */ __name((output, context) => {
20022
+ return (0, import_smithy_client.take)(output, {
20023
+ DomainAccountId: import_smithy_client.expectString,
20024
+ DomainId: import_smithy_client.expectString,
20025
+ DomainRegion: import_smithy_client.expectString,
20026
+ EnvironmentId: import_smithy_client.expectString,
20027
+ ProjectId: import_smithy_client.expectString,
20028
+ ProjectS3Path: import_smithy_client.expectString,
20029
+ StudioWebPortalAccess: import_smithy_client.expectString
20030
+ });
20031
+ }, "de_UnifiedStudioSettings");
20019
20032
  var de_UpdateActionResponse = /* @__PURE__ */ __name((output, context) => {
20020
20033
  return (0, import_smithy_client.take)(output, {
20021
20034
  ActionArn: import_smithy_client.expectString
@@ -23367,12 +23380,6 @@ var ListCompilationJobsSortBy = {
23367
23380
  NAME: "Name",
23368
23381
  STATUS: "Status"
23369
23382
  };
23370
- var SortQuotaBy = {
23371
- CLUSTER_ARN: "ClusterArn",
23372
- CREATION_TIME: "CreationTime",
23373
- NAME: "Name",
23374
- STATUS: "Status"
23375
- };
23376
23383
  var DescribeModelCardResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
23377
23384
  ...obj,
23378
23385
  ...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
@@ -25246,6 +25253,12 @@ var RetryPipelineExecutionCommand = class extends import_smithy_client.Command.c
25246
25253
 
25247
25254
  // src/models/models_4.ts
25248
25255
 
25256
+ var SortQuotaBy = {
25257
+ CLUSTER_ARN: "ClusterArn",
25258
+ CREATION_TIME: "CreationTime",
25259
+ NAME: "Name",
25260
+ STATUS: "Status"
25261
+ };
25249
25262
  var SortContextsBy = {
25250
25263
  CREATION_TIME: "CreationTime",
25251
25264
  NAME: "Name"
@@ -28531,9 +28544,9 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
28531
28544
  SortAssociationsBy,
28532
28545
  SortClusterSchedulerConfigBy,
28533
28546
  ListCompilationJobsSortBy,
28534
- SortQuotaBy,
28535
28547
  DescribeModelCardResponseFilterSensitiveLog,
28536
28548
  DescribeModelPackageOutputFilterSensitiveLog,
28549
+ SortQuotaBy,
28537
28550
  SortContextsBy,
28538
28551
  MonitoringJobDefinitionSortKey,
28539
28552
  ListDeviceFleetsSortBy,
@@ -467,12 +467,6 @@ export const ListCompilationJobsSortBy = {
467
467
  NAME: "Name",
468
468
  STATUS: "Status",
469
469
  };
470
- export const SortQuotaBy = {
471
- CLUSTER_ARN: "ClusterArn",
472
- CREATION_TIME: "CreationTime",
473
- NAME: "Name",
474
- STATUS: "Status",
475
- };
476
470
  export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
477
471
  ...obj,
478
472
  ...(obj.Content && { Content: SENSITIVE_STRING }),
@@ -1,5 +1,11 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
3
+ export const SortQuotaBy = {
4
+ CLUSTER_ARN: "ClusterArn",
5
+ CREATION_TIME: "CreationTime",
6
+ NAME: "Name",
7
+ STATUS: "Status",
8
+ };
3
9
  export const SortContextsBy = {
4
10
  CREATION_TIME: "CreationTime",
5
11
  NAME: "Name",
@@ -11571,6 +11571,7 @@ const de_DomainSettings = (output, context) => {
11571
11571
  ExecutionRoleIdentityConfig: __expectString,
11572
11572
  RStudioServerProDomainSettings: (_) => de_RStudioServerProDomainSettings(_, context),
11573
11573
  SecurityGroupIds: (_) => de_DomainSecurityGroupIds(_, context),
11574
+ UnifiedStudioSettings: (_) => de_UnifiedStudioSettings(_, context),
11574
11575
  });
11575
11576
  };
11576
11577
  const de_DriftCheckBaselines = (output, context) => {
@@ -16424,6 +16425,7 @@ const de_SpaceSettings = (output, context) => {
16424
16425
  JupyterLabAppSettings: (_) => de_SpaceJupyterLabAppSettings(_, context),
16425
16426
  JupyterServerAppSettings: (_) => de_JupyterServerAppSettings(_, context),
16426
16427
  KernelGatewayAppSettings: (_) => de_KernelGatewayAppSettings(_, context),
16428
+ SpaceManagedResources: __expectString,
16427
16429
  SpaceStorageSettings: (_) => de_SpaceStorageSettings(_, context),
16428
16430
  });
16429
16431
  };
@@ -17244,6 +17246,17 @@ const de_UiTemplateInfo = (output, context) => {
17244
17246
  Url: __expectString,
17245
17247
  });
17246
17248
  };
17249
+ const de_UnifiedStudioSettings = (output, context) => {
17250
+ return take(output, {
17251
+ DomainAccountId: __expectString,
17252
+ DomainId: __expectString,
17253
+ DomainRegion: __expectString,
17254
+ EnvironmentId: __expectString,
17255
+ ProjectId: __expectString,
17256
+ ProjectS3Path: __expectString,
17257
+ StudioWebPortalAccess: __expectString,
17258
+ });
17259
+ };
17247
17260
  const de_UpdateActionResponse = (output, context) => {
17248
17261
  return take(output, {
17249
17262
  ActionArn: __expectString,
@@ -318,6 +318,15 @@ declare const CreateDomainCommand_base: {
318
318
  * Status: "ENABLED" || "DISABLED",
319
319
  * QProfileArn: "STRING_VALUE",
320
320
  * },
321
+ * UnifiedStudioSettings: { // UnifiedStudioSettings
322
+ * StudioWebPortalAccess: "ENABLED" || "DISABLED",
323
+ * DomainAccountId: "STRING_VALUE",
324
+ * DomainRegion: "STRING_VALUE",
325
+ * DomainId: "STRING_VALUE",
326
+ * ProjectId: "STRING_VALUE",
327
+ * EnvironmentId: "STRING_VALUE",
328
+ * ProjectS3Path: "STRING_VALUE",
329
+ * },
321
330
  * },
322
331
  * SubnetIds: [ // Subnets // required
323
332
  * "STRING_VALUE",
@@ -119,6 +119,7 @@ declare const CreateSpaceCommand_base: {
119
119
  * EbsVolumeSizeInGb: Number("int"), // required
120
120
  * },
121
121
  * },
122
+ * SpaceManagedResources: "ENABLED" || "DISABLED",
122
123
  * CustomFileSystems: [ // CustomFileSystems
123
124
  * { // CustomFileSystem Union: only one key present
124
125
  * EFSFileSystem: { // EFSFileSystem
@@ -290,6 +290,15 @@ declare const DescribeDomainCommand_base: {
290
290
  * // Status: "ENABLED" || "DISABLED",
291
291
  * // QProfileArn: "STRING_VALUE",
292
292
  * // },
293
+ * // UnifiedStudioSettings: { // UnifiedStudioSettings
294
+ * // StudioWebPortalAccess: "ENABLED" || "DISABLED",
295
+ * // DomainAccountId: "STRING_VALUE",
296
+ * // DomainRegion: "STRING_VALUE",
297
+ * // DomainId: "STRING_VALUE",
298
+ * // ProjectId: "STRING_VALUE",
299
+ * // EnvironmentId: "STRING_VALUE",
300
+ * // ProjectS3Path: "STRING_VALUE",
301
+ * // },
293
302
  * // },
294
303
  * // AppNetworkAccessType: "PublicInternetOnly" || "VpcOnly",
295
304
  * // HomeEfsFileSystemKmsKeyId: "STRING_VALUE",
@@ -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 { DescribeHubRequest, DescribeHubResponse } from "../models/models_2";
3
+ import { DescribeHubRequest } from "../models/models_2";
4
+ import { DescribeHubResponse } from "../models/models_3";
4
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  /**
6
7
  * @public
@@ -125,6 +125,7 @@ declare const DescribeSpaceCommand_base: {
125
125
  * // EbsVolumeSizeInGb: Number("int"), // required
126
126
  * // },
127
127
  * // },
128
+ * // SpaceManagedResources: "ENABLED" || "DISABLED",
128
129
  * // CustomFileSystems: [ // CustomFileSystems
129
130
  * // { // CustomFileSystem Union: only one key present
130
131
  * // EFSFileSystem: { // EFSFileSystem
@@ -49,8 +49,8 @@ declare const SearchTrainingPlanOfferingsCommand_base: {
49
49
  * // const { SageMakerClient, SearchTrainingPlanOfferingsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
50
50
  * const client = new SageMakerClient(config);
51
51
  * const input = { // SearchTrainingPlanOfferingsRequest
52
- * InstanceType: "ml.p4d.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.trn1.32xlarge" || "ml.trn2.48xlarge", // required
53
- * InstanceCount: Number("int"), // required
52
+ * InstanceType: "ml.p4d.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.trn1.32xlarge" || "ml.trn2.48xlarge",
53
+ * InstanceCount: Number("int"),
54
54
  * StartTimeAfter: new Date("TIMESTAMP"),
55
55
  * EndTimeBefore: new Date("TIMESTAMP"),
56
56
  * DurationHours: Number("long"), // required
@@ -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 { StopInferenceExperimentRequest, StopInferenceExperimentResponse } from "../models/models_4";
3
+ import { StopInferenceExperimentRequest } from "../models/models_4";
4
+ import { StopInferenceExperimentResponse } from "../models/models_5";
4
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  /**
6
7
  * @public
@@ -274,6 +274,15 @@ declare const UpdateDomainCommand_base: {
274
274
  * Status: "ENABLED" || "DISABLED",
275
275
  * QProfileArn: "STRING_VALUE",
276
276
  * },
277
+ * UnifiedStudioSettings: { // UnifiedStudioSettings
278
+ * StudioWebPortalAccess: "ENABLED" || "DISABLED",
279
+ * DomainAccountId: "STRING_VALUE",
280
+ * DomainRegion: "STRING_VALUE",
281
+ * DomainId: "STRING_VALUE",
282
+ * ProjectId: "STRING_VALUE",
283
+ * EnvironmentId: "STRING_VALUE",
284
+ * ProjectS3Path: "STRING_VALUE",
285
+ * },
277
286
  * },
278
287
  * AppSecurityGroupManagement: "Service" || "Customer",
279
288
  * DefaultSpaceSettings: { // DefaultSpaceSettings
@@ -116,6 +116,7 @@ declare const UpdateSpaceCommand_base: {
116
116
  * EbsVolumeSizeInGb: Number("int"), // required
117
117
  * },
118
118
  * },
119
+ * SpaceManagedResources: "ENABLED" || "DISABLED",
119
120
  * CustomFileSystems: [ // CustomFileSystems
120
121
  * { // CustomFileSystem Union: only one key present
121
122
  * EFSFileSystem: { // EFSFileSystem
@@ -9354,7 +9354,7 @@ export interface ClusterNodeDetails {
9354
9354
  */
9355
9355
  LaunchTime?: Date | undefined;
9356
9356
  /**
9357
- * <p>The time of when the cluster was last updated.</p>
9357
+ * <p>The time when the cluster was last updated.</p>
9358
9358
  * @public
9359
9359
  */
9360
9360
  LastSoftwareUpdateTime?: Date | undefined;
@@ -9443,7 +9443,7 @@ export interface ClusterNodeSummary {
9443
9443
  */
9444
9444
  LaunchTime: Date | undefined;
9445
9445
  /**
9446
- * <p>The time of when SageMaker last updated the software of the instances in the cluster.</p>
9446
+ * <p>The time when SageMaker last updated the software of the instances in the cluster.</p>
9447
9447
  * @public
9448
9448
  */
9449
9449
  LastSoftwareUpdateTime?: Date | undefined;
@@ -715,9 +715,7 @@ export interface CreateAppRequest {
715
715
  */
716
716
  ResourceSpec?: ResourceSpec | undefined;
717
717
  /**
718
- * <p>
719
- * Indicates whether the application is launched in recovery mode.
720
- * </p>
718
+ * <p> Indicates whether the application is launched in recovery mode. </p>
721
719
  * @public
722
720
  */
723
721
  RecoveryMode?: boolean | undefined;
@@ -3577,6 +3575,68 @@ export interface RStudioServerProDomainSettings {
3577
3575
  */
3578
3576
  DefaultResourceSpec?: ResourceSpec | undefined;
3579
3577
  }
3578
+ /**
3579
+ * <p>The settings that apply to an Amazon SageMaker AI domain when you use it in Amazon
3580
+ * SageMaker Unified Studio.</p>
3581
+ * @public
3582
+ */
3583
+ export interface UnifiedStudioSettings {
3584
+ /**
3585
+ * <p>Sets whether you can access the domain in Amazon SageMaker Studio:</p>
3586
+ * <dl>
3587
+ * <dt>ENABLED</dt>
3588
+ * <dd>
3589
+ * <p>You can access the domain in Amazon SageMaker Studio. If you migrate the domain to
3590
+ * Amazon SageMaker Unified Studio, you can access it in both studio interfaces.</p>
3591
+ * </dd>
3592
+ * <dt>DISABLED</dt>
3593
+ * <dd>
3594
+ * <p>You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to
3595
+ * Amazon SageMaker Unified Studio, you can access it only in that studio interface.</p>
3596
+ * </dd>
3597
+ * </dl>
3598
+ * <p>To migrate a domain to Amazon SageMaker Unified Studio, you specify the
3599
+ * UnifiedStudioSettings data type when you use the UpdateDomain action.</p>
3600
+ * @public
3601
+ */
3602
+ StudioWebPortalAccess?: FeatureStatus | undefined;
3603
+ /**
3604
+ * <p>The ID of the Amazon Web Services account that has the Amazon SageMaker Unified Studio
3605
+ * domain. The default value, if you don't specify an ID, is the ID of the account that has the
3606
+ * Amazon SageMaker AI domain.</p>
3607
+ * @public
3608
+ */
3609
+ DomainAccountId?: string | undefined;
3610
+ /**
3611
+ * <p>The Amazon Web Services Region where the domain is located in Amazon SageMaker Unified
3612
+ * Studio. The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.</p>
3613
+ * @public
3614
+ */
3615
+ DomainRegion?: string | undefined;
3616
+ /**
3617
+ * <p>The ID of the Amazon SageMaker Unified Studio domain associated with this domain.</p>
3618
+ * @public
3619
+ */
3620
+ DomainId?: string | undefined;
3621
+ /**
3622
+ * <p>The ID of the Amazon SageMaker Unified Studio project that corresponds to the
3623
+ * domain.</p>
3624
+ * @public
3625
+ */
3626
+ ProjectId?: string | undefined;
3627
+ /**
3628
+ * <p>The ID of the environment that Amazon SageMaker Unified Studio associates with the
3629
+ * domain.</p>
3630
+ * @public
3631
+ */
3632
+ EnvironmentId?: string | undefined;
3633
+ /**
3634
+ * <p>The location where Amazon S3 stores temporary execution data and other artifacts
3635
+ * for the project that corresponds to the domain.</p>
3636
+ * @public
3637
+ */
3638
+ ProjectS3Path?: string | undefined;
3639
+ }
3580
3640
  /**
3581
3641
  * <p>A collection of settings that apply to the <code>SageMaker Domain</code>. These settings
3582
3642
  * are specified through the <code>CreateDomain</code> API call.</p>
@@ -3612,6 +3672,12 @@ export interface DomainSettings {
3612
3672
  * @public
3613
3673
  */
3614
3674
  AmazonQSettings?: AmazonQSettings | undefined;
3675
+ /**
3676
+ * <p>The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker
3677
+ * Unified Studio.</p>
3678
+ * @public
3679
+ */
3680
+ UnifiedStudioSettings?: UnifiedStudioSettings | undefined;
3615
3681
  }
3616
3682
  /**
3617
3683
  * @public
@@ -12025,22 +12091,6 @@ export interface MonitoringAppSpecification {
12025
12091
  */
12026
12092
  PostAnalyticsProcessorSourceUri?: string | undefined;
12027
12093
  }
12028
- /**
12029
- * <p>The inputs for a monitoring job.</p>
12030
- * @public
12031
- */
12032
- export interface MonitoringInput {
12033
- /**
12034
- * <p>The endpoint for a monitoring job.</p>
12035
- * @public
12036
- */
12037
- EndpointInput?: EndpointInput | undefined;
12038
- /**
12039
- * <p>Input object for the batch transform job.</p>
12040
- * @public
12041
- */
12042
- BatchTransformInput?: BatchTransformInput | undefined;
12043
- }
12044
12094
  /**
12045
12095
  * @internal
12046
12096
  */
@@ -1,5 +1,21 @@
1
- import { ActionSource, ActionStatus, ActivationState, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, BatchDataCaptureConfig, BatchStrategy, CaptureStatus, Channel, CheckpointConfig, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterNodeRecovery, ClusterOrchestrator, ClusterStatus, CodeEditorAppImageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ComputeQuotaConfig, ComputeQuotaTarget, GitConfig, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, InputConfig, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, ModelDeployConfig, MonitoringAppSpecification, MonitoringBaselineConfig, MonitoringInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, ProcessingInstanceType, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RetryStrategy, SchedulerConfig, TagPropagation, ThroughputMode, TrainingSpecification, UserSettings } from "./models_1";
1
+ import { ActionSource, ActionStatus, ActivationState, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, CaptureStatus, Channel, CheckpointConfig, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterNodeRecovery, ClusterOrchestrator, ClusterStatus, CodeEditorAppImageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ComputeQuotaConfig, ComputeQuotaTarget, FeatureStatus, GitConfig, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
+ import { _InstanceType, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, InputConfig, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, ModelDeployConfig, MonitoringAppSpecification, MonitoringBaselineConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, ProcessingInstanceType, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RetryStrategy, SchedulerConfig, TagPropagation, ThroughputMode, TrainingSpecification, UserSettings } from "./models_1";
3
+ /**
4
+ * <p>The inputs for a monitoring job.</p>
5
+ * @public
6
+ */
7
+ export interface MonitoringInput {
8
+ /**
9
+ * <p>The endpoint for a monitoring job.</p>
10
+ * @public
11
+ */
12
+ EndpointInput?: EndpointInput | undefined;
13
+ /**
14
+ * <p>Input object for the batch transform job.</p>
15
+ * @public
16
+ */
17
+ BatchTransformInput?: BatchTransformInput | undefined;
18
+ }
3
19
  /**
4
20
  * <p>Networking options for a job, such as network traffic encryption between containers,
5
21
  * whether to allow inbound and outbound network calls to and from containers, and the VPC
@@ -2104,6 +2120,20 @@ export interface SpaceSettings {
2104
2120
  * @public
2105
2121
  */
2106
2122
  SpaceStorageSettings?: SpaceStorageSettings | undefined;
2123
+ /**
2124
+ * <p>If you enable this option, SageMaker AI creates the following resources on your
2125
+ * behalf when you create the space:</p>
2126
+ * <ul>
2127
+ * <li>
2128
+ * <p>The user profile that possesses the space.</p>
2129
+ * </li>
2130
+ * <li>
2131
+ * <p>The app that the space contains.</p>
2132
+ * </li>
2133
+ * </ul>
2134
+ * @public
2135
+ */
2136
+ SpaceManagedResources?: FeatureStatus | undefined;
2107
2137
  /**
2108
2138
  * <p>A file system, created by you, that you assign to a space for an Amazon SageMaker AI
2109
2139
  * Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.</p>
@@ -4988,9 +5018,7 @@ export interface DescribeAppResponse {
4988
5018
  */
4989
5019
  Status?: AppStatus | undefined;
4990
5020
  /**
4991
- * <p>
4992
- * Indicates whether the application is launched in recovery mode.
4993
- * </p>
5021
+ * <p> Indicates whether the application is launched in recovery mode. </p>
4994
5022
  * @public
4995
5023
  */
4996
5024
  RecoveryMode?: boolean | undefined;
@@ -7671,61 +7699,6 @@ export declare const HubStatus: {
7671
7699
  * @public
7672
7700
  */
7673
7701
  export type HubStatus = (typeof HubStatus)[keyof typeof HubStatus];
7674
- /**
7675
- * @public
7676
- */
7677
- export interface DescribeHubResponse {
7678
- /**
7679
- * <p>The name of the hub.</p>
7680
- * @public
7681
- */
7682
- HubName: string | undefined;
7683
- /**
7684
- * <p>The Amazon Resource Name (ARN) of the hub.</p>
7685
- * @public
7686
- */
7687
- HubArn: string | undefined;
7688
- /**
7689
- * <p>The display name of the hub.</p>
7690
- * @public
7691
- */
7692
- HubDisplayName?: string | undefined;
7693
- /**
7694
- * <p>A description of the hub.</p>
7695
- * @public
7696
- */
7697
- HubDescription?: string | undefined;
7698
- /**
7699
- * <p>The searchable keywords for the hub.</p>
7700
- * @public
7701
- */
7702
- HubSearchKeywords?: string[] | undefined;
7703
- /**
7704
- * <p>The Amazon S3 storage configuration for the hub.</p>
7705
- * @public
7706
- */
7707
- S3StorageConfig?: HubS3StorageConfig | undefined;
7708
- /**
7709
- * <p>The status of the hub.</p>
7710
- * @public
7711
- */
7712
- HubStatus: HubStatus | undefined;
7713
- /**
7714
- * <p>The failure reason if importing hub content failed.</p>
7715
- * @public
7716
- */
7717
- FailureReason?: string | undefined;
7718
- /**
7719
- * <p>The date and time that the hub was created.</p>
7720
- * @public
7721
- */
7722
- CreationTime: Date | undefined;
7723
- /**
7724
- * <p>The date and time that the hub was last modified.</p>
7725
- * @public
7726
- */
7727
- LastModifiedTime: Date | undefined;
7728
- }
7729
7702
  /**
7730
7703
  * @internal
7731
7704
  */
@@ -1,6 +1,61 @@
1
1
  import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, AutoRollbackConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClusterNodeSummary, ClusterSchedulerConfigSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, ObjectiveStatus, OutputDataConfig, OutputParameter, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, ContainerDefinition, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, EndpointInfo, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, OfflineStoreConfig, OnlineStoreConfig, Processor, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, TrackingServerSize, UserSettings, VendorGuidance } from "./models_1";
2
+ import { _InstanceType, ContainerDefinition, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, EndpointInfo, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, HubS3StorageConfig, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, OfflineStoreConfig, OnlineStoreConfig, Processor, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, TrackingServerSize, UnifiedStudioSettings, UserSettings, VendorGuidance } from "./models_1";
3
3
  import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, DirectInternetAccess, DomainStatus, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentType, HubStatus, InfraCheckConfig, InstanceMetadataServiceConfiguration, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelClientConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreStatus, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppAuthType, PartnerAppConfig, PartnerAppMaintenanceConfig, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RemoteDebugConfig, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DescribeHubResponse {
8
+ /**
9
+ * <p>The name of the hub.</p>
10
+ * @public
11
+ */
12
+ HubName: string | undefined;
13
+ /**
14
+ * <p>The Amazon Resource Name (ARN) of the hub.</p>
15
+ * @public
16
+ */
17
+ HubArn: string | undefined;
18
+ /**
19
+ * <p>The display name of the hub.</p>
20
+ * @public
21
+ */
22
+ HubDisplayName?: string | undefined;
23
+ /**
24
+ * <p>A description of the hub.</p>
25
+ * @public
26
+ */
27
+ HubDescription?: string | undefined;
28
+ /**
29
+ * <p>The searchable keywords for the hub.</p>
30
+ * @public
31
+ */
32
+ HubSearchKeywords?: string[] | undefined;
33
+ /**
34
+ * <p>The Amazon S3 storage configuration for the hub.</p>
35
+ * @public
36
+ */
37
+ S3StorageConfig?: HubS3StorageConfig | undefined;
38
+ /**
39
+ * <p>The status of the hub.</p>
40
+ * @public
41
+ */
42
+ HubStatus: HubStatus | undefined;
43
+ /**
44
+ * <p>The failure reason if importing hub content failed.</p>
45
+ * @public
46
+ */
47
+ FailureReason?: string | undefined;
48
+ /**
49
+ * <p>The date and time that the hub was created.</p>
50
+ * @public
51
+ */
52
+ CreationTime: Date | undefined;
53
+ /**
54
+ * <p>The date and time that the hub was last modified.</p>
55
+ * @public
56
+ */
57
+ LastModifiedTime: Date | undefined;
58
+ }
4
59
  /**
5
60
  * @public
6
61
  */
@@ -6651,6 +6706,12 @@ export interface DomainSettingsForUpdate {
6651
6706
  * @public
6652
6707
  */
6653
6708
  AmazonQSettings?: AmazonQSettings | undefined;
6709
+ /**
6710
+ * <p>The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker
6711
+ * Unified Studio.</p>
6712
+ * @public
6713
+ */
6714
+ UnifiedStudioSettings?: UnifiedStudioSettings | undefined;
6654
6715
  }
6655
6716
  /**
6656
6717
  * <p>A specification for a predefined metric.</p>
@@ -10352,20 +10413,6 @@ export interface ListCompilationJobsResponse {
10352
10413
  */
10353
10414
  NextToken?: string | undefined;
10354
10415
  }
10355
- /**
10356
- * @public
10357
- * @enum
10358
- */
10359
- export declare const SortQuotaBy: {
10360
- readonly CLUSTER_ARN: "ClusterArn";
10361
- readonly CREATION_TIME: "CreationTime";
10362
- readonly NAME: "Name";
10363
- readonly STATUS: "Status";
10364
- };
10365
- /**
10366
- * @public
10367
- */
10368
- export type SortQuotaBy = (typeof SortQuotaBy)[keyof typeof SortQuotaBy];
10369
10416
  /**
10370
10417
  * @internal
10371
10418
  */
@@ -1,7 +1,21 @@
1
1
  import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, AppType, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ComputeQuotaSummary, ConditionStepMetadata, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, ContainerDefinition, ContextSummary, DriftCheckBaselines, InferenceExecutionConfig, InferenceExperimentType, MetadataProperties, ModelCardSecurityConfig, ModelCardStatus, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, RetryStrategy, SkipModelValidation, SourceAlgorithmSpecification, TtlDuration, UiTemplate } from "./models_1";
3
3
  import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, FeatureGroupStatus, HubContentType, ModelArtifacts, ModelClientConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, OfflineStoreStatusValue, OptimizationJobDeploymentInstanceType, ParallelismConfiguration, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ServiceCatalogProvisioningDetails, SharingType, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_2";
4
- import { Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigStepMetadata, EndpointConfigSummary, EndpointSortKey, EndpointStepMetadata, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceComponentSortKey, InferenceComponentStatus, InferenceComponentSummary, InferenceExperimentStatus, InferenceExperimentStopDesiredState, InferenceExperimentSummary, InferenceRecommendationsJob, InferenceRecommendationsJobStep, IsTrackingServerActive, LabelingJobForWorkteamSummary, LabelingJobStatus, LabelingJobSummary, LambdaStepMetadata, LineageGroupSummary, LineageType, MetricData, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OptimizationJobStatus, PartnerAppStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationStepType, ReservedCapacityInstanceType, ReservedCapacitySummary, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortOrder, SortQuotaBy, SpaceStatus, SubscribedWorkteam, TrackingServerStatus, TrainingJobStatus, TrainingPlanStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
4
+ import { Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigStepMetadata, EndpointConfigSummary, EndpointSortKey, EndpointStepMetadata, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceComponentSortKey, InferenceComponentStatus, InferenceComponentSummary, InferenceExperimentStatus, InferenceExperimentStopDesiredState, InferenceExperimentSummary, InferenceRecommendationsJob, InferenceRecommendationsJobStep, IsTrackingServerActive, LabelingJobForWorkteamSummary, LabelingJobStatus, LabelingJobSummary, LambdaStepMetadata, LineageGroupSummary, LineageType, MetricData, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OptimizationJobStatus, PartnerAppStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationStepType, ReservedCapacityInstanceType, ReservedCapacitySummary, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortOrder, SpaceStatus, SubscribedWorkteam, TrackingServerStatus, TrainingJobStatus, TrainingPlanStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
5
+ /**
6
+ * @public
7
+ * @enum
8
+ */
9
+ export declare const SortQuotaBy: {
10
+ readonly CLUSTER_ARN: "ClusterArn";
11
+ readonly CREATION_TIME: "CreationTime";
12
+ readonly NAME: "Name";
13
+ readonly STATUS: "Status";
14
+ };
15
+ /**
16
+ * @public
17
+ */
18
+ export type SortQuotaBy = (typeof SortQuotaBy)[keyof typeof SortQuotaBy];
5
19
  /**
6
20
  * @public
7
21
  */
@@ -9298,7 +9312,7 @@ export interface SearchTrainingPlanOfferingsRequest {
9298
9312
  * your computational needs.</p>
9299
9313
  * @public
9300
9314
  */
9301
- InstanceType: ReservedCapacityInstanceType | undefined;
9315
+ InstanceType?: ReservedCapacityInstanceType | undefined;
9302
9316
  /**
9303
9317
  * <p>The number of instances you want to reserve in the training plan offerings. This allows
9304
9318
  * you to specify the quantity of compute resources needed for your SageMaker training jobs or
@@ -9306,7 +9320,7 @@ export interface SearchTrainingPlanOfferingsRequest {
9306
9320
  * requirements.</p>
9307
9321
  * @public
9308
9322
  */
9309
- InstanceCount: number | undefined;
9323
+ InstanceCount?: number | undefined;
9310
9324
  /**
9311
9325
  * <p>A filter to search for training plan offerings with a start time after a specified
9312
9326
  * date.</p>
@@ -9729,16 +9743,6 @@ export interface StopInferenceExperimentRequest {
9729
9743
  */
9730
9744
  Reason?: string | undefined;
9731
9745
  }
9732
- /**
9733
- * @public
9734
- */
9735
- export interface StopInferenceExperimentResponse {
9736
- /**
9737
- * <p>The ARN of the stopped inference experiment.</p>
9738
- * @public
9739
- */
9740
- InferenceExperimentArn: string | undefined;
9741
- }
9742
9746
  /**
9743
9747
  * @internal
9744
9748
  */
@@ -3,6 +3,16 @@ import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig
3
3
  import { CrossAccountFilterOption, FeatureParameter, HubContentType, InstanceMetadataServiceConfiguration, MemberDefinition, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
4
4
  import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Filter, GitConfigForUpdate, HubContentSupportStatus, InferenceComponentDeploymentConfig, ResourceType, Workforce, Workteam } from "./models_3";
5
5
  import { NestedFilters, OnlineStoreConfigUpdate, ProfilerConfigForUpdate, RemoteDebugConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder, VisibilityConditions } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface StopInferenceExperimentResponse {
10
+ /**
11
+ * <p>The ARN of the stopped inference experiment.</p>
12
+ * @public
13
+ */
14
+ InferenceExperimentArn: string | undefined;
15
+ }
6
16
  /**
7
17
  * @public
8
18
  */
@@ -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 { DescribeHubRequest, DescribeHubResponse } from "../models/models_2";
3
+ import { DescribeHubRequest } from "../models/models_2";
4
+ import { DescribeHubResponse } from "../models/models_3";
4
5
  import {
5
6
  SageMakerClientResolvedConfig,
6
7
  ServiceInputTypes,
@@ -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
- StopInferenceExperimentRequest,
5
- StopInferenceExperimentResponse,
6
- } from "../models/models_4";
3
+ import { StopInferenceExperimentRequest } from "../models/models_4";
4
+ import { StopInferenceExperimentResponse } from "../models/models_5";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -814,12 +814,22 @@ export interface RStudioServerProDomainSettings {
814
814
  RStudioPackageManagerUrl?: string | undefined;
815
815
  DefaultResourceSpec?: ResourceSpec | undefined;
816
816
  }
817
+ export interface UnifiedStudioSettings {
818
+ StudioWebPortalAccess?: FeatureStatus | undefined;
819
+ DomainAccountId?: string | undefined;
820
+ DomainRegion?: string | undefined;
821
+ DomainId?: string | undefined;
822
+ ProjectId?: string | undefined;
823
+ EnvironmentId?: string | undefined;
824
+ ProjectS3Path?: string | undefined;
825
+ }
817
826
  export interface DomainSettings {
818
827
  SecurityGroupIds?: string[] | undefined;
819
828
  RStudioServerProDomainSettings?: RStudioServerProDomainSettings | undefined;
820
829
  ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | undefined;
821
830
  DockerSettings?: DockerSettings | undefined;
822
831
  AmazonQSettings?: AmazonQSettings | undefined;
832
+ UnifiedStudioSettings?: UnifiedStudioSettings | undefined;
823
833
  }
824
834
  export declare const TagPropagation: {
825
835
  readonly DISABLED: "DISABLED";
@@ -2131,10 +2141,6 @@ export interface MonitoringAppSpecification {
2131
2141
  RecordPreprocessorSourceUri?: string | undefined;
2132
2142
  PostAnalyticsProcessorSourceUri?: string | undefined;
2133
2143
  }
2134
- export interface MonitoringInput {
2135
- EndpointInput?: EndpointInput | undefined;
2136
- BatchTransformInput?: BatchTransformInput | undefined;
2137
- }
2138
2144
  export declare const CreateModelCardRequestFilterSensitiveLog: (
2139
2145
  obj: CreateModelCardRequest
2140
2146
  ) => any;
@@ -34,6 +34,7 @@ import {
34
34
  AutoMLSecurityConfig,
35
35
  BatchDataCaptureConfig,
36
36
  BatchStrategy,
37
+ BatchTransformInput,
37
38
  CaptureStatus,
38
39
  Channel,
39
40
  CheckpointConfig,
@@ -50,6 +51,7 @@ import {
50
51
  CompilationJobStatus,
51
52
  ComputeQuotaConfig,
52
53
  ComputeQuotaTarget,
54
+ FeatureStatus,
53
55
  GitConfig,
54
56
  InferenceSpecification,
55
57
  JupyterLabAppImageConfig,
@@ -85,11 +87,11 @@ import {
85
87
  EdgeDeploymentModelConfig,
86
88
  EdgeOutputConfig,
87
89
  EdgePresetDeploymentType,
90
+ EndpointInput,
88
91
  ExplainerConfig,
89
92
  FeatureDefinition,
90
93
  FeatureType,
91
94
  FlowDefinitionOutputConfig,
92
- HubS3StorageConfig,
93
95
  HumanLoopActivationConfig,
94
96
  HumanLoopConfig,
95
97
  HumanLoopRequestSource,
@@ -100,7 +102,6 @@ import {
100
102
  ModelDeployConfig,
101
103
  MonitoringAppSpecification,
102
104
  MonitoringBaselineConfig,
103
- MonitoringInput,
104
105
  MonitoringNetworkConfig,
105
106
  MonitoringOutputConfig,
106
107
  MonitoringResources,
@@ -123,6 +124,10 @@ import {
123
124
  TrainingSpecification,
124
125
  UserSettings,
125
126
  } from "./models_1";
127
+ export interface MonitoringInput {
128
+ EndpointInput?: EndpointInput | undefined;
129
+ BatchTransformInput?: BatchTransformInput | undefined;
130
+ }
126
131
  export interface NetworkConfig {
127
132
  EnableInterContainerTrafficEncryption?: boolean | undefined;
128
133
  EnableNetworkIsolation?: boolean | undefined;
@@ -646,6 +651,7 @@ export interface SpaceSettings {
646
651
  JupyterLabAppSettings?: SpaceJupyterLabAppSettings | undefined;
647
652
  AppType?: AppType | undefined;
648
653
  SpaceStorageSettings?: SpaceStorageSettings | undefined;
654
+ SpaceManagedResources?: FeatureStatus | undefined;
649
655
  CustomFileSystems?: CustomFileSystem[] | undefined;
650
656
  }
651
657
  export declare const SharingType: {
@@ -1938,18 +1944,6 @@ export declare const HubStatus: {
1938
1944
  readonly UPDATING: "Updating";
1939
1945
  };
1940
1946
  export type HubStatus = (typeof HubStatus)[keyof typeof HubStatus];
1941
- export interface DescribeHubResponse {
1942
- HubName: string | undefined;
1943
- HubArn: string | undefined;
1944
- HubDisplayName?: string | undefined;
1945
- HubDescription?: string | undefined;
1946
- HubSearchKeywords?: string[] | undefined;
1947
- S3StorageConfig?: HubS3StorageConfig | undefined;
1948
- HubStatus: HubStatus | undefined;
1949
- FailureReason?: string | undefined;
1950
- CreationTime: Date | undefined;
1951
- LastModifiedTime: Date | undefined;
1952
- }
1953
1947
  export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
1954
1948
  export declare const CreateWorkforceRequestFilterSensitiveLog: (
1955
1949
  obj: CreateWorkforceRequest
@@ -65,6 +65,7 @@ import {
65
65
  ExecutionRoleIdentityConfig,
66
66
  FeatureDefinition,
67
67
  FeatureType,
68
+ HubS3StorageConfig,
68
69
  HumanTaskConfig,
69
70
  HyperParameterTrainingJobDefinition,
70
71
  HyperParameterTuningJobConfig,
@@ -118,6 +119,7 @@ import {
118
119
  SkipModelValidation,
119
120
  SourceAlgorithmSpecification,
120
121
  TrackingServerSize,
122
+ UnifiedStudioSettings,
121
123
  UserSettings,
122
124
  VendorGuidance,
123
125
  } from "./models_1";
@@ -186,6 +188,18 @@ import {
186
188
  TrialComponentStatus,
187
189
  WorkerAccessConfiguration,
188
190
  } from "./models_2";
191
+ export interface DescribeHubResponse {
192
+ HubName: string | undefined;
193
+ HubArn: string | undefined;
194
+ HubDisplayName?: string | undefined;
195
+ HubDescription?: string | undefined;
196
+ HubSearchKeywords?: string[] | undefined;
197
+ S3StorageConfig?: HubS3StorageConfig | undefined;
198
+ HubStatus: HubStatus | undefined;
199
+ FailureReason?: string | undefined;
200
+ CreationTime: Date | undefined;
201
+ LastModifiedTime: Date | undefined;
202
+ }
189
203
  export interface DescribeHubContentRequest {
190
204
  HubName: string | undefined;
191
205
  HubContentType: HubContentType | undefined;
@@ -1703,6 +1717,7 @@ export interface DomainSettingsForUpdate {
1703
1717
  SecurityGroupIds?: string[] | undefined;
1704
1718
  DockerSettings?: DockerSettings | undefined;
1705
1719
  AmazonQSettings?: AmazonQSettings | undefined;
1720
+ UnifiedStudioSettings?: UnifiedStudioSettings | undefined;
1706
1721
  }
1707
1722
  export interface PredefinedMetricSpecification {
1708
1723
  PredefinedMetricType?: string | undefined;
@@ -2558,13 +2573,6 @@ export interface ListCompilationJobsResponse {
2558
2573
  CompilationJobSummaries: CompilationJobSummary[] | undefined;
2559
2574
  NextToken?: string | undefined;
2560
2575
  }
2561
- export declare const SortQuotaBy: {
2562
- readonly CLUSTER_ARN: "ClusterArn";
2563
- readonly CREATION_TIME: "CreationTime";
2564
- readonly NAME: "Name";
2565
- readonly STATUS: "Status";
2566
- };
2567
- export type SortQuotaBy = (typeof SortQuotaBy)[keyof typeof SortQuotaBy];
2568
2576
  export declare const DescribeModelCardResponseFilterSensitiveLog: (
2569
2577
  obj: DescribeModelCardResponse
2570
2578
  ) => any;
@@ -170,7 +170,6 @@ import {
170
170
  SelectiveExecutionConfig,
171
171
  ServiceCatalogProvisionedProductDetails,
172
172
  SortOrder,
173
- SortQuotaBy,
174
173
  SpaceStatus,
175
174
  SubscribedWorkteam,
176
175
  TrackingServerStatus,
@@ -186,6 +185,13 @@ import {
186
185
  Workforce,
187
186
  Workteam,
188
187
  } from "./models_3";
188
+ export declare const SortQuotaBy: {
189
+ readonly CLUSTER_ARN: "ClusterArn";
190
+ readonly CREATION_TIME: "CreationTime";
191
+ readonly NAME: "Name";
192
+ readonly STATUS: "Status";
193
+ };
194
+ export type SortQuotaBy = (typeof SortQuotaBy)[keyof typeof SortQuotaBy];
189
195
  export interface ListComputeQuotasRequest {
190
196
  CreatedAfter?: Date | undefined;
191
197
  CreatedBefore?: Date | undefined;
@@ -2233,8 +2239,8 @@ export interface SearchResponse {
2233
2239
  TotalHits?: TotalHits | undefined;
2234
2240
  }
2235
2241
  export interface SearchTrainingPlanOfferingsRequest {
2236
- InstanceType: ReservedCapacityInstanceType | undefined;
2237
- InstanceCount: number | undefined;
2242
+ InstanceType?: ReservedCapacityInstanceType | undefined;
2243
+ InstanceCount?: number | undefined;
2238
2244
  StartTimeAfter?: Date | undefined;
2239
2245
  EndTimeBefore?: Date | undefined;
2240
2246
  DurationHours: number | undefined;
@@ -2327,9 +2333,6 @@ export interface StopInferenceExperimentRequest {
2327
2333
  DesiredState?: InferenceExperimentStopDesiredState | undefined;
2328
2334
  Reason?: string | undefined;
2329
2335
  }
2330
- export interface StopInferenceExperimentResponse {
2331
- InferenceExperimentArn: string | undefined;
2332
- }
2333
2336
  export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
2334
2337
  export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
2335
2338
  export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
@@ -88,6 +88,9 @@ import {
88
88
  SearchSortOrder,
89
89
  VisibilityConditions,
90
90
  } from "./models_4";
91
+ export interface StopInferenceExperimentResponse {
92
+ InferenceExperimentArn: string | undefined;
93
+ }
91
94
  export interface StopInferenceRecommendationsJobRequest {
92
95
  JobName: string | undefined;
93
96
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.804.0",
4
+ "version": "3.805.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker",