UNPKG

2.18 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2019-06-30",
5 "endpointPrefix": "migrationhub-config",
6 "jsonVersion": "1.1",
7 "protocol": "json",
8 "serviceFullName": "AWS Migration Hub Config",
9 "serviceId": "MigrationHub Config",
10 "signatureVersion": "v4",
11 "signingName": "mgh",
12 "targetPrefix": "AWSMigrationHubMultiAccountService",
13 "uid": "migrationhub-config-2019-06-30"
14 },
15 "operations": {
16 "CreateHomeRegionControl": {
17 "input": {
18 "type": "structure",
19 "required": [
20 "HomeRegion",
21 "Target"
22 ],
23 "members": {
24 "HomeRegion": {},
25 "Target": {
26 "shape": "S3"
27 },
28 "DryRun": {
29 "type": "boolean"
30 }
31 }
32 },
33 "output": {
34 "type": "structure",
35 "members": {
36 "HomeRegionControl": {
37 "shape": "S8"
38 }
39 }
40 }
41 },
42 "DescribeHomeRegionControls": {
43 "input": {
44 "type": "structure",
45 "members": {
46 "ControlId": {},
47 "HomeRegion": {},
48 "Target": {
49 "shape": "S3"
50 },
51 "MaxResults": {
52 "type": "integer"
53 },
54 "NextToken": {}
55 }
56 },
57 "output": {
58 "type": "structure",
59 "members": {
60 "HomeRegionControls": {
61 "type": "list",
62 "member": {
63 "shape": "S8"
64 }
65 },
66 "NextToken": {}
67 }
68 }
69 },
70 "GetHomeRegion": {
71 "input": {
72 "type": "structure",
73 "members": {}
74 },
75 "output": {
76 "type": "structure",
77 "members": {
78 "HomeRegion": {}
79 }
80 }
81 }
82 },
83 "shapes": {
84 "S3": {
85 "type": "structure",
86 "required": [
87 "Type"
88 ],
89 "members": {
90 "Type": {},
91 "Id": {}
92 }
93 },
94 "S8": {
95 "type": "structure",
96 "members": {
97 "ControlId": {},
98 "HomeRegion": {},
99 "Target": {
100 "shape": "S3"
101 },
102 "RequestedTime": {
103 "type": "timestamp"
104 }
105 }
106 }
107 }
108}
\No newline at end of file