UNPKG

aws-sdk

Version:
2,009 lines • 73.3 kB
{ "version": "2.0", "metadata": { "apiVersion": "2023-04-20", "auth": [ "aws.auth#sigv4" ], "endpointPrefix": "bedrock", "protocol": "rest-json", "protocols": [ "rest-json" ], "serviceFullName": "Amazon Bedrock", "serviceId": "Bedrock", "signatureVersion": "v4", "signingName": "bedrock", "uid": "bedrock-2023-04-20" }, "operations": { "BatchDeleteEvaluationJob": { "http": { "requestUri": "/evaluation-jobs/batch-delete", "responseCode": 202 }, "input": { "type": "structure", "required": [ "jobIdentifiers" ], "members": { "jobIdentifiers": { "type": "list", "member": { "shape": "S3" } } } }, "output": { "type": "structure", "required": [ "errors", "evaluationJobs" ], "members": { "errors": { "type": "list", "member": { "type": "structure", "required": [ "jobIdentifier", "code" ], "members": { "jobIdentifier": { "shape": "S3" }, "code": {}, "message": {} } } }, "evaluationJobs": { "type": "list", "member": { "type": "structure", "required": [ "jobIdentifier", "jobStatus" ], "members": { "jobIdentifier": { "shape": "S3" }, "jobStatus": {} } } } } } }, "CreateEvaluationJob": { "http": { "requestUri": "/evaluation-jobs", "responseCode": 202 }, "input": { "type": "structure", "required": [ "jobName", "roleArn", "evaluationConfig", "inferenceConfig", "outputDataConfig" ], "members": { "jobName": {}, "jobDescription": { "shape": "Sd" }, "clientRequestToken": { "idempotencyToken": true }, "roleArn": {}, "customerEncryptionKeyId": {}, "jobTags": { "shape": "Sh" }, "evaluationConfig": { "shape": "Sl" }, "inferenceConfig": { "shape": "S14" }, "outputDataConfig": { "shape": "S1a" } } }, "output": { "type": "structure", "required": [ "jobArn" ], "members": { "jobArn": {} } }, "idempotent": true }, "CreateGuardrail": { "http": { "requestUri": "/guardrails", "responseCode": 202 }, "input": { "type": "structure", "required": [ "name", "blockedInputMessaging", "blockedOutputsMessaging" ], "members": { "name": { "shape": "S1e" }, "description": { "shape": "S1f" }, "topicPolicyConfig": { "shape": "S1g" }, "contentPolicyConfig": { "shape": "S1o" }, "wordPolicyConfig": { "shape": "S1t" }, "sensitiveInformationPolicyConfig": { "shape": "S20" }, "contextualGroundingPolicyConfig": { "shape": "S2a" }, "blockedInputMessaging": { "shape": "S2f" }, "blockedOutputsMessaging": { "shape": "S2f" }, "kmsKeyId": {}, "tags": { "shape": "Sh" }, "clientRequestToken": { "idempotencyToken": true } } }, "output": { "type": "structure", "required": [ "guardrailId", "guardrailArn", "version", "createdAt" ], "members": { "guardrailId": {}, "guardrailArn": {}, "version": {}, "createdAt": { "shape": "S2k" } } } }, "CreateGuardrailVersion": { "http": { "requestUri": "/guardrails/{guardrailIdentifier}", "responseCode": 202 }, "input": { "type": "structure", "required": [ "guardrailIdentifier" ], "members": { "guardrailIdentifier": { "location": "uri", "locationName": "guardrailIdentifier" }, "description": { "shape": "S1f" }, "clientRequestToken": { "idempotencyToken": true } } }, "output": { "type": "structure", "required": [ "guardrailId", "version" ], "members": { "guardrailId": {}, "version": {} } } }, "CreateModelCopyJob": { "http": { "requestUri": "/model-copy-jobs", "responseCode": 201 }, "input": { "type": "structure", "required": [ "sourceModelArn", "targetModelName" ], "members": { "sourceModelArn": {}, "targetModelName": {}, "modelKmsKeyId": {}, "targetModelTags": { "shape": "Sh" }, "clientRequestToken": { "idempotencyToken": true } } }, "output": { "type": "structure", "required": [ "jobArn" ], "members": { "jobArn": {} } }, "idempotent": true }, "CreateModelCustomizationJob": { "http": { "requestUri": "/model-customization-jobs", "responseCode": 201 }, "input": { "type": "structure", "required": [ "jobName", "customModelName", "roleArn", "baseModelIdentifier", "trainingDataConfig", "outputDataConfig", "hyperParameters" ], "members": { "jobName": {}, "customModelName": {}, "roleArn": {}, "clientRequestToken": { "idempotencyToken": true }, "baseModelIdentifier": {}, "customizationType": {}, "customModelKmsKeyId": {}, "jobTags": { "shape": "Sh" }, "customModelTags": { "shape": "Sh" }, "trainingDataConfig": { "shape": "S2y" }, "validationDataConfig": { "shape": "S2z" }, "outputDataConfig": { "shape": "S32" }, "hyperParameters": { "shape": "S33" }, "vpcConfig": { "shape": "S34" } } }, "output": { "type": "structure", "required": [ "jobArn" ], "members": { "jobArn": {} } }, "idempotent": true }, "CreateModelImportJob": { "http": { "requestUri": "/model-import-jobs", "responseCode": 201 }, "input": { "type": "structure", "required": [ "jobName", "importedModelName", "roleArn", "modelDataSource" ], "members": { "jobName": {}, "importedModelName": {}, "roleArn": {}, "modelDataSource": { "shape": "S3d" }, "jobTags": { "shape": "Sh" }, "importedModelTags": { "shape": "Sh" }, "clientRequestToken": {}, "vpcConfig": { "shape": "S34" }, "importedModelKmsKeyId": {} } }, "output": { "type": "structure", "required": [ "jobArn" ], "members": { "jobArn": {} } }, "idempotent": true }, "CreateModelInvocationJob": { "http": { "requestUri": "/model-invocation-job", "responseCode": 200 }, "input": { "type": "structure", "required": [ "jobName", "roleArn", "modelId", "inputDataConfig", "outputDataConfig" ], "members": { "jobName": {}, "roleArn": {}, "clientRequestToken": { "idempotencyToken": true }, "modelId": {}, "inputDataConfig": { "shape": "S3l" }, "outputDataConfig": { "shape": "S3o" }, "timeoutDurationInHours": { "type": "integer" }, "tags": { "shape": "Sh" } } }, "output": { "type": "structure", "required": [ "jobArn" ], "members": { "jobArn": {} } }, "idempotent": true }, "CreateProvisionedModelThroughput": { "http": { "requestUri": "/provisioned-model-throughput", "responseCode": 201 }, "input": { "type": "structure", "required": [ "modelUnits", "provisionedModelName", "modelId" ], "members": { "clientRequestToken": { "idempotencyToken": true }, "modelUnits": { "type": "integer" }, "provisionedModelName": {}, "modelId": {}, "commitmentDuration": {}, "tags": { "shape": "Sh" } } }, "output": { "type": "structure", "required": [ "provisionedModelArn" ], "members": { "provisionedModelArn": {} } }, "idempotent": true }, "DeleteCustomModel": { "http": { "method": "DELETE", "requestUri": "/custom-models/{modelIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "modelIdentifier" ], "members": { "modelIdentifier": { "location": "uri", "locationName": "modelIdentifier" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteGuardrail": { "http": { "method": "DELETE", "requestUri": "/guardrails/{guardrailIdentifier}", "responseCode": 202 }, "input": { "type": "structure", "required": [ "guardrailIdentifier" ], "members": { "guardrailIdentifier": { "location": "uri", "locationName": "guardrailIdentifier" }, "guardrailVersion": { "location": "querystring", "locationName": "guardrailVersion" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteImportedModel": { "http": { "method": "DELETE", "requestUri": "/imported-models/{modelIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "modelIdentifier" ], "members": { "modelIdentifier": { "location": "uri", "locationName": "modelIdentifier" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteModelInvocationLoggingConfiguration": { "http": { "method": "DELETE", "requestUri": "/logging/modelinvocations", "responseCode": 200 }, "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteProvisionedModelThroughput": { "http": { "method": "DELETE", "requestUri": "/provisioned-model-throughput/{provisionedModelId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "provisionedModelId" ], "members": { "provisionedModelId": { "location": "uri", "locationName": "provisionedModelId" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "GetCustomModel": { "http": { "method": "GET", "requestUri": "/custom-models/{modelIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "modelIdentifier" ], "members": { "modelIdentifier": { "location": "uri", "locationName": "modelIdentifier" } } }, "output": { "type": "structure", "required": [ "modelArn", "modelName", "jobArn", "baseModelArn", "trainingDataConfig", "outputDataConfig", "creationTime" ], "members": { "modelArn": {}, "modelName": {}, "jobName": {}, "jobArn": {}, "baseModelArn": {}, "customizationType": {}, "modelKmsKeyArn": {}, "hyperParameters": { "shape": "S33" }, "trainingDataConfig": { "shape": "S2y" }, "validationDataConfig": { "shape": "S2z" }, "outputDataConfig": { "shape": "S32" }, "trainingMetrics": { "shape": "S4f" }, "validationMetrics": { "shape": "S4h" }, "creationTime": { "shape": "S2k" } } } }, "GetEvaluationJob": { "http": { "method": "GET", "requestUri": "/evaluation-jobs/{jobIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "jobIdentifier" ], "members": { "jobIdentifier": { "shape": "S3", "location": "uri", "locationName": "jobIdentifier" } } }, "output": { "type": "structure", "required": [ "jobName", "status", "jobArn", "roleArn", "jobType", "evaluationConfig", "inferenceConfig", "outputDataConfig", "creationTime" ], "members": { "jobName": {}, "status": {}, "jobArn": {}, "jobDescription": { "shape": "Sd" }, "roleArn": {}, "customerEncryptionKeyId": {}, "jobType": {}, "evaluationConfig": { "shape": "Sl" }, "inferenceConfig": { "shape": "S14" }, "outputDataConfig": { "shape": "S1a" }, "creationTime": { "shape": "S2k" }, "lastModifiedTime": { "shape": "S2k" }, "failureMessages": { "type": "list", "member": {} } } } }, "GetFoundationModel": { "http": { "method": "GET", "requestUri": "/foundation-models/{modelIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "modelIdentifier" ], "members": { "modelIdentifier": { "location": "uri", "locationName": "modelIdentifier" } } }, "output": { "type": "structure", "members": { "modelDetails": { "type": "structure", "required": [ "modelArn", "modelId" ], "members": { "modelArn": {}, "modelId": {}, "modelName": {}, "providerName": {}, "inputModalities": { "shape": "S4u" }, "outputModalities": { "shape": "S4u" }, "responseStreamingSupported": { "type": "boolean" }, "customizationsSupported": { "shape": "S4x" }, "inferenceTypesSupported": { "shape": "S4z" }, "modelLifecycle": { "shape": "S51" } } } } } }, "GetGuardrail": { "http": { "method": "GET", "requestUri": "/guardrails/{guardrailIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "guardrailIdentifier" ], "members": { "guardrailIdentifier": { "location": "uri", "locationName": "guardrailIdentifier" }, "guardrailVersion": { "location": "querystring", "locationName": "guardrailVersion" } } }, "output": { "type": "structure", "required": [ "name", "guardrailId", "guardrailArn", "version", "status", "createdAt", "updatedAt", "blockedInputMessaging", "blockedOutputsMessaging" ], "members": { "name": { "shape": "S1e" }, "description": { "shape": "S1f" }, "guardrailId": {}, "guardrailArn": {}, "version": {}, "status": {}, "topicPolicy": { "type": "structure", "required": [ "topics" ], "members": { "topics": { "type": "list", "member": { "type": "structure", "required": [ "name", "definition" ], "members": { "name": { "shape": "S1j" }, "definition": { "shape": "S1k" }, "examples": { "shape": "S1l" }, "type": {} } } } } }, "contentPolicy": { "type": "structure", "members": { "filters": { "type": "list", "member": { "type": "structure", "required": [ "type", "inputStrength", "outputStrength" ], "members": { "type": {}, "inputStrength": {}, "outputStrength": {} } } } } }, "wordPolicy": { "type": "structure", "members": { "words": { "type": "list", "member": { "type": "structure", "required": [ "text" ], "members": { "text": {} } } }, "managedWordLists": { "type": "list", "member": { "type": "structure", "required": [ "type" ], "members": { "type": {} } } } } }, "sensitiveInformationPolicy": { "type": "structure", "members": { "piiEntities": { "type": "list", "member": { "type": "structure", "required": [ "type", "action" ], "members": { "type": {}, "action": {} } } }, "regexes": { "type": "list", "member": { "type": "structure", "required": [ "name", "pattern", "action" ], "members": { "name": {}, "description": {}, "pattern": {}, "action": {} } } } } }, "contextualGroundingPolicy": { "type": "structure", "required": [ "filters" ], "members": { "filters": { "type": "list", "member": { "type": "structure", "required": [ "type", "threshold" ], "members": { "type": {}, "threshold": { "type": "double" } } } } } }, "createdAt": { "shape": "S2k" }, "updatedAt": { "shape": "S2k" }, "statusReasons": { "type": "list", "member": { "type": "string", "sensitive": true } }, "failureRecommendations": { "type": "list", "member": { "type": "string", "sensitive": true } }, "blockedInputMessaging": { "shape": "S2f" }, "blockedOutputsMessaging": { "shape": "S2f" }, "kmsKeyArn": {} } } }, "GetImportedModel": { "http": { "method": "GET", "requestUri": "/imported-models/{modelIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "modelIdentifier" ], "members": { "modelIdentifier": { "location": "uri", "locationName": "modelIdentifier" } } }, "output": { "type": "structure", "members": { "modelArn": {}, "modelName": {}, "jobName": {}, "jobArn": {}, "modelDataSource": { "shape": "S3d" }, "creationTime": { "shape": "S2k" }, "modelArchitecture": {}, "modelKmsKeyArn": {} } } }, "GetInferenceProfile": { "http": { "method": "GET", "requestUri": "/inference-profiles/{inferenceProfileIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "inferenceProfileIdentifier" ], "members": { "inferenceProfileIdentifier": { "location": "uri", "locationName": "inferenceProfileIdentifier" } } }, "output": { "type": "structure", "required": [ "inferenceProfileName", "models", "inferenceProfileArn", "inferenceProfileId", "status", "type" ], "members": { "inferenceProfileName": {}, "models": { "shape": "S66" }, "description": {}, "createdAt": { "shape": "S2k" }, "updatedAt": { "shape": "S2k" }, "inferenceProfileArn": {}, "inferenceProfileId": {}, "status": {}, "type": {} } } }, "GetModelCopyJob": { "http": { "method": "GET", "requestUri": "/model-copy-jobs/{jobArn}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "jobArn" ], "members": { "jobArn": { "location": "uri", "locationName": "jobArn" } } }, "output": { "type": "structure", "required": [ "jobArn", "status", "creationTime", "targetModelArn", "sourceAccountId", "sourceModelArn" ], "members": { "jobArn": {}, "status": {}, "creationTime": { "shape": "S2k" }, "targetModelArn": {}, "targetModelName": {}, "sourceAccountId": {}, "sourceModelArn": {}, "targetModelKmsKeyArn": {}, "targetModelTags": { "shape": "Sh" }, "failureMessage": {}, "sourceModelName": {} } } }, "GetModelCustomizationJob": { "http": { "method": "GET", "requestUri": "/model-customization-jobs/{jobIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "jobIdentifier" ], "members": { "jobIdentifier": { "location": "uri", "locationName": "jobIdentifier" } } }, "output": { "type": "structure", "required": [ "jobArn", "jobName", "outputModelName", "roleArn", "creationTime", "baseModelArn", "hyperParameters", "trainingDataConfig", "validationDataConfig", "outputDataConfig" ], "members": { "jobArn": {}, "jobName": {}, "outputModelName": {}, "outputModelArn": {}, "clientRequestToken": {}, "roleArn": {}, "status": {}, "failureMessage": {}, "creationTime": { "shape": "S2k" }, "lastModifiedTime": { "shape": "S2k" }, "endTime": { "shape": "S2k" }, "baseModelArn": {}, "hyperParameters": { "shape": "S33" }, "trainingDataConfig": { "shape": "S2y" }, "validationDataConfig": { "shape": "S2z" }, "outputDataConfig": { "shape": "S32" }, "customizationType": {}, "outputModelKmsKeyArn": {}, "trainingMetrics": { "shape": "S4f" }, "validationMetrics": { "shape": "S4h" }, "vpcConfig": { "shape": "S34" } } } }, "GetModelImportJob": { "http": { "method": "GET", "requestUri": "/model-import-jobs/{jobIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "jobIdentifier" ], "members": { "jobIdentifier": { "location": "uri", "locationName": "jobIdentifier" } } }, "output": { "type": "structure", "members": { "jobArn": {}, "jobName": {}, "importedModelName": {}, "importedModelArn": {}, "roleArn": {}, "modelDataSource": { "shape": "S3d" }, "status": {}, "failureMessage": {}, "creationTime": { "shape": "S2k" }, "lastModifiedTime": { "shape": "S2k" }, "endTime": { "shape": "S2k" }, "vpcConfig": { "shape": "S34" }, "importedModelKmsKeyArn": {} } } }, "GetModelInvocationJob": { "http": { "method": "GET", "requestUri": "/model-invocation-job/{jobIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "jobIdentifier" ], "members": { "jobIdentifier": { "location": "uri", "locationName": "jobIdentifier" } } }, "output": { "type": "structure", "required": [ "jobArn", "modelId", "roleArn", "submitTime", "inputDataConfig", "outputDataConfig" ], "members": { "jobArn": {}, "jobName": {}, "modelId": {}, "clientRequestToken": {}, "roleArn": {}, "status": {}, "message": { "shape": "S6u" }, "submitTime": { "shape": "S2k" }, "lastModifiedTime": { "shape": "S2k" }, "endTime": { "shape": "S2k" }, "inputDataConfig": { "shape": "S3l" }, "outputDataConfig": { "shape": "S3o" }, "timeoutDurationInHours": { "type": "integer" }, "jobExpirationTime": { "shape": "S2k" } } } }, "GetModelInvocationLoggingConfiguration": { "http": { "method": "GET", "requestUri": "/logging/modelinvocations", "responseCode": 200 }, "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": { "loggingConfig": { "shape": "S6x" } } } }, "GetProvisionedModelThroughput": { "http": { "method": "GET", "requestUri": "/provisioned-model-throughput/{provisionedModelId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "provisionedModelId" ], "members": { "provisionedModelId": { "location": "uri", "locationName": "provisionedModelId" } } }, "output": { "type": "structure", "required": [ "modelUnits", "desiredModelUnits", "provisionedModelName", "provisionedModelArn", "modelArn", "desiredModelArn", "foundationModelArn", "status", "creationTime", "lastModifiedTime" ], "members": { "modelUnits": { "type": "integer" }, "desiredModelUnits": { "type": "integer" }, "provisionedModelName": {}, "provisionedModelArn": {}, "modelArn": {}, "desiredModelArn": {}, "foundationModelArn": {}, "status": {}, "creationTime": { "shape": "S2k" }, "lastModifiedTime": { "shape": "S2k" }, "failureMessage": {}, "commitmentDuration": {}, "commitmentExpirationTime": { "shape": "S2k" } } } }, "ListCustomModels": { "http": { "method": "GET", "requestUri": "/custom-models", "responseCode": 200 }, "input": { "type": "structure", "members": { "creationTimeBefore": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeBefore" }, "creationTimeAfter": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeAfter" }, "nameContains": { "location": "querystring", "locationName": "nameContains" }, "baseModelArnEquals": { "location": "querystring", "locationName": "baseModelArnEquals" }, "foundationModelArnEquals": { "location": "querystring", "locationName": "foundationModelArnEquals" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "sortBy": { "location": "querystring", "locationName": "sortBy" }, "sortOrder": { "location": "querystring", "locationName": "sortOrder" }, "isOwned": { "location": "querystring", "locationName": "isOwned", "type": "boolean" } } }, "output": { "type": "structure", "members": { "nextToken": {}, "modelSummaries": { "type": "list", "member": { "type": "structure", "required": [ "modelArn", "modelName", "creationTime", "baseModelArn", "baseModelName" ], "members": { "modelArn": {}, "modelName": {}, "creationTime": { "shape": "S2k" }, "baseModelArn": {}, "baseModelName": {}, "customizationType": {}, "ownerAccountId": {} } } } } } }, "ListEvaluationJobs": { "http": { "method": "GET", "requestUri": "/evaluation-jobs", "responseCode": 200 }, "input": { "type": "structure", "members": { "creationTimeAfter": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeAfter" }, "creationTimeBefore": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeBefore" }, "statusEquals": { "location": "querystring", "locationName": "statusEquals" }, "nameContains": { "location": "querystring", "locationName": "nameContains" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "sortBy": { "location": "querystring", "locationName": "sortBy" }, "sortOrder": { "location": "querystring", "locationName": "sortOrder" } } }, "output": { "type": "structure", "members": { "nextToken": {}, "jobSummaries": { "type": "list", "member": { "type": "structure", "required": [ "jobArn", "jobName", "status", "creationTime", "jobType", "evaluationTaskTypes", "modelIdentifiers" ], "members": { "jobArn": {}, "jobName": {}, "status": {}, "creationTime": { "shape": "S2k" }, "jobType": {}, "evaluationTaskTypes": { "type": "list", "member": {} }, "modelIdentifiers": { "type": "list", "member": {} } } } } } } }, "ListFoundationModels": { "http": { "method": "GET", "requestUri": "/foundation-models", "responseCode": 200 }, "input": { "type": "structure", "members": { "byProvider": { "location": "querystring", "locationName": "byProvider" }, "byCustomizationType": { "location": "querystring", "locationName": "byCustomizationType" }, "byOutputModality": { "location": "querystring", "locationName": "byOutputModality" }, "byInferenceType": { "location": "querystring", "locationName": "byInferenceType" } } }, "output": { "type": "structure", "members": { "modelSummaries": { "type": "list", "member": { "type": "structure", "required": [ "modelArn", "modelId" ], "members": { "modelArn": {}, "modelId": {}, "modelName": {}, "providerName": {}, "inputModalities": { "shape": "S4u" }, "outputModalities": { "shape": "S4u" }, "responseStreamingSupported": { "type": "boolean" }, "customizationsSupported": { "shape": "S4x" }, "inferenceTypesSupported": { "shape": "S4z" }, "modelLifecycle": { "shape": "S51" } } } } } } }, "ListGuardrails": { "http": { "method": "GET", "requestUri": "/guardrails", "responseCode": 200 }, "input": { "type": "structure", "members": { "guardrailIdentifier": { "location": "querystring", "locationName": "guardrailIdentifier" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" }, "nextToken": { "location": "querystring", "locationName": "nextToken" } } }, "output": { "type": "structure", "required": [ "guardrails" ], "members": { "guardrails": { "type": "list", "member": { "type": "structure", "required": [ "id", "arn", "status", "name", "version", "createdAt", "updatedAt" ], "members": { "id": {}, "arn": {}, "status": {}, "name": { "shape": "S1e" }, "description": { "shape": "S1f" }, "version": {}, "createdAt": { "shape": "S2k" }, "updatedAt": { "shape": "S2k" } } } }, "nextToken": {} } } }, "ListImportedModels": { "http": { "method": "GET", "requestUri": "/imported-models", "responseCode": 200 }, "input": { "type": "structure", "members": { "creationTimeBefore": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeBefore" }, "creationTimeAfter": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeAfter" }, "nameContains": { "location": "querystring", "locationName": "nameContains" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "sortBy": { "location": "querystring", "locationName": "sortBy" }, "sortOrder": { "location": "querystring", "locationName": "sortOrder" } } }, "output": { "type": "structure", "members": { "nextToken": {}, "modelSummaries": { "type": "list", "member": { "type": "structure", "required": [ "modelArn", "modelName", "creationTime" ], "members": { "modelArn": {}, "modelName": {}, "creationTime": { "shape": "S2k" } } } } } } }, "ListInferenceProfiles": { "http": { "method": "GET", "requestUri": "/inference-profiles", "responseCode": 200 }, "input": { "type": "structure", "members": { "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" }, "nextToken": { "location": "querystring", "locationName": "nextToken" } } }, "output": { "type": "structure", "members": { "inferenceProfileSummaries": { "type": "list", "member": { "type": "structure", "required": [ "inferenceProfileName", "models", "inferenceProfileArn", "inferenceProfileId", "status", "type" ], "members": { "inferenceProfileName": {}, "models": { "shape": "S66" }, "description": {}, "createdAt": { "shape": "S2k" }, "updatedAt": { "shape": "S2k" }, "inferenceProfileArn": {}, "inferenceProfileId": {}, "status": {}, "type": {} } } }, "nextToken": {} } } }, "ListModelCopyJobs": { "http": { "method": "GET", "requestUri": "/model-copy-jobs", "responseCode": 200 }, "input": { "type": "structure", "members": { "creationTimeAfter": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeAfter" }, "creationTimeBefore": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeBefore" }, "statusEquals": { "location": "querystring", "locationName": "statusEquals" }, "sourceAccountEquals": { "location": "querystring", "locationName": "sourceAccountEquals" }, "sourceModelArnEquals": { "location": "querystring", "locationName": "sourceModelArnEquals" }, "targetModelNameContains": { "location": "querystring", "locationName": "outputModelNameContains" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "sortBy": { "location": "querystring", "locationName": "sortBy" }, "sortOrder": { "location": "querystring", "locationName": "sortOrder" } } }, "output": { "type": "structure", "members": { "nextToken": {}, "modelCopyJobSummaries": { "type": "list", "member": { "type": "structure", "required": [ "jobArn", "status", "creationTime", "targetModelArn", "sourceAccountId", "sourceModelArn" ], "members": { "jobArn": {}, "status": {}, "creationTime": { "shape": "S2k" }, "targetModelArn": {}, "targetModelName": {}, "sourceAccountId": {}, "sourceModelArn": {}, "targetModelKmsKeyArn": {}, "targetModelTags": { "shape": "Sh" }, "failureMessage": {}, "sourceModelName": {} } } } } } }, "ListModelCustomizationJobs": { "http": { "method": "GET", "requestUri": "/model-customization-jobs", "responseCode": 200 }, "input": { "type": "structure", "members": { "creationTimeAfter": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeAfter" }, "creationTimeBefore": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeBefore" }, "statusEquals": { "location": "querystring", "locationName": "statusEquals" }, "nameContains": { "location": "querystring", "locationName": "nameContains" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "sortBy": { "location": "querystring", "locationName": "sortBy" }, "sortOrder": { "location": "querystring", "locationName": "sortOrder" } } }, "output": { "type": "structure", "members": { "nextToken": {}, "modelCustomizationJobSummaries": { "type": "list", "member": { "type": "structure", "required": [ "jobArn", "baseModelArn", "jobName", "status", "creationTime" ], "members": { "jobArn": {}, "baseModelArn": {}, "jobName": {}, "status": {}, "lastModifiedTime": { "shape": "S2k" }, "creationTime": { "shape": "S2k" }, "endTime": { "shape": "S2k" }, "customModelArn": {}, "customModelName": {}, "customizationType": {} } } } } } }, "ListModelImportJobs": { "http": { "method": "GET", "requestUri": "/model-import-jobs", "responseCode": 200 }, "input": { "type": "structure", "members": { "creationTimeAfter": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeAfter" }, "creationTimeBefore": { "shape": "S2k", "location": "querystring", "locationName": "creationTimeBefore" }, "statusEquals": { "location": "querystring", "locationName": "statusEquals" }, "nameContains": { "location": "querystring", "locationName": "nameContains" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "sortBy": { "location": "querystring", "locationName": "sortBy" }, "sortOrder": { "location": "querystring", "locati