mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"version": "2.0",
|
|
"metadata": {
|
|
"apiVersion": "2018-04-02",
|
|
"endpointPrefix": "ec2-instance-connect",
|
|
"jsonVersion": "1.1",
|
|
"protocol": "json",
|
|
"serviceAbbreviation": "EC2 Instance Connect",
|
|
"serviceFullName": "AWS EC2 Instance Connect",
|
|
"serviceId": "EC2 Instance Connect",
|
|
"signatureVersion": "v4",
|
|
"targetPrefix": "AWSEC2InstanceConnectService",
|
|
"uid": "ec2-instance-connect-2018-04-02"
|
|
},
|
|
"operations": {
|
|
"SendSSHPublicKey": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InstanceId",
|
|
"InstanceOSUser",
|
|
"SSHPublicKey"
|
|
],
|
|
"members": {
|
|
"InstanceId": {},
|
|
"InstanceOSUser": {},
|
|
"SSHPublicKey": {},
|
|
"AvailabilityZone": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RequestId": {},
|
|
"Success": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"SendSerialConsoleSSHPublicKey": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InstanceId",
|
|
"SSHPublicKey"
|
|
],
|
|
"members": {
|
|
"InstanceId": {},
|
|
"SerialPort": {
|
|
"type": "integer"
|
|
},
|
|
"SSHPublicKey": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RequestId": {},
|
|
"Success": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"shapes": {}
|
|
} |