cloudworker-proxy
Version:
An api gateway for cloudflare workers
1,690 lines • 84.5 kB
JSON
{
"metadata": {
"apiVersion": "2020-01-01",
"endpointPrefix": "macie2",
"signingName": "macie2",
"serviceFullName": "Amazon Macie 2",
"serviceId": "Macie2",
"protocol": "rest-json",
"jsonVersion": "1.1",
"uid": "macie2-2020-01-01",
"signatureVersion": "v4"
},
"operations": {
"AcceptInvitation": {
"http": {
"requestUri": "/invitations/accept",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"invitationId": {
"locationName": "invitationId"
},
"masterAccount": {
"locationName": "masterAccount"
}
},
"required": [
"masterAccount",
"invitationId"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"BatchGetCustomDataIdentifiers": {
"http": {
"requestUri": "/custom-data-identifiers/get",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ids": {
"shape": "S5",
"locationName": "ids"
}
}
},
"output": {
"type": "structure",
"members": {
"customDataIdentifiers": {
"locationName": "customDataIdentifiers",
"type": "list",
"member": {
"type": "structure",
"members": {
"arn": {
"locationName": "arn"
},
"createdAt": {
"shape": "S9",
"locationName": "createdAt"
},
"deleted": {
"locationName": "deleted",
"type": "boolean"
},
"description": {
"locationName": "description"
},
"id": {
"locationName": "id"
},
"name": {
"locationName": "name"
}
}
}
},
"notFoundIdentifierIds": {
"shape": "S5",
"locationName": "notFoundIdentifierIds"
}
}
}
},
"CreateClassificationJob": {
"http": {
"requestUri": "/jobs",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"clientToken": {
"locationName": "clientToken",
"idempotencyToken": true
},
"customDataIdentifierIds": {
"shape": "S5",
"locationName": "customDataIdentifierIds"
},
"description": {
"locationName": "description"
},
"initialRun": {
"locationName": "initialRun",
"type": "boolean"
},
"jobType": {
"locationName": "jobType"
},
"name": {
"locationName": "name"
},
"s3JobDefinition": {
"shape": "Sd",
"locationName": "s3JobDefinition"
},
"samplingPercentage": {
"locationName": "samplingPercentage",
"type": "integer"
},
"scheduleFrequency": {
"shape": "Ss",
"locationName": "scheduleFrequency"
},
"tags": {
"shape": "Sx",
"locationName": "tags"
}
},
"required": [
"s3JobDefinition",
"jobType",
"clientToken",
"name"
]
},
"output": {
"type": "structure",
"members": {
"jobArn": {
"locationName": "jobArn"
},
"jobId": {
"locationName": "jobId"
}
}
}
},
"CreateCustomDataIdentifier": {
"http": {
"requestUri": "/custom-data-identifiers",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"clientToken": {
"locationName": "clientToken",
"idempotencyToken": true
},
"description": {
"locationName": "description"
},
"ignoreWords": {
"shape": "S5",
"locationName": "ignoreWords"
},
"keywords": {
"shape": "S5",
"locationName": "keywords"
},
"maximumMatchDistance": {
"locationName": "maximumMatchDistance",
"type": "integer"
},
"name": {
"locationName": "name"
},
"regex": {
"locationName": "regex"
},
"tags": {
"shape": "Sx",
"locationName": "tags"
}
}
},
"output": {
"type": "structure",
"members": {
"customDataIdentifierId": {
"locationName": "customDataIdentifierId"
}
}
}
},
"CreateFindingsFilter": {
"http": {
"requestUri": "/findingsfilters",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"action": {
"locationName": "action"
},
"clientToken": {
"locationName": "clientToken",
"idempotencyToken": true
},
"description": {
"locationName": "description"
},
"findingCriteria": {
"shape": "S13",
"locationName": "findingCriteria"
},
"name": {
"locationName": "name"
},
"position": {
"locationName": "position",
"type": "integer"
},
"tags": {
"shape": "Sx",
"locationName": "tags"
}
},
"required": [
"action",
"findingCriteria",
"name"
]
},
"output": {
"type": "structure",
"members": {
"arn": {
"locationName": "arn"
},
"id": {
"locationName": "id"
}
}
}
},
"CreateInvitations": {
"http": {
"requestUri": "/invitations",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"accountIds": {
"shape": "S5",
"locationName": "accountIds"
},
"disableEmailNotification": {
"locationName": "disableEmailNotification",
"type": "boolean"
},
"message": {
"locationName": "message"
}
},
"required": [
"accountIds"
]
},
"output": {
"type": "structure",
"members": {
"unprocessedAccounts": {
"shape": "S1a",
"locationName": "unprocessedAccounts"
}
}
}
},
"CreateMember": {
"http": {
"requestUri": "/members",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"account": {
"locationName": "account",
"type": "structure",
"members": {
"accountId": {
"locationName": "accountId"
},
"email": {
"locationName": "email"
}
},
"required": [
"email",
"accountId"
]
},
"tags": {
"shape": "Sx",
"locationName": "tags"
}
},
"required": [
"account"
]
},
"output": {
"type": "structure",
"members": {
"arn": {
"locationName": "arn"
}
}
}
},
"CreateSampleFindings": {
"http": {
"requestUri": "/findings/sample",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"findingTypes": {
"locationName": "findingTypes",
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeclineInvitations": {
"http": {
"requestUri": "/invitations/decline",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"accountIds": {
"shape": "S5",
"locationName": "accountIds"
}
},
"required": [
"accountIds"
]
},
"output": {
"type": "structure",
"members": {
"unprocessedAccounts": {
"shape": "S1a",
"locationName": "unprocessedAccounts"
}
}
}
},
"DeleteCustomDataIdentifier": {
"http": {
"method": "DELETE",
"requestUri": "/custom-data-identifiers/{id}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"id": {
"location": "uri",
"locationName": "id"
}
},
"required": [
"id"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteFindingsFilter": {
"http": {
"method": "DELETE",
"requestUri": "/findingsfilters/{id}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"id": {
"location": "uri",
"locationName": "id"
}
},
"required": [
"id"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteInvitations": {
"http": {
"requestUri": "/invitations/delete",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"accountIds": {
"shape": "S5",
"locationName": "accountIds"
}
},
"required": [
"accountIds"
]
},
"output": {
"type": "structure",
"members": {
"unprocessedAccounts": {
"shape": "S1a",
"locationName": "unprocessedAccounts"
}
}
}
},
"DeleteMember": {
"http": {
"method": "DELETE",
"requestUri": "/members/{id}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"id": {
"location": "uri",
"locationName": "id"
}
},
"required": [
"id"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"DescribeBuckets": {
"http": {
"requestUri": "/datasources/s3",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"criteria": {
"locationName": "criteria",
"type": "map",
"key": {},
"value": {
"type": "structure",
"members": {
"eq": {
"shape": "S5",
"locationName": "eq"
},
"gt": {
"locationName": "gt",
"type": "long"
},
"gte": {
"locationName": "gte",
"type": "long"
},
"lt": {
"locationName": "lt",
"type": "long"
},
"lte": {
"locationName": "lte",
"type": "long"
},
"neq": {
"shape": "S5",
"locationName": "neq"
},
"prefix": {
"locationName": "prefix"
}
}
}
},
"maxResults": {
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"locationName": "nextToken"
},
"sortCriteria": {
"locationName": "sortCriteria",
"type": "structure",
"members": {
"attributeName": {
"locationName": "attributeName"
},
"orderBy": {
"locationName": "orderBy"
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"buckets": {
"locationName": "buckets",
"type": "list",
"member": {
"type": "structure",
"members": {
"accountId": {
"locationName": "accountId"
},
"bucketArn": {
"locationName": "bucketArn"
},
"bucketCreatedAt": {
"shape": "S9",
"locationName": "bucketCreatedAt"
},
"bucketName": {
"locationName": "bucketName"
},
"classifiableObjectCount": {
"locationName": "classifiableObjectCount",
"type": "long"
},
"classifiableSizeInBytes": {
"locationName": "classifiableSizeInBytes",
"type": "long"
},
"lastUpdated": {
"shape": "S9",
"locationName": "lastUpdated"
},
"objectCount": {
"locationName": "objectCount",
"type": "long"
},
"objectCountByEncryptionType": {
"locationName": "objectCountByEncryptionType",
"type": "structure",
"members": {
"customerManaged": {
"locationName": "customerManaged",
"type": "long"
},
"kmsManaged": {
"locationName": "kmsManaged",
"type": "long"
},
"s3Managed": {
"locationName": "s3Managed",
"type": "long"
},
"unencrypted": {
"locationName": "unencrypted",
"type": "long"
}
}
},
"publicAccess": {
"shape": "S23",
"locationName": "publicAccess"
},
"region": {
"locationName": "region"
},
"replicationDetails": {
"locationName": "replicationDetails",
"type": "structure",
"members": {
"replicated": {
"locationName": "replicated",
"type": "boolean"
},
"replicatedExternally": {
"locationName": "replicatedExternally",
"type": "boolean"
},
"replicationAccounts": {
"shape": "S5",
"locationName": "replicationAccounts"
}
}
},
"sharedAccess": {
"locationName": "sharedAccess"
},
"sizeInBytes": {
"locationName": "sizeInBytes",
"type": "long"
},
"sizeInBytesCompressed": {
"locationName": "sizeInBytesCompressed",
"type": "long"
},
"tags": {
"locationName": "tags",
"type": "list",
"member": {
"shape": "S2e"
}
},
"unclassifiableObjectCount": {
"shape": "S2f",
"locationName": "unclassifiableObjectCount"
},
"unclassifiableObjectSizeInBytes": {
"shape": "S2f",
"locationName": "unclassifiableObjectSizeInBytes"
},
"versioning": {
"locationName": "versioning",
"type": "boolean"
}
}
}
},
"nextToken": {
"locationName": "nextToken"
}
}
}
},
"DescribeClassificationJob": {
"http": {
"method": "GET",
"requestUri": "/jobs/{jobId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"jobId": {
"location": "uri",
"locationName": "jobId"
}
},
"required": [
"jobId"
]
},
"output": {
"type": "structure",
"members": {
"clientToken": {
"locationName": "clientToken",
"idempotencyToken": true
},
"createdAt": {
"shape": "S9",
"locationName": "createdAt"
},
"customDataIdentifierIds": {
"shape": "S5",
"locationName": "customDataIdentifierIds"
},
"description": {
"locationName": "description"
},
"initialRun": {
"locationName": "initialRun",
"type": "boolean"
},
"jobArn": {
"locationName": "jobArn"
},
"jobId": {
"locationName": "jobId"
},
"jobStatus": {
"locationName": "jobStatus"
},
"jobType": {
"locationName": "jobType"
},
"lastRunTime": {
"shape": "S9",
"locationName": "lastRunTime"
},
"name": {
"locationName": "name"
},
"s3JobDefinition": {
"shape": "Sd",
"locationName": "s3JobDefinition"
},
"samplingPercentage": {
"locationName": "samplingPercentage",
"type": "integer"
},
"scheduleFrequency": {
"shape": "Ss",
"locationName": "scheduleFrequency"
},
"statistics": {
"locationName": "statistics",
"type": "structure",
"members": {
"approximateNumberOfObjectsToProcess": {
"locationName": "approximateNumberOfObjectsToProcess",
"type": "double"
},
"numberOfRuns": {
"locationName": "numberOfRuns",
"type": "double"
}
}
},
"tags": {
"shape": "Sx",
"locationName": "tags"
}
}
}
},
"DescribeOrganizationConfiguration": {
"http": {
"method": "GET",
"requestUri": "/admin/configuration",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"autoEnable": {
"locationName": "autoEnable",
"type": "boolean"
},
"maxAccountLimitReached": {
"locationName": "maxAccountLimitReached",
"type": "boolean"
}
}
}
},
"DisableMacie": {
"http": {
"method": "DELETE",
"requestUri": "/macie",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {}
}
},
"DisableOrganizationAdminAccount": {
"http": {
"method": "DELETE",
"requestUri": "/admin",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"adminAccountId": {
"location": "querystring",
"locationName": "adminAccountId"
}
},
"required": [
"adminAccountId"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"DisassociateFromMasterAccount": {
"http": {
"requestUri": "/master/disassociate",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {}
}
},
"DisassociateMember": {
"http": {
"requestUri": "/members/disassociate/{id}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"id": {
"location": "uri",
"locationName": "id"
}
},
"required": [
"id"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"EnableMacie": {
"http": {
"requestUri": "/macie",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"clientToken": {
"locationName": "clientToken",
"idempotencyToken": true
},
"findingPublishingFrequency": {
"locationName": "findingPublishingFrequency"
},
"status": {
"locationName": "status"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"EnableOrganizationAdminAccount": {
"http": {
"requestUri": "/admin",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"adminAccountId": {
"locationName": "adminAccountId"
},
"clientToken": {
"locationName": "clientToken",
"idempotencyToken": true
}
},
"required": [
"adminAccountId"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"GetBucketStatistics": {
"http": {
"requestUri": "/datasources/s3/statistics",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"accountId": {
"locationName": "accountId"
}
}
},
"output": {
"type": "structure",
"members": {
"bucketCount": {
"locationName": "bucketCount",
"type": "long"
},
"bucketCountByEffectivePermission": {
"locationName": "bucketCountByEffectivePermission",
"type": "structure",
"members": {
"publiclyAccessible": {
"locationName": "publiclyAccessible",
"type": "long"
},
"publiclyReadable": {
"locationName": "publiclyReadable",
"type": "long"
},
"publiclyWritable": {
"locationName": "publiclyWritable",
"type": "long"
}
}
},
"bucketCountByEncryptionType": {
"locationName": "bucketCountByEncryptionType",
"type": "structure",
"members": {
"kmsManaged": {
"locationName": "kmsManaged",
"type": "long"
},
"s3Managed": {
"locationName": "s3Managed",
"type": "long"
},
"unencrypted": {
"locationName": "unencrypted",
"type": "long"
}
}
},
"bucketCountBySharedAccessType": {
"locationName": "bucketCountBySharedAccessType",
"type": "structure",
"members": {
"external": {
"locationName": "external",
"type": "long"
},
"internal": {
"locationName": "internal",
"type": "long"
},
"notShared": {
"locationName": "notShared",
"type": "long"
}
}
},
"classifiableObjectCount": {
"locationName": "classifiableObjectCount",
"type": "long"
},
"classifiableSizeInBytes": {
"locationName": "classifiableSizeInBytes",
"type": "long"
},
"lastUpdated": {
"shape": "S9",
"locationName": "lastUpdated"
},
"objectCount": {
"locationName": "objectCount",
"type": "long"
},
"sizeInBytes": {
"locationName": "sizeInBytes",
"type": "long"
},
"sizeInBytesCompressed": {
"locationName": "sizeInBytesCompressed",
"type": "long"
},
"unclassifiableObjectCount": {
"shape": "S2f",
"locationName": "unclassifiableObjectCount"
},
"unclassifiableObjectSizeInBytes": {
"shape": "S2f",
"locationName": "unclassifiableObjectSizeInBytes"
}
}
}
},
"GetClassificationExportConfiguration": {
"http": {
"method": "GET",
"requestUri": "/classification-export-configuration",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"configuration": {
"shape": "S38",
"locationName": "configuration"
}
}
}
},
"GetCustomDataIdentifier": {
"http": {
"method": "GET",
"requestUri": "/custom-data-identifiers/{id}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"id": {
"location": "uri",
"locationName": "id"
}
},
"required": [
"id"
]
},
"output": {
"type": "structure",
"members": {
"arn": {
"locationName": "arn"
},
"createdAt": {
"shape": "S9",
"locationName": "createdAt"
},
"deleted": {
"locationName": "deleted",
"type": "boolean"
},
"description": {
"locationName": "description"
},
"id": {
"locationName": "id"
},
"ignoreWords": {
"shape": "S5",
"locationName": "ignoreWords"
},
"keywords": {
"shape": "S5",
"locationName": "keywords"
},
"maximumMatchDistance": {
"locationName": "maximumMatchDistance",
"type": "integer"
},
"name": {
"locationName": "name"
},
"regex": {
"locationName": "regex"
},
"tags": {
"shape": "Sx",
"locationName": "tags"
}
}
}
},
"GetFindingStatistics": {
"http": {
"requestUri": "/findings/statistics",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"findingCriteria": {
"shape": "S13",
"locationName": "findingCriteria"
},
"groupBy": {
"locationName": "groupBy"
},
"size": {
"locationName": "size",
"type": "integer"
},
"sortCriteria": {
"locationName": "sortCriteria",
"type": "structure",
"members": {
"attributeName": {
"locationName": "attributeName"
},
"orderBy": {
"locationName": "orderBy"
}
}
}
},
"required": [
"groupBy"
]
},
"output": {
"type": "structure",
"members": {
"countsByGroup": {
"locationName": "countsByGroup",
"type": "list",
"member": {
"type": "structure",
"members": {
"count": {
"locationName": "count",
"type": "long"
},
"groupKey": {
"locationName": "groupKey"
}
}
}
}
}
}
},
"GetFindings": {
"http": {
"requestUri": "/findings/describe",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"findingIds": {
"shape": "S5",
"locationName": "findingIds"
},
"sortCriteria": {
"shape": "S3k",
"locationName": "sortCriteria"
}
},
"required": [
"findingIds"
]
},
"output": {
"type": "structure",
"members": {
"findings": {
"locationName": "findings",
"type": "list",
"member": {
"type": "structure",
"members": {
"accountId": {
"locationName": "accountId"
},
"archived": {
"locationName": "archived",
"type": "boolean"
},
"category": {
"locationName": "category"
},
"classificationDetails": {
"locationName": "classificationDetails",
"type": "structure",
"members": {
"detailedResultsLocation": {
"locationName": "detailedResultsLocation"
},
"jobArn": {
"locationName": "jobArn"
},
"jobId": {
"locationName": "jobId"
},
"result": {
"locationName": "result",
"type": "structure",
"members": {
"customDataIdentifiers": {
"locationName": "customDataIdentifiers",
"type": "structure",
"members": {
"detections": {
"locationName": "detections",
"type": "list",
"member": {
"type": "structure",
"members": {
"arn": {
"locationName": "arn"
},
"count": {
"locationName": "count",
"type": "long"
},
"name": {
"locationName": "name"
}
}
}
},
"totalCount": {
"locationName": "totalCount",
"type": "long"
}
}
},
"mimeType": {
"locationName": "mimeType"
},
"sensitiveData": {
"locationName": "sensitiveData",
"type": "list",
"member": {
"type": "structure",
"members": {
"category": {
"locationName": "category"
},
"detections": {
"locationName": "detections",
"type": "list",
"member": {
"type": "structure",
"members": {
"count": {
"locationName": "count",
"type": "long"
},
"type": {
"locationName": "type"
}
}
}
},
"totalCount": {
"locationName": "totalCount",
"type": "long"
}
}
}
},
"sizeClassified": {
"locationName": "sizeClassified",
"type": "long"
},
"status": {
"locationName": "status",
"type": "structure",
"members": {
"code": {
"locationName": "code"
},
"reason": {
"locationName": "reason"
}
}
}
}
}
}
},
"count": {
"locationName": "count",
"type": "long"
},
"createdAt": {
"shape": "S9",
"locationName": "createdAt"
},
"description": {
"locationName": "description"
},
"id": {
"locationName": "id"
},
"partition": {
"locationName": "partition"
},
"policyDetails": {
"locationName": "policyDetails",
"type": "structure",
"members": {
"action": {
"locationName": "action",
"type": "structure",
"members": {
"actionType": {
"locationName": "actionType"
},
"apiCallDetails": {
"locationName": "apiCallDetails",
"type": "structure",
"members": {
"api": {
"locationName": "api"
},
"apiServiceName": {
"locationName": "apiServiceName"
},
"firstSeen": {
"shape": "S9",
"locationName": "firstSeen"
},
"lastSeen": {
"shape": "S9",
"locationName": "lastSeen"
}
}
}
}
},
"actor": {
"locationName": "actor",
"type": "structure",
"members": {
"domainDetails": {
"locationName": "domainDetails",
"type": "structure",
"members": {
"domainName": {
"locationName": "domainName"
}
}
},
"ipAddressDetails": {
"locationName": "ipAddressDetails",
"type": "structure",
"members": {
"ipAddressV4": {
"locationName": "ipAddressV4"
},
"ipCity": {
"locationName": "ipCity",
"type": "structure",
"members": {
"name": {
"locationName": "name"
}
}
},
"ipCountry": {
"locationName": "ipCountry",
"type": "structure",
"members": {
"code": {
"locationName": "code"
},
"name": {
"locationName": "name"
}
}
},
"ipGeoLocation": {
"locationName": "ipGeoLocation",
"type": "structure",
"members": {
"lat": {
"locationName": "lat",
"type": "double"
},
"lon": {
"locationName": "lon",
"type": "double"
}
}
},
"ipOwner": {
"locationName": "ipOwner",
"type": "structure",
"members": {
"asn": {
"locationName": "asn"
},
"asnOrg": {
"locationName": "asnOrg"
},
"isp": {
"locationName": "isp"
},
"org": {
"locationName": "org"
}
}
}
}
},
"userIdentity": {
"locationName": "userIdentity",
"type": "structure",
"members": {
"assumedRole": {
"locationName": "assumedRole",
"type": "structure",
"members": {
"accessKeyId": {
"locationName": "accessKeyId"
},
"accountId": {
"locationName": "accountId"
},
"arn": {
"locationName": "arn"
},
"principalId": {
"locationName": "principalId"
},
"sessionContext": {
"shape": "S4d",
"locationName": "sessionContext"
}
}
},
"awsAccount": {
"locationName": "awsAccount",
"type": "structure",
"members": {
"accountId": {
"locationName": "accountId"
},
"principalId": {
"locationName": "principalId"
}
}
},
"awsService": {
"locationName": "awsService",
"type": "structure",
"members": {
"invokedBy": {
"locationName": "invokedBy"
}
}
},
"federatedUser": {
"locationName": "federatedUser",
"type": "structure",
"members": {
"accessKeyId": {
"locationName": "accessKeyId"
},
"accountId": {
"locationName": "accountId"
},
"arn": {
"locationName": "arn"
},
"principalId": {
"locationName": "principalId"
},
"sessionContext": {
"shape": "S4d",
"locationName": "sessionContext"
}
}
},
"iamUser": {
"locationName": "iamUser",
"type": "structure",
"members": {
"accountId": {
"locationName": "accountId"
},
"arn": {
"locationName": "arn"
},
"principalId": {
"locationName": "principalId"
},
"userName": {
"locationName": "userName"
}
}
},
"root": {
"locationName": "root",
"type": "structure",
"members": {
"accountId": {
"locationName": "accountId"
},
"arn": {
"locationName": "arn"
},
"principalId": {
"locationName": "principalId"
}
}
},
"type": {
"locationName": "type"
}
}
}
}
}
}
},
"region": {
"locationName": "region"
},
"resourcesAffected": {
"locationName": "resourcesAffected",
"type": "structure",
"members": {
"s3Bucket": {
"locationName": "s3Bucket",
"type": "structure",
"members": {
"arn": {
"locationName": "arn"
},
"createdAt": {
"shape": "S9",
"locationName": "createdAt"
},
"defaultServerSideEncryption": {
"shape": "S4o",
"locationName": "defaultServerSideEncryption"
},
"name": {
"locationName": "name"
},
"owner": {
"locationName": "owner",
"type": "structure",
"members": {
"displayName": {
"locationName": "displayName"
},
"id": {
"locationName": "id"
}
}
},
"publicAccess": {
"shape": "S23",
"locationName": "publicAccess"
},
"tags": {
"shape": "S4r",
"locationName": "tags"
}
}
},
"s3Object": {
"locationName": "s3Object",
"type": "structure",
"members": {
"bucketArn": {
"locationName": "bucketArn"
},
"eTag": {
"locationName": "eTag"
},
"extension": {
"locationName": "extension"
},
"key": {
"locationName": "key"
},
"lastModified": {
"shape": "S9",
"locationName": "lastModified"
},
"path": {
"locationName": "path"
},
"publicAccess": {
"locationName": "publicAccess",
"type": "boolean"
},
"serverSideEncryption": {
"shape": "S4o",
"locationName": "serverSideEncryption"
},
"size": {
"locationName": "size",
"type": "long"
},
"storageClass": {
"locationName": "storageClass"
},
"tags": {
"shape": "S4r",
"locationName": "tags"
},
"versionId": {
"locationName": "versionId"
}
}
}
}
},
"sample": {
"locationName": "sample",
"type": "boolean"
},
"schemaVersion": {
"locationName": "schemaVersion"
},
"severity": {
"locationName": "severity",
"type": "structure",
"members": {
"description": {
"locationName": "description"
},
"score": {
"locationName": "score",
"type": "long"
}
}
},
"title": {
"locationName": "title"
},
"type": {
"locationName": "type"
},
"updatedAt": {
"shape": "S9",
"locationName": "updatedAt"
}
}
}
}
}
}
},
"GetFindingsFilter": {
"http": {
"method": "GET",
"requestUri": "/findingsfilters/{id}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"id": {
"location": "uri",
"locationName": "id"
}
},
"required": [
"id"
]
},
"output": {
"type": "structure",
"members": {
"action": {
"locationName": "action"
},
"arn": {
"locationName": "arn"