UNPKG

@alma-cdk/cross-region-parameter

Version:

Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK

2,269 lines (2,268 loc) 345 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", "UserProfileName", "AppType", "AppName" ], "members": { "DomainId": {}, "UserProfileName": {}, "AppType": {}, "AppName": {}, "Tags": { "shape": "S7" }, "ResourceSpec": { "shape": "S4d" } } }, "output": { "type": "structure", "members": { "AppArn": {} } } }, "CreateAppImageConfig": { "input": { "type": "structure", "required": [ "AppImageConfigName" ], "members": { "AppImageConfigName": {}, "Tags": { "shape": "S7" }, "KernelGatewayImageConfig": { "shape": "S4m" } } }, "output": { "type": "structure", "members": { "AppImageConfigArn": {} } } }, "CreateArtifact": { "input": { "type": "structure", "required": [ "Source", "ArtifactType" ], "members": { "ArtifactName": {}, "Source": { "shape": "S4y" }, "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": "S56" }, "OutputDataConfig": { "shape": "S5d" }, "ProblemType": {}, "AutoMLJobObjective": { "shape": "S5f" }, "AutoMLJobConfig": { "shape": "S5h" }, "RoleArn": {}, "GenerateCandidateDefinitionsOnly": { "type": "boolean" }, "Tags": { "shape": "S7" }, "ModelDeployConfig": { "shape": "S5x" } } }, "output": { "type": "structure", "required": [ "AutoMLJobArn" ], "members": { "AutoMLJobArn": {} } } }, "CreateCodeRepository": { "input": { "type": "structure", "required": [ "CodeRepositoryName", "GitConfig" ], "members": { "CodeRepositoryName": {}, "GitConfig": { "shape": "S63" }, "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": "S6a" }, "OutputConfig": { "shape": "S6d" }, "VpcConfig": { "shape": "S6k" }, "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": "S6s" }, "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": "S6x" }, "DataQualityAppSpecification": { "shape": "S71" }, "DataQualityJobInput": { "shape": "S7a" }, "DataQualityJobOutputConfig": { "shape": "S7n" }, "JobResources": { "shape": "S7t" }, "NetworkConfig": { "shape": "S7y" }, "RoleArn": {}, "StoppingCondition": { "shape": "S7z" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateDeviceFleet": { "input": { "type": "structure", "required": [ "DeviceFleetName", "OutputConfig" ], "members": { "DeviceFleetName": {}, "RoleArn": {}, "Description": {}, "OutputConfig": { "shape": "S85" }, "Tags": { "shape": "S7" }, "EnableIotRoleAlias": { "type": "boolean" } } } }, "CreateDomain": { "input": { "type": "structure", "required": [ "DomainName", "AuthMode", "DefaultUserSettings", "SubnetIds", "VpcId" ], "members": { "DomainName": {}, "AuthMode": {}, "DefaultUserSettings": { "shape": "S8b" }, "SubnetIds": { "shape": "S5q" }, "VpcId": {}, "Tags": { "shape": "S7" }, "AppNetworkAccessType": {}, "HomeEfsFileSystemKmsKeyId": { "deprecated": true, "deprecatedMessage": "This property is deprecated, use KmsKeyId instead." }, "KmsKeyId": {}, "AppSecurityGroupManagement": {}, "DomainSettings": { "shape": "S8x" } } }, "output": { "type": "structure", "members": { "DomainArn": {}, "Url": {} } } }, "CreateEdgeDeploymentPlan": { "input": { "type": "structure", "required": [ "EdgeDeploymentPlanName", "ModelConfigs", "DeviceFleetName" ], "members": { "EdgeDeploymentPlanName": {}, "ModelConfigs": { "shape": "S95" }, "DeviceFleetName": {}, "Stages": { "shape": "S97" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "EdgeDeploymentPlanArn" ], "members": { "EdgeDeploymentPlanArn": {} } } }, "CreateEdgeDeploymentStage": { "input": { "type": "structure", "required": [ "EdgeDeploymentPlanName", "Stages" ], "members": { "EdgeDeploymentPlanName": {}, "Stages": { "shape": "S97" } } } }, "CreateEdgePackagingJob": { "input": { "type": "structure", "required": [ "EdgePackagingJobName", "CompilationJobName", "ModelName", "ModelVersion", "RoleArn", "OutputConfig" ], "members": { "EdgePackagingJobName": {}, "CompilationJobName": {}, "ModelName": {}, "ModelVersion": {}, "RoleArn": {}, "OutputConfig": { "shape": "S85" }, "ResourceKey": {}, "Tags": { "shape": "S7" } } } }, "CreateEndpoint": { "input": { "type": "structure", "required": [ "EndpointName", "EndpointConfigName" ], "members": { "EndpointName": {}, "EndpointConfigName": {}, "DeploymentConfig": { "shape": "S9n" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "EndpointArn" ], "members": { "EndpointArn": {} } } }, "CreateEndpointConfig": { "input": { "type": "structure", "required": [ "EndpointConfigName", "ProductionVariants" ], "members": { "EndpointConfigName": {}, "ProductionVariants": { "shape": "Sa4" }, "DataCaptureConfig": { "shape": "Sai" }, "Tags": { "shape": "S7" }, "KmsKeyId": {}, "AsyncInferenceConfig": { "shape": "Sat" }, "ExplainerConfig": { "shape": "Saz" } } }, "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": "Sby" }, "OnlineStoreConfig": { "shape": "Sc1" }, "OfflineStoreConfig": { "shape": "Sc3" }, "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": "Sce" }, "HumanLoopActivationConfig": { "shape": "Scg" }, "HumanLoopConfig": { "shape": "Scj" }, "OutputConfig": { "shape": "Scy" }, "RoleArn": {}, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "FlowDefinitionArn" ], "members": { "FlowDefinitionArn": {} } } }, "CreateHumanTaskUi": { "input": { "type": "structure", "required": [ "HumanTaskUiName", "UiTemplate" ], "members": { "HumanTaskUiName": {}, "UiTemplate": { "shape": "Sd3" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "HumanTaskUiArn" ], "members": { "HumanTaskUiArn": {} } } }, "CreateHyperParameterTuningJob": { "input": { "type": "structure", "required": [ "HyperParameterTuningJobName", "HyperParameterTuningJobConfig" ], "members": { "HyperParameterTuningJobName": {}, "HyperParameterTuningJobConfig": { "shape": "Sd8" }, "TrainingJobDefinition": { "shape": "Sdt" }, "TrainingJobDefinitions": { "shape": "Se6" }, "WarmStartConfig": { "shape": "Se7" }, "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": {} } }, "output": { "type": "structure", "members": { "ImageVersionArn": {} } } }, "CreateInferenceRecommendationsJob": { "input": { "type": "structure", "required": [ "JobName", "JobType", "RoleArn", "InputConfig" ], "members": { "JobName": {}, "JobType": {}, "RoleArn": {}, "InputConfig": { "shape": "Seo" }, "JobDescription": {}, "StoppingConditions": { "shape": "Sfg" }, "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": "Sfr" }, "OutputConfig": { "shape": "Sfy" }, "RoleArn": {}, "LabelCategoryConfigS3Uri": {}, "StoppingConditions": { "shape": "Sfz" }, "LabelingJobAlgorithmsConfig": { "shape": "Sg2" }, "HumanTaskConfig": { "shape": "Sg6" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "LabelingJobArn" ], "members": { "LabelingJobArn": {} } } }, "CreateModel": { "input": { "type": "structure", "required": [ "ModelName", "ExecutionRoleArn" ], "members": { "ModelName": {}, "PrimaryContainer": { "shape": "Sgl" }, "Containers": { "shape": "Sgu" }, "InferenceExecutionConfig": { "shape": "Sgv" }, "ExecutionRoleArn": {}, "Tags": { "shape": "S7" }, "VpcConfig": { "shape": "S5n" }, "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": "Sgz" }, "ModelBiasAppSpecification": { "shape": "Sh0" }, "ModelBiasJobInput": { "shape": "Sh1" }, "ModelBiasJobOutputConfig": { "shape": "S7n" }, "JobResources": { "shape": "S7t" }, "NetworkConfig": { "shape": "S7y" }, "RoleArn": {}, "StoppingCondition": { "shape": "S7z" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateModelExplainabilityJobDefinition": { "input": { "type": "structure", "required": [ "JobDefinitionName", "ModelExplainabilityAppSpecification", "ModelExplainabilityJobInput", "ModelExplainabilityJobOutputConfig", "JobResources", "RoleArn" ], "members": { "JobDefinitionName": {}, "ModelExplainabilityBaselineConfig": { "shape": "Sh5" }, "ModelExplainabilityAppSpecification": { "shape": "Sh6" }, "ModelExplainabilityJobInput": { "shape": "Sh7" }, "ModelExplainabilityJobOutputConfig": { "shape": "S7n" }, "JobResources": { "shape": "S7t" }, "NetworkConfig": { "shape": "S7y" }, "RoleArn": {}, "StoppingCondition": { "shape": "S7z" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateModelPackage": { "input": { "type": "structure", "members": { "ModelPackageName": {}, "ModelPackageGroupName": {}, "ModelPackageDescription": {}, "InferenceSpecification": { "shape": "Sr" }, "ValidationSpecification": { "shape": "Sha" }, "SourceAlgorithmSpecification": { "shape": "Shd" }, "CertifyForMarketplace": { "type": "boolean" }, "Tags": { "shape": "S7" }, "ModelApprovalStatus": {}, "MetadataProperties": { "shape": "S1q" }, "ModelMetrics": { "shape": "Shg" }, "ClientToken": { "idempotencyToken": true }, "CustomerMetadataProperties": { "shape": "Shn" }, "DriftCheckBaselines": { "shape": "Shq" }, "Domain": {}, "Task": {}, "SamplePayloadUrl": {}, "AdditionalInferenceSpecifications": { "shape": "Shw" } } }, "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": "Si3" }, "ModelQualityAppSpecification": { "shape": "Si4" }, "ModelQualityJobInput": { "shape": "Si6" }, "ModelQualityJobOutputConfig": { "shape": "S7n" }, "JobResources": { "shape": "S7t" }, "NetworkConfig": { "shape": "S7y" }, "RoleArn": {}, "StoppingCondition": { "shape": "S7z" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateMonitoringSchedule": { "input": { "type": "structure", "required": [ "MonitoringScheduleName", "MonitoringScheduleConfig" ], "members": { "MonitoringScheduleName": {}, "MonitoringScheduleConfig": { "shape": "Sia" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "MonitoringScheduleArn" ], "members": { "MonitoringScheduleArn": {} } } }, "CreateNotebookInstance": { "input": { "type": "structure", "required": [ "NotebookInstanceName", "InstanceType", "RoleArn" ], "members": { "NotebookInstanceName": {}, "InstanceType": {}, "SubnetId": {}, "SecurityGroupIds": { "shape": "S8c" }, "RoleArn": {}, "KmsKeyId": {}, "Tags": { "shape": "S7" }, "LifecycleConfigName": {}, "DirectInternetAccess": {}, "VolumeSizeInGB": { "type": "integer" }, "AcceleratorTypes": { "shape": "Sis" }, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { "shape": "Siv" }, "RootAccess": {}, "PlatformIdentifier": {}, "InstanceMetadataServiceConfiguration": { "shape": "Siy" } } }, "output": { "type": "structure", "members": { "NotebookInstanceArn": {} } } }, "CreateNotebookInstanceLifecycleConfig": { "input": { "type": "structure", "required": [ "NotebookInstanceLifecycleConfigName" ], "members": { "NotebookInstanceLifecycleConfigName": {}, "OnCreate": { "shape": "Sj3" }, "OnStart": { "shape": "Sj3" } } }, "output": { "type": "structure", "members": { "NotebookInstanceLifecycleConfigArn": {} } } }, "CreatePipeline": { "input": { "type": "structure", "required": [ "PipelineName", "ClientRequestToken", "RoleArn" ], "members": { "PipelineName": {}, "PipelineDisplayName": {}, "PipelineDefinition": {}, "PipelineDefinitionS3Location": { "shape": "Sjb" }, "PipelineDescription": {}, "ClientRequestToken": { "idempotencyToken": true }, "RoleArn": {}, "Tags": { "shape": "S7" }, "ParallelismConfiguration": { "shape": "Sjh" } } }, "output": { "type": "structure", "members": { "PipelineArn": {} } } }, "CreatePresignedDomainUrl": { "input": { "type": "structure", "required": [ "DomainId", "UserProfileName" ], "members": { "DomainId": {}, "UserProfileName": {}, "SessionExpirationDurationInSeconds": { "type": "integer" }, "ExpiresInSeconds": { "type": "integer" } } }, "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": "Sju" }, "ProcessingOutputConfig": { "shape": "Skh" }, "ProcessingJobName": {}, "ProcessingResources": { "shape": "Skm" }, "StoppingCondition": { "shape": "Sko" }, "AppSpecification": { "shape": "Skq" }, "Environment": { "shape": "Sks" }, "NetworkConfig": { "shape": "Sii" }, "RoleArn": {}, "Tags": { "shape": "S7" }, "ExperimentConfig": { "shape": "Skt" } } }, "output": { "type": "structure", "required": [ "ProcessingJobArn" ], "members": { "ProcessingJobArn": {} } } }, "CreateProject": { "input": { "type": "structure", "required": [ "ProjectName", "ServiceCatalogProvisioningDetails" ], "members": { "ProjectName": {}, "ProjectDescription": {}, "ServiceCatalogProvisioningDetails": { "shape": "Sky" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "ProjectArn", "ProjectId" ], "members": { "ProjectArn": {}, "ProjectId": {} } } }, "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": "Sle" }, "RoleArn": {}, "InputDataConfig": { "shape": "S2v" }, "OutputDataConfig": { "shape": "S3e" }, "ResourceConfig": { "shape": "S3g" }, "VpcConfig": { "shape": "S5n" }, "StoppingCondition": { "shape": "S3m" }, "Tags": { "shape": "S7" }, "EnableNetworkIsolation": { "type": "boolean" }, "EnableInterContainerTrafficEncryption": { "type": "boolean" }, "EnableManagedSpotTraining": { "type": "boolean" }, "CheckpointConfig": { "shape": "Sdy" }, "DebugHookConfig": { "shape": "Slj" }, "DebugRuleConfigurations": { "shape": "Slr" }, "TensorBoardOutputConfig": { "shape": "Slv" }, "ExperimentConfig": { "shape": "Skt" }, "ProfilerConfig": { "shape": "Slw" }, "ProfilerRuleConfigurations": { "shape": "Slz" }, "Environment": { "shape": "Sm1" }, "RetryStrategy": { "shape": "Sdz" } } }, "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": "Sm8" }, "MaxPayloadInMB": { "type": "integer" }, "BatchStrategy": {}, "Environment": { "shape": "S3t" }, "TransformInput": { "shape": "S3w" }, "TransformOutput": { "shape": "S40" }, "DataCaptureConfig": { "shape": "Smb" }, "TransformResources": { "shape": "S43" }, "DataProcessing": { "shape": "Smc" }, "Tags": { "shape": "S7" }, "ExperimentConfig": { "shape": "Skt" } } }, "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": "Smk" }, "StartTime": { "type": "timestamp" }, "EndTime": { "type": "timestamp" }, "Parameters": { "shape": "Smo" }, "InputArtifacts": { "shape": "Sms" }, "OutputArtifacts": { "shape": "Sms" }, "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": "S8b" } } }, "output": { "type": "structure", "members": { "UserProfileArn": {} } } }, "CreateWorkforce": { "input": { "type": "structure", "required": [ "WorkforceName" ], "members": { "CognitoConfig": { "shape": "Sn3" }, "OidcConfig": { "shape": "Sn6" }, "SourceIpConfig": { "shape": "Sn9" }, "WorkforceName": {}, "Tags": { "shape": "S7" }, "WorkforceVpcConfig": { "shape": "Snd" } } }, "output": { "type": "structure", "required": [ "WorkforceArn" ], "members": { "WorkforceArn": {} } } }, "CreateWorkteam": { "input": { "type": "structure", "required": [ "WorkteamName", "MemberDefinitions", "Description" ], "members": { "WorkteamName": {}, "WorkforceName": {}, "MemberDefinitions": { "shape": "Snn" }, "Description": {}, "NotificationConfiguration": { "shape": "Snv" }, "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", "UserProfileName", "AppType", "AppName" ], "members": { "DomainId": {}, "UserProfileName": {}, "AppType": {}, "AppName": {} } } }, "DeleteAppImageConfig": { "input": { "type": "structure", "required": [ "AppImageConfigName" ], "members": { "AppImageConfigName": {} } } }, "DeleteArtifact": { "input": { "type": "structure", "members": { "ArtifactArn": {}, "Source": { "shape": "S4y" } } }, "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": [ "EdgeDeploymentPlanName" ], "members": { "EdgeDeploymentPlanName": {} } } }, "DeleteEdgeDeploymentStage": { "input": { "type": "structure", "required": [ "EdgeDeploymentPlanName", "StageName" ], "members": { "EdgeDeploymentPlanName": {}, "StageName": {} } } }, "DeleteEndpoint": { "input": { "type": "structure", "required": [ "EndpointName" ], "members": { "EndpointName": {} } } }, "DeleteEndpointConfig": { "input": { "type": "structure", "required": [ "EndpointConfigName" ], "members": { "EndpointConfigName": {} } } }, "DeleteExperiment": { "input": { "type": "structure", "required": [ "ExperimentName" ], "members": { "ExperimentName": {} } }, "output": { "type": "structure", "members": { "ExperimentArn": {} } } }, "DeleteFeatureGroup": { "input": { "type": "structure", "required": [ "FeatureGroupName" ], "members": { "FeatureGroupName": {} } } }, "DeleteFlowDefinition": { "input": { "type": "structure", "required": [ "FlowDefinitionName" ], "members": { "FlowDefinitionName": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteHumanTaskUi": { "input": { "type": "structure", "required": [ "HumanTaskUiName" ], "members": { "HumanTaskUiName": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteImage": { "input": { "type": "structure", "required": [ "ImageName" ], "members": { "ImageName": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteImageVersion": { "input": { "type": "structure", "required": [ "ImageName", "Version" ], "members": { "ImageName": {}, "Version": { "type": "integer" } } }, "output": { "type": "structure", "members": {} } }, "DeleteModel": { "input": { "type": "structure", "required": [ "ModelName" ], "members": { "ModelName": {} } } }, "DeleteModelBiasJobDefinition": { "input": { "type": "structure", "required": [ "JobDefinitionName" ], "members": { "JobDefinitionName": {} } } }, "DeleteModelExplainabilityJobDefinition": { "input": { "type": "structure", "required": [ "JobDefinitionName" ], "members": { "JobDefinitionName": {} } } }, "DeleteModelPackage": { "input": { "type": "structure", "required": [ "ModelPackageName" ], "members": { "ModelPackageName": {} } } }, "DeleteModelPackageGroup": { "input": { "type": "structure", "required": [ "ModelPackageGroupName" ], "members": { "ModelPackageGroupName": {} } } }, "DeleteModelPackageGroupPolicy": { "input": { "type": "structure", "required": [ "ModelPackageGroupName" ], "members": { "ModelPackageGroupName": {} } } }, "DeleteModelQualityJobDefinition": { "input": { "type": "structure", "required": [ "JobDefinitionName" ], "members": { "JobDefinitionName": {} } } }, "DeleteMonitoringSchedule": { "input": { "type": "structure", "required": [ "MonitoringScheduleName" ], "members": { "MonitoringScheduleName": {} } } }, "DeleteNotebookInstance": { "input": { "type": "structure", "required": [ "NotebookInstanceName" ], "members": { "NotebookInstanceName": {} } } }, "DeleteNotebookInstanceLifecycleConfig": { "input": { "type": "structure", "required": [ "NotebookInstanceLifecycleConfigName" ], "members": { "NotebookInstanceLifecycleConfigName": {} } } }, "DeletePipeline": { "input": { "type": "structure", "required": [ "PipelineName",