UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

2,251 lines 395 kB
{ "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": "S1j" }, "ActionType": {}, "Description": {}, "Status": {}, "Properties": { "shape": "S1o" }, "MetadataProperties": { "shape": "S1q" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "members": { "ActionArn": {} } } }, "CreateAlgorithm": { "input": { "type": "structure", "required": [ "AlgorithmName", "TrainingSpecification" ], "members": { "AlgorithmName": {}, "AlgorithmDescription": {}, "TrainingSpecification": { "shape": "S1v" }, "InferenceSpecification": { "shape": "Sr" }, "ValidationSpecification": { "shape": "S2o" }, "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": "S4d" }, "SpaceName": {} } }, "output": { "type": "structure", "members": { "AppArn": {} } } }, "CreateAppImageConfig": { "input": { "type": "structure", "required": [ "AppImageConfigName" ], "members": { "AppImageConfigName": {}, "Tags": { "shape": "S7" }, "KernelGatewayImageConfig": { "shape": "S4n" } } }, "output": { "type": "structure", "members": { "AppImageConfigArn": {} } } }, "CreateArtifact": { "input": { "type": "structure", "required": [ "Source", "ArtifactType" ], "members": { "ArtifactName": {}, "Source": { "shape": "S4z" }, "ArtifactType": {}, "Properties": { "shape": "S1o" }, "MetadataProperties": { "shape": "S1q" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "members": { "ArtifactArn": {} } } }, "CreateAutoMLJob": { "input": { "type": "structure", "required": [ "AutoMLJobName", "InputDataConfig", "OutputDataConfig", "RoleArn" ], "members": { "AutoMLJobName": {}, "InputDataConfig": { "shape": "S57" }, "OutputDataConfig": { "shape": "S5e" }, "ProblemType": {}, "AutoMLJobObjective": { "shape": "S5g" }, "AutoMLJobConfig": { "shape": "S5i" }, "RoleArn": {}, "GenerateCandidateDefinitionsOnly": { "type": "boolean" }, "Tags": { "shape": "S7" }, "ModelDeployConfig": { "shape": "S62" } } }, "output": { "type": "structure", "required": [ "AutoMLJobArn" ], "members": { "AutoMLJobArn": {} } } }, "CreateAutoMLJobV2": { "input": { "type": "structure", "required": [ "AutoMLJobName", "AutoMLJobInputDataConfig", "OutputDataConfig", "AutoMLProblemTypeConfig", "RoleArn" ], "members": { "AutoMLJobName": {}, "AutoMLJobInputDataConfig": { "shape": "S68" }, "OutputDataConfig": { "shape": "S5e" }, "AutoMLProblemTypeConfig": { "shape": "S6a" }, "RoleArn": {}, "Tags": { "shape": "S7" }, "SecurityConfig": { "shape": "S5n" }, "AutoMLJobObjective": { "shape": "S5g" }, "ModelDeployConfig": { "shape": "S62" }, "DataSplitConfig": { "shape": "S5t" } } }, "output": { "type": "structure", "required": [ "AutoMLJobArn" ], "members": { "AutoMLJobArn": {} } } }, "CreateCodeRepository": { "input": { "type": "structure", "required": [ "CodeRepositoryName", "GitConfig" ], "members": { "CodeRepositoryName": {}, "GitConfig": { "shape": "S6h" }, "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": "S6o" }, "OutputConfig": { "shape": "S6r" }, "VpcConfig": { "shape": "S6y" }, "StoppingCondition": { "shape": "S3m" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "CompilationJobArn" ], "members": { "CompilationJobArn": {} } } }, "CreateContext": { "input": { "type": "structure", "required": [ "ContextName", "Source", "ContextType" ], "members": { "ContextName": {}, "Source": { "shape": "S76" }, "ContextType": {}, "Description": {}, "Properties": { "shape": "S1o" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "members": { "ContextArn": {} } } }, "CreateDataQualityJobDefinition": { "input": { "type": "structure", "required": [ "JobDefinitionName", "DataQualityAppSpecification", "DataQualityJobInput", "DataQualityJobOutputConfig", "JobResources", "RoleArn" ], "members": { "JobDefinitionName": {}, "DataQualityBaselineConfig": { "shape": "S7b" }, "DataQualityAppSpecification": { "shape": "S7f" }, "DataQualityJobInput": { "shape": "S7o" }, "DataQualityJobOutputConfig": { "shape": "S81" }, "JobResources": { "shape": "S87" }, "NetworkConfig": { "shape": "S8c" }, "RoleArn": {}, "StoppingCondition": { "shape": "S8d" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateDeviceFleet": { "input": { "type": "structure", "required": [ "DeviceFleetName", "OutputConfig" ], "members": { "DeviceFleetName": {}, "RoleArn": {}, "Description": {}, "OutputConfig": { "shape": "S8j" }, "Tags": { "shape": "S7" }, "EnableIotRoleAlias": { "type": "boolean" } } } }, "CreateDomain": { "input": { "type": "structure", "required": [ "DomainName", "AuthMode", "DefaultUserSettings", "SubnetIds", "VpcId" ], "members": { "DomainName": {}, "AuthMode": {}, "DefaultUserSettings": { "shape": "S8p" }, "SubnetIds": { "shape": "S5r" }, "VpcId": {}, "Tags": { "shape": "S7" }, "AppNetworkAccessType": {}, "HomeEfsFileSystemKmsKeyId": { "deprecated": true, "deprecatedMessage": "This property is deprecated, use KmsKeyId instead." }, "KmsKeyId": {}, "AppSecurityGroupManagement": {}, "DomainSettings": { "shape": "S9e" }, "DefaultSpaceSettings": { "shape": "S9i" } } }, "output": { "type": "structure", "members": { "DomainArn": {}, "Url": {} } } }, "CreateEdgeDeploymentPlan": { "input": { "type": "structure", "required": [ "EdgeDeploymentPlanName", "ModelConfigs", "DeviceFleetName" ], "members": { "EdgeDeploymentPlanName": {}, "ModelConfigs": { "shape": "S9n" }, "DeviceFleetName": {}, "Stages": { "shape": "S9p" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "EdgeDeploymentPlanArn" ], "members": { "EdgeDeploymentPlanArn": {} } } }, "CreateEdgeDeploymentStage": { "input": { "type": "structure", "required": [ "EdgeDeploymentPlanName", "Stages" ], "members": { "EdgeDeploymentPlanName": {}, "Stages": { "shape": "S9p" } } } }, "CreateEdgePackagingJob": { "input": { "type": "structure", "required": [ "EdgePackagingJobName", "CompilationJobName", "ModelName", "ModelVersion", "RoleArn", "OutputConfig" ], "members": { "EdgePackagingJobName": {}, "CompilationJobName": {}, "ModelName": {}, "ModelVersion": {}, "RoleArn": {}, "OutputConfig": { "shape": "S8j" }, "ResourceKey": {}, "Tags": { "shape": "S7" } } } }, "CreateEndpoint": { "input": { "type": "structure", "required": [ "EndpointName", "EndpointConfigName" ], "members": { "EndpointName": {}, "EndpointConfigName": {}, "DeploymentConfig": { "shape": "Sa5" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "EndpointArn" ], "members": { "EndpointArn": {} } } }, "CreateEndpointConfig": { "input": { "type": "structure", "required": [ "EndpointConfigName", "ProductionVariants" ], "members": { "EndpointConfigName": {}, "ProductionVariants": { "shape": "Sam" }, "DataCaptureConfig": { "shape": "Sb1" }, "Tags": { "shape": "S7" }, "KmsKeyId": {}, "AsyncInferenceConfig": { "shape": "Sbc" }, "ExplainerConfig": { "shape": "Sbk" }, "ShadowProductionVariants": { "shape": "Sam" } } }, "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": "Scj" }, "OnlineStoreConfig": { "shape": "Scm" }, "OfflineStoreConfig": { "shape": "Sco" }, "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": "Sd0" }, "HumanLoopActivationConfig": { "shape": "Sd2" }, "HumanLoopConfig": { "shape": "Sd5" }, "OutputConfig": { "shape": "Sdk" }, "RoleArn": {}, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "FlowDefinitionArn" ], "members": { "FlowDefinitionArn": {} } } }, "CreateHub": { "input": { "type": "structure", "required": [ "HubName", "HubDescription" ], "members": { "HubName": {}, "HubDescription": {}, "HubDisplayName": {}, "HubSearchKeywords": { "shape": "Sdr" }, "S3StorageConfig": { "shape": "Sdt" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "HubArn" ], "members": { "HubArn": {} } } }, "CreateHumanTaskUi": { "input": { "type": "structure", "required": [ "HumanTaskUiName", "UiTemplate" ], "members": { "HumanTaskUiName": {}, "UiTemplate": { "shape": "Sdz" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "HumanTaskUiArn" ], "members": { "HumanTaskUiArn": {} } } }, "CreateHyperParameterTuningJob": { "input": { "type": "structure", "required": [ "HyperParameterTuningJobName", "HyperParameterTuningJobConfig" ], "members": { "HyperParameterTuningJobName": {}, "HyperParameterTuningJobConfig": { "shape": "Se4" }, "TrainingJobDefinition": { "shape": "Sev" }, "TrainingJobDefinitions": { "shape": "Sfb" }, "WarmStartConfig": { "shape": "Sfc" }, "Tags": { "shape": "S7" } } }, "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": "Sfp" }, "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": "Sg2" }, "Description": {}, "RoleArn": {}, "EndpointName": {}, "ModelVariants": { "shape": "Sg5" }, "DataStorageConfig": { "shape": "Sgd" }, "ShadowModeConfig": { "shape": "Sge" }, "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": "Sgm" }, "JobDescription": {}, "StoppingConditions": { "shape": "Shk" }, "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": "Shv" }, "OutputConfig": { "shape": "Si2" }, "RoleArn": {}, "LabelCategoryConfigS3Uri": {}, "StoppingConditions": { "shape": "Si3" }, "LabelingJobAlgorithmsConfig": { "shape": "Si6" }, "HumanTaskConfig": { "shape": "Sia" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "LabelingJobArn" ], "members": { "LabelingJobArn": {} } } }, "CreateModel": { "input": { "type": "structure", "required": [ "ModelName", "ExecutionRoleArn" ], "members": { "ModelName": {}, "PrimaryContainer": { "shape": "Sip" }, "Containers": { "shape": "Siy" }, "InferenceExecutionConfig": { "shape": "Siz" }, "ExecutionRoleArn": {}, "Tags": { "shape": "S7" }, "VpcConfig": { "shape": "S5o" }, "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": "Sj3" }, "ModelBiasAppSpecification": { "shape": "Sj4" }, "ModelBiasJobInput": { "shape": "Sj5" }, "ModelBiasJobOutputConfig": { "shape": "S81" }, "JobResources": { "shape": "S87" }, "NetworkConfig": { "shape": "S8c" }, "RoleArn": {}, "StoppingCondition": { "shape": "S8d" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateModelCard": { "input": { "type": "structure", "required": [ "ModelCardName", "Content", "ModelCardStatus" ], "members": { "ModelCardName": {}, "SecurityConfig": { "shape": "Sj9" }, "Content": { "shape": "Sja" }, "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": "Sjf" } } }, "output": { "type": "structure", "required": [ "ModelCardExportJobArn" ], "members": { "ModelCardExportJobArn": {} } } }, "CreateModelExplainabilityJobDefinition": { "input": { "type": "structure", "required": [ "JobDefinitionName", "ModelExplainabilityAppSpecification", "ModelExplainabilityJobInput", "ModelExplainabilityJobOutputConfig", "JobResources", "RoleArn" ], "members": { "JobDefinitionName": {}, "ModelExplainabilityBaselineConfig": { "shape": "Sjj" }, "ModelExplainabilityAppSpecification": { "shape": "Sjk" }, "ModelExplainabilityJobInput": { "shape": "Sjl" }, "ModelExplainabilityJobOutputConfig": { "shape": "S81" }, "JobResources": { "shape": "S87" }, "NetworkConfig": { "shape": "S8c" }, "RoleArn": {}, "StoppingCondition": { "shape": "S8d" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateModelPackage": { "input": { "type": "structure", "members": { "ModelPackageName": {}, "ModelPackageGroupName": {}, "ModelPackageDescription": {}, "InferenceSpecification": { "shape": "Sr" }, "ValidationSpecification": { "shape": "Sjo" }, "SourceAlgorithmSpecification": { "shape": "Sjr" }, "CertifyForMarketplace": { "type": "boolean" }, "Tags": { "shape": "S7" }, "ModelApprovalStatus": {}, "MetadataProperties": { "shape": "S1q" }, "ModelMetrics": { "shape": "Sju" }, "ClientToken": { "idempotencyToken": true }, "CustomerMetadataProperties": { "shape": "Sk1" }, "DriftCheckBaselines": { "shape": "Sk4" }, "Domain": {}, "Task": {}, "SamplePayloadUrl": {}, "AdditionalInferenceSpecifications": { "shape": "Ska" } } }, "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": "Skh" }, "ModelQualityAppSpecification": { "shape": "Ski" }, "ModelQualityJobInput": { "shape": "Skk" }, "ModelQualityJobOutputConfig": { "shape": "S81" }, "JobResources": { "shape": "S87" }, "NetworkConfig": { "shape": "S8c" }, "RoleArn": {}, "StoppingCondition": { "shape": "S8d" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateMonitoringSchedule": { "input": { "type": "structure", "required": [ "MonitoringScheduleName", "MonitoringScheduleConfig" ], "members": { "MonitoringScheduleName": {}, "MonitoringScheduleConfig": { "shape": "Sko" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "MonitoringScheduleArn" ], "members": { "MonitoringScheduleArn": {} } } }, "CreateNotebookInstance": { "input": { "type": "structure", "required": [ "NotebookInstanceName", "InstanceType", "RoleArn" ], "members": { "NotebookInstanceName": {}, "InstanceType": {}, "SubnetId": {}, "SecurityGroupIds": { "shape": "S8q" }, "RoleArn": {}, "KmsKeyId": {}, "Tags": { "shape": "S7" }, "LifecycleConfigName": {}, "DirectInternetAccess": {}, "VolumeSizeInGB": { "type": "integer" }, "AcceleratorTypes": { "shape": "Sl5" }, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { "shape": "Sl8" }, "RootAccess": {}, "PlatformIdentifier": {}, "InstanceMetadataServiceConfiguration": { "shape": "Slb" } } }, "output": { "type": "structure", "members": { "NotebookInstanceArn": {} } } }, "CreateNotebookInstanceLifecycleConfig": { "input": { "type": "structure", "required": [ "NotebookInstanceLifecycleConfigName" ], "members": { "NotebookInstanceLifecycleConfigName": {}, "OnCreate": { "shape": "Slg" }, "OnStart": { "shape": "Slg" } } }, "output": { "type": "structure", "members": { "NotebookInstanceLifecycleConfigArn": {} } } }, "CreatePipeline": { "input": { "type": "structure", "required": [ "PipelineName", "ClientRequestToken", "RoleArn" ], "members": { "PipelineName": {}, "PipelineDisplayName": {}, "PipelineDefinition": {}, "PipelineDefinitionS3Location": { "shape": "Slo" }, "PipelineDescription": {}, "ClientRequestToken": { "idempotencyToken": true }, "RoleArn": {}, "Tags": { "shape": "S7" }, "ParallelismConfiguration": { "shape": "Slu" } } }, "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": "Sm7" }, "ProcessingOutputConfig": { "shape": "Smu" }, "ProcessingJobName": {}, "ProcessingResources": { "shape": "Smz" }, "StoppingCondition": { "shape": "Sn1" }, "AppSpecification": { "shape": "Sn3" }, "Environment": { "shape": "Sn5" }, "NetworkConfig": { "shape": "Skw" }, "RoleArn": {}, "Tags": { "shape": "S7" }, "ExperimentConfig": { "shape": "Sn6" } } }, "output": { "type": "structure", "required": [ "ProcessingJobArn" ], "members": { "ProcessingJobArn": {} } } }, "CreateProject": { "input": { "type": "structure", "required": [ "ProjectName", "ServiceCatalogProvisioningDetails" ], "members": { "ProjectName": {}, "ProjectDescription": {}, "ServiceCatalogProvisioningDetails": { "shape": "Snb" }, "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": "Snl" } } }, "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": "S2t" }, "AlgorithmSpecification": { "shape": "Snv" }, "RoleArn": {}, "InputDataConfig": { "shape": "S2v" }, "OutputDataConfig": { "shape": "S3e" }, "ResourceConfig": { "shape": "S3g" }, "VpcConfig": { "shape": "S5o" }, "StoppingCondition": { "shape": "S3m" }, "Tags": { "shape": "S7" }, "EnableNetworkIsolation": { "type": "boolean" }, "EnableInterContainerTrafficEncryption": { "type": "boolean" }, "EnableManagedSpotTraining": { "type": "boolean" }, "CheckpointConfig": { "shape": "Sf0" }, "DebugHookConfig": { "shape": "So4" }, "DebugRuleConfigurations": { "shape": "Soc" }, "TensorBoardOutputConfig": { "shape": "Sog" }, "ExperimentConfig": { "shape": "Sn6" }, "ProfilerConfig": { "shape": "Soh" }, "ProfilerRuleConfigurations": { "shape": "Sol" }, "Environment": { "shape": "Son" }, "RetryStrategy": { "shape": "Sf1" } } }, "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": "Sou" }, "MaxPayloadInMB": { "type": "integer" }, "BatchStrategy": {}, "Environment": { "shape": "S3t" }, "TransformInput": { "shape": "S3w" }, "TransformOutput": { "shape": "S40" }, "DataCaptureConfig": { "shape": "Sox" }, "TransformResources": { "shape": "S43" }, "DataProcessing": { "shape": "Soy" }, "Tags": { "shape": "S7" }, "ExperimentConfig": { "shape": "Sn6" } } }, "output": { "type": "structure", "required": [ "TransformJobArn" ], "members": { "TransformJobArn": {} } } }, "CreateTrial": { "input": { "type": "structure", "required": [ "TrialName", "ExperimentName" ], "members": { "TrialName": {}, "DisplayName": {}, "ExperimentName": {}, "MetadataProperties": { "shape": "S1q" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "members": { "TrialArn": {} } } }, "CreateTrialComponent": { "input": { "type": "structure", "required": [ "TrialComponentName" ], "members": { "TrialComponentName": {}, "DisplayName": {}, "Status": { "shape": "Sp6" }, "StartTime": { "type": "timestamp" }, "EndTime": { "type": "timestamp" }, "Parameters": { "shape": "Sp9" }, "InputArtifacts": { "shape": "Spd" }, "OutputArtifacts": { "shape": "Spd" }, "MetadataProperties": { "shape": "S1q" }, "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": "S8p" } } }, "output": { "type": "structure", "members": { "UserProfileArn": {} } } }, "CreateWorkforce": { "input": { "type": "structure", "required": [ "WorkforceName" ], "members": { "CognitoConfig": { "shape": "Spo" }, "OidcConfig": { "shape": "Spr" }, "SourceIpConfig": { "shape": "Spu" }, "WorkforceName": {}, "Tags": { "shape": "S7" }, "WorkforceVpcConfig": { "shape": "Spy" } } }, "output": { "type": "structure", "required": [ "WorkforceArn" ], "members": { "WorkforceArn": {} } } }, "CreateWorkteam": { "input": { "type": "structure", "required": [ "WorkteamName", "MemberDefinitions", "Description" ], "members": { "WorkteamName": {}, "WorkforceName": {}, "MemberDefinitions": { "shape": "Sq8" }, "Description": {}, "NotificationConfiguration": { "shape": "Sqg" }, "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": "S4z" } } }, "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": {} } } } } }, "DeleteEdgeDeploymentPlan": { "input": { "type": "structure", "required": [ "EdgeDeplo