@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
|
@@ -27,8 +27,9 @@ async function* paginateListCandidatesForAutoMLJob(config, input, ...additionalA
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListCodeRepositories(config, input, ...additionalArgumen
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListCompilationJobs(config, input, ...additionalArgument
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListContexts(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListDataQualityJobDefinitions(config, input, ...addition
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListDeviceFleets(config, input, ...additionalArguments)
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListDevices(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListDomains(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListEdgePackagingJobs(config, input, ...additionalArgume
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListEndpointConfigs(config, input, ...additionalArgument
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListEndpoints(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListExperiments(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListFlowDefinitions(config, input, ...additionalArgument
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListHumanTaskUis(config, input, ...additionalArguments)
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListHyperParameterTuningJobs(config, input, ...additiona
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListImageVersions(config, input, ...additionalArguments)
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListImages(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListInferenceRecommendationsJobs(config, input, ...addit
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListLabelingJobsForWorkteam(config, input, ...additional
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListLabelingJobs(config, input, ...additionalArguments)
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListLineageGroups(config, input, ...additionalArguments)
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListModelBiasJobDefinitions(config, input, ...additional
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListModelExplainabilityJobDefinitions(config, input, ...
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListModelMetadata(config, input, ...additionalArguments)
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListModelPackageGroups(config, input, ...additionalArgum
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListModelPackages(config, input, ...additionalArguments)
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListModelQualityJobDefinitions(config, input, ...additio
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListModels(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListMonitoringExecutions(config, input, ...additionalArg
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListMonitoringSchedules(config, input, ...additionalArgu
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListNotebookInstanceLifecycleConfigs(config, input, ...a
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListNotebookInstances(config, input, ...additionalArgume
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListPipelineExecutionSteps(config, input, ...additionalA
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListPipelineExecutions(config, input, ...additionalArgum
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListPipelineParametersForExecution(config, input, ...add
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListPipelines(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListProcessingJobs(config, input, ...additionalArguments
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListProjects(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListStudioLifecycleConfigs(config, input, ...additionalA
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListSubscribedWorkteams(config, input, ...additionalArgu
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListTags(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListTrainingJobsForHyperParameterTuningJob(config, input
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListTrainingJobs(config, input, ...additionalArguments)
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListTransformJobs(config, input, ...additionalArguments)
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListTrialComponents(config, input, ...additionalArgument
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListTrials(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListUserProfiles(config, input, ...additionalArguments)
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListWorkforces(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateListWorkteams(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateQueryLineage(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|
|
@@ -27,8 +27,9 @@ async function* paginateSearch(config, input, ...additionalArguments) {
|
|
|
27
27
|
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
28
28
|
}
|
|
29
29
|
yield page;
|
|
30
|
+
const prevToken = token;
|
|
30
31
|
token = page.NextToken;
|
|
31
|
-
hasNext = !!token;
|
|
32
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
32
33
|
}
|
|
33
34
|
return undefined;
|
|
34
35
|
}
|