ec2-instance-connect-2018-04-02.min.json
1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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",
"AvailabilityZone"
],
"members": {
"InstanceId": {},
"InstanceOSUser": {},
"SSHPublicKey": {},
"AvailabilityZone": {}
}
},
"output": {
"type": "structure",
"members": {
"RequestId": {},
"Success": {
"type": "boolean"
}
}
}
}
},
"shapes": {}
}