aws-sdk-eks
Version:
AWS SDK for JavaScript
2,081 lines • 175 kB
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",
"requ