@aws-sdk/client-sagemaker 3.943.0 → 3.946.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +215 -69
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/SageMakerClient.js +2 -2
- package/dist-es/models/enums.js +22 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +189 -69
- package/dist-types/SageMaker.d.ts +1 -1
- package/dist-types/SageMakerClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AddAssociationCommand.d.ts +3 -3
- package/dist-types/commands/AddTagsCommand.d.ts +3 -3
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +3 -3
- package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +10 -3
- package/dist-types/commands/BatchRebootClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/BatchReplaceClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/CreateActionCommand.d.ts +3 -3
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/CreateAppCommand.d.ts +3 -3
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateArtifactCommand.d.ts +3 -3
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +3 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +4 -3
- package/dist-types/commands/CreateContextCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -3
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +3 -3
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateEndpointCommand.d.ts +3 -3
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateExperimentCommand.d.ts +3 -3
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateHubCommand.d.ts +3 -3
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +3 -3
- package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +3 -3
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +3 -3
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +9 -3
- package/dist-types/commands/CreateImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelCardCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelPackageCommand.d.ts +16 -3
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePipelineCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +3 -3
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateProjectCommand.d.ts +3 -3
- package/dist-types/commands/CreateSpaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +24 -3
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +3 -3
- package/dist-types/commands/CreateTransformJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrialCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/DeleteActionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAppCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteArtifactCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteComputeQuotaCommand.d.ts +3 -3
- package/dist-types/commands/DeleteContextCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHubCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +3 -3
- package/dist-types/commands/DeleteHyperParameterTuningJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteImageCommand.d.ts +3 -3
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelCardCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/DeletePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/DeletePipelineCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSpaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTagsCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrialCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeActionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/DescribeAppCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeArtifactCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -3
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +3 -3
- package/dist-types/commands/DescribeContextCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDeviceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHubCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +9 -3
- package/dist-types/commands/DescribeImageCommand.d.ts +3 -3
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelCardCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +16 -3
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/DescribePipelineCommand.d.ts +3 -3
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +3 -3
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +7 -3
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeProjectCommand.d.ts +4 -3
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +3 -4
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +36 -3
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTrialCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +3 -3
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +3 -3
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +3 -3
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetScalingConfigurationRecommendationCommand.d.ts +3 -3
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +3 -3
- package/dist-types/commands/ImportHubContentCommand.d.ts +3 -3
- package/dist-types/commands/ListActionsCommand.d.ts +3 -3
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +3 -3
- package/dist-types/commands/ListAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListAppsCommand.d.ts +3 -3
- package/dist-types/commands/ListArtifactsCommand.d.ts +3 -3
- package/dist-types/commands/ListAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/ListClusterEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -3
- package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListClustersCommand.d.ts +3 -3
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +3 -3
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +3 -3
- package/dist-types/commands/ListContextsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +3 -3
- package/dist-types/commands/ListDevicesCommand.d.ts +3 -3
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -3
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +3 -3
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListEndpointsCommand.d.ts +3 -3
- package/dist-types/commands/ListExperimentsCommand.d.ts +3 -3
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubsCommand.d.ts +3 -3
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +3 -3
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListImageVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListImagesCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +3 -3
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +3 -3
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelCardsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelMetadataCommand.d.ts +3 -3
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelPackagesCommand.d.ts +4 -3
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +3 -3
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +35 -3
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelineVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListPipelinesCommand.d.ts +3 -3
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListProjectsCommand.d.ts +3 -3
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +3 -3
- package/dist-types/commands/ListSpacesCommand.d.ts +3 -3
- package/dist-types/commands/ListStageDevicesCommand.d.ts +3 -3
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +3 -3
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +3 -4
- package/dist-types/commands/ListTagsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +3 -3
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +3 -3
- package/dist-types/commands/ListTransformJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrialsCommand.d.ts +3 -3
- package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +3 -3
- package/dist-types/commands/ListUserProfilesCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkforcesCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkteamsCommand.d.ts +3 -3
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +3 -3
- package/dist-types/commands/QueryLineageCommand.d.ts +3 -3
- package/dist-types/commands/RegisterDevicesCommand.d.ts +3 -3
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +3 -3
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +3 -3
- package/dist-types/commands/SearchCommand.d.ts +32 -3
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +3 -3
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +3 -3
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +3 -3
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -3
- package/dist-types/commands/StartSessionCommand.d.ts +3 -3
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +3 -3
- package/dist-types/commands/StopCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +3 -3
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +3 -3
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +3 -3
- package/dist-types/commands/StopLabelingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/StopOptimizationJobCommand.d.ts +3 -3
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +3 -3
- package/dist-types/commands/StopProcessingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/StopTransformJobCommand.d.ts +3 -3
- package/dist-types/commands/UpdateActionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateArtifactCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +3 -3
- package/dist-types/commands/UpdateContextCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDevicesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDomainCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateExperimentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +3 -3
- package/dist-types/commands/UpdateHubCommand.d.ts +3 -3
- package/dist-types/commands/UpdateHubContentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateImageCommand.d.ts +3 -3
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +3 -3
- package/dist-types/commands/UpdateModelCardCommand.d.ts +3 -3
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +16 -3
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateProjectCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSpaceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrialCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/SageMakerServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +62 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +115 -142
- package/dist-types/models/models_1.d.ts +146 -182
- package/dist-types/models/models_2.d.ts +302 -346
- package/dist-types/models/models_3.d.ts +4135 -4034
- package/dist-types/models/models_4.d.ts +421 -5
- package/dist-types/pagination/CreateHubContentPresignedUrlsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContextsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceCatalogsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStageDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTransformJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkforcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryLineagePaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +18 -1
- package/dist-types/ts3.4/SageMakerClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/SageMakerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +31 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -35
- package/dist-types/ts3.4/models/models_1.d.ts +50 -61
- package/dist-types/ts3.4/models/models_2.d.ts +94 -116
- package/dist-types/ts3.4/models/models_3.d.ts +169 -135
- package/dist-types/ts3.4/models/models_4.d.ts +141 -31
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/package.json +13 -12
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
ActivationState,
|
|
6
6
|
AppNetworkAccessType,
|
|
7
7
|
AppSecurityGroupManagement,
|
|
8
|
+
AppType,
|
|
8
9
|
BatchStrategy,
|
|
9
10
|
BooleanOperator,
|
|
10
11
|
ClusterNodeProvisioningMode,
|
|
@@ -12,6 +13,7 @@ import {
|
|
|
12
13
|
CrossAccountFilterOption,
|
|
13
14
|
Direction,
|
|
14
15
|
EndpointStatus,
|
|
16
|
+
FeatureStatus,
|
|
15
17
|
HubContentSupportStatus,
|
|
16
18
|
HubContentType,
|
|
17
19
|
InferenceExperimentStopDesiredState,
|
|
@@ -23,6 +25,7 @@ import {
|
|
|
23
25
|
ModelApprovalStatus,
|
|
24
26
|
ModelCardStatus,
|
|
25
27
|
ModelPackageGroupStatus,
|
|
28
|
+
ModelPackageRegistrationType,
|
|
26
29
|
ModelPackageStatus,
|
|
27
30
|
ModelRegistrationMode,
|
|
28
31
|
ModelVariantAction,
|
|
@@ -36,17 +39,24 @@ import {
|
|
|
36
39
|
Relation,
|
|
37
40
|
ReservedCapacityInstanceType,
|
|
38
41
|
ReservedCapacityType,
|
|
42
|
+
ResourceCatalogSortBy,
|
|
43
|
+
ResourceCatalogSortOrder,
|
|
39
44
|
ResourceType,
|
|
40
45
|
RootAccess,
|
|
41
46
|
SageMakerResourceName,
|
|
42
47
|
ScheduleStatus,
|
|
43
48
|
SearchSortOrder,
|
|
44
49
|
SecondaryStatus,
|
|
50
|
+
SharingType,
|
|
45
51
|
SkipModelValidation,
|
|
46
52
|
SortBy,
|
|
47
53
|
SortOrder,
|
|
48
54
|
SortTrialComponentsBy,
|
|
49
55
|
SortTrialsBy,
|
|
56
|
+
SpaceSortKey,
|
|
57
|
+
SpaceStatus,
|
|
58
|
+
StudioLifecycleConfigAppType,
|
|
59
|
+
StudioLifecycleConfigSortKey,
|
|
50
60
|
TagPropagation,
|
|
51
61
|
ThroughputMode,
|
|
52
62
|
TrackingServerSize,
|
|
@@ -66,48 +76,45 @@ import {
|
|
|
66
76
|
WorkforceIpAddressType,
|
|
67
77
|
} from "./enums";
|
|
68
78
|
import {
|
|
69
|
-
AdditionalInferenceSpecificationDefinition,
|
|
70
79
|
AlgorithmSpecification,
|
|
71
80
|
AppSpecification,
|
|
72
81
|
BatchDataCaptureConfig,
|
|
73
82
|
BatchTransformInput,
|
|
74
83
|
CfnUpdateTemplateProvider,
|
|
75
|
-
Channel,
|
|
76
84
|
CheckpointConfig,
|
|
77
85
|
ClusterAutoScalingConfig,
|
|
78
|
-
ClusterInstanceGroupSpecification,
|
|
79
|
-
ClusterRestrictedInstanceGroupSpecification,
|
|
80
86
|
ClusterTieredStorageConfig,
|
|
81
87
|
CodeEditorAppImageConfig,
|
|
82
88
|
ComputeQuotaConfig,
|
|
83
89
|
ComputeQuotaTarget,
|
|
84
|
-
ContainerDefinition,
|
|
85
90
|
DeploymentConfiguration,
|
|
86
91
|
InferenceSpecification,
|
|
87
92
|
JupyterLabAppImageConfig,
|
|
88
93
|
KernelGatewayImageConfig,
|
|
89
94
|
MetadataProperties,
|
|
90
95
|
OutputDataConfig,
|
|
91
|
-
OutputParameter,
|
|
92
96
|
ResourceConfig,
|
|
93
97
|
SchedulerConfig,
|
|
94
98
|
StoppingCondition,
|
|
95
|
-
Tag,
|
|
96
99
|
TransformInput,
|
|
97
100
|
TransformOutput,
|
|
98
101
|
TransformResources,
|
|
99
102
|
UserContext,
|
|
100
103
|
VpcConfig,
|
|
104
|
+
AdditionalInferenceSpecificationDefinition,
|
|
105
|
+
Channel,
|
|
106
|
+
ClusterInstanceGroupSpecification,
|
|
107
|
+
ClusterRestrictedInstanceGroupSpecification,
|
|
108
|
+
ContainerDefinition,
|
|
109
|
+
OutputParameter,
|
|
110
|
+
Tag,
|
|
101
111
|
} from "./models_0";
|
|
102
112
|
import {
|
|
103
|
-
DebugHookConfig,
|
|
104
|
-
DebugRuleConfiguration,
|
|
105
113
|
DefaultSpaceSettings,
|
|
106
114
|
DeploymentConfig,
|
|
107
115
|
DriftCheckBaselines,
|
|
108
116
|
EdgeOutputConfig,
|
|
109
117
|
ExperimentConfig,
|
|
110
|
-
FeatureDefinition,
|
|
111
118
|
InferenceComponentRuntimeConfig,
|
|
112
119
|
InferenceComponentSpecification,
|
|
113
120
|
InferenceExecutionConfig,
|
|
@@ -120,81 +127,179 @@ import {
|
|
|
120
127
|
ModelPackageModelCard,
|
|
121
128
|
ModelPackageSecurityConfig,
|
|
122
129
|
ModelPackageValidationSpecification,
|
|
123
|
-
ModelVariantConfig,
|
|
124
130
|
MonitoringScheduleConfig,
|
|
125
131
|
NetworkConfig,
|
|
126
|
-
NotebookInstanceLifecycleHook,
|
|
127
132
|
ParallelismConfiguration,
|
|
128
133
|
PartnerAppConfig,
|
|
129
134
|
PartnerAppMaintenanceConfig,
|
|
130
135
|
PipelineDefinitionS3Location,
|
|
131
|
-
ProcessingInput,
|
|
132
136
|
ProcessingOutputConfig,
|
|
133
137
|
ProcessingResources,
|
|
134
138
|
ProcessingStoppingCondition,
|
|
135
|
-
ProfilerConfig,
|
|
136
|
-
ProfilerRuleConfiguration,
|
|
137
|
-
ProvisioningParameter,
|
|
138
139
|
RetryStrategy,
|
|
139
140
|
ServiceCatalogProvisioningDetails,
|
|
140
141
|
ShadowModeConfig,
|
|
141
142
|
SourceAlgorithmSpecification,
|
|
142
143
|
SpaceSettings,
|
|
144
|
+
SpaceStorageSettings,
|
|
143
145
|
TtlDuration,
|
|
144
146
|
UiTemplate,
|
|
145
147
|
UserSettings,
|
|
148
|
+
FeatureDefinition,
|
|
149
|
+
ModelVariantConfig,
|
|
150
|
+
NotebookInstanceLifecycleHook,
|
|
151
|
+
ProcessingInput,
|
|
152
|
+
ProvisioningParameter,
|
|
146
153
|
} from "./models_1";
|
|
147
154
|
import {
|
|
148
155
|
DataProcessing,
|
|
149
|
-
|
|
156
|
+
DebugHookConfig,
|
|
150
157
|
DeploymentRecommendation,
|
|
151
|
-
FeatureParameter,
|
|
152
|
-
HyperParameterTrainingJobSummary,
|
|
153
158
|
InferenceComponentDeploymentConfig,
|
|
154
|
-
MemberDefinition,
|
|
155
159
|
ModelArtifacts,
|
|
156
160
|
ModelClientConfig,
|
|
161
|
+
ModelPackageConfig,
|
|
157
162
|
ModelPackageStatusDetails,
|
|
158
163
|
MonitoringExecutionSummary,
|
|
159
164
|
NotificationConfiguration,
|
|
160
165
|
OidcConfig,
|
|
161
166
|
PipelineExperimentConfig,
|
|
167
|
+
ProfilerConfig,
|
|
162
168
|
SelectiveExecutionConfig,
|
|
163
|
-
ServiceCatalogProvisionedProductDetails,
|
|
164
169
|
SourceIpConfig,
|
|
165
|
-
TemplateProviderDetail,
|
|
166
170
|
TensorBoardOutputConfig,
|
|
167
|
-
TrialComponentArtifact,
|
|
168
|
-
TrialComponentParameterValue,
|
|
169
171
|
TrialComponentStatus,
|
|
170
172
|
WorkerAccessConfiguration,
|
|
171
173
|
WorkforceVpcConfigRequest,
|
|
174
|
+
DebugRuleConfiguration,
|
|
175
|
+
DebugRuleEvaluationStatus,
|
|
176
|
+
FeatureParameter,
|
|
177
|
+
HyperParameterTrainingJobSummary,
|
|
178
|
+
MemberDefinition,
|
|
179
|
+
ProfilerRuleConfiguration,
|
|
180
|
+
TrialComponentArtifact,
|
|
181
|
+
TrialComponentParameterValue,
|
|
172
182
|
} from "./models_2";
|
|
173
183
|
import {
|
|
174
|
-
DesiredWeightAndCapacity,
|
|
175
|
-
Device,
|
|
176
184
|
DomainSettingsForUpdate,
|
|
177
|
-
Edge,
|
|
178
185
|
Endpoint,
|
|
179
186
|
Experiment,
|
|
180
187
|
FeatureGroup,
|
|
181
188
|
FeatureMetadata,
|
|
182
|
-
Filter,
|
|
183
189
|
GitConfigForUpdate,
|
|
184
190
|
HyperParameterTuningJobSearchEntity,
|
|
191
|
+
ServiceCatalogProvisionedProductDetails,
|
|
192
|
+
TrialComponentSource,
|
|
193
|
+
TrialSource,
|
|
194
|
+
WarmPoolStatus,
|
|
195
|
+
DesiredWeightAndCapacity,
|
|
196
|
+
Device,
|
|
197
|
+
DeviceDeploymentSummary,
|
|
198
|
+
Edge,
|
|
199
|
+
Filter,
|
|
185
200
|
MetricData,
|
|
186
201
|
MonitoringAlertSummary,
|
|
187
202
|
Parameter,
|
|
188
203
|
ReservedCapacitySummary,
|
|
189
204
|
SecondaryStatusTransition,
|
|
190
205
|
SubscribedWorkteam,
|
|
206
|
+
TemplateProviderDetail,
|
|
191
207
|
TrialComponentMetricSummary,
|
|
192
|
-
TrialComponentSource,
|
|
193
|
-
TrialSource,
|
|
194
|
-
WarmPoolStatus,
|
|
195
208
|
Workforce,
|
|
196
209
|
Workteam,
|
|
197
210
|
} from "./models_3";
|
|
211
|
+
export interface ListResourceCatalogsRequest {
|
|
212
|
+
NameContains?: string | undefined;
|
|
213
|
+
CreationTimeAfter?: Date | undefined;
|
|
214
|
+
CreationTimeBefore?: Date | undefined;
|
|
215
|
+
SortOrder?: ResourceCatalogSortOrder | undefined;
|
|
216
|
+
SortBy?: ResourceCatalogSortBy | undefined;
|
|
217
|
+
MaxResults?: number | undefined;
|
|
218
|
+
NextToken?: string | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface ResourceCatalog {
|
|
221
|
+
ResourceCatalogArn: string | undefined;
|
|
222
|
+
ResourceCatalogName: string | undefined;
|
|
223
|
+
Description: string | undefined;
|
|
224
|
+
CreationTime: Date | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface ListResourceCatalogsResponse {
|
|
227
|
+
ResourceCatalogs?: ResourceCatalog[] | undefined;
|
|
228
|
+
NextToken?: string | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface ListSpacesRequest {
|
|
231
|
+
NextToken?: string | undefined;
|
|
232
|
+
MaxResults?: number | undefined;
|
|
233
|
+
SortOrder?: SortOrder | undefined;
|
|
234
|
+
SortBy?: SpaceSortKey | undefined;
|
|
235
|
+
DomainIdEquals?: string | undefined;
|
|
236
|
+
SpaceNameContains?: string | undefined;
|
|
237
|
+
}
|
|
238
|
+
export interface OwnershipSettingsSummary {
|
|
239
|
+
OwnerUserProfileName?: string | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface SpaceSettingsSummary {
|
|
242
|
+
AppType?: AppType | undefined;
|
|
243
|
+
RemoteAccess?: FeatureStatus | undefined;
|
|
244
|
+
SpaceStorageSettings?: SpaceStorageSettings | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface SpaceSharingSettingsSummary {
|
|
247
|
+
SharingType?: SharingType | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface SpaceDetails {
|
|
250
|
+
DomainId?: string | undefined;
|
|
251
|
+
SpaceName?: string | undefined;
|
|
252
|
+
Status?: SpaceStatus | undefined;
|
|
253
|
+
CreationTime?: Date | undefined;
|
|
254
|
+
LastModifiedTime?: Date | undefined;
|
|
255
|
+
SpaceSettingsSummary?: SpaceSettingsSummary | undefined;
|
|
256
|
+
SpaceSharingSettingsSummary?: SpaceSharingSettingsSummary | undefined;
|
|
257
|
+
OwnershipSettingsSummary?: OwnershipSettingsSummary | undefined;
|
|
258
|
+
SpaceDisplayName?: string | undefined;
|
|
259
|
+
}
|
|
260
|
+
export interface ListSpacesResponse {
|
|
261
|
+
Spaces?: SpaceDetails[] | undefined;
|
|
262
|
+
NextToken?: string | undefined;
|
|
263
|
+
}
|
|
264
|
+
export interface ListStageDevicesRequest {
|
|
265
|
+
NextToken?: string | undefined;
|
|
266
|
+
MaxResults?: number | undefined;
|
|
267
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
268
|
+
ExcludeDevicesDeployedInOtherStage?: boolean | undefined;
|
|
269
|
+
StageName: string | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface ListStageDevicesResponse {
|
|
272
|
+
DeviceDeploymentSummaries: DeviceDeploymentSummary[] | undefined;
|
|
273
|
+
NextToken?: string | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface ListStudioLifecycleConfigsRequest {
|
|
276
|
+
MaxResults?: number | undefined;
|
|
277
|
+
NextToken?: string | undefined;
|
|
278
|
+
NameContains?: string | undefined;
|
|
279
|
+
AppTypeEquals?: StudioLifecycleConfigAppType | undefined;
|
|
280
|
+
CreationTimeBefore?: Date | undefined;
|
|
281
|
+
CreationTimeAfter?: Date | undefined;
|
|
282
|
+
ModifiedTimeBefore?: Date | undefined;
|
|
283
|
+
ModifiedTimeAfter?: Date | undefined;
|
|
284
|
+
SortBy?: StudioLifecycleConfigSortKey | undefined;
|
|
285
|
+
SortOrder?: SortOrder | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface StudioLifecycleConfigDetails {
|
|
288
|
+
StudioLifecycleConfigArn?: string | undefined;
|
|
289
|
+
StudioLifecycleConfigName?: string | undefined;
|
|
290
|
+
CreationTime?: Date | undefined;
|
|
291
|
+
LastModifiedTime?: Date | undefined;
|
|
292
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | undefined;
|
|
293
|
+
}
|
|
294
|
+
export interface ListStudioLifecycleConfigsResponse {
|
|
295
|
+
NextToken?: string | undefined;
|
|
296
|
+
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[] | undefined;
|
|
297
|
+
}
|
|
298
|
+
export interface ListSubscribedWorkteamsRequest {
|
|
299
|
+
NameContains?: string | undefined;
|
|
300
|
+
NextToken?: string | undefined;
|
|
301
|
+
MaxResults?: number | undefined;
|
|
302
|
+
}
|
|
198
303
|
export interface ListSubscribedWorkteamsResponse {
|
|
199
304
|
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
200
305
|
NextToken?: string | undefined;
|
|
@@ -521,6 +626,7 @@ export interface ModelPackage {
|
|
|
521
626
|
ModelPackageName?: string | undefined;
|
|
522
627
|
ModelPackageGroupName?: string | undefined;
|
|
523
628
|
ModelPackageVersion?: number | undefined;
|
|
629
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
524
630
|
ModelPackageArn?: string | undefined;
|
|
525
631
|
ModelPackageDescription?: string | undefined;
|
|
526
632
|
CreationTime?: Date | undefined;
|
|
@@ -789,6 +895,8 @@ export interface TrainingJob {
|
|
|
789
895
|
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
790
896
|
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
791
897
|
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | undefined;
|
|
898
|
+
OutputModelPackageArn?: string | undefined;
|
|
899
|
+
ModelPackageConfig?: ModelPackageConfig | undefined;
|
|
792
900
|
ProfilerConfig?: ProfilerConfig | undefined;
|
|
793
901
|
Environment?: Record<string, string> | undefined;
|
|
794
902
|
RetryStrategy?: RetryStrategy | undefined;
|
|
@@ -942,6 +1050,7 @@ export interface StartPipelineExecutionRequest {
|
|
|
942
1050
|
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
943
1051
|
SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
|
|
944
1052
|
PipelineVersionId?: number | undefined;
|
|
1053
|
+
MlflowExperimentName?: string | undefined;
|
|
945
1054
|
}
|
|
946
1055
|
export interface StartPipelineExecutionResponse {
|
|
947
1056
|
PipelineExecutionArn?: string | undefined;
|
|
@@ -1309,6 +1418,7 @@ export interface UpdateModelCardResponse {
|
|
|
1309
1418
|
export interface UpdateModelPackageInput {
|
|
1310
1419
|
ModelPackageArn: string | undefined;
|
|
1311
1420
|
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
1421
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
1312
1422
|
ApprovalDescription?: string | undefined;
|
|
1313
1423
|
CustomerMetadataProperties?: Record<string, string> | undefined;
|
|
1314
1424
|
CustomerMetadataPropertiesToRemove?: string[] | undefined;
|
|
@@ -41,6 +41,7 @@ export declare var ArtifactSourceType: StaticStructureSchema;
|
|
|
41
41
|
export declare var ArtifactSummary: StaticStructureSchema;
|
|
42
42
|
export declare var AssociateTrialComponentRequest: StaticStructureSchema;
|
|
43
43
|
export declare var AssociateTrialComponentResponse: StaticStructureSchema;
|
|
44
|
+
export declare var AssociationInfo: StaticStructureSchema;
|
|
44
45
|
export declare var AssociationSummary: StaticStructureSchema;
|
|
45
46
|
export declare var AsyncInferenceClientConfig: StaticStructureSchema;
|
|
46
47
|
export declare var AsyncInferenceConfig: StaticStructureSchema;
|
|
@@ -75,6 +76,7 @@ export declare var AutoParameter: StaticStructureSchema;
|
|
|
75
76
|
export declare var AutoRollbackConfig: StaticStructureSchema;
|
|
76
77
|
export declare var Autotune: StaticStructureSchema;
|
|
77
78
|
export declare var AvailableUpgrade: StaticStructureSchema;
|
|
79
|
+
export declare var BaseModel: StaticStructureSchema;
|
|
78
80
|
export declare var BatchAddClusterNodesError: StaticStructureSchema;
|
|
79
81
|
export declare var BatchAddClusterNodesRequest: StaticStructureSchema;
|
|
80
82
|
export declare var BatchAddClusterNodesResponse: StaticStructureSchema;
|
|
@@ -96,6 +98,10 @@ export declare var BatchReplaceClusterNodesError: StaticStructureSchema;
|
|
|
96
98
|
export declare var BatchReplaceClusterNodesRequest: StaticStructureSchema;
|
|
97
99
|
export declare var BatchReplaceClusterNodesResponse: StaticStructureSchema;
|
|
98
100
|
export declare var BatchTransformInput: StaticStructureSchema;
|
|
101
|
+
export declare var BedrockCustomModelDeploymentMetadata: StaticStructureSchema;
|
|
102
|
+
export declare var BedrockCustomModelMetadata: StaticStructureSchema;
|
|
103
|
+
export declare var BedrockModelImportMetadata: StaticStructureSchema;
|
|
104
|
+
export declare var BedrockProvisionedModelThroughputMetadata: StaticStructureSchema;
|
|
99
105
|
export declare var BestObjectiveNotImproving: StaticStructureSchema;
|
|
100
106
|
export declare var Bias: StaticStructureSchema;
|
|
101
107
|
export declare var BlueGreenUpdatePolicy: StaticStructureSchema;
|
|
@@ -322,6 +328,7 @@ export declare var DataQualityAppSpecification: StaticStructureSchema;
|
|
|
322
328
|
export declare var DataQualityBaselineConfig: StaticStructureSchema;
|
|
323
329
|
export declare var DataQualityJobInput: StaticStructureSchema;
|
|
324
330
|
export declare var DatasetDefinition: StaticStructureSchema;
|
|
331
|
+
export declare var DatasetSource: StaticStructureSchema;
|
|
325
332
|
export declare var DataSource: StaticStructureSchema;
|
|
326
333
|
export declare var DebugHookConfig: StaticStructureSchema;
|
|
327
334
|
export declare var DebugRuleConfiguration: StaticStructureSchema;
|
|
@@ -700,6 +707,7 @@ export declare var InferenceComponentContainerSpecificationSummary: StaticStruct
|
|
|
700
707
|
export declare var InferenceComponentDataCacheConfig: StaticStructureSchema;
|
|
701
708
|
export declare var InferenceComponentDataCacheConfigSummary: StaticStructureSchema;
|
|
702
709
|
export declare var InferenceComponentDeploymentConfig: StaticStructureSchema;
|
|
710
|
+
export declare var InferenceComponentMetadata: StaticStructureSchema;
|
|
703
711
|
export declare var InferenceComponentRollingUpdatePolicy: StaticStructureSchema;
|
|
704
712
|
export declare var InferenceComponentRuntimeConfig: StaticStructureSchema;
|
|
705
713
|
export declare var InferenceComponentRuntimeConfigSummary: StaticStructureSchema;
|
|
@@ -751,6 +759,7 @@ export declare var LabelingJobSummary: StaticStructureSchema;
|
|
|
751
759
|
export declare var LambdaStepMetadata: StaticStructureSchema;
|
|
752
760
|
export declare var LastUpdateStatus: StaticStructureSchema;
|
|
753
761
|
export declare var LineageGroupSummary: StaticStructureSchema;
|
|
762
|
+
export declare var LineageMetadata: StaticStructureSchema;
|
|
754
763
|
export declare var ListActionsRequest: StaticStructureSchema;
|
|
755
764
|
export declare var ListActionsResponse: StaticStructureSchema;
|
|
756
765
|
export declare var ListAlgorithmsInput: StaticStructureSchema;
|
|
@@ -929,6 +938,9 @@ export declare var MetricDefinition: StaticStructureSchema;
|
|
|
929
938
|
export declare var MetricsConfig: StaticStructureSchema;
|
|
930
939
|
export declare var MetricsSource: StaticStructureSchema;
|
|
931
940
|
export declare var MlflowAppSummary: StaticStructureSchema;
|
|
941
|
+
export declare var MlflowConfig: StaticStructureSchema;
|
|
942
|
+
export declare var MLflowConfiguration: StaticStructureSchema;
|
|
943
|
+
export declare var MlflowDetails: StaticStructureSchema;
|
|
932
944
|
export declare var Model: StaticStructureSchema;
|
|
933
945
|
export declare var ModelAccessConfig: StaticStructureSchema;
|
|
934
946
|
export declare var ModelArtifacts: StaticStructureSchema;
|
|
@@ -967,6 +979,7 @@ export declare var ModelMetadataSearchExpression: StaticStructureSchema;
|
|
|
967
979
|
export declare var ModelMetadataSummary: StaticStructureSchema;
|
|
968
980
|
export declare var ModelMetrics: StaticStructureSchema;
|
|
969
981
|
export declare var ModelPackage: StaticStructureSchema;
|
|
982
|
+
export declare var ModelPackageConfig: StaticStructureSchema;
|
|
970
983
|
export declare var ModelPackageContainerDefinition: StaticStructureSchema;
|
|
971
984
|
export declare var ModelPackageGroup: StaticStructureSchema;
|
|
972
985
|
export declare var ModelPackageGroupSummary: StaticStructureSchema;
|
|
@@ -1181,6 +1194,7 @@ export declare var SendPipelineExecutionStepFailureRequest: StaticStructureSchem
|
|
|
1181
1194
|
export declare var SendPipelineExecutionStepFailureResponse: StaticStructureSchema;
|
|
1182
1195
|
export declare var SendPipelineExecutionStepSuccessRequest: StaticStructureSchema;
|
|
1183
1196
|
export declare var SendPipelineExecutionStepSuccessResponse: StaticStructureSchema;
|
|
1197
|
+
export declare var ServerlessJobConfig: StaticStructureSchema;
|
|
1184
1198
|
export declare var ServiceCatalogProvisionedProductDetails: StaticStructureSchema;
|
|
1185
1199
|
export declare var ServiceCatalogProvisioningDetails: StaticStructureSchema;
|
|
1186
1200
|
export declare var ServiceCatalogProvisioningUpdateDetails: StaticStructureSchema;
|
|
@@ -1269,6 +1283,7 @@ export declare var TrainingJobSummary: StaticStructureSchema;
|
|
|
1269
1283
|
export declare var TrainingPlanFilter: StaticStructureSchema;
|
|
1270
1284
|
export declare var TrainingPlanOffering: StaticStructureSchema;
|
|
1271
1285
|
export declare var TrainingPlanSummary: StaticStructureSchema;
|
|
1286
|
+
export declare var TrainingProgressInfo: StaticStructureSchema;
|
|
1272
1287
|
export declare var TrainingRepositoryAuthConfig: StaticStructureSchema;
|
|
1273
1288
|
export declare var TrainingSpecification: StaticStructureSchema;
|
|
1274
1289
|
export declare var TransformDataSource: StaticStructureSchema;
|
|
@@ -1424,6 +1439,7 @@ export declare var AppList: StaticListSchema;
|
|
|
1424
1439
|
export declare var ArtifactSourceTypes: StaticListSchema;
|
|
1425
1440
|
export declare var ArtifactSummaries: StaticListSchema;
|
|
1426
1441
|
export declare var AssignedGroupPatternsList: number;
|
|
1442
|
+
export declare var AssociationInfoList: StaticListSchema;
|
|
1427
1443
|
export declare var AssociationSummaries: StaticListSchema;
|
|
1428
1444
|
export declare var AssumableRoleArns: number;
|
|
1429
1445
|
export declare var AsyncNotificationTopicTypeList: number;
|
|
@@ -1732,6 +1748,7 @@ export declare var HookParameters: number;
|
|
|
1732
1748
|
export declare var HyperParameters: number;
|
|
1733
1749
|
export declare var HyperParameterTrainingJobEnvironmentMap: number;
|
|
1734
1750
|
export declare var LineageEntityParameters: number;
|
|
1751
|
+
export declare var MapString2048: number;
|
|
1735
1752
|
export declare var ModelPackageSummaries: StaticMapSchema;
|
|
1736
1753
|
export declare var ModelVariantActionMap: number;
|
|
1737
1754
|
export declare var MonitoringEnvironmentMap: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.946.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service --solo sagemaker"
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo sagemaker",
|
|
15
|
+
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
17
18
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +21,38 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.946.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.946.0",
|
|
25
26
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
27
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
28
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.946.0",
|
|
29
30
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
31
|
"@aws-sdk/types": "3.936.0",
|
|
31
32
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
33
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.946.0",
|
|
34
35
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
36
|
+
"@smithy/core": "^3.18.7",
|
|
36
37
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
38
|
"@smithy/hash-node": "^4.2.5",
|
|
38
39
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
40
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
42
43
|
"@smithy/middleware-serde": "^4.2.6",
|
|
43
44
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
45
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
46
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
47
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
48
49
|
"@smithy/types": "^4.9.0",
|
|
49
50
|
"@smithy/url-parser": "^4.2.5",
|
|
50
51
|
"@smithy/util-base64": "^4.3.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
55
56
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
57
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
58
|
"@smithy/util-retry": "^4.2.5",
|