Amazon Step Functions Publish State Machine Version Input Structure
PublishStateMachineVersionInput schema from Amazon Step Functions API
Type: objectProperties: 3Required: 1
OrchestrationServerlessState MachineWorkflows
PublishStateMachineVersionInput is a JSON Structure definition published by Amazon Step Functions, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-publish-state-machine-version-input-structure.json",
"name": "PublishStateMachineVersionInput",
"description": "PublishStateMachineVersionInput schema from Amazon Step Functions API",
"properties": {
"stateMachineArn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) of the state machine."
}
]
},
"revisionId": {
"allOf": [
{
"$ref": "#/components/schemas/RevisionId"
},
{
"description": "<p>Only publish the state machine version if the current state machine's revision ID matches the specified ID.</p> <p>Use this option to avoid publishing a version if the state machine changed since you last updated it. If the specified revision ID doesn't match the state machine's current revision ID, the API returns <code>ConflictException</code>.</p> <note> <p>To specify an initial revision ID for a state machine with no revision ID assigned, specify the string <code>INITIAL</code> for the <code>revisionId</code> parameter. For example, you can specify a <code>revisionID</code> of <code>INITIAL</code> when you create a state machine using the <a>CreateStateMachine</a> API action.</p> </note>"
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/VersionDescription"
},
{
"description": "An optional description of the state machine version."
}
]
}
},
"required": [
"stateMachineArn"
]
}
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.