{
  "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": {}
        }
      }
    },
    "CreateAction": {
      "input": {
        "type": "structure",
        "required": [
          "ActionName",
          "Source",
          "ActionType"
        ],
        "members": {
          "ActionName": {},
          "Source": {
            "shape": "Si"
          },
          "ActionType": {},
          "Description": {},
          "Status": {},
          "Properties": {
            "shape": "Sn"
          },
          "MetadataProperties": {
            "shape": "Sp"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ActionArn": {}
        }
      }
    },
    "CreateAlgorithm": {
      "input": {
        "type": "structure",
        "required": [
          "AlgorithmName",
          "TrainingSpecification"
        ],
        "members": {
          "AlgorithmName": {},
          "AlgorithmDescription": {},
          "TrainingSpecification": {
            "shape": "Sw"
          },
          "InferenceSpecification": {
            "shape": "S1t"
          },
          "ValidationSpecification": {
            "shape": "S28"
          },
          "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": "S3s"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "AppArn": {}
        }
      }
    },
    "CreateAppImageConfig": {
      "input": {
        "type": "structure",
        "required": [
          "AppImageConfigName"
        ],
        "members": {
          "AppImageConfigName": {},
          "Tags": {
            "shape": "S7"
          },
          "KernelGatewayImageConfig": {
            "shape": "S41"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "AppImageConfigArn": {}
        }
      }
    },
    "CreateArtifact": {
      "input": {
        "type": "structure",
        "required": [
          "Source",
          "ArtifactType"
        ],
        "members": {
          "ArtifactName": {},
          "Source": {
            "shape": "S4d"
          },
          "ArtifactType": {},
          "Properties": {
            "shape": "Sn"
          },
          "MetadataProperties": {
            "shape": "Sp"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ArtifactArn": {}
        }
      }
    },
    "CreateAutoMLJob": {
      "input": {
        "type": "structure",
        "required": [
          "AutoMLJobName",
          "InputDataConfig",
          "OutputDataConfig",
          "RoleArn"
        ],
        "members": {
          "AutoMLJobName": {},
          "InputDataConfig": {
            "shape": "S4l"
          },
          "OutputDataConfig": {
            "shape": "S4r"
          },
          "ProblemType": {},
          "AutoMLJobObjective": {
            "shape": "S4t"
          },
          "AutoMLJobConfig": {
            "shape": "S4v"
          },
          "RoleArn": {},
          "GenerateCandidateDefinitionsOnly": {
            "type": "boolean"
          },
          "Tags": {
            "shape": "S7"
          },
          "ModelDeployConfig": {
            "shape": "S57"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "AutoMLJobArn"
        ],
        "members": {
          "AutoMLJobArn": {}
        }
      }
    },
    "CreateCodeRepository": {
      "input": {
        "type": "structure",
        "required": [
          "CodeRepositoryName",
          "GitConfig"
        ],
        "members": {
          "CodeRepositoryName": {},
          "GitConfig": {
            "shape": "S5d"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "CodeRepositoryArn"
        ],
        "members": {
          "CodeRepositoryArn": {}
        }
      }
    },
    "CreateCompilationJob": {
      "input": {
        "type": "structure",
        "required": [
          "CompilationJobName",
          "RoleArn",
          "InputConfig",
          "OutputConfig",
          "StoppingCondition"
        ],
        "members": {
          "CompilationJobName": {},
          "RoleArn": {},
          "InputConfig": {
            "shape": "S5k"
          },
          "OutputConfig": {
            "shape": "S5o"
          },
          "VpcConfig": {
            "shape": "S5v"
          },
          "StoppingCondition": {
            "shape": "S31"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "CompilationJobArn"
        ],
        "members": {
          "CompilationJobArn": {}
        }
      }
    },
    "CreateContext": {
      "input": {
        "type": "structure",
        "required": [
          "ContextName",
          "Source",
          "ContextType"
        ],
        "members": {
          "ContextName": {},
          "Source": {
            "shape": "S63"
          },
          "ContextType": {},
          "Description": {},
          "Properties": {
            "shape": "Sn"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ContextArn": {}
        }
      }
    },
    "CreateDataQualityJobDefinition": {
      "input": {
        "type": "structure",
        "required": [
          "JobDefinitionName",
          "DataQualityAppSpecification",
          "DataQualityJobInput",
          "DataQualityJobOutputConfig",
          "JobResources",
          "RoleArn"
        ],
        "members": {
          "JobDefinitionName": {},
          "DataQualityBaselineConfig": {
            "shape": "S68"
          },
          "DataQualityAppSpecification": {
            "shape": "S6c"
          },
          "DataQualityJobInput": {
            "shape": "S6l"
          },
          "DataQualityJobOutputConfig": {
            "shape": "S6t"
          },
          "JobResources": {
            "shape": "S6z"
          },
          "NetworkConfig": {
            "shape": "S74"
          },
          "RoleArn": {},
          "StoppingCondition": {
            "shape": "S75"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "JobDefinitionArn"
        ],
        "members": {
          "JobDefinitionArn": {}
        }
      }
    },
    "CreateDeviceFleet": {
      "input": {
        "type": "structure",
        "required": [
          "DeviceFleetName",
          "OutputConfig"
        ],
        "members": {
          "DeviceFleetName": {},
          "RoleArn": {},
          "Description": {},
          "OutputConfig": {
            "shape": "S7b"
          },
          "Tags": {
            "shape": "S7"
          },
          "EnableIotRoleAlias": {
            "type": "boolean"
          }
        }
      }
    },
    "CreateDomain": {
      "input": {
        "type": "structure",
        "required": [
          "DomainName",
          "AuthMode",
          "DefaultUserSettings",
          "SubnetIds",
          "VpcId"
        ],
        "members": {
          "DomainName": {},
          "AuthMode": {},
          "DefaultUserSettings": {
            "shape": "S7h"
          },
          "SubnetIds": {
            "shape": "S54"
          },
          "VpcId": {},
          "Tags": {
            "shape": "S7"
          },
          "AppNetworkAccessType": {},
          "HomeEfsFileSystemKmsKeyId": {
            "deprecated": true,
            "deprecatedMessage": "This property is deprecated, use KmsKeyId instead."
          },
          "KmsKeyId": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "DomainArn": {},
          "Url": {}
        }
      }
    },
    "CreateEdgePackagingJob": {
      "input": {
        "type": "structure",
        "required": [
          "EdgePackagingJobName",
          "CompilationJobName",
          "ModelName",
          "ModelVersion",
          "RoleArn",
          "OutputConfig"
        ],
        "members": {
          "EdgePackagingJobName": {},
          "CompilationJobName": {},
          "ModelName": {},
          "ModelVersion": {},
          "RoleArn": {},
          "OutputConfig": {
            "shape": "S7b"
          },
          "ResourceKey": {},
          "Tags": {
            "shape": "S7"
          }
        }
      }
    },
    "CreateEndpoint": {
      "input": {
        "type": "structure",
        "required": [
          "EndpointName",
          "EndpointConfigName"
        ],
        "members": {
          "EndpointName": {},
          "EndpointConfigName": {},
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "EndpointArn"
        ],
        "members": {
          "EndpointArn": {}
        }
      }
    },
    "CreateEndpointConfig": {
      "input": {
        "type": "structure",
        "required": [
          "EndpointConfigName",
          "ProductionVariants"
        ],
        "members": {
          "EndpointConfigName": {},
          "ProductionVariants": {
            "shape": "S85"
          },
          "DataCaptureConfig": {
            "shape": "S8e"
          },
          "Tags": {
            "shape": "S7"
          },
          "KmsKeyId": {},
          "AsyncInferenceConfig": {
            "shape": "S8p"
          }
        }
      },
      "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": "S93"
          },
          "OnlineStoreConfig": {
            "shape": "S96"
          },
          "OfflineStoreConfig": {
            "shape": "S98"
          },
          "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": "S9j"
          },
          "HumanLoopActivationConfig": {
            "shape": "S9l"
          },
          "HumanLoopConfig": {
            "shape": "S9o"
          },
          "OutputConfig": {
            "shape": "Sa3"
          },
          "RoleArn": {},
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "FlowDefinitionArn"
        ],
        "members": {
          "FlowDefinitionArn": {}
        }
      }
    },
    "CreateHumanTaskUi": {
      "input": {
        "type": "structure",
        "required": [
          "HumanTaskUiName",
          "UiTemplate"
        ],
        "members": {
          "HumanTaskUiName": {},
          "UiTemplate": {
            "shape": "Sa8"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "HumanTaskUiArn"
        ],
        "members": {
          "HumanTaskUiArn": {}
        }
      }
    },
    "CreateHyperParameterTuningJob": {
      "input": {
        "type": "structure",
        "required": [
          "HyperParameterTuningJobName",
          "HyperParameterTuningJobConfig"
        ],
        "members": {
          "HyperParameterTuningJobName": {},
          "HyperParameterTuningJobConfig": {
            "shape": "Sad"
          },
          "TrainingJobDefinition": {
            "shape": "Sau"
          },
          "TrainingJobDefinitions": {
            "shape": "Sb2"
          },
          "WarmStartConfig": {
            "shape": "Sb3"
          },
          "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": {}
        }
      }
    },
    "CreateLabelingJob": {
      "input": {
        "type": "structure",
        "required": [
          "LabelingJobName",
          "LabelAttributeName",
          "InputConfig",
          "OutputConfig",
          "RoleArn",
          "HumanTaskConfig"
        ],
        "members": {
          "LabelingJobName": {},
          "LabelAttributeName": {},
          "InputConfig": {
            "shape": "Sbk"
          },
          "OutputConfig": {
            "shape": "Sbr"
          },
          "RoleArn": {},
          "LabelCategoryConfigS3Uri": {},
          "StoppingConditions": {
            "shape": "Sbs"
          },
          "LabelingJobAlgorithmsConfig": {
            "shape": "Sbv"
          },
          "HumanTaskConfig": {
            "shape": "Sbz"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "LabelingJobArn"
        ],
        "members": {
          "LabelingJobArn": {}
        }
      }
    },
    "CreateModel": {
      "input": {
        "type": "structure",
        "required": [
          "ModelName",
          "ExecutionRoleArn"
        ],
        "members": {
          "ModelName": {},
          "PrimaryContainer": {
            "shape": "Sce"
          },
          "Containers": {
            "shape": "Scn"
          },
          "InferenceExecutionConfig": {
            "shape": "Sco"
          },
          "ExecutionRoleArn": {},
          "Tags": {
            "shape": "S7"
          },
          "VpcConfig": {
            "shape": "S51"
          },
          "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": "Scs"
          },
          "ModelBiasAppSpecification": {
            "shape": "Sct"
          },
          "ModelBiasJobInput": {
            "shape": "Scu"
          },
          "ModelBiasJobOutputConfig": {
            "shape": "S6t"
          },
          "JobResources": {
            "shape": "S6z"
          },
          "NetworkConfig": {
            "shape": "S74"
          },
          "RoleArn": {},
          "StoppingCondition": {
            "shape": "S75"
          },
          "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": "Scy"
          },
          "ModelExplainabilityAppSpecification": {
            "shape": "Scz"
          },
          "ModelExplainabilityJobInput": {
            "shape": "Sd0"
          },
          "ModelExplainabilityJobOutputConfig": {
            "shape": "S6t"
          },
          "JobResources": {
            "shape": "S6z"
          },
          "NetworkConfig": {
            "shape": "S74"
          },
          "RoleArn": {},
          "StoppingCondition": {
            "shape": "S75"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "JobDefinitionArn"
        ],
        "members": {
          "JobDefinitionArn": {}
        }
      }
    },
    "CreateModelPackage": {
      "input": {
        "type": "structure",
        "members": {
          "ModelPackageName": {},
          "ModelPackageGroupName": {},
          "ModelPackageDescription": {},
          "InferenceSpecification": {
            "shape": "S1t"
          },
          "ValidationSpecification": {
            "shape": "Sd3"
          },
          "SourceAlgorithmSpecification": {
            "shape": "Sd6"
          },
          "CertifyForMarketplace": {
            "type": "boolean"
          },
          "Tags": {
            "shape": "S7"
          },
          "ModelApprovalStatus": {},
          "MetadataProperties": {
            "shape": "Sp"
          },
          "ModelMetrics": {
            "shape": "Sda"
          },
          "ClientToken": {
            "idempotencyToken": true
          }
        }
      },
      "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": "Sdn"
          },
          "ModelQualityAppSpecification": {
            "shape": "Sdo"
          },
          "ModelQualityJobInput": {
            "shape": "Sdq"
          },
          "ModelQualityJobOutputConfig": {
            "shape": "S6t"
          },
          "JobResources": {
            "shape": "S6z"
          },
          "NetworkConfig": {
            "shape": "S74"
          },
          "RoleArn": {},
          "StoppingCondition": {
            "shape": "S75"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "JobDefinitionArn"
        ],
        "members": {
          "JobDefinitionArn": {}
        }
      }
    },
    "CreateMonitoringSchedule": {
      "input": {
        "type": "structure",
        "required": [
          "MonitoringScheduleName",
          "MonitoringScheduleConfig"
        ],
        "members": {
          "MonitoringScheduleName": {},
          "MonitoringScheduleConfig": {
            "shape": "Sdu"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "MonitoringScheduleArn"
        ],
        "members": {
          "MonitoringScheduleArn": {}
        }
      }
    },
    "CreateNotebookInstance": {
      "input": {
        "type": "structure",
        "required": [
          "NotebookInstanceName",
          "InstanceType",
          "RoleArn"
        ],
        "members": {
          "NotebookInstanceName": {},
          "InstanceType": {},
          "SubnetId": {},
          "SecurityGroupIds": {
            "shape": "S7i"
          },
          "RoleArn": {},
          "KmsKeyId": {},
          "Tags": {
            "shape": "S7"
          },
          "LifecycleConfigName": {},
          "DirectInternetAccess": {},
          "VolumeSizeInGB": {
            "type": "integer"
          },
          "AcceleratorTypes": {
            "shape": "Sec"
          },
          "DefaultCodeRepository": {},
          "AdditionalCodeRepositories": {
            "shape": "Sef"
          },
          "RootAccess": {},
          "PlatformIdentifier": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "NotebookInstanceArn": {}
        }
      }
    },
    "CreateNotebookInstanceLifecycleConfig": {
      "input": {
        "type": "structure",
        "required": [
          "NotebookInstanceLifecycleConfigName"
        ],
        "members": {
          "NotebookInstanceLifecycleConfigName": {},
          "OnCreate": {
            "shape": "Sel"
          },
          "OnStart": {
            "shape": "Sel"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "NotebookInstanceLifecycleConfigArn": {}
        }
      }
    },
    "CreatePipeline": {
      "input": {
        "type": "structure",
        "required": [
          "PipelineName",
          "PipelineDefinition",
          "ClientRequestToken",
          "RoleArn"
        ],
        "members": {
          "PipelineName": {},
          "PipelineDisplayName": {},
          "PipelineDefinition": {},
          "PipelineDescription": {},
          "ClientRequestToken": {
            "idempotencyToken": true
          },
          "RoleArn": {},
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "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": "Sf6"
          },
          "ProcessingOutputConfig": {
            "shape": "Sft"
          },
          "ProcessingJobName": {},
          "ProcessingResources": {
            "shape": "Sfy"
          },
          "StoppingCondition": {
            "shape": "Sg0"
          },
          "AppSpecification": {
            "shape": "Sg2"
          },
          "Environment": {
            "shape": "Sg4"
          },
          "NetworkConfig": {
            "shape": "Se2"
          },
          "RoleArn": {},
          "Tags": {
            "shape": "S7"
          },
          "ExperimentConfig": {
            "shape": "Sg5"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ProcessingJobArn"
        ],
        "members": {
          "ProcessingJobArn": {}
        }
      }
    },
    "CreateProject": {
      "input": {
        "type": "structure",
        "required": [
          "ProjectName",
          "ServiceCatalogProvisioningDetails"
        ],
        "members": {
          "ProjectName": {},
          "ProjectDescription": {},
          "ServiceCatalogProvisioningDetails": {
            "shape": "Sga"
          },
          "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": "S2d"
          },
          "AlgorithmSpecification": {
            "shape": "Sgq"
          },
          "RoleArn": {},
          "InputDataConfig": {
            "shape": "S2f"
          },
          "OutputDataConfig": {
            "shape": "S2w"
          },
          "ResourceConfig": {
            "shape": "S2y"
          },
          "VpcConfig": {
            "shape": "S51"
          },
          "StoppingCondition": {
            "shape": "S31"
          },
          "Tags": {
            "shape": "S7"
          },
          "EnableNetworkIsolation": {
            "type": "boolean"
          },
          "EnableInterContainerTrafficEncryption": {
            "type": "boolean"
          },
          "EnableManagedSpotTraining": {
            "type": "boolean"
          },
          "CheckpointConfig": {
            "shape": "Saz"
          },
          "DebugHookConfig": {
            "shape": "Sgr"
          },
          "DebugRuleConfigurations": {
            "shape": "Sgz"
          },
          "TensorBoardOutputConfig": {
            "shape": "Sh4"
          },
          "ExperimentConfig": {
            "shape": "Sg5"
          },
          "ProfilerConfig": {
            "shape": "Sh5"
          },
          "ProfilerRuleConfigurations": {
            "shape": "Sh8"
          },
          "Environment": {
            "shape": "Sha"
          },
          "RetryStrategy": {
            "shape": "Sb0"
          }
        }
      },
      "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": "Shh"
          },
          "MaxPayloadInMB": {
            "type": "integer"
          },
          "BatchStrategy": {},
          "Environment": {
            "shape": "S38"
          },
          "TransformInput": {
            "shape": "S3b"
          },
          "TransformOutput": {
            "shape": "S3f"
          },
          "TransformResources": {
            "shape": "S3i"
          },
          "DataProcessing": {
            "shape": "Shk"
          },
          "Tags": {
            "shape": "S7"
          },
          "ExperimentConfig": {
            "shape": "Sg5"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "TransformJobArn"
        ],
        "members": {
          "TransformJobArn": {}
        }
      }
    },
    "CreateTrial": {
      "input": {
        "type": "structure",
        "required": [
          "TrialName",
          "ExperimentName"
        ],
        "members": {
          "TrialName": {},
          "DisplayName": {},
          "ExperimentName": {},
          "MetadataProperties": {
            "shape": "Sp"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "TrialArn": {}
        }
      }
    },
    "CreateTrialComponent": {
      "input": {
        "type": "structure",
        "required": [
          "TrialComponentName"
        ],
        "members": {
          "TrialComponentName": {},
          "DisplayName": {},
          "Status": {
            "shape": "Shs"
          },
          "StartTime": {
            "type": "timestamp"
          },
          "EndTime": {
            "type": "timestamp"
          },
          "Parameters": {
            "shape": "Shw"
          },
          "InputArtifacts": {
            "shape": "Si0"
          },
          "OutputArtifacts": {
            "shape": "Si0"
          },
          "MetadataProperties": {
            "shape": "Sp"
          },
          "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": "S7h"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "UserProfileArn": {}
        }
      }
    },
    "CreateWorkforce": {
      "input": {
        "type": "structure",
        "required": [
          "WorkforceName"
        ],
        "members": {
          "CognitoConfig": {
            "shape": "Sib"
          },
          "OidcConfig": {
            "shape": "Sie"
          },
          "SourceIpConfig": {
            "shape": "Sih"
          },
          "WorkforceName": {},
          "Tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "WorkforceArn"
        ],
        "members": {
          "WorkforceArn": {}
        }
      }
    },
    "CreateWorkteam": {
      "input": {
        "type": "structure",
        "required": [
          "WorkteamName",
          "MemberDefinitions",
          "Description"
        ],
        "members": {
          "WorkteamName": {},
          "WorkforceName": {},
          "MemberDefinitions": {
            "shape": "Sip"
          },
          "Description": {},
          "NotificationConfiguration": {
            "shape": "Six"
          },
          "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": "S4d"
          }
        }
      },
      "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": {}
            }
          }
        }
      }
    },
    "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",
          "ClientRequestToken"
        ],
        "members": {
          "PipelineName": {},
          "ClientRequestToken": {
            "idempotencyToken": true
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineArn": {}
        }
      }
    },
    "DeleteProject": {
      "input": {
        "type": "structure",
        "required": [
          "ProjectName"
        ],
        "members": {
          "ProjectName": {}
        }
      }
    },
    "DeleteStudioLifecycleConfig": {
      "input": {
        "type": "structure",
        "required": [
          "StudioLifecycleConfigName"
        ],
        "members": {
          "StudioLifecycleConfigName": {}
        }
      }
    },
    "DeleteTags": {
      "input": {
        "type": "structure",
        "required": [
          "ResourceArn",
          "TagKeys"
        ],
        "members": {
          "ResourceArn": {},
          "TagKeys": {
            "type": "list",
            "member": {}
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      }
    },
    "DeleteTrial": {
      "input": {
        "type": "structure",
        "required": [
          "TrialName"
        ],
        "members": {
          "TrialName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "TrialArn": {}
        }
      }
    },
    "DeleteTrialComponent": {
      "input": {
        "type": "structure",
        "required": [
          "TrialComponentName"
        ],
        "members": {
          "TrialComponentName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "TrialComponentArn": {}
        }
      }
    },
    "DeleteUserProfile": {
      "input": {
        "type": "structure",
        "required": [
          "DomainId",
          "UserProfileName"
        ],
        "members": {
          "DomainId": {},
          "UserProfileName": {}
        }
      }
    },
    "DeleteWorkforce": {
      "input": {
        "type": "structure",
        "required": [
          "WorkforceName"
        ],
        "members": {
          "WorkforceName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      }
    },
    "DeleteWorkteam": {
      "input": {
        "type": "structure",
        "required": [
          "WorkteamName"
        ],
        "members": {
          "WorkteamName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "Success"
        ],
        "members": {
          "Success": {
            "type": "boolean"
          }
        }
      }
    },
    "DeregisterDevices": {
      "input": {
        "type": "structure",
        "required": [
          "DeviceFleetName",
          "DeviceNames"
        ],
        "members": {
          "DeviceFleetName": {},
          "DeviceNames": {
            "type": "list",
            "member": {}
          }
        }
      }
    },
    "DescribeAction": {
      "input": {
        "type": "structure",
        "required": [
          "ActionName"
        ],
        "members": {
          "ActionName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ActionName": {},
          "ActionArn": {},
          "Source": {
            "shape": "Si"
          },
          "ActionType": {},
          "Description": {},
          "Status": {},
          "Properties": {
            "shape": "Sn"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "CreatedBy": {
            "shape": "Skq"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "LastModifiedBy": {
            "shape": "Skq"
          },
          "MetadataProperties": {
            "shape": "Sp"
          }
        }
      }
    },
    "DescribeAlgorithm": {
      "input": {
        "type": "structure",
        "required": [
          "AlgorithmName"
        ],
        "members": {
          "AlgorithmName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "AlgorithmName",
          "AlgorithmArn",
          "CreationTime",
          "TrainingSpecification",
          "AlgorithmStatus",
          "AlgorithmStatusDetails"
        ],
        "members": {
          "AlgorithmName": {},
          "AlgorithmArn": {},
          "AlgorithmDescription": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "TrainingSpecification": {
            "shape": "Sw"
          },
          "InferenceSpecification": {
            "shape": "S1t"
          },
          "ValidationSpecification": {
            "shape": "S28"
          },
          "AlgorithmStatus": {},
          "AlgorithmStatusDetails": {
            "type": "structure",
            "members": {
              "ValidationStatuses": {
                "shape": "Skw"
              },
              "ImageScanStatuses": {
                "shape": "Skw"
              }
            }
          },
          "ProductId": {},
          "CertifyForMarketplace": {
            "type": "boolean"
          }
        }
      }
    },
    "DescribeApp": {
      "input": {
        "type": "structure",
        "required": [
          "DomainId",
          "UserProfileName",
          "AppType",
          "AppName"
        ],
        "members": {
          "DomainId": {},
          "UserProfileName": {},
          "AppType": {},
          "AppName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "AppArn": {},
          "AppType": {},
          "AppName": {},
          "DomainId": {},
          "UserProfileName": {},
          "Status": {},
          "LastHealthCheckTimestamp": {
            "type": "timestamp"
          },
          "LastUserActivityTimestamp": {
            "type": "timestamp"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "FailureReason": {},
          "ResourceSpec": {
            "shape": "S3s"
          }
        }
      }
    },
    "DescribeAppImageConfig": {
      "input": {
        "type": "structure",
        "required": [
          "AppImageConfigName"
        ],
        "members": {
          "AppImageConfigName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "AppImageConfigArn": {},
          "AppImageConfigName": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "KernelGatewayImageConfig": {
            "shape": "S41"
          }
        }
      }
    },
    "DescribeArtifact": {
      "input": {
        "type": "structure",
        "required": [
          "ArtifactArn"
        ],
        "members": {
          "ArtifactArn": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ArtifactName": {},
          "ArtifactArn": {},
          "Source": {
            "shape": "S4d"
          },
          "ArtifactType": {},
          "Properties": {
            "shape": "Sn"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "CreatedBy": {
            "shape": "Skq"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "LastModifiedBy": {
            "shape": "Skq"
          },
          "MetadataProperties": {
            "shape": "Sp"
          }
        }
      }
    },
    "DescribeAutoMLJob": {
      "input": {
        "type": "structure",
        "required": [
          "AutoMLJobName"
        ],
        "members": {
          "AutoMLJobName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "AutoMLJobName",
          "AutoMLJobArn",
          "InputDataConfig",
          "OutputDataConfig",
          "RoleArn",
          "CreationTime",
          "LastModifiedTime",
          "AutoMLJobStatus",
          "AutoMLJobSecondaryStatus"
        ],
        "members": {
          "AutoMLJobName": {},
          "AutoMLJobArn": {},
          "InputDataConfig": {
            "shape": "S4l"
          },
          "OutputDataConfig": {
            "shape": "S4r"
          },
          "RoleArn": {},
          "AutoMLJobObjective": {
            "shape": "S4t"
          },
          "ProblemType": {},
          "AutoMLJobConfig": {
            "shape": "S4v"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "EndTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "FailureReason": {},
          "PartialFailureReasons": {
            "shape": "Sla"
          },
          "BestCandidate": {
            "shape": "Slc"
          },
          "AutoMLJobStatus": {},
          "AutoMLJobSecondaryStatus": {},
          "GenerateCandidateDefinitionsOnly": {
            "type": "boolean"
          },
          "AutoMLJobArtifacts": {
            "type": "structure",
            "members": {
              "CandidateDefinitionNotebookLocation": {},
              "DataExplorationNotebookLocation": {}
            }
          },
          "ResolvedAttributes": {
            "type": "structure",
            "members": {
              "AutoMLJobObjective": {
                "shape": "S4t"
              },
              "ProblemType": {},
              "CompletionCriteria": {
                "shape": "S4w"
              }
            }
          },
          "ModelDeployConfig": {
            "shape": "S57"
          },
          "ModelDeployResult": {
            "type": "structure",
            "members": {
              "EndpointName": {}
            }
          }
        }
      }
    },
    "DescribeCodeRepository": {
      "input": {
        "type": "structure",
        "required": [
          "CodeRepositoryName"
        ],
        "members": {
          "CodeRepositoryName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "CodeRepositoryName",
          "CodeRepositoryArn",
          "CreationTime",
          "LastModifiedTime"
        ],
        "members": {
          "CodeRepositoryName": {},
          "CodeRepositoryArn": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "GitConfig": {
            "shape": "S5d"
          }
        }
      }
    },
    "DescribeCompilationJob": {
      "input": {
        "type": "structure",
        "required": [
          "CompilationJobName"
        ],
        "members": {
          "CompilationJobName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "CompilationJobName",
          "CompilationJobArn",
          "CompilationJobStatus",
          "StoppingCondition",
          "CreationTime",
          "LastModifiedTime",
          "FailureReason",
          "ModelArtifacts",
          "RoleArn",
          "InputConfig",
          "OutputConfig"
        ],
        "members": {
          "CompilationJobName": {},
          "CompilationJobArn": {},
          "CompilationJobStatus": {},
          "CompilationStartTime": {
            "type": "timestamp"
          },
          "CompilationEndTime": {
            "type": "timestamp"
          },
          "StoppingCondition": {
            "shape": "S31"
          },
          "InferenceImage": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "FailureReason": {},
          "ModelArtifacts": {
            "shape": "Smb"
          },
          "ModelDigests": {
            "type": "structure",
            "members": {
              "ArtifactDigest": {}
            }
          },
          "RoleArn": {},
          "InputConfig": {
            "shape": "S5k"
          },
          "OutputConfig": {
            "shape": "S5o"
          },
          "VpcConfig": {
            "shape": "S5v"
          }
        }
      }
    },
    "DescribeContext": {
      "input": {
        "type": "structure",
        "required": [
          "ContextName"
        ],
        "members": {
          "ContextName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ContextName": {},
          "ContextArn": {},
          "Source": {
            "shape": "S63"
          },
          "ContextType": {},
          "Description": {},
          "Properties": {
            "shape": "Sn"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "CreatedBy": {
            "shape": "Skq"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "LastModifiedBy": {
            "shape": "Skq"
          }
        }
      }
    },
    "DescribeDataQualityJobDefinition": {
      "input": {
        "type": "structure",
        "required": [
          "JobDefinitionName"
        ],
        "members": {
          "JobDefinitionName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "JobDefinitionArn",
          "JobDefinitionName",
          "CreationTime",
          "DataQualityAppSpecification",
          "DataQualityJobInput",
          "DataQualityJobOutputConfig",
          "JobResources",
          "RoleArn"
        ],
        "members": {
          "JobDefinitionArn": {},
          "JobDefinitionName": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "DataQualityBaselineConfig": {
            "shape": "S68"
          },
          "DataQualityAppSpecification": {
            "shape": "S6c"
          },
          "DataQualityJobInput": {
            "shape": "S6l"
          },
          "DataQualityJobOutputConfig": {
            "shape": "S6t"
          },
          "JobResources": {
            "shape": "S6z"
          },
          "NetworkConfig": {
            "shape": "S74"
          },
          "RoleArn": {},
          "StoppingCondition": {
            "shape": "S75"
          }
        }
      }
    },
    "DescribeDevice": {
      "input": {
        "type": "structure",
        "required": [
          "DeviceName",
          "DeviceFleetName"
        ],
        "members": {
          "NextToken": {},
          "DeviceName": {},
          "DeviceFleetName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "DeviceName",
          "DeviceFleetName",
          "RegistrationTime"
        ],
        "members": {
          "DeviceArn": {},
          "DeviceName": {},
          "Description": {},
          "DeviceFleetName": {},
          "IotThingName": {},
          "RegistrationTime": {
            "type": "timestamp"
          },
          "LatestHeartbeat": {
            "type": "timestamp"
          },
          "Models": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "ModelName",
                "ModelVersion"
              ],
              "members": {
                "ModelName": {},
                "ModelVersion": {},
                "LatestSampleTime": {
                  "type": "timestamp"
                },
                "LatestInference": {
                  "type": "timestamp"
                }
              }
            }
          },
          "MaxModels": {
            "type": "integer"
          },
          "NextToken": {}
        }
      }
    },
    "DescribeDeviceFleet": {
      "input": {
        "type": "structure",
        "required": [
          "DeviceFleetName"
        ],
        "members": {
          "DeviceFleetName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "DeviceFleetName",
          "DeviceFleetArn",
          "OutputConfig",
          "CreationTime",
          "LastModifiedTime"
        ],
        "members": {
          "DeviceFleetName": {},
          "DeviceFleetArn": {},
          "OutputConfig": {
            "shape": "S7b"
          },
          "Description": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "RoleArn": {},
          "IotRoleAlias": {}
        }
      }
    },
    "DescribeDomain": {
      "input": {
        "type": "structure",
        "required": [
          "DomainId"
        ],
        "members": {
          "DomainId": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "DomainArn": {},
          "DomainId": {},
          "DomainName": {},
          "HomeEfsFileSystemId": {},
          "SingleSignOnManagedApplicationInstanceId": {},
          "Status": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "FailureReason": {},
          "AuthMode": {},
          "DefaultUserSettings": {
            "shape": "S7h"
          },
          "AppNetworkAccessType": {},
          "HomeEfsFileSystemKmsKeyId": {
            "deprecated": true,
            "deprecatedMessage": "This property is deprecated, use KmsKeyId instead."
          },
          "SubnetIds": {
            "shape": "S54"
          },
          "Url": {},
          "VpcId": {},
          "KmsKeyId": {}
        }
      }
    },
    "DescribeEdgePackagingJob": {
      "input": {
        "type": "structure",
        "required": [
          "EdgePackagingJobName"
        ],
        "members": {
          "EdgePackagingJobName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "EdgePackagingJobArn",
          "EdgePackagingJobName",
          "EdgePackagingJobStatus"
        ],
        "members": {
          "EdgePackagingJobArn": {},
          "EdgePackagingJobName": {},
          "CompilationJobName": {},
          "ModelName": {},
          "ModelVersion": {},
          "RoleArn": {},
          "OutputConfig": {
            "shape": "S7b"
          },
          "ResourceKey": {},
          "EdgePackagingJobStatus": {},
          "EdgePackagingJobStatusMessage": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "ModelArtifact": {},
          "ModelSignature": {},
          "PresetDeploymentOutput": {
            "type": "structure",
            "required": [
              "Type"
            ],
            "members": {
              "Type": {},
              "Artifact": {},
              "Status": {},
              "StatusMessage": {}
            }
          }
        }
      }
    },
    "DescribeEndpoint": {
      "input": {
        "type": "structure",
        "required": [
          "EndpointName"
        ],
        "members": {
          "EndpointName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "EndpointName",
          "EndpointArn",
          "EndpointConfigName",
          "EndpointStatus",
          "CreationTime",
          "LastModifiedTime"
        ],
        "members": {
          "EndpointName": {},
          "EndpointArn": {},
          "EndpointConfigName": {},
          "ProductionVariants": {
            "shape": "Sn8"
          },
          "DataCaptureConfig": {
            "shape": "Snd"
          },
          "EndpointStatus": {},
          "FailureReason": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "LastDeploymentConfig": {
            "shape": "Sng"
          },
          "AsyncInferenceConfig": {
            "shape": "S8p"
          }
        }
      }
    },
    "DescribeEndpointConfig": {
      "input": {
        "type": "structure",
        "required": [
          "EndpointConfigName"
        ],
        "members": {
          "EndpointConfigName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "EndpointConfigName",
          "EndpointConfigArn",
          "ProductionVariants",
          "CreationTime"
        ],
        "members": {
          "EndpointConfigName": {},
          "EndpointConfigArn": {},
          "ProductionVariants": {
            "shape": "S85"
          },
          "DataCaptureConfig": {
            "shape": "S8e"
          },
          "KmsKeyId": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "AsyncInferenceConfig": {
            "shape": "S8p"
          }
        }
      }
    },
    "DescribeExperiment": {
      "input": {
        "type": "structure",
        "required": [
          "ExperimentName"
        ],
        "members": {
          "ExperimentName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ExperimentName": {},
          "ExperimentArn": {},
          "DisplayName": {},
          "Source": {
            "shape": "Sny"
          },
          "Description": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "CreatedBy": {
            "shape": "Skq"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "LastModifiedBy": {
            "shape": "Skq"
          }
        }
      }
    },
    "DescribeFeatureGroup": {
      "input": {
        "type": "structure",
        "required": [
          "FeatureGroupName"
        ],
        "members": {
          "FeatureGroupName": {},
          "NextToken": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "FeatureGroupArn",
          "FeatureGroupName",
          "RecordIdentifierFeatureName",
          "EventTimeFeatureName",
          "FeatureDefinitions",
          "CreationTime",
          "NextToken"
        ],
        "members": {
          "FeatureGroupArn": {},
          "FeatureGroupName": {},
          "RecordIdentifierFeatureName": {},
          "EventTimeFeatureName": {},
          "FeatureDefinitions": {
            "shape": "S93"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "OnlineStoreConfig": {
            "shape": "S96"
          },
          "OfflineStoreConfig": {
            "shape": "S98"
          },
          "RoleArn": {},
          "FeatureGroupStatus": {},
          "OfflineStoreStatus": {
            "shape": "So4"
          },
          "FailureReason": {},
          "Description": {},
          "NextToken": {}
        }
      }
    },
    "DescribeFlowDefinition": {
      "input": {
        "type": "structure",
        "required": [
          "FlowDefinitionName"
        ],
        "members": {
          "FlowDefinitionName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "FlowDefinitionArn",
          "FlowDefinitionName",
          "FlowDefinitionStatus",
          "CreationTime",
          "HumanLoopConfig",
          "OutputConfig",
          "RoleArn"
        ],
        "members": {
          "FlowDefinitionArn": {},
          "FlowDefinitionName": {},
          "FlowDefinitionStatus": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "HumanLoopRequestSource": {
            "shape": "S9j"
          },
          "HumanLoopActivationConfig": {
            "shape": "S9l"
          },
          "HumanLoopConfig": {
            "shape": "S9o"
          },
          "OutputConfig": {
            "shape": "Sa3"
          },
          "RoleArn": {},
          "FailureReason": {}
        }
      }
    },
    "DescribeHumanTaskUi": {
      "input": {
        "type": "structure",
        "required": [
          "HumanTaskUiName"
        ],
        "members": {
          "HumanTaskUiName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "HumanTaskUiArn",
          "HumanTaskUiName",
          "CreationTime",
          "UiTemplate"
        ],
        "members": {
          "HumanTaskUiArn": {},
          "HumanTaskUiName": {},
          "HumanTaskUiStatus": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "UiTemplate": {
            "type": "structure",
            "members": {
              "Url": {},
              "ContentSha256": {}
            }
          }
        }
      }
    },
    "DescribeHyperParameterTuningJob": {
      "input": {
        "type": "structure",
        "required": [
          "HyperParameterTuningJobName"
        ],
        "members": {
          "HyperParameterTuningJobName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "HyperParameterTuningJobName",
          "HyperParameterTuningJobArn",
          "HyperParameterTuningJobConfig",
          "HyperParameterTuningJobStatus",
          "CreationTime",
          "TrainingJobStatusCounters",
          "ObjectiveStatusCounters"
        ],
        "members": {
          "HyperParameterTuningJobName": {},
          "HyperParameterTuningJobArn": {},
          "HyperParameterTuningJobConfig": {
            "shape": "Sad"
          },
          "TrainingJobDefinition": {
            "shape": "Sau"
          },
          "TrainingJobDefinitions": {
            "shape": "Sb2"
          },
          "HyperParameterTuningJobStatus": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "HyperParameterTuningEndTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "TrainingJobStatusCounters": {
            "shape": "Soj"
          },
          "ObjectiveStatusCounters": {
            "shape": "Sol"
          },
          "BestTrainingJob": {
            "shape": "Son"
          },
          "OverallBestTrainingJob": {
            "shape": "Son"
          },
          "WarmStartConfig": {
            "shape": "Sb3"
          },
          "FailureReason": {}
        }
      }
    },
    "DescribeImage": {
      "input": {
        "type": "structure",
        "required": [
          "ImageName"
        ],
        "members": {
          "ImageName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "CreationTime": {
            "type": "timestamp"
          },
          "Description": {},
          "DisplayName": {},
          "FailureReason": {},
          "ImageArn": {},
          "ImageName": {},
          "ImageStatus": {},
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "RoleArn": {}
        }
      }
    },
    "DescribeImageVersion": {
      "input": {
        "type": "structure",
        "required": [
          "ImageName"
        ],
        "members": {
          "ImageName": {},
          "Version": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "BaseImage": {},
          "ContainerImage": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "FailureReason": {},
          "ImageArn": {},
          "ImageVersionArn": {},
          "ImageVersionStatus": {},
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "Version": {
            "type": "integer"
          }
        }
      }
    },
    "DescribeLabelingJob": {
      "input": {
        "type": "structure",
        "required": [
          "LabelingJobName"
        ],
        "members": {
          "LabelingJobName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "LabelingJobStatus",
          "LabelCounters",
          "CreationTime",
          "LastModifiedTime",
          "JobReferenceCode",
          "LabelingJobName",
          "LabelingJobArn",
          "InputConfig",
          "OutputConfig",
          "RoleArn",
          "HumanTaskConfig"
        ],
        "members": {
          "LabelingJobStatus": {},
          "LabelCounters": {
            "shape": "Sp0"
          },
          "FailureReason": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "JobReferenceCode": {},
          "LabelingJobName": {},
          "LabelingJobArn": {},
          "LabelAttributeName": {},
          "InputConfig": {
            "shape": "Sbk"
          },
          "OutputConfig": {
            "shape": "Sbr"
          },
          "RoleArn": {},
          "LabelCategoryConfigS3Uri": {},
          "StoppingConditions": {
            "shape": "Sbs"
          },
          "LabelingJobAlgorithmsConfig": {
            "shape": "Sbv"
          },
          "HumanTaskConfig": {
            "shape": "Sbz"
          },
          "Tags": {
            "shape": "S7"
          },
          "LabelingJobOutput": {
            "shape": "Sp3"
          }
        }
      }
    },
    "DescribeModel": {
      "input": {
        "type": "structure",
        "required": [
          "ModelName"
        ],
        "members": {
          "ModelName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ModelName",
          "ExecutionRoleArn",
          "CreationTime",
          "ModelArn"
        ],
        "members": {
          "ModelName": {},
          "PrimaryContainer": {
            "shape": "Sce"
          },
          "Containers": {
            "shape": "Scn"
          },
          "InferenceExecutionConfig": {
            "shape": "Sco"
          },
          "ExecutionRoleArn": {},
          "VpcConfig": {
            "shape": "S51"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "ModelArn": {},
          "EnableNetworkIsolation": {
            "type": "boolean"
          }
        }
      }
    },
    "DescribeModelBiasJobDefinition": {
      "input": {
        "type": "structure",
        "required": [
          "JobDefinitionName"
        ],
        "members": {
          "JobDefinitionName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "JobDefinitionArn",
          "JobDefinitionName",
          "CreationTime",
          "ModelBiasAppSpecification",
          "ModelBiasJobInput",
          "ModelBiasJobOutputConfig",
          "JobResources",
          "RoleArn"
        ],
        "members": {
          "JobDefinitionArn": {},
          "JobDefinitionName": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "ModelBiasBaselineConfig": {
            "shape": "Scs"
          },
          "ModelBiasAppSpecification": {
            "shape": "Sct"
          },
          "ModelBiasJobInput": {
            "shape": "Scu"
          },
          "ModelBiasJobOutputConfig": {
            "shape": "S6t"
          },
          "JobResources": {
            "shape": "S6z"
          },
          "NetworkConfig": {
            "shape": "S74"
          },
          "RoleArn": {},
          "StoppingCondition": {
            "shape": "S75"
          }
        }
      }
    },
    "DescribeModelExplainabilityJobDefinition": {
      "input": {
        "type": "structure",
        "required": [
          "JobDefinitionName"
        ],
        "members": {
          "JobDefinitionName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "JobDefinitionArn",
          "JobDefinitionName",
          "CreationTime",
          "ModelExplainabilityAppSpecification",
          "ModelExplainabilityJobInput",
          "ModelExplainabilityJobOutputConfig",
          "JobResources",
          "RoleArn"
        ],
        "members": {
          "JobDefinitionArn": {},
          "JobDefinitionName": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "ModelExplainabilityBaselineConfig": {
            "shape": "Scy"
          },
          "ModelExplainabilityAppSpecification": {
            "shape": "Scz"
          },
          "ModelExplainabilityJobInput": {
            "shape": "Sd0"
          },
          "ModelExplainabilityJobOutputConfig": {
            "shape": "S6t"
          },
          "JobResources": {
            "shape": "S6z"
          },
          "NetworkConfig": {
            "shape": "S74"
          },
          "RoleArn": {},
          "StoppingCondition": {
            "shape": "S75"
          }
        }
      }
    },
    "DescribeModelPackage": {
      "input": {
        "type": "structure",
        "required": [
          "ModelPackageName"
        ],
        "members": {
          "ModelPackageName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ModelPackageName",
          "ModelPackageArn",
          "CreationTime",
          "ModelPackageStatus",
          "ModelPackageStatusDetails"
        ],
        "members": {
          "ModelPackageName": {},
          "ModelPackageGroupName": {},
          "ModelPackageVersion": {
            "type": "integer"
          },
          "ModelPackageArn": {},
          "ModelPackageDescription": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "InferenceSpecification": {
            "shape": "S1t"
          },
          "SourceAlgorithmSpecification": {
            "shape": "Sd6"
          },
          "ValidationSpecification": {
            "shape": "Sd3"
          },
          "ModelPackageStatus": {},
          "ModelPackageStatusDetails": {
            "shape": "Spe"
          },
          "CertifyForMarketplace": {
            "type": "boolean"
          },
          "ModelApprovalStatus": {},
          "CreatedBy": {
            "shape": "Skq"
          },
          "MetadataProperties": {
            "shape": "Sp"
          },
          "ModelMetrics": {
            "shape": "Sda"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "LastModifiedBy": {
            "shape": "Skq"
          },
          "ApprovalDescription": {}
        }
      }
    },
    "DescribeModelPackageGroup": {
      "input": {
        "type": "structure",
        "required": [
          "ModelPackageGroupName"
        ],
        "members": {
          "ModelPackageGroupName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ModelPackageGroupName",
          "ModelPackageGroupArn",
          "CreationTime",
          "CreatedBy",
          "ModelPackageGroupStatus"
        ],
        "members": {
          "ModelPackageGroupName": {},
          "ModelPackageGroupArn": {},
          "ModelPackageGroupDescription": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "CreatedBy": {
            "shape": "Skq"
          },
          "ModelPackageGroupStatus": {}
        }
      }
    },
    "DescribeModelQualityJobDefinition": {
      "input": {
        "type": "structure",
        "required": [
          "JobDefinitionName"
        ],
        "members": {
          "JobDefinitionName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "JobDefinitionArn",
          "JobDefinitionName",
          "CreationTime",
          "ModelQualityAppSpecification",
          "ModelQualityJobInput",
          "ModelQualityJobOutputConfig",
          "JobResources",
          "RoleArn"
        ],
        "members": {
          "JobDefinitionArn": {},
          "JobDefinitionName": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "ModelQualityBaselineConfig": {
            "shape": "Sdn"
          },
          "ModelQualityAppSpecification": {
            "shape": "Sdo"
          },
          "ModelQualityJobInput": {
            "shape": "Sdq"
          },
          "ModelQualityJobOutputConfig": {
            "shape": "S6t"
          },
          "JobResources": {
            "shape": "S6z"
          },
          "NetworkConfig": {
            "shape": "S74"
          },
          "RoleArn": {},
          "StoppingCondition": {
            "shape": "S75"
          }
        }
      }
    },
    "DescribeMonitoringSchedule": {
      "input": {
        "type": "structure",
        "required": [
          "MonitoringScheduleName"
        ],
        "members": {
          "MonitoringScheduleName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "MonitoringScheduleArn",
          "MonitoringScheduleName",
          "MonitoringScheduleStatus",
          "CreationTime",
          "LastModifiedTime",
          "MonitoringScheduleConfig"
        ],
        "members": {
          "MonitoringScheduleArn": {},
          "MonitoringScheduleName": {},
          "MonitoringScheduleStatus": {},
          "MonitoringType": {},
          "FailureReason": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "MonitoringScheduleConfig": {
            "shape": "Sdu"
          },
          "EndpointName": {},
          "LastMonitoringExecutionSummary": {
            "shape": "Spr"
          }
        }
      }
    },
    "DescribeNotebookInstance": {
      "input": {
        "type": "structure",
        "required": [
          "NotebookInstanceName"
        ],
        "members": {
          "NotebookInstanceName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "NotebookInstanceArn": {},
          "NotebookInstanceName": {},
          "NotebookInstanceStatus": {},
          "FailureReason": {},
          "Url": {},
          "InstanceType": {},
          "SubnetId": {},
          "SecurityGroups": {
            "shape": "S7i"
          },
          "RoleArn": {},
          "KmsKeyId": {},
          "NetworkInterfaceId": {},
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "NotebookInstanceLifecycleConfigName": {},
          "DirectInternetAccess": {},
          "VolumeSizeInGB": {
            "type": "integer"
          },
          "AcceleratorTypes": {
            "shape": "Sec"
          },
          "DefaultCodeRepository": {},
          "AdditionalCodeRepositories": {
            "shape": "Sef"
          },
          "RootAccess": {},
          "PlatformIdentifier": {}
        }
      }
    },
    "DescribeNotebookInstanceLifecycleConfig": {
      "input": {
        "type": "structure",
        "required": [
          "NotebookInstanceLifecycleConfigName"
        ],
        "members": {
          "NotebookInstanceLifecycleConfigName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "NotebookInstanceLifecycleConfigArn": {},
          "NotebookInstanceLifecycleConfigName": {},
          "OnCreate": {
            "shape": "Sel"
          },
          "OnStart": {
            "shape": "Sel"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "CreationTime": {
            "type": "timestamp"
          }
        }
      }
    },
    "DescribePipeline": {
      "input": {
        "type": "structure",
        "required": [
          "PipelineName"
        ],
        "members": {
          "PipelineName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineArn": {},
          "PipelineName": {},
          "PipelineDisplayName": {},
          "PipelineDefinition": {},
          "PipelineDescription": {},
          "RoleArn": {},
          "PipelineStatus": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "LastRunTime": {
            "type": "timestamp"
          },
          "CreatedBy": {
            "shape": "Skq"
          },
          "LastModifiedBy": {
            "shape": "Skq"
          }
        }
      }
    },
    "DescribePipelineDefinitionForExecution": {
      "input": {
        "type": "structure",
        "required": [
          "PipelineExecutionArn"
        ],
        "members": {
          "PipelineExecutionArn": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineDefinition": {},
          "CreationTime": {
            "type": "timestamp"
          }
        }
      }
    },
    "DescribePipelineExecution": {
      "input": {
        "type": "structure",
        "required": [
          "PipelineExecutionArn"
        ],
        "members": {
          "PipelineExecutionArn": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineArn": {},
          "PipelineExecutionArn": {},
          "PipelineExecutionDisplayName": {},
          "PipelineExecutionStatus": {},
          "PipelineExecutionDescription": {},
          "PipelineExperimentConfig": {
            "shape": "Sqa"
          },
          "FailureReason": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "CreatedBy": {
            "shape": "Skq"
          },
          "LastModifiedBy": {
            "shape": "Skq"
          }
        }
      }
    },
    "DescribeProcessingJob": {
      "input": {
        "type": "structure",
        "required": [
          "ProcessingJobName"
        ],
        "members": {
          "ProcessingJobName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ProcessingJobName",
          "ProcessingResources",
          "AppSpecification",
          "ProcessingJobArn",
          "ProcessingJobStatus",
          "CreationTime"
        ],
        "members": {
          "ProcessingInputs": {
            "shape": "Sf6"
          },
          "ProcessingOutputConfig": {
            "shape": "Sft"
          },
          "ProcessingJobName": {},
          "ProcessingResources": {
            "shape": "Sfy"
          },
          "StoppingCondition": {
            "shape": "Sg0"
          },
          "AppSpecification": {
            "shape": "Sg2"
          },
          "Environment": {
            "shape": "Sg4"
          },
          "NetworkConfig": {
            "shape": "Se2"
          },
          "RoleArn": {},
          "ExperimentConfig": {
            "shape": "Sg5"
          },
          "ProcessingJobArn": {},
          "ProcessingJobStatus": {},
          "ExitMessage": {},
          "FailureReason": {},
          "ProcessingEndTime": {
            "type": "timestamp"
          },
          "ProcessingStartTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "MonitoringScheduleArn": {},
          "AutoMLJobArn": {},
          "TrainingJobArn": {}
        }
      }
    },
    "DescribeProject": {
      "input": {
        "type": "structure",
        "required": [
          "ProjectName"
        ],
        "members": {
          "ProjectName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ProjectArn",
          "ProjectName",
          "ProjectId",
          "ServiceCatalogProvisioningDetails",
          "ProjectStatus",
          "CreationTime"
        ],
        "members": {
          "ProjectArn": {},
          "ProjectName": {},
          "ProjectId": {},
          "ProjectDescription": {},
          "ServiceCatalogProvisioningDetails": {
            "shape": "Sga"
          },
          "ServiceCatalogProvisionedProductDetails": {
            "shape": "Sqi"
          },
          "ProjectStatus": {},
          "CreatedBy": {
            "shape": "Skq"
          },
          "CreationTime": {
            "type": "timestamp"
          }
        }
      }
    },
    "DescribeStudioLifecycleConfig": {
      "input": {
        "type": "structure",
        "required": [
          "StudioLifecycleConfigName"
        ],
        "members": {
          "StudioLifecycleConfigName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "StudioLifecycleConfigArn": {},
          "StudioLifecycleConfigName": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "StudioLifecycleConfigContent": {},
          "StudioLifecycleConfigAppType": {}
        }
      }
    },
    "DescribeSubscribedWorkteam": {
      "input": {
        "type": "structure",
        "required": [
          "WorkteamArn"
        ],
        "members": {
          "WorkteamArn": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "SubscribedWorkteam"
        ],
        "members": {
          "SubscribedWorkteam": {
            "shape": "Sqp"
          }
        }
      }
    },
    "DescribeTrainingJob": {
      "input": {
        "type": "structure",
        "required": [
          "TrainingJobName"
        ],
        "members": {
          "TrainingJobName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "TrainingJobName",
          "TrainingJobArn",
          "ModelArtifacts",
          "TrainingJobStatus",
          "SecondaryStatus",
          "AlgorithmSpecification",
          "ResourceConfig",
          "StoppingCondition",
          "CreationTime"
        ],
        "members": {
          "TrainingJobName": {},
          "TrainingJobArn": {},
          "TuningJobArn": {},
          "LabelingJobArn": {},
          "AutoMLJobArn": {},
          "ModelArtifacts": {
            "shape": "Smb"
          },
          "TrainingJobStatus": {},
          "SecondaryStatus": {},
          "FailureReason": {},
          "HyperParameters": {
            "shape": "S2d"
          },
          "AlgorithmSpecification": {
            "shape": "Sgq"
          },
          "RoleArn": {},
          "InputDataConfig": {
            "shape": "S2f"
          },
          "OutputDataConfig": {
            "shape": "S2w"
          },
          "ResourceConfig": {
            "shape": "S2y"
          },
          "VpcConfig": {
            "shape": "S51"
          },
          "StoppingCondition": {
            "shape": "S31"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "TrainingStartTime": {
            "type": "timestamp"
          },
          "TrainingEndTime": {
            "type": "timestamp"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "SecondaryStatusTransitions": {
            "shape": "Sqt"
          },
          "FinalMetricDataList": {
            "shape": "Sqw"
          },
          "EnableNetworkIsolation": {
            "type": "boolean"
          },
          "EnableInterContainerTrafficEncryption": {
            "type": "boolean"
          },
          "EnableManagedSpotTraining": {
            "type": "boolean"
          },
          "CheckpointConfig": {
            "shape": "Saz"
          },
          "TrainingTimeInSeconds": {
            "type": "integer"
          },
          "BillableTimeInSeconds": {
            "type": "integer"
          },
          "DebugHookConfig": {
            "shape": "Sgr"
          },
          "ExperimentConfig": {
            "shape": "Sg5"
          },
          "DebugRuleConfigurations": {
            "shape": "Sgz"
          },
          "TensorBoardOutputConfig": {
            "shape": "Sh4"
          },
          "DebugRuleEvaluationStatuses": {
            "shape": "Sr0"
          },
          "ProfilerConfig": {
            "shape": "Sh5"
          },
          "ProfilerRuleConfigurations": {
            "shape": "Sh8"
          },
          "ProfilerRuleEvaluationStatuses": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "RuleConfigurationName": {},
                "RuleEvaluationJobArn": {},
                "RuleEvaluationStatus": {},
                "StatusDetails": {},
                "LastModifiedTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "ProfilingStatus": {},
          "RetryStrategy": {
            "shape": "Sb0"
          },
          "Environment": {
            "shape": "Sha"
          }
        }
      }
    },
    "DescribeTransformJob": {
      "input": {
        "type": "structure",
        "required": [
          "TransformJobName"
        ],
        "members": {
          "TransformJobName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "TransformJobName",
          "TransformJobArn",
          "TransformJobStatus",
          "ModelName",
          "TransformInput",
          "TransformResources",
          "CreationTime"
        ],
        "members": {
          "TransformJobName": {},
          "TransformJobArn": {},
          "TransformJobStatus": {},
          "FailureReason": {},
          "ModelName": {},
          "MaxConcurrentTransforms": {
            "type": "integer"
          },
          "ModelClientConfig": {
            "shape": "Shh"
          },
          "MaxPayloadInMB": {
            "type": "integer"
          },
          "BatchStrategy": {},
          "Environment": {
            "shape": "S38"
          },
          "TransformInput": {
            "shape": "S3b"
          },
          "TransformOutput": {
            "shape": "S3f"
          },
          "TransformResources": {
            "shape": "S3i"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "TransformStartTime": {
            "type": "timestamp"
          },
          "TransformEndTime": {
            "type": "timestamp"
          },
          "LabelingJobArn": {},
          "AutoMLJobArn": {},
          "DataProcessing": {
            "shape": "Shk"
          },
          "ExperimentConfig": {
            "shape": "Sg5"
          }
        }
      }
    },
    "DescribeTrial": {
      "input": {
        "type": "structure",
        "required": [
          "TrialName"
        ],
        "members": {
          "TrialName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "TrialName": {},
          "TrialArn": {},
          "DisplayName": {},
          "ExperimentName": {},
          "Source": {
            "shape": "Src"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "CreatedBy": {
            "shape": "Skq"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "LastModifiedBy": {
            "shape": "Skq"
          },
          "MetadataProperties": {
            "shape": "Sp"
          }
        }
      }
    },
    "DescribeTrialComponent": {
      "input": {
        "type": "structure",
        "required": [
          "TrialComponentName"
        ],
        "members": {
          "TrialComponentName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "TrialComponentName": {},
          "TrialComponentArn": {},
          "DisplayName": {},
          "Source": {
            "shape": "Srg"
          },
          "Status": {
            "shape": "Shs"
          },
          "StartTime": {
            "type": "timestamp"
          },
          "EndTime": {
            "type": "timestamp"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "CreatedBy": {
            "shape": "Skq"
          },
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "LastModifiedBy": {
            "shape": "Skq"
          },
          "Parameters": {
            "shape": "Shw"
          },
          "InputArtifacts": {
            "shape": "Si0"
          },
          "OutputArtifacts": {
            "shape": "Si0"
          },
          "MetadataProperties": {
            "shape": "Sp"
          },
          "Metrics": {
            "shape": "Sri"
          }
        }
      }
    },
    "DescribeUserProfile": {
      "input": {
        "type": "structure",
        "required": [
          "DomainId",
          "UserProfileName"
        ],
        "members": {
          "DomainId": {},
          "UserProfileName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "DomainId": {},
          "UserProfileArn": {},
          "UserProfileName": {},
          "HomeEfsFileSystemUid": {},
          "Status": {},
          "LastModifiedTime": {
            "type": "timestamp"
          },
          "CreationTime": {
            "type": "timestamp"
          },
          "FailureReason": {},
          "SingleSignOnUserIdentifier": {},
          "SingleSignOnUserValue": {},
          "UserSettings": {
            "shape": "S7h"
          }
        }
      }
    },
    "DescribeWorkforce": {
      "input": {
        "type": "structure",
        "required": [
          "WorkforceName"
        ],
        "members": {
          "WorkforceName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "Workforce"
        ],
        "members": {
          "Workforce": {
            "shape": "Srs"
          }
        }
      }
    },
    "DescribeWorkteam": {
      "input": {
        "type": "structure",
        "required": [
          "WorkteamName"
        ],
        "members": {
          "WorkteamName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "Workteam"
        ],
        "members": {
          "Workteam": {
            "shape": "Srw"
          }
        }
      }
    },
    "DisableSagemakerServicecatalogPortfolio": {
      "input": {
        "type": "structure",
        "members": {}
      },
      "output": {
        "type": "structure",
        "members": {}
      }
    },
    "DisassociateTrialComponent": {
      "input": {
        "type": "structure",
        "required": [
          "TrialComponentName",
          "TrialName"
        ],
        "members": {
          "TrialComponentName": {},
          "TrialName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "TrialComponentArn": {},
          "TrialArn": {}
        }
      }
    },
    "EnableSagemakerServicecatalogPortfolio": {
      "input": {
        "type": "structure",
        "members": {}
      },
      "output": {
        "type": "structure",
        "members": {}
      }
    },
    "GetDeviceFleetReport": {
      "input": {
        "type": "structure",
        "required": [
          "DeviceFleetName"
        ],
        "members": {
          "DeviceFleetName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "DeviceFleetArn",
          "DeviceFleetName"
        ],
        "members": {
          "DeviceFleetArn": {},
          "DeviceFleetName": {},
          "OutputConfig": {
            "shape": "S7b"
          },
          "Description": {},
          "ReportGenerated": {
            "type": "timestamp"
          },
          "DeviceStats": {
            "type": "structure",
            "required": [
              "ConnectedDeviceCount",
              "RegisteredDeviceCount"
            ],
            "members": {
              "ConnectedDeviceCount": {
                "type": "long"
              },
              "RegisteredDeviceCount": {
                "type": "long"
              }
            }
          },
          "AgentVersions": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "Version",
                "AgentCount"
              ],
              "members": {
                "Version": {},
                "AgentCount": {
                  "type": "long"
                }
              }
            }
          },
          "ModelStats": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "ModelName",
                "ModelVersion",
                "OfflineDeviceCount",
                "ConnectedDeviceCount",
                "ActiveDeviceCount",
                "SamplingDeviceCount"
              ],
              "members": {
                "ModelName": {},
                "ModelVersion": {},
                "OfflineDeviceCount": {
                  "type": "long"
                },
                "ConnectedDeviceCount": {
                  "type": "long"
                },
                "ActiveDeviceCount": {
                  "type": "long"
                },
                "SamplingDeviceCount": {
                  "type": "long"
                }
              }
            }
          }
        }
      }
    },
    "GetModelPackageGroupPolicy": {
      "input": {
        "type": "structure",
        "required": [
          "ModelPackageGroupName"
        ],
        "members": {
          "ModelPackageGroupName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ResourcePolicy"
        ],
        "members": {
          "ResourcePolicy": {}
        }
      }
    },
    "GetSagemakerServicecatalogPortfolioStatus": {
      "input": {
        "type": "structure",
        "members": {}
      },
      "output": {
        "type": "structure",
        "members": {
          "Status": {}
        }
      }
    },
    "GetSearchSuggestions": {
      "input": {
        "type": "structure",
        "required": [
          "Resource"
        ],
        "members": {
          "Resource": {},
          "SuggestionQuery": {
            "type": "structure",
            "members": {
              "PropertyNameQuery": {
                "type": "structure",
                "required": [
                  "PropertyNameHint"
                ],
                "members": {
                  "PropertyNameHint": {}
                }
              }
            }
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PropertyNameSuggestions": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "PropertyName": {}
              }
            }
          }
        }
      }
    },
    "ListActions": {
      "input": {
        "type": "structure",
        "members": {
          "SourceUri": {},
          "ActionType": {},
          "CreatedAfter": {
            "type": "timestamp"
          },
          "CreatedBefore": {
            "type": "timestamp"
          },
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ActionSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "ActionArn": {},
                "ActionName": {},
                "Source": {
                  "shape": "Si"
                },
                "ActionType": {},
                "Status": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListAlgorithms": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "NextToken": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "AlgorithmSummaryList"
        ],
        "members": {
          "AlgorithmSummaryList": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "AlgorithmName",
                "AlgorithmArn",
                "CreationTime",
                "AlgorithmStatus"
              ],
              "members": {
                "AlgorithmName": {},
                "AlgorithmArn": {},
                "AlgorithmDescription": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "AlgorithmStatus": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListAppImageConfigs": {
      "input": {
        "type": "structure",
        "members": {
          "MaxResults": {
            "type": "integer"
          },
          "NextToken": {},
          "NameContains": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "ModifiedTimeBefore": {
            "type": "timestamp"
          },
          "ModifiedTimeAfter": {
            "type": "timestamp"
          },
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "AppImageConfigs": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "AppImageConfigArn": {},
                "AppImageConfigName": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "KernelGatewayImageConfig": {
                  "shape": "S41"
                }
              }
            }
          }
        }
      }
    },
    "ListApps": {
      "input": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "SortOrder": {},
          "SortBy": {},
          "DomainIdEquals": {},
          "UserProfileNameEquals": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "Apps": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "DomainId": {},
                "UserProfileName": {},
                "AppType": {},
                "AppName": {},
                "Status": {},
                "CreationTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListArtifacts": {
      "input": {
        "type": "structure",
        "members": {
          "SourceUri": {},
          "ArtifactType": {},
          "CreatedAfter": {
            "type": "timestamp"
          },
          "CreatedBefore": {
            "type": "timestamp"
          },
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ArtifactSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "ArtifactArn": {},
                "ArtifactName": {},
                "Source": {
                  "shape": "S4d"
                },
                "ArtifactType": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListAssociations": {
      "input": {
        "type": "structure",
        "members": {
          "SourceArn": {},
          "DestinationArn": {},
          "SourceType": {},
          "DestinationType": {},
          "AssociationType": {},
          "CreatedAfter": {
            "type": "timestamp"
          },
          "CreatedBefore": {
            "type": "timestamp"
          },
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "AssociationSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "SourceArn": {},
                "DestinationArn": {},
                "SourceType": {},
                "DestinationType": {},
                "AssociationType": {},
                "SourceName": {},
                "DestinationName": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "CreatedBy": {
                  "shape": "Skq"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListAutoMLJobs": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "NameContains": {},
          "StatusEquals": {},
          "SortOrder": {},
          "SortBy": {},
          "MaxResults": {
            "type": "integer"
          },
          "NextToken": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "AutoMLJobSummaries"
        ],
        "members": {
          "AutoMLJobSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "AutoMLJobName",
                "AutoMLJobArn",
                "AutoMLJobStatus",
                "AutoMLJobSecondaryStatus",
                "CreationTime",
                "LastModifiedTime"
              ],
              "members": {
                "AutoMLJobName": {},
                "AutoMLJobArn": {},
                "AutoMLJobStatus": {},
                "AutoMLJobSecondaryStatus": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "EndTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "FailureReason": {},
                "PartialFailureReasons": {
                  "shape": "Sla"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListCandidatesForAutoMLJob": {
      "input": {
        "type": "structure",
        "required": [
          "AutoMLJobName"
        ],
        "members": {
          "AutoMLJobName": {},
          "StatusEquals": {},
          "CandidateNameEquals": {},
          "SortOrder": {},
          "SortBy": {},
          "MaxResults": {
            "type": "integer"
          },
          "NextToken": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "Candidates"
        ],
        "members": {
          "Candidates": {
            "type": "list",
            "member": {
              "shape": "Slc"
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListCodeRepositories": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "NextToken": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "CodeRepositorySummaryList"
        ],
        "members": {
          "CodeRepositorySummaryList": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "CodeRepositoryName",
                "CodeRepositoryArn",
                "CreationTime",
                "LastModifiedTime"
              ],
              "members": {
                "CodeRepositoryName": {},
                "CodeRepositoryArn": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "GitConfig": {
                  "shape": "S5d"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListCompilationJobs": {
      "input": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "NameContains": {},
          "StatusEquals": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "CompilationJobSummaries"
        ],
        "members": {
          "CompilationJobSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "CompilationJobName",
                "CompilationJobArn",
                "CreationTime",
                "CompilationJobStatus"
              ],
              "members": {
                "CompilationJobName": {},
                "CompilationJobArn": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "CompilationStartTime": {
                  "type": "timestamp"
                },
                "CompilationEndTime": {
                  "type": "timestamp"
                },
                "CompilationTargetDevice": {},
                "CompilationTargetPlatformOs": {},
                "CompilationTargetPlatformArch": {},
                "CompilationTargetPlatformAccelerator": {},
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "CompilationJobStatus": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListContexts": {
      "input": {
        "type": "structure",
        "members": {
          "SourceUri": {},
          "ContextType": {},
          "CreatedAfter": {
            "type": "timestamp"
          },
          "CreatedBefore": {
            "type": "timestamp"
          },
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ContextSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "ContextArn": {},
                "ContextName": {},
                "Source": {
                  "shape": "S63"
                },
                "ContextType": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListDataQualityJobDefinitions": {
      "input": {
        "type": "structure",
        "members": {
          "EndpointName": {},
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "JobDefinitionSummaries"
        ],
        "members": {
          "JobDefinitionSummaries": {
            "shape": "Sum"
          },
          "NextToken": {}
        }
      }
    },
    "ListDeviceFleets": {
      "input": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "NameContains": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "DeviceFleetSummaries"
        ],
        "members": {
          "DeviceFleetSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "DeviceFleetArn",
                "DeviceFleetName"
              ],
              "members": {
                "DeviceFleetArn": {},
                "DeviceFleetName": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListDevices": {
      "input": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "LatestHeartbeatAfter": {
            "type": "timestamp"
          },
          "ModelName": {},
          "DeviceFleetName": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "DeviceSummaries"
        ],
        "members": {
          "DeviceSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "DeviceName",
                "DeviceArn"
              ],
              "members": {
                "DeviceName": {},
                "DeviceArn": {},
                "Description": {},
                "DeviceFleetName": {},
                "IotThingName": {},
                "RegistrationTime": {
                  "type": "timestamp"
                },
                "LatestHeartbeat": {
                  "type": "timestamp"
                },
                "Models": {
                  "type": "list",
                  "member": {
                    "type": "structure",
                    "required": [
                      "ModelName",
                      "ModelVersion"
                    ],
                    "members": {
                      "ModelName": {},
                      "ModelVersion": {}
                    }
                  }
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListDomains": {
      "input": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "Domains": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "DomainArn": {},
                "DomainId": {},
                "DomainName": {},
                "Status": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "Url": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListEdgePackagingJobs": {
      "input": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "NameContains": {},
          "ModelNameContains": {},
          "StatusEquals": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "EdgePackagingJobSummaries"
        ],
        "members": {
          "EdgePackagingJobSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "EdgePackagingJobArn",
                "EdgePackagingJobName",
                "EdgePackagingJobStatus"
              ],
              "members": {
                "EdgePackagingJobArn": {},
                "EdgePackagingJobName": {},
                "EdgePackagingJobStatus": {},
                "CompilationJobName": {},
                "ModelName": {},
                "ModelVersion": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListEndpointConfigs": {
      "input": {
        "type": "structure",
        "members": {
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "EndpointConfigs"
        ],
        "members": {
          "EndpointConfigs": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "EndpointConfigName",
                "EndpointConfigArn",
                "CreationTime"
              ],
              "members": {
                "EndpointConfigName": {},
                "EndpointConfigArn": {},
                "CreationTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListEndpoints": {
      "input": {
        "type": "structure",
        "members": {
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "StatusEquals": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "Endpoints"
        ],
        "members": {
          "Endpoints": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "EndpointName",
                "EndpointArn",
                "CreationTime",
                "LastModifiedTime",
                "EndpointStatus"
              ],
              "members": {
                "EndpointName": {},
                "EndpointArn": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "EndpointStatus": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListExperiments": {
      "input": {
        "type": "structure",
        "members": {
          "CreatedAfter": {
            "type": "timestamp"
          },
          "CreatedBefore": {
            "type": "timestamp"
          },
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ExperimentSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "ExperimentArn": {},
                "ExperimentName": {},
                "DisplayName": {},
                "ExperimentSource": {
                  "shape": "Sny"
                },
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListFeatureGroups": {
      "input": {
        "type": "structure",
        "members": {
          "NameContains": {},
          "FeatureGroupStatusEquals": {},
          "OfflineStoreStatusEquals": {},
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "SortOrder": {},
          "SortBy": {},
          "MaxResults": {
            "type": "integer"
          },
          "NextToken": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "FeatureGroupSummaries",
          "NextToken"
        ],
        "members": {
          "FeatureGroupSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "FeatureGroupName",
                "FeatureGroupArn",
                "CreationTime"
              ],
              "members": {
                "FeatureGroupName": {},
                "FeatureGroupArn": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "FeatureGroupStatus": {},
                "OfflineStoreStatus": {
                  "shape": "So4"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListFlowDefinitions": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "FlowDefinitionSummaries"
        ],
        "members": {
          "FlowDefinitionSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "FlowDefinitionName",
                "FlowDefinitionArn",
                "FlowDefinitionStatus",
                "CreationTime"
              ],
              "members": {
                "FlowDefinitionName": {},
                "FlowDefinitionArn": {},
                "FlowDefinitionStatus": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "FailureReason": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListHumanTaskUis": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "HumanTaskUiSummaries"
        ],
        "members": {
          "HumanTaskUiSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "HumanTaskUiName",
                "HumanTaskUiArn",
                "CreationTime"
              ],
              "members": {
                "HumanTaskUiName": {},
                "HumanTaskUiArn": {},
                "CreationTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListHyperParameterTuningJobs": {
      "input": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "SortBy": {},
          "SortOrder": {},
          "NameContains": {},
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "StatusEquals": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "HyperParameterTuningJobSummaries"
        ],
        "members": {
          "HyperParameterTuningJobSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "HyperParameterTuningJobName",
                "HyperParameterTuningJobArn",
                "HyperParameterTuningJobStatus",
                "Strategy",
                "CreationTime",
                "TrainingJobStatusCounters",
                "ObjectiveStatusCounters"
              ],
              "members": {
                "HyperParameterTuningJobName": {},
                "HyperParameterTuningJobArn": {},
                "HyperParameterTuningJobStatus": {},
                "Strategy": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "HyperParameterTuningEndTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "TrainingJobStatusCounters": {
                  "shape": "Soj"
                },
                "ObjectiveStatusCounters": {
                  "shape": "Sol"
                },
                "ResourceLimits": {
                  "shape": "Saf"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListImageVersions": {
      "input": {
        "type": "structure",
        "required": [
          "ImageName"
        ],
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "ImageName": {},
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "MaxResults": {
            "type": "integer"
          },
          "NextToken": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ImageVersions": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "CreationTime",
                "ImageArn",
                "ImageVersionArn",
                "ImageVersionStatus",
                "LastModifiedTime",
                "Version"
              ],
              "members": {
                "CreationTime": {
                  "type": "timestamp"
                },
                "FailureReason": {},
                "ImageArn": {},
                "ImageVersionArn": {},
                "ImageVersionStatus": {},
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "Version": {
                  "type": "integer"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListImages": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "NextToken": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "Images": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "CreationTime",
                "ImageArn",
                "ImageName",
                "ImageStatus",
                "LastModifiedTime"
              ],
              "members": {
                "CreationTime": {
                  "type": "timestamp"
                },
                "Description": {},
                "DisplayName": {},
                "FailureReason": {},
                "ImageArn": {},
                "ImageName": {},
                "ImageStatus": {},
                "LastModifiedTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListLabelingJobs": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "MaxResults": {
            "type": "integer"
          },
          "NextToken": {},
          "NameContains": {},
          "SortBy": {},
          "SortOrder": {},
          "StatusEquals": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "LabelingJobSummaryList": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "LabelingJobName",
                "LabelingJobArn",
                "CreationTime",
                "LastModifiedTime",
                "LabelingJobStatus",
                "LabelCounters",
                "WorkteamArn",
                "PreHumanTaskLambdaArn"
              ],
              "members": {
                "LabelingJobName": {},
                "LabelingJobArn": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "LabelingJobStatus": {},
                "LabelCounters": {
                  "shape": "Sp0"
                },
                "WorkteamArn": {},
                "PreHumanTaskLambdaArn": {},
                "AnnotationConsolidationLambdaArn": {},
                "FailureReason": {},
                "LabelingJobOutput": {
                  "shape": "Sp3"
                },
                "InputConfig": {
                  "shape": "Sbk"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListLabelingJobsForWorkteam": {
      "input": {
        "type": "structure",
        "required": [
          "WorkteamArn"
        ],
        "members": {
          "WorkteamArn": {},
          "MaxResults": {
            "type": "integer"
          },
          "NextToken": {},
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "JobReferenceCodeContains": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "LabelingJobSummaryList"
        ],
        "members": {
          "LabelingJobSummaryList": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "JobReferenceCode",
                "WorkRequesterAccountId",
                "CreationTime"
              ],
              "members": {
                "LabelingJobName": {},
                "JobReferenceCode": {},
                "WorkRequesterAccountId": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LabelCounters": {
                  "type": "structure",
                  "members": {
                    "HumanLabeled": {
                      "type": "integer"
                    },
                    "PendingHuman": {
                      "type": "integer"
                    },
                    "Total": {
                      "type": "integer"
                    }
                  }
                },
                "NumberOfHumanWorkersPerDataObject": {
                  "type": "integer"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListModelBiasJobDefinitions": {
      "input": {
        "type": "structure",
        "members": {
          "EndpointName": {},
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "JobDefinitionSummaries"
        ],
        "members": {
          "JobDefinitionSummaries": {
            "shape": "Sum"
          },
          "NextToken": {}
        }
      }
    },
    "ListModelExplainabilityJobDefinitions": {
      "input": {
        "type": "structure",
        "members": {
          "EndpointName": {},
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "JobDefinitionSummaries"
        ],
        "members": {
          "JobDefinitionSummaries": {
            "shape": "Sum"
          },
          "NextToken": {}
        }
      }
    },
    "ListModelPackageGroups": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "NextToken": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ModelPackageGroupSummaryList"
        ],
        "members": {
          "ModelPackageGroupSummaryList": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "ModelPackageGroupName",
                "ModelPackageGroupArn",
                "CreationTime",
                "ModelPackageGroupStatus"
              ],
              "members": {
                "ModelPackageGroupName": {},
                "ModelPackageGroupArn": {},
                "ModelPackageGroupDescription": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "ModelPackageGroupStatus": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListModelPackages": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "ModelApprovalStatus": {},
          "ModelPackageGroupName": {},
          "ModelPackageType": {},
          "NextToken": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ModelPackageSummaryList"
        ],
        "members": {
          "ModelPackageSummaryList": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "ModelPackageName",
                "ModelPackageArn",
                "CreationTime",
                "ModelPackageStatus"
              ],
              "members": {
                "ModelPackageName": {},
                "ModelPackageGroupName": {},
                "ModelPackageVersion": {
                  "type": "integer"
                },
                "ModelPackageArn": {},
                "ModelPackageDescription": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "ModelPackageStatus": {},
                "ModelApprovalStatus": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListModelQualityJobDefinitions": {
      "input": {
        "type": "structure",
        "members": {
          "EndpointName": {},
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "JobDefinitionSummaries"
        ],
        "members": {
          "JobDefinitionSummaries": {
            "shape": "Sum"
          },
          "NextToken": {}
        }
      }
    },
    "ListModels": {
      "input": {
        "type": "structure",
        "members": {
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "Models"
        ],
        "members": {
          "Models": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "ModelName",
                "ModelArn",
                "CreationTime"
              ],
              "members": {
                "ModelName": {},
                "ModelArn": {},
                "CreationTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListMonitoringExecutions": {
      "input": {
        "type": "structure",
        "members": {
          "MonitoringScheduleName": {},
          "EndpointName": {},
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "ScheduledTimeBefore": {
            "type": "timestamp"
          },
          "ScheduledTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "StatusEquals": {},
          "MonitoringJobDefinitionName": {},
          "MonitoringTypeEquals": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "MonitoringExecutionSummaries"
        ],
        "members": {
          "MonitoringExecutionSummaries": {
            "type": "list",
            "member": {
              "shape": "Spr"
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListMonitoringSchedules": {
      "input": {
        "type": "structure",
        "members": {
          "EndpointName": {},
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "StatusEquals": {},
          "MonitoringJobDefinitionName": {},
          "MonitoringTypeEquals": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "MonitoringScheduleSummaries"
        ],
        "members": {
          "MonitoringScheduleSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "MonitoringScheduleName",
                "MonitoringScheduleArn",
                "CreationTime",
                "LastModifiedTime",
                "MonitoringScheduleStatus"
              ],
              "members": {
                "MonitoringScheduleName": {},
                "MonitoringScheduleArn": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "MonitoringScheduleStatus": {},
                "EndpointName": {},
                "MonitoringJobDefinitionName": {},
                "MonitoringType": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListNotebookInstanceLifecycleConfigs": {
      "input": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "SortBy": {},
          "SortOrder": {},
          "NameContains": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "NotebookInstanceLifecycleConfigs": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "NotebookInstanceLifecycleConfigName",
                "NotebookInstanceLifecycleConfigArn"
              ],
              "members": {
                "NotebookInstanceLifecycleConfigName": {},
                "NotebookInstanceLifecycleConfigArn": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                }
              }
            }
          }
        }
      }
    },
    "ListNotebookInstances": {
      "input": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "SortBy": {},
          "SortOrder": {},
          "NameContains": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "StatusEquals": {},
          "NotebookInstanceLifecycleConfigNameContains": {},
          "DefaultCodeRepositoryContains": {},
          "AdditionalCodeRepositoryEquals": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "NotebookInstances": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "NotebookInstanceName",
                "NotebookInstanceArn"
              ],
              "members": {
                "NotebookInstanceName": {},
                "NotebookInstanceArn": {},
                "NotebookInstanceStatus": {},
                "Url": {},
                "InstanceType": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "NotebookInstanceLifecycleConfigName": {},
                "DefaultCodeRepository": {},
                "AdditionalCodeRepositories": {
                  "shape": "Sef"
                }
              }
            }
          }
        }
      }
    },
    "ListPipelineExecutionSteps": {
      "input": {
        "type": "structure",
        "members": {
          "PipelineExecutionArn": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineExecutionSteps": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "StepName": {},
                "StartTime": {
                  "type": "timestamp"
                },
                "EndTime": {
                  "type": "timestamp"
                },
                "StepStatus": {},
                "CacheHitResult": {
                  "type": "structure",
                  "members": {
                    "SourcePipelineExecutionArn": {}
                  }
                },
                "FailureReason": {},
                "Metadata": {
                  "type": "structure",
                  "members": {
                    "TrainingJob": {
                      "type": "structure",
                      "members": {
                        "Arn": {}
                      }
                    },
                    "ProcessingJob": {
                      "type": "structure",
                      "members": {
                        "Arn": {}
                      }
                    },
                    "TransformJob": {
                      "type": "structure",
                      "members": {
                        "Arn": {}
                      }
                    },
                    "TuningJob": {
                      "type": "structure",
                      "members": {
                        "Arn": {}
                      }
                    },
                    "Model": {
                      "type": "structure",
                      "members": {
                        "Arn": {}
                      }
                    },
                    "RegisterModel": {
                      "type": "structure",
                      "members": {
                        "Arn": {}
                      }
                    },
                    "Condition": {
                      "type": "structure",
                      "members": {
                        "Outcome": {}
                      }
                    },
                    "Callback": {
                      "type": "structure",
                      "members": {
                        "CallbackToken": {},
                        "SqsQueueUrl": {},
                        "OutputParameters": {
                          "shape": "Syw"
                        }
                      }
                    },
                    "Lambda": {
                      "type": "structure",
                      "members": {
                        "Arn": {},
                        "OutputParameters": {
                          "shape": "Syw"
                        }
                      }
                    }
                  }
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListPipelineExecutions": {
      "input": {
        "type": "structure",
        "required": [
          "PipelineName"
        ],
        "members": {
          "PipelineName": {},
          "CreatedAfter": {
            "type": "timestamp"
          },
          "CreatedBefore": {
            "type": "timestamp"
          },
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineExecutionSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "PipelineExecutionArn": {},
                "StartTime": {
                  "type": "timestamp"
                },
                "PipelineExecutionStatus": {},
                "PipelineExecutionDescription": {},
                "PipelineExecutionDisplayName": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListPipelineParametersForExecution": {
      "input": {
        "type": "structure",
        "required": [
          "PipelineExecutionArn"
        ],
        "members": {
          "PipelineExecutionArn": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineParameters": {
            "shape": "Sz6"
          },
          "NextToken": {}
        }
      }
    },
    "ListPipelines": {
      "input": {
        "type": "structure",
        "members": {
          "PipelineNamePrefix": {},
          "CreatedAfter": {
            "type": "timestamp"
          },
          "CreatedBefore": {
            "type": "timestamp"
          },
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "PipelineArn": {},
                "PipelineName": {},
                "PipelineDisplayName": {},
                "PipelineDescription": {},
                "RoleArn": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "LastExecutionTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListProcessingJobs": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "NameContains": {},
          "StatusEquals": {},
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ProcessingJobSummaries"
        ],
        "members": {
          "ProcessingJobSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "ProcessingJobName",
                "ProcessingJobArn",
                "CreationTime",
                "ProcessingJobStatus"
              ],
              "members": {
                "ProcessingJobName": {},
                "ProcessingJobArn": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "ProcessingEndTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "ProcessingJobStatus": {},
                "FailureReason": {},
                "ExitMessage": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListProjects": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "MaxResults": {
            "type": "integer"
          },
          "NameContains": {},
          "NextToken": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ProjectSummaryList"
        ],
        "members": {
          "ProjectSummaryList": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "ProjectName",
                "ProjectArn",
                "ProjectId",
                "CreationTime",
                "ProjectStatus"
              ],
              "members": {
                "ProjectName": {},
                "ProjectDescription": {},
                "ProjectArn": {},
                "ProjectId": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "ProjectStatus": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListStudioLifecycleConfigs": {
      "input": {
        "type": "structure",
        "members": {
          "MaxResults": {
            "type": "integer"
          },
          "NextToken": {},
          "NameContains": {},
          "AppTypeEquals": {},
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "ModifiedTimeBefore": {
            "type": "timestamp"
          },
          "ModifiedTimeAfter": {
            "type": "timestamp"
          },
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "StudioLifecycleConfigs": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "StudioLifecycleConfigArn": {},
                "StudioLifecycleConfigName": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "StudioLifecycleConfigAppType": {}
              }
            }
          }
        }
      }
    },
    "ListSubscribedWorkteams": {
      "input": {
        "type": "structure",
        "members": {
          "NameContains": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "SubscribedWorkteams"
        ],
        "members": {
          "SubscribedWorkteams": {
            "type": "list",
            "member": {
              "shape": "Sqp"
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListTags": {
      "input": {
        "type": "structure",
        "required": [
          "ResourceArn"
        ],
        "members": {
          "ResourceArn": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "Tags": {
            "shape": "S7"
          },
          "NextToken": {}
        }
      }
    },
    "ListTrainingJobs": {
      "input": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "NameContains": {},
          "StatusEquals": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "TrainingJobSummaries"
        ],
        "members": {
          "TrainingJobSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "TrainingJobName",
                "TrainingJobArn",
                "CreationTime",
                "TrainingJobStatus"
              ],
              "members": {
                "TrainingJobName": {},
                "TrainingJobArn": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "TrainingEndTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "TrainingJobStatus": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListTrainingJobsForHyperParameterTuningJob": {
      "input": {
        "type": "structure",
        "required": [
          "HyperParameterTuningJobName"
        ],
        "members": {
          "HyperParameterTuningJobName": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "StatusEquals": {},
          "SortBy": {},
          "SortOrder": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "TrainingJobSummaries"
        ],
        "members": {
          "TrainingJobSummaries": {
            "type": "list",
            "member": {
              "shape": "Son"
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListTransformJobs": {
      "input": {
        "type": "structure",
        "members": {
          "CreationTimeAfter": {
            "type": "timestamp"
          },
          "CreationTimeBefore": {
            "type": "timestamp"
          },
          "LastModifiedTimeAfter": {
            "type": "timestamp"
          },
          "LastModifiedTimeBefore": {
            "type": "timestamp"
          },
          "NameContains": {},
          "StatusEquals": {},
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "TransformJobSummaries"
        ],
        "members": {
          "TransformJobSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "TransformJobName",
                "TransformJobArn",
                "CreationTime",
                "TransformJobStatus"
              ],
              "members": {
                "TransformJobName": {},
                "TransformJobArn": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "TransformEndTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "TransformJobStatus": {},
                "FailureReason": {}
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListTrialComponents": {
      "input": {
        "type": "structure",
        "members": {
          "ExperimentName": {},
          "TrialName": {},
          "SourceArn": {},
          "CreatedAfter": {
            "type": "timestamp"
          },
          "CreatedBefore": {
            "type": "timestamp"
          },
          "SortBy": {},
          "SortOrder": {},
          "MaxResults": {
            "type": "integer"
          },
          "NextToken": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "TrialComponentSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "TrialComponentName": {},
                "TrialComponentArn": {},
                "DisplayName": {},
                "TrialComponentSource": {
                  "shape": "Srg"
                },
                "Status": {
                  "shape": "Shs"
                },
                "StartTime": {
                  "type": "timestamp"
                },
                "EndTime": {
                  "type": "timestamp"
                },
                "CreationTime": {
                  "type": "timestamp"
                },
                "CreatedBy": {
                  "shape": "Skq"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                },
                "LastModifiedBy": {
                  "shape": "Skq"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListTrials": {
      "input": {
        "type": "structure",
        "members": {
          "ExperimentName": {},
          "TrialComponentName": {},
          "CreatedAfter": {
            "type": "timestamp"
          },
          "CreatedBefore": {
            "type": "timestamp"
          },
          "SortBy": {},
          "SortOrder": {},
          "MaxResults": {
            "type": "integer"
          },
          "NextToken": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "TrialSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "TrialArn": {},
                "TrialName": {},
                "DisplayName": {},
                "TrialSource": {
                  "shape": "Src"
                },
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListUserProfiles": {
      "input": {
        "type": "structure",
        "members": {
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          },
          "SortOrder": {},
          "SortBy": {},
          "DomainIdEquals": {},
          "UserProfileNameContains": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "UserProfiles": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "DomainId": {},
                "UserProfileName": {},
                "Status": {},
                "CreationTime": {
                  "type": "timestamp"
                },
                "LastModifiedTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListWorkforces": {
      "input": {
        "type": "structure",
        "members": {
          "SortBy": {},
          "SortOrder": {},
          "NameContains": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "Workforces"
        ],
        "members": {
          "Workforces": {
            "type": "list",
            "member": {
              "shape": "Srs"
            }
          },
          "NextToken": {}
        }
      }
    },
    "ListWorkteams": {
      "input": {
        "type": "structure",
        "members": {
          "SortBy": {},
          "SortOrder": {},
          "NameContains": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "Workteams"
        ],
        "members": {
          "Workteams": {
            "type": "list",
            "member": {
              "shape": "Srw"
            }
          },
          "NextToken": {}
        }
      }
    },
    "PutModelPackageGroupPolicy": {
      "input": {
        "type": "structure",
        "required": [
          "ModelPackageGroupName",
          "ResourcePolicy"
        ],
        "members": {
          "ModelPackageGroupName": {},
          "ResourcePolicy": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ModelPackageGroupArn"
        ],
        "members": {
          "ModelPackageGroupArn": {}
        }
      }
    },
    "RegisterDevices": {
      "input": {
        "type": "structure",
        "required": [
          "DeviceFleetName",
          "Devices"
        ],
        "members": {
          "DeviceFleetName": {},
          "Devices": {
            "shape": "S111"
          },
          "Tags": {
            "shape": "S7"
          }
        }
      }
    },
    "RenderUiTemplate": {
      "input": {
        "type": "structure",
        "required": [
          "Task",
          "RoleArn"
        ],
        "members": {
          "UiTemplate": {
            "shape": "Sa8"
          },
          "Task": {
            "type": "structure",
            "required": [
              "Input"
            ],
            "members": {
              "Input": {}
            }
          },
          "RoleArn": {},
          "HumanTaskUiArn": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "RenderedContent",
          "Errors"
        ],
        "members": {
          "RenderedContent": {},
          "Errors": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "Code",
                "Message"
              ],
              "members": {
                "Code": {},
                "Message": {}
              }
            }
          }
        }
      }
    },
    "RetryPipelineExecution": {
      "input": {
        "type": "structure",
        "required": [
          "PipelineExecutionArn",
          "ClientRequestToken"
        ],
        "members": {
          "PipelineExecutionArn": {},
          "ClientRequestToken": {
            "idempotencyToken": true
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineExecutionArn": {}
        }
      }
    },
    "Search": {
      "input": {
        "type": "structure",
        "required": [
          "Resource"
        ],
        "members": {
          "Resource": {},
          "SearchExpression": {
            "shape": "S11c"
          },
          "SortBy": {},
          "SortOrder": {},
          "NextToken": {},
          "MaxResults": {
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "Results": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "TrainingJob": {
                  "shape": "S11p"
                },
                "Experiment": {
                  "type": "structure",
                  "members": {
                    "ExperimentName": {},
                    "ExperimentArn": {},
                    "DisplayName": {},
                    "Source": {
                      "shape": "Sny"
                    },
                    "Description": {},
                    "CreationTime": {
                      "type": "timestamp"
                    },
                    "CreatedBy": {
                      "shape": "Skq"
                    },
                    "LastModifiedTime": {
                      "type": "timestamp"
                    },
                    "LastModifiedBy": {
                      "shape": "Skq"
                    },
                    "Tags": {
                      "shape": "S7"
                    }
                  }
                },
                "Trial": {
                  "type": "structure",
                  "members": {
                    "TrialName": {},
                    "TrialArn": {},
                    "DisplayName": {},
                    "ExperimentName": {},
                    "Source": {
                      "shape": "Src"
                    },
                    "CreationTime": {
                      "type": "timestamp"
                    },
                    "CreatedBy": {
                      "shape": "Skq"
                    },
                    "LastModifiedTime": {
                      "type": "timestamp"
                    },
                    "LastModifiedBy": {
                      "shape": "Skq"
                    },
                    "MetadataProperties": {
                      "shape": "Sp"
                    },
                    "Tags": {
                      "shape": "S7"
                    },
                    "TrialComponentSummaries": {
                      "type": "list",
                      "member": {
                        "type": "structure",
                        "members": {
                          "TrialComponentName": {},
                          "TrialComponentArn": {},
                          "TrialComponentSource": {
                            "shape": "Srg"
                          },
                          "CreationTime": {
                            "type": "timestamp"
                          },
                          "CreatedBy": {
                            "shape": "Skq"
                          }
                        }
                      }
                    }
                  }
                },
                "TrialComponent": {
                  "type": "structure",
                  "members": {
                    "TrialComponentName": {},
                    "DisplayName": {},
                    "TrialComponentArn": {},
                    "Source": {
                      "shape": "Srg"
                    },
                    "Status": {
                      "shape": "Shs"
                    },
                    "StartTime": {
                      "type": "timestamp"
                    },
                    "EndTime": {
                      "type": "timestamp"
                    },
                    "CreationTime": {
                      "type": "timestamp"
                    },
                    "CreatedBy": {
                      "shape": "Skq"
                    },
                    "LastModifiedTime": {
                      "type": "timestamp"
                    },
                    "LastModifiedBy": {
                      "shape": "Skq"
                    },
                    "Parameters": {
                      "shape": "Shw"
                    },
                    "InputArtifacts": {
                      "shape": "Si0"
                    },
                    "OutputArtifacts": {
                      "shape": "Si0"
                    },
                    "Metrics": {
                      "shape": "Sri"
                    },
                    "MetadataProperties": {
                      "shape": "Sp"
                    },
                    "SourceDetail": {
                      "type": "structure",
                      "members": {
                        "SourceArn": {},
                        "TrainingJob": {
                          "shape": "S11p"
                        },
                        "ProcessingJob": {
                          "type": "structure",
                          "members": {
                            "ProcessingInputs": {
                              "shape": "Sf6"
                            },
                            "ProcessingOutputConfig": {
                              "shape": "Sft"
                            },
                            "ProcessingJobName": {},
                            "ProcessingResources": {
                              "shape": "Sfy"
                            },
                            "StoppingCondition": {
                              "shape": "Sg0"
                            },
                            "AppSpecification": {
                              "shape": "Sg2"
                            },
                            "Environment": {
                              "shape": "Sg4"
                            },
                            "NetworkConfig": {
                              "shape": "Se2"
                            },
                            "RoleArn": {},
                            "ExperimentConfig": {
                              "shape": "Sg5"
                            },
                            "ProcessingJobArn": {},
                            "ProcessingJobStatus": {},
                            "ExitMessage": {},
                            "FailureReason": {},
                            "ProcessingEndTime": {
                              "type": "timestamp"
                            },
                            "ProcessingStartTime": {
                              "type": "timestamp"
                            },
                            "LastModifiedTime": {
                              "type": "timestamp"
                            },
                            "CreationTime": {
                              "type": "timestamp"
                            },
                            "MonitoringScheduleArn": {},
                            "AutoMLJobArn": {},
                            "TrainingJobArn": {},
                            "Tags": {
                              "shape": "S7"
                            }
                          }
                        },
                        "TransformJob": {
                          "type": "structure",
                          "members": {
                            "TransformJobName": {},
                            "TransformJobArn": {},
                            "TransformJobStatus": {},
                            "FailureReason": {},
                            "ModelName": {},
                            "MaxConcurrentTransforms": {
                              "type": "integer"
                            },
                            "ModelClientConfig": {
                              "shape": "Shh"
                            },
                            "MaxPayloadInMB": {
                              "type": "integer"
                            },
                            "BatchStrategy": {},
                            "Environment": {
                              "shape": "S38"
                            },
                            "TransformInput": {
                              "shape": "S3b"
                            },
                            "TransformOutput": {
                              "shape": "S3f"
                            },
                            "TransformResources": {
                              "shape": "S3i"
                            },
                            "CreationTime": {
                              "type": "timestamp"
                            },
                            "TransformStartTime": {
                              "type": "timestamp"
                            },
                            "TransformEndTime": {
                              "type": "timestamp"
                            },
                            "LabelingJobArn": {},
                            "AutoMLJobArn": {},
                            "DataProcessing": {
                              "shape": "Shk"
                            },
                            "ExperimentConfig": {
                              "shape": "Sg5"
                            },
                            "Tags": {
                              "shape": "S7"
                            }
                          }
                        }
                      }
                    },
                    "Tags": {
                      "shape": "S7"
                    },
                    "Parents": {
                      "type": "list",
                      "member": {
                        "type": "structure",
                        "members": {
                          "TrialName": {},
                          "ExperimentName": {}
                        }
                      }
                    }
                  }
                },
                "Endpoint": {
                  "type": "structure",
                  "required": [
                    "EndpointName",
                    "EndpointArn",
                    "EndpointConfigName",
                    "EndpointStatus",
                    "CreationTime",
                    "LastModifiedTime"
                  ],
                  "members": {
                    "EndpointName": {},
                    "EndpointArn": {},
                    "EndpointConfigName": {},
                    "ProductionVariants": {
                      "shape": "Sn8"
                    },
                    "DataCaptureConfig": {
                      "shape": "Snd"
                    },
                    "EndpointStatus": {},
                    "FailureReason": {},
                    "CreationTime": {
                      "type": "timestamp"
                    },
                    "LastModifiedTime": {
                      "type": "timestamp"
                    },
                    "MonitoringSchedules": {
                      "type": "list",
                      "member": {
                        "type": "structure",
                        "members": {
                          "MonitoringScheduleArn": {},
                          "MonitoringScheduleName": {},
                          "MonitoringScheduleStatus": {},
                          "MonitoringType": {},
                          "FailureReason": {},
                          "CreationTime": {
                            "type": "timestamp"
                          },
                          "LastModifiedTime": {
                            "type": "timestamp"
                          },
                          "MonitoringScheduleConfig": {
                            "shape": "Sdu"
                          },
                          "EndpointName": {},
                          "LastMonitoringExecutionSummary": {
                            "shape": "Spr"
                          },
                          "Tags": {
                            "shape": "S7"
                          }
                        }
                      }
                    },
                    "Tags": {
                      "shape": "S7"
                    }
                  }
                },
                "ModelPackage": {
                  "type": "structure",
                  "members": {
                    "ModelPackageName": {},
                    "ModelPackageGroupName": {},
                    "ModelPackageVersion": {
                      "type": "integer"
                    },
                    "ModelPackageArn": {},
                    "ModelPackageDescription": {},
                    "CreationTime": {
                      "type": "timestamp"
                    },
                    "InferenceSpecification": {
                      "shape": "S1t"
                    },
                    "SourceAlgorithmSpecification": {
                      "shape": "Sd6"
                    },
                    "ValidationSpecification": {
                      "shape": "Sd3"
                    },
                    "ModelPackageStatus": {},
                    "ModelPackageStatusDetails": {
                      "shape": "Spe"
                    },
                    "CertifyForMarketplace": {
                      "type": "boolean"
                    },
                    "ModelApprovalStatus": {},
                    "CreatedBy": {
                      "shape": "Skq"
                    },
                    "MetadataProperties": {
                      "shape": "Sp"
                    },
                    "ModelMetrics": {
                      "shape": "Sda"
                    },
                    "LastModifiedTime": {
                      "type": "timestamp"
                    },
                    "LastModifiedBy": {
                      "shape": "Skq"
                    },
                    "ApprovalDescription": {},
                    "Tags": {
                      "shape": "S7"
                    }
                  }
                },
                "ModelPackageGroup": {
                  "type": "structure",
                  "members": {
                    "ModelPackageGroupName": {},
                    "ModelPackageGroupArn": {},
                    "ModelPackageGroupDescription": {},
                    "CreationTime": {
                      "type": "timestamp"
                    },
                    "CreatedBy": {
                      "shape": "Skq"
                    },
                    "ModelPackageGroupStatus": {},
                    "Tags": {
                      "shape": "S7"
                    }
                  }
                },
                "Pipeline": {
                  "type": "structure",
                  "members": {
                    "PipelineArn": {},
                    "PipelineName": {},
                    "PipelineDisplayName": {},
                    "PipelineDescription": {},
                    "RoleArn": {},
                    "PipelineStatus": {},
                    "CreationTime": {
                      "type": "timestamp"
                    },
                    "LastModifiedTime": {
                      "type": "timestamp"
                    },
                    "LastRunTime": {
                      "type": "timestamp"
                    },
                    "CreatedBy": {
                      "shape": "Skq"
                    },
                    "LastModifiedBy": {
                      "shape": "Skq"
                    },
                    "Tags": {
                      "shape": "S7"
                    }
                  }
                },
                "PipelineExecution": {
                  "type": "structure",
                  "members": {
                    "PipelineArn": {},
                    "PipelineExecutionArn": {},
                    "PipelineExecutionDisplayName": {},
                    "PipelineExecutionStatus": {},
                    "PipelineExecutionDescription": {},
                    "PipelineExperimentConfig": {
                      "shape": "Sqa"
                    },
                    "FailureReason": {},
                    "CreationTime": {
                      "type": "timestamp"
                    },
                    "LastModifiedTime": {
                      "type": "timestamp"
                    },
                    "CreatedBy": {
                      "shape": "Skq"
                    },
                    "LastModifiedBy": {
                      "shape": "Skq"
                    },
                    "PipelineParameters": {
                      "shape": "Sz6"
                    }
                  }
                },
                "FeatureGroup": {
                  "type": "structure",
                  "members": {
                    "FeatureGroupArn": {},
                    "FeatureGroupName": {},
                    "RecordIdentifierFeatureName": {},
                    "EventTimeFeatureName": {},
                    "FeatureDefinitions": {
                      "shape": "S93"
                    },
                    "CreationTime": {
                      "type": "timestamp"
                    },
                    "OnlineStoreConfig": {
                      "shape": "S96"
                    },
                    "OfflineStoreConfig": {
                      "shape": "S98"
                    },
                    "RoleArn": {},
                    "FeatureGroupStatus": {},
                    "OfflineStoreStatus": {
                      "shape": "So4"
                    },
                    "FailureReason": {},
                    "Description": {},
                    "Tags": {
                      "shape": "S7"
                    }
                  }
                },
                "Project": {
                  "type": "structure",
                  "members": {
                    "ProjectArn": {},
                    "ProjectName": {},
                    "ProjectId": {},
                    "ProjectDescription": {},
                    "ServiceCatalogProvisioningDetails": {
                      "shape": "Sga"
                    },
                    "ServiceCatalogProvisionedProductDetails": {
                      "shape": "Sqi"
                    },
                    "ProjectStatus": {},
                    "CreatedBy": {
                      "shape": "Skq"
                    },
                    "CreationTime": {
                      "type": "timestamp"
                    },
                    "Tags": {
                      "shape": "S7"
                    }
                  }
                }
              }
            }
          },
          "NextToken": {}
        }
      }
    },
    "SendPipelineExecutionStepFailure": {
      "input": {
        "type": "structure",
        "required": [
          "CallbackToken"
        ],
        "members": {
          "CallbackToken": {},
          "FailureReason": {},
          "ClientRequestToken": {
            "idempotencyToken": true
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineExecutionArn": {}
        }
      }
    },
    "SendPipelineExecutionStepSuccess": {
      "input": {
        "type": "structure",
        "required": [
          "CallbackToken"
        ],
        "members": {
          "CallbackToken": {},
          "OutputParameters": {
            "shape": "Syw"
          },
          "ClientRequestToken": {
            "idempotencyToken": true
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineExecutionArn": {}
        }
      }
    },
    "StartMonitoringSchedule": {
      "input": {
        "type": "structure",
        "required": [
          "MonitoringScheduleName"
        ],
        "members": {
          "MonitoringScheduleName": {}
        }
      }
    },
    "StartNotebookInstance": {
      "input": {
        "type": "structure",
        "required": [
          "NotebookInstanceName"
        ],
        "members": {
          "NotebookInstanceName": {}
        }
      }
    },
    "StartPipelineExecution": {
      "input": {
        "type": "structure",
        "required": [
          "PipelineName",
          "ClientRequestToken"
        ],
        "members": {
          "PipelineName": {},
          "PipelineExecutionDisplayName": {},
          "PipelineParameters": {
            "shape": "Sz6"
          },
          "PipelineExecutionDescription": {},
          "ClientRequestToken": {
            "idempotencyToken": true
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineExecutionArn": {}
        }
      }
    },
    "StopAutoMLJob": {
      "input": {
        "type": "structure",
        "required": [
          "AutoMLJobName"
        ],
        "members": {
          "AutoMLJobName": {}
        }
      }
    },
    "StopCompilationJob": {
      "input": {
        "type": "structure",
        "required": [
          "CompilationJobName"
        ],
        "members": {
          "CompilationJobName": {}
        }
      }
    },
    "StopEdgePackagingJob": {
      "input": {
        "type": "structure",
        "required": [
          "EdgePackagingJobName"
        ],
        "members": {
          "EdgePackagingJobName": {}
        }
      }
    },
    "StopHyperParameterTuningJob": {
      "input": {
        "type": "structure",
        "required": [
          "HyperParameterTuningJobName"
        ],
        "members": {
          "HyperParameterTuningJobName": {}
        }
      }
    },
    "StopLabelingJob": {
      "input": {
        "type": "structure",
        "required": [
          "LabelingJobName"
        ],
        "members": {
          "LabelingJobName": {}
        }
      }
    },
    "StopMonitoringSchedule": {
      "input": {
        "type": "structure",
        "required": [
          "MonitoringScheduleName"
        ],
        "members": {
          "MonitoringScheduleName": {}
        }
      }
    },
    "StopNotebookInstance": {
      "input": {
        "type": "structure",
        "required": [
          "NotebookInstanceName"
        ],
        "members": {
          "NotebookInstanceName": {}
        }
      }
    },
    "StopPipelineExecution": {
      "input": {
        "type": "structure",
        "required": [
          "PipelineExecutionArn",
          "ClientRequestToken"
        ],
        "members": {
          "PipelineExecutionArn": {},
          "ClientRequestToken": {
            "idempotencyToken": true
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineExecutionArn": {}
        }
      }
    },
    "StopProcessingJob": {
      "input": {
        "type": "structure",
        "required": [
          "ProcessingJobName"
        ],
        "members": {
          "ProcessingJobName": {}
        }
      }
    },
    "StopTrainingJob": {
      "input": {
        "type": "structure",
        "required": [
          "TrainingJobName"
        ],
        "members": {
          "TrainingJobName": {}
        }
      }
    },
    "StopTransformJob": {
      "input": {
        "type": "structure",
        "required": [
          "TransformJobName"
        ],
        "members": {
          "TransformJobName": {}
        }
      }
    },
    "UpdateAction": {
      "input": {
        "type": "structure",
        "required": [
          "ActionName"
        ],
        "members": {
          "ActionName": {},
          "Description": {},
          "Status": {},
          "Properties": {
            "shape": "Sn"
          },
          "PropertiesToRemove": {
            "shape": "S12u"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ActionArn": {}
        }
      }
    },
    "UpdateAppImageConfig": {
      "input": {
        "type": "structure",
        "required": [
          "AppImageConfigName"
        ],
        "members": {
          "AppImageConfigName": {},
          "KernelGatewayImageConfig": {
            "shape": "S41"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "AppImageConfigArn": {}
        }
      }
    },
    "UpdateArtifact": {
      "input": {
        "type": "structure",
        "required": [
          "ArtifactArn"
        ],
        "members": {
          "ArtifactArn": {},
          "ArtifactName": {},
          "Properties": {
            "shape": "Sn"
          },
          "PropertiesToRemove": {
            "shape": "S12u"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ArtifactArn": {}
        }
      }
    },
    "UpdateCodeRepository": {
      "input": {
        "type": "structure",
        "required": [
          "CodeRepositoryName"
        ],
        "members": {
          "CodeRepositoryName": {},
          "GitConfig": {
            "type": "structure",
            "members": {
              "SecretArn": {}
            }
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "CodeRepositoryArn"
        ],
        "members": {
          "CodeRepositoryArn": {}
        }
      }
    },
    "UpdateContext": {
      "input": {
        "type": "structure",
        "required": [
          "ContextName"
        ],
        "members": {
          "ContextName": {},
          "Description": {},
          "Properties": {
            "shape": "Sn"
          },
          "PropertiesToRemove": {
            "shape": "S12u"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ContextArn": {}
        }
      }
    },
    "UpdateDeviceFleet": {
      "input": {
        "type": "structure",
        "required": [
          "DeviceFleetName",
          "OutputConfig"
        ],
        "members": {
          "DeviceFleetName": {},
          "RoleArn": {},
          "Description": {},
          "OutputConfig": {
            "shape": "S7b"
          },
          "EnableIotRoleAlias": {
            "type": "boolean"
          }
        }
      }
    },
    "UpdateDevices": {
      "input": {
        "type": "structure",
        "required": [
          "DeviceFleetName",
          "Devices"
        ],
        "members": {
          "DeviceFleetName": {},
          "Devices": {
            "shape": "S111"
          }
        }
      }
    },
    "UpdateDomain": {
      "input": {
        "type": "structure",
        "required": [
          "DomainId"
        ],
        "members": {
          "DomainId": {},
          "DefaultUserSettings": {
            "shape": "S7h"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "DomainArn": {}
        }
      }
    },
    "UpdateEndpoint": {
      "input": {
        "type": "structure",
        "required": [
          "EndpointName",
          "EndpointConfigName"
        ],
        "members": {
          "EndpointName": {},
          "EndpointConfigName": {},
          "RetainAllVariantProperties": {
            "type": "boolean"
          },
          "ExcludeRetainedVariantProperties": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "VariantPropertyType"
              ],
              "members": {
                "VariantPropertyType": {}
              }
            }
          },
          "DeploymentConfig": {
            "shape": "Sng"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "EndpointArn"
        ],
        "members": {
          "EndpointArn": {}
        }
      }
    },
    "UpdateEndpointWeightsAndCapacities": {
      "input": {
        "type": "structure",
        "required": [
          "EndpointName",
          "DesiredWeightsAndCapacities"
        ],
        "members": {
          "EndpointName": {},
          "DesiredWeightsAndCapacities": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "VariantName"
              ],
              "members": {
                "VariantName": {},
                "DesiredWeight": {
                  "type": "float"
                },
                "DesiredInstanceCount": {
                  "type": "integer"
                }
              }
            }
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "EndpointArn"
        ],
        "members": {
          "EndpointArn": {}
        }
      }
    },
    "UpdateExperiment": {
      "input": {
        "type": "structure",
        "required": [
          "ExperimentName"
        ],
        "members": {
          "ExperimentName": {},
          "DisplayName": {},
          "Description": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ExperimentArn": {}
        }
      }
    },
    "UpdateImage": {
      "input": {
        "type": "structure",
        "required": [
          "ImageName"
        ],
        "members": {
          "DeleteProperties": {
            "type": "list",
            "member": {}
          },
          "Description": {},
          "DisplayName": {},
          "ImageName": {},
          "RoleArn": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "ImageArn": {}
        }
      }
    },
    "UpdateModelPackage": {
      "input": {
        "type": "structure",
        "required": [
          "ModelPackageArn",
          "ModelApprovalStatus"
        ],
        "members": {
          "ModelPackageArn": {},
          "ModelApprovalStatus": {},
          "ApprovalDescription": {}
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "ModelPackageArn"
        ],
        "members": {
          "ModelPackageArn": {}
        }
      }
    },
    "UpdateMonitoringSchedule": {
      "input": {
        "type": "structure",
        "required": [
          "MonitoringScheduleName",
          "MonitoringScheduleConfig"
        ],
        "members": {
          "MonitoringScheduleName": {},
          "MonitoringScheduleConfig": {
            "shape": "Sdu"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "MonitoringScheduleArn"
        ],
        "members": {
          "MonitoringScheduleArn": {}
        }
      }
    },
    "UpdateNotebookInstance": {
      "input": {
        "type": "structure",
        "required": [
          "NotebookInstanceName"
        ],
        "members": {
          "NotebookInstanceName": {},
          "InstanceType": {},
          "RoleArn": {},
          "LifecycleConfigName": {},
          "DisassociateLifecycleConfig": {
            "type": "boolean"
          },
          "VolumeSizeInGB": {
            "type": "integer"
          },
          "DefaultCodeRepository": {},
          "AdditionalCodeRepositories": {
            "shape": "Sef"
          },
          "AcceleratorTypes": {
            "shape": "Sec"
          },
          "DisassociateAcceleratorTypes": {
            "type": "boolean"
          },
          "DisassociateDefaultCodeRepository": {
            "type": "boolean"
          },
          "DisassociateAdditionalCodeRepositories": {
            "type": "boolean"
          },
          "RootAccess": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      }
    },
    "UpdateNotebookInstanceLifecycleConfig": {
      "input": {
        "type": "structure",
        "required": [
          "NotebookInstanceLifecycleConfigName"
        ],
        "members": {
          "NotebookInstanceLifecycleConfigName": {},
          "OnCreate": {
            "shape": "Sel"
          },
          "OnStart": {
            "shape": "Sel"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      }
    },
    "UpdatePipeline": {
      "input": {
        "type": "structure",
        "required": [
          "PipelineName"
        ],
        "members": {
          "PipelineName": {},
          "PipelineDisplayName": {},
          "PipelineDefinition": {},
          "PipelineDescription": {},
          "RoleArn": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineArn": {}
        }
      }
    },
    "UpdatePipelineExecution": {
      "input": {
        "type": "structure",
        "required": [
          "PipelineExecutionArn"
        ],
        "members": {
          "PipelineExecutionArn": {},
          "PipelineExecutionDescription": {},
          "PipelineExecutionDisplayName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "PipelineExecutionArn": {}
        }
      }
    },
    "UpdateTrainingJob": {
      "input": {
        "type": "structure",
        "required": [
          "TrainingJobName"
        ],
        "members": {
          "TrainingJobName": {},
          "ProfilerConfig": {
            "type": "structure",
            "members": {
              "S3OutputPath": {},
              "ProfilingIntervalInMilliseconds": {
                "type": "long"
              },
              "ProfilingParameters": {
                "shape": "Sh7"
              },
              "DisableProfiler": {
                "type": "boolean"
              }
            }
          },
          "ProfilerRuleConfigurations": {
            "shape": "Sh8"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "TrainingJobArn"
        ],
        "members": {
          "TrainingJobArn": {}
        }
      }
    },
    "UpdateTrial": {
      "input": {
        "type": "structure",
        "required": [
          "TrialName"
        ],
        "members": {
          "TrialName": {},
          "DisplayName": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "TrialArn": {}
        }
      }
    },
    "UpdateTrialComponent": {
      "input": {
        "type": "structure",
        "required": [
          "TrialComponentName"
        ],
        "members": {
          "TrialComponentName": {},
          "DisplayName": {},
          "Status": {
            "shape": "Shs"
          },
          "StartTime": {
            "type": "timestamp"
          },
          "EndTime": {
            "type": "timestamp"
          },
          "Parameters": {
            "shape": "Shw"
          },
          "ParametersToRemove": {
            "shape": "S14b"
          },
          "InputArtifacts": {
            "shape": "Si0"
          },
          "InputArtifactsToRemove": {
            "shape": "S14b"
          },
          "OutputArtifacts": {
            "shape": "Si0"
          },
          "OutputArtifactsToRemove": {
            "shape": "S14b"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "TrialComponentArn": {}
        }
      }
    },
    "UpdateUserProfile": {
      "input": {
        "type": "structure",
        "required": [
          "DomainId",
          "UserProfileName"
        ],
        "members": {
          "DomainId": {},
          "UserProfileName": {},
          "UserSettings": {
            "shape": "S7h"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "UserProfileArn": {}
        }
      }
    },
    "UpdateWorkforce": {
      "input": {
        "type": "structure",
        "required": [
          "WorkforceName"
        ],
        "members": {
          "WorkforceName": {},
          "SourceIpConfig": {
            "shape": "Sih"
          },
          "OidcConfig": {
            "shape": "Sie"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "Workforce"
        ],
        "members": {
          "Workforce": {
            "shape": "Srs"
          }
        }
      }
    },
    "UpdateWorkteam": {
      "input": {
        "type": "structure",
        "required": [
          "WorkteamName"
        ],
        "members": {
          "WorkteamName": {},
          "MemberDefinitions": {
            "shape": "Sip"
          },
          "Description": {},
          "NotificationConfiguration": {
            "shape": "Six"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "Workteam"
        ],
        "members": {
          "Workteam": {
            "shape": "Srw"
          }
        }
      }
    }
  },
  "shapes": {
    "S7": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "Key",
          "Value"
        ],
        "members": {
          "Key": {},
          "Value": {}
        }
      }
    },
    "Si": {
      "type": "structure",
      "required": [
        "SourceUri"
      ],
      "members": {
        "SourceUri": {},
        "SourceType": {},
        "SourceId": {}
      }
    },
    "Sn": {
      "type": "map",
      "key": {},
      "value": {}
    },
    "Sp": {
      "type": "structure",
      "members": {
        "CommitId": {},
        "Repository": {},
        "GeneratedBy": {},
        "ProjectId": {}
      }
    },
    "Sw": {
      "type": "structure",
      "required": [
        "TrainingImage",
        "SupportedTrainingInstanceTypes",
        "TrainingChannels"
      ],
      "members": {
        "TrainingImage": {},
        "TrainingImageDigest": {},
        "SupportedHyperParameters": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "Name",
              "Type"
            ],
            "members": {
              "Name": {},
              "Description": {},
              "Type": {},
              "Range": {
                "type": "structure",
                "members": {
                  "IntegerParameterRangeSpecification": {
                    "type": "structure",
                    "required": [
                      "MinValue",
                      "MaxValue"
                    ],
                    "members": {
                      "MinValue": {},
                      "MaxValue": {}
                    }
                  },
                  "ContinuousParameterRangeSpecification": {
                    "type": "structure",
                    "required": [
                      "MinValue",
                      "MaxValue"
                    ],
                    "members": {
                      "MinValue": {},
                      "MaxValue": {}
                    }
                  },
                  "CategoricalParameterRangeSpecification": {
                    "type": "structure",
                    "required": [
                      "Values"
                    ],
                    "members": {
                      "Values": {
                        "shape": "S18"
                      }
                    }
                  }
                }
              },
              "IsTunable": {
                "type": "boolean"
              },
              "IsRequired": {
                "type": "boolean"
              },
              "DefaultValue": {}
            }
          }
        },
        "SupportedTrainingInstanceTypes": {
          "type": "list",
          "member": {}
        },
        "SupportsDistributedTraining": {
          "type": "boolean"
        },
        "MetricDefinitions": {
          "shape": "S1d"
        },
        "TrainingChannels": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "Name",
              "SupportedContentTypes",
              "SupportedInputModes"
            ],
            "members": {
              "Name": {},
              "Description": {},
              "IsRequired": {
                "type": "boolean"
              },
              "SupportedContentTypes": {
                "shape": "S1k"
              },
              "SupportedCompressionTypes": {
                "type": "list",
                "member": {}
              },
              "SupportedInputModes": {
                "type": "list",
                "member": {}
              }
            }
          }
        },
        "SupportedTuningJobObjectiveMetrics": {
          "type": "list",
          "member": {
            "shape": "S1r"
          }
        }
      }
    },
    "S18": {
      "type": "list",
      "member": {}
    },
    "S1d": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "Name",
          "Regex"
        ],
        "members": {
          "Name": {},
          "Regex": {}
        }
      }
    },
    "S1k": {
      "type": "list",
      "member": {}
    },
    "S1r": {
      "type": "structure",
      "required": [
        "Type",
        "MetricName"
      ],
      "members": {
        "Type": {},
        "MetricName": {}
      }
    },
    "S1t": {
      "type": "structure",
      "required": [
        "Containers",
        "SupportedContentTypes",
        "SupportedResponseMIMETypes"
      ],
      "members": {
        "Containers": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "Image"
            ],
            "members": {
              "ContainerHostname": {},
              "Image": {},
              "ImageDigest": {},
              "ModelDataUrl": {},
              "ProductId": {},
              "Environment": {
                "shape": "S1z"
              }
            }
          }
        },
        "SupportedTransformInstanceTypes": {
          "type": "list",
          "member": {}
        },
        "SupportedRealtimeInferenceInstanceTypes": {
          "type": "list",
          "member": {}
        },
        "SupportedContentTypes": {
          "shape": "S1k"
        },
        "SupportedResponseMIMETypes": {
          "type": "list",
          "member": {}
        }
      }
    },
    "S1z": {
      "type": "map",
      "key": {},
      "value": {}
    },
    "S28": {
      "type": "structure",
      "required": [
        "ValidationRole",
        "ValidationProfiles"
      ],
      "members": {
        "ValidationRole": {},
        "ValidationProfiles": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "ProfileName",
              "TrainingJobDefinition"
            ],
            "members": {
              "ProfileName": {},
              "TrainingJobDefinition": {
                "type": "structure",
                "required": [
                  "TrainingInputMode",
                  "InputDataConfig",
                  "OutputDataConfig",
                  "ResourceConfig",
                  "StoppingCondition"
                ],
                "members": {
                  "TrainingInputMode": {},
                  "HyperParameters": {
                    "shape": "S2d"
                  },
                  "InputDataConfig": {
                    "shape": "S2f"
                  },
                  "OutputDataConfig": {
                    "shape": "S2w"
                  },
                  "ResourceConfig": {
                    "shape": "S2y"
                  },
                  "StoppingCondition": {
                    "shape": "S31"
                  }
                }
              },
              "TransformJobDefinition": {
                "shape": "S34"
              }
            }
          }
        }
      }
    },
    "S2d": {
      "type": "map",
      "key": {},
      "value": {}
    },
    "S2f": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "ChannelName",
          "DataSource"
        ],
        "members": {
          "ChannelName": {},
          "DataSource": {
            "type": "structure",
            "members": {
              "S3DataSource": {
                "type": "structure",
                "required": [
                  "S3DataType",
                  "S3Uri"
                ],
                "members": {
                  "S3DataType": {},
                  "S3Uri": {},
                  "S3DataDistributionType": {},
                  "AttributeNames": {
                    "type": "list",
                    "member": {}
                  }
                }
              },
              "FileSystemDataSource": {
                "type": "structure",
                "required": [
                  "FileSystemId",
                  "FileSystemAccessMode",
                  "FileSystemType",
                  "DirectoryPath"
                ],
                "members": {
                  "FileSystemId": {},
                  "FileSystemAccessMode": {},
                  "FileSystemType": {},
                  "DirectoryPath": {}
                }
              }
            }
          },
          "ContentType": {},
          "CompressionType": {},
          "RecordWrapperType": {},
          "InputMode": {},
          "ShuffleConfig": {
            "type": "structure",
            "required": [
              "Seed"
            ],
            "members": {
              "Seed": {
                "type": "long"
              }
            }
          }
        }
      }
    },
    "S2w": {
      "type": "structure",
      "required": [
        "S3OutputPath"
      ],
      "members": {
        "KmsKeyId": {},
        "S3OutputPath": {}
      }
    },
    "S2y": {
      "type": "structure",
      "required": [
        "InstanceType",
        "InstanceCount",
        "VolumeSizeInGB"
      ],
      "members": {
        "InstanceType": {},
        "InstanceCount": {
          "type": "integer"
        },
        "VolumeSizeInGB": {
          "type": "integer"
        },
        "VolumeKmsKeyId": {}
      }
    },
    "S31": {
      "type": "structure",
      "members": {
        "MaxRuntimeInSeconds": {
          "type": "integer"
        },
        "MaxWaitTimeInSeconds": {
          "type": "integer"
        }
      }
    },
    "S34": {
      "type": "structure",
      "required": [
        "TransformInput",
        "TransformOutput",
        "TransformResources"
      ],
      "members": {
        "MaxConcurrentTransforms": {
          "type": "integer"
        },
        "MaxPayloadInMB": {
          "type": "integer"
        },
        "BatchStrategy": {},
        "Environment": {
          "shape": "S38"
        },
        "TransformInput": {
          "shape": "S3b"
        },
        "TransformOutput": {
          "shape": "S3f"
        },
        "TransformResources": {
          "shape": "S3i"
        }
      }
    },
    "S38": {
      "type": "map",
      "key": {},
      "value": {}
    },
    "S3b": {
      "type": "structure",
      "required": [
        "DataSource"
      ],
      "members": {
        "DataSource": {
          "type": "structure",
          "required": [
            "S3DataSource"
          ],
          "members": {
            "S3DataSource": {
              "type": "structure",
              "required": [
                "S3DataType",
                "S3Uri"
              ],
              "members": {
                "S3DataType": {},
                "S3Uri": {}
              }
            }
          }
        },
        "ContentType": {},
        "CompressionType": {},
        "SplitType": {}
      }
    },
    "S3f": {
      "type": "structure",
      "required": [
        "S3OutputPath"
      ],
      "members": {
        "S3OutputPath": {},
        "Accept": {},
        "AssembleWith": {},
        "KmsKeyId": {}
      }
    },
    "S3i": {
      "type": "structure",
      "required": [
        "InstanceType",
        "InstanceCount"
      ],
      "members": {
        "InstanceType": {},
        "InstanceCount": {
          "type": "integer"
        },
        "VolumeKmsKeyId": {}
      }
    },
    "S3s": {
      "type": "structure",
      "members": {
        "SageMakerImageArn": {},
        "SageMakerImageVersionArn": {},
        "InstanceType": {},
        "LifecycleConfigArn": {}
      }
    },
    "S41": {
      "type": "structure",
      "required": [
        "KernelSpecs"
      ],
      "members": {
        "KernelSpecs": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "Name"
            ],
            "members": {
              "Name": {},
              "DisplayName": {}
            }
          }
        },
        "FileSystemConfig": {
          "type": "structure",
          "members": {
            "MountPath": {},
            "DefaultUid": {
              "type": "integer"
            },
            "DefaultGid": {
              "type": "integer"
            }
          }
        }
      }
    },
    "S4d": {
      "type": "structure",
      "required": [
        "SourceUri"
      ],
      "members": {
        "SourceUri": {},
        "SourceTypes": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "SourceIdType",
              "Value"
            ],
            "members": {
              "SourceIdType": {},
              "Value": {}
            }
          }
        }
      }
    },
    "S4l": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "DataSource",
          "TargetAttributeName"
        ],
        "members": {
          "DataSource": {
            "type": "structure",
            "required": [
              "S3DataSource"
            ],
            "members": {
              "S3DataSource": {
                "type": "structure",
                "required": [
                  "S3DataType",
                  "S3Uri"
                ],
                "members": {
                  "S3DataType": {},
                  "S3Uri": {}
                }
              }
            }
          },
          "CompressionType": {},
          "TargetAttributeName": {}
        }
      }
    },
    "S4r": {
      "type": "structure",
      "required": [
        "S3OutputPath"
      ],
      "members": {
        "KmsKeyId": {},
        "S3OutputPath": {}
      }
    },
    "S4t": {
      "type": "structure",
      "required": [
        "MetricName"
      ],
      "members": {
        "MetricName": {}
      }
    },
    "S4v": {
      "type": "structure",
      "members": {
        "CompletionCriteria": {
          "shape": "S4w"
        },
        "SecurityConfig": {
          "type": "structure",
          "members": {
            "VolumeKmsKeyId": {},
            "EnableInterContainerTrafficEncryption": {
              "type": "boolean"
            },
            "VpcConfig": {
              "shape": "S51"
            }
          }
        }
      }
    },
    "S4w": {
      "type": "structure",
      "members": {
        "MaxCandidates": {
          "type": "integer"
        },
        "MaxRuntimePerTrainingJobInSeconds": {
          "type": "integer"
        },
        "MaxAutoMLJobRuntimeInSeconds": {
          "type": "integer"
        }
      }
    },
    "S51": {
      "type": "structure",
      "required": [
        "SecurityGroupIds",
        "Subnets"
      ],
      "members": {
        "SecurityGroupIds": {
          "type": "list",
          "member": {}
        },
        "Subnets": {
          "shape": "S54"
        }
      }
    },
    "S54": {
      "type": "list",
      "member": {}
    },
    "S57": {
      "type": "structure",
      "members": {
        "AutoGenerateEndpointName": {
          "type": "boolean"
        },
        "EndpointName": {}
      }
    },
    "S5d": {
      "type": "structure",
      "required": [
        "RepositoryUrl"
      ],
      "members": {
        "RepositoryUrl": {},
        "Branch": {},
        "SecretArn": {}
      }
    },
    "S5k": {
      "type": "structure",
      "required": [
        "S3Uri",
        "DataInputConfig",
        "Framework"
      ],
      "members": {
        "S3Uri": {},
        "DataInputConfig": {},
        "Framework": {},
        "FrameworkVersion": {}
      }
    },
    "S5o": {
      "type": "structure",
      "required": [
        "S3OutputLocation"
      ],
      "members": {
        "S3OutputLocation": {},
        "TargetDevice": {},
        "TargetPlatform": {
          "type": "structure",
          "required": [
            "Os",
            "Arch"
          ],
          "members": {
            "Os": {},
            "Arch": {},
            "Accelerator": {}
          }
        },
        "CompilerOptions": {},
        "KmsKeyId": {}
      }
    },
    "S5v": {
      "type": "structure",
      "required": [
        "SecurityGroupIds",
        "Subnets"
      ],
      "members": {
        "SecurityGroupIds": {
          "type": "list",
          "member": {}
        },
        "Subnets": {
          "type": "list",
          "member": {}
        }
      }
    },
    "S63": {
      "type": "structure",
      "required": [
        "SourceUri"
      ],
      "members": {
        "SourceUri": {},
        "SourceType": {},
        "SourceId": {}
      }
    },
    "S68": {
      "type": "structure",
      "members": {
        "BaseliningJobName": {},
        "ConstraintsResource": {
          "shape": "S6a"
        },
        "StatisticsResource": {
          "shape": "S6b"
        }
      }
    },
    "S6a": {
      "type": "structure",
      "members": {
        "S3Uri": {}
      }
    },
    "S6b": {
      "type": "structure",
      "members": {
        "S3Uri": {}
      }
    },
    "S6c": {
      "type": "structure",
      "required": [
        "ImageUri"
      ],
      "members": {
        "ImageUri": {},
        "ContainerEntrypoint": {
          "shape": "S6e"
        },
        "ContainerArguments": {
          "shape": "S6g"
        },
        "RecordPreprocessorSourceUri": {},
        "PostAnalyticsProcessorSourceUri": {},
        "Environment": {
          "shape": "S6i"
        }
      }
    },
    "S6e": {
      "type": "list",
      "member": {}
    },
    "S6g": {
      "type": "list",
      "member": {}
    },
    "S6i": {
      "type": "map",
      "key": {},
      "value": {}
    },
    "S6l": {
      "type": "structure",
      "required": [
        "EndpointInput"
      ],
      "members": {
        "EndpointInput": {
          "shape": "S6m"
        }
      }
    },
    "S6m": {
      "type": "structure",
      "required": [
        "EndpointName",
        "LocalPath"
      ],
      "members": {
        "EndpointName": {},
        "LocalPath": {},
        "S3InputMode": {},
        "S3DataDistributionType": {},
        "FeaturesAttribute": {},
        "InferenceAttribute": {},
        "ProbabilityAttribute": {},
        "ProbabilityThresholdAttribute": {
          "type": "double"
        },
        "StartTimeOffset": {},
        "EndTimeOffset": {}
      }
    },
    "S6t": {
      "type": "structure",
      "required": [
        "MonitoringOutputs"
      ],
      "members": {
        "MonitoringOutputs": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "S3Output"
            ],
            "members": {
              "S3Output": {
                "type": "structure",
                "required": [
                  "S3Uri",
                  "LocalPath"
                ],
                "members": {
                  "S3Uri": {},
                  "LocalPath": {},
                  "S3UploadMode": {}
                }
              }
            }
          }
        },
        "KmsKeyId": {}
      }
    },
    "S6z": {
      "type": "structure",
      "required": [
        "ClusterConfig"
      ],
      "members": {
        "ClusterConfig": {
          "type": "structure",
          "required": [
            "InstanceCount",
            "InstanceType",
            "VolumeSizeInGB"
          ],
          "members": {
            "InstanceCount": {
              "type": "integer"
            },
            "InstanceType": {},
            "VolumeSizeInGB": {
              "type": "integer"
            },
            "VolumeKmsKeyId": {}
          }
        }
      }
    },
    "S74": {
      "type": "structure",
      "members": {
        "EnableInterContainerTrafficEncryption": {
          "type": "boolean"
        },
        "EnableNetworkIsolation": {
          "type": "boolean"
        },
        "VpcConfig": {
          "shape": "S51"
        }
      }
    },
    "S75": {
      "type": "structure",
      "required": [
        "MaxRuntimeInSeconds"
      ],
      "members": {
        "MaxRuntimeInSeconds": {
          "type": "integer"
        }
      }
    },
    "S7b": {
      "type": "structure",
      "required": [
        "S3OutputLocation"
      ],
      "members": {
        "S3OutputLocation": {},
        "KmsKeyId": {},
        "PresetDeploymentType": {},
        "PresetDeploymentConfig": {}
      }
    },
    "S7h": {
      "type": "structure",
      "members": {
        "ExecutionRole": {},
        "SecurityGroups": {
          "shape": "S7i"
        },
        "SharingSettings": {
          "type": "structure",
          "members": {
            "NotebookOutputOption": {},
            "S3OutputPath": {},
            "S3KmsKeyId": {}
          }
        },
        "JupyterServerAppSettings": {
          "type": "structure",
          "members": {
            "DefaultResourceSpec": {
              "shape": "S3s"
            },
            "LifecycleConfigArns": {
              "shape": "S7m"
            }
          }
        },
        "KernelGatewayAppSettings": {
          "type": "structure",
          "members": {
            "DefaultResourceSpec": {
              "shape": "S3s"
            },
            "CustomImages": {
              "type": "list",
              "member": {
                "type": "structure",
                "required": [
                  "ImageName",
                  "AppImageConfigName"
                ],
                "members": {
                  "ImageName": {},
                  "ImageVersionNumber": {
                    "type": "integer"
                  },
                  "AppImageConfigName": {}
                }
              }
            },
            "LifecycleConfigArns": {
              "shape": "S7m"
            }
          }
        },
        "TensorBoardAppSettings": {
          "type": "structure",
          "members": {
            "DefaultResourceSpec": {
              "shape": "S3s"
            }
          }
        }
      }
    },
    "S7i": {
      "type": "list",
      "member": {}
    },
    "S7m": {
      "type": "list",
      "member": {}
    },
    "S85": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "VariantName",
          "ModelName",
          "InitialInstanceCount",
          "InstanceType"
        ],
        "members": {
          "VariantName": {},
          "ModelName": {},
          "InitialInstanceCount": {
            "type": "integer"
          },
          "InstanceType": {},
          "InitialVariantWeight": {
            "type": "float"
          },
          "AcceleratorType": {},
          "CoreDumpConfig": {
            "type": "structure",
            "required": [
              "DestinationS3Uri"
            ],
            "members": {
              "DestinationS3Uri": {},
              "KmsKeyId": {}
            }
          }
        }
      }
    },
    "S8e": {
      "type": "structure",
      "required": [
        "InitialSamplingPercentage",
        "DestinationS3Uri",
        "CaptureOptions"
      ],
      "members": {
        "EnableCapture": {
          "type": "boolean"
        },
        "InitialSamplingPercentage": {
          "type": "integer"
        },
        "DestinationS3Uri": {},
        "KmsKeyId": {},
        "CaptureOptions": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "CaptureMode"
            ],
            "members": {
              "CaptureMode": {}
            }
          }
        },
        "CaptureContentTypeHeader": {
          "type": "structure",
          "members": {
            "CsvContentTypes": {
              "type": "list",
              "member": {}
            },
            "JsonContentTypes": {
              "type": "list",
              "member": {}
            }
          }
        }
      }
    },
    "S8p": {
      "type": "structure",
      "required": [
        "OutputConfig"
      ],
      "members": {
        "ClientConfig": {
          "type": "structure",
          "members": {
            "MaxConcurrentInvocationsPerInstance": {
              "type": "integer"
            }
          }
        },
        "OutputConfig": {
          "type": "structure",
          "required": [
            "S3OutputPath"
          ],
          "members": {
            "KmsKeyId": {},
            "S3OutputPath": {},
            "NotificationConfig": {
              "type": "structure",
              "members": {
                "SuccessTopic": {},
                "ErrorTopic": {}
              }
            }
          }
        }
      }
    },
    "S93": {
      "type": "list",
      "member": {
        "type": "structure",
        "members": {
          "FeatureName": {},
          "FeatureType": {}
        }
      }
    },
    "S96": {
      "type": "structure",
      "members": {
        "SecurityConfig": {
          "type": "structure",
          "members": {
            "KmsKeyId": {}
          }
        },
        "EnableOnlineStore": {
          "type": "boolean"
        }
      }
    },
    "S98": {
      "type": "structure",
      "required": [
        "S3StorageConfig"
      ],
      "members": {
        "S3StorageConfig": {
          "type": "structure",
          "required": [
            "S3Uri"
          ],
          "members": {
            "S3Uri": {},
            "KmsKeyId": {},
            "ResolvedOutputS3Uri": {}
          }
        },
        "DisableGlueTableCreation": {
          "type": "boolean"
        },
        "DataCatalogConfig": {
          "type": "structure",
          "required": [
            "TableName",
            "Catalog",
            "Database"
          ],
          "members": {
            "TableName": {},
            "Catalog": {},
            "Database": {}
          }
        }
      }
    },
    "S9j": {
      "type": "structure",
      "required": [
        "AwsManagedHumanLoopRequestSource"
      ],
      "members": {
        "AwsManagedHumanLoopRequestSource": {}
      }
    },
    "S9l": {
      "type": "structure",
      "required": [
        "HumanLoopActivationConditionsConfig"
      ],
      "members": {
        "HumanLoopActivationConditionsConfig": {
          "type": "structure",
          "required": [
            "HumanLoopActivationConditions"
          ],
          "members": {
            "HumanLoopActivationConditions": {
              "jsonvalue": true
            }
          }
        }
      }
    },
    "S9o": {
      "type": "structure",
      "required": [
        "WorkteamArn",
        "HumanTaskUiArn",
        "TaskTitle",
        "TaskDescription",
        "TaskCount"
      ],
      "members": {
        "WorkteamArn": {},
        "HumanTaskUiArn": {},
        "TaskTitle": {},
        "TaskDescription": {},
        "TaskCount": {
          "type": "integer"
        },
        "TaskAvailabilityLifetimeInSeconds": {
          "type": "integer"
        },
        "TaskTimeLimitInSeconds": {
          "type": "integer"
        },
        "TaskKeywords": {
          "type": "list",
          "member": {}
        },
        "PublicWorkforceTaskPrice": {
          "shape": "S9y"
        }
      }
    },
    "S9y": {
      "type": "structure",
      "members": {
        "AmountInUsd": {
          "type": "structure",
          "members": {
            "Dollars": {
              "type": "integer"
            },
            "Cents": {
              "type": "integer"
            },
            "TenthFractionsOfACent": {
              "type": "integer"
            }
          }
        }
      }
    },
    "Sa3": {
      "type": "structure",
      "required": [
        "S3OutputPath"
      ],
      "members": {
        "S3OutputPath": {},
        "KmsKeyId": {}
      }
    },
    "Sa8": {
      "type": "structure",
      "required": [
        "Content"
      ],
      "members": {
        "Content": {}
      }
    },
    "Sad": {
      "type": "structure",
      "required": [
        "Strategy",
        "ResourceLimits"
      ],
      "members": {
        "Strategy": {},
        "HyperParameterTuningJobObjective": {
          "shape": "S1r"
        },
        "ResourceLimits": {
          "shape": "Saf"
        },
        "ParameterRanges": {
          "shape": "Sai"
        },
        "TrainingJobEarlyStoppingType": {},
        "TuningJobCompletionCriteria": {
          "type": "structure",
          "required": [
            "TargetObjectiveMetricValue"
          ],
          "members": {
            "TargetObjectiveMetricValue": {
              "type": "float"
            }
          }
        }
      }
    },
    "Saf": {
      "type": "structure",
      "required": [
        "MaxNumberOfTrainingJobs",
        "MaxParallelTrainingJobs"
      ],
      "members": {
        "MaxNumberOfTrainingJobs": {
          "type": "integer"
        },
        "MaxParallelTrainingJobs": {
          "type": "integer"
        }
      }
    },
    "Sai": {
      "type": "structure",
      "members": {
        "IntegerParameterRanges": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "Name",
              "MinValue",
              "MaxValue"
            ],
            "members": {
              "Name": {},
              "MinValue": {},
              "MaxValue": {},
              "ScalingType": {}
            }
          }
        },
        "ContinuousParameterRanges": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "Name",
              "MinValue",
              "MaxValue"
            ],
            "members": {
              "Name": {},
              "MinValue": {},
              "MaxValue": {},
              "ScalingType": {}
            }
          }
        },
        "CategoricalParameterRanges": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "Name",
              "Values"
            ],
            "members": {
              "Name": {},
              "Values": {
                "shape": "S18"
              }
            }
          }
        }
      }
    },
    "Sau": {
      "type": "structure",
      "required": [
        "AlgorithmSpecification",
        "RoleArn",
        "OutputDataConfig",
        "ResourceConfig",
        "StoppingCondition"
      ],
      "members": {
        "DefinitionName": {},
        "TuningObjective": {
          "shape": "S1r"
        },
        "HyperParameterRanges": {
          "shape": "Sai"
        },
        "StaticHyperParameters": {
          "shape": "S2d"
        },
        "AlgorithmSpecification": {
          "type": "structure",
          "required": [
            "TrainingInputMode"
          ],
          "members": {
            "TrainingImage": {},
            "TrainingInputMode": {},
            "AlgorithmName": {},
            "MetricDefinitions": {
              "shape": "S1d"
            }
          }
        },
        "RoleArn": {},
        "InputDataConfig": {
          "shape": "S2f"
        },
        "VpcConfig": {
          "shape": "S51"
        },
        "OutputDataConfig": {
          "shape": "S2w"
        },
        "ResourceConfig": {
          "shape": "S2y"
        },
        "StoppingCondition": {
          "shape": "S31"
        },
        "EnableNetworkIsolation": {
          "type": "boolean"
        },
        "EnableInterContainerTrafficEncryption": {
          "type": "boolean"
        },
        "EnableManagedSpotTraining": {
          "type": "boolean"
        },
        "CheckpointConfig": {
          "shape": "Saz"
        },
        "RetryStrategy": {
          "shape": "Sb0"
        }
      }
    },
    "Saz": {
      "type": "structure",
      "required": [
        "S3Uri"
      ],
      "members": {
        "S3Uri": {},
        "LocalPath": {}
      }
    },
    "Sb0": {
      "type": "structure",
      "required": [
        "MaximumRetryAttempts"
      ],
      "members": {
        "MaximumRetryAttempts": {
          "type": "integer"
        }
      }
    },
    "Sb2": {
      "type": "list",
      "member": {
        "shape": "Sau"
      }
    },
    "Sb3": {
      "type": "structure",
      "required": [
        "ParentHyperParameterTuningJobs",
        "WarmStartType"
      ],
      "members": {
        "ParentHyperParameterTuningJobs": {
          "type": "list",
          "member": {
            "type": "structure",
            "members": {
              "HyperParameterTuningJobName": {}
            }
          }
        },
        "WarmStartType": {}
      }
    },
    "Sbk": {
      "type": "structure",
      "required": [
        "DataSource"
      ],
      "members": {
        "DataSource": {
          "type": "structure",
          "members": {
            "S3DataSource": {
              "type": "structure",
              "required": [
                "ManifestS3Uri"
              ],
              "members": {
                "ManifestS3Uri": {}
              }
            },
            "SnsDataSource": {
              "type": "structure",
              "required": [
                "SnsTopicArn"
              ],
              "members": {
                "SnsTopicArn": {}
              }
            }
          }
        },
        "DataAttributes": {
          "type": "structure",
          "members": {
            "ContentClassifiers": {
              "type": "list",
              "member": {}
            }
          }
        }
      }
    },
    "Sbr": {
      "type": "structure",
      "required": [
        "S3OutputPath"
      ],
      "members": {
        "S3OutputPath": {},
        "KmsKeyId": {},
        "SnsTopicArn": {}
      }
    },
    "Sbs": {
      "type": "structure",
      "members": {
        "MaxHumanLabeledObjectCount": {
          "type": "integer"
        },
        "MaxPercentageOfInputDatasetLabeled": {
          "type": "integer"
        }
      }
    },
    "Sbv": {
      "type": "structure",
      "required": [
        "LabelingJobAlgorithmSpecificationArn"
      ],
      "members": {
        "LabelingJobAlgorithmSpecificationArn": {},
        "InitialActiveLearningModelArn": {},
        "LabelingJobResourceConfig": {
          "type": "structure",
          "members": {
            "VolumeKmsKeyId": {}
          }
        }
      }
    },
    "Sbz": {
      "type": "structure",
      "required": [
        "WorkteamArn",
        "UiConfig",
        "PreHumanTaskLambdaArn",
        "TaskTitle",
        "TaskDescription",
        "NumberOfHumanWorkersPerDataObject",
        "TaskTimeLimitInSeconds",
        "AnnotationConsolidationConfig"
      ],
      "members": {
        "WorkteamArn": {},
        "UiConfig": {
          "type": "structure",
          "members": {
            "UiTemplateS3Uri": {},
            "HumanTaskUiArn": {}
          }
        },
        "PreHumanTaskLambdaArn": {},
        "TaskKeywords": {
          "type": "list",
          "member": {}
        },
        "TaskTitle": {},
        "TaskDescription": {},
        "NumberOfHumanWorkersPerDataObject": {
          "type": "integer"
        },
        "TaskTimeLimitInSeconds": {
          "type": "integer"
        },
        "TaskAvailabilityLifetimeInSeconds": {
          "type": "integer"
        },
        "MaxConcurrentTaskCount": {
          "type": "integer"
        },
        "AnnotationConsolidationConfig": {
          "type": "structure",
          "required": [
            "AnnotationConsolidationLambdaArn"
          ],
          "members": {
            "AnnotationConsolidationLambdaArn": {}
          }
        },
        "PublicWorkforceTaskPrice": {
          "shape": "S9y"
        }
      }
    },
    "Sce": {
      "type": "structure",
      "members": {
        "ContainerHostname": {},
        "Image": {},
        "ImageConfig": {
          "type": "structure",
          "required": [
            "RepositoryAccessMode"
          ],
          "members": {
            "RepositoryAccessMode": {},
            "RepositoryAuthConfig": {
              "type": "structure",
              "required": [
                "RepositoryCredentialsProviderArn"
              ],
              "members": {
                "RepositoryCredentialsProviderArn": {}
              }
            }
          }
        },
        "Mode": {},
        "ModelDataUrl": {},
        "Environment": {
          "shape": "S1z"
        },
        "ModelPackageName": {},
        "MultiModelConfig": {
          "type": "structure",
          "members": {
            "ModelCacheSetting": {}
          }
        }
      }
    },
    "Scn": {
      "type": "list",
      "member": {
        "shape": "Sce"
      }
    },
    "Sco": {
      "type": "structure",
      "required": [
        "Mode"
      ],
      "members": {
        "Mode": {}
      }
    },
    "Scs": {
      "type": "structure",
      "members": {
        "BaseliningJobName": {},
        "ConstraintsResource": {
          "shape": "S6a"
        }
      }
    },
    "Sct": {
      "type": "structure",
      "required": [
        "ImageUri",
        "ConfigUri"
      ],
      "members": {
        "ImageUri": {},
        "ConfigUri": {},
        "Environment": {
          "shape": "S6i"
        }
      }
    },
    "Scu": {
      "type": "structure",
      "required": [
        "EndpointInput",
        "GroundTruthS3Input"
      ],
      "members": {
        "EndpointInput": {
          "shape": "S6m"
        },
        "GroundTruthS3Input": {
          "shape": "Scv"
        }
      }
    },
    "Scv": {
      "type": "structure",
      "members": {
        "S3Uri": {}
      }
    },
    "Scy": {
      "type": "structure",
      "members": {
        "BaseliningJobName": {},
        "ConstraintsResource": {
          "shape": "S6a"
        }
      }
    },
    "Scz": {
      "type": "structure",
      "required": [
        "ImageUri",
        "ConfigUri"
      ],
      "members": {
        "ImageUri": {},
        "ConfigUri": {},
        "Environment": {
          "shape": "S6i"
        }
      }
    },
    "Sd0": {
      "type": "structure",
      "required": [
        "EndpointInput"
      ],
      "members": {
        "EndpointInput": {
          "shape": "S6m"
        }
      }
    },
    "Sd3": {
      "type": "structure",
      "required": [
        "ValidationRole",
        "ValidationProfiles"
      ],
      "members": {
        "ValidationRole": {},
        "ValidationProfiles": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "ProfileName",
              "TransformJobDefinition"
            ],
            "members": {
              "ProfileName": {},
              "TransformJobDefinition": {
                "shape": "S34"
              }
            }
          }
        }
      }
    },
    "Sd6": {
      "type": "structure",
      "required": [
        "SourceAlgorithms"
      ],
      "members": {
        "SourceAlgorithms": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "AlgorithmName"
            ],
            "members": {
              "ModelDataUrl": {},
              "AlgorithmName": {}
            }
          }
        }
      }
    },
    "Sda": {
      "type": "structure",
      "members": {
        "ModelQuality": {
          "type": "structure",
          "members": {
            "Statistics": {
              "shape": "Sdc"
            },
            "Constraints": {
              "shape": "Sdc"
            }
          }
        },
        "ModelDataQuality": {
          "type": "structure",
          "members": {
            "Statistics": {
              "shape": "Sdc"
            },
            "Constraints": {
              "shape": "Sdc"
            }
          }
        },
        "Bias": {
          "type": "structure",
          "members": {
            "Report": {
              "shape": "Sdc"
            }
          }
        },
        "Explainability": {
          "type": "structure",
          "members": {
            "Report": {
              "shape": "Sdc"
            }
          }
        }
      }
    },
    "Sdc": {
      "type": "structure",
      "required": [
        "ContentType",
        "S3Uri"
      ],
      "members": {
        "ContentType": {},
        "ContentDigest": {},
        "S3Uri": {}
      }
    },
    "Sdn": {
      "type": "structure",
      "members": {
        "BaseliningJobName": {},
        "ConstraintsResource": {
          "shape": "S6a"
        }
      }
    },
    "Sdo": {
      "type": "structure",
      "required": [
        "ImageUri"
      ],
      "members": {
        "ImageUri": {},
        "ContainerEntrypoint": {
          "shape": "S6e"
        },
        "ContainerArguments": {
          "shape": "S6g"
        },
        "RecordPreprocessorSourceUri": {},
        "PostAnalyticsProcessorSourceUri": {},
        "ProblemType": {},
        "Environment": {
          "shape": "S6i"
        }
      }
    },
    "Sdq": {
      "type": "structure",
      "required": [
        "EndpointInput",
        "GroundTruthS3Input"
      ],
      "members": {
        "EndpointInput": {
          "shape": "S6m"
        },
        "GroundTruthS3Input": {
          "shape": "Scv"
        }
      }
    },
    "Sdu": {
      "type": "structure",
      "members": {
        "ScheduleConfig": {
          "type": "structure",
          "required": [
            "ScheduleExpression"
          ],
          "members": {
            "ScheduleExpression": {}
          }
        },
        "MonitoringJobDefinition": {
          "type": "structure",
          "required": [
            "MonitoringInputs",
            "MonitoringOutputConfig",
            "MonitoringResources",
            "MonitoringAppSpecification",
            "RoleArn"
          ],
          "members": {
            "BaselineConfig": {
              "type": "structure",
              "members": {
                "BaseliningJobName": {},
                "ConstraintsResource": {
                  "shape": "S6a"
                },
                "StatisticsResource": {
                  "shape": "S6b"
                }
              }
            },
            "MonitoringInputs": {
              "type": "list",
              "member": {
                "type": "structure",
                "required": [
                  "EndpointInput"
                ],
                "members": {
                  "EndpointInput": {
                    "shape": "S6m"
                  }
                }
              }
            },
            "MonitoringOutputConfig": {
              "shape": "S6t"
            },
            "MonitoringResources": {
              "shape": "S6z"
            },
            "MonitoringAppSpecification": {
              "type": "structure",
              "required": [
                "ImageUri"
              ],
              "members": {
                "ImageUri": {},
                "ContainerEntrypoint": {
                  "shape": "S6e"
                },
                "ContainerArguments": {
                  "shape": "S6g"
                },
                "RecordPreprocessorSourceUri": {},
                "PostAnalyticsProcessorSourceUri": {}
              }
            },
            "StoppingCondition": {
              "shape": "S75"
            },
            "Environment": {
              "shape": "S6i"
            },
            "NetworkConfig": {
              "shape": "Se2"
            },
            "RoleArn": {}
          }
        },
        "MonitoringJobDefinitionName": {},
        "MonitoringType": {}
      }
    },
    "Se2": {
      "type": "structure",
      "members": {
        "EnableInterContainerTrafficEncryption": {
          "type": "boolean"
        },
        "EnableNetworkIsolation": {
          "type": "boolean"
        },
        "VpcConfig": {
          "shape": "S51"
        }
      }
    },
    "Sec": {
      "type": "list",
      "member": {}
    },
    "Sef": {
      "type": "list",
      "member": {}
    },
    "Sel": {
      "type": "list",
      "member": {
        "type": "structure",
        "members": {
          "Content": {}
        }
      }
    },
    "Sf6": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "InputName"
        ],
        "members": {
          "InputName": {},
          "AppManaged": {
            "type": "boolean"
          },
          "S3Input": {
            "type": "structure",
            "required": [
              "S3Uri",
              "S3DataType"
            ],
            "members": {
              "S3Uri": {},
              "LocalPath": {},
              "S3DataType": {},
              "S3InputMode": {},
              "S3DataDistributionType": {},
              "S3CompressionType": {}
            }
          },
          "DatasetDefinition": {
            "type": "structure",
            "members": {
              "AthenaDatasetDefinition": {
                "type": "structure",
                "required": [
                  "Catalog",
                  "Database",
                  "QueryString",
                  "OutputS3Uri",
                  "OutputFormat"
                ],
                "members": {
                  "Catalog": {},
                  "Database": {},
                  "QueryString": {},
                  "WorkGroup": {},
                  "OutputS3Uri": {},
                  "KmsKeyId": {},
                  "OutputFormat": {},
                  "OutputCompression": {}
                }
              },
              "RedshiftDatasetDefinition": {
                "type": "structure",
                "required": [
                  "ClusterId",
                  "Database",
                  "DbUser",
                  "QueryString",
                  "ClusterRoleArn",
                  "OutputS3Uri",
                  "OutputFormat"
                ],
                "members": {
                  "ClusterId": {},
                  "Database": {},
                  "DbUser": {},
                  "QueryString": {},
                  "ClusterRoleArn": {},
                  "OutputS3Uri": {},
                  "KmsKeyId": {},
                  "OutputFormat": {},
                  "OutputCompression": {}
                }
              },
              "LocalPath": {},
              "DataDistributionType": {},
              "InputMode": {}
            }
          }
        }
      }
    },
    "Sft": {
      "type": "structure",
      "required": [
        "Outputs"
      ],
      "members": {
        "Outputs": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "OutputName"
            ],
            "members": {
              "OutputName": {},
              "S3Output": {
                "type": "structure",
                "required": [
                  "S3Uri",
                  "LocalPath",
                  "S3UploadMode"
                ],
                "members": {
                  "S3Uri": {},
                  "LocalPath": {},
                  "S3UploadMode": {}
                }
              },
              "FeatureStoreOutput": {
                "type": "structure",
                "required": [
                  "FeatureGroupName"
                ],
                "members": {
                  "FeatureGroupName": {}
                }
              },
              "AppManaged": {
                "type": "boolean"
              }
            }
          }
        },
        "KmsKeyId": {}
      }
    },
    "Sfy": {
      "type": "structure",
      "required": [
        "ClusterConfig"
      ],
      "members": {
        "ClusterConfig": {
          "type": "structure",
          "required": [
            "InstanceCount",
            "InstanceType",
            "VolumeSizeInGB"
          ],
          "members": {
            "InstanceCount": {
              "type": "integer"
            },
            "InstanceType": {},
            "VolumeSizeInGB": {
              "type": "integer"
            },
            "VolumeKmsKeyId": {}
          }
        }
      }
    },
    "Sg0": {
      "type": "structure",
      "required": [
        "MaxRuntimeInSeconds"
      ],
      "members": {
        "MaxRuntimeInSeconds": {
          "type": "integer"
        }
      }
    },
    "Sg2": {
      "type": "structure",
      "required": [
        "ImageUri"
      ],
      "members": {
        "ImageUri": {},
        "ContainerEntrypoint": {
          "shape": "S6e"
        },
        "ContainerArguments": {
          "type": "list",
          "member": {}
        }
      }
    },
    "Sg4": {
      "type": "map",
      "key": {},
      "value": {}
    },
    "Sg5": {
      "type": "structure",
      "members": {
        "ExperimentName": {},
        "TrialName": {},
        "TrialComponentDisplayName": {}
      }
    },
    "Sga": {
      "type": "structure",
      "required": [
        "ProductId"
      ],
      "members": {
        "ProductId": {},
        "ProvisioningArtifactId": {},
        "PathId": {},
        "ProvisioningParameters": {
          "type": "list",
          "member": {
            "type": "structure",
            "members": {
              "Key": {},
              "Value": {}
            }
          }
        }
      }
    },
    "Sgq": {
      "type": "structure",
      "required": [
        "TrainingInputMode"
      ],
      "members": {
        "TrainingImage": {},
        "AlgorithmName": {},
        "TrainingInputMode": {},
        "MetricDefinitions": {
          "shape": "S1d"
        },
        "EnableSageMakerMetricsTimeSeries": {
          "type": "boolean"
        }
      }
    },
    "Sgr": {
      "type": "structure",
      "required": [
        "S3OutputPath"
      ],
      "members": {
        "LocalPath": {},
        "S3OutputPath": {},
        "HookParameters": {
          "type": "map",
          "key": {},
          "value": {}
        },
        "CollectionConfigurations": {
          "type": "list",
          "member": {
            "type": "structure",
            "members": {
              "CollectionName": {},
              "CollectionParameters": {
                "type": "map",
                "key": {},
                "value": {}
              }
            }
          }
        }
      }
    },
    "Sgz": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "RuleConfigurationName",
          "RuleEvaluatorImage"
        ],
        "members": {
          "RuleConfigurationName": {},
          "LocalPath": {},
          "S3OutputPath": {},
          "RuleEvaluatorImage": {},
          "InstanceType": {},
          "VolumeSizeInGB": {
            "type": "integer"
          },
          "RuleParameters": {
            "shape": "Sh3"
          }
        }
      }
    },
    "Sh3": {
      "type": "map",
      "key": {},
      "value": {}
    },
    "Sh4": {
      "type": "structure",
      "required": [
        "S3OutputPath"
      ],
      "members": {
        "LocalPath": {},
        "S3OutputPath": {}
      }
    },
    "Sh5": {
      "type": "structure",
      "required": [
        "S3OutputPath"
      ],
      "members": {
        "S3OutputPath": {},
        "ProfilingIntervalInMilliseconds": {
          "type": "long"
        },
        "ProfilingParameters": {
          "shape": "Sh7"
        }
      }
    },
    "Sh7": {
      "type": "map",
      "key": {},
      "value": {}
    },
    "Sh8": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "RuleConfigurationName",
          "RuleEvaluatorImage"
        ],
        "members": {
          "RuleConfigurationName": {},
          "LocalPath": {},
          "S3OutputPath": {},
          "RuleEvaluatorImage": {},
          "InstanceType": {},
          "VolumeSizeInGB": {
            "type": "integer"
          },
          "RuleParameters": {
            "shape": "Sh3"
          }
        }
      }
    },
    "Sha": {
      "type": "map",
      "key": {},
      "value": {}
    },
    "Shh": {
      "type": "structure",
      "members": {
        "InvocationsTimeoutInSeconds": {
          "type": "integer"
        },
        "InvocationsMaxRetries": {
          "type": "integer"
        }
      }
    },
    "Shk": {
      "type": "structure",
      "members": {
        "InputFilter": {},
        "OutputFilter": {},
        "JoinSource": {}
      }
    },
    "Shs": {
      "type": "structure",
      "members": {
        "PrimaryStatus": {},
        "Message": {}
      }
    },
    "Shw": {
      "type": "map",
      "key": {},
      "value": {
        "type": "structure",
        "members": {
          "StringValue": {},
          "NumberValue": {
            "type": "double"
          }
        }
      }
    },
    "Si0": {
      "type": "map",
      "key": {},
      "value": {
        "type": "structure",
        "required": [
          "Value"
        ],
        "members": {
          "MediaType": {},
          "Value": {}
        }
      }
    },
    "Sib": {
      "type": "structure",
      "required": [
        "UserPool",
        "ClientId"
      ],
      "members": {
        "UserPool": {},
        "ClientId": {}
      }
    },
    "Sie": {
      "type": "structure",
      "required": [
        "ClientId",
        "ClientSecret",
        "Issuer",
        "AuthorizationEndpoint",
        "TokenEndpoint",
        "UserInfoEndpoint",
        "LogoutEndpoint",
        "JwksUri"
      ],
      "members": {
        "ClientId": {},
        "ClientSecret": {
          "type": "string",
          "sensitive": true
        },
        "Issuer": {},
        "AuthorizationEndpoint": {},
        "TokenEndpoint": {},
        "UserInfoEndpoint": {},
        "LogoutEndpoint": {},
        "JwksUri": {}
      }
    },
    "Sih": {
      "type": "structure",
      "required": [
        "Cidrs"
      ],
      "members": {
        "Cidrs": {
          "type": "list",
          "member": {}
        }
      }
    },
    "Sip": {
      "type": "list",
      "member": {
        "type": "structure",
        "members": {
          "CognitoMemberDefinition": {
            "type": "structure",
            "required": [
              "UserPool",
              "UserGroup",
              "ClientId"
            ],
            "members": {
              "UserPool": {},
              "UserGroup": {},
              "ClientId": {}
            }
          },
          "OidcMemberDefinition": {
            "type": "structure",
            "required": [
              "Groups"
            ],
            "members": {
              "Groups": {
                "type": "list",
                "member": {}
              }
            }
          }
        }
      }
    },
    "Six": {
      "type": "structure",
      "members": {
        "NotificationTopicArn": {}
      }
    },
    "Skq": {
      "type": "structure",
      "members": {
        "UserProfileArn": {},
        "UserProfileName": {},
        "DomainId": {}
      }
    },
    "Skw": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "Name",
          "Status"
        ],
        "members": {
          "Name": {},
          "Status": {},
          "FailureReason": {}
        }
      }
    },
    "Sla": {
      "type": "list",
      "member": {
        "type": "structure",
        "members": {
          "PartialFailureMessage": {}
        }
      }
    },
    "Slc": {
      "type": "structure",
      "required": [
        "CandidateName",
        "ObjectiveStatus",
        "CandidateSteps",
        "CandidateStatus",
        "CreationTime",
        "LastModifiedTime"
      ],
      "members": {
        "CandidateName": {},
        "FinalAutoMLJobObjectiveMetric": {
          "type": "structure",
          "required": [
            "MetricName",
            "Value"
          ],
          "members": {
            "Type": {},
            "MetricName": {},
            "Value": {
              "type": "float"
            }
          }
        },
        "ObjectiveStatus": {},
        "CandidateSteps": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "CandidateStepType",
              "CandidateStepArn",
              "CandidateStepName"
            ],
            "members": {
              "CandidateStepType": {},
              "CandidateStepArn": {},
              "CandidateStepName": {}
            }
          }
        },
        "CandidateStatus": {},
        "InferenceContainers": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "Image",
              "ModelDataUrl"
            ],
            "members": {
              "Image": {},
              "ModelDataUrl": {},
              "Environment": {
                "shape": "S1z"
              }
            }
          }
        },
        "CreationTime": {
          "type": "timestamp"
        },
        "EndTime": {
          "type": "timestamp"
        },
        "LastModifiedTime": {
          "type": "timestamp"
        },
        "FailureReason": {},
        "CandidateProperties": {
          "type": "structure",
          "members": {
            "CandidateArtifactLocations": {
              "type": "structure",
              "required": [
                "Explainability"
              ],
              "members": {
                "Explainability": {}
              }
            },
            "CandidateMetrics": {
              "type": "list",
              "member": {
                "type": "structure",
                "members": {
                  "MetricName": {},
                  "Value": {
                    "type": "float"
                  },
                  "Set": {}
                }
              }
            }
          }
        }
      }
    },
    "Smb": {
      "type": "structure",
      "required": [
        "S3ModelArtifacts"
      ],
      "members": {
        "S3ModelArtifacts": {}
      }
    },
    "Sn8": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "VariantName"
        ],
        "members": {
          "VariantName": {},
          "DeployedImages": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "SpecifiedImage": {},
                "ResolvedImage": {},
                "ResolutionTime": {
                  "type": "timestamp"
                }
              }
            }
          },
          "CurrentWeight": {
            "type": "float"
          },
          "DesiredWeight": {
            "type": "float"
          },
          "CurrentInstanceCount": {
            "type": "integer"
          },
          "DesiredInstanceCount": {
            "type": "integer"
          }
        }
      }
    },
    "Snd": {
      "type": "structure",
      "required": [
        "EnableCapture",
        "CaptureStatus",
        "CurrentSamplingPercentage",
        "DestinationS3Uri",
        "KmsKeyId"
      ],
      "members": {
        "EnableCapture": {
          "type": "boolean"
        },
        "CaptureStatus": {},
        "CurrentSamplingPercentage": {
          "type": "integer"
        },
        "DestinationS3Uri": {},
        "KmsKeyId": {}
      }
    },
    "Sng": {
      "type": "structure",
      "required": [
        "BlueGreenUpdatePolicy"
      ],
      "members": {
        "BlueGreenUpdatePolicy": {
          "type": "structure",
          "required": [
            "TrafficRoutingConfiguration"
          ],
          "members": {
            "TrafficRoutingConfiguration": {
              "type": "structure",
              "required": [
                "Type",
                "WaitIntervalInSeconds"
              ],
              "members": {
                "Type": {},
                "WaitIntervalInSeconds": {
                  "type": "integer"
                },
                "CanarySize": {
                  "type": "structure",
                  "required": [
                    "Type",
                    "Value"
                  ],
                  "members": {
                    "Type": {},
                    "Value": {
                      "type": "integer"
                    }
                  }
                }
              }
            },
            "TerminationWaitInSeconds": {
              "type": "integer"
            },
            "MaximumExecutionTimeoutInSeconds": {
              "type": "integer"
            }
          }
        },
        "AutoRollbackConfiguration": {
          "type": "structure",
          "members": {
            "Alarms": {
              "type": "list",
              "member": {
                "type": "structure",
                "members": {
                  "AlarmName": {}
                }
              }
            }
          }
        }
      }
    },
    "Sny": {
      "type": "structure",
      "required": [
        "SourceArn"
      ],
      "members": {
        "SourceArn": {},
        "SourceType": {}
      }
    },
    "So4": {
      "type": "structure",
      "required": [
        "Status"
      ],
      "members": {
        "Status": {},
        "BlockedReason": {}
      }
    },
    "Soj": {
      "type": "structure",
      "members": {
        "Completed": {
          "type": "integer"
        },
        "InProgress": {
          "type": "integer"
        },
        "RetryableError": {
          "type": "integer"
        },
        "NonRetryableError": {
          "type": "integer"
        },
        "Stopped": {
          "type": "integer"
        }
      }
    },
    "Sol": {
      "type": "structure",
      "members": {
        "Succeeded": {
          "type": "integer"
        },
        "Pending": {
          "type": "integer"
        },
        "Failed": {
          "type": "integer"
        }
      }
    },
    "Son": {
      "type": "structure",
      "required": [
        "TrainingJobName",
        "TrainingJobArn",
        "CreationTime",
        "TrainingJobStatus",
        "TunedHyperParameters"
      ],
      "members": {
        "TrainingJobDefinitionName": {},
        "TrainingJobName": {},
        "TrainingJobArn": {},
        "TuningJobName": {},
        "CreationTime": {
          "type": "timestamp"
        },
        "TrainingStartTime": {
          "type": "timestamp"
        },
        "TrainingEndTime": {
          "type": "timestamp"
        },
        "TrainingJobStatus": {},
        "TunedHyperParameters": {
          "shape": "S2d"
        },
        "FailureReason": {},
        "FinalHyperParameterTuningJobObjectiveMetric": {
          "type": "structure",
          "required": [
            "MetricName",
            "Value"
          ],
          "members": {
            "Type": {},
            "MetricName": {},
            "Value": {
              "type": "float"
            }
          }
        },
        "ObjectiveStatus": {}
      }
    },
    "Sp0": {
      "type": "structure",
      "members": {
        "TotalLabeled": {
          "type": "integer"
        },
        "HumanLabeled": {
          "type": "integer"
        },
        "MachineLabeled": {
          "type": "integer"
        },
        "FailedNonRetryableError": {
          "type": "integer"
        },
        "Unlabeled": {
          "type": "integer"
        }
      }
    },
    "Sp3": {
      "type": "structure",
      "required": [
        "OutputDatasetS3Uri"
      ],
      "members": {
        "OutputDatasetS3Uri": {},
        "FinalActiveLearningModelArn": {}
      }
    },
    "Spe": {
      "type": "structure",
      "required": [
        "ValidationStatuses"
      ],
      "members": {
        "ValidationStatuses": {
          "shape": "Spf"
        },
        "ImageScanStatuses": {
          "shape": "Spf"
        }
      }
    },
    "Spf": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "Name",
          "Status"
        ],
        "members": {
          "Name": {},
          "Status": {},
          "FailureReason": {}
        }
      }
    },
    "Spr": {
      "type": "structure",
      "required": [
        "MonitoringScheduleName",
        "ScheduledTime",
        "CreationTime",
        "LastModifiedTime",
        "MonitoringExecutionStatus"
      ],
      "members": {
        "MonitoringScheduleName": {},
        "ScheduledTime": {
          "type": "timestamp"
        },
        "CreationTime": {
          "type": "timestamp"
        },
        "LastModifiedTime": {
          "type": "timestamp"
        },
        "MonitoringExecutionStatus": {},
        "ProcessingJobArn": {},
        "EndpointName": {},
        "FailureReason": {},
        "MonitoringJobDefinitionName": {},
        "MonitoringType": {}
      }
    },
    "Sqa": {
      "type": "structure",
      "members": {
        "ExperimentName": {},
        "TrialName": {}
      }
    },
    "Sqi": {
      "type": "structure",
      "members": {
        "ProvisionedProductId": {},
        "ProvisionedProductStatusMessage": {}
      }
    },
    "Sqp": {
      "type": "structure",
      "required": [
        "WorkteamArn"
      ],
      "members": {
        "WorkteamArn": {},
        "MarketplaceTitle": {},
        "SellerName": {},
        "MarketplaceDescription": {},
        "ListingId": {}
      }
    },
    "Sqt": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "Status",
          "StartTime"
        ],
        "members": {
          "Status": {},
          "StartTime": {
            "type": "timestamp"
          },
          "EndTime": {
            "type": "timestamp"
          },
          "StatusMessage": {}
        }
      }
    },
    "Sqw": {
      "type": "list",
      "member": {
        "type": "structure",
        "members": {
          "MetricName": {},
          "Value": {
            "type": "float"
          },
          "Timestamp": {
            "type": "timestamp"
          }
        }
      }
    },
    "Sr0": {
      "type": "list",
      "member": {
        "type": "structure",
        "members": {
          "RuleConfigurationName": {},
          "RuleEvaluationJobArn": {},
          "RuleEvaluationStatus": {},
          "StatusDetails": {},
          "LastModifiedTime": {
            "type": "timestamp"
          }
        }
      }
    },
    "Src": {
      "type": "structure",
      "required": [
        "SourceArn"
      ],
      "members": {
        "SourceArn": {},
        "SourceType": {}
      }
    },
    "Srg": {
      "type": "structure",
      "required": [
        "SourceArn"
      ],
      "members": {
        "SourceArn": {},
        "SourceType": {}
      }
    },
    "Sri": {
      "type": "list",
      "member": {
        "type": "structure",
        "members": {
          "MetricName": {},
          "SourceArn": {},
          "TimeStamp": {
            "type": "timestamp"
          },
          "Max": {
            "type": "double"
          },
          "Min": {
            "type": "double"
          },
          "Last": {
            "type": "double"
          },
          "Count": {
            "type": "integer"
          },
          "Avg": {
            "type": "double"
          },
          "StdDev": {
            "type": "double"
          }
        }
      }
    },
    "Srs": {
      "type": "structure",
      "required": [
        "WorkforceName",
        "WorkforceArn"
      ],
      "members": {
        "WorkforceName": {},
        "WorkforceArn": {},
        "LastUpdatedDate": {
          "type": "timestamp"
        },
        "SourceIpConfig": {
          "shape": "Sih"
        },
        "SubDomain": {},
        "CognitoConfig": {
          "shape": "Sib"
        },
        "OidcConfig": {
          "type": "structure",
          "members": {
            "ClientId": {},
            "Issuer": {},
            "AuthorizationEndpoint": {},
            "TokenEndpoint": {},
            "UserInfoEndpoint": {},
            "LogoutEndpoint": {},
            "JwksUri": {}
          }
        },
        "CreateDate": {
          "type": "timestamp"
        }
      }
    },
    "Srw": {
      "type": "structure",
      "required": [
        "WorkteamName",
        "MemberDefinitions",
        "WorkteamArn",
        "Description"
      ],
      "members": {
        "WorkteamName": {},
        "MemberDefinitions": {
          "shape": "Sip"
        },
        "WorkteamArn": {},
        "WorkforceArn": {},
        "ProductListingIds": {
          "type": "list",
          "member": {}
        },
        "Description": {},
        "SubDomain": {},
        "CreateDate": {
          "type": "timestamp"
        },
        "LastUpdatedDate": {
          "type": "timestamp"
        },
        "NotificationConfiguration": {
          "shape": "Six"
        }
      }
    },
    "Sum": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "MonitoringJobDefinitionName",
          "MonitoringJobDefinitionArn",
          "CreationTime",
          "EndpointName"
        ],
        "members": {
          "MonitoringJobDefinitionName": {},
          "MonitoringJobDefinitionArn": {},
          "CreationTime": {
            "type": "timestamp"
          },
          "EndpointName": {}
        }
      }
    },
    "Syw": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "Name",
          "Value"
        ],
        "members": {
          "Name": {},
          "Value": {}
        }
      }
    },
    "Sz6": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "Name",
          "Value"
        ],
        "members": {
          "Name": {},
          "Value": {}
        }
      }
    },
    "S111": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "DeviceName"
        ],
        "members": {
          "DeviceName": {},
          "Description": {},
          "IotThingName": {}
        }
      }
    },
    "S11c": {
      "type": "structure",
      "members": {
        "Filters": {
          "shape": "S11d"
        },
        "NestedFilters": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "NestedPropertyName",
              "Filters"
            ],
            "members": {
              "NestedPropertyName": {},
              "Filters": {
                "shape": "S11d"
              }
            }
          }
        },
        "SubExpressions": {
          "type": "list",
          "member": {
            "shape": "S11c"
          }
        },
        "Operator": {}
      }
    },
    "S11d": {
      "type": "list",
      "member": {
        "type": "structure",
        "required": [
          "Name"
        ],
        "members": {
          "Name": {},
          "Operator": {},
          "Value": {}
        }
      }
    },
    "S11p": {
      "type": "structure",
      "members": {
        "TrainingJobName": {},
        "TrainingJobArn": {},
        "TuningJobArn": {},
        "LabelingJobArn": {},
        "AutoMLJobArn": {},
        "ModelArtifacts": {
          "shape": "Smb"
        },
        "TrainingJobStatus": {},
        "SecondaryStatus": {},
        "FailureReason": {},
        "HyperParameters": {
          "shape": "S2d"
        },
        "AlgorithmSpecification": {
          "shape": "Sgq"
        },
        "RoleArn": {},
        "InputDataConfig": {
          "shape": "S2f"
        },
        "OutputDataConfig": {
          "shape": "S2w"
        },
        "ResourceConfig": {
          "shape": "S2y"
        },
        "VpcConfig": {
          "shape": "S51"
        },
        "StoppingCondition": {
          "shape": "S31"
        },
        "CreationTime": {
          "type": "timestamp"
        },
        "TrainingStartTime": {
          "type": "timestamp"
        },
        "TrainingEndTime": {
          "type": "timestamp"
        },
        "LastModifiedTime": {
          "type": "timestamp"
        },
        "SecondaryStatusTransitions": {
          "shape": "Sqt"
        },
        "FinalMetricDataList": {
          "shape": "Sqw"
        },
        "EnableNetworkIsolation": {
          "type": "boolean"
        },
        "EnableInterContainerTrafficEncryption": {
          "type": "boolean"
        },
        "EnableManagedSpotTraining": {
          "type": "boolean"
        },
        "CheckpointConfig": {
          "shape": "Saz"
        },
        "TrainingTimeInSeconds": {
          "type": "integer"
        },
        "BillableTimeInSeconds": {
          "type": "integer"
        },
        "DebugHookConfig": {
          "shape": "Sgr"
        },
        "ExperimentConfig": {
          "shape": "Sg5"
        },
        "DebugRuleConfigurations": {
          "shape": "Sgz"
        },
        "TensorBoardOutputConfig": {
          "shape": "Sh4"
        },
        "DebugRuleEvaluationStatuses": {
          "shape": "Sr0"
        },
        "Environment": {
          "shape": "Sha"
        },
        "RetryStrategy": {
          "shape": "Sb0"
        },
        "Tags": {
          "shape": "S7"
        }
      }
    },
    "S12u": {
      "type": "list",
      "member": {}
    },
    "S14b": {
      "type": "list",
      "member": {}
    }
  }
}