UNPKG

2.23 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2017-07-25",
5 "endpointPrefix": "elastic-inference",
6 "jsonVersion": "1.1",
7 "protocol": "rest-json",
8 "serviceAbbreviation": "Amazon Elastic Inference",
9 "serviceFullName": "Amazon Elastic Inference",
10 "serviceId": "Elastic Inference",
11 "signatureVersion": "v4",
12 "signingName": "elastic-inference",
13 "uid": "elastic-inference-2017-07-25"
14 },
15 "operations": {
16 "ListTagsForResource": {
17 "http": {
18 "method": "GET",
19 "requestUri": "/tags/{resourceArn}"
20 },
21 "input": {
22 "type": "structure",
23 "required": [
24 "resourceArn"
25 ],
26 "members": {
27 "resourceArn": {
28 "location": "uri",
29 "locationName": "resourceArn"
30 }
31 }
32 },
33 "output": {
34 "type": "structure",
35 "members": {
36 "tags": {
37 "shape": "S4"
38 }
39 }
40 }
41 },
42 "TagResource": {
43 "http": {
44 "requestUri": "/tags/{resourceArn}"
45 },
46 "input": {
47 "type": "structure",
48 "required": [
49 "resourceArn",
50 "tags"
51 ],
52 "members": {
53 "resourceArn": {
54 "location": "uri",
55 "locationName": "resourceArn"
56 },
57 "tags": {
58 "shape": "S4"
59 }
60 }
61 },
62 "output": {
63 "type": "structure",
64 "members": {}
65 }
66 },
67 "UntagResource": {
68 "http": {
69 "method": "DELETE",
70 "requestUri": "/tags/{resourceArn}"
71 },
72 "input": {
73 "type": "structure",
74 "required": [
75 "resourceArn",
76 "tagKeys"
77 ],
78 "members": {
79 "resourceArn": {
80 "location": "uri",
81 "locationName": "resourceArn"
82 },
83 "tagKeys": {
84 "location": "querystring",
85 "locationName": "tagKeys",
86 "type": "list",
87 "member": {}
88 }
89 }
90 },
91 "output": {
92 "type": "structure",
93 "members": {}
94 }
95 }
96 },
97 "shapes": {
98 "S4": {
99 "type": "map",
100 "key": {},
101 "value": {}
102 }
103 }
104}
\No newline at end of file