UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 287 kB
{"openapi":"3.0.0","info":{"version":"2020-06-08","x-release":"v4","title":"Inspector2","description":"Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2 and Amazon ECR environments.","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"inspector2","x-aws-signingName":"inspector2","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/inspector2-2020-06-08.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/inspector2/"},"servers":[{"url":"http://inspector2.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Inspector2 multi-region endpoint"},{"url":"https://inspector2.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Inspector2 multi-region endpoint"},{"url":"http://inspector2.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Inspector2 endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://inspector2.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Inspector2 endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/members/associate":{"post":{"operationId":"AssociateMember","description":"Associates an Amazon Web Services account with an Amazon Inspector delegated administrator. An HTTP 200 response indicates the association was successfully started, but doesn’t indicate whether it was completed. You can check if the association completed by using <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListMembers.html\">ListMembers</a> for multiple accounts or <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetMember.html\">GetMembers</a> for a single account.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssociateMemberResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["accountId"],"properties":{"accountId":{"description":"The Amazon Web Services account ID of the member account to be associated.","type":"string","pattern":"^\\d{12}$","minLength":12,"maxLength":12}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/status/batch/get":{"post":{"operationId":"BatchGetAccountStatus","description":"Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchGetAccountStatusResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"accountIds":{"description":"The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.","type":"array","items":{"$ref":"#/components/schemas/AccountId"},"minItems":0,"maxItems":100}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/codesnippet/batchget":{"post":{"operationId":"BatchGetCodeSnippet","description":"Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchGetCodeSnippetResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["findingArns"],"properties":{"findingArns":{"description":"An array of finding ARNs for the findings you want to retrieve code snippets from.","type":"array","items":{"$ref":"#/components/schemas/FindingArn"},"minItems":1,"maxItems":10}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/findings/details/batch/get":{"post":{"operationId":"BatchGetFindingDetails","description":"Gets vulnerability details for findings.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchGetFindingDetailsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["findingArns"],"properties":{"findingArns":{"description":"A list of finding ARNs.","type":"array","items":{"$ref":"#/components/schemas/FindingArn"},"minItems":1,"maxItems":10}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/freetrialinfo/batchget":{"post":{"operationId":"BatchGetFreeTrialInfo","description":"Gets free trial status for multiple Amazon Web Services accounts.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchGetFreeTrialInfoResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["accountIds"],"properties":{"accountIds":{"description":"The account IDs to get free trial status for.","type":"array","items":{"$ref":"#/components/schemas/MeteringAccountId"},"minItems":1,"maxItems":100}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/ec2deepinspectionstatus/member/batch/get":{"post":{"operationId":"BatchGetMemberEc2DeepInspectionStatus","description":"Retrieves Amazon Inspector deep inspection activation status of multiple member accounts within your organization. You must be the delegated administrator of an organization in Amazon Inspector to use this API.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchGetMemberEc2DeepInspectionStatusResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"accountIds":{"description":"The unique identifiers for the Amazon Web Services accounts to retrieve Amazon Inspector deep inspection activation status for. <pre><code> &lt;/p&gt; </code></pre>","type":"array","items":{"$ref":"#/components/schemas/AccountId"},"minItems":0,"maxItems":100}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/ec2deepinspectionstatus/member/batch/update":{"post":{"operationId":"BatchUpdateMemberEc2DeepInspectionStatus","description":"Activates or deactivates Amazon Inspector deep inspection for the provided member accounts in your organization. You must be the delegated administrator of an organization in Amazon Inspector to use this API.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchUpdateMemberEc2DeepInspectionStatusResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["accountIds"],"properties":{"accountIds":{"description":"The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status for.","type":"array","items":{"$ref":"#/components/schemas/MemberAccountEc2DeepInspectionStatus"},"minItems":0,"maxItems":100}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/reporting/cancel":{"post":{"operationId":"CancelFindingsReport","description":"Cancels the given findings report.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelFindingsReportResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["reportId"],"properties":{"reportId":{"description":"The ID of the report to be canceled.","type":"string","pattern":"\\b[a-f0-9]{8}\\b-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-\\b[a-f0-9]{12}\\b"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/sbomexport/cancel":{"post":{"operationId":"CancelSbomExport","description":"Cancels a software bill of materials (SBOM) report.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelSbomExportResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["reportId"],"properties":{"reportId":{"description":"The report ID of the SBOM export to cancel.","type":"string","pattern":"\\b[a-f0-9]{8}\\b-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-\\b[a-f0-9]{12}\\b"}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/filters/create":{"post":{"operationId":"CreateFilter","description":"Creates a filter resource using specified filter criteria.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateFilterResponse"}}}},"480":{"description":"ServiceQuotaExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceQuotaExceededException"}}}},"481":{"description":"BadRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BadRequestException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["action","filterCriteria","name"],"properties":{"action":{"description":"Defines the action that is to be applied to the findings that match the filter.","type":"string","enum":["NONE","SUPPRESS"]},"description":{"description":"A description of the filter.","type":"string","minLength":1,"maxLength":512},"filterCriteria":{"description":"Details on the criteria used to define the filter.","type":"object","properties":{"awsAccountId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon Web Services account IDs used to filter findings."}]},"codeVulnerabilityDetectorName":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"The name of the detector used to identify a code vulnerability in a Lambda function used to filter findings."}]},"codeVulnerabilityDetectorTags":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"The detector type tag associated with the vulnerability used to filter findings. Detector tags group related vulnerabilities by common themes or tactics. For a list of available tags by programming language, see <a href=\"https://docs.aws.amazon.com/codeguru/detector-library/java/tags/\">Java tags</a>, or <a href=\"https://docs.aws.amazon.com/codeguru/detector-library/python/tags/\">Python tags</a>. "}]},"codeVulnerabilityFilePath":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"The file path to the file in a Lambda function that contains a code vulnerability used to filter findings."}]},"componentId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the component IDs used to filter findings."}]},"componentType":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the component types used to filter findings."}]},"ec2InstanceImageId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon EC2 instance image IDs used to filter findings."}]},"ec2InstanceSubnetId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon EC2 instance subnet IDs used to filter findings."}]},"ec2InstanceVpcId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon EC2 instance VPC IDs used to filter findings."}]},"ecrImageArchitecture":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon ECR image architecture types used to filter findings."}]},"ecrImageHash":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon ECR image hashes used to filter findings."}]},"ecrImagePushedAt":{"allOf":[{"$ref":"#/components/schemas/DateFilterList"},{"description":"Details on the Amazon ECR image push date and time used to filter findings."}]},"ecrImageRegistry":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the Amazon ECR registry used to filter findings."}]},"ecrImageRepositoryName":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the name of the Amazon ECR repository used to filter findings."}]},"ecrImageTags":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"The tags attached to the Amazon ECR container image."}]},"epssScore":{"allOf":[{"$ref":"#/components/schemas/NumberFilterList"},{"description":"The EPSS score used to filter findings."}]},"exploitAvailable":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Filters the list of AWS Lambda findings by the availability of exploits."}]},"findingArn":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the finding ARNs used to filter findings."}]},"findingStatus":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the finding status types used to filter findings."}]},"findingType":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the finding types used to filter findings."}]},"firstObservedAt":{"allOf":[{"$ref":"#/components/schemas/DateFilterList"},{"description":"Details on the date and time a finding was first seen used to filter findings."}]},"fixAvailable":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on whether a fix is available through a version update. This value can be <code>YES</code>, <code>NO</code>, or <code>PARTIAL</code>. A <code>PARTIAL</code> fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions."}]},"inspectorScore":{"allOf":[{"$ref":"#/components/schemas/NumberFilterList"},{"description":"The Amazon Inspector score to filter on."}]},"lambdaFunctionExecutionRoleArn":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Filters the list of AWS Lambda functions by execution role."}]},"lambdaFunctionLastModifiedAt":{"allOf":[{"$ref":"#/components/schemas/DateFilterList"},{"description":"Filters the list of AWS Lambda functions by the date and time that a user last updated the configuration, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 format</a> "}]},"lambdaFunctionLayers":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Filters the list of AWS Lambda functions by the function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\"> layers</a>. A Lambda function can have up to five layers."}]},"lambdaFunctionName":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Filters the list of AWS Lambda functions by the name of the function."}]},"lambdaFunctionRuntime":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Filters the list of AWS Lambda functions by the runtime environment for the Lambda function."}]},"lastObservedAt":{"allOf":[{"$ref":"#/components/schemas/DateFilterList"},{"description":"Details on the date and time a finding was last seen used to filter findings."}]},"networkProtocol":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on network protocol used to filter findings."}]},"portRange":{"allOf":[{"$ref":"#/components/schemas/PortRangeFilterList"},{"description":"Details on the port ranges used to filter findings."}]},"relatedVulnerabilities":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the related vulnerabilities used to filter findings."}]},"resourceId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the resource IDs used to filter findings."}]},"resourceTags":{"allOf":[{"$ref":"#/components/schemas/MapFilterList"},{"description":"Details on the resource tags used to filter findings."}]},"resourceType":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the resource types used to filter findings."}]},"severity":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the severity used to filter findings."}]},"title":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the finding title used to filter findings."}]},"updatedAt":{"allOf":[{"$ref":"#/components/schemas/DateFilterList"},{"description":"Details on the date and time a finding was last updated at used to filter findings."}]},"vendorSeverity":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the vendor severity used to filter findings."}]},"vulnerabilityId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the vulnerability ID used to filter findings."}]},"vulnerabilitySource":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the vulnerability type used to filter findings."}]},"vulnerablePackages":{"allOf":[{"$ref":"#/components/schemas/PackageFilterList"},{"description":"Details on the vulnerable packages used to filter findings."}]}}},"name":{"description":"The name of the filter. Minimum length of 3. Maximum length of 64. Valid characters include alphanumeric characters, dot (.), underscore (_), and dash (-). Spaces are not allowed.","type":"string","minLength":1,"maxLength":128},"reason":{"description":"The reason for creating the filter.","type":"string","minLength":1,"maxLength":512},"tags":{"description":"A list of tags for the filter.","type":"object","additionalProperties":{"$ref":"#/components/schemas/MapValue"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/reporting/create":{"post":{"operationId":"CreateFindingsReport","description":"Creates a finding report. By default only <code>ACTIVE</code> findings are returned in the report. To see <code>SUPRESSED</code> or <code>CLOSED</code> findings you must specify a value for the <code>findingStatus</code> filter criteria. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateFindingsReportResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["reportFormat","s3Destination"],"properties":{"filterCriteria":{"description":"Details on the criteria used to define the filter.","type":"object","properties":{"awsAccountId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon Web Services account IDs used to filter findings."}]},"codeVulnerabilityDetectorName":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"The name of the detector used to identify a code vulnerability in a Lambda function used to filter findings."}]},"codeVulnerabilityDetectorTags":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"The detector type tag associated with the vulnerability used to filter findings. Detector tags group related vulnerabilities by common themes or tactics. For a list of available tags by programming language, see <a href=\"https://docs.aws.amazon.com/codeguru/detector-library/java/tags/\">Java tags</a>, or <a href=\"https://docs.aws.amazon.com/codeguru/detector-library/python/tags/\">Python tags</a>. "}]},"codeVulnerabilityFilePath":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"The file path to the file in a Lambda function that contains a code vulnerability used to filter findings."}]},"componentId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the component IDs used to filter findings."}]},"componentType":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the component types used to filter findings."}]},"ec2InstanceImageId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon EC2 instance image IDs used to filter findings."}]},"ec2InstanceSubnetId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon EC2 instance subnet IDs used to filter findings."}]},"ec2InstanceVpcId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon EC2 instance VPC IDs used to filter findings."}]},"ecrImageArchitecture":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon ECR image architecture types used to filter findings."}]},"ecrImageHash":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details of the Amazon ECR image hashes used to filter findings."}]},"ecrImagePushedAt":{"allOf":[{"$ref":"#/components/schemas/DateFilterList"},{"description":"Details on the Amazon ECR image push date and time used to filter findings."}]},"ecrImageRegistry":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the Amazon ECR registry used to filter findings."}]},"ecrImageRepositoryName":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the name of the Amazon ECR repository used to filter findings."}]},"ecrImageTags":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"The tags attached to the Amazon ECR container image."}]},"epssScore":{"allOf":[{"$ref":"#/components/schemas/NumberFilterList"},{"description":"The EPSS score used to filter findings."}]},"exploitAvailable":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Filters the list of AWS Lambda findings by the availability of exploits."}]},"findingArn":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the finding ARNs used to filter findings."}]},"findingStatus":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the finding status types used to filter findings."}]},"findingType":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the finding types used to filter findings."}]},"firstObservedAt":{"allOf":[{"$ref":"#/components/schemas/DateFilterList"},{"description":"Details on the date and time a finding was first seen used to filter findings."}]},"fixAvailable":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on whether a fix is available through a version update. This value can be <code>YES</code>, <code>NO</code>, or <code>PARTIAL</code>. A <code>PARTIAL</code> fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions."}]},"inspectorScore":{"allOf":[{"$ref":"#/components/schemas/NumberFilterList"},{"description":"The Amazon Inspector score to filter on."}]},"lambdaFunctionExecutionRoleArn":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Filters the list of AWS Lambda functions by execution role."}]},"lambdaFunctionLastModifiedAt":{"allOf":[{"$ref":"#/components/schemas/DateFilterList"},{"description":"Filters the list of AWS Lambda functions by the date and time that a user last updated the configuration, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 format</a> "}]},"lambdaFunctionLayers":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Filters the list of AWS Lambda functions by the function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\"> layers</a>. A Lambda function can have up to five layers."}]},"lambdaFunctionName":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Filters the list of AWS Lambda functions by the name of the function."}]},"lambdaFunctionRuntime":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Filters the list of AWS Lambda functions by the runtime environment for the Lambda function."}]},"lastObservedAt":{"allOf":[{"$ref":"#/components/schemas/DateFilterList"},{"description":"Details on the date and time a finding was last seen used to filter findings."}]},"networkProtocol":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on network protocol used to filter findings."}]},"portRange":{"allOf":[{"$ref":"#/components/schemas/PortRangeFilterList"},{"description":"Details on the port ranges used to filter findings."}]},"relatedVulnerabilities":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the related vulnerabilities used to filter findings."}]},"resourceId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the resource IDs used to filter findings."}]},"resourceTags":{"allOf":[{"$ref":"#/components/schemas/MapFilterList"},{"description":"Details on the resource tags used to filter findings."}]},"resourceType":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the resource types used to filter findings."}]},"severity":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the severity used to filter findings."}]},"title":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the finding title used to filter findings."}]},"updatedAt":{"allOf":[{"$ref":"#/components/schemas/DateFilterList"},{"description":"Details on the date and time a finding was last updated at used to filter findings."}]},"vendorSeverity":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the vendor severity used to filter findings."}]},"vulnerabilityId":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the vulnerability ID used to filter findings."}]},"vulnerabilitySource":{"allOf":[{"$ref":"#/components/schemas/StringFilterList"},{"description":"Details on the vulnerability type used to filter findings."}]},"vulnerablePackages":{"allOf":[{"$ref":"#/components/schemas/PackageFilterList"},{"description":"Details on the vulnerable packages used to filter findings."}]}}},"reportFormat":{"description":"The format to generate the report in.","type":"string","enum":["CSV","JSON"]},"s3Destination":{"description":"Contains details of the Amazon S3 bucket and KMS key used to export findings.","type":"object","properties":{"bucketName":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The name of the Amazon S3 bucket to export findings to."}]},"keyPrefix":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The prefix that the findings will be written under."}]},"kmsKeyArn":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The ARN of the KMS key used to encrypt data when exporting findings."}]}}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/sbomexport/create":{"post":{"operationId":"CreateSbomExport","description":"Creates a software bill of materials (SBOM) report.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateSbomExportResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["reportFormat","s3Destination"],"properties":{"reportFormat":{"description":"The output format for the software bill of materials (SBOM) report.","type":"string","enum":["CYCLONEDX_1_4","SPDX_2_3"]},"resourceFilterCriteria":{"description":"The resource filter criteria for a Software bill of materials (SBOM) report.","type":"object","properties":{"accountId":{"allOf":[{"$ref":"#/components/schemas/ResourceStringFilterList"},{"description":"The account IDs used as resource filter criteria."}]},"ec2InstanceTags":{"allOf":[{"$ref":"#/components/schemas/ResourceMapFilterList"},{"description":"The EC2 instance tags used as resource filter criteria."}]},"ecrImageTags":{"allOf":[{"$ref":"#/components/schemas/ResourceStringFilterList"},{"description":"The ECR image tags used as resource filter criteria."}]},"ecrRepositoryName":{"allOf":[{"$ref":"#/components/schemas/ResourceStringFilterList"},{"description":"The ECR repository names used as resource filter criteria."}]},"lambdaFunctionName":{"allOf":[{"$ref":"#/components/schemas/ResourceStringFilterList"},{"description":"The AWS Lambda function name used as resource filter criteria."}]},"lambdaFunctionTags":{"allOf":[{"$ref":"#/components/schemas/ResourceMapFilterList"},{"description":"The AWS Lambda function tags used as resource filter criteria."}]},"resourceId":{"allOf":[{"$ref":"#/components/schemas/ResourceStringFilterList"},{"description":"The resource IDs used as resource filter criteria."}]},"resourceType":{"allOf":[{"$ref":"#/components/schemas/ResourceStringFilterList"},{"description":"The resource types used as resource filter criteria."}]}}},"s3Destination":{"description":"Contains details of the Amazon S3 bucket and KMS key used to export findings.","type":"object","properties":{"bucketName":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The name of the Amazon S3 bucket to export findings to."}]},"keyPrefix":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The prefix that the findings will be written under."}]},"kmsKeyArn":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":"The ARN of the KMS key used to encrypt data when exporting findings."}]}}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/filters/delete":{"post":{"operationId":"DeleteFilter","description":"Deletes a filter resource.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteFilterResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["arn"],"properties":{"arn":{"description":"The Amazon Resource Number (ARN) of the filter to be deleted.","type":"string","minLength":1,"maxLength":128}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/organizationconfiguration/describe":{"post":{"operationId":"DescribeOrganizationConfiguration","description":"Describe Amazon Inspector configuration settings for an Amazon Web Services organization.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeOrganizationConfigurationResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/disable":{"post":{"operationId":"Disable","description":"Disables Amazon Inspector scans for one or more Amazon Web Services accounts. Disabling all scan types in an account disables the Amazon Inspector service.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisableResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"484":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"accountIds":{"description":"An array of account IDs you want to disable Amazon Inspector scans for.","type":"array","items":{"$ref":"#/components/schemas/AccountId"},"minItems":0,"maxItems":100},"resourceTypes":{"description":"The resource scan types you want to disable.","type":"array","items":{"$ref":"#/components/schemas/ResourceScanType"},"minItems":0,"maxItems":3}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/delegatedadminaccounts/disable":{"post":{"operationId":"DisableDelegatedAdminAccount","description":"Disables the Amazon Inspector delegated administrator for your organization.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisableDelegatedAdminAccountResponse"}}}},"480":{"description":"ConflictException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConflictException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"484":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"485":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["delegatedAdminAccountId"],"properties":{"delegatedAdminAccountId":{"description":"The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.","type":"string","pattern":"^\\d{12}$","minLength":12,"maxLength":12}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/members/disassociate":{"post":{"operationId":"DisassociateMember","description":"Disassociates a member account from an Amazon Inspector delegated administrator.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DisassociateMemberResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}