@aws-sdk/client-sagemaker 3.112.0 → 3.118.1
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/CHANGELOG.md +27 -0
- package/dist-cjs/commands/DescribeLabelingJobCommand.js +1 -2
- package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +2 -1
- package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +1 -2
- package/dist-cjs/models/models_1.js +10 -10
- package/dist-cjs/models/models_2.js +26 -24
- package/dist-cjs/models/models_3.js +21 -3
- package/dist-cjs/protocols/Aws_json1_1.js +86 -0
- package/dist-es/commands/DescribeLabelingJobCommand.js +1 -2
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +2 -1
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +1 -2
- package/dist-es/models/models_1.js +4 -4
- package/dist-es/models/models_2.js +16 -12
- package/dist-es/models/models_3.js +12 -0
- package/dist-es/protocols/Aws_json1_1.js +103 -22
- package/dist-types/SageMaker.d.ts +7 -2
- package/dist-types/commands/CreateModelCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -2
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +28 -5
- package/dist-types/models/models_1.d.ts +36 -14
- package/dist-types/models/models_2.d.ts +58 -70
- package/dist-types/models/models_3.d.ts +75 -1
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_1.d.ts +17 -8
- package/dist-types/ts3.4/models/models_2.d.ts +36 -39
- package/dist-types/ts3.4/models/models_3.d.ts +42 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.118.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.118.0...v3.118.1) (2022-06-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-sagemaker
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.118.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.117.0...v3.118.0) (2022-06-24)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-sagemaker
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.117.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.116.0...v3.117.0) (2022-06-23)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **client-sagemaker:** SageMaker Ground Truth now supports Virtual Private Cloud. Customers can launch labeling jobs and access to their private workforce in VPC mode. ([d2cbd47](https://github.com/aws/aws-sdk-js-v3/commit/d2cbd47bdc957c39a1407176eb609f56f4978c99))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.112.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.111.0...v3.112.0) (2022-06-16)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-sagemaker
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.DescribeLabelingJobCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const models_1_1 = require("../models/models_1");
|
|
7
6
|
const models_2_1 = require("../models/models_2");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeLabelingJobCommand extends smithy_client_1.Command {
|
|
@@ -21,7 +20,7 @@ class DescribeLabelingJobCommand extends smithy_client_1.Command {
|
|
|
21
20
|
logger,
|
|
22
21
|
clientName,
|
|
23
22
|
commandName,
|
|
24
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_2_1.DescribeLabelingJobRequest.filterSensitiveLog,
|
|
25
24
|
outputFilterSensitiveLog: models_2_1.DescribeLabelingJobResponse.filterSensitiveLog,
|
|
26
25
|
};
|
|
27
26
|
const { requestHandler } = configuration;
|
|
@@ -4,6 +4,7 @@ exports.ListStudioLifecycleConfigsCommand = void 0;
|
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_2_1 = require("../models/models_2");
|
|
7
|
+
const models_3_1 = require("../models/models_3");
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListStudioLifecycleConfigsCommand extends smithy_client_1.Command {
|
|
9
10
|
constructor(input) {
|
|
@@ -21,7 +22,7 @@ class ListStudioLifecycleConfigsCommand extends smithy_client_1.Command {
|
|
|
21
22
|
clientName,
|
|
22
23
|
commandName,
|
|
23
24
|
inputFilterSensitiveLog: models_2_1.ListStudioLifecycleConfigsRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog:
|
|
25
|
+
outputFilterSensitiveLog: models_3_1.ListStudioLifecycleConfigsResponse.filterSensitiveLog,
|
|
25
26
|
};
|
|
26
27
|
const { requestHandler } = configuration;
|
|
27
28
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ListSubscribedWorkteamsCommand = void 0;
|
|
4
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
-
const models_2_1 = require("../models/models_2");
|
|
7
6
|
const models_3_1 = require("../models/models_3");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class ListSubscribedWorkteamsCommand extends smithy_client_1.Command {
|
|
@@ -21,7 +20,7 @@ class ListSubscribedWorkteamsCommand extends smithy_client_1.Command {
|
|
|
21
20
|
logger,
|
|
22
21
|
clientName,
|
|
23
22
|
commandName,
|
|
24
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: models_3_1.ListSubscribedWorkteamsRequest.filterSensitiveLog,
|
|
25
24
|
outputFilterSensitiveLog: models_3_1.ListSubscribedWorkteamsResponse.filterSensitiveLog,
|
|
26
25
|
};
|
|
27
26
|
const { requestHandler } = configuration;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DriftCheckModelQuality = exports.DriftCheckModelDataQuality = exports.DriftCheckExplainability = exports.DriftCheckBias = exports.FileSource = exports.CreateModelExplainabilityJobDefinitionResponse = exports.CreateModelExplainabilityJobDefinitionRequest = exports.ModelExplainabilityJobInput = exports.ModelExplainabilityBaselineConfig = exports.ModelExplainabilityAppSpecification = exports.CreateModelBiasJobDefinitionResponse = exports.CreateModelBiasJobDefinitionRequest = exports.ModelBiasJobInput = exports.MonitoringGroundTruthS3Input = exports.ModelBiasBaselineConfig = exports.ModelBiasAppSpecification = exports.CreateModelOutput = exports.CreateModelInput = exports.InferenceExecutionConfig = exports.InferenceExecutionMode = exports.CreateLabelingJobResponse = exports.CreateLabelingJobRequest = exports.LabelingJobStoppingConditions = exports.LabelingJobOutputConfig = exports.LabelingJobAlgorithmsConfig = exports.LabelingJobResourceConfig = exports.LabelingJobInputConfig = exports.LabelingJobDataSource = exports.LabelingJobSnsDataSource = exports.LabelingJobS3DataSource = exports.LabelingJobDataAttributes = exports.HumanTaskConfig = exports.UiConfig = exports.CreateInferenceRecommendationsJobResponse = exports.CreateInferenceRecommendationsJobRequest = exports.RecommendationJobStoppingConditions = exports.ModelLatencyThreshold = exports.RecommendationJobOutputConfig = exports.RecommendationJobCompiledOutputConfig = exports.RecommendationJobType = exports.RecommendationJobInputConfig = exports.TrafficPattern = exports.TrafficType = exports.Phase = exports.RecommendationJobResourceLimit = exports.EndpointInputConfiguration = exports.EnvironmentParameterRanges = exports.CreateImageVersionResponse = exports.CreateImageVersionRequest = exports.CreateImageResponse = void 0;
|
|
4
4
|
exports.InputMode = exports.DataDistributionType = exports.ExperimentConfig = exports.CreatePresignedNotebookInstanceUrlOutput = exports.CreatePresignedNotebookInstanceUrlInput = exports.CreatePresignedDomainUrlResponse = exports.CreatePresignedDomainUrlRequest = exports.CreatePipelineResponse = exports.CreatePipelineRequest = exports.PipelineDefinitionS3Location = exports.ParallelismConfiguration = exports.CreateNotebookInstanceLifecycleConfigOutput = exports.CreateNotebookInstanceLifecycleConfigInput = exports.NotebookInstanceLifecycleHook = exports.CreateNotebookInstanceOutput = exports.CreateNotebookInstanceInput = exports.RootAccess = exports._InstanceType = exports.InstanceMetadataServiceConfiguration = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.CreateMonitoringScheduleResponse = exports.CreateMonitoringScheduleRequest = exports.MonitoringScheduleConfig = exports.ScheduleConfig = exports.MonitoringType = exports.MonitoringJobDefinition = exports.NetworkConfig = exports.MonitoringInput = exports.MonitoringAppSpecification = exports.MonitoringBaselineConfig = exports.CreateModelQualityJobDefinitionResponse = exports.CreateModelQualityJobDefinitionRequest = exports.ModelQualityJobInput = exports.ModelQualityBaselineConfig = exports.ModelQualityAppSpecification = exports.MonitoringProblemType = exports.CreateModelPackageGroupOutput = exports.CreateModelPackageGroupInput = exports.CreateModelPackageOutput = exports.CreateModelPackageInput = exports.ModelPackageValidationSpecification = exports.ModelPackageValidationProfile = exports.SourceAlgorithmSpecification = exports.SourceAlgorithm = exports.ModelMetrics = exports.ModelQuality = exports.ModelDataQuality = exports.Explainability = exports.DriftCheckBaselines = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
5
|
+
exports.CreateWorkforceRequest = exports.WorkforceVpcConfigRequest = exports.SourceIpConfig = exports.OidcConfig = exports.CreateUserProfileResponse = exports.CreateUserProfileRequest = exports.CreateTrialComponentResponse = exports.CreateTrialComponentRequest = exports.TrialComponentStatus = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.TrialComponentArtifact = exports.CreateTrialResponse = exports.CreateTrialRequest = exports.CreateTransformJobResponse = exports.CreateTransformJobRequest = exports.ModelClientConfig = exports.DataProcessing = exports.JoinSource = exports.CreateTrainingJobResponse = exports.CreateTrainingJobRequest = exports.TensorBoardOutputConfig = exports.ProfilerRuleConfiguration = exports.ProfilerConfig = exports.DebugRuleConfiguration = exports.DebugHookConfig = exports.CreateStudioLifecycleConfigResponse = exports.CreateStudioLifecycleConfigRequest = exports.StudioLifecycleConfigAppType = exports.CreateProjectOutput = exports.CreateProjectInput = exports.ServiceCatalogProvisioningDetails = exports.ProvisioningParameter = exports.CreateProcessingJobResponse = exports.CreateProcessingJobRequest = exports.ProcessingStoppingCondition = exports.ProcessingResources = exports.ProcessingClusterConfig = exports.ProcessingOutputConfig = exports.ProcessingOutput = exports.ProcessingS3Output = exports.ProcessingFeatureStoreOutput = exports.ProcessingInput = exports.ProcessingS3Input = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.DatasetDefinition = exports.RedshiftDatasetDefinition = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = void 0;
|
|
6
|
+
exports.DeletePipelineRequest = exports.DeleteNotebookInstanceLifecycleConfigInput = exports.DeleteNotebookInstanceInput = exports.DeleteMonitoringScheduleRequest = exports.DeleteModelQualityJobDefinitionRequest = exports.DeleteModelPackageGroupPolicyInput = exports.DeleteModelPackageGroupInput = exports.DeleteModelPackageInput = exports.DeleteModelExplainabilityJobDefinitionRequest = exports.DeleteModelBiasJobDefinitionRequest = exports.DeleteModelInput = exports.DeleteImageVersionResponse = exports.DeleteImageVersionRequest = exports.DeleteImageResponse = exports.DeleteImageRequest = exports.DeleteHumanTaskUiResponse = exports.DeleteHumanTaskUiRequest = exports.DeleteFlowDefinitionResponse = exports.DeleteFlowDefinitionRequest = exports.DeleteFeatureGroupRequest = exports.DeleteExperimentResponse = exports.DeleteExperimentRequest = exports.DeleteEndpointConfigInput = exports.DeleteEndpointInput = exports.DeleteDomainRequest = exports.RetentionPolicy = exports.RetentionType = exports.DeleteDeviceFleetRequest = exports.DeleteDataQualityJobDefinitionRequest = exports.DeleteContextResponse = exports.DeleteContextRequest = exports.DeleteCodeRepositoryInput = exports.DeleteAssociationResponse = exports.DeleteAssociationRequest = exports.DeleteArtifactResponse = exports.DeleteArtifactRequest = exports.DeleteAppImageConfigRequest = exports.DeleteAppRequest = exports.DeleteAlgorithmInput = exports.DeleteActionResponse = exports.DeleteActionRequest = exports.DebugRuleEvaluationStatus = exports.RuleEvaluationStatus = exports.DataCaptureConfigSummary = exports.CreateWorkteamResponse = exports.CreateWorkteamRequest = exports.NotificationConfiguration = exports.MemberDefinition = exports.OidcMemberDefinition = exports.CreateWorkforceResponse = void 0;
|
|
7
|
+
exports.EdgePackagingJobStatus = exports.DescribeEdgePackagingJobRequest = exports.DescribeDomainResponse = exports.DomainStatus = exports.DescribeDomainRequest = exports.DescribeDeviceFleetResponse = exports.DescribeDeviceFleetRequest = exports.DescribeDeviceResponse = exports.EdgeModel = exports.DescribeDeviceRequest = exports.DescribeDataQualityJobDefinitionResponse = exports.DescribeDataQualityJobDefinitionRequest = exports.DescribeContextResponse = exports.DescribeContextRequest = exports.DescribeCompilationJobResponse = exports.ModelDigests = exports.ModelArtifacts = exports.DescribeCompilationJobRequest = exports.DescribeCodeRepositoryOutput = exports.DescribeCodeRepositoryInput = exports.DescribeAutoMLJobResponse = exports.ResolvedAttributes = exports.ModelDeployResult = exports.DescribeAutoMLJobRequest = exports.DescribeArtifactResponse = exports.DescribeArtifactRequest = exports.DescribeAppImageConfigResponse = exports.DescribeAppImageConfigRequest = exports.DescribeAppResponse = exports.DescribeAppRequest = exports.DescribeAlgorithmOutput = exports.DescribeAlgorithmInput = exports.DescribeActionResponse = exports.DescribeActionRequest = exports.DeregisterDevicesRequest = exports.DeployedImage = exports.DeleteWorkteamResponse = exports.DeleteWorkteamRequest = exports.DeleteWorkforceResponse = exports.DeleteWorkforceRequest = exports.DeleteUserProfileRequest = exports.DeleteTrialComponentResponse = exports.DeleteTrialComponentRequest = exports.DeleteTrialResponse = exports.DeleteTrialRequest = exports.DeleteTagsOutput = exports.DeleteTagsInput = exports.DeleteStudioLifecycleConfigRequest = exports.DeleteProjectInput = exports.DeletePipelineResponse = void 0;
|
|
8
|
+
exports.DescribeInferenceRecommendationsJobResponse = exports.RecommendationJobStatus = exports.InferenceRecommendation = exports.ModelConfiguration = exports.EnvironmentParameter = exports.RecommendationMetrics = exports.EndpointOutputConfiguration = exports.DescribeInferenceRecommendationsJobRequest = exports.DescribeImageVersionResponse = exports.ImageVersionStatus = exports.DescribeImageVersionRequest = exports.DescribeImageResponse = exports.ImageStatus = exports.DescribeImageRequest = exports.DescribeHyperParameterTuningJobResponse = exports.TrainingJobStatusCounters = exports.ObjectiveStatusCounters = exports.HyperParameterTuningJobStatus = exports.HyperParameterTrainingJobSummary = exports.TrainingJobStatus = exports.FinalHyperParameterTuningJobObjectiveMetric = exports.DescribeHyperParameterTuningJobRequest = exports.DescribeHumanTaskUiResponse = exports.UiTemplateInfo = exports.HumanTaskUiStatus = exports.DescribeHumanTaskUiRequest = exports.DescribeFlowDefinitionResponse = exports.FlowDefinitionStatus = exports.DescribeFlowDefinitionRequest = exports.DescribeFeatureGroupResponse = exports.OfflineStoreStatus = exports.OfflineStoreStatusValue = exports.FeatureGroupStatus = exports.DescribeFeatureGroupRequest = exports.DescribeExperimentResponse = exports.ExperimentSource = exports.DescribeExperimentRequest = exports.DescribeEndpointConfigOutput = exports.DescribeEndpointConfigInput = exports.DescribeEndpointOutput = exports.ProductionVariantSummary = exports.PendingDeploymentSummary = exports.PendingProductionVariantSummary = exports.ProductionVariantStatus = exports.VariantStatus = exports.EndpointStatus = exports.DescribeEndpointInput = exports.DescribeEdgePackagingJobResponse = exports.EdgePresetDeploymentOutput = exports.EdgePresetDeploymentStatus = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
10
|
var CreateImageResponse;
|
|
11
11
|
(function (CreateImageResponse) {
|
|
@@ -975,6 +975,12 @@ var SourceIpConfig;
|
|
|
975
975
|
...obj,
|
|
976
976
|
});
|
|
977
977
|
})(SourceIpConfig = exports.SourceIpConfig || (exports.SourceIpConfig = {}));
|
|
978
|
+
var WorkforceVpcConfigRequest;
|
|
979
|
+
(function (WorkforceVpcConfigRequest) {
|
|
980
|
+
WorkforceVpcConfigRequest.filterSensitiveLog = (obj) => ({
|
|
981
|
+
...obj,
|
|
982
|
+
});
|
|
983
|
+
})(WorkforceVpcConfigRequest = exports.WorkforceVpcConfigRequest || (exports.WorkforceVpcConfigRequest = {}));
|
|
978
984
|
var CreateWorkforceRequest;
|
|
979
985
|
(function (CreateWorkforceRequest) {
|
|
980
986
|
CreateWorkforceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1912,9 +1918,3 @@ var DescribeInferenceRecommendationsJobResponse;
|
|
|
1912
1918
|
...obj,
|
|
1913
1919
|
});
|
|
1914
1920
|
})(DescribeInferenceRecommendationsJobResponse = exports.DescribeInferenceRecommendationsJobResponse || (exports.DescribeInferenceRecommendationsJobResponse = {}));
|
|
1915
|
-
var DescribeLabelingJobRequest;
|
|
1916
|
-
(function (DescribeLabelingJobRequest) {
|
|
1917
|
-
DescribeLabelingJobRequest.filterSensitiveLog = (obj) => ({
|
|
1918
|
-
...obj,
|
|
1919
|
-
});
|
|
1920
|
-
})(DescribeLabelingJobRequest = exports.DescribeLabelingJobRequest || (exports.DescribeLabelingJobRequest = {}));
|
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.DescribeStudioLifecycleConfigRequest = exports.DescribeProjectOutput = exports.ServiceCatalogProvisionedProductDetails = exports.ProjectStatus = exports.DescribeProjectInput = exports.DescribeProcessingJobResponse = exports.ProcessingJobStatus = exports.DescribeProcessingJobRequest = exports.DescribePipelineExecutionResponse = exports.PipelineExperimentConfig = exports.PipelineExecutionStatus = exports.DescribePipelineExecutionRequest = exports.DescribePipelineDefinitionForExecutionResponse = exports.DescribePipelineDefinitionForExecutionRequest = exports.DescribePipelineResponse = exports.PipelineStatus = exports.DescribePipelineRequest = exports.DescribeNotebookInstanceLifecycleConfigOutput = exports.DescribeNotebookInstanceLifecycleConfigInput = exports.DescribeNotebookInstanceOutput = exports.NotebookInstanceStatus = exports.DescribeNotebookInstanceInput = exports.DescribeMonitoringScheduleResponse = exports.ScheduleStatus = exports.MonitoringExecutionSummary = exports.ExecutionStatus = exports.DescribeMonitoringScheduleRequest = exports.DescribeModelQualityJobDefinitionResponse = exports.DescribeModelQualityJobDefinitionRequest = exports.DescribeModelPackageGroupOutput = exports.ModelPackageGroupStatus = exports.DescribeModelPackageGroupInput = exports.DescribeModelPackageOutput = exports.ModelPackageStatusDetails = exports.ModelPackageStatusItem = exports.DetailedModelPackageStatus = exports.DescribeModelPackageInput = exports.DescribeModelExplainabilityJobDefinitionResponse = exports.DescribeModelExplainabilityJobDefinitionRequest = exports.DescribeModelBiasJobDefinitionResponse = exports.DescribeModelBiasJobDefinitionRequest = exports.DescribeModelOutput = exports.DescribeModelInput = exports.DescribeLineageGroupResponse = exports.DescribeLineageGroupRequest = exports.DescribeLabelingJobResponse = exports.LabelingJobStatus = exports.LabelingJobOutput = exports.LabelCounters = exports.DescribeLabelingJobRequest = void 0;
|
|
4
|
+
exports.EdgePackagingJobSummary = exports.EdgeModelStat = exports.Edge = exports.DomainSettingsForUpdate = exports.RStudioServerProDomainSettingsForUpdate = exports.DomainDetails = exports.DisassociateTrialComponentResponse = exports.DisassociateTrialComponentRequest = exports.DisableSagemakerServicecatalogPortfolioOutput = exports.DisableSagemakerServicecatalogPortfolioInput = exports.Direction = exports.DeviceSummary = exports.EdgeModelSummary = exports.DeviceStats = exports.DeviceFleetSummary = exports.Device = exports.DesiredWeightAndCapacity = exports.DescribeWorkteamResponse = exports.Workteam = exports.DescribeWorkteamRequest = exports.DescribeWorkforceResponse = exports.Workforce = exports.WorkforceVpcConfigResponse = exports.WorkforceStatus = exports.OidcConfigForResponse = exports.DescribeWorkforceRequest = exports.DescribeUserProfileResponse = exports.UserProfileStatus = exports.DescribeUserProfileRequest = exports.DescribeTrialComponentResponse = exports.TrialComponentSource = exports.TrialComponentMetricSummary = exports.DescribeTrialComponentRequest = exports.DescribeTrialResponse = exports.TrialSource = exports.DescribeTrialRequest = exports.DescribeTransformJobResponse = exports.TransformJobStatus = exports.DescribeTransformJobRequest = exports.DescribeTrainingJobResponse = exports.SecondaryStatusTransition = exports.SecondaryStatus = exports.ProfilingStatus = exports.ProfilerRuleEvaluationStatus = exports.MetricData = exports.DescribeTrainingJobRequest = exports.DescribeSubscribedWorkteamResponse = exports.SubscribedWorkteam = exports.DescribeSubscribedWorkteamRequest = exports.DescribeStudioLifecycleConfigResponse = void 0;
|
|
5
|
+
exports.LineageGroupSummary = exports.LambdaStepMetadata = exports.LabelingJobSummary = exports.LabelingJobForWorkteamSummary = exports.LabelCountersForWorkteam = exports.InferenceRecommendationsJob = exports.ImageVersionSortOrder = exports.ImageVersionSortBy = exports.ImageVersion = exports.ImageSortOrder = exports.ImageSortBy = exports.Image = exports.HyperParameterTuningJobSummary = exports.HyperParameterTuningJobSortByOptions = exports.HumanTaskUiSummary = exports.GitConfigForUpdate = exports.GetSearchSuggestionsResponse = exports.PropertyNameSuggestion = exports.GetSearchSuggestionsRequest = exports.SuggestionQuery = exports.PropertyNameQuery = exports.ResourceType = exports.GetSagemakerServicecatalogPortfolioStatusOutput = exports.SagemakerServicecatalogStatus = exports.GetSagemakerServicecatalogPortfolioStatusInput = exports.GetModelPackageGroupPolicyOutput = exports.GetModelPackageGroupPolicyInput = exports.GetLineageGroupPolicyResponse = exports.GetLineageGroupPolicyRequest = exports.GetDeviceFleetReportResponse = exports.GetDeviceFleetReportRequest = exports.FlowDefinitionSummary = exports.Filter = exports.Operator = exports.FeatureGroupSummary = exports.FeatureGroupSortOrder = exports.FeatureGroupSortBy = exports.FeatureGroup = exports.FailStepMetadata = exports.ExperimentSummary = exports.Experiment = exports.EndpointSummary = exports.EndpointSortKey = exports.EndpointConfigSummary = exports.EndpointConfigSortKey = exports.Endpoint = exports.MonitoringSchedule = exports.EnableSagemakerServicecatalogPortfolioOutput = exports.EnableSagemakerServicecatalogPortfolioInput = exports.EMRStepMetadata = void 0;
|
|
6
|
+
exports.ListExperimentsRequest = exports.SortExperimentsBy = exports.ListEndpointsOutput = exports.ListEndpointsInput = exports.ListEndpointConfigsOutput = exports.ListEndpointConfigsInput = exports.OrderKey = exports.ListEdgePackagingJobsResponse = exports.ListEdgePackagingJobsRequest = exports.ListEdgePackagingJobsSortBy = exports.ListDomainsResponse = exports.ListDomainsRequest = exports.ListDevicesResponse = exports.ListDevicesRequest = exports.ListDeviceFleetsResponse = exports.ListDeviceFleetsRequest = exports.ListDeviceFleetsSortBy = exports.ListDataQualityJobDefinitionsResponse = exports.MonitoringJobDefinitionSummary = exports.ListDataQualityJobDefinitionsRequest = exports.MonitoringJobDefinitionSortKey = exports.ListContextsResponse = exports.ListContextsRequest = exports.SortContextsBy = exports.ListCompilationJobsResponse = exports.ListCompilationJobsRequest = exports.ListCompilationJobsSortBy = exports.ListCodeRepositoriesOutput = exports.ListCodeRepositoriesInput = exports.ListCandidatesForAutoMLJobResponse = exports.ListCandidatesForAutoMLJobRequest = exports.ListAutoMLJobsResponse = exports.ListAutoMLJobsRequest = exports.ListAssociationsResponse = exports.ListAssociationsRequest = exports.SortAssociationsBy = exports.ListArtifactsResponse = exports.ListArtifactsRequest = exports.SortArtifactsBy = exports.ListAppsResponse = exports.ListAppsRequest = exports.ListAppImageConfigsResponse = exports.ListAppImageConfigsRequest = exports.ListAlgorithmsOutput = exports.ListAlgorithmsInput = exports.ListActionsResponse = exports.ListActionsRequest = exports.SortOrder = exports.SortActionsBy = exports.LineageType = void 0;
|
|
7
|
+
exports.ListModelsOutput = exports.ModelSummary = exports.ListModelsInput = exports.ModelSortKey = exports.ListModelQualityJobDefinitionsResponse = exports.ListModelQualityJobDefinitionsRequest = exports.ListModelPackagesOutput = exports.ModelPackageSummary = exports.ListModelPackagesInput = exports.ModelPackageSortBy = exports.ModelPackageType = exports.ListModelPackageGroupsOutput = exports.ModelPackageGroupSummary = exports.ListModelPackageGroupsInput = exports.ModelPackageGroupSortBy = exports.ListModelMetadataResponse = exports.ModelMetadataSummary = exports.ListModelMetadataRequest = exports.ModelMetadataSearchExpression = exports.ModelMetadataFilter = exports.ModelMetadataFilterType = exports.ListModelExplainabilityJobDefinitionsResponse = exports.ListModelExplainabilityJobDefinitionsRequest = exports.ListModelBiasJobDefinitionsResponse = exports.ListModelBiasJobDefinitionsRequest = exports.ListLineageGroupsResponse = exports.ListLineageGroupsRequest = exports.SortLineageGroupsBy = exports.ListLabelingJobsForWorkteamResponse = exports.ListLabelingJobsForWorkteamRequest = exports.ListLabelingJobsForWorkteamSortByOptions = exports.ListLabelingJobsResponse = exports.ListLabelingJobsRequest = exports.SortBy = exports.ListInferenceRecommendationsJobsResponse = exports.ListInferenceRecommendationsJobsRequest = exports.ListInferenceRecommendationsJobsSortBy = exports.ListImageVersionsResponse = exports.ListImageVersionsRequest = exports.ListImagesResponse = exports.ListImagesRequest = exports.ListHyperParameterTuningJobsResponse = exports.ListHyperParameterTuningJobsRequest = exports.ListHumanTaskUisResponse = exports.ListHumanTaskUisRequest = exports.ListFlowDefinitionsResponse = exports.ListFlowDefinitionsRequest = exports.ListFeatureGroupsResponse = exports.ListFeatureGroupsRequest = exports.ListExperimentsResponse = void 0;
|
|
8
|
+
exports.ListStudioLifecycleConfigsRequest = exports.StudioLifecycleConfigSortKey = exports.ListProjectsOutput = exports.ProjectSummary = exports.ListProjectsInput = exports.ProjectSortOrder = exports.ProjectSortBy = exports.ListProcessingJobsResponse = exports.ProcessingJobSummary = exports.ListProcessingJobsRequest = exports.ListPipelinesResponse = exports.PipelineSummary = exports.ListPipelinesRequest = exports.SortPipelinesBy = exports.ListPipelineParametersForExecutionResponse = exports.Parameter = exports.ListPipelineParametersForExecutionRequest = exports.ListPipelineExecutionStepsResponse = exports.PipelineExecutionStep = exports.StepStatus = exports.PipelineExecutionStepMetadata = exports.TuningJobStepMetaData = exports.TransformJobStepMetadata = exports.TrainingJobStepMetadata = exports.RegisterModelStepMetadata = exports.QualityCheckStepMetadata = exports.ProcessingJobStepMetadata = exports.ModelStepMetadata = exports.ListPipelineExecutionStepsRequest = exports.ListPipelineExecutionsResponse = exports.PipelineExecutionSummary = exports.ListPipelineExecutionsRequest = exports.SortPipelineExecutionsBy = exports.ListNotebookInstancesOutput = exports.NotebookInstanceSummary = exports.ListNotebookInstancesInput = exports.NotebookInstanceSortOrder = exports.NotebookInstanceSortKey = exports.ListNotebookInstanceLifecycleConfigsOutput = exports.NotebookInstanceLifecycleConfigSummary = exports.ListNotebookInstanceLifecycleConfigsInput = exports.NotebookInstanceLifecycleConfigSortOrder = exports.NotebookInstanceLifecycleConfigSortKey = exports.ListMonitoringSchedulesResponse = exports.MonitoringScheduleSummary = exports.ListMonitoringSchedulesRequest = exports.MonitoringScheduleSortKey = exports.ListMonitoringExecutionsResponse = exports.ListMonitoringExecutionsRequest = exports.MonitoringExecutionSortKey = void 0;
|
|
9
9
|
const models_1_1 = require("./models_1");
|
|
10
|
+
var DescribeLabelingJobRequest;
|
|
11
|
+
(function (DescribeLabelingJobRequest) {
|
|
12
|
+
DescribeLabelingJobRequest.filterSensitiveLog = (obj) => ({
|
|
13
|
+
...obj,
|
|
14
|
+
});
|
|
15
|
+
})(DescribeLabelingJobRequest = exports.DescribeLabelingJobRequest || (exports.DescribeLabelingJobRequest = {}));
|
|
10
16
|
var LabelCounters;
|
|
11
17
|
(function (LabelCounters) {
|
|
12
18
|
LabelCounters.filterSensitiveLog = (obj) => ({
|
|
@@ -506,6 +512,20 @@ var OidcConfigForResponse;
|
|
|
506
512
|
...obj,
|
|
507
513
|
});
|
|
508
514
|
})(OidcConfigForResponse = exports.OidcConfigForResponse || (exports.OidcConfigForResponse = {}));
|
|
515
|
+
var WorkforceStatus;
|
|
516
|
+
(function (WorkforceStatus) {
|
|
517
|
+
WorkforceStatus["ACTIVE"] = "Active";
|
|
518
|
+
WorkforceStatus["DELETING"] = "Deleting";
|
|
519
|
+
WorkforceStatus["FAILED"] = "Failed";
|
|
520
|
+
WorkforceStatus["INITIALIZING"] = "Initializing";
|
|
521
|
+
WorkforceStatus["UPDATING"] = "Updating";
|
|
522
|
+
})(WorkforceStatus = exports.WorkforceStatus || (exports.WorkforceStatus = {}));
|
|
523
|
+
var WorkforceVpcConfigResponse;
|
|
524
|
+
(function (WorkforceVpcConfigResponse) {
|
|
525
|
+
WorkforceVpcConfigResponse.filterSensitiveLog = (obj) => ({
|
|
526
|
+
...obj,
|
|
527
|
+
});
|
|
528
|
+
})(WorkforceVpcConfigResponse = exports.WorkforceVpcConfigResponse || (exports.WorkforceVpcConfigResponse = {}));
|
|
509
529
|
var Workforce;
|
|
510
530
|
(function (Workforce) {
|
|
511
531
|
Workforce.filterSensitiveLog = (obj) => ({
|
|
@@ -1838,21 +1858,3 @@ var ListStudioLifecycleConfigsRequest;
|
|
|
1838
1858
|
...obj,
|
|
1839
1859
|
});
|
|
1840
1860
|
})(ListStudioLifecycleConfigsRequest = exports.ListStudioLifecycleConfigsRequest || (exports.ListStudioLifecycleConfigsRequest = {}));
|
|
1841
|
-
var StudioLifecycleConfigDetails;
|
|
1842
|
-
(function (StudioLifecycleConfigDetails) {
|
|
1843
|
-
StudioLifecycleConfigDetails.filterSensitiveLog = (obj) => ({
|
|
1844
|
-
...obj,
|
|
1845
|
-
});
|
|
1846
|
-
})(StudioLifecycleConfigDetails = exports.StudioLifecycleConfigDetails || (exports.StudioLifecycleConfigDetails = {}));
|
|
1847
|
-
var ListStudioLifecycleConfigsResponse;
|
|
1848
|
-
(function (ListStudioLifecycleConfigsResponse) {
|
|
1849
|
-
ListStudioLifecycleConfigsResponse.filterSensitiveLog = (obj) => ({
|
|
1850
|
-
...obj,
|
|
1851
|
-
});
|
|
1852
|
-
})(ListStudioLifecycleConfigsResponse = exports.ListStudioLifecycleConfigsResponse || (exports.ListStudioLifecycleConfigsResponse = {}));
|
|
1853
|
-
var ListSubscribedWorkteamsRequest;
|
|
1854
|
-
(function (ListSubscribedWorkteamsRequest) {
|
|
1855
|
-
ListSubscribedWorkteamsRequest.filterSensitiveLog = (obj) => ({
|
|
1856
|
-
...obj,
|
|
1857
|
-
});
|
|
1858
|
-
})(ListSubscribedWorkteamsRequest = exports.ListSubscribedWorkteamsRequest || (exports.ListSubscribedWorkteamsRequest = {}));
|
|
@@ -1,9 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.SearchRequest = exports.SearchExpression = exports.UpdateWorkteamResponse = exports.UpdateWorkteamRequest = exports.UpdateWorkforceResponse = exports.UpdateWorkforceRequest = exports.UpdateUserProfileResponse = exports.UpdateUserProfileRequest = exports.UpdateTrialComponentResponse = exports.UpdateTrialComponentRequest = exports.UpdateTrialResponse = exports.UpdateTrialRequest = exports.UpdateTrainingJobResponse = exports.UpdateTrainingJobRequest = exports.UpdateProjectOutput = exports.UpdateProjectInput = exports.ServiceCatalogProvisioningUpdateDetails = exports.UpdatePipelineExecutionResponse = exports.UpdatePipelineExecutionRequest = exports.UpdatePipelineResponse = exports.UpdatePipelineRequest = exports.UpdateNotebookInstanceLifecycleConfigOutput = exports.UpdateNotebookInstanceLifecycleConfigInput = exports.UpdateNotebookInstanceOutput = exports.UpdateNotebookInstanceInput = exports.UpdateMonitoringScheduleResponse = exports.UpdateMonitoringScheduleRequest = exports.UpdateModelPackageOutput = exports.UpdateModelPackageInput = exports.UpdateImageResponse = exports.UpdateImageRequest = exports.UpdateExperimentResponse = exports.UpdateExperimentRequest = exports.UpdateEndpointWeightsAndCapacitiesOutput = exports.UpdateEndpointWeightsAndCapacitiesInput = void 0;
|
|
3
|
+
exports.RenderableTask = exports.RegisterDevicesRequest = exports.QueryLineageResponse = exports.Vertex = exports.QueryLineageRequest = exports.QueryFilters = exports.PutModelPackageGroupPolicyOutput = exports.PutModelPackageGroupPolicyInput = exports.Project = exports.ProfilerConfigForUpdate = exports.ProcessingJob = exports.PipelineExecution = exports.Pipeline = exports.Parent = exports.NestedFilters = exports.ModelPackageGroup = exports.ModelPackage = exports.ListWorkteamsResponse = exports.ListWorkteamsRequest = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesResponse = exports.ListWorkforcesRequest = exports.ListWorkforcesSortByOptions = exports.ListUserProfilesResponse = exports.UserProfileDetails = exports.ListUserProfilesRequest = exports.UserProfileSortKey = exports.ListTrialsResponse = exports.TrialSummary = exports.ListTrialsRequest = exports.SortTrialsBy = exports.ListTrialComponentsResponse = exports.TrialComponentSummary = exports.ListTrialComponentsRequest = exports.SortTrialComponentsBy = exports.ListTransformJobsResponse = exports.TransformJobSummary = exports.ListTransformJobsRequest = exports.ListTrainingJobsForHyperParameterTuningJobResponse = exports.ListTrainingJobsForHyperParameterTuningJobRequest = exports.TrainingJobSortByOptions = exports.ListTrainingJobsResponse = exports.TrainingJobSummary = exports.ListTrainingJobsRequest = exports.ListTagsOutput = exports.ListTagsInput = exports.ListSubscribedWorkteamsResponse = exports.ListSubscribedWorkteamsRequest = exports.ListStudioLifecycleConfigsResponse = exports.StudioLifecycleConfigDetails = void 0;
|
|
4
|
+
exports.VariantPropertyType = exports.UpdateDomainResponse = exports.UpdateDomainRequest = exports.UpdateDevicesRequest = exports.UpdateDeviceFleetRequest = exports.UpdateContextResponse = exports.UpdateContextRequest = exports.UpdateCodeRepositoryOutput = exports.UpdateCodeRepositoryInput = exports.UpdateArtifactResponse = exports.UpdateArtifactRequest = exports.UpdateAppImageConfigResponse = exports.UpdateAppImageConfigRequest = exports.UpdateActionResponse = exports.UpdateActionRequest = exports.StopTransformJobRequest = exports.StopTrainingJobRequest = exports.StopProcessingJobRequest = exports.StopPipelineExecutionResponse = exports.StopPipelineExecutionRequest = exports.StopNotebookInstanceInput = exports.StopMonitoringScheduleRequest = exports.StopLabelingJobRequest = exports.StopInferenceRecommendationsJobRequest = exports.StopHyperParameterTuningJobRequest = exports.StopEdgePackagingJobRequest = exports.StopCompilationJobRequest = exports.StopAutoMLJobRequest = exports.StartPipelineExecutionResponse = exports.StartPipelineExecutionRequest = exports.StartNotebookInstanceInput = exports.StartMonitoringScheduleRequest = exports.SendPipelineExecutionStepSuccessResponse = exports.SendPipelineExecutionStepSuccessRequest = exports.SendPipelineExecutionStepFailureResponse = exports.SendPipelineExecutionStepFailureRequest = exports.SearchResponse = exports.SearchRecord = exports.TrialComponent = exports.TrialComponentSourceDetail = exports.TransformJob = exports.Trial = exports.TrialComponentSimpleSummary = exports.TrainingJob = exports.SearchSortOrder = exports.RetryPipelineExecutionResponse = exports.RetryPipelineExecutionRequest = exports.RenderUiTemplateResponse = exports.RenderUiTemplateRequest = exports.RenderingError = void 0;
|
|
5
|
+
exports.SearchRequest = exports.SearchExpression = exports.UpdateWorkteamResponse = exports.UpdateWorkteamRequest = exports.UpdateWorkforceResponse = exports.UpdateWorkforceRequest = exports.UpdateUserProfileResponse = exports.UpdateUserProfileRequest = exports.UpdateTrialComponentResponse = exports.UpdateTrialComponentRequest = exports.UpdateTrialResponse = exports.UpdateTrialRequest = exports.UpdateTrainingJobResponse = exports.UpdateTrainingJobRequest = exports.UpdateProjectOutput = exports.UpdateProjectInput = exports.ServiceCatalogProvisioningUpdateDetails = exports.UpdatePipelineExecutionResponse = exports.UpdatePipelineExecutionRequest = exports.UpdatePipelineResponse = exports.UpdatePipelineRequest = exports.UpdateNotebookInstanceLifecycleConfigOutput = exports.UpdateNotebookInstanceLifecycleConfigInput = exports.UpdateNotebookInstanceOutput = exports.UpdateNotebookInstanceInput = exports.UpdateMonitoringScheduleResponse = exports.UpdateMonitoringScheduleRequest = exports.UpdateModelPackageOutput = exports.UpdateModelPackageInput = exports.UpdateImageResponse = exports.UpdateImageRequest = exports.UpdateExperimentResponse = exports.UpdateExperimentRequest = exports.UpdateEndpointWeightsAndCapacitiesOutput = exports.UpdateEndpointWeightsAndCapacitiesInput = exports.UpdateEndpointOutput = exports.UpdateEndpointInput = exports.VariantProperty = void 0;
|
|
6
6
|
const models_1_1 = require("./models_1");
|
|
7
|
+
var StudioLifecycleConfigDetails;
|
|
8
|
+
(function (StudioLifecycleConfigDetails) {
|
|
9
|
+
StudioLifecycleConfigDetails.filterSensitiveLog = (obj) => ({
|
|
10
|
+
...obj,
|
|
11
|
+
});
|
|
12
|
+
})(StudioLifecycleConfigDetails = exports.StudioLifecycleConfigDetails || (exports.StudioLifecycleConfigDetails = {}));
|
|
13
|
+
var ListStudioLifecycleConfigsResponse;
|
|
14
|
+
(function (ListStudioLifecycleConfigsResponse) {
|
|
15
|
+
ListStudioLifecycleConfigsResponse.filterSensitiveLog = (obj) => ({
|
|
16
|
+
...obj,
|
|
17
|
+
});
|
|
18
|
+
})(ListStudioLifecycleConfigsResponse = exports.ListStudioLifecycleConfigsResponse || (exports.ListStudioLifecycleConfigsResponse = {}));
|
|
19
|
+
var ListSubscribedWorkteamsRequest;
|
|
20
|
+
(function (ListSubscribedWorkteamsRequest) {
|
|
21
|
+
ListSubscribedWorkteamsRequest.filterSensitiveLog = (obj) => ({
|
|
22
|
+
...obj,
|
|
23
|
+
});
|
|
24
|
+
})(ListSubscribedWorkteamsRequest = exports.ListSubscribedWorkteamsRequest || (exports.ListSubscribedWorkteamsRequest = {}));
|
|
7
25
|
var ListSubscribedWorkteamsResponse;
|
|
8
26
|
(function (ListSubscribedWorkteamsResponse) {
|
|
9
27
|
ListSubscribedWorkteamsResponse.filterSensitiveLog = (obj) => ({
|
|
@@ -11295,6 +11295,9 @@ const deserializeAws_json1_1UpdateWorkforceCommandError = async (output, context
|
|
|
11295
11295
|
let errorCode = "UnknownError";
|
|
11296
11296
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11297
11297
|
switch (errorCode) {
|
|
11298
|
+
case "ConflictException":
|
|
11299
|
+
case "com.amazonaws.sagemaker#ConflictException":
|
|
11300
|
+
throw await deserializeAws_json1_1ConflictExceptionResponse(parsedOutput, context);
|
|
11298
11301
|
default:
|
|
11299
11302
|
const parsedBody = parsedOutput.body;
|
|
11300
11303
|
response = new SageMakerServiceException_1.SageMakerServiceException({
|
|
@@ -13072,6 +13075,10 @@ const serializeAws_json1_1CreateWorkforceRequest = (input, context) => {
|
|
|
13072
13075
|
}),
|
|
13073
13076
|
...(input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
|
|
13074
13077
|
...(input.WorkforceName !== undefined && input.WorkforceName !== null && { WorkforceName: input.WorkforceName }),
|
|
13078
|
+
...(input.WorkforceVpcConfig !== undefined &&
|
|
13079
|
+
input.WorkforceVpcConfig !== null && {
|
|
13080
|
+
WorkforceVpcConfig: serializeAws_json1_1WorkforceVpcConfigRequest(input.WorkforceVpcConfig, context),
|
|
13081
|
+
}),
|
|
13075
13082
|
};
|
|
13076
13083
|
};
|
|
13077
13084
|
const serializeAws_json1_1CreateWorkteamRequest = (input, context) => {
|
|
@@ -14668,6 +14675,8 @@ const serializeAws_json1_1LabelingJobResourceConfig = (input, context) => {
|
|
|
14668
14675
|
return {
|
|
14669
14676
|
...(input.VolumeKmsKeyId !== undefined &&
|
|
14670
14677
|
input.VolumeKmsKeyId !== null && { VolumeKmsKeyId: input.VolumeKmsKeyId }),
|
|
14678
|
+
...(input.VpcConfig !== undefined &&
|
|
14679
|
+
input.VpcConfig !== null && { VpcConfig: serializeAws_json1_1VpcConfig(input.VpcConfig, context) }),
|
|
14671
14680
|
};
|
|
14672
14681
|
};
|
|
14673
14682
|
const serializeAws_json1_1LabelingJobS3DataSource = (input, context) => {
|
|
@@ -18050,6 +18059,10 @@ const serializeAws_json1_1UpdateWorkforceRequest = (input, context) => {
|
|
|
18050
18059
|
SourceIpConfig: serializeAws_json1_1SourceIpConfig(input.SourceIpConfig, context),
|
|
18051
18060
|
}),
|
|
18052
18061
|
...(input.WorkforceName !== undefined && input.WorkforceName !== null && { WorkforceName: input.WorkforceName }),
|
|
18062
|
+
...(input.WorkforceVpcConfig !== undefined &&
|
|
18063
|
+
input.WorkforceVpcConfig !== null && {
|
|
18064
|
+
WorkforceVpcConfig: serializeAws_json1_1WorkforceVpcConfigRequest(input.WorkforceVpcConfig, context),
|
|
18065
|
+
}),
|
|
18053
18066
|
};
|
|
18054
18067
|
};
|
|
18055
18068
|
const serializeAws_json1_1UpdateWorkteamRequest = (input, context) => {
|
|
@@ -18143,6 +18156,37 @@ const serializeAws_json1_1VpcSecurityGroupIds = (input, context) => {
|
|
|
18143
18156
|
return entry;
|
|
18144
18157
|
});
|
|
18145
18158
|
};
|
|
18159
|
+
const serializeAws_json1_1WorkforceSecurityGroupIds = (input, context) => {
|
|
18160
|
+
return input
|
|
18161
|
+
.filter((e) => e != null)
|
|
18162
|
+
.map((entry) => {
|
|
18163
|
+
if (entry === null) {
|
|
18164
|
+
return null;
|
|
18165
|
+
}
|
|
18166
|
+
return entry;
|
|
18167
|
+
});
|
|
18168
|
+
};
|
|
18169
|
+
const serializeAws_json1_1WorkforceSubnets = (input, context) => {
|
|
18170
|
+
return input
|
|
18171
|
+
.filter((e) => e != null)
|
|
18172
|
+
.map((entry) => {
|
|
18173
|
+
if (entry === null) {
|
|
18174
|
+
return null;
|
|
18175
|
+
}
|
|
18176
|
+
return entry;
|
|
18177
|
+
});
|
|
18178
|
+
};
|
|
18179
|
+
const serializeAws_json1_1WorkforceVpcConfigRequest = (input, context) => {
|
|
18180
|
+
return {
|
|
18181
|
+
...(input.SecurityGroupIds !== undefined &&
|
|
18182
|
+
input.SecurityGroupIds !== null && {
|
|
18183
|
+
SecurityGroupIds: serializeAws_json1_1WorkforceSecurityGroupIds(input.SecurityGroupIds, context),
|
|
18184
|
+
}),
|
|
18185
|
+
...(input.Subnets !== undefined &&
|
|
18186
|
+
input.Subnets !== null && { Subnets: serializeAws_json1_1WorkforceSubnets(input.Subnets, context) }),
|
|
18187
|
+
...(input.VpcId !== undefined && input.VpcId !== null && { VpcId: input.VpcId }),
|
|
18188
|
+
};
|
|
18189
|
+
};
|
|
18146
18190
|
const deserializeAws_json1_1ActionSource = (output, context) => {
|
|
18147
18191
|
return {
|
|
18148
18192
|
SourceId: (0, smithy_client_1.expectString)(output.SourceId),
|
|
@@ -22588,6 +22632,9 @@ const deserializeAws_json1_1LabelingJobOutputConfig = (output, context) => {
|
|
|
22588
22632
|
const deserializeAws_json1_1LabelingJobResourceConfig = (output, context) => {
|
|
22589
22633
|
return {
|
|
22590
22634
|
VolumeKmsKeyId: (0, smithy_client_1.expectString)(output.VolumeKmsKeyId),
|
|
22635
|
+
VpcConfig: output.VpcConfig !== undefined && output.VpcConfig !== null
|
|
22636
|
+
? deserializeAws_json1_1VpcConfig(output.VpcConfig, context)
|
|
22637
|
+
: undefined,
|
|
22591
22638
|
};
|
|
22592
22639
|
};
|
|
22593
22640
|
const deserializeAws_json1_1LabelingJobS3DataSource = (output, context) => {
|
|
@@ -26429,6 +26476,7 @@ const deserializeAws_json1_1Workforce = (output, context) => {
|
|
|
26429
26476
|
CreateDate: output.CreateDate !== undefined && output.CreateDate !== null
|
|
26430
26477
|
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateDate)))
|
|
26431
26478
|
: undefined,
|
|
26479
|
+
FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
|
|
26432
26480
|
LastUpdatedDate: output.LastUpdatedDate !== undefined && output.LastUpdatedDate !== null
|
|
26433
26481
|
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdatedDate)))
|
|
26434
26482
|
: undefined,
|
|
@@ -26438,9 +26486,13 @@ const deserializeAws_json1_1Workforce = (output, context) => {
|
|
|
26438
26486
|
SourceIpConfig: output.SourceIpConfig !== undefined && output.SourceIpConfig !== null
|
|
26439
26487
|
? deserializeAws_json1_1SourceIpConfig(output.SourceIpConfig, context)
|
|
26440
26488
|
: undefined,
|
|
26489
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
26441
26490
|
SubDomain: (0, smithy_client_1.expectString)(output.SubDomain),
|
|
26442
26491
|
WorkforceArn: (0, smithy_client_1.expectString)(output.WorkforceArn),
|
|
26443
26492
|
WorkforceName: (0, smithy_client_1.expectString)(output.WorkforceName),
|
|
26493
|
+
WorkforceVpcConfig: output.WorkforceVpcConfig !== undefined && output.WorkforceVpcConfig !== null
|
|
26494
|
+
? deserializeAws_json1_1WorkforceVpcConfigResponse(output.WorkforceVpcConfig, context)
|
|
26495
|
+
: undefined,
|
|
26444
26496
|
};
|
|
26445
26497
|
};
|
|
26446
26498
|
const deserializeAws_json1_1Workforces = (output, context) => {
|
|
@@ -26454,6 +26506,40 @@ const deserializeAws_json1_1Workforces = (output, context) => {
|
|
|
26454
26506
|
});
|
|
26455
26507
|
return retVal;
|
|
26456
26508
|
};
|
|
26509
|
+
const deserializeAws_json1_1WorkforceSecurityGroupIds = (output, context) => {
|
|
26510
|
+
const retVal = (output || [])
|
|
26511
|
+
.filter((e) => e != null)
|
|
26512
|
+
.map((entry) => {
|
|
26513
|
+
if (entry === null) {
|
|
26514
|
+
return null;
|
|
26515
|
+
}
|
|
26516
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
26517
|
+
});
|
|
26518
|
+
return retVal;
|
|
26519
|
+
};
|
|
26520
|
+
const deserializeAws_json1_1WorkforceSubnets = (output, context) => {
|
|
26521
|
+
const retVal = (output || [])
|
|
26522
|
+
.filter((e) => e != null)
|
|
26523
|
+
.map((entry) => {
|
|
26524
|
+
if (entry === null) {
|
|
26525
|
+
return null;
|
|
26526
|
+
}
|
|
26527
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
26528
|
+
});
|
|
26529
|
+
return retVal;
|
|
26530
|
+
};
|
|
26531
|
+
const deserializeAws_json1_1WorkforceVpcConfigResponse = (output, context) => {
|
|
26532
|
+
return {
|
|
26533
|
+
SecurityGroupIds: output.SecurityGroupIds !== undefined && output.SecurityGroupIds !== null
|
|
26534
|
+
? deserializeAws_json1_1WorkforceSecurityGroupIds(output.SecurityGroupIds, context)
|
|
26535
|
+
: undefined,
|
|
26536
|
+
Subnets: output.Subnets !== undefined && output.Subnets !== null
|
|
26537
|
+
? deserializeAws_json1_1WorkforceSubnets(output.Subnets, context)
|
|
26538
|
+
: undefined,
|
|
26539
|
+
VpcEndpointId: (0, smithy_client_1.expectString)(output.VpcEndpointId),
|
|
26540
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
26541
|
+
};
|
|
26542
|
+
};
|
|
26457
26543
|
const deserializeAws_json1_1Workteam = (output, context) => {
|
|
26458
26544
|
return {
|
|
26459
26545
|
CreateDate: output.CreateDate !== undefined && output.CreateDate !== null
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeLabelingJobRequest } from "../models/
|
|
5
|
-
import { DescribeLabelingJobResponse } from "../models/models_2";
|
|
4
|
+
import { DescribeLabelingJobRequest, DescribeLabelingJobResponse } from "../models/models_2";
|
|
6
5
|
import { deserializeAws_json1_1DescribeLabelingJobCommand, serializeAws_json1_1DescribeLabelingJobCommand, } from "../protocols/Aws_json1_1";
|
|
7
6
|
var DescribeLabelingJobCommand = (function (_super) {
|
|
8
7
|
__extends(DescribeLabelingJobCommand, _super);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListStudioLifecycleConfigsRequest
|
|
4
|
+
import { ListStudioLifecycleConfigsRequest } from "../models/models_2";
|
|
5
|
+
import { ListStudioLifecycleConfigsResponse } from "../models/models_3";
|
|
5
6
|
import { deserializeAws_json1_1ListStudioLifecycleConfigsCommand, serializeAws_json1_1ListStudioLifecycleConfigsCommand, } from "../protocols/Aws_json1_1";
|
|
6
7
|
var ListStudioLifecycleConfigsCommand = (function (_super) {
|
|
7
8
|
__extends(ListStudioLifecycleConfigsCommand, _super);
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListSubscribedWorkteamsRequest } from "../models/
|
|
5
|
-
import { ListSubscribedWorkteamsResponse } from "../models/models_3";
|
|
4
|
+
import { ListSubscribedWorkteamsRequest, ListSubscribedWorkteamsResponse } from "../models/models_3";
|
|
6
5
|
import { deserializeAws_json1_1ListSubscribedWorkteamsCommand, serializeAws_json1_1ListSubscribedWorkteamsCommand, } from "../protocols/Aws_json1_1";
|
|
7
6
|
var ListSubscribedWorkteamsCommand = (function (_super) {
|
|
8
7
|
__extends(ListSubscribedWorkteamsCommand, _super);
|
|
@@ -710,6 +710,10 @@ export var SourceIpConfig;
|
|
|
710
710
|
(function (SourceIpConfig) {
|
|
711
711
|
SourceIpConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
712
|
})(SourceIpConfig || (SourceIpConfig = {}));
|
|
713
|
+
export var WorkforceVpcConfigRequest;
|
|
714
|
+
(function (WorkforceVpcConfigRequest) {
|
|
715
|
+
WorkforceVpcConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
})(WorkforceVpcConfigRequest || (WorkforceVpcConfigRequest = {}));
|
|
713
717
|
export var CreateWorkforceRequest;
|
|
714
718
|
(function (CreateWorkforceRequest) {
|
|
715
719
|
CreateWorkforceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.OidcConfig && { OidcConfig: OidcConfig.filterSensitiveLog(obj.OidcConfig) }))); };
|
|
@@ -1376,7 +1380,3 @@ export var DescribeInferenceRecommendationsJobResponse;
|
|
|
1376
1380
|
(function (DescribeInferenceRecommendationsJobResponse) {
|
|
1377
1381
|
DescribeInferenceRecommendationsJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1378
1382
|
})(DescribeInferenceRecommendationsJobResponse || (DescribeInferenceRecommendationsJobResponse = {}));
|
|
1379
|
-
export var DescribeLabelingJobRequest;
|
|
1380
|
-
(function (DescribeLabelingJobRequest) {
|
|
1381
|
-
DescribeLabelingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1382
|
-
})(DescribeLabelingJobRequest || (DescribeLabelingJobRequest = {}));
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { TrialComponentParameterValue, } from "./models_1";
|
|
3
|
+
export var DescribeLabelingJobRequest;
|
|
4
|
+
(function (DescribeLabelingJobRequest) {
|
|
5
|
+
DescribeLabelingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(DescribeLabelingJobRequest || (DescribeLabelingJobRequest = {}));
|
|
3
7
|
export var LabelCounters;
|
|
4
8
|
(function (LabelCounters) {
|
|
5
9
|
LabelCounters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -377,6 +381,18 @@ export var OidcConfigForResponse;
|
|
|
377
381
|
(function (OidcConfigForResponse) {
|
|
378
382
|
OidcConfigForResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
383
|
})(OidcConfigForResponse || (OidcConfigForResponse = {}));
|
|
384
|
+
export var WorkforceStatus;
|
|
385
|
+
(function (WorkforceStatus) {
|
|
386
|
+
WorkforceStatus["ACTIVE"] = "Active";
|
|
387
|
+
WorkforceStatus["DELETING"] = "Deleting";
|
|
388
|
+
WorkforceStatus["FAILED"] = "Failed";
|
|
389
|
+
WorkforceStatus["INITIALIZING"] = "Initializing";
|
|
390
|
+
WorkforceStatus["UPDATING"] = "Updating";
|
|
391
|
+
})(WorkforceStatus || (WorkforceStatus = {}));
|
|
392
|
+
export var WorkforceVpcConfigResponse;
|
|
393
|
+
(function (WorkforceVpcConfigResponse) {
|
|
394
|
+
WorkforceVpcConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
})(WorkforceVpcConfigResponse || (WorkforceVpcConfigResponse = {}));
|
|
380
396
|
export var Workforce;
|
|
381
397
|
(function (Workforce) {
|
|
382
398
|
Workforce.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1357,15 +1373,3 @@ export var ListStudioLifecycleConfigsRequest;
|
|
|
1357
1373
|
(function (ListStudioLifecycleConfigsRequest) {
|
|
1358
1374
|
ListStudioLifecycleConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1359
1375
|
})(ListStudioLifecycleConfigsRequest || (ListStudioLifecycleConfigsRequest = {}));
|
|
1360
|
-
export var StudioLifecycleConfigDetails;
|
|
1361
|
-
(function (StudioLifecycleConfigDetails) {
|
|
1362
|
-
StudioLifecycleConfigDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1363
|
-
})(StudioLifecycleConfigDetails || (StudioLifecycleConfigDetails = {}));
|
|
1364
|
-
export var ListStudioLifecycleConfigsResponse;
|
|
1365
|
-
(function (ListStudioLifecycleConfigsResponse) {
|
|
1366
|
-
ListStudioLifecycleConfigsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1367
|
-
})(ListStudioLifecycleConfigsResponse || (ListStudioLifecycleConfigsResponse = {}));
|
|
1368
|
-
export var ListSubscribedWorkteamsRequest;
|
|
1369
|
-
(function (ListSubscribedWorkteamsRequest) {
|
|
1370
|
-
ListSubscribedWorkteamsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1371
|
-
})(ListSubscribedWorkteamsRequest || (ListSubscribedWorkteamsRequest = {}));
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { OidcConfig, TrialComponentParameterValue, } from "./models_1";
|
|
3
|
+
export var StudioLifecycleConfigDetails;
|
|
4
|
+
(function (StudioLifecycleConfigDetails) {
|
|
5
|
+
StudioLifecycleConfigDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(StudioLifecycleConfigDetails || (StudioLifecycleConfigDetails = {}));
|
|
7
|
+
export var ListStudioLifecycleConfigsResponse;
|
|
8
|
+
(function (ListStudioLifecycleConfigsResponse) {
|
|
9
|
+
ListStudioLifecycleConfigsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(ListStudioLifecycleConfigsResponse || (ListStudioLifecycleConfigsResponse = {}));
|
|
11
|
+
export var ListSubscribedWorkteamsRequest;
|
|
12
|
+
(function (ListSubscribedWorkteamsRequest) {
|
|
13
|
+
ListSubscribedWorkteamsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(ListSubscribedWorkteamsRequest || (ListSubscribedWorkteamsRequest = {}));
|
|
3
15
|
export var ListSubscribedWorkteamsResponse;
|
|
4
16
|
(function (ListSubscribedWorkteamsResponse) {
|
|
5
17
|
ListSubscribedWorkteamsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|