Files
reflector/aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json
2023-11-20 21:39:33 +07:00

7186 lines
171 KiB
JSON

{
"version": "2.0",
"metadata": {
"apiVersion": "2018-05-10",
"endpointPrefix": "datazone",
"jsonVersion": "1.1",
"protocol": "rest-json",
"serviceFullName": "Amazon DataZone",
"serviceId": "DataZone",
"signatureVersion": "v4",
"signingName": "datazone",
"uid": "datazone-2018-05-10"
},
"operations": {
"AcceptPredictions": {
"http": {
"method": "PUT",
"requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/accept-predictions",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"acceptChoices": {
"type": "list",
"member": {
"type": "structure",
"members": {
"predictionChoice": {
"type": "integer"
},
"predictionTarget": {}
}
}
},
"acceptRule": {
"type": "structure",
"members": {
"rule": {},
"threshold": {
"type": "float"
}
}
},
"clientToken": {
"idempotencyToken": true
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"revision": {
"location": "querystring",
"locationName": "revision"
}
}
},
"output": {
"type": "structure",
"required": [
"assetId",
"domainId",
"revision"
],
"members": {
"assetId": {},
"domainId": {},
"revision": {}
}
},
"idempotent": true
},
"AcceptSubscriptionRequest": {
"http": {
"method": "PUT",
"requestUri": "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/accept",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"decisionComment": {
"shape": "Sg"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"id",
"requestReason",
"status",
"subscribedListings",
"subscribedPrincipals",
"updatedAt"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"decisionComment": {
"shape": "Sg"
},
"domainId": {},
"id": {},
"requestReason": {
"shape": "Sl"
},
"reviewerId": {},
"status": {},
"subscribedListings": {
"type": "list",
"member": {
"shape": "So"
}
},
"subscribedPrincipals": {
"type": "list",
"member": {
"shape": "S12"
}
},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
},
"idempotent": true
},
"CancelSubscription": {
"http": {
"method": "PUT",
"requestUri": "/v2/domains/{domainIdentifier}/subscriptions/{identifier}/cancel",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"id",
"status",
"subscribedListing",
"subscribedPrincipal",
"updatedAt"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"id": {},
"retainPermissions": {
"type": "boolean"
},
"status": {},
"subscribedListing": {
"shape": "So"
},
"subscribedPrincipal": {
"shape": "S12"
},
"subscriptionRequestId": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
},
"idempotent": true
},
"CreateAsset": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/assets",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"name",
"owningProjectIdentifier",
"typeIdentifier"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"description": {
"shape": "Sp"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"externalIdentifier": {
"shape": "S1d"
},
"formsInput": {
"shape": "S1e"
},
"glossaryTerms": {
"shape": "S1j"
},
"name": {
"shape": "S1l"
},
"owningProjectIdentifier": {},
"predictionConfiguration": {
"shape": "S1m"
},
"typeIdentifier": {},
"typeRevision": {}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"formsOutput",
"id",
"name",
"owningProjectId",
"revision",
"typeIdentifier",
"typeRevision"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"externalIdentifier": {
"shape": "S1d"
},
"firstRevisionCreatedAt": {
"type": "timestamp"
},
"firstRevisionCreatedBy": {},
"formsOutput": {
"shape": "S1q"
},
"glossaryTerms": {
"shape": "S1j"
},
"id": {},
"listing": {
"shape": "S1t"
},
"name": {
"shape": "S1l"
},
"owningProjectId": {},
"predictionConfiguration": {
"shape": "S1m"
},
"readOnlyFormsOutput": {
"shape": "S1q"
},
"revision": {},
"typeIdentifier": {},
"typeRevision": {}
}
},
"idempotent": true
},
"CreateAssetRevision": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier",
"name"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"description": {
"shape": "Sp"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"formsInput": {
"shape": "S1e"
},
"glossaryTerms": {
"shape": "S1j"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"name": {
"shape": "S1l"
},
"predictionConfiguration": {
"shape": "S1m"
},
"typeRevision": {}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"formsOutput",
"id",
"name",
"owningProjectId",
"revision",
"typeIdentifier",
"typeRevision"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"externalIdentifier": {
"shape": "S1d"
},
"firstRevisionCreatedAt": {
"type": "timestamp"
},
"firstRevisionCreatedBy": {},
"formsOutput": {
"shape": "S1q"
},
"glossaryTerms": {
"shape": "S1j"
},
"id": {},
"listing": {
"shape": "S1t"
},
"name": {
"shape": "S1l"
},
"owningProjectId": {},
"predictionConfiguration": {
"shape": "S1m"
},
"readOnlyFormsOutput": {
"shape": "S1q"
},
"revision": {},
"typeIdentifier": {},
"typeRevision": {}
}
},
"idempotent": true
},
"CreateAssetType": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/asset-types",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"formsInput",
"name",
"owningProjectIdentifier"
],
"members": {
"description": {
"shape": "Sp"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"formsInput": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"required": [
"typeIdentifier",
"typeRevision"
],
"members": {
"required": {
"type": "boolean"
},
"typeIdentifier": {},
"typeRevision": {}
}
}
},
"name": {},
"owningProjectIdentifier": {}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"formsOutput",
"name",
"revision"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"formsOutput": {
"shape": "S21"
},
"name": {},
"originDomainId": {},
"originProjectId": {},
"owningProjectId": {},
"revision": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"CreateDataSource": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/data-sources",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"environmentIdentifier",
"name",
"projectIdentifier",
"type"
],
"members": {
"assetFormsInput": {
"shape": "S1e"
},
"clientToken": {
"idempotencyToken": true
},
"configuration": {
"shape": "S24"
},
"description": {
"shape": "Sp"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"enableSetting": {},
"environmentIdentifier": {},
"name": {
"shape": "S2p"
},
"projectIdentifier": {},
"publishOnImport": {
"type": "boolean"
},
"recommendation": {
"shape": "S2q"
},
"schedule": {
"shape": "S2r"
},
"type": {}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"environmentId",
"id",
"name",
"projectId"
],
"members": {
"assetFormsOutput": {
"shape": "S1q"
},
"configuration": {
"shape": "S2w"
},
"createdAt": {
"shape": "S35"
},
"description": {
"shape": "Sp"
},
"domainId": {},
"enableSetting": {},
"environmentId": {},
"errorMessage": {
"shape": "S37"
},
"id": {},
"lastRunAt": {
"shape": "S35"
},
"lastRunErrorMessage": {
"shape": "S37"
},
"lastRunStatus": {},
"name": {
"shape": "S2p"
},
"projectId": {},
"publishOnImport": {
"type": "boolean"
},
"recommendation": {
"shape": "S2q"
},
"schedule": {
"shape": "S2r"
},
"status": {},
"type": {},
"updatedAt": {
"shape": "S35"
}
}
},
"idempotent": true
},
"CreateDomain": {
"http": {
"requestUri": "/v2/domains",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainExecutionRole",
"name"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"description": {},
"domainExecutionRole": {},
"kmsKeyIdentifier": {},
"name": {},
"singleSignOn": {
"shape": "S3f"
},
"tags": {
"shape": "S3i"
}
}
},
"output": {
"type": "structure",
"required": [
"id"
],
"members": {
"arn": {},
"description": {},
"domainExecutionRole": {},
"id": {},
"kmsKeyIdentifier": {},
"name": {},
"portalUrl": {},
"singleSignOn": {
"shape": "S3f"
},
"status": {},
"tags": {
"shape": "S3i"
}
}
},
"idempotent": true
},
"CreateEnvironment": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/environments",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"environmentProfileIdentifier",
"name",
"projectIdentifier"
],
"members": {
"description": {},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentProfileIdentifier": {},
"glossaryTerms": {
"shape": "S1j"
},
"name": {},
"projectIdentifier": {},
"userParameters": {
"shape": "S3p"
}
}
},
"output": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"environmentProfileId",
"name",
"projectId",
"provider"
],
"members": {
"awsAccountId": {},
"awsAccountRegion": {},
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"deploymentProperties": {
"shape": "S3v"
},
"description": {
"shape": "Sp"
},
"domainId": {},
"environmentActions": {
"shape": "S3y"
},
"environmentBlueprintId": {},
"environmentProfileId": {},
"glossaryTerms": {
"shape": "S1j"
},
"id": {},
"lastDeployment": {
"shape": "S44"
},
"name": {
"shape": "S4a"
},
"projectId": {},
"provider": {},
"provisionedResources": {
"shape": "S4b"
},
"provisioningProperties": {
"shape": "S4d"
},
"status": {},
"updatedAt": {
"shape": "S3u"
},
"userParameters": {
"shape": "S4g"
}
}
}
},
"CreateEnvironmentProfile": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/environment-profiles",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"environmentBlueprintIdentifier",
"name",
"projectIdentifier"
],
"members": {
"awsAccountId": {},
"awsAccountRegion": {},
"description": {
"shape": "Sp"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentBlueprintIdentifier": {},
"name": {
"shape": "S4k"
},
"projectIdentifier": {},
"userParameters": {
"shape": "S3p"
}
}
},
"output": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"environmentBlueprintId",
"id",
"name"
],
"members": {
"awsAccountId": {},
"awsAccountRegion": {},
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"environmentBlueprintId": {},
"id": {},
"name": {
"shape": "S4k"
},
"projectId": {},
"updatedAt": {
"shape": "S3u"
},
"userParameters": {
"shape": "S4g"
}
}
}
},
"CreateFormType": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/form-types",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"model",
"name",
"owningProjectIdentifier"
],
"members": {
"description": {
"shape": "Sp"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"model": {
"shape": "S4n"
},
"name": {
"shape": "S1s"
},
"owningProjectIdentifier": {},
"status": {}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"name",
"revision"
],
"members": {
"description": {
"shape": "Sp"
},
"domainId": {},
"name": {
"shape": "S1s"
},
"originDomainId": {},
"originProjectId": {},
"owningProjectId": {},
"revision": {}
}
}
},
"CreateGlossary": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/glossaries",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"name",
"owningProjectIdentifier"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"description": {
"shape": "S4s"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"name": {
"shape": "S4t"
},
"owningProjectIdentifier": {},
"status": {}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"id",
"name",
"owningProjectId"
],
"members": {
"description": {
"shape": "S4s"
},
"domainId": {},
"id": {},
"name": {
"shape": "S4t"
},
"owningProjectId": {},
"status": {}
}
},
"idempotent": true
},
"CreateGlossaryTerm": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/glossary-terms",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"glossaryIdentifier",
"name"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"glossaryIdentifier": {},
"longDescription": {
"shape": "S4y"
},
"name": {
"shape": "Sx"
},
"shortDescription": {
"shape": "Sy"
},
"status": {},
"termRelations": {
"shape": "S50"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"glossaryId",
"id",
"name",
"status"
],
"members": {
"domainId": {},
"glossaryId": {},
"id": {},
"longDescription": {
"shape": "S4y"
},
"name": {
"shape": "Sx"
},
"shortDescription": {
"shape": "Sy"
},
"status": {},
"termRelations": {
"shape": "S50"
}
}
},
"idempotent": true
},
"CreateGroupProfile": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/group-profiles",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"groupIdentifier"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"groupIdentifier": {}
}
},
"output": {
"type": "structure",
"members": {
"domainId": {},
"groupName": {
"shape": "S57"
},
"id": {},
"status": {}
}
},
"idempotent": true
},
"CreateListingChangeSet": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/listings/change-set",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"action",
"domainIdentifier",
"entityIdentifier",
"entityType"
],
"members": {
"action": {},
"clientToken": {
"idempotencyToken": true
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"entityIdentifier": {},
"entityRevision": {},
"entityType": {}
}
},
"output": {
"type": "structure",
"required": [
"listingId",
"listingRevision",
"status"
],
"members": {
"listingId": {},
"listingRevision": {},
"status": {}
}
}
},
"CreateProject": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/projects",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"name"
],
"members": {
"description": {
"shape": "Sp"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"glossaryTerms": {
"shape": "S1j"
},
"name": {
"shape": "S14"
}
}
},
"output": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"id",
"name"
],
"members": {
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"glossaryTerms": {
"shape": "S1j"
},
"id": {},
"lastUpdatedAt": {
"shape": "S3u"
},
"name": {
"shape": "S14"
}
}
}
},
"CreateProjectMembership": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/createMembership",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"designation",
"domainIdentifier",
"member",
"projectIdentifier"
],
"members": {
"designation": {},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"member": {
"shape": "S5j"
},
"projectIdentifier": {
"location": "uri",
"locationName": "projectIdentifier"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"CreateSubscriptionGrant": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/subscription-grants",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"environmentIdentifier",
"grantedEntity",
"subscriptionTargetIdentifier"
],
"members": {
"assetTargetNames": {
"type": "list",
"member": {
"type": "structure",
"required": [
"assetId",
"targetName"
],
"members": {
"assetId": {},
"targetName": {}
}
}
},
"clientToken": {
"idempotencyToken": true
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentIdentifier": {},
"grantedEntity": {
"type": "structure",
"members": {
"listing": {
"type": "structure",
"required": [
"identifier",
"revision"
],
"members": {
"identifier": {},
"revision": {}
}
}
},
"union": true
},
"subscriptionTargetIdentifier": {}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"grantedEntity",
"id",
"status",
"subscriptionTargetId",
"updatedAt"
],
"members": {
"assets": {
"shape": "S5s"
},
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"grantedEntity": {
"shape": "S5x"
},
"id": {},
"status": {},
"subscriptionId": {},
"subscriptionTargetId": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"CreateSubscriptionRequest": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/subscription-requests",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"requestReason",
"subscribedListings",
"subscribedPrincipals"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"requestReason": {
"shape": "Sl"
},
"subscribedListings": {
"type": "list",
"member": {
"type": "structure",
"required": [
"identifier"
],
"members": {
"identifier": {}
}
}
},
"subscribedPrincipals": {
"type": "list",
"member": {
"type": "structure",
"members": {
"project": {
"type": "structure",
"members": {
"identifier": {}
}
}
},
"union": true
}
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"id",
"requestReason",
"status",
"subscribedListings",
"subscribedPrincipals",
"updatedAt"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"decisionComment": {
"shape": "Sg"
},
"domainId": {},
"id": {},
"requestReason": {
"shape": "Sl"
},
"reviewerId": {},
"status": {},
"subscribedListings": {
"type": "list",
"member": {
"shape": "So"
}
},
"subscribedPrincipals": {
"type": "list",
"member": {
"shape": "S12"
}
},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"CreateSubscriptionTarget": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"applicableAssetTypes",
"authorizedPrincipals",
"domainIdentifier",
"environmentIdentifier",
"manageAccessRole",
"name",
"subscriptionTargetConfig",
"type"
],
"members": {
"applicableAssetTypes": {
"shape": "S6b"
},
"authorizedPrincipals": {
"shape": "S6c"
},
"clientToken": {
"idempotencyToken": true
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentIdentifier": {
"location": "uri",
"locationName": "environmentIdentifier"
},
"manageAccessRole": {},
"name": {
"shape": "S6e"
},
"provider": {},
"subscriptionTargetConfig": {
"shape": "S6f"
},
"type": {}
}
},
"output": {
"type": "structure",
"required": [
"applicableAssetTypes",
"authorizedPrincipals",
"createdAt",
"createdBy",
"domainId",
"environmentId",
"id",
"manageAccessRole",
"name",
"projectId",
"provider",
"subscriptionTargetConfig",
"type"
],
"members": {
"applicableAssetTypes": {
"shape": "S6b"
},
"authorizedPrincipals": {
"shape": "S6c"
},
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"environmentId": {},
"id": {},
"manageAccessRole": {},
"name": {
"shape": "S6e"
},
"projectId": {},
"provider": {},
"subscriptionTargetConfig": {
"shape": "S6f"
},
"type": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"CreateUserProfile": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/user-profiles",
"responseCode": 201
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"userIdentifier"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"userIdentifier": {},
"userType": {}
}
},
"output": {
"type": "structure",
"members": {
"details": {
"shape": "S6m"
},
"domainId": {},
"id": {},
"status": {},
"type": {}
}
},
"idempotent": true
},
"DeleteAsset": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
},
"DeleteAssetType": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/asset-types/{identifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteDataSource": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/data-sources/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"clientToken": {
"idempotencyToken": true,
"location": "querystring",
"locationName": "clientToken"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"environmentId",
"id",
"name",
"projectId"
],
"members": {
"assetFormsOutput": {
"shape": "S1q"
},
"configuration": {
"shape": "S2w"
},
"createdAt": {
"shape": "S35"
},
"description": {
"shape": "Sp"
},
"domainId": {},
"enableSetting": {},
"environmentId": {},
"errorMessage": {
"shape": "S37"
},
"id": {},
"lastRunAt": {
"shape": "S35"
},
"lastRunErrorMessage": {
"shape": "S37"
},
"lastRunStatus": {},
"name": {
"shape": "S2p"
},
"projectId": {},
"publishOnImport": {
"type": "boolean"
},
"schedule": {
"shape": "S2r"
},
"status": {},
"type": {},
"updatedAt": {
"shape": "S35"
}
}
},
"idempotent": true
},
"DeleteDomain": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{identifier}",
"responseCode": 202
},
"input": {
"type": "structure",
"required": [
"identifier"
],
"members": {
"clientToken": {
"idempotencyToken": true,
"location": "querystring",
"locationName": "clientToken"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"status"
],
"members": {
"status": {}
}
},
"idempotent": true
},
"DeleteEnvironment": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/environments/{identifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"idempotent": true
},
"DeleteEnvironmentBlueprintConfiguration": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"environmentBlueprintIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentBlueprintIdentifier": {
"location": "uri",
"locationName": "environmentBlueprintIdentifier"
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
},
"DeleteEnvironmentProfile": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/environment-profiles/{identifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"idempotent": true
},
"DeleteFormType": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"formTypeIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"formTypeIdentifier": {
"location": "uri",
"locationName": "formTypeIdentifier"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteGlossary": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/glossaries/{identifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
},
"DeleteGlossaryTerm": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/glossary-terms/{identifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
},
"DeleteListing": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/listings/{identifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
},
"DeleteProject": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/projects/{identifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
},
"DeleteProjectMembership": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/deleteMembership",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"member",
"projectIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"member": {
"shape": "S5j"
},
"projectIdentifier": {
"location": "uri",
"locationName": "projectIdentifier"
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
},
"DeleteSubscriptionGrant": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/subscription-grants/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"grantedEntity",
"id",
"status",
"subscriptionTargetId",
"updatedAt"
],
"members": {
"assets": {
"shape": "S5s"
},
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"grantedEntity": {
"shape": "S5x"
},
"id": {},
"status": {},
"subscriptionId": {},
"subscriptionTargetId": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"DeleteSubscriptionRequest": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
}
},
"DeleteSubscriptionTarget": {
"http": {
"method": "DELETE",
"requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"environmentIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentIdentifier": {
"location": "uri",
"locationName": "environmentIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
}
},
"GetAsset": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"revision": {
"location": "querystring",
"locationName": "revision"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"formsOutput",
"id",
"name",
"owningProjectId",
"revision",
"typeIdentifier",
"typeRevision"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"externalIdentifier": {
"shape": "S1d"
},
"firstRevisionCreatedAt": {
"type": "timestamp"
},
"firstRevisionCreatedBy": {},
"formsOutput": {
"shape": "S1q"
},
"glossaryTerms": {
"shape": "S1j"
},
"id": {},
"listing": {
"shape": "S1t"
},
"name": {
"shape": "S1l"
},
"owningProjectId": {},
"readOnlyFormsOutput": {
"shape": "S1q"
},
"revision": {},
"typeIdentifier": {},
"typeRevision": {}
}
}
},
"GetAssetType": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/asset-types/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"revision": {
"location": "querystring",
"locationName": "revision"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"formsOutput",
"name",
"owningProjectId",
"revision"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"formsOutput": {
"shape": "S21"
},
"name": {},
"originDomainId": {},
"originProjectId": {},
"owningProjectId": {},
"revision": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"GetDataSource": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/data-sources/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"environmentId",
"id",
"name",
"projectId"
],
"members": {
"assetFormsOutput": {
"shape": "S1q"
},
"configuration": {
"shape": "S2w"
},
"createdAt": {
"shape": "S35"
},
"description": {
"shape": "Sp"
},
"domainId": {},
"enableSetting": {},
"environmentId": {},
"errorMessage": {
"shape": "S37"
},
"id": {},
"lastRunAssetCount": {
"type": "integer"
},
"lastRunAt": {
"shape": "S35"
},
"lastRunErrorMessage": {
"shape": "S37"
},
"lastRunStatus": {},
"name": {
"shape": "S2p"
},
"projectId": {},
"publishOnImport": {
"type": "boolean"
},
"recommendation": {
"shape": "S2q"
},
"schedule": {
"shape": "S2r"
},
"status": {},
"type": {},
"updatedAt": {
"shape": "S35"
}
}
}
},
"GetDataSourceRun": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/data-source-runs/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"dataSourceId",
"domainId",
"id",
"projectId",
"status",
"type",
"updatedAt"
],
"members": {
"createdAt": {
"shape": "S35"
},
"dataSourceConfigurationSnapshot": {},
"dataSourceId": {},
"domainId": {},
"errorMessage": {
"shape": "S37"
},
"id": {},
"projectId": {},
"runStatisticsForAssets": {
"shape": "S7w"
},
"startedAt": {
"shape": "S35"
},
"status": {},
"stoppedAt": {
"shape": "S35"
},
"type": {},
"updatedAt": {
"shape": "S35"
}
}
}
},
"GetDomain": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"identifier"
],
"members": {
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"domainExecutionRole",
"id",
"status"
],
"members": {
"arn": {},
"createdAt": {
"type": "timestamp"
},
"description": {},
"domainExecutionRole": {},
"id": {},
"kmsKeyIdentifier": {},
"lastUpdatedAt": {
"type": "timestamp"
},
"name": {},
"portalUrl": {},
"singleSignOn": {
"shape": "S3f"
},
"status": {},
"tags": {
"shape": "S3i"
}
}
}
},
"GetEnvironment": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/environments/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"environmentProfileId",
"name",
"projectId",
"provider"
],
"members": {
"awsAccountId": {},
"awsAccountRegion": {},
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"deploymentProperties": {
"shape": "S3v"
},
"description": {
"shape": "Sp"
},
"domainId": {},
"environmentActions": {
"shape": "S3y"
},
"environmentBlueprintId": {},
"environmentProfileId": {},
"glossaryTerms": {
"shape": "S1j"
},
"id": {},
"lastDeployment": {
"shape": "S44"
},
"name": {
"shape": "S4a"
},
"projectId": {},
"provider": {},
"provisionedResources": {
"shape": "S4b"
},
"provisioningProperties": {
"shape": "S4d"
},
"status": {},
"updatedAt": {
"shape": "S3u"
},
"userParameters": {
"shape": "S4g"
}
}
}
},
"GetEnvironmentBlueprint": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/environment-blueprints/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"id",
"name",
"provider",
"provisioningProperties"
],
"members": {
"createdAt": {
"shape": "S3u"
},
"deploymentProperties": {
"shape": "S3v"
},
"description": {
"shape": "Sp"
},
"glossaryTerms": {
"shape": "S1j"
},
"id": {},
"name": {},
"provider": {},
"provisioningProperties": {
"shape": "S4d"
},
"updatedAt": {
"shape": "S3u"
},
"userParameters": {
"shape": "S4g"
}
}
}
},
"GetEnvironmentBlueprintConfiguration": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"environmentBlueprintIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentBlueprintIdentifier": {
"location": "uri",
"locationName": "environmentBlueprintIdentifier"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"environmentBlueprintId"
],
"members": {
"createdAt": {
"shape": "S3u"
},
"domainId": {},
"enabledRegions": {
"shape": "S87"
},
"environmentBlueprintId": {},
"manageAccessRoleArn": {},
"provisioningRoleArn": {},
"regionalParameters": {
"shape": "S89"
},
"updatedAt": {
"shape": "S3u"
}
}
}
},
"GetEnvironmentProfile": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/environment-profiles/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"environmentBlueprintId",
"id",
"name"
],
"members": {
"awsAccountId": {},
"awsAccountRegion": {},
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"environmentBlueprintId": {},
"id": {},
"name": {
"shape": "S4k"
},
"projectId": {},
"updatedAt": {
"shape": "S3u"
},
"userParameters": {
"shape": "S4g"
}
}
}
},
"GetFormType": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"formTypeIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"formTypeIdentifier": {
"location": "uri",
"locationName": "formTypeIdentifier"
},
"revision": {
"location": "querystring",
"locationName": "revision"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"model",
"name",
"revision"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"imports": {
"shape": "S8f"
},
"model": {
"shape": "S4n"
},
"name": {
"shape": "S1s"
},
"originDomainId": {},
"originProjectId": {},
"owningProjectId": {},
"revision": {},
"status": {}
}
}
},
"GetGlossary": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/glossaries/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"id",
"name",
"owningProjectId",
"status"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "S4s"
},
"domainId": {},
"id": {},
"name": {
"shape": "S4t"
},
"owningProjectId": {},
"status": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"GetGlossaryTerm": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/glossary-terms/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"glossaryId",
"id",
"name",
"status"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"glossaryId": {},
"id": {},
"longDescription": {
"shape": "S4y"
},
"name": {
"shape": "Sx"
},
"shortDescription": {
"shape": "Sy"
},
"status": {},
"termRelations": {
"shape": "S50"
},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"GetGroupProfile": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"groupIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"groupIdentifier": {
"location": "uri",
"locationName": "groupIdentifier"
}
}
},
"output": {
"type": "structure",
"members": {
"domainId": {},
"groupName": {
"shape": "S57"
},
"id": {},
"status": {}
}
}
},
"GetIamPortalLoginUrl": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/get-portal-login-url",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
}
}
},
"output": {
"type": "structure",
"required": [
"userProfileId"
],
"members": {
"authCodeUrl": {},
"userProfileId": {}
}
}
},
"GetListing": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/listings/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"listingRevision": {
"location": "querystring",
"locationName": "listingRevision"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"id",
"listingRevision"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"id": {},
"item": {
"type": "structure",
"members": {
"assetListing": {
"type": "structure",
"members": {
"assetId": {},
"assetRevision": {},
"assetType": {},
"createdAt": {
"type": "timestamp"
},
"forms": {},
"glossaryTerms": {
"shape": "Sv"
},
"owningProjectId": {}
}
}
},
"union": true
},
"listingRevision": {},
"name": {},
"status": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"GetProject": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/projects/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"id",
"name"
],
"members": {
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"glossaryTerms": {
"shape": "S1j"
},
"id": {},
"lastUpdatedAt": {
"shape": "S3u"
},
"name": {
"shape": "S14"
}
}
}
},
"GetSubscription": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/subscriptions/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"id",
"status",
"subscribedListing",
"subscribedPrincipal",
"updatedAt"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"id": {},
"retainPermissions": {
"type": "boolean"
},
"status": {},
"subscribedListing": {
"shape": "So"
},
"subscribedPrincipal": {
"shape": "S12"
},
"subscriptionRequestId": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"GetSubscriptionGrant": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/subscription-grants/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"grantedEntity",
"id",
"status",
"subscriptionTargetId",
"updatedAt"
],
"members": {
"assets": {
"shape": "S5s"
},
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"grantedEntity": {
"shape": "S5x"
},
"id": {},
"status": {},
"subscriptionId": {},
"subscriptionTargetId": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"GetSubscriptionRequestDetails": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"id",
"requestReason",
"status",
"subscribedListings",
"subscribedPrincipals",
"updatedAt"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"decisionComment": {
"shape": "Sg"
},
"domainId": {},
"id": {},
"requestReason": {
"shape": "Sl"
},
"reviewerId": {},
"status": {},
"subscribedListings": {
"type": "list",
"member": {
"shape": "So"
}
},
"subscribedPrincipals": {
"type": "list",
"member": {
"shape": "S12"
}
},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"GetSubscriptionTarget": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"environmentIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentIdentifier": {
"location": "uri",
"locationName": "environmentIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"applicableAssetTypes",
"authorizedPrincipals",
"createdAt",
"createdBy",
"domainId",
"environmentId",
"id",
"manageAccessRole",
"name",
"projectId",
"provider",
"subscriptionTargetConfig",
"type"
],
"members": {
"applicableAssetTypes": {
"shape": "S6b"
},
"authorizedPrincipals": {
"shape": "S6c"
},
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"environmentId": {},
"id": {},
"manageAccessRole": {},
"name": {
"shape": "S6e"
},
"projectId": {},
"provider": {},
"subscriptionTargetConfig": {
"shape": "S6f"
},
"type": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"GetUserProfile": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"userIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"type": {
"location": "querystring",
"locationName": "type"
},
"userIdentifier": {
"location": "uri",
"locationName": "userIdentifier"
}
}
},
"output": {
"type": "structure",
"members": {
"details": {
"shape": "S6m"
},
"domainId": {},
"id": {},
"status": {},
"type": {}
}
}
},
"ListAssetRevisions": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"id": {},
"revision": {}
}
}
},
"nextToken": {}
}
}
},
"ListDataSourceRunActivities": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/data-source-runs/{identifier}/activities",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"status": {
"location": "querystring",
"locationName": "status"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"createdAt",
"dataAssetStatus",
"dataSourceRunId",
"database",
"projectId",
"technicalName",
"updatedAt"
],
"members": {
"createdAt": {
"shape": "S35"
},
"dataAssetId": {},
"dataAssetStatus": {},
"dataSourceRunId": {},
"database": {
"shape": "S2p"
},
"errorMessage": {
"shape": "S37"
},
"projectId": {},
"technicalDescription": {
"shape": "Sp"
},
"technicalName": {
"shape": "S2p"
},
"updatedAt": {
"shape": "S35"
}
}
}
},
"nextToken": {}
}
}
},
"ListDataSourceRuns": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"dataSourceIdentifier",
"domainIdentifier"
],
"members": {
"dataSourceIdentifier": {
"location": "uri",
"locationName": "dataSourceIdentifier"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"status": {
"location": "querystring",
"locationName": "status"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"createdAt",
"dataSourceId",
"id",
"projectId",
"status",
"type",
"updatedAt"
],
"members": {
"createdAt": {
"shape": "S35"
},
"dataSourceId": {},
"errorMessage": {
"shape": "S37"
},
"id": {},
"projectId": {},
"runStatisticsForAssets": {
"shape": "S7w"
},
"startedAt": {
"shape": "S35"
},
"status": {},
"stoppedAt": {
"shape": "S35"
},
"type": {},
"updatedAt": {
"shape": "S35"
}
}
}
},
"nextToken": {}
}
}
},
"ListDataSources": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/data-sources",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"projectIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentIdentifier": {
"location": "querystring",
"locationName": "environmentIdentifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"name": {
"shape": "S2p",
"location": "querystring",
"locationName": "name"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"projectIdentifier": {
"location": "querystring",
"locationName": "projectIdentifier"
},
"status": {
"location": "querystring",
"locationName": "status"
},
"type": {
"location": "querystring",
"locationName": "type"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"dataSourceId",
"domainId",
"environmentId",
"name",
"status",
"type"
],
"members": {
"createdAt": {
"shape": "S35"
},
"dataSourceId": {},
"domainId": {},
"enableSetting": {},
"environmentId": {},
"lastRunAssetCount": {
"type": "integer"
},
"lastRunAt": {
"shape": "S35"
},
"lastRunErrorMessage": {
"shape": "S37"
},
"lastRunStatus": {},
"name": {
"shape": "S2p"
},
"schedule": {
"shape": "S2r"
},
"status": {},
"type": {},
"updatedAt": {
"shape": "S35"
}
}
}
},
"nextToken": {}
}
}
},
"ListDomains": {
"http": {
"method": "GET",
"requestUri": "/v2/domains",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"status": {
"location": "querystring",
"locationName": "status"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"arn",
"createdAt",
"id",
"managedAccountId",
"name",
"status"
],
"members": {
"arn": {},
"createdAt": {
"type": "timestamp"
},
"description": {
"type": "string",
"sensitive": true
},
"id": {},
"lastUpdatedAt": {
"type": "timestamp"
},
"managedAccountId": {},
"name": {
"type": "string",
"sensitive": true
},
"portalUrl": {},
"status": {}
}
}
},
"nextToken": {}
}
}
},
"ListEnvironmentBlueprintConfigurations": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/environment-blueprint-configurations",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"domainId",
"environmentBlueprintId"
],
"members": {
"createdAt": {
"shape": "S3u"
},
"domainId": {},
"enabledRegions": {
"shape": "S87"
},
"environmentBlueprintId": {},
"manageAccessRoleArn": {},
"provisioningRoleArn": {},
"regionalParameters": {
"shape": "S89"
},
"updatedAt": {
"shape": "S3u"
}
}
}
},
"nextToken": {}
}
}
},
"ListEnvironmentBlueprints": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/environment-blueprints",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"managed": {
"location": "querystring",
"locationName": "managed",
"type": "boolean"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"name": {
"location": "querystring",
"locationName": "name"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"id",
"name",
"provider",
"provisioningProperties"
],
"members": {
"createdAt": {
"shape": "S3u"
},
"description": {
"shape": "Sp"
},
"id": {},
"name": {},
"provider": {},
"provisioningProperties": {
"shape": "S4d"
},
"updatedAt": {
"shape": "S3u"
}
}
}
},
"nextToken": {}
}
}
},
"ListEnvironmentProfiles": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/environment-profiles",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier"
],
"members": {
"awsAccountId": {
"location": "querystring",
"locationName": "awsAccountId"
},
"awsAccountRegion": {
"location": "querystring",
"locationName": "awsAccountRegion"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentBlueprintIdentifier": {
"location": "querystring",
"locationName": "environmentBlueprintIdentifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"name": {
"shape": "S4k",
"location": "querystring",
"locationName": "name"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"projectIdentifier": {
"location": "querystring",
"locationName": "projectIdentifier"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"environmentBlueprintId",
"id",
"name"
],
"members": {
"awsAccountId": {},
"awsAccountRegion": {},
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"environmentBlueprintId": {},
"id": {},
"name": {
"shape": "S4k"
},
"projectId": {},
"updatedAt": {
"shape": "S3u"
}
}
}
},
"nextToken": {}
}
}
},
"ListEnvironments": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/environments",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"projectIdentifier"
],
"members": {
"awsAccountId": {
"location": "querystring",
"locationName": "awsAccountId"
},
"awsAccountRegion": {
"location": "querystring",
"locationName": "awsAccountRegion"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentBlueprintIdentifier": {
"location": "querystring",
"locationName": "environmentBlueprintIdentifier"
},
"environmentProfileIdentifier": {
"location": "querystring",
"locationName": "environmentProfileIdentifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"name": {
"location": "querystring",
"locationName": "name"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"projectIdentifier": {
"location": "querystring",
"locationName": "projectIdentifier"
},
"provider": {
"location": "querystring",
"locationName": "provider"
},
"status": {
"location": "querystring",
"locationName": "status"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"environmentProfileId",
"name",
"projectId",
"provider"
],
"members": {
"awsAccountId": {},
"awsAccountRegion": {},
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"environmentProfileId": {},
"id": {},
"name": {
"shape": "S4a"
},
"projectId": {},
"provider": {},
"status": {},
"updatedAt": {
"shape": "S3u"
}
}
}
},
"nextToken": {}
}
}
},
"ListNotifications": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/notifications",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"type"
],
"members": {
"afterTimestamp": {
"location": "querystring",
"locationName": "afterTimestamp",
"type": "timestamp"
},
"beforeTimestamp": {
"location": "querystring",
"locationName": "beforeTimestamp",
"type": "timestamp"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"subjects": {
"location": "querystring",
"locationName": "subjects",
"type": "list",
"member": {}
},
"taskStatus": {
"location": "querystring",
"locationName": "taskStatus"
},
"type": {
"location": "querystring",
"locationName": "type"
}
}
},
"output": {
"type": "structure",
"members": {
"nextToken": {},
"notifications": {
"type": "list",
"member": {
"type": "structure",
"required": [
"actionLink",
"creationTimestamp",
"domainIdentifier",
"identifier",
"lastUpdatedTimestamp",
"message",
"title",
"topic",
"type"
],
"members": {
"actionLink": {
"type": "string",
"sensitive": true
},
"creationTimestamp": {
"type": "timestamp"
},
"domainIdentifier": {},
"identifier": {},
"lastUpdatedTimestamp": {
"type": "timestamp"
},
"message": {
"type": "string",
"sensitive": true
},
"metadata": {
"type": "map",
"key": {},
"value": {}
},
"status": {},
"title": {
"type": "string",
"sensitive": true
},
"topic": {
"type": "structure",
"required": [
"resource",
"role",
"subject"
],
"members": {
"resource": {
"type": "structure",
"required": [
"id",
"type"
],
"members": {
"id": {},
"name": {},
"type": {}
}
},
"role": {},
"subject": {}
}
},
"type": {}
}
}
}
}
}
},
"ListProjectMemberships": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/memberships",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"projectIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"projectIdentifier": {
"location": "uri",
"locationName": "projectIdentifier"
},
"sortBy": {
"location": "querystring",
"locationName": "sortBy"
},
"sortOrder": {
"location": "querystring",
"locationName": "sortOrder"
}
}
},
"output": {
"type": "structure",
"required": [
"members"
],
"members": {
"members": {
"type": "list",
"member": {
"type": "structure",
"required": [
"designation",
"memberDetails"
],
"members": {
"designation": {},
"memberDetails": {
"type": "structure",
"members": {
"group": {
"type": "structure",
"required": [
"groupId"
],
"members": {
"groupId": {}
}
},
"user": {
"type": "structure",
"required": [
"userId"
],
"members": {
"userId": {}
}
}
},
"union": true
}
}
}
},
"nextToken": {}
}
}
},
"ListProjects": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/projects",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"groupIdentifier": {
"location": "querystring",
"locationName": "groupIdentifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"name": {
"shape": "S14",
"location": "querystring",
"locationName": "name"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"userIdentifier": {
"location": "querystring",
"locationName": "userIdentifier"
}
}
},
"output": {
"type": "structure",
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"id",
"name"
],
"members": {
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"id": {},
"name": {
"shape": "S14"
},
"updatedAt": {
"shape": "S3u"
}
}
}
},
"nextToken": {}
}
}
},
"ListSubscriptionGrants": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/subscription-grants",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentId": {
"location": "querystring",
"locationName": "environmentId"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"sortBy": {
"location": "querystring",
"locationName": "sortBy"
},
"sortOrder": {
"location": "querystring",
"locationName": "sortOrder"
},
"subscribedListingId": {
"location": "querystring",
"locationName": "subscribedListingId"
},
"subscriptionId": {
"location": "querystring",
"locationName": "subscriptionId"
},
"subscriptionTargetId": {
"location": "querystring",
"locationName": "subscriptionTargetId"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"grantedEntity",
"id",
"status",
"subscriptionTargetId",
"updatedAt"
],
"members": {
"assets": {
"shape": "S5s"
},
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"grantedEntity": {
"shape": "S5x"
},
"id": {},
"status": {},
"subscriptionId": {},
"subscriptionTargetId": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"nextToken": {}
}
}
},
"ListSubscriptionRequests": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/subscription-requests",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier"
],
"members": {
"approverProjectId": {
"location": "querystring",
"locationName": "approverProjectId"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"owningProjectId": {
"location": "querystring",
"locationName": "owningProjectId"
},
"sortBy": {
"location": "querystring",
"locationName": "sortBy"
},
"sortOrder": {
"location": "querystring",
"locationName": "sortOrder"
},
"status": {
"location": "querystring",
"locationName": "status"
},
"subscribedListingId": {
"location": "querystring",
"locationName": "subscribedListingId"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"id",
"requestReason",
"status",
"subscribedListings",
"subscribedPrincipals",
"updatedAt"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"decisionComment": {
"shape": "Sg"
},
"domainId": {},
"id": {},
"requestReason": {
"shape": "Sl"
},
"reviewerId": {},
"status": {},
"subscribedListings": {
"type": "list",
"member": {
"shape": "So"
}
},
"subscribedPrincipals": {
"type": "list",
"member": {
"shape": "S12"
}
},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"nextToken": {}
}
}
},
"ListSubscriptionTargets": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"environmentIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentIdentifier": {
"location": "uri",
"locationName": "environmentIdentifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"sortBy": {
"location": "querystring",
"locationName": "sortBy"
},
"sortOrder": {
"location": "querystring",
"locationName": "sortOrder"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"applicableAssetTypes",
"authorizedPrincipals",
"createdAt",
"createdBy",
"domainId",
"environmentId",
"id",
"manageAccessRole",
"name",
"projectId",
"provider",
"subscriptionTargetConfig",
"type"
],
"members": {
"applicableAssetTypes": {
"shape": "S6b"
},
"authorizedPrincipals": {
"shape": "S6c"
},
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"environmentId": {},
"id": {},
"manageAccessRole": {},
"name": {
"shape": "S6e"
},
"projectId": {},
"provider": {},
"subscriptionTargetConfig": {
"shape": "S6f"
},
"type": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"nextToken": {}
}
}
},
"ListSubscriptions": {
"http": {
"method": "GET",
"requestUri": "/v2/domains/{domainIdentifier}/subscriptions",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier"
],
"members": {
"approverProjectId": {
"location": "querystring",
"locationName": "approverProjectId"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"maxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"nextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"owningProjectId": {
"location": "querystring",
"locationName": "owningProjectId"
},
"sortBy": {
"location": "querystring",
"locationName": "sortBy"
},
"sortOrder": {
"location": "querystring",
"locationName": "sortOrder"
},
"status": {
"location": "querystring",
"locationName": "status"
},
"subscribedListingId": {
"location": "querystring",
"locationName": "subscribedListingId"
},
"subscriptionRequestIdentifier": {
"location": "querystring",
"locationName": "subscriptionRequestIdentifier"
}
}
},
"output": {
"type": "structure",
"required": [
"items"
],
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"id",
"status",
"subscribedListing",
"subscribedPrincipal",
"updatedAt"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"id": {},
"retainPermissions": {
"type": "boolean"
},
"status": {},
"subscribedListing": {
"shape": "So"
},
"subscribedPrincipal": {
"shape": "S12"
},
"subscriptionRequestId": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"nextToken": {}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
"requestUri": "/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"resourceArn"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
}
}
},
"output": {
"type": "structure",
"members": {
"tags": {
"shape": "S3i"
}
}
}
},
"PutEnvironmentBlueprintConfiguration": {
"http": {
"method": "PUT",
"requestUri": "/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"enabledRegions",
"environmentBlueprintIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"enabledRegions": {
"shape": "S87"
},
"environmentBlueprintIdentifier": {
"location": "uri",
"locationName": "environmentBlueprintIdentifier"
},
"manageAccessRoleArn": {},
"provisioningRoleArn": {},
"regionalParameters": {
"shape": "S89"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"environmentBlueprintId"
],
"members": {
"createdAt": {
"shape": "S3u"
},
"domainId": {},
"enabledRegions": {
"shape": "S87"
},
"environmentBlueprintId": {},
"manageAccessRoleArn": {},
"provisioningRoleArn": {},
"regionalParameters": {
"shape": "S89"
},
"updatedAt": {
"shape": "S3u"
}
}
},
"idempotent": true
},
"RejectPredictions": {
"http": {
"method": "PUT",
"requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/reject-predictions",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"rejectChoices": {
"type": "list",
"member": {
"type": "structure",
"members": {
"predictionChoices": {
"type": "list",
"member": {
"type": "integer"
}
},
"predictionTarget": {}
}
}
},
"rejectRule": {
"type": "structure",
"members": {
"rule": {},
"threshold": {
"type": "float"
}
}
},
"revision": {
"location": "querystring",
"locationName": "revision"
}
}
},
"output": {
"type": "structure",
"required": [
"assetId",
"assetRevision",
"domainId"
],
"members": {
"assetId": {},
"assetRevision": {},
"domainId": {}
}
},
"idempotent": true
},
"RejectSubscriptionRequest": {
"http": {
"method": "PUT",
"requestUri": "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/reject",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"decisionComment": {
"shape": "Sg"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"id",
"requestReason",
"status",
"subscribedListings",
"subscribedPrincipals",
"updatedAt"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"decisionComment": {
"shape": "Sg"
},
"domainId": {},
"id": {},
"requestReason": {
"shape": "Sl"
},
"reviewerId": {},
"status": {},
"subscribedListings": {
"type": "list",
"member": {
"shape": "So"
}
},
"subscribedPrincipals": {
"type": "list",
"member": {
"shape": "S12"
}
},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
},
"idempotent": true
},
"RevokeSubscription": {
"http": {
"method": "PUT",
"requestUri": "/v2/domains/{domainIdentifier}/subscriptions/{identifier}/revoke",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"retainPermissions": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"id",
"status",
"subscribedListing",
"subscribedPrincipal",
"updatedAt"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"id": {},
"retainPermissions": {
"type": "boolean"
},
"status": {},
"subscribedListing": {
"shape": "So"
},
"subscribedPrincipal": {
"shape": "S12"
},
"subscriptionRequestId": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
},
"idempotent": true
},
"Search": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/search",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"searchScope"
],
"members": {
"additionalAttributes": {
"shape": "Sc7"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"filters": {
"shape": "Sc9"
},
"maxResults": {
"type": "integer"
},
"nextToken": {},
"owningProjectIdentifier": {},
"searchIn": {
"shape": "Sce"
},
"searchScope": {},
"searchText": {},
"sort": {
"shape": "Sci"
}
}
},
"output": {
"type": "structure",
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"members": {
"assetItem": {
"type": "structure",
"required": [
"domainId",
"identifier",
"name",
"owningProjectId",
"typeIdentifier",
"typeRevision"
],
"members": {
"additionalAttributes": {
"type": "structure",
"members": {
"formsOutput": {
"shape": "S1q"
},
"readOnlyFormsOutput": {
"shape": "S1q"
}
}
},
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"externalIdentifier": {
"shape": "S1d"
},
"firstRevisionCreatedAt": {
"type": "timestamp"
},
"firstRevisionCreatedBy": {},
"glossaryTerms": {
"shape": "S1j"
},
"identifier": {},
"name": {
"shape": "S1l"
},
"owningProjectId": {},
"typeIdentifier": {},
"typeRevision": {}
}
},
"dataProductItem": {
"type": "structure",
"required": [
"domainId",
"id",
"name",
"owningProjectId"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"dataProductItems": {
"type": "list",
"member": {
"type": "structure",
"members": {
"domainId": {},
"itemId": {}
}
}
},
"description": {
"type": "string",
"sensitive": true
},
"domainId": {},
"glossaryTerms": {
"shape": "S1j"
},
"id": {},
"name": {
"type": "string",
"sensitive": true
},
"owningProjectId": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
},
"glossaryItem": {
"type": "structure",
"required": [
"domainId",
"id",
"name",
"owningProjectId",
"status"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "S4s"
},
"domainId": {},
"id": {},
"name": {
"shape": "S4t"
},
"owningProjectId": {},
"status": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
},
"glossaryTermItem": {
"type": "structure",
"required": [
"domainId",
"glossaryId",
"id",
"name",
"status"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"glossaryId": {},
"id": {},
"longDescription": {
"shape": "S4y"
},
"name": {
"shape": "Sx"
},
"shortDescription": {
"shape": "Sy"
},
"status": {},
"termRelations": {
"shape": "S50"
},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
}
},
"union": true
}
},
"nextToken": {},
"totalMatchCount": {
"type": "integer"
}
}
}
},
"SearchGroupProfiles": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/search-group-profiles",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"groupType"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"groupType": {},
"maxResults": {
"type": "integer"
},
"nextToken": {},
"searchText": {
"type": "string",
"sensitive": true
}
}
},
"output": {
"type": "structure",
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"members": {
"domainId": {},
"groupName": {
"shape": "S57"
},
"id": {},
"status": {}
}
}
},
"nextToken": {}
}
}
},
"SearchListings": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/listings/search",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier"
],
"members": {
"additionalAttributes": {
"shape": "Sc7"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"filters": {
"shape": "Sc9"
},
"maxResults": {
"type": "integer"
},
"nextToken": {},
"searchIn": {
"shape": "Sce"
},
"searchText": {},
"sort": {
"shape": "Sci"
}
}
},
"output": {
"type": "structure",
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"members": {
"assetListing": {
"type": "structure",
"members": {
"additionalAttributes": {
"type": "structure",
"members": {
"forms": {}
}
},
"createdAt": {
"type": "timestamp"
},
"description": {
"shape": "Sp"
},
"entityId": {},
"entityRevision": {},
"entityType": {},
"glossaryTerms": {
"shape": "Sv"
},
"listingCreatedBy": {},
"listingId": {},
"listingRevision": {},
"listingUpdatedBy": {},
"name": {
"shape": "S1l"
},
"owningProjectId": {}
}
}
},
"union": true
}
},
"nextToken": {},
"totalMatchCount": {
"type": "integer"
}
}
}
},
"SearchTypes": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/types-search",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"managed",
"searchScope"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"filters": {
"shape": "Sc9"
},
"managed": {
"type": "boolean"
},
"maxResults": {
"type": "integer"
},
"nextToken": {},
"searchIn": {
"shape": "Sce"
},
"searchScope": {},
"searchText": {},
"sort": {
"shape": "Sci"
}
}
},
"output": {
"type": "structure",
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"members": {
"assetTypeItem": {
"type": "structure",
"required": [
"domainId",
"formsOutput",
"name",
"owningProjectId",
"revision"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"formsOutput": {
"shape": "S21"
},
"name": {},
"originDomainId": {},
"originProjectId": {},
"owningProjectId": {},
"revision": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
},
"formTypeItem": {
"type": "structure",
"required": [
"domainId",
"name",
"revision"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"imports": {
"shape": "S8f"
},
"model": {
"shape": "S4n"
},
"name": {
"shape": "S1s"
},
"originDomainId": {},
"originProjectId": {},
"owningProjectId": {},
"revision": {},
"status": {}
}
}
},
"union": true
}
},
"nextToken": {},
"totalMatchCount": {
"type": "integer"
}
}
}
},
"SearchUserProfiles": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/search-user-profiles",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"userType"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"maxResults": {
"type": "integer"
},
"nextToken": {},
"searchText": {
"type": "string",
"sensitive": true
},
"userType": {}
}
},
"output": {
"type": "structure",
"members": {
"items": {
"type": "list",
"member": {
"type": "structure",
"members": {
"details": {
"shape": "S6m"
},
"domainId": {},
"id": {},
"status": {},
"type": {}
}
}
},
"nextToken": {}
}
}
},
"StartDataSourceRun": {
"http": {
"requestUri": "/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"dataSourceIdentifier",
"domainIdentifier"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"dataSourceIdentifier": {
"location": "uri",
"locationName": "dataSourceIdentifier"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"dataSourceId",
"domainId",
"id",
"projectId",
"status",
"type",
"updatedAt"
],
"members": {
"createdAt": {
"shape": "S35"
},
"dataSourceConfigurationSnapshot": {},
"dataSourceId": {},
"domainId": {},
"errorMessage": {
"shape": "S37"
},
"id": {},
"projectId": {},
"runStatisticsForAssets": {
"shape": "S7w"
},
"startedAt": {
"shape": "S35"
},
"status": {},
"stoppedAt": {
"shape": "S35"
},
"type": {},
"updatedAt": {
"shape": "S35"
}
}
},
"idempotent": true
},
"TagResource": {
"http": {
"requestUri": "/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tags"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tags": {
"shape": "S3i"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"http": {
"method": "DELETE",
"requestUri": "/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tagKeys"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tagKeys": {
"location": "querystring",
"locationName": "tagKeys",
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
},
"UpdateDataSource": {
"http": {
"method": "PATCH",
"requestUri": "/v2/domains/{domainIdentifier}/data-sources/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"assetFormsInput": {
"shape": "S1e"
},
"configuration": {
"shape": "S24"
},
"description": {
"shape": "Sp"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"enableSetting": {},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"name": {
"shape": "S2p"
},
"publishOnImport": {
"type": "boolean"
},
"recommendation": {
"shape": "S2q"
},
"schedule": {
"shape": "S2r"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"environmentId",
"id",
"name",
"projectId"
],
"members": {
"assetFormsOutput": {
"shape": "S1q"
},
"configuration": {
"shape": "S2w"
},
"createdAt": {
"shape": "S35"
},
"description": {
"shape": "Sp"
},
"domainId": {},
"enableSetting": {},
"environmentId": {},
"errorMessage": {
"shape": "S37"
},
"id": {},
"lastRunAt": {
"shape": "S35"
},
"lastRunErrorMessage": {
"shape": "S37"
},
"lastRunStatus": {},
"name": {
"shape": "S2p"
},
"projectId": {},
"publishOnImport": {
"type": "boolean"
},
"recommendation": {
"shape": "S2q"
},
"schedule": {
"shape": "S2r"
},
"status": {},
"type": {},
"updatedAt": {
"shape": "S35"
}
}
},
"idempotent": true
},
"UpdateDomain": {
"http": {
"method": "PUT",
"requestUri": "/v2/domains/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"identifier"
],
"members": {
"clientToken": {
"idempotencyToken": true,
"location": "querystring",
"locationName": "clientToken"
},
"description": {},
"domainExecutionRole": {},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"name": {},
"singleSignOn": {
"shape": "S3f"
}
}
},
"output": {
"type": "structure",
"required": [
"id"
],
"members": {
"description": {},
"domainExecutionRole": {},
"id": {},
"lastUpdatedAt": {
"type": "timestamp"
},
"name": {},
"singleSignOn": {
"shape": "S3f"
}
}
},
"idempotent": true
},
"UpdateEnvironment": {
"http": {
"method": "PATCH",
"requestUri": "/v2/domains/{domainIdentifier}/environments/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"description": {},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"glossaryTerms": {
"shape": "S1j"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"name": {}
}
},
"output": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"environmentProfileId",
"name",
"projectId",
"provider"
],
"members": {
"awsAccountId": {},
"awsAccountRegion": {},
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"deploymentProperties": {
"shape": "S3v"
},
"description": {
"shape": "Sp"
},
"domainId": {},
"environmentActions": {
"shape": "S3y"
},
"environmentBlueprintId": {},
"environmentProfileId": {},
"glossaryTerms": {
"shape": "S1j"
},
"id": {},
"lastDeployment": {
"shape": "S44"
},
"name": {
"shape": "S4a"
},
"projectId": {},
"provider": {},
"provisionedResources": {
"shape": "S4b"
},
"provisioningProperties": {
"shape": "S4d"
},
"status": {},
"updatedAt": {
"shape": "S3u"
},
"userParameters": {
"shape": "S4g"
}
}
}
},
"UpdateEnvironmentProfile": {
"http": {
"method": "PATCH",
"requestUri": "/v2/domains/{domainIdentifier}/environment-profiles/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"awsAccountId": {},
"awsAccountRegion": {},
"description": {},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"name": {
"shape": "S4k"
},
"userParameters": {
"shape": "S3p"
}
}
},
"output": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"environmentBlueprintId",
"id",
"name"
],
"members": {
"awsAccountId": {},
"awsAccountRegion": {},
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"environmentBlueprintId": {},
"id": {},
"name": {
"shape": "S4k"
},
"projectId": {},
"updatedAt": {
"shape": "S3u"
},
"userParameters": {
"shape": "S4g"
}
}
}
},
"UpdateGlossary": {
"http": {
"method": "PATCH",
"requestUri": "/v2/domains/{domainIdentifier}/glossaries/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"clientToken": {
"idempotencyToken": true
},
"description": {
"shape": "S4s"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"name": {
"shape": "S4t"
},
"status": {}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"id",
"name",
"owningProjectId"
],
"members": {
"description": {
"shape": "S4s"
},
"domainId": {},
"id": {},
"name": {
"shape": "S4t"
},
"owningProjectId": {},
"status": {}
}
},
"idempotent": true
},
"UpdateGlossaryTerm": {
"http": {
"method": "PATCH",
"requestUri": "/v2/domains/{domainIdentifier}/glossary-terms/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"glossaryIdentifier": {},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"longDescription": {
"shape": "S4y"
},
"name": {
"shape": "Sx"
},
"shortDescription": {
"shape": "Sy"
},
"status": {},
"termRelations": {
"shape": "S50"
}
}
},
"output": {
"type": "structure",
"required": [
"domainId",
"glossaryId",
"id",
"name",
"status"
],
"members": {
"domainId": {},
"glossaryId": {},
"id": {},
"longDescription": {
"shape": "S4y"
},
"name": {
"shape": "Sx"
},
"shortDescription": {
"shape": "Sy"
},
"status": {},
"termRelations": {
"shape": "S50"
}
}
},
"idempotent": true
},
"UpdateGroupProfile": {
"http": {
"method": "PUT",
"requestUri": "/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"groupIdentifier",
"status"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"groupIdentifier": {
"location": "uri",
"locationName": "groupIdentifier"
},
"status": {}
}
},
"output": {
"type": "structure",
"members": {
"domainId": {},
"groupName": {
"shape": "S57"
},
"id": {},
"status": {}
}
}
},
"UpdateProject": {
"http": {
"method": "PATCH",
"requestUri": "/v2/domains/{domainIdentifier}/projects/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier"
],
"members": {
"description": {
"shape": "Sp"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"glossaryTerms": {
"shape": "S1j"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"name": {
"shape": "S14"
}
}
},
"output": {
"type": "structure",
"required": [
"createdBy",
"domainId",
"id",
"name"
],
"members": {
"createdAt": {
"shape": "S3u"
},
"createdBy": {},
"description": {
"shape": "Sp"
},
"domainId": {},
"glossaryTerms": {
"shape": "S1j"
},
"id": {},
"lastUpdatedAt": {
"shape": "S3u"
},
"name": {
"shape": "S14"
}
}
},
"idempotent": true
},
"UpdateSubscriptionGrantStatus": {
"http": {
"method": "PATCH",
"requestUri": "/v2/domains/{domainIdentifier}/subscription-grants/{identifier}/status/{assetIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"assetIdentifier",
"domainIdentifier",
"identifier",
"status"
],
"members": {
"assetIdentifier": {
"location": "uri",
"locationName": "assetIdentifier"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"failureCause": {
"shape": "S5u"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"status": {},
"targetName": {}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"grantedEntity",
"id",
"status",
"subscriptionTargetId",
"updatedAt"
],
"members": {
"assets": {
"shape": "S5s"
},
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"grantedEntity": {
"shape": "S5x"
},
"id": {},
"status": {},
"subscriptionId": {},
"subscriptionTargetId": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
},
"idempotent": true
},
"UpdateSubscriptionRequest": {
"http": {
"method": "PATCH",
"requestUri": "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"identifier",
"requestReason"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"requestReason": {
"shape": "Sl"
}
}
},
"output": {
"type": "structure",
"required": [
"createdAt",
"createdBy",
"domainId",
"id",
"requestReason",
"status",
"subscribedListings",
"subscribedPrincipals",
"updatedAt"
],
"members": {
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"decisionComment": {
"shape": "Sg"
},
"domainId": {},
"id": {},
"requestReason": {
"shape": "Sl"
},
"reviewerId": {},
"status": {},
"subscribedListings": {
"type": "list",
"member": {
"shape": "So"
}
},
"subscribedPrincipals": {
"type": "list",
"member": {
"shape": "S12"
}
},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
},
"idempotent": true
},
"UpdateSubscriptionTarget": {
"http": {
"method": "PATCH",
"requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"environmentIdentifier",
"identifier"
],
"members": {
"applicableAssetTypes": {
"shape": "S6b"
},
"authorizedPrincipals": {
"shape": "S6c"
},
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"environmentIdentifier": {
"location": "uri",
"locationName": "environmentIdentifier"
},
"identifier": {
"location": "uri",
"locationName": "identifier"
},
"manageAccessRole": {},
"name": {
"shape": "S6e"
},
"provider": {},
"subscriptionTargetConfig": {
"shape": "S6f"
}
}
},
"output": {
"type": "structure",
"required": [
"applicableAssetTypes",
"authorizedPrincipals",
"createdAt",
"createdBy",
"domainId",
"environmentId",
"id",
"manageAccessRole",
"name",
"projectId",
"provider",
"subscriptionTargetConfig",
"type"
],
"members": {
"applicableAssetTypes": {
"shape": "S6b"
},
"authorizedPrincipals": {
"shape": "S6c"
},
"createdAt": {
"type": "timestamp"
},
"createdBy": {},
"domainId": {},
"environmentId": {},
"id": {},
"manageAccessRole": {},
"name": {
"shape": "S6e"
},
"projectId": {},
"provider": {},
"subscriptionTargetConfig": {
"shape": "S6f"
},
"type": {},
"updatedAt": {
"type": "timestamp"
},
"updatedBy": {}
}
},
"idempotent": true
},
"UpdateUserProfile": {
"http": {
"method": "PUT",
"requestUri": "/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"domainIdentifier",
"status",
"userIdentifier"
],
"members": {
"domainIdentifier": {
"location": "uri",
"locationName": "domainIdentifier"
},
"status": {},
"type": {},
"userIdentifier": {
"location": "uri",
"locationName": "userIdentifier"
}
}
},
"output": {
"type": "structure",
"members": {
"details": {
"shape": "S6m"
},
"domainId": {},
"id": {},
"status": {},
"type": {}
}
}
}
},
"shapes": {
"Sg": {
"type": "string",
"sensitive": true
},
"Sl": {
"type": "string",
"sensitive": true
},
"So": {
"type": "structure",
"required": [
"description",
"id",
"item",
"name",
"ownerProjectId"
],
"members": {
"description": {
"shape": "Sp"
},
"id": {},
"item": {
"type": "structure",
"members": {
"assetListing": {
"type": "structure",
"members": {
"entityId": {},
"entityRevision": {},
"entityType": {},
"forms": {},
"glossaryTerms": {
"shape": "Sv"
}
}
}
},
"union": true
},
"name": {},
"ownerProjectId": {},
"ownerProjectName": {},
"revision": {}
}
},
"Sp": {
"type": "string",
"sensitive": true
},
"Sv": {
"type": "list",
"member": {
"type": "structure",
"members": {
"name": {
"shape": "Sx"
},
"shortDescription": {
"shape": "Sy"
}
}
}
},
"Sx": {
"type": "string",
"sensitive": true
},
"Sy": {
"type": "string",
"sensitive": true
},
"S12": {
"type": "structure",
"members": {
"project": {
"type": "structure",
"members": {
"id": {},
"name": {
"shape": "S14"
}
}
}
},
"union": true
},
"S14": {
"type": "string",
"sensitive": true
},
"S1d": {
"type": "string",
"sensitive": true
},
"S1e": {
"type": "list",
"member": {
"type": "structure",
"required": [
"formName"
],
"members": {
"content": {},
"formName": {},
"typeIdentifier": {},
"typeRevision": {}
},
"sensitive": true
},
"sensitive": true
},
"S1j": {
"type": "list",
"member": {}
},
"S1l": {
"type": "string",
"sensitive": true
},
"S1m": {
"type": "structure",
"members": {
"businessNameGeneration": {
"type": "structure",
"members": {
"enabled": {
"type": "boolean"
}
}
}
}
},
"S1q": {
"type": "list",
"member": {
"type": "structure",
"required": [
"formName"
],
"members": {
"content": {},
"formName": {},
"typeName": {
"shape": "S1s"
},
"typeRevision": {}
}
}
},
"S1s": {
"type": "string",
"sensitive": true
},
"S1t": {
"type": "structure",
"required": [
"listingId",
"listingStatus"
],
"members": {
"listingId": {},
"listingStatus": {}
}
},
"S21": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"required": [
"typeName",
"typeRevision"
],
"members": {
"required": {
"type": "boolean"
},
"typeName": {
"shape": "S1s"
},
"typeRevision": {}
}
}
},
"S24": {
"type": "structure",
"members": {
"glueRunConfiguration": {
"type": "structure",
"required": [
"relationalFilterConfigurations"
],
"members": {
"dataAccessRole": {},
"relationalFilterConfigurations": {
"shape": "S27"
}
}
},
"redshiftRunConfiguration": {
"type": "structure",
"required": [
"redshiftCredentialConfiguration",
"redshiftStorage",
"relationalFilterConfigurations"
],
"members": {
"dataAccessRole": {},
"redshiftCredentialConfiguration": {
"shape": "S2h"
},
"redshiftStorage": {
"shape": "S2j"
},
"relationalFilterConfigurations": {
"shape": "S27"
}
}
}
},
"union": true
},
"S27": {
"type": "list",
"member": {
"type": "structure",
"required": [
"databaseName"
],
"members": {
"databaseName": {},
"filterExpressions": {
"type": "list",
"member": {
"type": "structure",
"required": [
"expression",
"type"
],
"members": {
"expression": {},
"type": {}
}
}
},
"schemaName": {}
}
}
},
"S2h": {
"type": "structure",
"required": [
"secretManagerArn"
],
"members": {
"secretManagerArn": {}
}
},
"S2j": {
"type": "structure",
"members": {
"redshiftClusterSource": {
"type": "structure",
"required": [
"clusterName"
],
"members": {
"clusterName": {}
}
},
"redshiftServerlessSource": {
"type": "structure",
"required": [
"workgroupName"
],
"members": {
"workgroupName": {}
}
}
},
"union": true
},
"S2p": {
"type": "string",
"sensitive": true
},
"S2q": {
"type": "structure",
"members": {
"enableBusinessNameGeneration": {
"type": "boolean"
}
}
},
"S2r": {
"type": "structure",
"members": {
"schedule": {},
"timezone": {}
},
"sensitive": true
},
"S2w": {
"type": "structure",
"members": {
"glueRunConfiguration": {
"type": "structure",
"required": [
"relationalFilterConfigurations"
],
"members": {
"accountId": {},
"dataAccessRole": {},
"region": {},
"relationalFilterConfigurations": {
"shape": "S27"
}
}
},
"redshiftRunConfiguration": {
"type": "structure",
"required": [
"redshiftCredentialConfiguration",
"redshiftStorage",
"relationalFilterConfigurations"
],
"members": {
"accountId": {},
"dataAccessRole": {},
"redshiftCredentialConfiguration": {
"shape": "S2h"
},
"redshiftStorage": {
"shape": "S2j"
},
"region": {},
"relationalFilterConfigurations": {
"shape": "S27"
}
}
}
},
"union": true
},
"S35": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
"S37": {
"type": "structure",
"required": [
"errorType"
],
"members": {
"errorDetail": {},
"errorType": {}
}
},
"S3f": {
"type": "structure",
"members": {
"type": {},
"userAssignment": {}
}
},
"S3i": {
"type": "map",
"key": {},
"value": {}
},
"S3p": {
"type": "list",
"member": {
"type": "structure",
"members": {
"name": {},
"value": {}
}
}
},
"S3u": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
"S3v": {
"type": "structure",
"members": {
"endTimeoutMinutes": {
"type": "integer"
},
"startTimeoutMinutes": {
"type": "integer"
}
}
},
"S3y": {
"type": "list",
"member": {
"type": "structure",
"required": [
"parameters",
"type"
],
"members": {
"auth": {},
"parameters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"key": {},
"value": {}
}
}
},
"type": {}
}
}
},
"S44": {
"type": "structure",
"members": {
"deploymentId": {},
"deploymentStatus": {},
"deploymentType": {},
"failureReason": {
"type": "structure",
"required": [
"message"
],
"members": {
"code": {},
"message": {}
}
},
"isDeploymentComplete": {
"type": "boolean"
},
"messages": {
"type": "list",
"member": {}
}
}
},
"S4a": {
"type": "string",
"sensitive": true
},
"S4b": {
"type": "list",
"member": {
"type": "structure",
"required": [
"type",
"value"
],
"members": {
"name": {},
"provider": {},
"type": {},
"value": {}
}
}
},
"S4d": {
"type": "structure",
"members": {
"cloudFormation": {
"type": "structure",
"required": [
"templateUrl"
],
"members": {
"templateUrl": {}
}
}
},
"union": true
},
"S4g": {
"type": "list",
"member": {
"type": "structure",
"required": [
"fieldType",
"keyName"
],
"members": {
"defaultValue": {},
"description": {
"shape": "Sp"
},
"fieldType": {},
"isEditable": {
"type": "boolean"
},
"isOptional": {
"type": "boolean"
},
"keyName": {}
}
}
},
"S4k": {
"type": "string",
"sensitive": true
},
"S4n": {
"type": "structure",
"members": {
"smithy": {}
},
"sensitive": true,
"union": true
},
"S4s": {
"type": "string",
"sensitive": true
},
"S4t": {
"type": "string",
"sensitive": true
},
"S4y": {
"type": "string",
"sensitive": true
},
"S50": {
"type": "structure",
"members": {
"classifies": {
"type": "list",
"member": {}
},
"isA": {
"type": "list",
"member": {}
}
}
},
"S57": {
"type": "string",
"sensitive": true
},
"S5j": {
"type": "structure",
"members": {
"groupIdentifier": {},
"userIdentifier": {}
},
"union": true
},
"S5s": {
"type": "list",
"member": {
"type": "structure",
"required": [
"assetId",
"assetRevision",
"status"
],
"members": {
"assetId": {},
"assetRevision": {},
"failureCause": {
"shape": "S5u"
},
"failureTimestamp": {
"type": "timestamp"
},
"grantedTimestamp": {
"type": "timestamp"
},
"status": {},
"targetName": {}
}
}
},
"S5u": {
"type": "structure",
"members": {
"message": {}
}
},
"S5x": {
"type": "structure",
"members": {
"listing": {
"type": "structure",
"required": [
"id",
"revision"
],
"members": {
"id": {},
"revision": {}
}
}
},
"union": true
},
"S6b": {
"type": "list",
"member": {}
},
"S6c": {
"type": "list",
"member": {}
},
"S6e": {
"type": "string",
"sensitive": true
},
"S6f": {
"type": "list",
"member": {
"type": "structure",
"required": [
"content",
"formName"
],
"members": {
"content": {},
"formName": {}
}
}
},
"S6m": {
"type": "structure",
"members": {
"iam": {
"type": "structure",
"members": {
"arn": {}
}
},
"sso": {
"type": "structure",
"members": {
"firstName": {
"type": "string",
"sensitive": true
},
"lastName": {
"type": "string",
"sensitive": true
},
"username": {
"type": "string",
"sensitive": true
}
}
}
},
"union": true
},
"S7w": {
"type": "structure",
"members": {
"added": {
"type": "integer"
},
"failed": {
"type": "integer"
},
"skipped": {
"type": "integer"
},
"unchanged": {
"type": "integer"
},
"updated": {
"type": "integer"
}
}
},
"S87": {
"type": "list",
"member": {}
},
"S89": {
"type": "map",
"key": {},
"value": {
"type": "map",
"key": {},
"value": {}
}
},
"S8f": {
"type": "list",
"member": {
"type": "structure",
"required": [
"name",
"revision"
],
"members": {
"name": {
"shape": "S1s"
},
"revision": {}
}
}
},
"Sc7": {
"type": "list",
"member": {}
},
"Sc9": {
"type": "structure",
"members": {
"and": {
"shape": "Sca"
},
"filter": {
"type": "structure",
"required": [
"attribute",
"value"
],
"members": {
"attribute": {},
"value": {}
}
},
"or": {
"shape": "Sca"
}
},
"union": true
},
"Sca": {
"type": "list",
"member": {
"shape": "Sc9"
}
},
"Sce": {
"type": "list",
"member": {
"type": "structure",
"required": [
"attribute"
],
"members": {
"attribute": {}
}
}
},
"Sci": {
"type": "structure",
"required": [
"attribute"
],
"members": {
"attribute": {},
"order": {}
}
}
}
}