Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
397 changes: 397 additions & 0 deletions awscli/botocore/data/ivs-realtime/2020-07-14/completions-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,397 @@
{
"version": "1.0",
"resources": {
"Stage": {
"operation": "ListStages",
"resourceIdentifier": {
"arn": "stages[].arn",
"name": "stages[].name"
}
},
"EncoderConfiguration": {
"operation": "ListEncoderConfigurations",
"resourceIdentifier": {
"arn": "encoderConfigurations[].arn"
}
},
"IngestConfiguration": {
"operation": "ListIngestConfigurations",
"resourceIdentifier": {
"arn": "ingestConfigurations[].arn"
}
},
"PublicKey": {
"operation": "ListPublicKeys",
"resourceIdentifier": {
"arn": "publicKeys[].arn"
}
},
"StorageConfiguration": {
"operation": "ListStorageConfigurations",
"resourceIdentifier": {
"arn": "storageConfigurations[].arn"
}
},
"Composition": {
"operation": "ListCompositions",
"resourceIdentifier": {
"arn": "compositions[].arn"
}
}
},
"operations": {
"CreateIngestConfiguration": {
"stageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"CreateParticipantToken": {
"stageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"DeleteEncoderConfiguration": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "EncoderConfiguration",
"resourceIdentifier": "arn"
}
]
}
},
"DeleteIngestConfiguration": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "IngestConfiguration",
"resourceIdentifier": "arn"
}
]
}
},
"DeletePublicKey": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "PublicKey",
"resourceIdentifier": "arn"
}
]
}
},
"DeleteStage": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"DeleteStorageConfiguration": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "StorageConfiguration",
"resourceIdentifier": "arn"
}
]
}
},
"DisconnectParticipant": {
"stageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"GetComposition": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "Composition",
"resourceIdentifier": "arn"
}
]
}
},
"GetEncoderConfiguration": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "EncoderConfiguration",
"resourceIdentifier": "arn"
}
]
}
},
"GetIngestConfiguration": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "IngestConfiguration",
"resourceIdentifier": "arn"
}
]
}
},
"GetParticipant": {
"stageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"GetPublicKey": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "PublicKey",
"resourceIdentifier": "arn"
}
]
}
},
"GetStage": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"GetStageSession": {
"stageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"GetStorageConfiguration": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "StorageConfiguration",
"resourceIdentifier": "arn"
}
]
}
},
"ListCompositions": {
"filterByStageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
},
"filterByEncoderConfigurationArn": {
"completions": [
{
"parameters": {},
"resourceName": "EncoderConfiguration",
"resourceIdentifier": "arn"
}
]
}
},
"ListIngestConfigurations": {
"filterByStageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"ListParticipantEvents": {
"stageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"ListParticipantReplicas": {
"sourceStageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"ListParticipants": {
"stageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"ListStageSessions": {
"stageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"StartComposition": {
"stageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"StartParticipantReplication": {
"sourceStageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
},
"destinationStageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"StopComposition": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "Composition",
"resourceIdentifier": "arn"
}
]
}
},
"StopParticipantReplication": {
"sourceStageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
},
"destinationStageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"UpdateIngestConfiguration": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "IngestConfiguration",
"resourceIdentifier": "arn"
}
]
},
"stageArn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
}
},
"UpdateStage": {
"arn": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "arn"
}
]
},
"name": {
"completions": [
{
"parameters": {},
"resourceName": "Stage",
"resourceIdentifier": "name"
}
]
}
}
}
}
Loading
Loading