@aws-sdk/client-sagemaker 3.76.0 → 3.80.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/CHANGELOG.md +31 -0
- package/README.md +2 -2
- package/dist-cjs/commands/CreateImageVersionCommand.js +2 -1
- package/dist-cjs/commands/DescribeLabelingJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelCommand.js +1 -2
- package/dist-cjs/commands/ListTrainingJobsCommand.js +3 -3
- package/dist-cjs/models/models_0.js +16 -17
- package/dist-cjs/models/models_1.js +30 -30
- package/dist-cjs/models/models_2.js +30 -31
- package/dist-cjs/models/models_3.js +28 -3
- package/dist-cjs/pagination/ListActionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListAlgorithmsPaginator.js +2 -1
- package/dist-cjs/pagination/ListAppImageConfigsPaginator.js +2 -1
- package/dist-cjs/pagination/ListAppsPaginator.js +2 -1
- package/dist-cjs/pagination/ListArtifactsPaginator.js +2 -1
- package/dist-cjs/pagination/ListAssociationsPaginator.js +2 -1
- package/dist-cjs/pagination/ListAutoMLJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListCandidatesForAutoMLJobPaginator.js +2 -1
- package/dist-cjs/pagination/ListCodeRepositoriesPaginator.js +2 -1
- package/dist-cjs/pagination/ListCompilationJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListContextsPaginator.js +2 -1
- package/dist-cjs/pagination/ListDataQualityJobDefinitionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListDeviceFleetsPaginator.js +2 -1
- package/dist-cjs/pagination/ListDevicesPaginator.js +2 -1
- package/dist-cjs/pagination/ListDomainsPaginator.js +2 -1
- package/dist-cjs/pagination/ListEdgePackagingJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListEndpointConfigsPaginator.js +2 -1
- package/dist-cjs/pagination/ListEndpointsPaginator.js +2 -1
- package/dist-cjs/pagination/ListExperimentsPaginator.js +2 -1
- package/dist-cjs/pagination/ListFlowDefinitionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListHumanTaskUisPaginator.js +2 -1
- package/dist-cjs/pagination/ListHyperParameterTuningJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListImageVersionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListImagesPaginator.js +2 -1
- package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListLabelingJobsForWorkteamPaginator.js +2 -1
- package/dist-cjs/pagination/ListLabelingJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListLineageGroupsPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelBiasJobDefinitionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelMetadataPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelPackageGroupsPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelPackagesPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelQualityJobDefinitionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelsPaginator.js +2 -1
- package/dist-cjs/pagination/ListMonitoringExecutionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListMonitoringSchedulesPaginator.js +2 -1
- package/dist-cjs/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +2 -1
- package/dist-cjs/pagination/ListNotebookInstancesPaginator.js +2 -1
- package/dist-cjs/pagination/ListPipelineExecutionStepsPaginator.js +2 -1
- package/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListPipelineParametersForExecutionPaginator.js +2 -1
- package/dist-cjs/pagination/ListPipelinesPaginator.js +2 -1
- package/dist-cjs/pagination/ListProcessingJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListProjectsPaginator.js +2 -1
- package/dist-cjs/pagination/ListStudioLifecycleConfigsPaginator.js +2 -1
- package/dist-cjs/pagination/ListSubscribedWorkteamsPaginator.js +2 -1
- package/dist-cjs/pagination/ListTagsPaginator.js +2 -1
- package/dist-cjs/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +2 -1
- package/dist-cjs/pagination/ListTrainingJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListTransformJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListTrialComponentsPaginator.js +2 -1
- package/dist-cjs/pagination/ListTrialsPaginator.js +2 -1
- package/dist-cjs/pagination/ListUserProfilesPaginator.js +2 -1
- package/dist-cjs/pagination/ListWorkforcesPaginator.js +2 -1
- package/dist-cjs/pagination/ListWorkteamsPaginator.js +2 -1
- package/dist-cjs/pagination/QueryLineagePaginator.js +2 -1
- package/dist-cjs/pagination/SearchPaginator.js +2 -1
- package/dist-cjs/protocols/Aws_json1_1.js +41 -0
- package/dist-es/commands/CreateImageVersionCommand.js +2 -1
- package/dist-es/commands/DescribeLabelingJobCommand.js +2 -1
- package/dist-es/commands/DescribeLineageGroupCommand.js +1 -1
- package/dist-es/commands/DescribeModelCommand.js +1 -2
- package/dist-es/commands/ListTrainingJobsCommand.js +1 -1
- package/dist-es/models/models_0.js +9 -8
- package/dist-es/models/models_1.js +16 -16
- package/dist-es/models/models_2.js +16 -19
- package/dist-es/models/models_3.js +19 -0
- package/dist-es/pagination/ListActionsPaginator.js +3 -2
- package/dist-es/pagination/ListAlgorithmsPaginator.js +3 -2
- package/dist-es/pagination/ListAppImageConfigsPaginator.js +3 -2
- package/dist-es/pagination/ListAppsPaginator.js +3 -2
- package/dist-es/pagination/ListArtifactsPaginator.js +3 -2
- package/dist-es/pagination/ListAssociationsPaginator.js +3 -2
- package/dist-es/pagination/ListAutoMLJobsPaginator.js +3 -2
- package/dist-es/pagination/ListCandidatesForAutoMLJobPaginator.js +3 -2
- package/dist-es/pagination/ListCodeRepositoriesPaginator.js +3 -2
- package/dist-es/pagination/ListCompilationJobsPaginator.js +3 -2
- package/dist-es/pagination/ListContextsPaginator.js +3 -2
- package/dist-es/pagination/ListDataQualityJobDefinitionsPaginator.js +3 -2
- package/dist-es/pagination/ListDeviceFleetsPaginator.js +3 -2
- package/dist-es/pagination/ListDevicesPaginator.js +3 -2
- package/dist-es/pagination/ListDomainsPaginator.js +3 -2
- package/dist-es/pagination/ListEdgePackagingJobsPaginator.js +3 -2
- package/dist-es/pagination/ListEndpointConfigsPaginator.js +3 -2
- package/dist-es/pagination/ListEndpointsPaginator.js +3 -2
- package/dist-es/pagination/ListExperimentsPaginator.js +3 -2
- package/dist-es/pagination/ListFlowDefinitionsPaginator.js +3 -2
- package/dist-es/pagination/ListHumanTaskUisPaginator.js +3 -2
- package/dist-es/pagination/ListHyperParameterTuningJobsPaginator.js +3 -2
- package/dist-es/pagination/ListImageVersionsPaginator.js +3 -2
- package/dist-es/pagination/ListImagesPaginator.js +3 -2
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +3 -2
- package/dist-es/pagination/ListLabelingJobsForWorkteamPaginator.js +3 -2
- package/dist-es/pagination/ListLabelingJobsPaginator.js +3 -2
- package/dist-es/pagination/ListLineageGroupsPaginator.js +3 -2
- package/dist-es/pagination/ListModelBiasJobDefinitionsPaginator.js +3 -2
- package/dist-es/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +3 -2
- package/dist-es/pagination/ListModelMetadataPaginator.js +3 -2
- package/dist-es/pagination/ListModelPackageGroupsPaginator.js +3 -2
- package/dist-es/pagination/ListModelPackagesPaginator.js +3 -2
- package/dist-es/pagination/ListModelQualityJobDefinitionsPaginator.js +3 -2
- package/dist-es/pagination/ListModelsPaginator.js +3 -2
- package/dist-es/pagination/ListMonitoringExecutionsPaginator.js +3 -2
- package/dist-es/pagination/ListMonitoringSchedulesPaginator.js +3 -2
- package/dist-es/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +3 -2
- package/dist-es/pagination/ListNotebookInstancesPaginator.js +3 -2
- package/dist-es/pagination/ListPipelineExecutionStepsPaginator.js +3 -2
- package/dist-es/pagination/ListPipelineExecutionsPaginator.js +3 -2
- package/dist-es/pagination/ListPipelineParametersForExecutionPaginator.js +3 -2
- package/dist-es/pagination/ListPipelinesPaginator.js +3 -2
- package/dist-es/pagination/ListProcessingJobsPaginator.js +3 -2
- package/dist-es/pagination/ListProjectsPaginator.js +3 -2
- package/dist-es/pagination/ListStudioLifecycleConfigsPaginator.js +3 -2
- package/dist-es/pagination/ListSubscribedWorkteamsPaginator.js +3 -2
- package/dist-es/pagination/ListTagsPaginator.js +3 -2
- package/dist-es/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +3 -2
- package/dist-es/pagination/ListTrainingJobsPaginator.js +3 -2
- package/dist-es/pagination/ListTransformJobsPaginator.js +3 -2
- package/dist-es/pagination/ListTrialComponentsPaginator.js +3 -2
- package/dist-es/pagination/ListTrialsPaginator.js +3 -2
- package/dist-es/pagination/ListUserProfilesPaginator.js +3 -2
- package/dist-es/pagination/ListWorkforcesPaginator.js +3 -2
- package/dist-es/pagination/ListWorkteamsPaginator.js +3 -2
- package/dist-es/pagination/QueryLineagePaginator.js +3 -2
- package/dist-es/pagination/SearchPaginator.js +3 -2
- package/dist-es/protocols/Aws_json1_1.js +36 -6
- package/dist-types/SageMaker.d.ts +78 -73
- package/dist-types/SageMakerClient.d.ts +2 -2
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -2
- package/dist-types/commands/CreateEndpointCommand.d.ts +7 -7
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +5 -5
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageVersionCommand.d.ts +3 -2
- package/dist-types/commands/CreateModelCommand.d.ts +6 -8
- package/dist-types/commands/CreateModelPackageCommand.d.ts +4 -4
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +13 -13
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +2 -2
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +8 -8
- package/dist-types/commands/DeleteEndpointCommand.d.ts +9 -2
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -2
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/StopTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +143 -126
- package/dist-types/models/models_1.d.ts +205 -285
- package/dist-types/models/models_2.d.ts +269 -187
- package/dist-types/models/models_3.d.ts +139 -29
- package/dist-types/ts3.4/commands/CreateImageVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +17 -17
- package/dist-types/ts3.4/models/models_1.d.ts +42 -81
- package/dist-types/ts3.4/models/models_2.d.ts +81 -62
- package/dist-types/ts3.4/models/models_3.d.ts +62 -1
- package/package.json +26 -26
|
@@ -11623,6 +11623,7 @@ const serializeAws_json1_1AttributeNames = (input, context) => {
|
|
|
11623
11623
|
};
|
|
11624
11624
|
const serializeAws_json1_1AutoMLChannel = (input, context) => {
|
|
11625
11625
|
return {
|
|
11626
|
+
...(input.ChannelType !== undefined && input.ChannelType !== null && { ChannelType: input.ChannelType }),
|
|
11626
11627
|
...(input.CompressionType !== undefined &&
|
|
11627
11628
|
input.CompressionType !== null && { CompressionType: input.CompressionType }),
|
|
11628
11629
|
...(input.ContentType !== undefined && input.ContentType !== null && { ContentType: input.ContentType }),
|
|
@@ -11640,6 +11641,12 @@ const serializeAws_json1_1AutoMLDataSource = (input, context) => {
|
|
|
11640
11641
|
}),
|
|
11641
11642
|
};
|
|
11642
11643
|
};
|
|
11644
|
+
const serializeAws_json1_1AutoMLDataSplitConfig = (input, context) => {
|
|
11645
|
+
return {
|
|
11646
|
+
...(input.ValidationFraction !== undefined &&
|
|
11647
|
+
input.ValidationFraction !== null && { ValidationFraction: (0, smithy_client_1.serializeFloat)(input.ValidationFraction) }),
|
|
11648
|
+
};
|
|
11649
|
+
};
|
|
11643
11650
|
const serializeAws_json1_1AutoMLInputDataConfig = (input, context) => {
|
|
11644
11651
|
return input
|
|
11645
11652
|
.filter((e) => e != null)
|
|
@@ -11669,6 +11676,10 @@ const serializeAws_json1_1AutoMLJobConfig = (input, context) => {
|
|
|
11669
11676
|
input.CompletionCriteria !== null && {
|
|
11670
11677
|
CompletionCriteria: serializeAws_json1_1AutoMLJobCompletionCriteria(input.CompletionCriteria, context),
|
|
11671
11678
|
}),
|
|
11679
|
+
...(input.DataSplitConfig !== undefined &&
|
|
11680
|
+
input.DataSplitConfig !== null && {
|
|
11681
|
+
DataSplitConfig: serializeAws_json1_1AutoMLDataSplitConfig(input.DataSplitConfig, context),
|
|
11682
|
+
}),
|
|
11672
11683
|
...(input.SecurityConfig !== undefined &&
|
|
11673
11684
|
input.SecurityConfig !== null && {
|
|
11674
11685
|
SecurityConfig: serializeAws_json1_1AutoMLSecurityConfig(input.SecurityConfig, context),
|
|
@@ -12445,6 +12456,10 @@ const serializeAws_json1_1CreateInferenceRecommendationsJobRequest = (input, con
|
|
|
12445
12456
|
input.JobDescription !== null && { JobDescription: input.JobDescription }),
|
|
12446
12457
|
...(input.JobName !== undefined && input.JobName !== null && { JobName: input.JobName }),
|
|
12447
12458
|
...(input.JobType !== undefined && input.JobType !== null && { JobType: input.JobType }),
|
|
12459
|
+
...(input.OutputConfig !== undefined &&
|
|
12460
|
+
input.OutputConfig !== null && {
|
|
12461
|
+
OutputConfig: serializeAws_json1_1RecommendationJobOutputConfig(input.OutputConfig, context),
|
|
12462
|
+
}),
|
|
12448
12463
|
...(input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn }),
|
|
12449
12464
|
...(input.StoppingConditions !== undefined &&
|
|
12450
12465
|
input.StoppingConditions !== null && {
|
|
@@ -16847,6 +16862,11 @@ const serializeAws_json1_1RealtimeInferenceInstanceTypes = (input, context) => {
|
|
|
16847
16862
|
return entry;
|
|
16848
16863
|
});
|
|
16849
16864
|
};
|
|
16865
|
+
const serializeAws_json1_1RecommendationJobCompiledOutputConfig = (input, context) => {
|
|
16866
|
+
return {
|
|
16867
|
+
...(input.S3OutputUri !== undefined && input.S3OutputUri !== null && { S3OutputUri: input.S3OutputUri }),
|
|
16868
|
+
};
|
|
16869
|
+
};
|
|
16850
16870
|
const serializeAws_json1_1RecommendationJobInputConfig = (input, context) => {
|
|
16851
16871
|
return {
|
|
16852
16872
|
...(input.EndpointConfigurations !== undefined &&
|
|
@@ -16865,6 +16885,17 @@ const serializeAws_json1_1RecommendationJobInputConfig = (input, context) => {
|
|
|
16865
16885
|
input.TrafficPattern !== null && {
|
|
16866
16886
|
TrafficPattern: serializeAws_json1_1TrafficPattern(input.TrafficPattern, context),
|
|
16867
16887
|
}),
|
|
16888
|
+
...(input.VolumeKmsKeyId !== undefined &&
|
|
16889
|
+
input.VolumeKmsKeyId !== null && { VolumeKmsKeyId: input.VolumeKmsKeyId }),
|
|
16890
|
+
};
|
|
16891
|
+
};
|
|
16892
|
+
const serializeAws_json1_1RecommendationJobOutputConfig = (input, context) => {
|
|
16893
|
+
return {
|
|
16894
|
+
...(input.CompiledOutputConfig !== undefined &&
|
|
16895
|
+
input.CompiledOutputConfig !== null && {
|
|
16896
|
+
CompiledOutputConfig: serializeAws_json1_1RecommendationJobCompiledOutputConfig(input.CompiledOutputConfig, context),
|
|
16897
|
+
}),
|
|
16898
|
+
...(input.KmsKeyId !== undefined && input.KmsKeyId !== null && { KmsKeyId: input.KmsKeyId }),
|
|
16868
16899
|
};
|
|
16869
16900
|
};
|
|
16870
16901
|
const serializeAws_json1_1RecommendationJobResourceLimit = (input, context) => {
|
|
@@ -18548,6 +18579,7 @@ const deserializeAws_json1_1AutoMLCandidateStep = (output, context) => {
|
|
|
18548
18579
|
};
|
|
18549
18580
|
const deserializeAws_json1_1AutoMLChannel = (output, context) => {
|
|
18550
18581
|
return {
|
|
18582
|
+
ChannelType: (0, smithy_client_1.expectString)(output.ChannelType),
|
|
18551
18583
|
CompressionType: (0, smithy_client_1.expectString)(output.CompressionType),
|
|
18552
18584
|
ContentType: (0, smithy_client_1.expectString)(output.ContentType),
|
|
18553
18585
|
DataSource: output.DataSource !== undefined && output.DataSource !== null
|
|
@@ -18583,6 +18615,11 @@ const deserializeAws_json1_1AutoMLDataSource = (output, context) => {
|
|
|
18583
18615
|
: undefined,
|
|
18584
18616
|
};
|
|
18585
18617
|
};
|
|
18618
|
+
const deserializeAws_json1_1AutoMLDataSplitConfig = (output, context) => {
|
|
18619
|
+
return {
|
|
18620
|
+
ValidationFraction: (0, smithy_client_1.limitedParseFloat32)(output.ValidationFraction),
|
|
18621
|
+
};
|
|
18622
|
+
};
|
|
18586
18623
|
const deserializeAws_json1_1AutoMLInputDataConfig = (output, context) => {
|
|
18587
18624
|
const retVal = (output || [])
|
|
18588
18625
|
.filter((e) => e != null)
|
|
@@ -18612,6 +18649,9 @@ const deserializeAws_json1_1AutoMLJobConfig = (output, context) => {
|
|
|
18612
18649
|
CompletionCriteria: output.CompletionCriteria !== undefined && output.CompletionCriteria !== null
|
|
18613
18650
|
? deserializeAws_json1_1AutoMLJobCompletionCriteria(output.CompletionCriteria, context)
|
|
18614
18651
|
: undefined,
|
|
18652
|
+
DataSplitConfig: output.DataSplitConfig !== undefined && output.DataSplitConfig !== null
|
|
18653
|
+
? deserializeAws_json1_1AutoMLDataSplitConfig(output.DataSplitConfig, context)
|
|
18654
|
+
: undefined,
|
|
18615
18655
|
SecurityConfig: output.SecurityConfig !== undefined && output.SecurityConfig !== null
|
|
18616
18656
|
? deserializeAws_json1_1AutoMLSecurityConfig(output.SecurityConfig, context)
|
|
18617
18657
|
: undefined,
|
|
@@ -24963,6 +25003,7 @@ const deserializeAws_json1_1RecommendationJobInputConfig = (output, context) =>
|
|
|
24963
25003
|
TrafficPattern: output.TrafficPattern !== undefined && output.TrafficPattern !== null
|
|
24964
25004
|
? deserializeAws_json1_1TrafficPattern(output.TrafficPattern, context)
|
|
24965
25005
|
: undefined,
|
|
25006
|
+
VolumeKmsKeyId: (0, smithy_client_1.expectString)(output.VolumeKmsKeyId),
|
|
24966
25007
|
};
|
|
24967
25008
|
};
|
|
24968
25009
|
const deserializeAws_json1_1RecommendationJobResourceLimit = (output, context) => {
|
|
@@ -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 { CreateImageVersionRequest
|
|
4
|
+
import { CreateImageVersionRequest } from "../models/models_0";
|
|
5
|
+
import { CreateImageVersionResponse } from "../models/models_1";
|
|
5
6
|
import { deserializeAws_json1_1CreateImageVersionCommand, serializeAws_json1_1CreateImageVersionCommand, } from "../protocols/Aws_json1_1";
|
|
6
7
|
var CreateImageVersionCommand = (function (_super) {
|
|
7
8
|
__extends(CreateImageVersionCommand, _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 { DescribeLabelingJobRequest
|
|
4
|
+
import { DescribeLabelingJobRequest } from "../models/models_1";
|
|
5
|
+
import { DescribeLabelingJobResponse } from "../models/models_2";
|
|
5
6
|
import { deserializeAws_json1_1DescribeLabelingJobCommand, serializeAws_json1_1DescribeLabelingJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
7
|
var DescribeLabelingJobCommand = (function (_super) {
|
|
7
8
|
__extends(DescribeLabelingJobCommand, _super);
|
|
@@ -1,7 +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 { DescribeLineageGroupRequest, DescribeLineageGroupResponse } from "../models/
|
|
4
|
+
import { DescribeLineageGroupRequest, DescribeLineageGroupResponse } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_json1_1DescribeLineageGroupCommand, serializeAws_json1_1DescribeLineageGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLineageGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLineageGroupCommand, _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 { DescribeModelInput } from "../models/
|
|
5
|
-
import { DescribeModelOutput } from "../models/models_2";
|
|
4
|
+
import { DescribeModelInput, DescribeModelOutput } from "../models/models_2";
|
|
6
5
|
import { deserializeAws_json1_1DescribeModelCommand, serializeAws_json1_1DescribeModelCommand, } from "../protocols/Aws_json1_1";
|
|
7
6
|
var DescribeModelCommand = (function (_super) {
|
|
8
7
|
__extends(DescribeModelCommand, _super);
|
|
@@ -1,7 +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 { ListTrainingJobsRequest, ListTrainingJobsResponse } from "../models/
|
|
4
|
+
import { ListTrainingJobsRequest, ListTrainingJobsResponse } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1ListTrainingJobsCommand, serializeAws_json1_1ListTrainingJobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTrainingJobsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTrainingJobsCommand, _super);
|
|
@@ -663,6 +663,11 @@ export var AutoMLCandidate;
|
|
|
663
663
|
(function (AutoMLCandidate) {
|
|
664
664
|
AutoMLCandidate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
665
|
})(AutoMLCandidate || (AutoMLCandidate = {}));
|
|
666
|
+
export var AutoMLChannelType;
|
|
667
|
+
(function (AutoMLChannelType) {
|
|
668
|
+
AutoMLChannelType["TRAINING"] = "training";
|
|
669
|
+
AutoMLChannelType["VALIDATION"] = "validation";
|
|
670
|
+
})(AutoMLChannelType || (AutoMLChannelType = {}));
|
|
666
671
|
export var AutoMLS3DataType;
|
|
667
672
|
(function (AutoMLS3DataType) {
|
|
668
673
|
AutoMLS3DataType["MANIFEST_FILE"] = "ManifestFile";
|
|
@@ -680,6 +685,10 @@ export var AutoMLChannel;
|
|
|
680
685
|
(function (AutoMLChannel) {
|
|
681
686
|
AutoMLChannel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
687
|
})(AutoMLChannel || (AutoMLChannel = {}));
|
|
688
|
+
export var AutoMLDataSplitConfig;
|
|
689
|
+
(function (AutoMLDataSplitConfig) {
|
|
690
|
+
AutoMLDataSplitConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
})(AutoMLDataSplitConfig || (AutoMLDataSplitConfig = {}));
|
|
683
692
|
export var AutoMLJobArtifacts;
|
|
684
693
|
(function (AutoMLJobArtifacts) {
|
|
685
694
|
AutoMLJobArtifacts.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1652,11 +1661,3 @@ export var CreateImageVersionRequest;
|
|
|
1652
1661
|
(function (CreateImageVersionRequest) {
|
|
1653
1662
|
CreateImageVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1654
1663
|
})(CreateImageVersionRequest || (CreateImageVersionRequest = {}));
|
|
1655
|
-
export var CreateImageVersionResponse;
|
|
1656
|
-
(function (CreateImageVersionResponse) {
|
|
1657
|
-
CreateImageVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1658
|
-
})(CreateImageVersionResponse || (CreateImageVersionResponse = {}));
|
|
1659
|
-
export var EnvironmentParameterRanges;
|
|
1660
|
-
(function (EnvironmentParameterRanges) {
|
|
1661
|
-
EnvironmentParameterRanges.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1662
|
-
})(EnvironmentParameterRanges || (EnvironmentParameterRanges = {}));
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var CreateImageVersionResponse;
|
|
4
|
+
(function (CreateImageVersionResponse) {
|
|
5
|
+
CreateImageVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(CreateImageVersionResponse || (CreateImageVersionResponse = {}));
|
|
7
|
+
export var EnvironmentParameterRanges;
|
|
8
|
+
(function (EnvironmentParameterRanges) {
|
|
9
|
+
EnvironmentParameterRanges.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(EnvironmentParameterRanges || (EnvironmentParameterRanges = {}));
|
|
3
11
|
export var EndpointInputConfiguration;
|
|
4
12
|
(function (EndpointInputConfiguration) {
|
|
5
13
|
EndpointInputConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -29,6 +37,14 @@ export var RecommendationJobType;
|
|
|
29
37
|
RecommendationJobType["ADVANCED"] = "Advanced";
|
|
30
38
|
RecommendationJobType["DEFAULT"] = "Default";
|
|
31
39
|
})(RecommendationJobType || (RecommendationJobType = {}));
|
|
40
|
+
export var RecommendationJobCompiledOutputConfig;
|
|
41
|
+
(function (RecommendationJobCompiledOutputConfig) {
|
|
42
|
+
RecommendationJobCompiledOutputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
+
})(RecommendationJobCompiledOutputConfig || (RecommendationJobCompiledOutputConfig = {}));
|
|
44
|
+
export var RecommendationJobOutputConfig;
|
|
45
|
+
(function (RecommendationJobOutputConfig) {
|
|
46
|
+
RecommendationJobOutputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
+
})(RecommendationJobOutputConfig || (RecommendationJobOutputConfig = {}));
|
|
32
48
|
export var ModelLatencyThreshold;
|
|
33
49
|
(function (ModelLatencyThreshold) {
|
|
34
50
|
ModelLatencyThreshold.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1369,19 +1385,3 @@ export var LabelingJobStatus;
|
|
|
1369
1385
|
LabelingJobStatus["STOPPED"] = "Stopped";
|
|
1370
1386
|
LabelingJobStatus["STOPPING"] = "Stopping";
|
|
1371
1387
|
})(LabelingJobStatus || (LabelingJobStatus = {}));
|
|
1372
|
-
export var DescribeLabelingJobResponse;
|
|
1373
|
-
(function (DescribeLabelingJobResponse) {
|
|
1374
|
-
DescribeLabelingJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1375
|
-
})(DescribeLabelingJobResponse || (DescribeLabelingJobResponse = {}));
|
|
1376
|
-
export var DescribeLineageGroupRequest;
|
|
1377
|
-
(function (DescribeLineageGroupRequest) {
|
|
1378
|
-
DescribeLineageGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1379
|
-
})(DescribeLineageGroupRequest || (DescribeLineageGroupRequest = {}));
|
|
1380
|
-
export var DescribeLineageGroupResponse;
|
|
1381
|
-
(function (DescribeLineageGroupResponse) {
|
|
1382
|
-
DescribeLineageGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1383
|
-
})(DescribeLineageGroupResponse || (DescribeLineageGroupResponse = {}));
|
|
1384
|
-
export var DescribeModelInput;
|
|
1385
|
-
(function (DescribeModelInput) {
|
|
1386
|
-
DescribeModelInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1387
|
-
})(DescribeModelInput || (DescribeModelInput = {}));
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { TrialComponentParameterValue, } from "./models_1";
|
|
3
|
+
export var DescribeLabelingJobResponse;
|
|
4
|
+
(function (DescribeLabelingJobResponse) {
|
|
5
|
+
DescribeLabelingJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(DescribeLabelingJobResponse || (DescribeLabelingJobResponse = {}));
|
|
7
|
+
export var DescribeLineageGroupRequest;
|
|
8
|
+
(function (DescribeLineageGroupRequest) {
|
|
9
|
+
DescribeLineageGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(DescribeLineageGroupRequest || (DescribeLineageGroupRequest = {}));
|
|
11
|
+
export var DescribeLineageGroupResponse;
|
|
12
|
+
(function (DescribeLineageGroupResponse) {
|
|
13
|
+
DescribeLineageGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(DescribeLineageGroupResponse || (DescribeLineageGroupResponse = {}));
|
|
15
|
+
export var DescribeModelInput;
|
|
16
|
+
(function (DescribeModelInput) {
|
|
17
|
+
DescribeModelInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
+
})(DescribeModelInput || (DescribeModelInput = {}));
|
|
3
19
|
export var DescribeModelOutput;
|
|
4
20
|
(function (DescribeModelOutput) {
|
|
5
21
|
DescribeModelOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1348,22 +1364,3 @@ export var ListTagsOutput;
|
|
|
1348
1364
|
(function (ListTagsOutput) {
|
|
1349
1365
|
ListTagsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1350
1366
|
})(ListTagsOutput || (ListTagsOutput = {}));
|
|
1351
|
-
export var ListTrainingJobsRequest;
|
|
1352
|
-
(function (ListTrainingJobsRequest) {
|
|
1353
|
-
ListTrainingJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1354
|
-
})(ListTrainingJobsRequest || (ListTrainingJobsRequest = {}));
|
|
1355
|
-
export var TrainingJobSummary;
|
|
1356
|
-
(function (TrainingJobSummary) {
|
|
1357
|
-
TrainingJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1358
|
-
})(TrainingJobSummary || (TrainingJobSummary = {}));
|
|
1359
|
-
export var ListTrainingJobsResponse;
|
|
1360
|
-
(function (ListTrainingJobsResponse) {
|
|
1361
|
-
ListTrainingJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1362
|
-
})(ListTrainingJobsResponse || (ListTrainingJobsResponse = {}));
|
|
1363
|
-
export var TrainingJobSortByOptions;
|
|
1364
|
-
(function (TrainingJobSortByOptions) {
|
|
1365
|
-
TrainingJobSortByOptions["CreationTime"] = "CreationTime";
|
|
1366
|
-
TrainingJobSortByOptions["FinalObjectiveMetricValue"] = "FinalObjectiveMetricValue";
|
|
1367
|
-
TrainingJobSortByOptions["Name"] = "Name";
|
|
1368
|
-
TrainingJobSortByOptions["Status"] = "Status";
|
|
1369
|
-
})(TrainingJobSortByOptions || (TrainingJobSortByOptions = {}));
|
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { OidcConfig, TrialComponentParameterValue, } from "./models_1";
|
|
3
|
+
export var ListTrainingJobsRequest;
|
|
4
|
+
(function (ListTrainingJobsRequest) {
|
|
5
|
+
ListTrainingJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(ListTrainingJobsRequest || (ListTrainingJobsRequest = {}));
|
|
7
|
+
export var TrainingJobSummary;
|
|
8
|
+
(function (TrainingJobSummary) {
|
|
9
|
+
TrainingJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(TrainingJobSummary || (TrainingJobSummary = {}));
|
|
11
|
+
export var ListTrainingJobsResponse;
|
|
12
|
+
(function (ListTrainingJobsResponse) {
|
|
13
|
+
ListTrainingJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(ListTrainingJobsResponse || (ListTrainingJobsResponse = {}));
|
|
15
|
+
export var TrainingJobSortByOptions;
|
|
16
|
+
(function (TrainingJobSortByOptions) {
|
|
17
|
+
TrainingJobSortByOptions["CreationTime"] = "CreationTime";
|
|
18
|
+
TrainingJobSortByOptions["FinalObjectiveMetricValue"] = "FinalObjectiveMetricValue";
|
|
19
|
+
TrainingJobSortByOptions["Name"] = "Name";
|
|
20
|
+
TrainingJobSortByOptions["Status"] = "Status";
|
|
21
|
+
})(TrainingJobSortByOptions || (TrainingJobSortByOptions = {}));
|
|
3
22
|
export var ListTrainingJobsForHyperParameterTuningJobRequest;
|
|
4
23
|
(function (ListTrainingJobsForHyperParameterTuningJobRequest) {
|
|
5
24
|
ListTrainingJobsForHyperParameterTuningJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -36,7 +36,7 @@ export function paginateListActions(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListActions_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListActions(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListAlgorithms(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListAlgorithms_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListAlgorithms(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListAppImageConfigs(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListAppImageConfigs_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListAppImageConfigs(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListApps(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListApps_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListApps(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListArtifacts(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListArtifacts_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListArtifacts(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListAssociations(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListAssociations_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListAssociations(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListAutoMLJobs(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListAutoMLJobs_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListAutoMLJobs(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListCandidatesForAutoMLJob(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListCandidatesForAutoMLJob_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListCandidatesForAutoMLJob(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListCodeRepositories(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListCodeRepositories_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListCodeRepositories(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListCompilationJobs(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListCompilationJobs_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListCompilationJobs(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListContexts(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListContexts_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListContexts(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListDataQualityJobDefinitions(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListDataQualityJobDefinitions_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListDataQualityJobDefinitions(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListDeviceFleets(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListDeviceFleets_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListDeviceFleets(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListDevices(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListDevices_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListDevices(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|
|
@@ -36,7 +36,7 @@ export function paginateListDomains(config, input) {
|
|
|
36
36
|
additionalArguments[_i - 2] = arguments[_i];
|
|
37
37
|
}
|
|
38
38
|
return __asyncGenerator(this, arguments, function paginateListDomains_1() {
|
|
39
|
-
var token, hasNext, page;
|
|
39
|
+
var token, hasNext, page, prevToken;
|
|
40
40
|
return __generator(this, function (_a) {
|
|
41
41
|
switch (_a.label) {
|
|
42
42
|
case 0:
|
|
@@ -63,8 +63,9 @@ export function paginateListDomains(config, input) {
|
|
|
63
63
|
case 7: return [4, _a.sent()];
|
|
64
64
|
case 8:
|
|
65
65
|
_a.sent();
|
|
66
|
+
prevToken = token;
|
|
66
67
|
token = page.NextToken;
|
|
67
|
-
hasNext = !!token;
|
|
68
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
68
69
|
return [3, 1];
|
|
69
70
|
case 9: return [4, __await(undefined)];
|
|
70
71
|
case 10: return [2, _a.sent()];
|