open-next-cdk
Version:
Deploy a NextJS app using OpenNext packaging to serverless AWS using CDK
2,251 lines • 412 kB
JSON
{
"version": "2.0",
"metadata": {
"apiVersion": "2017-07-24",
"endpointPrefix": "api.sagemaker",
"jsonVersion": "1.1",
"protocol": "json",
"serviceAbbreviation": "SageMaker",
"serviceFullName": "Amazon SageMaker Service",
"serviceId": "SageMaker",
"signatureVersion": "v4",
"signingName": "sagemaker",
"targetPrefix": "SageMaker",
"uid": "sagemaker-2017-07-24"
},
"operations": {
"AddAssociation": {
"input": {
"type": "structure",
"required": [
"SourceArn",
"DestinationArn"
],
"members": {
"SourceArn": {},
"DestinationArn": {},
"AssociationType": {}
}
},
"output": {
"type": "structure",
"members": {
"SourceArn": {},
"DestinationArn": {}
}
}
},
"AddTags": {
"input": {
"type": "structure",
"required": [
"ResourceArn",
"Tags"
],
"members": {
"ResourceArn": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"Tags": {
"shape": "S7"
}
}
}
},
"AssociateTrialComponent": {
"input": {
"type": "structure",
"required": [
"TrialComponentName",
"TrialName"
],
"members": {
"TrialComponentName": {},
"TrialName": {}
}
},
"output": {
"type": "structure",
"members": {
"TrialComponentArn": {},
"TrialArn": {}
}
}
},
"BatchDescribeModelPackage": {
"input": {
"type": "structure",
"required": [
"ModelPackageArnList"
],
"members": {
"ModelPackageArnList": {
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {
"ModelPackageSummaries": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"required": [
"ModelPackageGroupName",
"ModelPackageArn",
"CreationTime",
"InferenceSpecification",
"ModelPackageStatus"
],
"members": {
"ModelPackageGroupName": {},
"ModelPackageVersion": {
"type": "integer"
},
"ModelPackageArn": {},
"ModelPackageDescription": {},
"CreationTime": {
"type": "timestamp"
},
"InferenceSpecification": {
"shape": "Sr"
},
"ModelPackageStatus": {},
"ModelApprovalStatus": {}
}
}
},
"BatchDescribeModelPackageErrorMap": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"required": [
"ErrorCode",
"ErrorResponse"
],
"members": {
"ErrorCode": {},
"ErrorResponse": {}
}
}
}
}
}
},
"CreateAction": {
"input": {
"type": "structure",
"required": [
"ActionName",
"Source",
"ActionType"
],
"members": {
"ActionName": {},
"Source": {
"shape": "S1n"
},
"ActionType": {},
"Description": {},
"Status": {},
"Properties": {
"shape": "S1s"
},
"MetadataProperties": {
"shape": "S1u"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"ActionArn": {}
}
}
},
"CreateAlgorithm": {
"input": {
"type": "structure",
"required": [
"AlgorithmName",
"TrainingSpecification"
],
"members": {
"AlgorithmName": {},
"AlgorithmDescription": {},
"TrainingSpecification": {
"shape": "S1z"
},
"InferenceSpecification": {
"shape": "Sr"
},
"ValidationSpecification": {
"shape": "S2r"
},
"CertifyForMarketplace": {
"type": "boolean"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"AlgorithmArn"
],
"members": {
"AlgorithmArn": {}
}
}
},
"CreateApp": {
"input": {
"type": "structure",
"required": [
"DomainId",
"AppType",
"AppName"
],
"members": {
"DomainId": {},
"UserProfileName": {},
"AppType": {},
"AppName": {},
"Tags": {
"shape": "S7"
},
"ResourceSpec": {
"shape": "S4g"
},
"SpaceName": {}
}
},
"output": {
"type": "structure",
"members": {
"AppArn": {}
}
}
},
"CreateAppImageConfig": {
"input": {
"type": "structure",
"required": [
"AppImageConfigName"
],
"members": {
"AppImageConfigName": {},
"Tags": {
"shape": "S7"
},
"KernelGatewayImageConfig": {
"shape": "S4q"
}
}
},
"output": {
"type": "structure",
"members": {
"AppImageConfigArn": {}
}
}
},
"CreateArtifact": {
"input": {
"type": "structure",
"required": [
"Source",
"ArtifactType"
],
"members": {
"ArtifactName": {},
"Source": {
"shape": "S52"
},
"ArtifactType": {},
"Properties": {
"shape": "S1s"
},
"MetadataProperties": {
"shape": "S1u"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"ArtifactArn": {}
}
}
},
"CreateAutoMLJob": {
"input": {
"type": "structure",
"required": [
"AutoMLJobName",
"InputDataConfig",
"OutputDataConfig",
"RoleArn"
],
"members": {
"AutoMLJobName": {},
"InputDataConfig": {
"shape": "S5a"
},
"OutputDataConfig": {
"shape": "S5i"
},
"ProblemType": {},
"AutoMLJobObjective": {
"shape": "S5k"
},
"AutoMLJobConfig": {
"shape": "S5m"
},
"RoleArn": {},
"GenerateCandidateDefinitionsOnly": {
"type": "boolean"
},
"Tags": {
"shape": "S7"
},
"ModelDeployConfig": {
"shape": "S66"
}
}
},
"output": {
"type": "structure",
"required": [
"AutoMLJobArn"
],
"members": {
"AutoMLJobArn": {}
}
}
},
"CreateAutoMLJobV2": {
"input": {
"type": "structure",
"required": [
"AutoMLJobName",
"AutoMLJobInputDataConfig",
"OutputDataConfig",
"AutoMLProblemTypeConfig",
"RoleArn"
],
"members": {
"AutoMLJobName": {},
"AutoMLJobInputDataConfig": {
"shape": "S6c"
},
"OutputDataConfig": {
"shape": "S5i"
},
"AutoMLProblemTypeConfig": {
"shape": "S6e"
},
"RoleArn": {},
"Tags": {
"shape": "S7"
},
"SecurityConfig": {
"shape": "S5r"
},
"AutoMLJobObjective": {
"shape": "S5k"
},
"ModelDeployConfig": {
"shape": "S66"
},
"DataSplitConfig": {
"shape": "S5x"
}
}
},
"output": {
"type": "structure",
"required": [
"AutoMLJobArn"
],
"members": {
"AutoMLJobArn": {}
}
}
},
"CreateCodeRepository": {
"input": {
"type": "structure",
"required": [
"CodeRepositoryName",
"GitConfig"
],
"members": {
"CodeRepositoryName": {},
"GitConfig": {
"shape": "S7a"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"CodeRepositoryArn"
],
"members": {
"CodeRepositoryArn": {}
}
}
},
"CreateCompilationJob": {
"input": {
"type": "structure",
"required": [
"CompilationJobName",
"RoleArn",
"OutputConfig",
"StoppingCondition"
],
"members": {
"CompilationJobName": {},
"RoleArn": {},
"ModelPackageVersionArn": {},
"InputConfig": {
"shape": "S7h"
},
"OutputConfig": {
"shape": "S7k"
},
"VpcConfig": {
"shape": "S7r"
},
"StoppingCondition": {
"shape": "S3p"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"CompilationJobArn"
],
"members": {
"CompilationJobArn": {}
}
}
},
"CreateContext": {
"input": {
"type": "structure",
"required": [
"ContextName",
"Source",
"ContextType"
],
"members": {
"ContextName": {},
"Source": {
"shape": "S7z"
},
"ContextType": {},
"Description": {},
"Properties": {
"shape": "S1s"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"ContextArn": {}
}
}
},
"CreateDataQualityJobDefinition": {
"input": {
"type": "structure",
"required": [
"JobDefinitionName",
"DataQualityAppSpecification",
"DataQualityJobInput",
"DataQualityJobOutputConfig",
"JobResources",
"RoleArn"
],
"members": {
"JobDefinitionName": {},
"DataQualityBaselineConfig": {
"shape": "S84"
},
"DataQualityAppSpecification": {
"shape": "S88"
},
"DataQualityJobInput": {
"shape": "S8h"
},
"DataQualityJobOutputConfig": {
"shape": "S8v"
},
"JobResources": {
"shape": "S91"
},
"NetworkConfig": {
"shape": "S96"
},
"RoleArn": {},
"StoppingCondition": {
"shape": "S97"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"JobDefinitionArn"
],
"members": {
"JobDefinitionArn": {}
}
}
},
"CreateDeviceFleet": {
"input": {
"type": "structure",
"required": [
"DeviceFleetName",
"OutputConfig"
],
"members": {
"DeviceFleetName": {},
"RoleArn": {},
"Description": {},
"OutputConfig": {
"shape": "S9d"
},
"Tags": {
"shape": "S7"
},
"EnableIotRoleAlias": {
"type": "boolean"
}
}
}
},
"CreateDomain": {
"input": {
"type": "structure",
"required": [
"DomainName",
"AuthMode",
"DefaultUserSettings",
"SubnetIds",
"VpcId"
],
"members": {
"DomainName": {},
"AuthMode": {},
"DefaultUserSettings": {
"shape": "S9j"
},
"SubnetIds": {
"shape": "S5v"
},
"VpcId": {},
"Tags": {
"shape": "S7"
},
"AppNetworkAccessType": {},
"HomeEfsFileSystemKmsKeyId": {
"deprecated": true,
"deprecatedMessage": "This property is deprecated, use KmsKeyId instead."
},
"KmsKeyId": {},
"AppSecurityGroupManagement": {},
"DomainSettings": {
"shape": "Saf"
},
"DefaultSpaceSettings": {
"shape": "Saj"
}
}
},
"output": {
"type": "structure",
"members": {
"DomainArn": {},
"Url": {}
}
}
},
"CreateEdgeDeploymentPlan": {
"input": {
"type": "structure",
"required": [
"EdgeDeploymentPlanName",
"ModelConfigs",
"DeviceFleetName"
],
"members": {
"EdgeDeploymentPlanName": {},
"ModelConfigs": {
"shape": "Sao"
},
"DeviceFleetName": {},
"Stages": {
"shape": "Saq"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"EdgeDeploymentPlanArn"
],
"members": {
"EdgeDeploymentPlanArn": {}
}
}
},
"CreateEdgeDeploymentStage": {
"input": {
"type": "structure",
"required": [
"EdgeDeploymentPlanName",
"Stages"
],
"members": {
"EdgeDeploymentPlanName": {},
"Stages": {
"shape": "Saq"
}
}
}
},
"CreateEdgePackagingJob": {
"input": {
"type": "structure",
"required": [
"EdgePackagingJobName",
"CompilationJobName",
"ModelName",
"ModelVersion",
"RoleArn",
"OutputConfig"
],
"members": {
"EdgePackagingJobName": {},
"CompilationJobName": {},
"ModelName": {},
"ModelVersion": {},
"RoleArn": {},
"OutputConfig": {
"shape": "S9d"
},
"ResourceKey": {},
"Tags": {
"shape": "S7"
}
}
}
},
"CreateEndpoint": {
"input": {
"type": "structure",
"required": [
"EndpointName",
"EndpointConfigName"
],
"members": {
"EndpointName": {},
"EndpointConfigName": {},
"DeploymentConfig": {
"shape": "Sb6"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"EndpointArn"
],
"members": {
"EndpointArn": {}
}
}
},
"CreateEndpointConfig": {
"input": {
"type": "structure",
"required": [
"EndpointConfigName",
"ProductionVariants"
],
"members": {
"EndpointConfigName": {},
"ProductionVariants": {
"shape": "Sbo"
},
"DataCaptureConfig": {
"shape": "Sc4"
},
"Tags": {
"shape": "S7"
},
"KmsKeyId": {},
"AsyncInferenceConfig": {
"shape": "Scf"
},
"ExplainerConfig": {
"shape": "Scn"
},
"ShadowProductionVariants": {
"shape": "Sbo"
}
}
},
"output": {
"type": "structure",
"required": [
"EndpointConfigArn"
],
"members": {
"EndpointConfigArn": {}
}
}
},
"CreateExperiment": {
"input": {
"type": "structure",
"required": [
"ExperimentName"
],
"members": {
"ExperimentName": {},
"DisplayName": {},
"Description": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"ExperimentArn": {}
}
}
},
"CreateFeatureGroup": {
"input": {
"type": "structure",
"required": [
"FeatureGroupName",
"RecordIdentifierFeatureName",
"EventTimeFeatureName",
"FeatureDefinitions"
],
"members": {
"FeatureGroupName": {},
"RecordIdentifierFeatureName": {},
"EventTimeFeatureName": {},
"FeatureDefinitions": {
"shape": "Sdm"
},
"OnlineStoreConfig": {
"shape": "Sdt"
},
"OfflineStoreConfig": {
"shape": "Sdz"
},
"RoleArn": {},
"Description": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"FeatureGroupArn"
],
"members": {
"FeatureGroupArn": {}
}
}
},
"CreateFlowDefinition": {
"input": {
"type": "structure",
"required": [
"FlowDefinitionName",
"HumanLoopConfig",
"OutputConfig",
"RoleArn"
],
"members": {
"FlowDefinitionName": {},
"HumanLoopRequestSource": {
"shape": "Seb"
},
"HumanLoopActivationConfig": {
"shape": "Sed"
},
"HumanLoopConfig": {
"shape": "Seg"
},
"OutputConfig": {
"shape": "Sev"
},
"RoleArn": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"FlowDefinitionArn"
],
"members": {
"FlowDefinitionArn": {}
}
}
},
"CreateHub": {
"input": {
"type": "structure",
"required": [
"HubName",
"HubDescription"
],
"members": {
"HubName": {},
"HubDescription": {},
"HubDisplayName": {},
"HubSearchKeywords": {
"shape": "Sf2"
},
"S3StorageConfig": {
"shape": "Sf4"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"HubArn"
],
"members": {
"HubArn": {}
}
}
},
"CreateHumanTaskUi": {
"input": {
"type": "structure",
"required": [
"HumanTaskUiName",
"UiTemplate"
],
"members": {
"HumanTaskUiName": {},
"UiTemplate": {
"shape": "Sfa"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"HumanTaskUiArn"
],
"members": {
"HumanTaskUiArn": {}
}
}
},
"CreateHyperParameterTuningJob": {
"input": {
"type": "structure",
"required": [
"HyperParameterTuningJobName",
"HyperParameterTuningJobConfig"
],
"members": {
"HyperParameterTuningJobName": {},
"HyperParameterTuningJobConfig": {
"shape": "Sff"
},
"TrainingJobDefinition": {
"shape": "Sg8"
},
"TrainingJobDefinitions": {
"shape": "Sgo"
},
"WarmStartConfig": {
"shape": "Sgp"
},
"Tags": {
"shape": "S7"
},
"Autotune": {
"shape": "Sgt"
}
}
},
"output": {
"type": "structure",
"required": [
"HyperParameterTuningJobArn"
],
"members": {
"HyperParameterTuningJobArn": {}
}
}
},
"CreateImage": {
"input": {
"type": "structure",
"required": [
"ImageName",
"RoleArn"
],
"members": {
"Description": {},
"DisplayName": {},
"ImageName": {},
"RoleArn": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"ImageArn": {}
}
}
},
"CreateImageVersion": {
"input": {
"type": "structure",
"required": [
"BaseImage",
"ClientToken",
"ImageName"
],
"members": {
"BaseImage": {},
"ClientToken": {
"idempotencyToken": true
},
"ImageName": {},
"Aliases": {
"shape": "Sh4"
},
"VendorGuidance": {},
"JobType": {},
"MLFramework": {},
"ProgrammingLang": {},
"Processor": {},
"Horovod": {
"type": "boolean"
},
"ReleaseNotes": {}
}
},
"output": {
"type": "structure",
"members": {
"ImageVersionArn": {}
}
}
},
"CreateInferenceExperiment": {
"input": {
"type": "structure",
"required": [
"Name",
"Type",
"RoleArn",
"EndpointName",
"ModelVariants",
"ShadowModeConfig"
],
"members": {
"Name": {},
"Type": {},
"Schedule": {
"shape": "Shh"
},
"Description": {},
"RoleArn": {},
"EndpointName": {},
"ModelVariants": {
"shape": "Shk"
},
"DataStorageConfig": {
"shape": "Shs"
},
"ShadowModeConfig": {
"shape": "Sht"
},
"KmsKey": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"InferenceExperimentArn"
],
"members": {
"InferenceExperimentArn": {}
}
}
},
"CreateInferenceRecommendationsJob": {
"input": {
"type": "structure",
"required": [
"JobName",
"JobType",
"RoleArn",
"InputConfig"
],
"members": {
"JobName": {},
"JobType": {},
"RoleArn": {},
"InputConfig": {
"shape": "Si1"
},
"JobDescription": {},
"StoppingConditions": {
"shape": "Sj5"
},
"OutputConfig": {
"type": "structure",
"members": {
"KmsKeyId": {},
"CompiledOutputConfig": {
"type": "structure",
"members": {
"S3OutputUri": {}
}
}
}
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"JobArn"
],
"members": {
"JobArn": {}
}
}
},
"CreateLabelingJob": {
"input": {
"type": "structure",
"required": [
"LabelingJobName",
"LabelAttributeName",
"InputConfig",
"OutputConfig",
"RoleArn",
"HumanTaskConfig"
],
"members": {
"LabelingJobName": {},
"LabelAttributeName": {},
"InputConfig": {
"shape": "Sjh"
},
"OutputConfig": {
"shape": "Sjo"
},
"RoleArn": {},
"LabelCategoryConfigS3Uri": {},
"StoppingConditions": {
"shape": "Sjp"
},
"LabelingJobAlgorithmsConfig": {
"shape": "Sjs"
},
"HumanTaskConfig": {
"shape": "Sjw"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"LabelingJobArn"
],
"members": {
"LabelingJobArn": {}
}
}
},
"CreateModel": {
"input": {
"type": "structure",
"required": [
"ModelName",
"ExecutionRoleArn"
],
"members": {
"ModelName": {},
"PrimaryContainer": {
"shape": "Skb"
},
"Containers": {
"shape": "Skp"
},
"InferenceExecutionConfig": {
"shape": "Skq"
},
"ExecutionRoleArn": {},
"Tags": {
"shape": "S7"
},
"VpcConfig": {
"shape": "S5s"
},
"EnableNetworkIsolation": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"required": [
"ModelArn"
],
"members": {
"ModelArn": {}
}
}
},
"CreateModelBiasJobDefinition": {
"input": {
"type": "structure",
"required": [
"JobDefinitionName",
"ModelBiasAppSpecification",
"ModelBiasJobInput",
"ModelBiasJobOutputConfig",
"JobResources",
"RoleArn"
],
"members": {
"JobDefinitionName": {},
"ModelBiasBaselineConfig": {
"shape": "Sku"
},
"ModelBiasAppSpecification": {
"shape": "Skv"
},
"ModelBiasJobInput": {
"shape": "Skw"
},
"ModelBiasJobOutputConfig": {
"shape": "S8v"
},
"JobResources": {
"shape": "S91"
},
"NetworkConfig": {
"shape": "S96"
},
"RoleArn": {},
"StoppingCondition": {
"shape": "S97"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"JobDefinitionArn"
],
"members": {
"JobDefinitionArn": {}
}
}
},
"CreateModelCard": {
"input": {
"type": "structure",
"required": [
"ModelCardName",
"Content",
"ModelCardStatus"
],
"members": {
"ModelCardName": {},
"SecurityConfig": {
"shape": "Sl0"
},
"Content": {
"shape": "Sl1"
},
"ModelCardStatus": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"ModelCardArn"
],
"members": {
"ModelCardArn": {}
}
}
},
"CreateModelCardExportJob": {
"input": {
"type": "structure",
"required": [
"ModelCardName",
"ModelCardExportJobName",
"OutputConfig"
],
"members": {
"ModelCardName": {},
"ModelCardVersion": {
"type": "integer"
},
"ModelCardExportJobName": {},
"OutputConfig": {
"shape": "Sl7"
}
}
},
"output": {
"type": "structure",
"required": [
"ModelCardExportJobArn"
],
"members": {
"ModelCardExportJobArn": {}
}
}
},
"CreateModelExplainabilityJobDefinition": {
"input": {
"type": "structure",
"required": [
"JobDefinitionName",
"ModelExplainabilityAppSpecification",
"ModelExplainabilityJobInput",
"ModelExplainabilityJobOutputConfig",
"JobResources",
"RoleArn"
],
"members": {
"JobDefinitionName": {},
"ModelExplainabilityBaselineConfig": {
"shape": "Slb"
},
"ModelExplainabilityAppSpecification": {
"shape": "Slc"
},
"ModelExplainabilityJobInput": {
"shape": "Sld"
},
"ModelExplainabilityJobOutputConfig": {
"shape": "S8v"
},
"JobResources": {
"shape": "S91"
},
"NetworkConfig": {
"shape": "S96"
},
"RoleArn": {},
"StoppingCondition": {
"shape": "S97"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"JobDefinitionArn"
],
"members": {
"JobDefinitionArn": {}
}
}
},
"CreateModelPackage": {
"input": {
"type": "structure",
"members": {
"ModelPackageName": {},
"ModelPackageGroupName": {},
"ModelPackageDescription": {},
"InferenceSpecification": {
"shape": "Sr"
},
"ValidationSpecification": {
"shape": "Slg"
},
"SourceAlgorithmSpecification": {
"shape": "Slj"
},
"CertifyForMarketplace": {
"type": "boolean"
},
"Tags": {
"shape": "S7"
},
"ModelApprovalStatus": {},
"MetadataProperties": {
"shape": "S1u"
},
"ModelMetrics": {
"shape": "Slm"
},
"ClientToken": {
"idempotencyToken": true
},
"CustomerMetadataProperties": {
"shape": "Slt"
},
"DriftCheckBaselines": {
"shape": "Slw"
},
"Domain": {},
"Task": {},
"SamplePayloadUrl": {},
"AdditionalInferenceSpecifications": {
"shape": "Sm2"
},
"SkipModelValidation": {}
}
},
"output": {
"type": "structure",
"required": [
"ModelPackageArn"
],
"members": {
"ModelPackageArn": {}
}
}
},
"CreateModelPackageGroup": {
"input": {
"type": "structure",
"required": [
"ModelPackageGroupName"
],
"members": {
"ModelPackageGroupName": {},
"ModelPackageGroupDescription": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"ModelPackageGroupArn"
],
"members": {
"ModelPackageGroupArn": {}
}
}
},
"CreateModelQualityJobDefinition": {
"input": {
"type": "structure",
"required": [
"JobDefinitionName",
"ModelQualityAppSpecification",
"ModelQualityJobInput",
"ModelQualityJobOutputConfig",
"JobResources",
"RoleArn"
],
"members": {
"JobDefinitionName": {},
"ModelQualityBaselineConfig": {
"shape": "Sma"
},
"ModelQualityAppSpecification": {
"shape": "Smb"
},
"ModelQualityJobInput": {
"shape": "Smd"
},
"ModelQualityJobOutputConfig": {
"shape": "S8v"
},
"JobResources": {
"shape": "S91"
},
"NetworkConfig": {
"shape": "S96"
},
"RoleArn": {},
"StoppingCondition": {
"shape": "S97"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"JobDefinitionArn"
],
"members": {
"JobDefinitionArn": {}
}
}
},
"CreateMonitoringSchedule": {
"input": {
"type": "structure",
"required": [
"MonitoringScheduleName",
"MonitoringScheduleConfig"
],
"members": {
"MonitoringScheduleName": {},
"MonitoringScheduleConfig": {
"shape": "Smh"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"MonitoringScheduleArn"
],
"members": {
"MonitoringScheduleArn": {}
}
}
},
"CreateNotebookInstance": {
"input": {
"type": "structure",
"required": [
"NotebookInstanceName",
"InstanceType",
"RoleArn"
],
"members": {
"NotebookInstanceName": {},
"InstanceType": {},
"SubnetId": {},
"SecurityGroupIds": {
"shape": "S9k"
},
"RoleArn": {},
"KmsKeyId": {},
"Tags": {
"shape": "S7"
},
"LifecycleConfigName": {},
"DirectInternetAccess": {},
"VolumeSizeInGB": {
"type": "integer"
},
"AcceleratorTypes": {
"shape": "Smy"
},
"DefaultCodeRepository": {},
"AdditionalCodeRepositories": {
"shape": "Sn1"
},
"RootAccess": {},
"PlatformIdentifier": {},
"InstanceMetadataServiceConfiguration": {
"shape": "Sn4"
}
}
},
"output": {
"type": "structure",
"members": {
"NotebookInstanceArn": {}
}
}
},
"CreateNotebookInstanceLifecycleConfig": {
"input": {
"type": "structure",
"required": [
"NotebookInstanceLifecycleConfigName"
],
"members": {
"NotebookInstanceLifecycleConfigName": {},
"OnCreate": {
"shape": "Sn9"
},
"OnStart": {
"shape": "Sn9"
}
}
},
"output": {
"type": "structure",
"members": {
"NotebookInstanceLifecycleConfigArn": {}
}
}
},
"CreatePipeline": {
"input": {
"type": "structure",
"required": [
"PipelineName",
"ClientRequestToken",
"RoleArn"
],
"members": {
"PipelineName": {},
"PipelineDisplayName": {},
"PipelineDefinition": {},
"PipelineDefinitionS3Location": {
"shape": "Snh"
},
"PipelineDescription": {},
"ClientRequestToken": {
"idempotencyToken": true
},
"RoleArn": {},
"Tags": {
"shape": "S7"
},
"ParallelismConfiguration": {
"shape": "Snn"
}
}
},
"output": {
"type": "structure",
"members": {
"PipelineArn": {}
}
}
},
"CreatePresignedDomainUrl": {
"input": {
"type": "structure",
"required": [
"DomainId",
"UserProfileName"
],
"members": {
"DomainId": {},
"UserProfileName": {},
"SessionExpirationDurationInSeconds": {
"type": "integer"
},
"ExpiresInSeconds": {
"type": "integer"
},
"SpaceName": {}
}
},
"output": {
"type": "structure",
"members": {
"AuthorizedUrl": {}
}
}
},
"CreatePresignedNotebookInstanceUrl": {
"input": {
"type": "structure",
"required": [
"NotebookInstanceName"
],
"members": {
"NotebookInstanceName": {},
"SessionExpirationDurationInSeconds": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"AuthorizedUrl": {}
}
}
},
"CreateProcessingJob": {
"input": {
"type": "structure",
"required": [
"ProcessingJobName",
"ProcessingResources",
"AppSpecification",
"RoleArn"
],
"members": {
"ProcessingInputs": {
"shape": "So0"
},
"ProcessingOutputConfig": {
"shape": "Son"
},
"ProcessingJobName": {},
"ProcessingResources": {
"shape": "Sos"
},
"StoppingCondition": {
"shape": "Sou"
},
"AppSpecification": {
"shape": "Sow"
},
"Environment": {
"shape": "Soy"
},
"NetworkConfig": {
"shape": "Smp"
},
"RoleArn": {},
"Tags": {
"shape": "S7"
},
"ExperimentConfig": {
"shape": "Soz"
}
}
},
"output": {
"type": "structure",
"required": [
"ProcessingJobArn"
],
"members": {
"ProcessingJobArn": {}
}
}
},
"CreateProject": {
"input": {
"type": "structure",
"required": [
"ProjectName",
"ServiceCatalogProvisioningDetails"
],
"members": {
"ProjectName": {},
"ProjectDescription": {},
"ServiceCatalogProvisioningDetails": {
"shape": "Sp4"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"ProjectArn",
"ProjectId"
],
"members": {
"ProjectArn": {},
"ProjectId": {}
}
}
},
"CreateSpace": {
"input": {
"type": "structure",
"required": [
"DomainId",
"SpaceName"
],
"members": {
"DomainId": {},
"SpaceName": {},
"Tags": {
"shape": "S7"
},
"SpaceSettings": {
"shape": "Spe"
}
}
},
"output": {
"type": "structure",
"members": {
"SpaceArn": {}
}
}
},
"CreateStudioLifecycleConfig": {
"input": {
"type": "structure",
"required": [
"StudioLifecycleConfigName",
"StudioLifecycleConfigContent",
"StudioLifecycleConfigAppType"
],
"members": {
"StudioLifecycleConfigName": {},
"StudioLifecycleConfigContent": {},
"StudioLifecycleConfigAppType": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"StudioLifecycleConfigArn": {}
}
}
},
"CreateTrainingJob": {
"input": {
"type": "structure",
"required": [
"TrainingJobName",
"AlgorithmSpecification",
"RoleArn",
"OutputDataConfig",
"ResourceConfig",
"StoppingCondition"
],
"members": {
"TrainingJobName": {},
"HyperParameters": {
"shape": "S2w"
},
"AlgorithmSpecification": {
"shape": "Spo"
},
"RoleArn": {},
"InputDataConfig": {
"shape": "S2y"
},
"OutputDataConfig": {
"shape": "S3g"
},
"ResourceConfig": {
"shape": "S3j"
},
"VpcConfig": {
"shape": "S5s"
},
"StoppingCondition": {
"shape": "S3p"
},
"Tags": {
"shape": "S7"
},
"EnableNetworkIsolation": {
"type": "boolean"
},
"EnableInterContainerTrafficEncryption": {
"type": "boolean"
},
"EnableManagedSpotTraining": {
"type": "boolean"
},
"CheckpointConfig": {
"shape": "Sgd"
},
"DebugHookConfig": {
"shape": "Spx"
},
"DebugRuleConfigurations": {
"shape": "Sq5"
},
"TensorBoardOutputConfig": {
"shape": "Sq9"
},
"ExperimentConfig": {
"shape": "Soz"
},
"ProfilerConfig": {
"shape": "Sqa"
},
"ProfilerRuleConfigurations": {
"shape": "Sqe"
},
"Environment": {
"shape": "Sqg"
},
"RetryStrategy": {
"shape": "Sge"
}
}
},
"output": {
"type": "structure",
"required": [
"TrainingJobArn"
],
"members": {
"TrainingJobArn": {}
}
}
},
"CreateTransformJob": {
"input": {
"type": "structure",
"required": [
"TransformJobName",
"ModelName",
"TransformInput",
"TransformOutput",
"TransformResources"
],
"members": {
"TransformJobName": {},
"ModelName": {},
"MaxConcurrentTransforms": {
"type": "integer"
},
"ModelClientConfig": {
"shape": "Sqn"
},
"MaxPayloadInMB": {
"type": "integer"
},
"BatchStrategy": {},
"Environment": {
"shape": "S3w"
},
"TransformInput": {
"shape": "S3z"
},
"TransformOutput": {
"shape": "S43"
},
"DataCaptureConfig": {
"shape": "Sqq"
},
"TransformResources": {
"shape": "S46"
},
"DataProcessing": {
"shape": "Sqr"
},
"Tags": {
"shape": "S7"
},
"ExperimentConfig": {
"shape": "Soz"
}
}
},
"output": {
"type": "structure",
"required": [
"TransformJobArn"
],
"members": {
"TransformJobArn": {}
}
}
},
"CreateTrial": {
"input": {
"type": "structure",
"required": [
"TrialName",
"ExperimentName"
],
"members": {
"TrialName": {},
"DisplayName": {},
"ExperimentName": {},
"MetadataProperties": {
"shape": "S1u"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"TrialArn": {}
}
}
},
"CreateTrialComponent": {
"input": {
"type": "structure",
"required": [
"TrialComponentName"
],
"members": {
"TrialComponentName": {},
"DisplayName": {},
"Status": {
"shape": "Sqz"
},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"Parameters": {
"shape": "Sr2"
},
"InputArtifacts": {
"shape": "Sr6"
},
"OutputArtifacts": {
"shape": "Sr6"
},
"MetadataProperties": {
"shape": "S1u"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"TrialComponentArn": {}
}
}
},
"CreateUserProfile": {
"input": {
"type": "structure",
"required": [
"DomainId",
"UserProfileName"
],
"members": {
"DomainId": {},
"UserProfileName": {},
"SingleSignOnUserIdentifier": {},
"SingleSignOnUserValue": {},
"Tags": {
"shape": "S7"
},
"UserSettings": {
"shape": "S9j"
}
}
},
"output": {
"type": "structure",
"members": {
"UserProfileArn": {}
}
}
},
"CreateWorkforce": {
"input": {
"type": "structure",
"required": [
"WorkforceName"
],
"members": {
"CognitoConfig": {
"shape": "Srh"
},
"OidcConfig": {
"shape": "Srk"
},
"SourceIpConfig": {
"shape": "Srn"
},
"WorkforceName": {},
"Tags": {
"shape": "S7"
},
"WorkforceVpcConfig": {
"shape": "Srr"
}
}
},
"output": {
"type": "structure",
"required": [
"WorkforceArn"
],
"members": {
"WorkforceArn": {}
}
}
},
"CreateWorkteam": {
"input": {
"type": "structure",
"required": [
"WorkteamName",
"MemberDefinitions",
"Description"
],
"members": {
"WorkteamName": {},
"WorkforceName": {},
"MemberDefinitions": {
"shape": "Ss1"
},
"Description": {},
"NotificationConfiguration": {
"shape": "Ss9"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"WorkteamArn": {}
}
}
},
"DeleteAction": {
"input": {
"type": "structure",
"required": [
"ActionName"
],
"members": {
"ActionName": {}
}
},
"output": {
"type": "structure",
"members": {
"ActionArn": {}
}
}
},
"DeleteAlgorithm": {
"input": {
"type": "structure",
"required": [
"AlgorithmName"
],
"members": {
"AlgorithmName": {}
}
}
},
"DeleteApp": {
"input": {
"type": "structure",
"required": [
"DomainId",
"AppType",
"AppName"
],
"members": {
"DomainId": {},
"UserProfileName": {},
"AppType": {},
"AppName": {},
"SpaceName": {}
}
}
},
"DeleteAppImageConfig": {
"input": {
"type": "structure",
"required": [
"AppImageConfigName"
],
"members": {
"AppImageConfigName": {}
}
}
},
"DeleteArtifact": {
"input": {
"type": "structure",
"members": {
"ArtifactArn": {},
"Source": {
"shape": "S52"
}
}
},
"output": {
"type": "structure",
"members": {
"ArtifactArn": {}
}
}
},
"DeleteAssociation": {
"input": {
"type": "structure",
"required": [
"SourceArn",
"DestinationArn"
],
"members": {
"SourceArn": {},
"DestinationArn": {}
}
},
"output": {
"type": "structure",
"members": {
"SourceArn": {},
"DestinationArn": {}
}
}
},
"DeleteCodeRepository": {
"input": {
"type": "structure",
"required": [
"CodeRepositoryName"
],
"members": {
"CodeRepositoryName": {}
}
}
},
"DeleteContext": {
"input": {
"type": "structure",
"required": [
"ContextName"
],
"members": {
"ContextName": {}
}
},
"output": {
"type": "structure",
"members": {
"ContextArn": {}
}
}
},
"DeleteDataQualityJobDefinition": {
"input": {
"type": "structure",
"required": [
"JobDefinitionName"
],
"members": {
"JobDefinitionName": {}
}
}
},
"DeleteDeviceFleet": {
"input": {
"type": "structure",
"required": [
"DeviceFleetName"
],
"members": {
"DeviceFleetName": {}
}
}
},
"DeleteDomain": {
"input": {
"type": "structure",
"required": [
"DomainId"
],
"members": {
"DomainId": {},
"RetentionPolicy": {
"type": "structure",
"members": {
"HomeEfsFileSystem": {}
}
}
}
}
},
"DeleteEdgeDeploy