@aws-sdk/client-sagemaker 3.427.0 → 3.429.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/models/models_0.js +5 -8
- package/dist-cjs/models/models_1.js +4 -1
- package/dist-cjs/models/models_2.js +1 -6
- package/dist-cjs/models/models_3.js +7 -2
- package/dist-es/models/models_0.js +4 -7
- package/dist-es/models/models_1.js +3 -0
- package/dist-es/models/models_2.js +0 -5
- package/dist-es/models/models_3.js +5 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -0
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +6 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +156 -138
- package/dist-types/models/models_1.d.ts +90 -89
- package/dist-types/models/models_2.d.ts +123 -133
- package/dist-types/models/models_3.d.ts +241 -337
- package/dist-types/models/models_4.d.ts +163 -33
- package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +123 -129
- package/dist-types/ts3.4/models/models_1.d.ts +75 -78
- package/dist-types/ts3.4/models/models_2.d.ts +104 -113
- package/dist-types/ts3.4/models/models_3.d.ts +217 -238
- package/dist-types/ts3.4/models/models_4.d.ts +62 -32
- package/package.json +32 -32
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AutoMLJobStatus = exports.AutoMLJobSecondaryStatus = exports.AutoMLMode = exports.AutoMLS3DataType = exports.AutoMLChannelType = exports.ObjectiveStatus = exports.AutoMLProcessingUnit = exports.AutoMLJobObjectiveType = exports.CandidateStepType = exports.CandidateStatus = exports.AutoMLMetricExtendedEnum = exports.MetricSetSource = exports.AutoMLMetricEnum = exports.AutoMLAlgorithm = exports.AuthMode = exports.AthenaResultFormat = exports.AthenaResultCompressionType = exports.AsyncNotificationTopicTypes = exports.ArtifactSourceIdType = exports.AppSortKey = exports.AppSecurityGroupManagement = exports.AppNetworkAccessType = exports.AppInstanceType = exports.AppImageConfigSortKey = exports.AppStatus = exports.AppType = exports.AssemblyType = exports.SplitType = exports.BatchStrategy = exports.TrainingInstanceType = exports.OutputCompressionType = exports.RecordWrapper = exports.S3DataType = exports.S3DataDistribution = exports.FileSystemType = exports.FileSystemAccessMode = exports.DetailedAlgorithmStatus = exports.AlgorithmStatus = exports.TrainingInputMode = exports.TrainingRepositoryAccessMode = exports.AlgorithmSortBy = exports.AggregationTransformationValue = exports.TransformInstanceType = exports.ProductionVariantInstanceType = exports.AdditionalS3DataSourceDataType = exports.CompressionType = exports.ResourceNotFound = exports.ResourceLimitExceeded = exports.AssociationEdgeType = exports.ActionStatus = void 0;
|
|
4
|
-
exports.
|
|
4
|
+
exports.ProcessingInstanceType = exports.ProcessingS3UploadMode = exports.Framework = exports.ResourceInUse = exports.HyperParameterTuningJobObjectiveType = exports.ParameterType = exports.HyperParameterScalingType = exports.ContentClassifier = exports.ModelCacheSetting = exports.S3ModelDataType = exports.ModelCompressionType = exports.ContainerMode = exports.RepositoryAccessMode = exports.ConflictException = exports.ConditionOutcome = exports.CompleteOnConvergence = exports.TargetPlatformOs = exports.TargetPlatformArch = exports.TargetPlatformAccelerator = exports.TargetDevice = exports.CompilationJobStatus = exports.CollectionType = exports.CollectionConfig = exports.CodeRepositorySortOrder = exports.CodeRepositorySortBy = exports.ClarifyTextLanguage = exports.ClarifyTextGranularity = exports.ClarifyFeatureType = exports.CaptureStatus = exports.CaptureMode = exports.DataSourceName = exports.FeatureStatus = exports.CandidateSortBy = exports.BooleanOperator = exports.TrafficRoutingConfigType = exports.CapacitySizeType = exports.ProcessingS3InputMode = exports.ProcessingS3DataDistributionType = exports.ModelPackageStatus = exports.ModelApprovalStatus = exports.AwsManagedHumanLoopRequestSource = exports.AutotuneMode = exports.AutoMLSortOrder = exports.AutoMLSortBy = exports.AutoMLProblemTypeResolvedAttributes = exports.AutoMLProblemTypeConfigName = exports.AutoMLProblemTypeConfig = exports.FillingType = exports.ProblemType = void 0;
|
|
5
5
|
const SageMakerServiceException_1 = require("./SageMakerServiceException");
|
|
6
6
|
exports.ActionStatus = {
|
|
7
7
|
COMPLETED: "Completed",
|
|
@@ -699,14 +699,14 @@ exports.CandidateSortBy = {
|
|
|
699
699
|
FinalObjectiveMetricValue: "FinalObjectiveMetricValue",
|
|
700
700
|
Status: "Status",
|
|
701
701
|
};
|
|
702
|
-
exports.DataSourceName = {
|
|
703
|
-
SalesforceGenie: "SalesforceGenie",
|
|
704
|
-
Snowflake: "Snowflake",
|
|
705
|
-
};
|
|
706
702
|
exports.FeatureStatus = {
|
|
707
703
|
Disabled: "DISABLED",
|
|
708
704
|
Enabled: "ENABLED",
|
|
709
705
|
};
|
|
706
|
+
exports.DataSourceName = {
|
|
707
|
+
SalesforceGenie: "SalesforceGenie",
|
|
708
|
+
Snowflake: "Snowflake",
|
|
709
|
+
};
|
|
710
710
|
exports.CaptureMode = {
|
|
711
711
|
INPUT: "Input",
|
|
712
712
|
OUTPUT: "Output",
|
|
@@ -1007,6 +1007,3 @@ exports.ProcessingInstanceType = {
|
|
|
1007
1007
|
ML_T3_MEDIUM: "ml.t3.medium",
|
|
1008
1008
|
ML_T3_XLARGE: "ml.t3.xlarge",
|
|
1009
1009
|
};
|
|
1010
|
-
exports.EdgePresetDeploymentType = {
|
|
1011
|
-
GreengrassV2Component: "GreengrassV2Component",
|
|
1012
|
-
};
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.RuleEvaluationStatus = exports.Statistic = exports.CrossAccountFilterOption = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.JoinSource = exports.StudioLifecycleConfigAppType = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = exports.InputMode = exports.DataDistributionType = exports.RootAccess = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.MonitoringType = exports.MonitoringProblemType = exports.SkipModelValidation = exports.ModelCardStatus = exports.InferenceExecutionMode = exports.FlatInvocations = exports.RecommendationJobType = exports.TrafficType = exports.RecommendationJobSupportedEndpointType = exports.InferenceExperimentType = exports._InstanceType = exports.ModelInfrastructureType = exports.VendorGuidance = exports.Processor = exports.JobType = exports.HyperParameterTuningJobWarmStartType = exports.HyperParameterTuningAllocationStrategy = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.TtlDurationUnit = exports.StorageType = exports.TableFormat = exports.FeatureType = exports.ProductionVariantAcceleratorType = exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = void 0;
|
|
3
|
+
exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.RuleEvaluationStatus = exports.Statistic = exports.CrossAccountFilterOption = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.JoinSource = exports.StudioLifecycleConfigAppType = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = exports.InputMode = exports.DataDistributionType = exports.RootAccess = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.MonitoringType = exports.MonitoringProblemType = exports.SkipModelValidation = exports.ModelCardStatus = exports.InferenceExecutionMode = exports.FlatInvocations = exports.RecommendationJobType = exports.TrafficType = exports.RecommendationJobSupportedEndpointType = exports.InferenceExperimentType = exports._InstanceType = exports.ModelInfrastructureType = exports.VendorGuidance = exports.Processor = exports.JobType = exports.HyperParameterTuningJobWarmStartType = exports.HyperParameterTuningAllocationStrategy = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.TtlDurationUnit = exports.StorageType = exports.TableFormat = exports.FeatureType = exports.ProductionVariantAcceleratorType = exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = exports.EdgePresetDeploymentType = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
exports.EdgePresetDeploymentType = {
|
|
6
|
+
GreengrassV2Component: "GreengrassV2Component",
|
|
7
|
+
};
|
|
5
8
|
exports.RStudioServerProAccessStatus = {
|
|
6
9
|
Disabled: "DISABLED",
|
|
7
10
|
Enabled: "ENABLED",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeModelCardResponseFilterSensitiveLog = exports.
|
|
3
|
+
exports.DescribeModelCardResponseFilterSensitiveLog = exports.EndpointConfigSortKey = exports.ScalingPolicy = exports.MetricSpecification = exports.Direction = exports.DeviceDeploymentStatus = exports.WorkforceStatus = exports.UserProfileStatus = exports.TransformJobStatus = exports.WarmPoolResourceStatus = exports.SecondaryStatus = exports.ProfilingStatus = exports.SpaceStatus = exports.ProjectStatus = exports.ProcessingJobStatus = exports.PipelineExecutionStatus = exports.PipelineStatus = exports.NotebookInstanceStatus = exports.ScheduleStatus = exports.ExecutionStatus = exports.ModelPackageGroupStatus = exports.DetailedModelPackageStatus = exports.ModelCardExportJobStatus = exports.ModelCardProcessingStatus = exports.LabelingJobStatus = exports.RecommendationJobStatus = exports.InferenceExperimentStatus = exports.ModelVariantStatus = exports.ImageVersionStatus = exports.ImageStatus = exports.HyperParameterTuningJobStatus = exports.TrainingJobStatus = exports.HumanTaskUiStatus = exports.HubContentStatus = exports.HubStatus = exports.FlowDefinitionStatus = exports.OfflineStoreStatusValue = exports.LastUpdateStatusValue = exports.FeatureGroupStatus = exports.VariantStatus = exports.EndpointStatus = exports.EdgePresetDeploymentStatus = exports.EdgePackagingJobStatus = exports.DomainStatus = exports.StageStatus = exports.RecommendationStatus = exports.HubContentType = exports.RetentionType = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
exports.RetentionType = {
|
|
6
6
|
Delete: "Delete",
|
|
@@ -346,11 +346,6 @@ exports.EndpointConfigSortKey = {
|
|
|
346
346
|
CreationTime: "CreationTime",
|
|
347
347
|
Name: "Name",
|
|
348
348
|
};
|
|
349
|
-
exports.EndpointSortKey = {
|
|
350
|
-
CreationTime: "CreationTime",
|
|
351
|
-
Name: "Name",
|
|
352
|
-
Status: "Status",
|
|
353
|
-
};
|
|
354
349
|
const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
355
350
|
...obj,
|
|
356
351
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
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 = void 0;
|
|
3
|
+
exports.NotebookInstanceSortKey = 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 = 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 = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
+
exports.EndpointSortKey = {
|
|
7
|
+
CreationTime: "CreationTime",
|
|
8
|
+
Name: "Name",
|
|
9
|
+
Status: "Status",
|
|
10
|
+
};
|
|
6
11
|
exports.FeatureGroupSortBy = {
|
|
7
12
|
CREATION_TIME: "CreationTime",
|
|
8
13
|
FEATURE_GROUP_STATUS: "FeatureGroupStatus",
|
|
@@ -693,14 +693,14 @@ export const CandidateSortBy = {
|
|
|
693
693
|
FinalObjectiveMetricValue: "FinalObjectiveMetricValue",
|
|
694
694
|
Status: "Status",
|
|
695
695
|
};
|
|
696
|
-
export const DataSourceName = {
|
|
697
|
-
SalesforceGenie: "SalesforceGenie",
|
|
698
|
-
Snowflake: "Snowflake",
|
|
699
|
-
};
|
|
700
696
|
export const FeatureStatus = {
|
|
701
697
|
Disabled: "DISABLED",
|
|
702
698
|
Enabled: "ENABLED",
|
|
703
699
|
};
|
|
700
|
+
export const DataSourceName = {
|
|
701
|
+
SalesforceGenie: "SalesforceGenie",
|
|
702
|
+
Snowflake: "Snowflake",
|
|
703
|
+
};
|
|
704
704
|
export const CaptureMode = {
|
|
705
705
|
INPUT: "Input",
|
|
706
706
|
OUTPUT: "Output",
|
|
@@ -999,6 +999,3 @@ export const ProcessingInstanceType = {
|
|
|
999
999
|
ML_T3_MEDIUM: "ml.t3.medium",
|
|
1000
1000
|
ML_T3_XLARGE: "ml.t3.xlarge",
|
|
1001
1001
|
};
|
|
1002
|
-
export const EdgePresetDeploymentType = {
|
|
1003
|
-
GreengrassV2Component: "GreengrassV2Component",
|
|
1004
|
-
};
|
|
@@ -343,11 +343,6 @@ export const EndpointConfigSortKey = {
|
|
|
343
343
|
CreationTime: "CreationTime",
|
|
344
344
|
Name: "Name",
|
|
345
345
|
};
|
|
346
|
-
export const EndpointSortKey = {
|
|
347
|
-
CreationTime: "CreationTime",
|
|
348
|
-
Name: "Name",
|
|
349
|
-
Status: "Status",
|
|
350
|
-
};
|
|
351
346
|
export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
352
347
|
...obj,
|
|
353
348
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export const EndpointSortKey = {
|
|
3
|
+
CreationTime: "CreationTime",
|
|
4
|
+
Name: "Name",
|
|
5
|
+
Status: "Status",
|
|
6
|
+
};
|
|
2
7
|
export const FeatureGroupSortBy = {
|
|
3
8
|
CREATION_TIME: "CreationTime",
|
|
4
9
|
FEATURE_GROUP_STATUS: "FeatureGroupStatus",
|
|
@@ -1,7 +1,8 @@
|
|
|
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 { CreateDataQualityJobDefinitionRequest
|
|
4
|
+
import { CreateDataQualityJobDefinitionRequest } from "../models/models_0";
|
|
5
|
+
import { CreateDataQualityJobDefinitionResponse } from "../models/models_1";
|
|
5
6
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -168,6 +168,12 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
|
|
|
168
168
|
* SecretArn: "STRING_VALUE",
|
|
169
169
|
* },
|
|
170
170
|
* ],
|
|
171
|
+
* KendraSettings: { // KendraSettings
|
|
172
|
+
* Status: "ENABLED" || "DISABLED",
|
|
173
|
+
* },
|
|
174
|
+
* DirectDeploySettings: { // DirectDeploySettings
|
|
175
|
+
* Status: "ENABLED" || "DISABLED",
|
|
176
|
+
* },
|
|
171
177
|
* },
|
|
172
178
|
* },
|
|
173
179
|
* SubnetIds: [ // Subnets // required
|
|
@@ -27,12 +27,16 @@ export interface CreateFeatureGroupCommandOutput extends CreateFeatureGroupRespo
|
|
|
27
27
|
* <code>Features</code> defined in the <code>FeatureStore</code> to describe a
|
|
28
28
|
* <code>Record</code>. </p>
|
|
29
29
|
* <p>The <code>FeatureGroup</code> defines the schema and features contained in the
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* <code>FeatureGroup</code>. A <code>FeatureGroup</code> definition is composed of a list
|
|
31
|
+
* of <code>Features</code>, a <code>RecordIdentifierFeatureName</code>, an
|
|
32
32
|
* <code>EventTimeFeatureName</code> and configurations for its <code>OnlineStore</code>
|
|
33
33
|
* and <code>OfflineStore</code>. Check <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">Amazon Web Services service
|
|
34
34
|
* quotas</a> to see the <code>FeatureGroup</code>s quota for your Amazon Web Services
|
|
35
35
|
* account.</p>
|
|
36
|
+
* <p>Note that it can take approximately 10-15 minutes to provision an
|
|
37
|
+
* <code>OnlineStore</code>
|
|
38
|
+
* <code>FeatureGroup</code> with the <code>InMemory</code>
|
|
39
|
+
* <code>StorageType</code>.</p>
|
|
36
40
|
* <important>
|
|
37
41
|
* <p>You must include at least one of <code>OnlineStoreConfig</code> and
|
|
38
42
|
* <code>OfflineStoreConfig</code> to create a <code>FeatureGroup</code>.</p>
|
|
@@ -138,6 +138,12 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
|
|
|
138
138
|
* SecretArn: "STRING_VALUE",
|
|
139
139
|
* },
|
|
140
140
|
* ],
|
|
141
|
+
* KendraSettings: { // KendraSettings
|
|
142
|
+
* Status: "ENABLED" || "DISABLED",
|
|
143
|
+
* },
|
|
144
|
+
* DirectDeploySettings: { // DirectDeploySettings
|
|
145
|
+
* Status: "ENABLED" || "DISABLED",
|
|
146
|
+
* },
|
|
141
147
|
* },
|
|
142
148
|
* },
|
|
143
149
|
* };
|
|
@@ -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 { DeleteDataQualityJobDefinitionRequest } from "../models/
|
|
4
|
+
import { DeleteDataQualityJobDefinitionRequest } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -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 { DeleteDeviceFleetRequest } from "../models/
|
|
4
|
+
import { DeleteDeviceFleetRequest } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -28,6 +28,9 @@ export interface DeleteFeatureGroupCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* the <code>OnlineStore</code> immediately after <code>DeleteFeatureGroup</code> is called. </p>
|
|
29
29
|
* <p>Data written into the <code>OfflineStore</code> will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your
|
|
30
30
|
* <code>OfflineStore</code> are not deleted. </p>
|
|
31
|
+
* <p>Note that it can take approximately 10-15 minutes to delete an <code>OnlineStore</code>
|
|
32
|
+
* <code>FeatureGroup</code> with the <code>InMemory</code>
|
|
33
|
+
* <code>StorageType</code>.</p>
|
|
31
34
|
* @example
|
|
32
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
36
|
* ```javascript
|
|
@@ -137,6 +137,12 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
|
|
|
137
137
|
* // SecretArn: "STRING_VALUE",
|
|
138
138
|
* // },
|
|
139
139
|
* // ],
|
|
140
|
+
* // KendraSettings: { // KendraSettings
|
|
141
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
142
|
+
* // },
|
|
143
|
+
* // DirectDeploySettings: { // DirectDeploySettings
|
|
144
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
145
|
+
* // },
|
|
140
146
|
* // },
|
|
141
147
|
* // },
|
|
142
148
|
* // AppNetworkAccessType: "PublicInternetOnly" || "VpcOnly",
|
|
@@ -138,6 +138,12 @@ export interface DescribeUserProfileCommandOutput extends DescribeUserProfileRes
|
|
|
138
138
|
* // SecretArn: "STRING_VALUE",
|
|
139
139
|
* // },
|
|
140
140
|
* // ],
|
|
141
|
+
* // KendraSettings: { // KendraSettings
|
|
142
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
143
|
+
* // },
|
|
144
|
+
* // DirectDeploySettings: { // DirectDeploySettings
|
|
145
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
146
|
+
* // },
|
|
141
147
|
* // },
|
|
142
148
|
* // },
|
|
143
149
|
* // };
|
|
@@ -123,6 +123,12 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
|
|
|
123
123
|
* SecretArn: "STRING_VALUE",
|
|
124
124
|
* },
|
|
125
125
|
* ],
|
|
126
|
+
* KendraSettings: { // KendraSettings
|
|
127
|
+
* Status: "ENABLED" || "DISABLED",
|
|
128
|
+
* },
|
|
129
|
+
* DirectDeploySettings: { // DirectDeploySettings
|
|
130
|
+
* Status: "ENABLED" || "DISABLED",
|
|
131
|
+
* },
|
|
126
132
|
* },
|
|
127
133
|
* },
|
|
128
134
|
* DomainSettingsForUpdate: { // DomainSettingsForUpdate
|
|
@@ -124,6 +124,12 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
|
|
|
124
124
|
* SecretArn: "STRING_VALUE",
|
|
125
125
|
* },
|
|
126
126
|
* ],
|
|
127
|
+
* KendraSettings: { // KendraSettings
|
|
128
|
+
* Status: "ENABLED" || "DISABLED",
|
|
129
|
+
* },
|
|
130
|
+
* DirectDeploySettings: { // DirectDeploySettings
|
|
131
|
+
* Status: "ENABLED" || "DISABLED",
|
|
132
|
+
* },
|
|
127
133
|
* },
|
|
128
134
|
* },
|
|
129
135
|
* };
|