UNPKG

prowler-sdk-poc

Version:
1,686 lines (1,685 loc) 103 kB
{ "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": { "administratorAccountId": { "locationName": "administratorAccountId" }, "invitationId": { "locationName": "invitationId" }, "masterAccount": { "locationName": "masterAccount" } }, "required": [ "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" }, "managedDataIdentifierIds": { "shape": "S5", "locationName": "managedDataIdentifierIds" }, "managedDataIdentifierSelector": { "locationName": "managedDataIdentifierSelector" }, "name": { "locationName": "name" }, "s3JobDefinition": { "shape": "Se", "locationName": "s3JobDefinition" }, "samplingPercentage": { "locationName": "samplingPercentage", "type": "integer" }, "scheduleFrequency": { "shape": "S12", "locationName": "scheduleFrequency" }, "tags": { "shape": "S17", "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": "S17", "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": "S1d", "locationName": "findingCriteria" }, "name": { "locationName": "name" }, "position": { "locationName": "position", "type": "integer" }, "tags": { "shape": "S17", "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": "S1k", "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": "S17", "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": "S1k", "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": "S1k", "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" }, "allowsUnencryptedObjectUploads": { "locationName": "allowsUnencryptedObjectUploads" }, "bucketArn": { "locationName": "bucketArn" }, "bucketCreatedAt": { "shape": "S9", "locationName": "bucketCreatedAt" }, "bucketName": { "locationName": "bucketName" }, "classifiableObjectCount": { "locationName": "classifiableObjectCount", "type": "long" }, "classifiableSizeInBytes": { "locationName": "classifiableSizeInBytes", "type": "long" }, "errorCode": { "locationName": "errorCode" }, "errorMessage": { "locationName": "errorMessage" }, "jobDetails": { "shape": "S2e", "locationName": "jobDetails" }, "lastUpdated": { "shape": "S9", "locationName": "lastUpdated" }, "objectCount": { "locationName": "objectCount", "type": "long" }, "objectCountByEncryptionType": { "shape": "S2h", "locationName": "objectCountByEncryptionType" }, "publicAccess": { "shape": "S2i", "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" } } }, "serverSideEncryption": { "locationName": "serverSideEncryption", "type": "structure", "members": { "kmsMasterKeyId": { "locationName": "kmsMasterKeyId" }, "type": { "locationName": "type" } } }, "sharedAccess": { "locationName": "sharedAccess" }, "sizeInBytes": { "locationName": "sizeInBytes", "type": "long" }, "sizeInBytesCompressed": { "locationName": "sizeInBytesCompressed", "type": "long" }, "tags": { "locationName": "tags", "type": "list", "member": { "shape": "S2v" } }, "unclassifiableObjectCount": { "shape": "S2w", "locationName": "unclassifiableObjectCount" }, "unclassifiableObjectSizeInBytes": { "shape": "S2w", "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" }, "lastRunErrorStatus": { "shape": "S30", "locationName": "lastRunErrorStatus" }, "lastRunTime": { "shape": "S9", "locationName": "lastRunTime" }, "managedDataIdentifierIds": { "shape": "S5", "locationName": "managedDataIdentifierIds" }, "managedDataIdentifierSelector": { "locationName": "managedDataIdentifierSelector" }, "name": { "locationName": "name" }, "s3JobDefinition": { "shape": "Se", "locationName": "s3JobDefinition" }, "samplingPercentage": { "locationName": "samplingPercentage", "type": "integer" }, "scheduleFrequency": { "shape": "S12", "locationName": "scheduleFrequency" }, "statistics": { "locationName": "statistics", "type": "structure", "members": { "approximateNumberOfObjectsToProcess": { "locationName": "approximateNumberOfObjectsToProcess", "type": "double" }, "numberOfRuns": { "locationName": "numberOfRuns", "type": "double" } } }, "tags": { "shape": "S17", "locationName": "tags" }, "userPausedDetails": { "shape": "S34", "locationName": "userPausedDetails" } } } }, "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": {} } }, "DisassociateFromAdministratorAccount": { "http": { "requestUri": "/administrator/disassociate", "responseCode": 200 }, "input": { "type": "structure", "members": {} }, "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": {} } }, "GetAdministratorAccount": { "http": { "method": "GET", "requestUri": "/administrator", "responseCode": 200 }, "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": { "administrator": { "shape": "S3p", "locationName": "administrator" } } } }, "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" }, "unknown": { "locationName": "unknown", "type": "long" } } }, "bucketCountByEncryptionType": { "locationName": "bucketCountByEncryptionType", "type": "structure", "members": { "kmsManaged": { "locationName": "kmsManaged", "type": "long" }, "s3Managed": { "locationName": "s3Managed", "type": "long" }, "unencrypted": { "locationName": "unencrypted", "type": "long" }, "unknown": { "locationName": "unknown", "type": "long" } } }, "bucketCountByObjectEncryptionRequirement": { "locationName": "bucketCountByObjectEncryptionRequirement", "type": "structure", "members": { "allowsUnencryptedObjectUploads": { "locationName": "allowsUnencryptedObjectUploads", "type": "long" }, "deniesUnencryptedObjectUploads": { "locationName": "deniesUnencryptedObjectUploads", "type": "long" }, "unknown": { "locationName": "unknown", "type": "long" } } }, "bucketCountBySharedAccessType": { "locationName": "bucketCountBySharedAccessType", "type": "structure", "members": { "external": { "locationName": "external", "type": "long" }, "internal": { "locationName": "internal", "type": "long" }, "notShared": { "locationName": "notShared", "type": "long" }, "unknown": { "locationName": "unknown", "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": "S2w", "locationName": "unclassifiableObjectCount" }, "unclassifiableObjectSizeInBytes": { "shape": "S2w", "locationName": "unclassifiableObjectSizeInBytes" } } } }, "GetClassificationExportConfiguration": { "http": { "method": "GET", "requestUri": "/classification-export-configuration", "responseCode": 200 }, "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": { "configuration": { "shape": "S3z", "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": "S17", "locationName": "tags" } } } }, "GetFindingStatistics": { "http": { "requestUri": "/findings/statistics", "responseCode": 200 }, "input": { "type": "structure", "members": { "findingCriteria": { "shape": "S1d", "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": "S4b", "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": { "additionalOccurrences": { "locationName": "additionalOccurrences", "type": "boolean" }, "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" }, "occurrences": { "shape": "S4l", "locationName": "occurrences" } } } }, "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" }, "occurrences": { "shape": "S4l", "locationName": "occurrences" }, "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": "S5d", "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": "S5d", "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": { "allowsUnencryptedObjectUploads": { "locationName": "allowsUnencryptedObjectUploads" }, "arn": { "locationName": "arn" }, "createdAt": { "shape": "S9", "locationName": "createdAt" }, "defaultServerSideEncryption": { "shape": "S5o", "locationName": "defaultServerSideEncryption" }, "name": { "locationName": "name" }, "owner": { "locationName": "owner", "type": "structure", "members": { "displayName": { "locationName": "displayName" }, "id": { "locationName": "id" } } }, "publicAccess": { "shape": "S2i", "locationName": "publicAccess" }, "tags": { "shape": "S5r",