DeleteApplicationReferenceDataSourceRequest is a JSON Structure definition published by Amazon Managed Service for Apache Flink, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-delete-application-reference-data-source-request-structure.json",
"name": "DeleteApplicationReferenceDataSourceRequest",
"description": "DeleteApplicationReferenceDataSourceRequest schema from Amazon Managed Service for Apache Flink API",
"type": "object",
"properties": {
"ApplicationName": {
"allOf": [
{
"$ref": "#/components/schemas/ApplicationName"
},
{
"description": "The name of an existing application."
}
]
},
"CurrentApplicationVersionId": {
"allOf": [
{
"$ref": "#/components/schemas/ApplicationVersionId"
},
{
"description": "The current application version. You can use the <a>DescribeApplication</a> operation to get the current application version. If the version specified is not the current version, the <code>ConcurrentModificationException</code> is returned."
}
]
},
"ReferenceId": {
"allOf": [
{
"$ref": "#/components/schemas/Id"
},
{
"description": "The ID of the reference data source. When you add a reference data source to your application using the <a>AddApplicationReferenceDataSource</a>, Kinesis Data Analytics assigns an ID. You can use the <a>DescribeApplication</a> operation to get the reference ID. "
}
]
}
},
"required": [
"ApplicationName",
"CurrentApplicationVersionId",
"ReferenceId"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.