UNPKG

1.04 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2018-04-02",
5 "endpointPrefix": "ec2-instance-connect",
6 "jsonVersion": "1.1",
7 "protocol": "json",
8 "serviceAbbreviation": "EC2 Instance Connect",
9 "serviceFullName": "AWS EC2 Instance Connect",
10 "serviceId": "EC2 Instance Connect",
11 "signatureVersion": "v4",
12 "targetPrefix": "AWSEC2InstanceConnectService",
13 "uid": "ec2-instance-connect-2018-04-02"
14 },
15 "operations": {
16 "SendSSHPublicKey": {
17 "input": {
18 "type": "structure",
19 "required": [
20 "InstanceId",
21 "InstanceOSUser",
22 "SSHPublicKey",
23 "AvailabilityZone"
24 ],
25 "members": {
26 "InstanceId": {},
27 "InstanceOSUser": {},
28 "SSHPublicKey": {},
29 "AvailabilityZone": {}
30 }
31 },
32 "output": {
33 "type": "structure",
34 "members": {
35 "RequestId": {},
36 "Success": {
37 "type": "boolean"
38 }
39 }
40 }
41 }
42 },
43 "shapes": {}
44}
\No newline at end of file