account-2021-02-01.min.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2021-02-01",
  5. "endpointPrefix": "account",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceFullName": "AWS Account",
  9. "serviceId": "Account",
  10. "signatureVersion": "v4",
  11. "signingName": "account",
  12. "uid": "account-2021-02-01"
  13. },
  14. "operations": {
  15. "DeleteAlternateContact": {
  16. "http": {
  17. "requestUri": "/deleteAlternateContact",
  18. "responseCode": 200
  19. },
  20. "input": {
  21. "type": "structure",
  22. "required": [
  23. "AlternateContactType"
  24. ],
  25. "members": {
  26. "AccountId": {},
  27. "AlternateContactType": {}
  28. }
  29. },
  30. "idempotent": true
  31. },
  32. "DisableRegion": {
  33. "http": {
  34. "requestUri": "/disableRegion",
  35. "responseCode": 200
  36. },
  37. "input": {
  38. "type": "structure",
  39. "required": [
  40. "RegionName"
  41. ],
  42. "members": {
  43. "AccountId": {},
  44. "RegionName": {}
  45. }
  46. }
  47. },
  48. "EnableRegion": {
  49. "http": {
  50. "requestUri": "/enableRegion",
  51. "responseCode": 200
  52. },
  53. "input": {
  54. "type": "structure",
  55. "required": [
  56. "RegionName"
  57. ],
  58. "members": {
  59. "AccountId": {},
  60. "RegionName": {}
  61. }
  62. }
  63. },
  64. "GetAlternateContact": {
  65. "http": {
  66. "requestUri": "/getAlternateContact",
  67. "responseCode": 200
  68. },
  69. "input": {
  70. "type": "structure",
  71. "required": [
  72. "AlternateContactType"
  73. ],
  74. "members": {
  75. "AccountId": {},
  76. "AlternateContactType": {}
  77. }
  78. },
  79. "output": {
  80. "type": "structure",
  81. "members": {
  82. "AlternateContact": {
  83. "type": "structure",
  84. "members": {
  85. "AlternateContactType": {},
  86. "EmailAddress": {
  87. "shape": "Sa"
  88. },
  89. "Name": {
  90. "shape": "Sb"
  91. },
  92. "PhoneNumber": {
  93. "shape": "Sc"
  94. },
  95. "Title": {
  96. "shape": "Sd"
  97. }
  98. }
  99. }
  100. }
  101. }
  102. },
  103. "GetContactInformation": {
  104. "http": {
  105. "requestUri": "/getContactInformation",
  106. "responseCode": 200
  107. },
  108. "input": {
  109. "type": "structure",
  110. "members": {
  111. "AccountId": {}
  112. }
  113. },
  114. "output": {
  115. "type": "structure",
  116. "members": {
  117. "ContactInformation": {
  118. "shape": "Sg"
  119. }
  120. }
  121. }
  122. },
  123. "GetRegionOptStatus": {
  124. "http": {
  125. "requestUri": "/getRegionOptStatus",
  126. "responseCode": 200
  127. },
  128. "input": {
  129. "type": "structure",
  130. "required": [
  131. "RegionName"
  132. ],
  133. "members": {
  134. "AccountId": {},
  135. "RegionName": {}
  136. }
  137. },
  138. "output": {
  139. "type": "structure",
  140. "members": {
  141. "RegionName": {},
  142. "RegionOptStatus": {}
  143. }
  144. }
  145. },
  146. "ListRegions": {
  147. "http": {
  148. "requestUri": "/listRegions",
  149. "responseCode": 200
  150. },
  151. "input": {
  152. "type": "structure",
  153. "members": {
  154. "AccountId": {},
  155. "MaxResults": {
  156. "type": "integer"
  157. },
  158. "NextToken": {},
  159. "RegionOptStatusContains": {
  160. "type": "list",
  161. "member": {}
  162. }
  163. }
  164. },
  165. "output": {
  166. "type": "structure",
  167. "members": {
  168. "NextToken": {},
  169. "Regions": {
  170. "type": "list",
  171. "member": {
  172. "type": "structure",
  173. "members": {
  174. "RegionName": {},
  175. "RegionOptStatus": {}
  176. }
  177. }
  178. }
  179. }
  180. }
  181. },
  182. "PutAlternateContact": {
  183. "http": {
  184. "requestUri": "/putAlternateContact",
  185. "responseCode": 200
  186. },
  187. "input": {
  188. "type": "structure",
  189. "required": [
  190. "AlternateContactType",
  191. "EmailAddress",
  192. "Name",
  193. "PhoneNumber",
  194. "Title"
  195. ],
  196. "members": {
  197. "AccountId": {},
  198. "AlternateContactType": {},
  199. "EmailAddress": {
  200. "shape": "Sa"
  201. },
  202. "Name": {
  203. "shape": "Sb"
  204. },
  205. "PhoneNumber": {
  206. "shape": "Sc"
  207. },
  208. "Title": {
  209. "shape": "Sd"
  210. }
  211. }
  212. },
  213. "idempotent": true
  214. },
  215. "PutContactInformation": {
  216. "http": {
  217. "requestUri": "/putContactInformation",
  218. "responseCode": 200
  219. },
  220. "input": {
  221. "type": "structure",
  222. "required": [
  223. "ContactInformation"
  224. ],
  225. "members": {
  226. "AccountId": {},
  227. "ContactInformation": {
  228. "shape": "Sg"
  229. }
  230. }
  231. },
  232. "idempotent": true
  233. }
  234. },
  235. "shapes": {
  236. "Sa": {
  237. "type": "string",
  238. "sensitive": true
  239. },
  240. "Sb": {
  241. "type": "string",
  242. "sensitive": true
  243. },
  244. "Sc": {
  245. "type": "string",
  246. "sensitive": true
  247. },
  248. "Sd": {
  249. "type": "string",
  250. "sensitive": true
  251. },
  252. "Sg": {
  253. "type": "structure",
  254. "required": [
  255. "AddressLine1",
  256. "City",
  257. "CountryCode",
  258. "FullName",
  259. "PhoneNumber",
  260. "PostalCode"
  261. ],
  262. "members": {
  263. "AddressLine1": {
  264. "shape": "Sh"
  265. },
  266. "AddressLine2": {
  267. "shape": "Sh"
  268. },
  269. "AddressLine3": {
  270. "shape": "Sh"
  271. },
  272. "City": {
  273. "type": "string",
  274. "sensitive": true
  275. },
  276. "CompanyName": {
  277. "type": "string",
  278. "sensitive": true
  279. },
  280. "CountryCode": {
  281. "type": "string",
  282. "sensitive": true
  283. },
  284. "DistrictOrCounty": {
  285. "type": "string",
  286. "sensitive": true
  287. },
  288. "FullName": {
  289. "type": "string",
  290. "sensitive": true
  291. },
  292. "PhoneNumber": {
  293. "type": "string",
  294. "sensitive": true
  295. },
  296. "PostalCode": {
  297. "type": "string",
  298. "sensitive": true
  299. },
  300. "StateOrRegion": {
  301. "type": "string",
  302. "sensitive": true
  303. },
  304. "WebsiteUrl": {
  305. "type": "string",
  306. "sensitive": true
  307. }
  308. }
  309. },
  310. "Sh": {
  311. "type": "string",
  312. "sensitive": true
  313. }
  314. }
  315. }