/api/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php

https://gitlab.com/x33n/respond · PHP · 1159 lines · 1143 code · 2 blank · 14 comment · 0 complexity · dc2d7c79d0845f03cd0b28881e519baa MD5 · raw file

  1. <?php
  2. /**
  3. * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License").
  6. * You may not use this file except in compliance with the License.
  7. * A copy of the License is located at
  8. *
  9. * http://aws.amazon.com/apache2.0
  10. *
  11. * or in the "license" file accompanying this file. This file is distributed
  12. * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
  13. * express or implied. See the License for the specific language governing
  14. * permissions and limitations under the License.
  15. */
  16. return array (
  17. 'apiVersion' => '2010-05-08',
  18. 'endpointPrefix' => 'iam',
  19. 'serviceFullName' => 'AWS Identity and Access Management',
  20. 'serviceAbbreviation' => 'IAM',
  21. 'serviceType' => 'query',
  22. 'globalEndpoint' => 'iam.amazonaws.com',
  23. 'resultWrapped' => true,
  24. 'signatureVersion' => 'v4',
  25. 'namespace' => 'Iam',
  26. 'regions' => array(
  27. 'us-east-1' => array(
  28. 'http' => false,
  29. 'https' => true,
  30. 'hostname' => 'iam.amazonaws.com',
  31. ),
  32. 'us-west-1' => array(
  33. 'http' => false,
  34. 'https' => true,
  35. 'hostname' => 'iam.amazonaws.com',
  36. ),
  37. 'us-west-2' => array(
  38. 'http' => false,
  39. 'https' => true,
  40. 'hostname' => 'iam.amazonaws.com',
  41. ),
  42. 'eu-west-1' => array(
  43. 'http' => false,
  44. 'https' => true,
  45. 'hostname' => 'iam.amazonaws.com',
  46. ),
  47. 'ap-northeast-1' => array(
  48. 'http' => false,
  49. 'https' => true,
  50. 'hostname' => 'iam.amazonaws.com',
  51. ),
  52. 'ap-southeast-1' => array(
  53. 'http' => false,
  54. 'https' => true,
  55. 'hostname' => 'iam.amazonaws.com',
  56. ),
  57. 'ap-southeast-2' => array(
  58. 'http' => false,
  59. 'https' => true,
  60. 'hostname' => 'iam.amazonaws.com',
  61. ),
  62. 'sa-east-1' => array(
  63. 'http' => false,
  64. 'https' => true,
  65. 'hostname' => 'iam.amazonaws.com',
  66. ),
  67. 'cn-north-1' => array(
  68. 'http' => false,
  69. 'https' => true,
  70. 'hostname' => 'iam.cn-north-1.amazonaws.com.cn',
  71. ),
  72. 'us-gov-west-1' => array(
  73. 'http' => false,
  74. 'https' => true,
  75. 'hostname' => 'iam.us-gov.amazonaws.com',
  76. ),
  77. ),
  78. 'operations' => array(
  79. 'AddClientIDToOpenIDConnectProvider' => array(
  80. 'httpMethod' => 'POST',
  81. 'uri' => '/',
  82. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  83. 'responseClass' => 'EmptyOutput',
  84. 'responseType' => 'model',
  85. 'parameters' => array(
  86. 'Action' => array(
  87. 'static' => true,
  88. 'location' => 'aws.query',
  89. 'default' => 'AddClientIDToOpenIDConnectProvider',
  90. ),
  91. 'Version' => array(
  92. 'static' => true,
  93. 'location' => 'aws.query',
  94. 'default' => '2010-05-08',
  95. ),
  96. 'OpenIDConnectProviderArn' => array(
  97. 'required' => true,
  98. 'type' => 'string',
  99. 'location' => 'aws.query',
  100. 'minLength' => 20,
  101. 'maxLength' => 2048,
  102. ),
  103. 'ClientID' => array(
  104. 'required' => true,
  105. 'type' => 'string',
  106. 'location' => 'aws.query',
  107. 'minLength' => 1,
  108. 'maxLength' => 255,
  109. ),
  110. ),
  111. 'errorResponses' => array(
  112. array(
  113. 'reason' => 'The request was rejected because an invalid or out-of-range value was supplied for an input parameter.',
  114. 'class' => 'InvalidInputException',
  115. ),
  116. array(
  117. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  118. 'class' => 'NoSuchEntityException',
  119. ),
  120. array(
  121. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  122. 'class' => 'LimitExceededException',
  123. ),
  124. ),
  125. ),
  126. 'AddRoleToInstanceProfile' => array(
  127. 'httpMethod' => 'POST',
  128. 'uri' => '/',
  129. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  130. 'responseClass' => 'EmptyOutput',
  131. 'responseType' => 'model',
  132. 'parameters' => array(
  133. 'Action' => array(
  134. 'static' => true,
  135. 'location' => 'aws.query',
  136. 'default' => 'AddRoleToInstanceProfile',
  137. ),
  138. 'Version' => array(
  139. 'static' => true,
  140. 'location' => 'aws.query',
  141. 'default' => '2010-05-08',
  142. ),
  143. 'InstanceProfileName' => array(
  144. 'required' => true,
  145. 'type' => 'string',
  146. 'location' => 'aws.query',
  147. 'minLength' => 1,
  148. 'maxLength' => 128,
  149. ),
  150. 'RoleName' => array(
  151. 'required' => true,
  152. 'type' => 'string',
  153. 'location' => 'aws.query',
  154. 'minLength' => 1,
  155. 'maxLength' => 64,
  156. ),
  157. ),
  158. 'errorResponses' => array(
  159. array(
  160. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  161. 'class' => 'NoSuchEntityException',
  162. ),
  163. array(
  164. 'reason' => 'The request was rejected because it attempted to create a resource that already exists.',
  165. 'class' => 'EntityAlreadyExistsException',
  166. ),
  167. array(
  168. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  169. 'class' => 'LimitExceededException',
  170. ),
  171. ),
  172. ),
  173. 'AddUserToGroup' => array(
  174. 'httpMethod' => 'POST',
  175. 'uri' => '/',
  176. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  177. 'responseClass' => 'EmptyOutput',
  178. 'responseType' => 'model',
  179. 'parameters' => array(
  180. 'Action' => array(
  181. 'static' => true,
  182. 'location' => 'aws.query',
  183. 'default' => 'AddUserToGroup',
  184. ),
  185. 'Version' => array(
  186. 'static' => true,
  187. 'location' => 'aws.query',
  188. 'default' => '2010-05-08',
  189. ),
  190. 'GroupName' => array(
  191. 'required' => true,
  192. 'type' => 'string',
  193. 'location' => 'aws.query',
  194. 'minLength' => 1,
  195. 'maxLength' => 128,
  196. ),
  197. 'UserName' => array(
  198. 'required' => true,
  199. 'type' => 'string',
  200. 'location' => 'aws.query',
  201. 'minLength' => 1,
  202. 'maxLength' => 128,
  203. ),
  204. ),
  205. 'errorResponses' => array(
  206. array(
  207. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  208. 'class' => 'NoSuchEntityException',
  209. ),
  210. array(
  211. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  212. 'class' => 'LimitExceededException',
  213. ),
  214. ),
  215. ),
  216. 'ChangePassword' => array(
  217. 'httpMethod' => 'POST',
  218. 'uri' => '/',
  219. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  220. 'responseClass' => 'EmptyOutput',
  221. 'responseType' => 'model',
  222. 'parameters' => array(
  223. 'Action' => array(
  224. 'static' => true,
  225. 'location' => 'aws.query',
  226. 'default' => 'ChangePassword',
  227. ),
  228. 'Version' => array(
  229. 'static' => true,
  230. 'location' => 'aws.query',
  231. 'default' => '2010-05-08',
  232. ),
  233. 'OldPassword' => array(
  234. 'required' => true,
  235. 'type' => 'string',
  236. 'location' => 'aws.query',
  237. 'minLength' => 1,
  238. 'maxLength' => 128,
  239. ),
  240. 'NewPassword' => array(
  241. 'required' => true,
  242. 'type' => 'string',
  243. 'location' => 'aws.query',
  244. 'minLength' => 1,
  245. 'maxLength' => 128,
  246. ),
  247. ),
  248. 'errorResponses' => array(
  249. array(
  250. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  251. 'class' => 'NoSuchEntityException',
  252. ),
  253. array(
  254. 'reason' => 'The request was rejected because the type of user for the transaction was incorrect.',
  255. 'class' => 'InvalidUserTypeException',
  256. ),
  257. array(
  258. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  259. 'class' => 'LimitExceededException',
  260. ),
  261. array(
  262. 'reason' => 'The request was rejected because it referenced an entity that is temporarily unmodifiable, such as a user name that was deleted and then recreated. The error indicates that the request is likely to succeed if you try again after waiting several minutes. The error message describes the entity.',
  263. 'class' => 'EntityTemporarilyUnmodifiableException',
  264. ),
  265. array(
  266. 'reason' => 'The request was rejected because the provided password did not meet the requirements imposed by the account password policy.',
  267. 'class' => 'PasswordPolicyViolationException',
  268. ),
  269. ),
  270. ),
  271. 'CreateAccessKey' => array(
  272. 'httpMethod' => 'POST',
  273. 'uri' => '/',
  274. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  275. 'responseClass' => 'CreateAccessKeyResponse',
  276. 'responseType' => 'model',
  277. 'parameters' => array(
  278. 'Action' => array(
  279. 'static' => true,
  280. 'location' => 'aws.query',
  281. 'default' => 'CreateAccessKey',
  282. ),
  283. 'Version' => array(
  284. 'static' => true,
  285. 'location' => 'aws.query',
  286. 'default' => '2010-05-08',
  287. ),
  288. 'UserName' => array(
  289. 'type' => 'string',
  290. 'location' => 'aws.query',
  291. 'minLength' => 1,
  292. 'maxLength' => 128,
  293. ),
  294. ),
  295. 'errorResponses' => array(
  296. array(
  297. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  298. 'class' => 'NoSuchEntityException',
  299. ),
  300. array(
  301. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  302. 'class' => 'LimitExceededException',
  303. ),
  304. ),
  305. ),
  306. 'CreateAccountAlias' => array(
  307. 'httpMethod' => 'POST',
  308. 'uri' => '/',
  309. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  310. 'responseClass' => 'EmptyOutput',
  311. 'responseType' => 'model',
  312. 'parameters' => array(
  313. 'Action' => array(
  314. 'static' => true,
  315. 'location' => 'aws.query',
  316. 'default' => 'CreateAccountAlias',
  317. ),
  318. 'Version' => array(
  319. 'static' => true,
  320. 'location' => 'aws.query',
  321. 'default' => '2010-05-08',
  322. ),
  323. 'AccountAlias' => array(
  324. 'required' => true,
  325. 'type' => 'string',
  326. 'location' => 'aws.query',
  327. 'minLength' => 3,
  328. 'maxLength' => 63,
  329. ),
  330. ),
  331. 'errorResponses' => array(
  332. array(
  333. 'reason' => 'The request was rejected because it attempted to create a resource that already exists.',
  334. 'class' => 'EntityAlreadyExistsException',
  335. ),
  336. array(
  337. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  338. 'class' => 'LimitExceededException',
  339. ),
  340. ),
  341. ),
  342. 'CreateGroup' => array(
  343. 'httpMethod' => 'POST',
  344. 'uri' => '/',
  345. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  346. 'responseClass' => 'CreateGroupResponse',
  347. 'responseType' => 'model',
  348. 'parameters' => array(
  349. 'Action' => array(
  350. 'static' => true,
  351. 'location' => 'aws.query',
  352. 'default' => 'CreateGroup',
  353. ),
  354. 'Version' => array(
  355. 'static' => true,
  356. 'location' => 'aws.query',
  357. 'default' => '2010-05-08',
  358. ),
  359. 'Path' => array(
  360. 'type' => 'string',
  361. 'location' => 'aws.query',
  362. 'minLength' => 1,
  363. 'maxLength' => 512,
  364. ),
  365. 'GroupName' => array(
  366. 'required' => true,
  367. 'type' => 'string',
  368. 'location' => 'aws.query',
  369. 'minLength' => 1,
  370. 'maxLength' => 128,
  371. ),
  372. ),
  373. 'errorResponses' => array(
  374. array(
  375. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  376. 'class' => 'LimitExceededException',
  377. ),
  378. array(
  379. 'reason' => 'The request was rejected because it attempted to create a resource that already exists.',
  380. 'class' => 'EntityAlreadyExistsException',
  381. ),
  382. array(
  383. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  384. 'class' => 'NoSuchEntityException',
  385. ),
  386. ),
  387. ),
  388. 'CreateInstanceProfile' => array(
  389. 'httpMethod' => 'POST',
  390. 'uri' => '/',
  391. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  392. 'responseClass' => 'CreateInstanceProfileResponse',
  393. 'responseType' => 'model',
  394. 'parameters' => array(
  395. 'Action' => array(
  396. 'static' => true,
  397. 'location' => 'aws.query',
  398. 'default' => 'CreateInstanceProfile',
  399. ),
  400. 'Version' => array(
  401. 'static' => true,
  402. 'location' => 'aws.query',
  403. 'default' => '2010-05-08',
  404. ),
  405. 'InstanceProfileName' => array(
  406. 'required' => true,
  407. 'type' => 'string',
  408. 'location' => 'aws.query',
  409. 'minLength' => 1,
  410. 'maxLength' => 128,
  411. ),
  412. 'Path' => array(
  413. 'type' => 'string',
  414. 'location' => 'aws.query',
  415. 'minLength' => 1,
  416. 'maxLength' => 512,
  417. ),
  418. ),
  419. 'errorResponses' => array(
  420. array(
  421. 'reason' => 'The request was rejected because it attempted to create a resource that already exists.',
  422. 'class' => 'EntityAlreadyExistsException',
  423. ),
  424. array(
  425. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  426. 'class' => 'LimitExceededException',
  427. ),
  428. ),
  429. ),
  430. 'CreateLoginProfile' => array(
  431. 'httpMethod' => 'POST',
  432. 'uri' => '/',
  433. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  434. 'responseClass' => 'CreateLoginProfileResponse',
  435. 'responseType' => 'model',
  436. 'parameters' => array(
  437. 'Action' => array(
  438. 'static' => true,
  439. 'location' => 'aws.query',
  440. 'default' => 'CreateLoginProfile',
  441. ),
  442. 'Version' => array(
  443. 'static' => true,
  444. 'location' => 'aws.query',
  445. 'default' => '2010-05-08',
  446. ),
  447. 'UserName' => array(
  448. 'required' => true,
  449. 'type' => 'string',
  450. 'location' => 'aws.query',
  451. 'minLength' => 1,
  452. 'maxLength' => 64,
  453. ),
  454. 'Password' => array(
  455. 'required' => true,
  456. 'type' => 'string',
  457. 'location' => 'aws.query',
  458. 'minLength' => 1,
  459. 'maxLength' => 128,
  460. ),
  461. 'PasswordResetRequired' => array(
  462. 'type' => 'boolean',
  463. 'format' => 'boolean-string',
  464. 'location' => 'aws.query',
  465. ),
  466. ),
  467. 'errorResponses' => array(
  468. array(
  469. 'reason' => 'The request was rejected because it attempted to create a resource that already exists.',
  470. 'class' => 'EntityAlreadyExistsException',
  471. ),
  472. array(
  473. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  474. 'class' => 'NoSuchEntityException',
  475. ),
  476. array(
  477. 'reason' => 'The request was rejected because the provided password did not meet the requirements imposed by the account password policy.',
  478. 'class' => 'PasswordPolicyViolationException',
  479. ),
  480. array(
  481. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  482. 'class' => 'LimitExceededException',
  483. ),
  484. ),
  485. ),
  486. 'CreateOpenIDConnectProvider' => array(
  487. 'httpMethod' => 'POST',
  488. 'uri' => '/',
  489. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  490. 'responseClass' => 'CreateOpenIDConnectProviderResponse',
  491. 'responseType' => 'model',
  492. 'parameters' => array(
  493. 'Action' => array(
  494. 'static' => true,
  495. 'location' => 'aws.query',
  496. 'default' => 'CreateOpenIDConnectProvider',
  497. ),
  498. 'Version' => array(
  499. 'static' => true,
  500. 'location' => 'aws.query',
  501. 'default' => '2010-05-08',
  502. ),
  503. 'Url' => array(
  504. 'required' => true,
  505. 'type' => 'string',
  506. 'location' => 'aws.query',
  507. 'minLength' => 1,
  508. 'maxLength' => 255,
  509. ),
  510. 'ClientIDList' => array(
  511. 'type' => 'array',
  512. 'location' => 'aws.query',
  513. 'sentAs' => 'ClientIDList.member',
  514. 'items' => array(
  515. 'name' => 'clientIDType',
  516. 'type' => 'string',
  517. 'minLength' => 1,
  518. 'maxLength' => 255,
  519. ),
  520. ),
  521. 'ThumbprintList' => array(
  522. 'required' => true,
  523. 'type' => 'array',
  524. 'location' => 'aws.query',
  525. 'sentAs' => 'ThumbprintList.member',
  526. 'items' => array(
  527. 'name' => 'thumbprintType',
  528. 'type' => 'string',
  529. 'minLength' => 40,
  530. 'maxLength' => 40,
  531. ),
  532. ),
  533. ),
  534. 'errorResponses' => array(
  535. array(
  536. 'reason' => 'The request was rejected because an invalid or out-of-range value was supplied for an input parameter.',
  537. 'class' => 'InvalidInputException',
  538. ),
  539. array(
  540. 'reason' => 'The request was rejected because it attempted to create a resource that already exists.',
  541. 'class' => 'EntityAlreadyExistsException',
  542. ),
  543. array(
  544. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  545. 'class' => 'LimitExceededException',
  546. ),
  547. ),
  548. ),
  549. 'CreateRole' => array(
  550. 'httpMethod' => 'POST',
  551. 'uri' => '/',
  552. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  553. 'responseClass' => 'CreateRoleResponse',
  554. 'responseType' => 'model',
  555. 'parameters' => array(
  556. 'Action' => array(
  557. 'static' => true,
  558. 'location' => 'aws.query',
  559. 'default' => 'CreateRole',
  560. ),
  561. 'Version' => array(
  562. 'static' => true,
  563. 'location' => 'aws.query',
  564. 'default' => '2010-05-08',
  565. ),
  566. 'Path' => array(
  567. 'type' => 'string',
  568. 'location' => 'aws.query',
  569. 'minLength' => 1,
  570. 'maxLength' => 512,
  571. ),
  572. 'RoleName' => array(
  573. 'required' => true,
  574. 'type' => 'string',
  575. 'location' => 'aws.query',
  576. 'minLength' => 1,
  577. 'maxLength' => 64,
  578. ),
  579. 'AssumeRolePolicyDocument' => array(
  580. 'required' => true,
  581. 'type' => 'string',
  582. 'location' => 'aws.query',
  583. 'minLength' => 1,
  584. 'maxLength' => 131072,
  585. ),
  586. ),
  587. 'errorResponses' => array(
  588. array(
  589. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  590. 'class' => 'LimitExceededException',
  591. ),
  592. array(
  593. 'reason' => 'The request was rejected because it attempted to create a resource that already exists.',
  594. 'class' => 'EntityAlreadyExistsException',
  595. ),
  596. array(
  597. 'reason' => 'The request was rejected because the policy document was malformed. The error message describes the specific error.',
  598. 'class' => 'MalformedPolicyDocumentException',
  599. ),
  600. ),
  601. ),
  602. 'CreateSAMLProvider' => array(
  603. 'httpMethod' => 'POST',
  604. 'uri' => '/',
  605. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  606. 'responseClass' => 'CreateSAMLProviderResponse',
  607. 'responseType' => 'model',
  608. 'parameters' => array(
  609. 'Action' => array(
  610. 'static' => true,
  611. 'location' => 'aws.query',
  612. 'default' => 'CreateSAMLProvider',
  613. ),
  614. 'Version' => array(
  615. 'static' => true,
  616. 'location' => 'aws.query',
  617. 'default' => '2010-05-08',
  618. ),
  619. 'SAMLMetadataDocument' => array(
  620. 'required' => true,
  621. 'type' => 'string',
  622. 'location' => 'aws.query',
  623. 'minLength' => 1000,
  624. 'maxLength' => 10000000,
  625. ),
  626. 'Name' => array(
  627. 'required' => true,
  628. 'type' => 'string',
  629. 'location' => 'aws.query',
  630. 'minLength' => 1,
  631. 'maxLength' => 128,
  632. ),
  633. ),
  634. 'errorResponses' => array(
  635. array(
  636. 'reason' => 'The request was rejected because an invalid or out-of-range value was supplied for an input parameter.',
  637. 'class' => 'InvalidInputException',
  638. ),
  639. array(
  640. 'reason' => 'The request was rejected because it attempted to create a resource that already exists.',
  641. 'class' => 'EntityAlreadyExistsException',
  642. ),
  643. array(
  644. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  645. 'class' => 'LimitExceededException',
  646. ),
  647. ),
  648. ),
  649. 'CreateUser' => array(
  650. 'httpMethod' => 'POST',
  651. 'uri' => '/',
  652. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  653. 'responseClass' => 'CreateUserResponse',
  654. 'responseType' => 'model',
  655. 'parameters' => array(
  656. 'Action' => array(
  657. 'static' => true,
  658. 'location' => 'aws.query',
  659. 'default' => 'CreateUser',
  660. ),
  661. 'Version' => array(
  662. 'static' => true,
  663. 'location' => 'aws.query',
  664. 'default' => '2010-05-08',
  665. ),
  666. 'Path' => array(
  667. 'type' => 'string',
  668. 'location' => 'aws.query',
  669. 'minLength' => 1,
  670. 'maxLength' => 512,
  671. ),
  672. 'UserName' => array(
  673. 'required' => true,
  674. 'type' => 'string',
  675. 'location' => 'aws.query',
  676. 'minLength' => 1,
  677. 'maxLength' => 64,
  678. ),
  679. ),
  680. 'errorResponses' => array(
  681. array(
  682. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  683. 'class' => 'LimitExceededException',
  684. ),
  685. array(
  686. 'reason' => 'The request was rejected because it attempted to create a resource that already exists.',
  687. 'class' => 'EntityAlreadyExistsException',
  688. ),
  689. array(
  690. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  691. 'class' => 'NoSuchEntityException',
  692. ),
  693. ),
  694. ),
  695. 'CreateVirtualMFADevice' => array(
  696. 'httpMethod' => 'POST',
  697. 'uri' => '/',
  698. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  699. 'responseClass' => 'CreateVirtualMFADeviceResponse',
  700. 'responseType' => 'model',
  701. 'parameters' => array(
  702. 'Action' => array(
  703. 'static' => true,
  704. 'location' => 'aws.query',
  705. 'default' => 'CreateVirtualMFADevice',
  706. ),
  707. 'Version' => array(
  708. 'static' => true,
  709. 'location' => 'aws.query',
  710. 'default' => '2010-05-08',
  711. ),
  712. 'Path' => array(
  713. 'type' => 'string',
  714. 'location' => 'aws.query',
  715. 'minLength' => 1,
  716. 'maxLength' => 512,
  717. ),
  718. 'VirtualMFADeviceName' => array(
  719. 'required' => true,
  720. 'type' => 'string',
  721. 'location' => 'aws.query',
  722. 'minLength' => 1,
  723. ),
  724. ),
  725. 'errorResponses' => array(
  726. array(
  727. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  728. 'class' => 'LimitExceededException',
  729. ),
  730. array(
  731. 'reason' => 'The request was rejected because it attempted to create a resource that already exists.',
  732. 'class' => 'EntityAlreadyExistsException',
  733. ),
  734. ),
  735. ),
  736. 'DeactivateMFADevice' => array(
  737. 'httpMethod' => 'POST',
  738. 'uri' => '/',
  739. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  740. 'responseClass' => 'EmptyOutput',
  741. 'responseType' => 'model',
  742. 'parameters' => array(
  743. 'Action' => array(
  744. 'static' => true,
  745. 'location' => 'aws.query',
  746. 'default' => 'DeactivateMFADevice',
  747. ),
  748. 'Version' => array(
  749. 'static' => true,
  750. 'location' => 'aws.query',
  751. 'default' => '2010-05-08',
  752. ),
  753. 'UserName' => array(
  754. 'required' => true,
  755. 'type' => 'string',
  756. 'location' => 'aws.query',
  757. 'minLength' => 1,
  758. 'maxLength' => 128,
  759. ),
  760. 'SerialNumber' => array(
  761. 'required' => true,
  762. 'type' => 'string',
  763. 'location' => 'aws.query',
  764. 'minLength' => 9,
  765. 'maxLength' => 256,
  766. ),
  767. ),
  768. 'errorResponses' => array(
  769. array(
  770. 'reason' => 'The request was rejected because it referenced an entity that is temporarily unmodifiable, such as a user name that was deleted and then recreated. The error indicates that the request is likely to succeed if you try again after waiting several minutes. The error message describes the entity.',
  771. 'class' => 'EntityTemporarilyUnmodifiableException',
  772. ),
  773. array(
  774. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  775. 'class' => 'NoSuchEntityException',
  776. ),
  777. array(
  778. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  779. 'class' => 'LimitExceededException',
  780. ),
  781. ),
  782. ),
  783. 'DeleteAccessKey' => array(
  784. 'httpMethod' => 'POST',
  785. 'uri' => '/',
  786. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  787. 'responseClass' => 'EmptyOutput',
  788. 'responseType' => 'model',
  789. 'parameters' => array(
  790. 'Action' => array(
  791. 'static' => true,
  792. 'location' => 'aws.query',
  793. 'default' => 'DeleteAccessKey',
  794. ),
  795. 'Version' => array(
  796. 'static' => true,
  797. 'location' => 'aws.query',
  798. 'default' => '2010-05-08',
  799. ),
  800. 'UserName' => array(
  801. 'type' => 'string',
  802. 'location' => 'aws.query',
  803. 'minLength' => 1,
  804. 'maxLength' => 128,
  805. ),
  806. 'AccessKeyId' => array(
  807. 'required' => true,
  808. 'type' => 'string',
  809. 'location' => 'aws.query',
  810. 'minLength' => 16,
  811. 'maxLength' => 32,
  812. ),
  813. ),
  814. 'errorResponses' => array(
  815. array(
  816. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  817. 'class' => 'NoSuchEntityException',
  818. ),
  819. array(
  820. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  821. 'class' => 'LimitExceededException',
  822. ),
  823. ),
  824. ),
  825. 'DeleteAccountAlias' => array(
  826. 'httpMethod' => 'POST',
  827. 'uri' => '/',
  828. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  829. 'responseClass' => 'EmptyOutput',
  830. 'responseType' => 'model',
  831. 'parameters' => array(
  832. 'Action' => array(
  833. 'static' => true,
  834. 'location' => 'aws.query',
  835. 'default' => 'DeleteAccountAlias',
  836. ),
  837. 'Version' => array(
  838. 'static' => true,
  839. 'location' => 'aws.query',
  840. 'default' => '2010-05-08',
  841. ),
  842. 'AccountAlias' => array(
  843. 'required' => true,
  844. 'type' => 'string',
  845. 'location' => 'aws.query',
  846. 'minLength' => 3,
  847. 'maxLength' => 63,
  848. ),
  849. ),
  850. 'errorResponses' => array(
  851. array(
  852. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  853. 'class' => 'NoSuchEntityException',
  854. ),
  855. array(
  856. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  857. 'class' => 'LimitExceededException',
  858. ),
  859. ),
  860. ),
  861. 'DeleteAccountPasswordPolicy' => array(
  862. 'httpMethod' => 'POST',
  863. 'uri' => '/',
  864. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  865. 'responseClass' => 'EmptyOutput',
  866. 'responseType' => 'model',
  867. 'parameters' => array(
  868. 'Action' => array(
  869. 'static' => true,
  870. 'location' => 'aws.query',
  871. 'default' => 'DeleteAccountPasswordPolicy',
  872. ),
  873. 'Version' => array(
  874. 'static' => true,
  875. 'location' => 'aws.query',
  876. 'default' => '2010-05-08',
  877. ),
  878. ),
  879. 'errorResponses' => array(
  880. array(
  881. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  882. 'class' => 'NoSuchEntityException',
  883. ),
  884. array(
  885. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  886. 'class' => 'LimitExceededException',
  887. ),
  888. ),
  889. ),
  890. 'DeleteGroup' => array(
  891. 'httpMethod' => 'POST',
  892. 'uri' => '/',
  893. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  894. 'responseClass' => 'EmptyOutput',
  895. 'responseType' => 'model',
  896. 'parameters' => array(
  897. 'Action' => array(
  898. 'static' => true,
  899. 'location' => 'aws.query',
  900. 'default' => 'DeleteGroup',
  901. ),
  902. 'Version' => array(
  903. 'static' => true,
  904. 'location' => 'aws.query',
  905. 'default' => '2010-05-08',
  906. ),
  907. 'GroupName' => array(
  908. 'required' => true,
  909. 'type' => 'string',
  910. 'location' => 'aws.query',
  911. 'minLength' => 1,
  912. 'maxLength' => 128,
  913. ),
  914. ),
  915. 'errorResponses' => array(
  916. array(
  917. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  918. 'class' => 'NoSuchEntityException',
  919. ),
  920. array(
  921. 'reason' => 'The request was rejected because it attempted to delete a resource that has attached subordinate entities. The error message describes these entities.',
  922. 'class' => 'DeleteConflictException',
  923. ),
  924. array(
  925. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  926. 'class' => 'LimitExceededException',
  927. ),
  928. ),
  929. ),
  930. 'DeleteGroupPolicy' => array(
  931. 'httpMethod' => 'POST',
  932. 'uri' => '/',
  933. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  934. 'responseClass' => 'EmptyOutput',
  935. 'responseType' => 'model',
  936. 'parameters' => array(
  937. 'Action' => array(
  938. 'static' => true,
  939. 'location' => 'aws.query',
  940. 'default' => 'DeleteGroupPolicy',
  941. ),
  942. 'Version' => array(
  943. 'static' => true,
  944. 'location' => 'aws.query',
  945. 'default' => '2010-05-08',
  946. ),
  947. 'GroupName' => array(
  948. 'required' => true,
  949. 'type' => 'string',
  950. 'location' => 'aws.query',
  951. 'minLength' => 1,
  952. 'maxLength' => 128,
  953. ),
  954. 'PolicyName' => array(
  955. 'required' => true,
  956. 'type' => 'string',
  957. 'location' => 'aws.query',
  958. 'minLength' => 1,
  959. 'maxLength' => 128,
  960. ),
  961. ),
  962. 'errorResponses' => array(
  963. array(
  964. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  965. 'class' => 'NoSuchEntityException',
  966. ),
  967. array(
  968. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  969. 'class' => 'LimitExceededException',
  970. ),
  971. ),
  972. ),
  973. 'DeleteInstanceProfile' => array(
  974. 'httpMethod' => 'POST',
  975. 'uri' => '/',
  976. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  977. 'responseClass' => 'EmptyOutput',
  978. 'responseType' => 'model',
  979. 'parameters' => array(
  980. 'Action' => array(
  981. 'static' => true,
  982. 'location' => 'aws.query',
  983. 'default' => 'DeleteInstanceProfile',
  984. ),
  985. 'Version' => array(
  986. 'static' => true,
  987. 'location' => 'aws.query',
  988. 'default' => '2010-05-08',
  989. ),
  990. 'InstanceProfileName' => array(
  991. 'required' => true,
  992. 'type' => 'string',
  993. 'location' => 'aws.query',
  994. 'minLength' => 1,
  995. 'maxLength' => 128,
  996. ),
  997. ),
  998. 'errorResponses' => array(
  999. array(
  1000. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  1001. 'class' => 'NoSuchEntityException',
  1002. ),
  1003. array(
  1004. 'reason' => 'The request was rejected because it attempted to delete a resource that has attached subordinate entities. The error message describes these entities.',
  1005. 'class' => 'DeleteConflictException',
  1006. ),
  1007. array(
  1008. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  1009. 'class' => 'LimitExceededException',
  1010. ),
  1011. ),
  1012. ),
  1013. 'DeleteLoginProfile' => array(
  1014. 'httpMethod' => 'POST',
  1015. 'uri' => '/',
  1016. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  1017. 'responseClass' => 'EmptyOutput',
  1018. 'responseType' => 'model',
  1019. 'parameters' => array(
  1020. 'Action' => array(
  1021. 'static' => true,
  1022. 'location' => 'aws.query',
  1023. 'default' => 'DeleteLoginProfile',
  1024. ),
  1025. 'Version' => array(
  1026. 'static' => true,
  1027. 'location' => 'aws.query',
  1028. 'default' => '2010-05-08',
  1029. ),
  1030. 'UserName' => array(
  1031. 'required' => true,
  1032. 'type' => 'string',
  1033. 'location' => 'aws.query',
  1034. 'minLength' => 1,
  1035. 'maxLength' => 64,
  1036. ),
  1037. ),
  1038. 'errorResponses' => array(
  1039. array(
  1040. 'reason' => 'The request was rejected because it referenced an entity that is temporarily unmodifiable, such as a user name that was deleted and then recreated. The error indicates that the request is likely to succeed if you try again after waiting several minutes. The error message describes the entity.',
  1041. 'class' => 'EntityTemporarilyUnmodifiableException',
  1042. ),
  1043. array(
  1044. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  1045. 'class' => 'NoSuchEntityException',
  1046. ),
  1047. array(
  1048. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  1049. 'class' => 'LimitExceededException',
  1050. ),
  1051. ),
  1052. ),
  1053. 'DeleteOpenIDConnectProvider' => array(
  1054. 'httpMethod' => 'POST',
  1055. 'uri' => '/',
  1056. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  1057. 'responseClass' => 'EmptyOutput',
  1058. 'responseType' => 'model',
  1059. 'parameters' => array(
  1060. 'Action' => array(
  1061. 'static' => true,
  1062. 'location' => 'aws.query',
  1063. 'default' => 'DeleteOpenIDConnectProvider',
  1064. ),
  1065. 'Version' => array(
  1066. 'static' => true,
  1067. 'location' => 'aws.query',
  1068. 'default' => '2010-05-08',
  1069. ),
  1070. 'OpenIDConnectProviderArn' => array(
  1071. 'required' => true,
  1072. 'type' => 'string',
  1073. 'location' => 'aws.query',
  1074. 'minLength' => 20,
  1075. 'maxLength' => 2048,
  1076. ),
  1077. ),
  1078. 'errorResponses' => array(
  1079. array(
  1080. 'reason' => 'The request was rejected because an invalid or out-of-range value was supplied for an input parameter.',
  1081. 'class' => 'InvalidInputException',
  1082. ),
  1083. array(
  1084. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  1085. 'class' => 'NoSuchEntityException',
  1086. ),
  1087. ),
  1088. ),
  1089. 'DeleteRole' => array(
  1090. 'httpMethod' => 'POST',
  1091. 'uri' => '/',
  1092. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  1093. 'responseClass' => 'EmptyOutput',
  1094. 'responseType' => 'model',
  1095. 'parameters' => array(
  1096. 'Action' => array(
  1097. 'static' => true,
  1098. 'location' => 'aws.query',
  1099. 'default' => 'DeleteRole',
  1100. ),
  1101. 'Version' => array(
  1102. 'static' => true,
  1103. 'location' => 'aws.query',
  1104. 'default' => '2010-05-08',
  1105. ),
  1106. 'RoleName' => array(
  1107. 'required' => true,
  1108. 'type' => 'string',
  1109. 'location' => 'aws.query',
  1110. 'minLength' => 1,
  1111. 'maxLength' => 64,
  1112. ),
  1113. ),
  1114. 'errorResponses' => array(
  1115. array(
  1116. 'reason' => 'The request was rejected because it referenced an entity that does not exist. The error message describes the entity.',
  1117. 'class' => 'NoSuchEntityException',
  1118. ),
  1119. array(
  1120. 'reason' => 'The request was rejected because it attempted to delete a resource that has attached subordinate entities. The error message describes these entities.',
  1121. 'class' => 'DeleteConflictException',
  1122. ),
  1123. array(
  1124. 'reason' => 'The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.',
  1125. 'class' => 'LimitExceededException',
  1126. ),
  1127. ),
  1128. ),
  1129. 'DeleteRolePolicy' => array(
  1130. 'httpMethod' => 'POST',
  1131. 'uri' => '/',
  1132. 'class' => 'Aws\\Common\\Command\\QueryCommand',
  1133. 'responseClass' => 'EmptyOutput',
  1134. 'responseType' => 'model',
  1135. 'parameters' => array(
  1136. 'Action' => array(
  1137. 'static' => true,
  1138. 'location' => 'aws.query',
  1139. 'default' => 'DeleteRolePolicy',
  1140. ),
  1141. 'Version' => array(
  1142. 'static' => true,
  1143. 'location' => 'aws.query',
  1144. 'default' => '2010-05-08',
  1145. ),
  1146. 'RoleName' => array(
  1147. 'required' => true,
  1148. 'type' => 'string',
  1149. 'location' => 'aws.query',
  1150. 'minLength' => 1,
  1151. 'maxLength' => 64,
  1152. ),
  1153. 'PolicyName' => array(
  1154. 'required' => true,
  1155. 'type' => 'string',
  1156. 'location' => 'aws.query',
  1157. 'minLength' => 1,