aws-sdk-core 2.9.44 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (630) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -0
  3. data/lib/aws-sdk-core/client_stubs.rb +1 -2
  4. data/lib/aws-sdk-core/credential_provider.rb +2 -0
  5. data/lib/aws-sdk-core/credential_provider_chain.rb +2 -1
  6. data/lib/aws-sdk-core/errors.rb +19 -8
  7. data/lib/aws-sdk-core/ini_parser.rb +1 -0
  8. data/lib/aws-sdk-core/json/handler.rb +3 -2
  9. data/lib/aws-sdk-core/json/parser.rb +1 -1
  10. data/lib/aws-sdk-core/json.rb +4 -5
  11. data/lib/aws-sdk-core/log/param_filter.rb +4 -3
  12. data/lib/aws-sdk-core/pageable_response.rb +1 -0
  13. data/lib/aws-sdk-core/pager.rb +30 -25
  14. data/lib/aws-sdk-core/param_converter.rb +3 -3
  15. data/lib/aws-sdk-core/param_validator.rb +10 -4
  16. data/lib/aws-sdk-core/plugins/credentials_configuration.rb +62 -0
  17. data/lib/aws-sdk-core/plugins/global_configuration.rb +19 -10
  18. data/lib/aws-sdk-core/plugins/idempotency_token.rb +1 -2
  19. data/lib/aws-sdk-core/plugins/logging.rb +18 -18
  20. data/lib/aws-sdk-core/plugins/param_converter.rb +9 -5
  21. data/lib/aws-sdk-core/plugins/param_validator.rb +8 -5
  22. data/lib/aws-sdk-core/plugins/protocols/ec2.rb +2 -1
  23. data/lib/aws-sdk-core/plugins/protocols/json_rpc.rb +13 -12
  24. data/lib/aws-sdk-core/plugins/protocols/query.rb +2 -2
  25. data/lib/aws-sdk-core/plugins/regional_endpoint.rb +23 -15
  26. data/lib/aws-sdk-core/plugins/response_paging.rb +5 -18
  27. data/lib/aws-sdk-core/plugins/retry_errors.rb +11 -8
  28. data/lib/aws-sdk-core/plugins/signature_v2.rb +51 -0
  29. data/lib/aws-sdk-core/plugins/signature_v4.rb +139 -0
  30. data/lib/aws-sdk-core/plugins/stub_responses.rb +13 -11
  31. data/lib/aws-sdk-core/plugins/user_agent.rb +17 -6
  32. data/lib/aws-sdk-core/query/handler.rb +15 -16
  33. data/lib/aws-sdk-core/query/param_builder.rb +1 -1
  34. data/lib/aws-sdk-core/query.rb +5 -0
  35. data/lib/aws-sdk-core/resources/collection.rb +121 -0
  36. data/lib/aws-sdk-core/rest/handler.rb +1 -0
  37. data/lib/aws-sdk-core/rest/response/parser.rb +14 -14
  38. data/lib/aws-sdk-core/rest.rb +10 -0
  39. data/lib/aws-sdk-core/shared_config.rb +1 -1
  40. data/lib/aws-sdk-core/shared_credentials.rb +2 -0
  41. data/lib/aws-sdk-core/structure.rb +17 -12
  42. data/lib/aws-sdk-core/stubbing/data_applicator.rb +1 -1
  43. data/lib/aws-sdk-core/stubbing/empty_stub.rb +6 -2
  44. data/lib/aws-sdk-core/stubbing/protocols/ec2.rb +1 -1
  45. data/lib/aws-sdk-core/stubbing/stub_data.rb +4 -0
  46. data/lib/aws-sdk-core/util.rb +39 -0
  47. data/lib/aws-sdk-core/version.rb +1 -1
  48. data/lib/aws-sdk-core/waiters/poller.rb +5 -9
  49. data/lib/aws-sdk-core/waiters/waiter.rb +1 -0
  50. data/lib/aws-sdk-core/waiters.rb +3 -0
  51. data/lib/aws-sdk-core/xml/builder.rb +2 -2
  52. data/lib/aws-sdk-core/xml/error_handler.rb +1 -2
  53. data/lib/aws-sdk-core/xml/parser/frame.rb +4 -4
  54. data/lib/aws-sdk-core/xml/parser.rb +1 -11
  55. data/lib/aws-sdk-core/xml.rb +9 -0
  56. data/lib/aws-sdk-core.rb +66 -454
  57. data/lib/aws-sdk-sts/client.rb +1439 -0
  58. data/lib/aws-sdk-sts/client_api.rb +264 -0
  59. data/lib/aws-sdk-sts/customizations.rb +0 -0
  60. data/lib/aws-sdk-sts/errors.rb +14 -0
  61. data/lib/aws-sdk-sts/resource.rb +23 -0
  62. data/lib/aws-sdk-sts/types.rb +919 -0
  63. data/lib/aws-sdk-sts.rb +45 -0
  64. data/lib/seahorse/client/base.rb +1 -7
  65. data/lib/seahorse/client/logging/formatter.rb +2 -0
  66. data/lib/seahorse/client/logging/handler.rb +2 -0
  67. data/lib/seahorse/client/net_http/connection_pool.rb +3 -0
  68. data/lib/seahorse/client/net_http/handler.rb +2 -0
  69. data/lib/seahorse/client/net_http/patches.rb +1 -0
  70. data/lib/seahorse/client/plugin.rb +66 -6
  71. data/lib/seahorse/client/plugins/endpoint.rb +14 -10
  72. data/lib/seahorse/client/plugins/logging.rb +17 -19
  73. data/lib/seahorse/client/plugins/net_http.rb +23 -15
  74. data/lib/seahorse/client/plugins/raise_response_errors.rb +4 -4
  75. data/lib/seahorse/client/plugins/response_target.rb +2 -0
  76. data/lib/seahorse/model/api.rb +4 -0
  77. data/lib/seahorse/model/shapes.rb +18 -2
  78. data/lib/seahorse/util.rb +0 -20
  79. data/lib/seahorse.rb +50 -60
  80. metadata +36 -557
  81. data/apis/acm/2015-12-08/api-2.json +0 -595
  82. data/apis/acm/2015-12-08/examples-1.json +0 -5
  83. data/apis/acm/2015-12-08/paginators-1.json +0 -10
  84. data/apis/apigateway/2015-07-09/api-2.json +0 -4733
  85. data/apis/apigateway/2015-07-09/examples-1.json +0 -5
  86. data/apis/apigateway/2015-07-09/paginators-1.json +0 -70
  87. data/apis/application-autoscaling/2016-02-06/api-2.json +0 -601
  88. data/apis/application-autoscaling/2016-02-06/examples-1.json +0 -257
  89. data/apis/application-autoscaling/2016-02-06/paginators-1.json +0 -22
  90. data/apis/appstream/2016-12-01/api-2.json +0 -944
  91. data/apis/appstream/2016-12-01/examples-1.json +0 -5
  92. data/apis/appstream/2016-12-01/paginators-1.json +0 -4
  93. data/apis/appstream/2016-12-01/waiters-2.json +0 -55
  94. data/apis/athena/2017-05-18/api-2.json +0 -615
  95. data/apis/athena/2017-05-18/examples-1.json +0 -5
  96. data/apis/athena/2017-05-18/paginators-1.json +0 -19
  97. data/apis/autoscaling/2011-01-01/api-2.json +0 -2172
  98. data/apis/autoscaling/2011-01-01/examples-1.json +0 -1396
  99. data/apis/autoscaling/2011-01-01/paginators-1.json +0 -52
  100. data/apis/autoscaling/2011-01-01/resources-1.json +0 -1624
  101. data/apis/autoscaling/2011-01-01/waiters-2.json +0 -62
  102. data/apis/batch/2016-08-10/api-2.json +0 -920
  103. data/apis/batch/2016-08-10/examples-1.json +0 -589
  104. data/apis/batch/2016-08-10/paginators-1.json +0 -4
  105. data/apis/budgets/2016-10-20/api-2.json +0 -697
  106. data/apis/budgets/2016-10-20/examples-1.json +0 -5
  107. data/apis/budgets/2016-10-20/paginators-1.json +0 -4
  108. data/apis/clouddirectory/2016-05-10/api-2.json +0 -3595
  109. data/apis/clouddirectory/2016-05-10/examples-1.json +0 -5
  110. data/apis/clouddirectory/2016-05-10/paginators-1.json +0 -94
  111. data/apis/cloudformation/2010-05-15/api-2.json +0 -1464
  112. data/apis/cloudformation/2010-05-15/examples-1.json +0 -5
  113. data/apis/cloudformation/2010-05-15/paginators-1.json +0 -37
  114. data/apis/cloudformation/2010-05-15/resources-1.json +0 -211
  115. data/apis/cloudformation/2010-05-15/waiters-2.json +0 -182
  116. data/apis/cloudfront/2016-01-28/api-2.json +0 -2219
  117. data/apis/cloudfront/2016-01-28/examples-1.json +0 -5
  118. data/apis/cloudfront/2016-01-28/paginators-1.json +0 -32
  119. data/apis/cloudfront/2016-01-28/waiters-2.json +0 -47
  120. data/apis/cloudfront/2016-08-01/api-2.json +0 -2548
  121. data/apis/cloudfront/2016-08-01/examples-1.json +0 -5
  122. data/apis/cloudfront/2016-08-01/paginators-1.json +0 -32
  123. data/apis/cloudfront/2016-08-01/waiters-2.json +0 -47
  124. data/apis/cloudfront/2016-08-20/api-2.json +0 -2586
  125. data/apis/cloudfront/2016-08-20/paginators-1.json +0 -32
  126. data/apis/cloudfront/2016-08-20/waiters-2.json +0 -47
  127. data/apis/cloudfront/2016-09-07/api-2.json +0 -2596
  128. data/apis/cloudfront/2016-09-07/examples-1.json +0 -5
  129. data/apis/cloudfront/2016-09-07/paginators-1.json +0 -32
  130. data/apis/cloudfront/2016-09-07/waiters-2.json +0 -47
  131. data/apis/cloudfront/2016-09-29/api-2.json +0 -2599
  132. data/apis/cloudfront/2016-09-29/examples-1.json +0 -5
  133. data/apis/cloudfront/2016-09-29/paginators-1.json +0 -32
  134. data/apis/cloudfront/2016-09-29/waiters-2.json +0 -47
  135. data/apis/cloudfront/2016-11-25/api-2.json +0 -2665
  136. data/apis/cloudfront/2016-11-25/examples-1.json +0 -5
  137. data/apis/cloudfront/2016-11-25/paginators-1.json +0 -32
  138. data/apis/cloudfront/2016-11-25/waiters-2.json +0 -47
  139. data/apis/cloudfront/2017-03-25/api-2.json +0 -2689
  140. data/apis/cloudfront/2017-03-25/examples-1.json +0 -83
  141. data/apis/cloudfront/2017-03-25/paginators-1.json +0 -32
  142. data/apis/cloudfront/2017-03-25/waiters-2.json +0 -47
  143. data/apis/cloudhsm/2014-05-30/api-2.json +0 -878
  144. data/apis/cloudhsm/2014-05-30/examples-1.json +0 -5
  145. data/apis/cloudsearch/2013-01-01/api-2.json +0 -2002
  146. data/apis/cloudsearch/2013-01-01/paginators-1.json +0 -20
  147. data/apis/cloudsearchdomain/2013-01-01/api-2.json +0 -374
  148. data/apis/cloudsearchdomain/2013-01-01/examples-1.json +0 -5
  149. data/apis/cloudtrail/2013-11-01/api-2.json +0 -912
  150. data/apis/cloudtrail/2013-11-01/examples-1.json +0 -5
  151. data/apis/cloudtrail/2013-11-01/paginators-1.json +0 -13
  152. data/apis/codebuild/2016-10-06/api-2.json +0 -704
  153. data/apis/codebuild/2016-10-06/examples-1.json +0 -5
  154. data/apis/codebuild/2016-10-06/paginators-1.json +0 -4
  155. data/apis/codecommit/2015-04-13/api-2.json +0 -1112
  156. data/apis/codecommit/2015-04-13/examples-1.json +0 -5
  157. data/apis/codecommit/2015-04-13/paginators-1.json +0 -19
  158. data/apis/codedeploy/2014-10-06/api-2.json +0 -2380
  159. data/apis/codedeploy/2014-10-06/examples-1.json +0 -5
  160. data/apis/codedeploy/2014-10-06/paginators-1.json +0 -34
  161. data/apis/codedeploy/2014-10-06/waiters-2.json +0 -30
  162. data/apis/codepipeline/2015-07-09/api-2.json +0 -1714
  163. data/apis/codepipeline/2015-07-09/examples-1.json +0 -5
  164. data/apis/codestar/2017-04-19/api-2.json +0 -755
  165. data/apis/codestar/2017-04-19/examples-1.json +0 -5
  166. data/apis/codestar/2017-04-19/paginators-1.json +0 -4
  167. data/apis/cognito-identity/2014-06-30/api-2.json +0 -943
  168. data/apis/cognito-identity/2014-06-30/examples-1.json +0 -5
  169. data/apis/cognito-identity/2014-06-30/paginators-1.json +0 -4
  170. data/apis/cognito-idp/2016-04-18/api-2.json +0 -3847
  171. data/apis/cognito-idp/2016-04-18/examples-1.json +0 -5
  172. data/apis/cognito-idp/2016-04-18/paginators-1.json +0 -4
  173. data/apis/cognito-sync/2014-06-30/api-2.json +0 -1875
  174. data/apis/config/2014-11-12/api-2.json +0 -1418
  175. data/apis/config/2014-11-12/examples-1.json +0 -5
  176. data/apis/config/2014-11-12/paginators-1.json +0 -10
  177. data/apis/cur/2017-01-06/api-2.json +0 -226
  178. data/apis/cur/2017-01-06/examples-1.json +0 -5
  179. data/apis/cur/2017-01-06/paginators-1.json +0 -9
  180. data/apis/datapipeline/2012-10-29/api-2.json +0 -1168
  181. data/apis/datapipeline/2012-10-29/paginators-1.json +0 -26
  182. data/apis/devicefarm/2015-06-23/api-2.json +0 -2312
  183. data/apis/devicefarm/2015-06-23/examples-1.json +0 -1242
  184. data/apis/devicefarm/2015-06-23/paginators-1.json +0 -77
  185. data/apis/directconnect/2012-10-25/api-2.json +0 -1351
  186. data/apis/directconnect/2012-10-25/examples-1.json +0 -5
  187. data/apis/directconnect/2012-10-25/paginators-1.json +0 -22
  188. data/apis/discovery/2015-11-01/api-2.json +0 -938
  189. data/apis/discovery/2015-11-01/examples-1.json +0 -5
  190. data/apis/discovery/2015-11-01/paginators-1.json +0 -4
  191. data/apis/dms/2016-01-01/api-2.json +0 -1881
  192. data/apis/dms/2016-01-01/examples-1.json +0 -1053
  193. data/apis/dms/2016-01-01/paginators-1.json +0 -64
  194. data/apis/ds/2015-04-16/api-2.json +0 -1972
  195. data/apis/ds/2015-04-16/examples-1.json +0 -5
  196. data/apis/dynamodb/2011-12-05/api-2.json +0 -802
  197. data/apis/dynamodb/2011-12-05/examples-1.json +0 -5
  198. data/apis/dynamodb/2011-12-05/paginators-1.json +0 -26
  199. data/apis/dynamodb/2011-12-05/waiters-2.json +0 -35
  200. data/apis/dynamodb/2012-08-10/api-2.json +0 -1405
  201. data/apis/dynamodb/2012-08-10/examples-1.json +0 -628
  202. data/apis/dynamodb/2012-08-10/paginators-1.json +0 -26
  203. data/apis/dynamodb/2012-08-10/resources-1.json +0 -136
  204. data/apis/dynamodb/2012-08-10/waiters-2.json +0 -35
  205. data/apis/ec2/2015-10-01/api-2.json +0 -13760
  206. data/apis/ec2/2015-10-01/examples-1.json +0 -5
  207. data/apis/ec2/2015-10-01/paginators-1.json +0 -138
  208. data/apis/ec2/2015-10-01/resources-1.json +0 -2582
  209. data/apis/ec2/2015-10-01/waiters-2.json +0 -593
  210. data/apis/ec2/2016-04-01/api-2.json +0 -14191
  211. data/apis/ec2/2016-04-01/examples-1.json +0 -3729
  212. data/apis/ec2/2016-04-01/paginators-1.json +0 -138
  213. data/apis/ec2/2016-04-01/resources-1.json +0 -2582
  214. data/apis/ec2/2016-04-01/waiters-2.json +0 -593
  215. data/apis/ec2/2016-09-15/api-2.json +0 -14415
  216. data/apis/ec2/2016-09-15/examples-1.json +0 -3740
  217. data/apis/ec2/2016-09-15/paginators-1.json +0 -138
  218. data/apis/ec2/2016-09-15/resources-1.json +0 -2582
  219. data/apis/ec2/2016-09-15/waiters-2.json +0 -593
  220. data/apis/ec2/2016-11-15/api-2.json +0 -15590
  221. data/apis/ec2/2016-11-15/examples-1.json +0 -3740
  222. data/apis/ec2/2016-11-15/paginators-1.json +0 -144
  223. data/apis/ec2/2016-11-15/resources-1.json +0 -2582
  224. data/apis/ec2/2016-11-15/waiters-2.json +0 -611
  225. data/apis/ecr/2015-09-21/api-2.json +0 -947
  226. data/apis/ecr/2015-09-21/examples-1.json +0 -215
  227. data/apis/ecr/2015-09-21/paginators-1.json +0 -22
  228. data/apis/ecs/2014-11-13/api-2.json +0 -1629
  229. data/apis/ecs/2014-11-13/examples-1.json +0 -883
  230. data/apis/ecs/2014-11-13/paginators-1.json +0 -40
  231. data/apis/ecs/2014-11-13/waiters-2.json +0 -93
  232. data/apis/elasticache/2015-02-02/api-2.json +0 -2550
  233. data/apis/elasticache/2015-02-02/examples-1.json +0 -3145
  234. data/apis/elasticache/2015-02-02/paginators-1.json +0 -76
  235. data/apis/elasticache/2015-02-02/waiters-2.json +0 -143
  236. data/apis/elasticbeanstalk/2010-12-01/api-2.json +0 -2332
  237. data/apis/elasticbeanstalk/2010-12-01/examples-1.json +0 -1109
  238. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +0 -25
  239. data/apis/elasticfilesystem/2015-02-01/api-2.json +0 -714
  240. data/apis/elasticfilesystem/2015-02-01/examples-1.json +0 -222
  241. data/apis/elasticloadbalancing/2012-06-01/api-2.json +0 -1629
  242. data/apis/elasticloadbalancing/2012-06-01/examples-1.json +0 -1036
  243. data/apis/elasticloadbalancing/2012-06-01/paginators-1.json +0 -18
  244. data/apis/elasticloadbalancing/2012-06-01/waiters-2.json +0 -49
  245. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +0 -1867
  246. data/apis/elasticloadbalancingv2/2015-12-01/examples-1.json +0 -1384
  247. data/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json +0 -19
  248. data/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json +0 -64
  249. data/apis/elasticmapreduce/2009-03-31/api-2.json +0 -2056
  250. data/apis/elasticmapreduce/2009-03-31/examples-1.json +0 -5
  251. data/apis/elasticmapreduce/2009-03-31/paginators-1.json +0 -37
  252. data/apis/elasticmapreduce/2009-03-31/waiters-2.json +0 -86
  253. data/apis/elastictranscoder/2012-09-25/api-2.json +0 -1483
  254. data/apis/elastictranscoder/2012-09-25/examples-1.json +0 -5
  255. data/apis/elastictranscoder/2012-09-25/paginators-1.json +0 -24
  256. data/apis/elastictranscoder/2012-09-25/waiters-2.json +0 -30
  257. data/apis/email/2010-12-01/api-2.json +0 -2212
  258. data/apis/email/2010-12-01/examples-1.json +0 -953
  259. data/apis/email/2010-12-01/paginators-1.json +0 -13
  260. data/apis/email/2010-12-01/waiters-2.json +0 -18
  261. data/apis/entitlement.marketplace/2017-01-11/api-2.json +0 -128
  262. data/apis/entitlement.marketplace/2017-01-11/examples-1.json +0 -5
  263. data/apis/entitlement.marketplace/2017-01-11/paginators-1.json +0 -4
  264. data/apis/es/2015-01-01/api-2.json +0 -862
  265. data/apis/es/2015-01-01/examples-1.json +0 -5
  266. data/apis/es/2015-01-01/paginators-1.json +0 -14
  267. data/apis/events/2015-10-07/api-2.json +0 -649
  268. data/apis/events/2015-10-07/examples-1.json +0 -5
  269. data/apis/events/2015-10-07/paginators-1.json +0 -4
  270. data/apis/firehose/2015-08-04/api-2.json +0 -866
  271. data/apis/firehose/2015-08-04/examples-1.json +0 -5
  272. data/apis/gamelift/2015-10-01/api-2.json +0 -2316
  273. data/apis/gamelift/2015-10-01/examples-1.json +0 -5
  274. data/apis/gamelift/2015-10-01/paginators-1.json +0 -4
  275. data/apis/glacier/2012-06-01/api-2.json +0 -1734
  276. data/apis/glacier/2012-06-01/examples-1.json +0 -806
  277. data/apis/glacier/2012-06-01/paginators-1.json +0 -28
  278. data/apis/glacier/2012-06-01/resources-1.json +0 -563
  279. data/apis/glacier/2012-06-01/waiters-2.json +0 -39
  280. data/apis/greengrass/2017-06-07/api-2.json +0 -3451
  281. data/apis/health/2016-08-04/api-2.json +0 -547
  282. data/apis/health/2016-08-04/examples-1.json +0 -5
  283. data/apis/health/2016-08-04/paginators-1.json +0 -31
  284. data/apis/iam/2010-05-08/api-2.json +0 -4832
  285. data/apis/iam/2010-05-08/examples-1.json +0 -1191
  286. data/apis/iam/2010-05-08/paginators-1.json +0 -198
  287. data/apis/iam/2010-05-08/resources-1.json +0 -1740
  288. data/apis/iam/2010-05-08/waiters-2.json +0 -39
  289. data/apis/importexport/2010-06-01/api-2.json +0 -667
  290. data/apis/importexport/2010-06-01/paginators-1.json +0 -11
  291. data/apis/inspector/2016-02-16/api-2.json +0 -2051
  292. data/apis/inspector/2016-02-16/examples-1.json +0 -1147
  293. data/apis/inspector/2016-02-16/paginators-1.json +0 -4
  294. data/apis/iot/2015-05-28/api-2.json +0 -2928
  295. data/apis/iot/2015-05-28/examples-1.json +0 -5
  296. data/apis/iot/2015-05-28/paginators-1.json +0 -4
  297. data/apis/iot-data/2015-05-28/api-2.json +0 -264
  298. data/apis/kinesis/2013-12-02/api-2.json +0 -890
  299. data/apis/kinesis/2013-12-02/examples-1.json +0 -5
  300. data/apis/kinesis/2013-12-02/paginators-1.json +0 -18
  301. data/apis/kinesis/2013-12-02/waiters-2.json +0 -30
  302. data/apis/kinesisanalytics/2015-08-14/api-2.json +0 -1175
  303. data/apis/kinesisanalytics/2015-08-14/examples-1.json +0 -5
  304. data/apis/kinesisanalytics/2015-08-14/paginators-1.json +0 -4
  305. data/apis/kms/2014-11-01/api-2.json +0 -1492
  306. data/apis/kms/2014-11-01/examples-1.json +0 -904
  307. data/apis/kms/2014-11-01/paginators-1.json +0 -32
  308. data/apis/lambda/2014-11-11/api-2.json +0 -668
  309. data/apis/lambda/2014-11-11/paginators-1.json +0 -16
  310. data/apis/lambda/2015-03-31/api-2.json +0 -1647
  311. data/apis/lambda/2015-03-31/examples-1.json +0 -614
  312. data/apis/lambda/2015-03-31/paginators-1.json +0 -16
  313. data/apis/lex-models/2017-04-19/api-2.json +0 -2033
  314. data/apis/lex-models/2017-04-19/examples-1.json +0 -758
  315. data/apis/lex-models/2017-04-19/paginators-1.json +0 -54
  316. data/apis/lightsail/2016-11-28/api-2.json +0 -2187
  317. data/apis/lightsail/2016-11-28/examples-1.json +0 -5
  318. data/apis/lightsail/2016-11-28/paginators-1.json +0 -4
  319. data/apis/logs/2014-03-28/api-2.json +0 -1246
  320. data/apis/logs/2014-03-28/examples-1.json +0 -5
  321. data/apis/logs/2014-03-28/paginators-1.json +0 -49
  322. data/apis/machinelearning/2014-12-12/api-2.json +0 -1978
  323. data/apis/machinelearning/2014-12-12/examples-1.json +0 -5
  324. data/apis/machinelearning/2014-12-12/paginators-1.json +0 -28
  325. data/apis/machinelearning/2014-12-12/waiters-2.json +0 -81
  326. data/apis/marketplacecommerceanalytics/2015-07-01/api-2.json +0 -171
  327. data/apis/marketplacecommerceanalytics/2015-07-01/examples-1.json +0 -5
  328. data/apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json +0 -4
  329. data/apis/meteringmarketplace/2016-01-14/api-2.json +0 -263
  330. data/apis/meteringmarketplace/2016-01-14/examples-1.json +0 -5
  331. data/apis/monitoring/2010-08-01/api-2.json +0 -827
  332. data/apis/monitoring/2010-08-01/examples-1.json +0 -5
  333. data/apis/monitoring/2010-08-01/paginators-1.json +0 -24
  334. data/apis/monitoring/2010-08-01/resources-1.json +0 -346
  335. data/apis/monitoring/2010-08-01/waiters-2.json +0 -18
  336. data/apis/mturk-requester/2017-01-17/api-2.json +0 -1665
  337. data/apis/mturk-requester/2017-01-17/examples-1.json +0 -5
  338. data/apis/mturk-requester/2017-01-17/paginators-1.json +0 -54
  339. data/apis/opsworks/2013-02-18/api-2.json +0 -2839
  340. data/apis/opsworks/2013-02-18/examples-1.json +0 -5
  341. data/apis/opsworks/2013-02-18/paginators-1.json +0 -55
  342. data/apis/opsworks/2013-02-18/resources-1.json +0 -173
  343. data/apis/opsworks/2013-02-18/waiters-2.json +0 -295
  344. data/apis/opsworkscm/2016-11-01/api-2.json +0 -730
  345. data/apis/opsworkscm/2016-11-01/examples-1.json +0 -5
  346. data/apis/opsworkscm/2016-11-01/paginators-1.json +0 -4
  347. data/apis/organizations/2016-11-28/api-2.json +0 -2006
  348. data/apis/organizations/2016-11-28/examples-1.json +0 -1409
  349. data/apis/organizations/2016-11-28/paginators-1.json +0 -64
  350. data/apis/pinpoint/2016-12-01/api-2.json +0 -3949
  351. data/apis/pinpoint/2016-12-01/examples-1.json +0 -5
  352. data/apis/polly/2016-06-10/api-2.json +0 -539
  353. data/apis/polly/2016-06-10/examples-1.json +0 -171
  354. data/apis/polly/2016-06-10/paginators-1.json +0 -4
  355. data/apis/rds/2013-01-10/api-2.json +0 -2902
  356. data/apis/rds/2013-01-10/examples-1.json +0 -5
  357. data/apis/rds/2013-01-10/paginators-1.json +0 -97
  358. data/apis/rds/2013-02-12/api-2.json +0 -3058
  359. data/apis/rds/2013-02-12/examples-1.json +0 -5
  360. data/apis/rds/2013-02-12/paginators-1.json +0 -110
  361. data/apis/rds/2013-09-09/api-2.json +0 -3159
  362. data/apis/rds/2013-09-09/examples-1.json +0 -5
  363. data/apis/rds/2013-09-09/paginators-1.json +0 -110
  364. data/apis/rds/2013-09-09/waiters-2.json +0 -97
  365. data/apis/rds/2014-09-01/api-2.json +0 -3272
  366. data/apis/rds/2014-09-01/examples-1.json +0 -5
  367. data/apis/rds/2014-09-01/paginators-1.json +0 -4
  368. data/apis/rds/2014-10-31/api-2.json +0 -5187
  369. data/apis/rds/2014-10-31/examples-1.json +0 -1951
  370. data/apis/rds/2014-10-31/paginators-1.json +0 -110
  371. data/apis/rds/2014-10-31/resources-1.json +0 -3272
  372. data/apis/rds/2014-10-31/waiters-2.json +0 -90
  373. data/apis/redshift/2012-12-01/api-2.json +0 -3840
  374. data/apis/redshift/2012-12-01/examples-1.json +0 -5
  375. data/apis/redshift/2012-12-01/paginators-1.json +0 -94
  376. data/apis/redshift/2012-12-01/waiters-2.json +0 -97
  377. data/apis/rekognition/2016-06-27/api-2.json +0 -992
  378. data/apis/rekognition/2016-06-27/examples-1.json +0 -651
  379. data/apis/rekognition/2016-06-27/paginators-1.json +0 -16
  380. data/apis/resourcegroupstaggingapi/2017-01-26/api-2.json +0 -328
  381. data/apis/resourcegroupstaggingapi/2017-01-26/examples-1.json +0 -5
  382. data/apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json +0 -20
  383. data/apis/route53/2013-04-01/api-2.json +0 -3312
  384. data/apis/route53/2013-04-01/examples-1.json +0 -762
  385. data/apis/route53/2013-04-01/paginators-1.json +0 -33
  386. data/apis/route53/2013-04-01/waiters-2.json +0 -18
  387. data/apis/route53domains/2014-05-15/api-2.json +0 -1323
  388. data/apis/route53domains/2014-05-15/examples-1.json +0 -5
  389. data/apis/route53domains/2014-05-15/paginators-1.json +0 -16
  390. data/apis/runtime.lex/2016-11-28/api-2.json +0 -390
  391. data/apis/runtime.lex/2016-11-28/examples-1.json +0 -5
  392. data/apis/runtime.lex/2016-11-28/paginators-1.json +0 -4
  393. data/apis/s3/2006-03-01/api-2.json +0 -5368
  394. data/apis/s3/2006-03-01/examples-1.json +0 -1876
  395. data/apis/s3/2006-03-01/paginators-1.json +0 -66
  396. data/apis/s3/2006-03-01/resources-1.json +0 -1176
  397. data/apis/s3/2006-03-01/waiters-2.json +0 -73
  398. data/apis/sdb/2009-04-15/api-2.json +0 -955
  399. data/apis/sdb/2009-04-15/paginators-1.json +0 -15
  400. data/apis/servicecatalog/2015-12-10/api-2.json +0 -2022
  401. data/apis/servicecatalog/2015-12-10/examples-1.json +0 -5
  402. data/apis/servicecatalog/2015-12-10/paginators-1.json +0 -4
  403. data/apis/shield/2016-06-02/api-2.json +0 -494
  404. data/apis/shield/2016-06-02/examples-1.json +0 -5
  405. data/apis/sms/2016-10-24/api-2.json +0 -612
  406. data/apis/sms/2016-10-24/examples-1.json +0 -5
  407. data/apis/sms/2016-10-24/paginators-1.json +0 -28
  408. data/apis/snowball/2016-06-30/api-2.json +0 -855
  409. data/apis/snowball/2016-06-30/examples-1.json +0 -442
  410. data/apis/snowball/2016-06-30/paginators-1.json +0 -16
  411. data/apis/sns/2010-03-31/api-2.json +0 -1145
  412. data/apis/sns/2010-03-31/examples-1.json +0 -5
  413. data/apis/sns/2010-03-31/paginators-1.json +0 -29
  414. data/apis/sns/2010-03-31/resources-1.json +0 -327
  415. data/apis/sqs/2012-11-05/api-2.json +0 -988
  416. data/apis/sqs/2012-11-05/examples-1.json +0 -5
  417. data/apis/sqs/2012-11-05/paginators-1.json +0 -7
  418. data/apis/sqs/2012-11-05/resources-1.json +0 -232
  419. data/apis/ssm/2014-11-06/api-2.json +0 -5317
  420. data/apis/ssm/2014-11-06/examples-1.json +0 -5
  421. data/apis/ssm/2014-11-06/paginators-1.json +0 -40
  422. data/apis/states/2016-11-23/api-2.json +0 -1021
  423. data/apis/states/2016-11-23/examples-1.json +0 -5
  424. data/apis/states/2016-11-23/paginators-1.json +0 -28
  425. data/apis/storagegateway/2013-06-30/api-2.json +0 -2591
  426. data/apis/storagegateway/2013-06-30/examples-1.json +0 -1381
  427. data/apis/storagegateway/2013-06-30/paginators-1.json +0 -52
  428. data/apis/streams.dynamodb/2012-08-10/api-2.json +0 -406
  429. data/apis/streams.dynamodb/2012-08-10/examples-1.json +0 -212
  430. data/apis/streams.dynamodb/2012-08-10/paginators-1.json +0 -4
  431. data/apis/sts/2011-06-15/api-2.json +0 -522
  432. data/apis/sts/2011-06-15/examples-1.json +0 -206
  433. data/apis/sts/2011-06-15/paginators-1.json +0 -4
  434. data/apis/support/2013-04-15/api-2.json +0 -772
  435. data/apis/support/2013-04-15/examples-1.json +0 -5
  436. data/apis/support/2013-04-15/paginators-1.json +0 -25
  437. data/apis/swf/2012-01-25/api-2.json +0 -2839
  438. data/apis/swf/2012-01-25/paginators-1.json +0 -46
  439. data/apis/waf/2015-08-24/api-2.json +0 -1959
  440. data/apis/waf/2015-08-24/examples-1.json +0 -1017
  441. data/apis/waf/2015-08-24/paginators-1.json +0 -4
  442. data/apis/waf-regional/2016-11-28/api-2.json +0 -2090
  443. data/apis/waf-regional/2016-11-28/examples-1.json +0 -1017
  444. data/apis/waf-regional/2016-11-28/paginators-1.json +0 -4
  445. data/apis/workdocs/2016-05-01/api-2.json +0 -2684
  446. data/apis/workdocs/2016-05-01/examples-1.json +0 -5
  447. data/apis/workdocs/2016-05-01/paginators-1.json +0 -25
  448. data/apis/workspaces/2015-04-08/api-2.json +0 -840
  449. data/apis/workspaces/2015-04-08/examples-1.json +0 -5
  450. data/apis/workspaces/2015-04-08/paginators-1.json +0 -20
  451. data/apis/xray/2016-04-12/api-2.json +0 -492
  452. data/apis/xray/2016-04-12/examples-1.json +0 -5
  453. data/apis/xray/2016-04-12/paginators-1.json +0 -4
  454. data/bin/aws.rb +0 -180
  455. data/endpoints.json +0 -1935
  456. data/lib/aws-sdk-core/acm.rb +0 -6
  457. data/lib/aws-sdk-core/api/builder.rb +0 -106
  458. data/lib/aws-sdk-core/api/customizations.rb +0 -262
  459. data/lib/aws-sdk-core/api/docs/builder.rb +0 -223
  460. data/lib/aws-sdk-core/api/docs/client_type_documenter.rb +0 -118
  461. data/lib/aws-sdk-core/api/docs/crosslink.rb +0 -43
  462. data/lib/aws-sdk-core/api/docs/docstring_provider.rb +0 -75
  463. data/lib/aws-sdk-core/api/docs/operation_documenter.rb +0 -151
  464. data/lib/aws-sdk-core/api/docs/param_formatter.rb +0 -163
  465. data/lib/aws-sdk-core/api/docs/request_syntax_example.rb +0 -22
  466. data/lib/aws-sdk-core/api/docs/response_structure_example.rb +0 -91
  467. data/lib/aws-sdk-core/api/docs/shared_example.rb +0 -100
  468. data/lib/aws-sdk-core/api/docs/utils.rb +0 -133
  469. data/lib/aws-sdk-core/api/shape_map.rb +0 -142
  470. data/lib/aws-sdk-core/apigateway.rb +0 -6
  471. data/lib/aws-sdk-core/applicationautoscaling.rb +0 -6
  472. data/lib/aws-sdk-core/applicationdiscoveryservice.rb +0 -6
  473. data/lib/aws-sdk-core/appstream.rb +0 -7
  474. data/lib/aws-sdk-core/athena.rb +0 -6
  475. data/lib/aws-sdk-core/autoscaling.rb +0 -8
  476. data/lib/aws-sdk-core/batch.rb +0 -6
  477. data/lib/aws-sdk-core/budgets.rb +0 -6
  478. data/lib/aws-sdk-core/checksums.rb +0 -51
  479. data/lib/aws-sdk-core/client.rb +0 -60
  480. data/lib/aws-sdk-core/client_waiters.rb +0 -120
  481. data/lib/aws-sdk-core/clouddirectory.rb +0 -6
  482. data/lib/aws-sdk-core/cloudformation.rb +0 -8
  483. data/lib/aws-sdk-core/cloudfront/cookie_signer.rb +0 -44
  484. data/lib/aws-sdk-core/cloudfront/signer.rb +0 -141
  485. data/lib/aws-sdk-core/cloudfront/url_signer.rb +0 -48
  486. data/lib/aws-sdk-core/cloudfront.rb +0 -17
  487. data/lib/aws-sdk-core/cloudhsm.rb +0 -5
  488. data/lib/aws-sdk-core/cloudsearch.rb +0 -5
  489. data/lib/aws-sdk-core/cloudsearchdomain.rb +0 -5
  490. data/lib/aws-sdk-core/cloudtrail.rb +0 -6
  491. data/lib/aws-sdk-core/cloudwatch.rb +0 -8
  492. data/lib/aws-sdk-core/cloudwatchevents.rb +0 -6
  493. data/lib/aws-sdk-core/cloudwatchlogs.rb +0 -6
  494. data/lib/aws-sdk-core/codebuild.rb +0 -6
  495. data/lib/aws-sdk-core/codecommit.rb +0 -6
  496. data/lib/aws-sdk-core/codedeploy.rb +0 -7
  497. data/lib/aws-sdk-core/codepipeline.rb +0 -5
  498. data/lib/aws-sdk-core/codestar.rb +0 -6
  499. data/lib/aws-sdk-core/cognitoidentity.rb +0 -6
  500. data/lib/aws-sdk-core/cognitoidentityprovider.rb +0 -6
  501. data/lib/aws-sdk-core/cognitosync.rb +0 -4
  502. data/lib/aws-sdk-core/configservice.rb +0 -6
  503. data/lib/aws-sdk-core/costandusagereportservice.rb +0 -6
  504. data/lib/aws-sdk-core/databasemigrationservice.rb +0 -6
  505. data/lib/aws-sdk-core/datapipeline.rb +0 -5
  506. data/lib/aws-sdk-core/devicefarm.rb +0 -6
  507. data/lib/aws-sdk-core/directconnect.rb +0 -6
  508. data/lib/aws-sdk-core/directoryservice.rb +0 -5
  509. data/lib/aws-sdk-core/dynamodb/attribute_value.rb +0 -110
  510. data/lib/aws-sdk-core/dynamodb.rb +0 -40
  511. data/lib/aws-sdk-core/dynamodbstreams.rb +0 -6
  512. data/lib/aws-sdk-core/ec2.rb +0 -8
  513. data/lib/aws-sdk-core/ecr.rb +0 -6
  514. data/lib/aws-sdk-core/ecs.rb +0 -7
  515. data/lib/aws-sdk-core/efs.rb +0 -5
  516. data/lib/aws-sdk-core/elasticache.rb +0 -7
  517. data/lib/aws-sdk-core/elasticbeanstalk.rb +0 -6
  518. data/lib/aws-sdk-core/elasticloadbalancing.rb +0 -7
  519. data/lib/aws-sdk-core/elasticloadbalancingv2.rb +0 -7
  520. data/lib/aws-sdk-core/elasticsearchservice.rb +0 -6
  521. data/lib/aws-sdk-core/elastictranscoder.rb +0 -7
  522. data/lib/aws-sdk-core/empty_structure.rb +0 -3
  523. data/lib/aws-sdk-core/emr.rb +0 -7
  524. data/lib/aws-sdk-core/endpoint_provider.rb +0 -104
  525. data/lib/aws-sdk-core/firehose.rb +0 -5
  526. data/lib/aws-sdk-core/gamelift.rb +0 -6
  527. data/lib/aws-sdk-core/glacier.rb +0 -8
  528. data/lib/aws-sdk-core/greengrass.rb +0 -4
  529. data/lib/aws-sdk-core/health.rb +0 -6
  530. data/lib/aws-sdk-core/iam.rb +0 -8
  531. data/lib/aws-sdk-core/importexport.rb +0 -5
  532. data/lib/aws-sdk-core/inspector.rb +0 -6
  533. data/lib/aws-sdk-core/iot.rb +0 -6
  534. data/lib/aws-sdk-core/iotdataplane.rb +0 -4
  535. data/lib/aws-sdk-core/kinesis.rb +0 -7
  536. data/lib/aws-sdk-core/kinesisanalytics.rb +0 -6
  537. data/lib/aws-sdk-core/kms.rb +0 -6
  538. data/lib/aws-sdk-core/lambda.rb +0 -6
  539. data/lib/aws-sdk-core/lambdapreview.rb +0 -5
  540. data/lib/aws-sdk-core/lex.rb +0 -6
  541. data/lib/aws-sdk-core/lexmodelbuildingservice.rb +0 -6
  542. data/lib/aws-sdk-core/lightsail.rb +0 -6
  543. data/lib/aws-sdk-core/machinelearning.rb +0 -7
  544. data/lib/aws-sdk-core/marketplacecommerceanalytics.rb +0 -6
  545. data/lib/aws-sdk-core/marketplaceentitlementservice.rb +0 -6
  546. data/lib/aws-sdk-core/marketplacemetering.rb +0 -5
  547. data/lib/aws-sdk-core/mturk.rb +0 -6
  548. data/lib/aws-sdk-core/opsworks.rb +0 -8
  549. data/lib/aws-sdk-core/opsworkscm.rb +0 -6
  550. data/lib/aws-sdk-core/organizations.rb +0 -6
  551. data/lib/aws-sdk-core/partitions/partition.rb +0 -95
  552. data/lib/aws-sdk-core/partitions/partition_list.rb +0 -60
  553. data/lib/aws-sdk-core/partitions/region.rb +0 -66
  554. data/lib/aws-sdk-core/partitions/service.rb +0 -74
  555. data/lib/aws-sdk-core/partitions.rb +0 -174
  556. data/lib/aws-sdk-core/pinpoint.rb +0 -5
  557. data/lib/aws-sdk-core/plugins/api_gateway_header.rb +0 -19
  558. data/lib/aws-sdk-core/plugins/csd_conditional_signing.rb +0 -30
  559. data/lib/aws-sdk-core/plugins/csd_switch_to_post.rb +0 -36
  560. data/lib/aws-sdk-core/plugins/dynamodb_crc32_validation.rb +0 -52
  561. data/lib/aws-sdk-core/plugins/dynamodb_extended_retries.rb +0 -22
  562. data/lib/aws-sdk-core/plugins/dynamodb_simple_attributes.rb +0 -208
  563. data/lib/aws-sdk-core/plugins/ec2_copy_encrypted_snapshot.rb +0 -56
  564. data/lib/aws-sdk-core/plugins/ec2_region_validation.rb +0 -17
  565. data/lib/aws-sdk-core/plugins/glacier_account_id.rb +0 -19
  566. data/lib/aws-sdk-core/plugins/glacier_api_version.rb +0 -19
  567. data/lib/aws-sdk-core/plugins/glacier_checksums.rb +0 -87
  568. data/lib/aws-sdk-core/plugins/machine_learning_predict_endpoint.rb +0 -20
  569. data/lib/aws-sdk-core/plugins/rds_cross_region_copying.rb +0 -69
  570. data/lib/aws-sdk-core/plugins/request_signer.rb +0 -150
  571. data/lib/aws-sdk-core/plugins/route_53_id_fix.rb +0 -55
  572. data/lib/aws-sdk-core/plugins/s3_accelerate.rb +0 -90
  573. data/lib/aws-sdk-core/plugins/s3_bucket_dns.rb +0 -86
  574. data/lib/aws-sdk-core/plugins/s3_bucket_name_restrictions.rb +0 -21
  575. data/lib/aws-sdk-core/plugins/s3_dualstack.rb +0 -67
  576. data/lib/aws-sdk-core/plugins/s3_expect_100_continue.rb +0 -27
  577. data/lib/aws-sdk-core/plugins/s3_get_bucket_location_fix.rb +0 -21
  578. data/lib/aws-sdk-core/plugins/s3_host_id.rb +0 -26
  579. data/lib/aws-sdk-core/plugins/s3_http_200_errors.rb +0 -45
  580. data/lib/aws-sdk-core/plugins/s3_location_constraint.rb +0 -31
  581. data/lib/aws-sdk-core/plugins/s3_md5s.rb +0 -50
  582. data/lib/aws-sdk-core/plugins/s3_redirects.rb +0 -37
  583. data/lib/aws-sdk-core/plugins/s3_request_signer.rb +0 -166
  584. data/lib/aws-sdk-core/plugins/s3_sse_cpk.rb +0 -64
  585. data/lib/aws-sdk-core/plugins/s3_url_encoded_keys.rb +0 -93
  586. data/lib/aws-sdk-core/plugins/sqs_md5s.rb +0 -162
  587. data/lib/aws-sdk-core/plugins/sqs_queue_urls.rb +0 -34
  588. data/lib/aws-sdk-core/plugins/swf_read_timeouts.rb +0 -23
  589. data/lib/aws-sdk-core/polly/presigner.rb +0 -70
  590. data/lib/aws-sdk-core/polly.rb +0 -14
  591. data/lib/aws-sdk-core/rds/auth_token_generator.rb +0 -63
  592. data/lib/aws-sdk-core/rds.rb +0 -16
  593. data/lib/aws-sdk-core/redshift.rb +0 -7
  594. data/lib/aws-sdk-core/rekognition.rb +0 -6
  595. data/lib/aws-sdk-core/resourcegroupstaggingapi.rb +0 -6
  596. data/lib/aws-sdk-core/route53.rb +0 -7
  597. data/lib/aws-sdk-core/route53domains.rb +0 -6
  598. data/lib/aws-sdk-core/s3/bucket_region_cache.rb +0 -75
  599. data/lib/aws-sdk-core/s3/presigner.rb +0 -116
  600. data/lib/aws-sdk-core/s3.rb +0 -26
  601. data/lib/aws-sdk-core/service.rb +0 -4
  602. data/lib/aws-sdk-core/servicecatalog.rb +0 -6
  603. data/lib/aws-sdk-core/ses.rb +0 -7
  604. data/lib/aws-sdk-core/shield.rb +0 -5
  605. data/lib/aws-sdk-core/signers/base.rb +0 -31
  606. data/lib/aws-sdk-core/signers/s3.rb +0 -185
  607. data/lib/aws-sdk-core/signers/v2.rb +0 -51
  608. data/lib/aws-sdk-core/signers/v3.rb +0 -34
  609. data/lib/aws-sdk-core/signers/v4.rb +0 -234
  610. data/lib/aws-sdk-core/simpledb.rb +0 -5
  611. data/lib/aws-sdk-core/sms.rb +0 -6
  612. data/lib/aws-sdk-core/snowball.rb +0 -6
  613. data/lib/aws-sdk-core/sns.rb +0 -7
  614. data/lib/aws-sdk-core/sqs.rb +0 -7
  615. data/lib/aws-sdk-core/ssm.rb +0 -6
  616. data/lib/aws-sdk-core/states.rb +0 -6
  617. data/lib/aws-sdk-core/storagegateway.rb +0 -6
  618. data/lib/aws-sdk-core/sts.rb +0 -6
  619. data/lib/aws-sdk-core/support.rb +0 -6
  620. data/lib/aws-sdk-core/swf.rb +0 -5
  621. data/lib/aws-sdk-core/tree_hash.rb +0 -69
  622. data/lib/aws-sdk-core/waf.rb +0 -6
  623. data/lib/aws-sdk-core/wafregional.rb +0 -6
  624. data/lib/aws-sdk-core/waiters/null_provider.rb +0 -12
  625. data/lib/aws-sdk-core/waiters/provider.rb +0 -35
  626. data/lib/aws-sdk-core/workdocs.rb +0 -6
  627. data/lib/aws-sdk-core/workspaces.rb +0 -6
  628. data/lib/aws-sdk-core/xray.rb +0 -6
  629. data/lib/seahorse/client/plugins/restful_bindings.rb +0 -125
  630. data/service-models.json +0 -405
@@ -1,2022 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2015-12-10",
5
- "endpointPrefix":"servicecatalog",
6
- "jsonVersion":"1.1",
7
- "protocol":"json",
8
- "serviceFullName":"AWS Service Catalog",
9
- "signatureVersion":"v4",
10
- "targetPrefix":"AWS242ServiceCatalogService",
11
- "uid":"servicecatalog-2015-12-10"
12
- },
13
- "operations":{
14
- "AcceptPortfolioShare":{
15
- "name":"AcceptPortfolioShare",
16
- "http":{
17
- "method":"POST",
18
- "requestUri":"/"
19
- },
20
- "input":{"shape":"AcceptPortfolioShareInput"},
21
- "output":{"shape":"AcceptPortfolioShareOutput"},
22
- "errors":[
23
- {"shape":"InvalidParametersException"},
24
- {"shape":"ResourceNotFoundException"},
25
- {"shape":"LimitExceededException"}
26
- ]
27
- },
28
- "AssociatePrincipalWithPortfolio":{
29
- "name":"AssociatePrincipalWithPortfolio",
30
- "http":{
31
- "method":"POST",
32
- "requestUri":"/"
33
- },
34
- "input":{"shape":"AssociatePrincipalWithPortfolioInput"},
35
- "output":{"shape":"AssociatePrincipalWithPortfolioOutput"},
36
- "errors":[
37
- {"shape":"InvalidParametersException"},
38
- {"shape":"ResourceNotFoundException"},
39
- {"shape":"LimitExceededException"}
40
- ]
41
- },
42
- "AssociateProductWithPortfolio":{
43
- "name":"AssociateProductWithPortfolio",
44
- "http":{
45
- "method":"POST",
46
- "requestUri":"/"
47
- },
48
- "input":{"shape":"AssociateProductWithPortfolioInput"},
49
- "output":{"shape":"AssociateProductWithPortfolioOutput"},
50
- "errors":[
51
- {"shape":"InvalidParametersException"},
52
- {"shape":"ResourceNotFoundException"},
53
- {"shape":"LimitExceededException"}
54
- ]
55
- },
56
- "CreateConstraint":{
57
- "name":"CreateConstraint",
58
- "http":{
59
- "method":"POST",
60
- "requestUri":"/"
61
- },
62
- "input":{"shape":"CreateConstraintInput"},
63
- "output":{"shape":"CreateConstraintOutput"},
64
- "errors":[
65
- {"shape":"ResourceNotFoundException"},
66
- {"shape":"InvalidParametersException"},
67
- {"shape":"LimitExceededException"},
68
- {"shape":"DuplicateResourceException"}
69
- ]
70
- },
71
- "CreatePortfolio":{
72
- "name":"CreatePortfolio",
73
- "http":{
74
- "method":"POST",
75
- "requestUri":"/"
76
- },
77
- "input":{"shape":"CreatePortfolioInput"},
78
- "output":{"shape":"CreatePortfolioOutput"},
79
- "errors":[
80
- {"shape":"InvalidParametersException"},
81
- {"shape":"LimitExceededException"}
82
- ]
83
- },
84
- "CreatePortfolioShare":{
85
- "name":"CreatePortfolioShare",
86
- "http":{
87
- "method":"POST",
88
- "requestUri":"/"
89
- },
90
- "input":{"shape":"CreatePortfolioShareInput"},
91
- "output":{"shape":"CreatePortfolioShareOutput"},
92
- "errors":[
93
- {"shape":"ResourceNotFoundException"},
94
- {"shape":"LimitExceededException"},
95
- {"shape":"InvalidParametersException"}
96
- ]
97
- },
98
- "CreateProduct":{
99
- "name":"CreateProduct",
100
- "http":{
101
- "method":"POST",
102
- "requestUri":"/"
103
- },
104
- "input":{"shape":"CreateProductInput"},
105
- "output":{"shape":"CreateProductOutput"},
106
- "errors":[
107
- {"shape":"InvalidParametersException"},
108
- {"shape":"LimitExceededException"}
109
- ]
110
- },
111
- "CreateProvisioningArtifact":{
112
- "name":"CreateProvisioningArtifact",
113
- "http":{
114
- "method":"POST",
115
- "requestUri":"/"
116
- },
117
- "input":{"shape":"CreateProvisioningArtifactInput"},
118
- "output":{"shape":"CreateProvisioningArtifactOutput"},
119
- "errors":[
120
- {"shape":"ResourceNotFoundException"},
121
- {"shape":"InvalidParametersException"},
122
- {"shape":"LimitExceededException"}
123
- ]
124
- },
125
- "DeleteConstraint":{
126
- "name":"DeleteConstraint",
127
- "http":{
128
- "method":"POST",
129
- "requestUri":"/"
130
- },
131
- "input":{"shape":"DeleteConstraintInput"},
132
- "output":{"shape":"DeleteConstraintOutput"},
133
- "errors":[
134
- {"shape":"ResourceNotFoundException"},
135
- {"shape":"InvalidParametersException"}
136
- ]
137
- },
138
- "DeletePortfolio":{
139
- "name":"DeletePortfolio",
140
- "http":{
141
- "method":"POST",
142
- "requestUri":"/"
143
- },
144
- "input":{"shape":"DeletePortfolioInput"},
145
- "output":{"shape":"DeletePortfolioOutput"},
146
- "errors":[
147
- {"shape":"ResourceNotFoundException"},
148
- {"shape":"InvalidParametersException"},
149
- {"shape":"ResourceInUseException"}
150
- ]
151
- },
152
- "DeletePortfolioShare":{
153
- "name":"DeletePortfolioShare",
154
- "http":{
155
- "method":"POST",
156
- "requestUri":"/"
157
- },
158
- "input":{"shape":"DeletePortfolioShareInput"},
159
- "output":{"shape":"DeletePortfolioShareOutput"},
160
- "errors":[
161
- {"shape":"ResourceNotFoundException"}
162
- ]
163
- },
164
- "DeleteProduct":{
165
- "name":"DeleteProduct",
166
- "http":{
167
- "method":"POST",
168
- "requestUri":"/"
169
- },
170
- "input":{"shape":"DeleteProductInput"},
171
- "output":{"shape":"DeleteProductOutput"},
172
- "errors":[
173
- {"shape":"ResourceNotFoundException"},
174
- {"shape":"ResourceInUseException"},
175
- {"shape":"InvalidParametersException"}
176
- ]
177
- },
178
- "DeleteProvisioningArtifact":{
179
- "name":"DeleteProvisioningArtifact",
180
- "http":{
181
- "method":"POST",
182
- "requestUri":"/"
183
- },
184
- "input":{"shape":"DeleteProvisioningArtifactInput"},
185
- "output":{"shape":"DeleteProvisioningArtifactOutput"},
186
- "errors":[
187
- {"shape":"ResourceNotFoundException"},
188
- {"shape":"ResourceInUseException"},
189
- {"shape":"InvalidParametersException"}
190
- ]
191
- },
192
- "DescribeConstraint":{
193
- "name":"DescribeConstraint",
194
- "http":{
195
- "method":"POST",
196
- "requestUri":"/"
197
- },
198
- "input":{"shape":"DescribeConstraintInput"},
199
- "output":{"shape":"DescribeConstraintOutput"},
200
- "errors":[
201
- {"shape":"ResourceNotFoundException"}
202
- ]
203
- },
204
- "DescribePortfolio":{
205
- "name":"DescribePortfolio",
206
- "http":{
207
- "method":"POST",
208
- "requestUri":"/"
209
- },
210
- "input":{"shape":"DescribePortfolioInput"},
211
- "output":{"shape":"DescribePortfolioOutput"},
212
- "errors":[
213
- {"shape":"ResourceNotFoundException"}
214
- ]
215
- },
216
- "DescribeProduct":{
217
- "name":"DescribeProduct",
218
- "http":{
219
- "method":"POST",
220
- "requestUri":"/"
221
- },
222
- "input":{"shape":"DescribeProductInput"},
223
- "output":{"shape":"DescribeProductOutput"},
224
- "errors":[
225
- {"shape":"ResourceNotFoundException"},
226
- {"shape":"InvalidParametersException"}
227
- ]
228
- },
229
- "DescribeProductAsAdmin":{
230
- "name":"DescribeProductAsAdmin",
231
- "http":{
232
- "method":"POST",
233
- "requestUri":"/"
234
- },
235
- "input":{"shape":"DescribeProductAsAdminInput"},
236
- "output":{"shape":"DescribeProductAsAdminOutput"},
237
- "errors":[
238
- {"shape":"ResourceNotFoundException"}
239
- ]
240
- },
241
- "DescribeProductView":{
242
- "name":"DescribeProductView",
243
- "http":{
244
- "method":"POST",
245
- "requestUri":"/"
246
- },
247
- "input":{"shape":"DescribeProductViewInput"},
248
- "output":{"shape":"DescribeProductViewOutput"},
249
- "errors":[
250
- {"shape":"ResourceNotFoundException"},
251
- {"shape":"InvalidParametersException"}
252
- ]
253
- },
254
- "DescribeProvisionedProduct":{
255
- "name":"DescribeProvisionedProduct",
256
- "http":{
257
- "method":"POST",
258
- "requestUri":"/"
259
- },
260
- "input":{"shape":"DescribeProvisionedProductInput"},
261
- "output":{"shape":"DescribeProvisionedProductOutput"},
262
- "errors":[
263
- {"shape":"ResourceNotFoundException"}
264
- ]
265
- },
266
- "DescribeProvisioningArtifact":{
267
- "name":"DescribeProvisioningArtifact",
268
- "http":{
269
- "method":"POST",
270
- "requestUri":"/"
271
- },
272
- "input":{"shape":"DescribeProvisioningArtifactInput"},
273
- "output":{"shape":"DescribeProvisioningArtifactOutput"},
274
- "errors":[
275
- {"shape":"ResourceNotFoundException"}
276
- ]
277
- },
278
- "DescribeProvisioningParameters":{
279
- "name":"DescribeProvisioningParameters",
280
- "http":{
281
- "method":"POST",
282
- "requestUri":"/"
283
- },
284
- "input":{"shape":"DescribeProvisioningParametersInput"},
285
- "output":{"shape":"DescribeProvisioningParametersOutput"},
286
- "errors":[
287
- {"shape":"InvalidParametersException"},
288
- {"shape":"ResourceNotFoundException"}
289
- ]
290
- },
291
- "DescribeRecord":{
292
- "name":"DescribeRecord",
293
- "http":{
294
- "method":"POST",
295
- "requestUri":"/"
296
- },
297
- "input":{"shape":"DescribeRecordInput"},
298
- "output":{"shape":"DescribeRecordOutput"},
299
- "errors":[
300
- {"shape":"ResourceNotFoundException"}
301
- ]
302
- },
303
- "DisassociatePrincipalFromPortfolio":{
304
- "name":"DisassociatePrincipalFromPortfolio",
305
- "http":{
306
- "method":"POST",
307
- "requestUri":"/"
308
- },
309
- "input":{"shape":"DisassociatePrincipalFromPortfolioInput"},
310
- "output":{"shape":"DisassociatePrincipalFromPortfolioOutput"},
311
- "errors":[
312
- {"shape":"InvalidParametersException"},
313
- {"shape":"ResourceNotFoundException"}
314
- ]
315
- },
316
- "DisassociateProductFromPortfolio":{
317
- "name":"DisassociateProductFromPortfolio",
318
- "http":{
319
- "method":"POST",
320
- "requestUri":"/"
321
- },
322
- "input":{"shape":"DisassociateProductFromPortfolioInput"},
323
- "output":{"shape":"DisassociateProductFromPortfolioOutput"},
324
- "errors":[
325
- {"shape":"ResourceNotFoundException"},
326
- {"shape":"InvalidParametersException"}
327
- ]
328
- },
329
- "ListAcceptedPortfolioShares":{
330
- "name":"ListAcceptedPortfolioShares",
331
- "http":{
332
- "method":"POST",
333
- "requestUri":"/"
334
- },
335
- "input":{"shape":"ListAcceptedPortfolioSharesInput"},
336
- "output":{"shape":"ListAcceptedPortfolioSharesOutput"},
337
- "errors":[
338
- {"shape":"InvalidParametersException"}
339
- ]
340
- },
341
- "ListConstraintsForPortfolio":{
342
- "name":"ListConstraintsForPortfolio",
343
- "http":{
344
- "method":"POST",
345
- "requestUri":"/"
346
- },
347
- "input":{"shape":"ListConstraintsForPortfolioInput"},
348
- "output":{"shape":"ListConstraintsForPortfolioOutput"},
349
- "errors":[
350
- {"shape":"ResourceNotFoundException"},
351
- {"shape":"InvalidParametersException"}
352
- ]
353
- },
354
- "ListLaunchPaths":{
355
- "name":"ListLaunchPaths",
356
- "http":{
357
- "method":"POST",
358
- "requestUri":"/"
359
- },
360
- "input":{"shape":"ListLaunchPathsInput"},
361
- "output":{"shape":"ListLaunchPathsOutput"},
362
- "errors":[
363
- {"shape":"InvalidParametersException"},
364
- {"shape":"ResourceNotFoundException"}
365
- ]
366
- },
367
- "ListPortfolioAccess":{
368
- "name":"ListPortfolioAccess",
369
- "http":{
370
- "method":"POST",
371
- "requestUri":"/"
372
- },
373
- "input":{"shape":"ListPortfolioAccessInput"},
374
- "output":{"shape":"ListPortfolioAccessOutput"},
375
- "errors":[
376
- {"shape":"ResourceNotFoundException"}
377
- ]
378
- },
379
- "ListPortfolios":{
380
- "name":"ListPortfolios",
381
- "http":{
382
- "method":"POST",
383
- "requestUri":"/"
384
- },
385
- "input":{"shape":"ListPortfoliosInput"},
386
- "output":{"shape":"ListPortfoliosOutput"},
387
- "errors":[
388
- {"shape":"InvalidParametersException"}
389
- ]
390
- },
391
- "ListPortfoliosForProduct":{
392
- "name":"ListPortfoliosForProduct",
393
- "http":{
394
- "method":"POST",
395
- "requestUri":"/"
396
- },
397
- "input":{"shape":"ListPortfoliosForProductInput"},
398
- "output":{"shape":"ListPortfoliosForProductOutput"},
399
- "errors":[
400
- {"shape":"InvalidParametersException"},
401
- {"shape":"ResourceNotFoundException"}
402
- ]
403
- },
404
- "ListPrincipalsForPortfolio":{
405
- "name":"ListPrincipalsForPortfolio",
406
- "http":{
407
- "method":"POST",
408
- "requestUri":"/"
409
- },
410
- "input":{"shape":"ListPrincipalsForPortfolioInput"},
411
- "output":{"shape":"ListPrincipalsForPortfolioOutput"},
412
- "errors":[
413
- {"shape":"ResourceNotFoundException"},
414
- {"shape":"InvalidParametersException"}
415
- ]
416
- },
417
- "ListProvisioningArtifacts":{
418
- "name":"ListProvisioningArtifacts",
419
- "http":{
420
- "method":"POST",
421
- "requestUri":"/"
422
- },
423
- "input":{"shape":"ListProvisioningArtifactsInput"},
424
- "output":{"shape":"ListProvisioningArtifactsOutput"},
425
- "errors":[
426
- {"shape":"ResourceNotFoundException"},
427
- {"shape":"InvalidParametersException"}
428
- ]
429
- },
430
- "ListRecordHistory":{
431
- "name":"ListRecordHistory",
432
- "http":{
433
- "method":"POST",
434
- "requestUri":"/"
435
- },
436
- "input":{"shape":"ListRecordHistoryInput"},
437
- "output":{"shape":"ListRecordHistoryOutput"},
438
- "errors":[
439
- {"shape":"InvalidParametersException"}
440
- ]
441
- },
442
- "ProvisionProduct":{
443
- "name":"ProvisionProduct",
444
- "http":{
445
- "method":"POST",
446
- "requestUri":"/"
447
- },
448
- "input":{"shape":"ProvisionProductInput"},
449
- "output":{"shape":"ProvisionProductOutput"},
450
- "errors":[
451
- {"shape":"InvalidParametersException"},
452
- {"shape":"ResourceNotFoundException"},
453
- {"shape":"DuplicateResourceException"}
454
- ]
455
- },
456
- "RejectPortfolioShare":{
457
- "name":"RejectPortfolioShare",
458
- "http":{
459
- "method":"POST",
460
- "requestUri":"/"
461
- },
462
- "input":{"shape":"RejectPortfolioShareInput"},
463
- "output":{"shape":"RejectPortfolioShareOutput"},
464
- "errors":[
465
- {"shape":"ResourceNotFoundException"}
466
- ]
467
- },
468
- "ScanProvisionedProducts":{
469
- "name":"ScanProvisionedProducts",
470
- "http":{
471
- "method":"POST",
472
- "requestUri":"/"
473
- },
474
- "input":{"shape":"ScanProvisionedProductsInput"},
475
- "output":{"shape":"ScanProvisionedProductsOutput"},
476
- "errors":[
477
- {"shape":"InvalidParametersException"}
478
- ]
479
- },
480
- "SearchProducts":{
481
- "name":"SearchProducts",
482
- "http":{
483
- "method":"POST",
484
- "requestUri":"/"
485
- },
486
- "input":{"shape":"SearchProductsInput"},
487
- "output":{"shape":"SearchProductsOutput"},
488
- "errors":[
489
- {"shape":"InvalidParametersException"}
490
- ]
491
- },
492
- "SearchProductsAsAdmin":{
493
- "name":"SearchProductsAsAdmin",
494
- "http":{
495
- "method":"POST",
496
- "requestUri":"/"
497
- },
498
- "input":{"shape":"SearchProductsAsAdminInput"},
499
- "output":{"shape":"SearchProductsAsAdminOutput"},
500
- "errors":[
501
- {"shape":"ResourceNotFoundException"},
502
- {"shape":"InvalidParametersException"}
503
- ]
504
- },
505
- "TerminateProvisionedProduct":{
506
- "name":"TerminateProvisionedProduct",
507
- "http":{
508
- "method":"POST",
509
- "requestUri":"/"
510
- },
511
- "input":{"shape":"TerminateProvisionedProductInput"},
512
- "output":{"shape":"TerminateProvisionedProductOutput"},
513
- "errors":[
514
- {"shape":"ResourceNotFoundException"}
515
- ]
516
- },
517
- "UpdateConstraint":{
518
- "name":"UpdateConstraint",
519
- "http":{
520
- "method":"POST",
521
- "requestUri":"/"
522
- },
523
- "input":{"shape":"UpdateConstraintInput"},
524
- "output":{"shape":"UpdateConstraintOutput"},
525
- "errors":[
526
- {"shape":"ResourceNotFoundException"},
527
- {"shape":"InvalidParametersException"}
528
- ]
529
- },
530
- "UpdatePortfolio":{
531
- "name":"UpdatePortfolio",
532
- "http":{
533
- "method":"POST",
534
- "requestUri":"/"
535
- },
536
- "input":{"shape":"UpdatePortfolioInput"},
537
- "output":{"shape":"UpdatePortfolioOutput"},
538
- "errors":[
539
- {"shape":"InvalidParametersException"},
540
- {"shape":"ResourceNotFoundException"},
541
- {"shape":"LimitExceededException"}
542
- ]
543
- },
544
- "UpdateProduct":{
545
- "name":"UpdateProduct",
546
- "http":{
547
- "method":"POST",
548
- "requestUri":"/"
549
- },
550
- "input":{"shape":"UpdateProductInput"},
551
- "output":{"shape":"UpdateProductOutput"},
552
- "errors":[
553
- {"shape":"ResourceNotFoundException"},
554
- {"shape":"InvalidParametersException"}
555
- ]
556
- },
557
- "UpdateProvisionedProduct":{
558
- "name":"UpdateProvisionedProduct",
559
- "http":{
560
- "method":"POST",
561
- "requestUri":"/"
562
- },
563
- "input":{"shape":"UpdateProvisionedProductInput"},
564
- "output":{"shape":"UpdateProvisionedProductOutput"},
565
- "errors":[
566
- {"shape":"InvalidParametersException"},
567
- {"shape":"ResourceNotFoundException"}
568
- ]
569
- },
570
- "UpdateProvisioningArtifact":{
571
- "name":"UpdateProvisioningArtifact",
572
- "http":{
573
- "method":"POST",
574
- "requestUri":"/"
575
- },
576
- "input":{"shape":"UpdateProvisioningArtifactInput"},
577
- "output":{"shape":"UpdateProvisioningArtifactOutput"},
578
- "errors":[
579
- {"shape":"ResourceNotFoundException"},
580
- {"shape":"InvalidParametersException"}
581
- ]
582
- }
583
- },
584
- "shapes":{
585
- "AcceptLanguage":{"type":"string"},
586
- "AcceptPortfolioShareInput":{
587
- "type":"structure",
588
- "required":["PortfolioId"],
589
- "members":{
590
- "AcceptLanguage":{"shape":"AcceptLanguage"},
591
- "PortfolioId":{"shape":"Id"}
592
- }
593
- },
594
- "AcceptPortfolioShareOutput":{
595
- "type":"structure",
596
- "members":{
597
- }
598
- },
599
- "AccessLevelFilter":{
600
- "type":"structure",
601
- "members":{
602
- "Key":{"shape":"AccessLevelFilterKey"},
603
- "Value":{"shape":"AccessLevelFilterValue"}
604
- }
605
- },
606
- "AccessLevelFilterKey":{
607
- "type":"string",
608
- "enum":[
609
- "Account",
610
- "Role",
611
- "User"
612
- ]
613
- },
614
- "AccessLevelFilterValue":{"type":"string"},
615
- "AccountId":{
616
- "type":"string",
617
- "pattern":"^[0-9]{12}$"
618
- },
619
- "AccountIds":{
620
- "type":"list",
621
- "member":{"shape":"AccountId"}
622
- },
623
- "AddTags":{
624
- "type":"list",
625
- "member":{"shape":"Tag"},
626
- "max":20
627
- },
628
- "AllowedValue":{"type":"string"},
629
- "AllowedValues":{
630
- "type":"list",
631
- "member":{"shape":"AllowedValue"}
632
- },
633
- "ApproximateCount":{"type":"integer"},
634
- "AssociatePrincipalWithPortfolioInput":{
635
- "type":"structure",
636
- "required":[
637
- "PortfolioId",
638
- "PrincipalARN",
639
- "PrincipalType"
640
- ],
641
- "members":{
642
- "AcceptLanguage":{"shape":"AcceptLanguage"},
643
- "PortfolioId":{"shape":"Id"},
644
- "PrincipalARN":{"shape":"PrincipalARN"},
645
- "PrincipalType":{"shape":"PrincipalType"}
646
- }
647
- },
648
- "AssociatePrincipalWithPortfolioOutput":{
649
- "type":"structure",
650
- "members":{
651
- }
652
- },
653
- "AssociateProductWithPortfolioInput":{
654
- "type":"structure",
655
- "required":[
656
- "ProductId",
657
- "PortfolioId"
658
- ],
659
- "members":{
660
- "AcceptLanguage":{"shape":"AcceptLanguage"},
661
- "ProductId":{"shape":"Id"},
662
- "PortfolioId":{"shape":"Id"},
663
- "SourcePortfolioId":{"shape":"Id"}
664
- }
665
- },
666
- "AssociateProductWithPortfolioOutput":{
667
- "type":"structure",
668
- "members":{
669
- }
670
- },
671
- "AttributeValue":{"type":"string"},
672
- "ConstraintDescription":{
673
- "type":"string",
674
- "max":2000
675
- },
676
- "ConstraintDetail":{
677
- "type":"structure",
678
- "members":{
679
- "ConstraintId":{"shape":"Id"},
680
- "Type":{"shape":"ConstraintType"},
681
- "Description":{"shape":"ConstraintDescription"},
682
- "Owner":{"shape":"AccountId"}
683
- }
684
- },
685
- "ConstraintDetails":{
686
- "type":"list",
687
- "member":{"shape":"ConstraintDetail"}
688
- },
689
- "ConstraintParameters":{"type":"string"},
690
- "ConstraintSummaries":{
691
- "type":"list",
692
- "member":{"shape":"ConstraintSummary"}
693
- },
694
- "ConstraintSummary":{
695
- "type":"structure",
696
- "members":{
697
- "Type":{"shape":"ConstraintType"},
698
- "Description":{"shape":"ConstraintDescription"}
699
- }
700
- },
701
- "ConstraintType":{
702
- "type":"string",
703
- "max":1024,
704
- "min":1
705
- },
706
- "CreateConstraintInput":{
707
- "type":"structure",
708
- "required":[
709
- "PortfolioId",
710
- "ProductId",
711
- "Parameters",
712
- "Type",
713
- "IdempotencyToken"
714
- ],
715
- "members":{
716
- "AcceptLanguage":{"shape":"AcceptLanguage"},
717
- "PortfolioId":{"shape":"Id"},
718
- "ProductId":{"shape":"Id"},
719
- "Parameters":{"shape":"ConstraintParameters"},
720
- "Type":{"shape":"ConstraintType"},
721
- "Description":{"shape":"ConstraintDescription"},
722
- "IdempotencyToken":{
723
- "shape":"IdempotencyToken",
724
- "idempotencyToken":true
725
- }
726
- }
727
- },
728
- "CreateConstraintOutput":{
729
- "type":"structure",
730
- "members":{
731
- "ConstraintDetail":{"shape":"ConstraintDetail"},
732
- "ConstraintParameters":{"shape":"ConstraintParameters"},
733
- "Status":{"shape":"Status"}
734
- }
735
- },
736
- "CreatePortfolioInput":{
737
- "type":"structure",
738
- "required":[
739
- "DisplayName",
740
- "ProviderName",
741
- "IdempotencyToken"
742
- ],
743
- "members":{
744
- "AcceptLanguage":{"shape":"AcceptLanguage"},
745
- "DisplayName":{"shape":"PortfolioDisplayName"},
746
- "Description":{"shape":"PortfolioDescription"},
747
- "ProviderName":{"shape":"ProviderName"},
748
- "Tags":{"shape":"AddTags"},
749
- "IdempotencyToken":{
750
- "shape":"IdempotencyToken",
751
- "idempotencyToken":true
752
- }
753
- }
754
- },
755
- "CreatePortfolioOutput":{
756
- "type":"structure",
757
- "members":{
758
- "PortfolioDetail":{"shape":"PortfolioDetail"},
759
- "Tags":{"shape":"Tags"}
760
- }
761
- },
762
- "CreatePortfolioShareInput":{
763
- "type":"structure",
764
- "required":[
765
- "PortfolioId",
766
- "AccountId"
767
- ],
768
- "members":{
769
- "AcceptLanguage":{"shape":"AcceptLanguage"},
770
- "PortfolioId":{"shape":"Id"},
771
- "AccountId":{"shape":"AccountId"}
772
- }
773
- },
774
- "CreatePortfolioShareOutput":{
775
- "type":"structure",
776
- "members":{
777
- }
778
- },
779
- "CreateProductInput":{
780
- "type":"structure",
781
- "required":[
782
- "Name",
783
- "Owner",
784
- "ProductType",
785
- "ProvisioningArtifactParameters",
786
- "IdempotencyToken"
787
- ],
788
- "members":{
789
- "AcceptLanguage":{"shape":"AcceptLanguage"},
790
- "Name":{"shape":"ProductViewName"},
791
- "Owner":{"shape":"ProductViewOwner"},
792
- "Description":{"shape":"ProductViewShortDescription"},
793
- "Distributor":{"shape":"ProductViewOwner"},
794
- "SupportDescription":{"shape":"SupportDescription"},
795
- "SupportEmail":{"shape":"SupportEmail"},
796
- "SupportUrl":{"shape":"SupportUrl"},
797
- "ProductType":{"shape":"ProductType"},
798
- "Tags":{"shape":"AddTags"},
799
- "ProvisioningArtifactParameters":{"shape":"ProvisioningArtifactProperties"},
800
- "IdempotencyToken":{
801
- "shape":"IdempotencyToken",
802
- "idempotencyToken":true
803
- }
804
- }
805
- },
806
- "CreateProductOutput":{
807
- "type":"structure",
808
- "members":{
809
- "ProductViewDetail":{"shape":"ProductViewDetail"},
810
- "ProvisioningArtifactDetail":{"shape":"ProvisioningArtifactDetail"},
811
- "Tags":{"shape":"Tags"}
812
- }
813
- },
814
- "CreateProvisioningArtifactInput":{
815
- "type":"structure",
816
- "required":[
817
- "ProductId",
818
- "Parameters",
819
- "IdempotencyToken"
820
- ],
821
- "members":{
822
- "AcceptLanguage":{"shape":"AcceptLanguage"},
823
- "ProductId":{"shape":"Id"},
824
- "Parameters":{"shape":"ProvisioningArtifactProperties"},
825
- "IdempotencyToken":{
826
- "shape":"IdempotencyToken",
827
- "idempotencyToken":true
828
- }
829
- }
830
- },
831
- "CreateProvisioningArtifactOutput":{
832
- "type":"structure",
833
- "members":{
834
- "ProvisioningArtifactDetail":{"shape":"ProvisioningArtifactDetail"},
835
- "Info":{"shape":"ProvisioningArtifactInfo"},
836
- "Status":{"shape":"Status"}
837
- }
838
- },
839
- "CreatedTime":{"type":"timestamp"},
840
- "CreationTime":{"type":"timestamp"},
841
- "DefaultValue":{"type":"string"},
842
- "DeleteConstraintInput":{
843
- "type":"structure",
844
- "required":["Id"],
845
- "members":{
846
- "AcceptLanguage":{"shape":"AcceptLanguage"},
847
- "Id":{"shape":"Id"}
848
- }
849
- },
850
- "DeleteConstraintOutput":{
851
- "type":"structure",
852
- "members":{
853
- }
854
- },
855
- "DeletePortfolioInput":{
856
- "type":"structure",
857
- "required":["Id"],
858
- "members":{
859
- "AcceptLanguage":{"shape":"AcceptLanguage"},
860
- "Id":{"shape":"Id"}
861
- }
862
- },
863
- "DeletePortfolioOutput":{
864
- "type":"structure",
865
- "members":{
866
- }
867
- },
868
- "DeletePortfolioShareInput":{
869
- "type":"structure",
870
- "required":[
871
- "PortfolioId",
872
- "AccountId"
873
- ],
874
- "members":{
875
- "AcceptLanguage":{"shape":"AcceptLanguage"},
876
- "PortfolioId":{"shape":"Id"},
877
- "AccountId":{"shape":"AccountId"}
878
- }
879
- },
880
- "DeletePortfolioShareOutput":{
881
- "type":"structure",
882
- "members":{
883
- }
884
- },
885
- "DeleteProductInput":{
886
- "type":"structure",
887
- "required":["Id"],
888
- "members":{
889
- "AcceptLanguage":{"shape":"AcceptLanguage"},
890
- "Id":{"shape":"Id"}
891
- }
892
- },
893
- "DeleteProductOutput":{
894
- "type":"structure",
895
- "members":{
896
- }
897
- },
898
- "DeleteProvisioningArtifactInput":{
899
- "type":"structure",
900
- "required":[
901
- "ProductId",
902
- "ProvisioningArtifactId"
903
- ],
904
- "members":{
905
- "AcceptLanguage":{"shape":"AcceptLanguage"},
906
- "ProductId":{"shape":"Id"},
907
- "ProvisioningArtifactId":{"shape":"Id"}
908
- }
909
- },
910
- "DeleteProvisioningArtifactOutput":{
911
- "type":"structure",
912
- "members":{
913
- }
914
- },
915
- "DescribeConstraintInput":{
916
- "type":"structure",
917
- "required":["Id"],
918
- "members":{
919
- "AcceptLanguage":{"shape":"AcceptLanguage"},
920
- "Id":{"shape":"Id"}
921
- }
922
- },
923
- "DescribeConstraintOutput":{
924
- "type":"structure",
925
- "members":{
926
- "ConstraintDetail":{"shape":"ConstraintDetail"},
927
- "ConstraintParameters":{"shape":"ConstraintParameters"},
928
- "Status":{"shape":"Status"}
929
- }
930
- },
931
- "DescribePortfolioInput":{
932
- "type":"structure",
933
- "required":["Id"],
934
- "members":{
935
- "AcceptLanguage":{"shape":"AcceptLanguage"},
936
- "Id":{"shape":"Id"}
937
- }
938
- },
939
- "DescribePortfolioOutput":{
940
- "type":"structure",
941
- "members":{
942
- "PortfolioDetail":{"shape":"PortfolioDetail"},
943
- "Tags":{"shape":"Tags"}
944
- }
945
- },
946
- "DescribeProductAsAdminInput":{
947
- "type":"structure",
948
- "required":["Id"],
949
- "members":{
950
- "AcceptLanguage":{"shape":"AcceptLanguage"},
951
- "Id":{"shape":"Id"}
952
- }
953
- },
954
- "DescribeProductAsAdminOutput":{
955
- "type":"structure",
956
- "members":{
957
- "ProductViewDetail":{"shape":"ProductViewDetail"},
958
- "ProvisioningArtifactSummaries":{"shape":"ProvisioningArtifactSummaries"},
959
- "Tags":{"shape":"Tags"}
960
- }
961
- },
962
- "DescribeProductInput":{
963
- "type":"structure",
964
- "required":["Id"],
965
- "members":{
966
- "AcceptLanguage":{"shape":"AcceptLanguage"},
967
- "Id":{"shape":"Id"}
968
- }
969
- },
970
- "DescribeProductOutput":{
971
- "type":"structure",
972
- "members":{
973
- "ProductViewSummary":{"shape":"ProductViewSummary"},
974
- "ProvisioningArtifacts":{"shape":"ProvisioningArtifacts"}
975
- }
976
- },
977
- "DescribeProductViewInput":{
978
- "type":"structure",
979
- "required":["Id"],
980
- "members":{
981
- "AcceptLanguage":{"shape":"AcceptLanguage"},
982
- "Id":{"shape":"Id"}
983
- }
984
- },
985
- "DescribeProductViewOutput":{
986
- "type":"structure",
987
- "members":{
988
- "ProductViewSummary":{"shape":"ProductViewSummary"},
989
- "ProvisioningArtifacts":{"shape":"ProvisioningArtifacts"}
990
- }
991
- },
992
- "DescribeProvisionedProductInput":{
993
- "type":"structure",
994
- "required":["Id"],
995
- "members":{
996
- "AcceptLanguage":{"shape":"AcceptLanguage"},
997
- "Id":{"shape":"Id"}
998
- }
999
- },
1000
- "DescribeProvisionedProductOutput":{
1001
- "type":"structure",
1002
- "members":{
1003
- "ProvisionedProductDetail":{"shape":"ProvisionedProductDetail"}
1004
- }
1005
- },
1006
- "DescribeProvisioningArtifactInput":{
1007
- "type":"structure",
1008
- "required":[
1009
- "ProvisioningArtifactId",
1010
- "ProductId"
1011
- ],
1012
- "members":{
1013
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1014
- "ProvisioningArtifactId":{"shape":"Id"},
1015
- "ProductId":{"shape":"Id"},
1016
- "Verbose":{"shape":"Verbose"}
1017
- }
1018
- },
1019
- "DescribeProvisioningArtifactOutput":{
1020
- "type":"structure",
1021
- "members":{
1022
- "ProvisioningArtifactDetail":{"shape":"ProvisioningArtifactDetail"},
1023
- "Info":{"shape":"ProvisioningArtifactInfo"},
1024
- "Status":{"shape":"Status"}
1025
- }
1026
- },
1027
- "DescribeProvisioningParametersInput":{
1028
- "type":"structure",
1029
- "required":[
1030
- "ProductId",
1031
- "ProvisioningArtifactId"
1032
- ],
1033
- "members":{
1034
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1035
- "ProductId":{"shape":"Id"},
1036
- "ProvisioningArtifactId":{"shape":"Id"},
1037
- "PathId":{"shape":"Id"}
1038
- }
1039
- },
1040
- "DescribeProvisioningParametersOutput":{
1041
- "type":"structure",
1042
- "members":{
1043
- "ProvisioningArtifactParameters":{"shape":"ProvisioningArtifactParameters"},
1044
- "ConstraintSummaries":{"shape":"ConstraintSummaries"},
1045
- "UsageInstructions":{"shape":"UsageInstructions"}
1046
- }
1047
- },
1048
- "DescribeRecordInput":{
1049
- "type":"structure",
1050
- "required":["Id"],
1051
- "members":{
1052
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1053
- "Id":{"shape":"Id"},
1054
- "PageToken":{"shape":"PageToken"},
1055
- "PageSize":{"shape":"PageSize"}
1056
- }
1057
- },
1058
- "DescribeRecordOutput":{
1059
- "type":"structure",
1060
- "members":{
1061
- "RecordDetail":{"shape":"RecordDetail"},
1062
- "RecordOutputs":{"shape":"RecordOutputs"},
1063
- "NextPageToken":{"shape":"PageToken"}
1064
- }
1065
- },
1066
- "Description":{"type":"string"},
1067
- "DisassociatePrincipalFromPortfolioInput":{
1068
- "type":"structure",
1069
- "required":[
1070
- "PortfolioId",
1071
- "PrincipalARN"
1072
- ],
1073
- "members":{
1074
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1075
- "PortfolioId":{"shape":"Id"},
1076
- "PrincipalARN":{"shape":"PrincipalARN"}
1077
- }
1078
- },
1079
- "DisassociatePrincipalFromPortfolioOutput":{
1080
- "type":"structure",
1081
- "members":{
1082
- }
1083
- },
1084
- "DisassociateProductFromPortfolioInput":{
1085
- "type":"structure",
1086
- "required":[
1087
- "ProductId",
1088
- "PortfolioId"
1089
- ],
1090
- "members":{
1091
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1092
- "ProductId":{"shape":"Id"},
1093
- "PortfolioId":{"shape":"Id"}
1094
- }
1095
- },
1096
- "DisassociateProductFromPortfolioOutput":{
1097
- "type":"structure",
1098
- "members":{
1099
- }
1100
- },
1101
- "DuplicateResourceException":{
1102
- "type":"structure",
1103
- "members":{
1104
- },
1105
- "exception":true
1106
- },
1107
- "ErrorCode":{"type":"string"},
1108
- "ErrorDescription":{"type":"string"},
1109
- "HasDefaultPath":{"type":"boolean"},
1110
- "Id":{
1111
- "type":"string",
1112
- "max":100,
1113
- "min":1
1114
- },
1115
- "IdempotencyToken":{
1116
- "type":"string",
1117
- "max":128,
1118
- "min":1,
1119
- "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*"
1120
- },
1121
- "IgnoreErrors":{"type":"boolean"},
1122
- "InstructionType":{"type":"string"},
1123
- "InstructionValue":{"type":"string"},
1124
- "InvalidParametersException":{
1125
- "type":"structure",
1126
- "members":{
1127
- },
1128
- "exception":true
1129
- },
1130
- "LastRequestId":{"type":"string"},
1131
- "LaunchPathSummaries":{
1132
- "type":"list",
1133
- "member":{"shape":"LaunchPathSummary"}
1134
- },
1135
- "LaunchPathSummary":{
1136
- "type":"structure",
1137
- "members":{
1138
- "Id":{"shape":"Id"},
1139
- "ConstraintSummaries":{"shape":"ConstraintSummaries"},
1140
- "Tags":{"shape":"Tags"},
1141
- "Name":{"shape":"PortfolioName"}
1142
- }
1143
- },
1144
- "LimitExceededException":{
1145
- "type":"structure",
1146
- "members":{
1147
- },
1148
- "exception":true
1149
- },
1150
- "ListAcceptedPortfolioSharesInput":{
1151
- "type":"structure",
1152
- "members":{
1153
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1154
- "PageToken":{"shape":"PageToken"},
1155
- "PageSize":{"shape":"PageSize"}
1156
- }
1157
- },
1158
- "ListAcceptedPortfolioSharesOutput":{
1159
- "type":"structure",
1160
- "members":{
1161
- "PortfolioDetails":{"shape":"PortfolioDetails"},
1162
- "NextPageToken":{"shape":"PageToken"}
1163
- }
1164
- },
1165
- "ListConstraintsForPortfolioInput":{
1166
- "type":"structure",
1167
- "required":["PortfolioId"],
1168
- "members":{
1169
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1170
- "PortfolioId":{"shape":"Id"},
1171
- "ProductId":{"shape":"Id"},
1172
- "PageSize":{"shape":"PageSize"},
1173
- "PageToken":{"shape":"PageToken"}
1174
- }
1175
- },
1176
- "ListConstraintsForPortfolioOutput":{
1177
- "type":"structure",
1178
- "members":{
1179
- "ConstraintDetails":{"shape":"ConstraintDetails"},
1180
- "NextPageToken":{"shape":"PageToken"}
1181
- }
1182
- },
1183
- "ListLaunchPathsInput":{
1184
- "type":"structure",
1185
- "required":["ProductId"],
1186
- "members":{
1187
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1188
- "ProductId":{"shape":"Id"},
1189
- "PageSize":{"shape":"PageSize"},
1190
- "PageToken":{"shape":"PageToken"}
1191
- }
1192
- },
1193
- "ListLaunchPathsOutput":{
1194
- "type":"structure",
1195
- "members":{
1196
- "LaunchPathSummaries":{"shape":"LaunchPathSummaries"},
1197
- "NextPageToken":{"shape":"PageToken"}
1198
- }
1199
- },
1200
- "ListPortfolioAccessInput":{
1201
- "type":"structure",
1202
- "required":["PortfolioId"],
1203
- "members":{
1204
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1205
- "PortfolioId":{"shape":"Id"}
1206
- }
1207
- },
1208
- "ListPortfolioAccessOutput":{
1209
- "type":"structure",
1210
- "members":{
1211
- "AccountIds":{"shape":"AccountIds"},
1212
- "NextPageToken":{"shape":"PageToken"}
1213
- }
1214
- },
1215
- "ListPortfoliosForProductInput":{
1216
- "type":"structure",
1217
- "required":["ProductId"],
1218
- "members":{
1219
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1220
- "ProductId":{"shape":"Id"},
1221
- "PageToken":{"shape":"PageToken"},
1222
- "PageSize":{"shape":"PageSize"}
1223
- }
1224
- },
1225
- "ListPortfoliosForProductOutput":{
1226
- "type":"structure",
1227
- "members":{
1228
- "PortfolioDetails":{"shape":"PortfolioDetails"},
1229
- "NextPageToken":{"shape":"PageToken"}
1230
- }
1231
- },
1232
- "ListPortfoliosInput":{
1233
- "type":"structure",
1234
- "members":{
1235
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1236
- "PageToken":{"shape":"PageToken"},
1237
- "PageSize":{"shape":"PageSize"}
1238
- }
1239
- },
1240
- "ListPortfoliosOutput":{
1241
- "type":"structure",
1242
- "members":{
1243
- "PortfolioDetails":{"shape":"PortfolioDetails"},
1244
- "NextPageToken":{"shape":"PageToken"}
1245
- }
1246
- },
1247
- "ListPrincipalsForPortfolioInput":{
1248
- "type":"structure",
1249
- "required":["PortfolioId"],
1250
- "members":{
1251
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1252
- "PortfolioId":{"shape":"Id"},
1253
- "PageSize":{"shape":"PageSize"},
1254
- "PageToken":{"shape":"PageToken"}
1255
- }
1256
- },
1257
- "ListPrincipalsForPortfolioOutput":{
1258
- "type":"structure",
1259
- "members":{
1260
- "Principals":{"shape":"Principals"},
1261
- "NextPageToken":{"shape":"PageToken"}
1262
- }
1263
- },
1264
- "ListProvisioningArtifactsInput":{
1265
- "type":"structure",
1266
- "required":["ProductId"],
1267
- "members":{
1268
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1269
- "ProductId":{"shape":"Id"}
1270
- }
1271
- },
1272
- "ListProvisioningArtifactsOutput":{
1273
- "type":"structure",
1274
- "members":{
1275
- "ProvisioningArtifactDetails":{"shape":"ProvisioningArtifactDetails"},
1276
- "NextPageToken":{"shape":"PageToken"}
1277
- }
1278
- },
1279
- "ListRecordHistoryInput":{
1280
- "type":"structure",
1281
- "members":{
1282
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1283
- "AccessLevelFilter":{"shape":"AccessLevelFilter"},
1284
- "SearchFilter":{"shape":"ListRecordHistorySearchFilter"},
1285
- "PageSize":{"shape":"PageSize"},
1286
- "PageToken":{"shape":"PageToken"}
1287
- }
1288
- },
1289
- "ListRecordHistoryOutput":{
1290
- "type":"structure",
1291
- "members":{
1292
- "RecordDetails":{"shape":"RecordDetails"},
1293
- "NextPageToken":{"shape":"PageToken"}
1294
- }
1295
- },
1296
- "ListRecordHistorySearchFilter":{
1297
- "type":"structure",
1298
- "members":{
1299
- "Key":{"shape":"SearchFilterKey"},
1300
- "Value":{"shape":"SearchFilterValue"}
1301
- }
1302
- },
1303
- "NoEcho":{"type":"boolean"},
1304
- "NotificationArn":{
1305
- "type":"string",
1306
- "max":1224,
1307
- "min":1,
1308
- "pattern":"arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
1309
- },
1310
- "NotificationArns":{
1311
- "type":"list",
1312
- "member":{"shape":"NotificationArn"},
1313
- "max":5
1314
- },
1315
- "OutputKey":{"type":"string"},
1316
- "OutputValue":{"type":"string"},
1317
- "PageSize":{
1318
- "type":"integer",
1319
- "max":20,
1320
- "min":0
1321
- },
1322
- "PageToken":{
1323
- "type":"string",
1324
- "pattern":"[\\u0009\\u000a\\u000d\\u0020-\\uD7FF\\uE000-\\uFFFD]*"
1325
- },
1326
- "ParameterConstraints":{
1327
- "type":"structure",
1328
- "members":{
1329
- "AllowedValues":{"shape":"AllowedValues"}
1330
- }
1331
- },
1332
- "ParameterKey":{
1333
- "type":"string",
1334
- "max":1000,
1335
- "min":1
1336
- },
1337
- "ParameterType":{"type":"string"},
1338
- "ParameterValue":{
1339
- "type":"string",
1340
- "max":4096
1341
- },
1342
- "PortfolioDescription":{
1343
- "type":"string",
1344
- "max":2000
1345
- },
1346
- "PortfolioDetail":{
1347
- "type":"structure",
1348
- "members":{
1349
- "Id":{"shape":"Id"},
1350
- "ARN":{"shape":"ResourceARN"},
1351
- "DisplayName":{"shape":"PortfolioDisplayName"},
1352
- "Description":{"shape":"PortfolioDescription"},
1353
- "CreatedTime":{"shape":"CreationTime"},
1354
- "ProviderName":{"shape":"ProviderName"}
1355
- }
1356
- },
1357
- "PortfolioDetails":{
1358
- "type":"list",
1359
- "member":{"shape":"PortfolioDetail"}
1360
- },
1361
- "PortfolioDisplayName":{
1362
- "type":"string",
1363
- "max":100,
1364
- "min":1
1365
- },
1366
- "PortfolioName":{"type":"string"},
1367
- "Principal":{
1368
- "type":"structure",
1369
- "members":{
1370
- "PrincipalARN":{"shape":"PrincipalARN"},
1371
- "PrincipalType":{"shape":"PrincipalType"}
1372
- }
1373
- },
1374
- "PrincipalARN":{
1375
- "type":"string",
1376
- "max":1000,
1377
- "min":1
1378
- },
1379
- "PrincipalType":{
1380
- "type":"string",
1381
- "enum":["IAM"]
1382
- },
1383
- "Principals":{
1384
- "type":"list",
1385
- "member":{"shape":"Principal"}
1386
- },
1387
- "ProductSource":{
1388
- "type":"string",
1389
- "enum":["ACCOUNT"]
1390
- },
1391
- "ProductType":{
1392
- "type":"string",
1393
- "enum":[
1394
- "CLOUD_FORMATION_TEMPLATE",
1395
- "MARKETPLACE"
1396
- ]
1397
- },
1398
- "ProductViewAggregationType":{"type":"string"},
1399
- "ProductViewAggregationValue":{
1400
- "type":"structure",
1401
- "members":{
1402
- "Value":{"shape":"AttributeValue"},
1403
- "ApproximateCount":{"shape":"ApproximateCount"}
1404
- }
1405
- },
1406
- "ProductViewAggregationValues":{
1407
- "type":"list",
1408
- "member":{"shape":"ProductViewAggregationValue"}
1409
- },
1410
- "ProductViewAggregations":{
1411
- "type":"map",
1412
- "key":{"shape":"ProductViewAggregationType"},
1413
- "value":{"shape":"ProductViewAggregationValues"}
1414
- },
1415
- "ProductViewDetail":{
1416
- "type":"structure",
1417
- "members":{
1418
- "ProductViewSummary":{"shape":"ProductViewSummary"},
1419
- "Status":{"shape":"Status"},
1420
- "ProductARN":{"shape":"ResourceARN"},
1421
- "CreatedTime":{"shape":"CreatedTime"}
1422
- }
1423
- },
1424
- "ProductViewDetails":{
1425
- "type":"list",
1426
- "member":{"shape":"ProductViewDetail"}
1427
- },
1428
- "ProductViewDistributor":{"type":"string"},
1429
- "ProductViewFilterBy":{
1430
- "type":"string",
1431
- "enum":[
1432
- "FullTextSearch",
1433
- "Owner",
1434
- "ProductType",
1435
- "SourceProductId"
1436
- ]
1437
- },
1438
- "ProductViewFilterValue":{"type":"string"},
1439
- "ProductViewFilterValues":{
1440
- "type":"list",
1441
- "member":{"shape":"ProductViewFilterValue"}
1442
- },
1443
- "ProductViewFilters":{
1444
- "type":"map",
1445
- "key":{"shape":"ProductViewFilterBy"},
1446
- "value":{"shape":"ProductViewFilterValues"}
1447
- },
1448
- "ProductViewName":{"type":"string"},
1449
- "ProductViewOwner":{"type":"string"},
1450
- "ProductViewShortDescription":{"type":"string"},
1451
- "ProductViewSortBy":{
1452
- "type":"string",
1453
- "enum":[
1454
- "Title",
1455
- "VersionCount",
1456
- "CreationDate"
1457
- ]
1458
- },
1459
- "ProductViewSummaries":{
1460
- "type":"list",
1461
- "member":{"shape":"ProductViewSummary"}
1462
- },
1463
- "ProductViewSummary":{
1464
- "type":"structure",
1465
- "members":{
1466
- "Id":{"shape":"Id"},
1467
- "ProductId":{"shape":"Id"},
1468
- "Name":{"shape":"ProductViewName"},
1469
- "Owner":{"shape":"ProductViewOwner"},
1470
- "ShortDescription":{"shape":"ProductViewShortDescription"},
1471
- "Type":{"shape":"ProductType"},
1472
- "Distributor":{"shape":"ProductViewDistributor"},
1473
- "HasDefaultPath":{"shape":"HasDefaultPath"},
1474
- "SupportEmail":{"shape":"SupportEmail"},
1475
- "SupportDescription":{"shape":"SupportDescription"},
1476
- "SupportUrl":{"shape":"SupportUrl"}
1477
- }
1478
- },
1479
- "ProviderName":{
1480
- "type":"string",
1481
- "max":20,
1482
- "min":1
1483
- },
1484
- "ProvisionProductInput":{
1485
- "type":"structure",
1486
- "required":[
1487
- "ProductId",
1488
- "ProvisioningArtifactId",
1489
- "ProvisionedProductName",
1490
- "ProvisionToken"
1491
- ],
1492
- "members":{
1493
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1494
- "ProductId":{"shape":"Id"},
1495
- "ProvisioningArtifactId":{"shape":"Id"},
1496
- "PathId":{"shape":"Id"},
1497
- "ProvisionedProductName":{"shape":"ProvisionedProductName"},
1498
- "ProvisioningParameters":{"shape":"ProvisioningParameters"},
1499
- "Tags":{"shape":"Tags"},
1500
- "NotificationArns":{"shape":"NotificationArns"},
1501
- "ProvisionToken":{
1502
- "shape":"IdempotencyToken",
1503
- "idempotencyToken":true
1504
- }
1505
- }
1506
- },
1507
- "ProvisionProductOutput":{
1508
- "type":"structure",
1509
- "members":{
1510
- "RecordDetail":{"shape":"RecordDetail"}
1511
- }
1512
- },
1513
- "ProvisionedProductDetail":{
1514
- "type":"structure",
1515
- "members":{
1516
- "Name":{"shape":"ProvisionedProductNameOrArn"},
1517
- "Arn":{"shape":"ProvisionedProductNameOrArn"},
1518
- "Type":{"shape":"ProvisionedProductType"},
1519
- "Id":{"shape":"ProvisionedProductId"},
1520
- "Status":{"shape":"ProvisionedProductStatus"},
1521
- "StatusMessage":{"shape":"ProvisionedProductStatusMessage"},
1522
- "CreatedTime":{"shape":"CreatedTime"},
1523
- "IdempotencyToken":{"shape":"IdempotencyToken"},
1524
- "LastRecordId":{"shape":"LastRequestId"}
1525
- }
1526
- },
1527
- "ProvisionedProductDetails":{
1528
- "type":"list",
1529
- "member":{"shape":"ProvisionedProductDetail"}
1530
- },
1531
- "ProvisionedProductId":{"type":"string"},
1532
- "ProvisionedProductName":{
1533
- "type":"string",
1534
- "max":128,
1535
- "min":1,
1536
- "pattern":"[a-zA-Z0-9][a-zA-Z0-9._-]*"
1537
- },
1538
- "ProvisionedProductNameOrArn":{
1539
- "type":"string",
1540
- "max":1224,
1541
- "min":1,
1542
- "pattern":"[a-zA-Z0-9][a-zA-Z0-9._-]{0,127}|arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
1543
- },
1544
- "ProvisionedProductStatus":{
1545
- "type":"string",
1546
- "enum":[
1547
- "AVAILABLE",
1548
- "UNDER_CHANGE",
1549
- "TAINTED",
1550
- "ERROR"
1551
- ]
1552
- },
1553
- "ProvisionedProductStatusMessage":{"type":"string"},
1554
- "ProvisionedProductType":{"type":"string"},
1555
- "ProvisioningArtifact":{
1556
- "type":"structure",
1557
- "members":{
1558
- "Id":{"shape":"Id"},
1559
- "Name":{"shape":"ProvisioningArtifactName"},
1560
- "Description":{"shape":"ProvisioningArtifactDescription"},
1561
- "CreatedTime":{"shape":"ProvisioningArtifactCreatedTime"}
1562
- }
1563
- },
1564
- "ProvisioningArtifactCreatedTime":{"type":"timestamp"},
1565
- "ProvisioningArtifactDescription":{"type":"string"},
1566
- "ProvisioningArtifactDetail":{
1567
- "type":"structure",
1568
- "members":{
1569
- "Id":{"shape":"Id"},
1570
- "Name":{"shape":"ProvisioningArtifactName"},
1571
- "Description":{"shape":"ProvisioningArtifactName"},
1572
- "Type":{"shape":"ProvisioningArtifactType"},
1573
- "CreatedTime":{"shape":"CreationTime"}
1574
- }
1575
- },
1576
- "ProvisioningArtifactDetails":{
1577
- "type":"list",
1578
- "member":{"shape":"ProvisioningArtifactDetail"}
1579
- },
1580
- "ProvisioningArtifactInfo":{
1581
- "type":"map",
1582
- "key":{"shape":"ProvisioningArtifactInfoKey"},
1583
- "value":{"shape":"ProvisioningArtifactInfoValue"},
1584
- "max":100,
1585
- "min":1
1586
- },
1587
- "ProvisioningArtifactInfoKey":{"type":"string"},
1588
- "ProvisioningArtifactInfoValue":{"type":"string"},
1589
- "ProvisioningArtifactName":{"type":"string"},
1590
- "ProvisioningArtifactParameter":{
1591
- "type":"structure",
1592
- "members":{
1593
- "ParameterKey":{"shape":"ParameterKey"},
1594
- "DefaultValue":{"shape":"DefaultValue"},
1595
- "ParameterType":{"shape":"ParameterType"},
1596
- "IsNoEcho":{"shape":"NoEcho"},
1597
- "Description":{"shape":"Description"},
1598
- "ParameterConstraints":{"shape":"ParameterConstraints"}
1599
- }
1600
- },
1601
- "ProvisioningArtifactParameters":{
1602
- "type":"list",
1603
- "member":{"shape":"ProvisioningArtifactParameter"}
1604
- },
1605
- "ProvisioningArtifactProperties":{
1606
- "type":"structure",
1607
- "required":["Info"],
1608
- "members":{
1609
- "Name":{"shape":"ProvisioningArtifactName"},
1610
- "Description":{"shape":"ProvisioningArtifactDescription"},
1611
- "Info":{"shape":"ProvisioningArtifactInfo"},
1612
- "Type":{"shape":"ProvisioningArtifactType"}
1613
- }
1614
- },
1615
- "ProvisioningArtifactSummaries":{
1616
- "type":"list",
1617
- "member":{"shape":"ProvisioningArtifactSummary"}
1618
- },
1619
- "ProvisioningArtifactSummary":{
1620
- "type":"structure",
1621
- "members":{
1622
- "Id":{"shape":"Id"},
1623
- "Name":{"shape":"ProvisioningArtifactName"},
1624
- "Description":{"shape":"ProvisioningArtifactDescription"},
1625
- "CreatedTime":{"shape":"ProvisioningArtifactCreatedTime"},
1626
- "ProvisioningArtifactMetadata":{"shape":"ProvisioningArtifactInfo"}
1627
- }
1628
- },
1629
- "ProvisioningArtifactType":{
1630
- "type":"string",
1631
- "enum":[
1632
- "CLOUD_FORMATION_TEMPLATE",
1633
- "MARKETPLACE_AMI",
1634
- "MARKETPLACE_CAR"
1635
- ]
1636
- },
1637
- "ProvisioningArtifacts":{
1638
- "type":"list",
1639
- "member":{"shape":"ProvisioningArtifact"}
1640
- },
1641
- "ProvisioningParameter":{
1642
- "type":"structure",
1643
- "members":{
1644
- "Key":{"shape":"ParameterKey"},
1645
- "Value":{"shape":"ParameterValue"}
1646
- }
1647
- },
1648
- "ProvisioningParameters":{
1649
- "type":"list",
1650
- "member":{"shape":"ProvisioningParameter"}
1651
- },
1652
- "RecordDetail":{
1653
- "type":"structure",
1654
- "members":{
1655
- "RecordId":{"shape":"Id"},
1656
- "ProvisionedProductName":{"shape":"ProvisionedProductName"},
1657
- "Status":{"shape":"RecordStatus"},
1658
- "CreatedTime":{"shape":"CreatedTime"},
1659
- "UpdatedTime":{"shape":"UpdatedTime"},
1660
- "ProvisionedProductType":{"shape":"ProvisionedProductType"},
1661
- "RecordType":{"shape":"RecordType"},
1662
- "ProvisionedProductId":{"shape":"Id"},
1663
- "ProductId":{"shape":"Id"},
1664
- "ProvisioningArtifactId":{"shape":"Id"},
1665
- "PathId":{"shape":"Id"},
1666
- "RecordErrors":{"shape":"RecordErrors"},
1667
- "RecordTags":{"shape":"RecordTags"}
1668
- }
1669
- },
1670
- "RecordDetails":{
1671
- "type":"list",
1672
- "member":{"shape":"RecordDetail"}
1673
- },
1674
- "RecordError":{
1675
- "type":"structure",
1676
- "members":{
1677
- "Code":{"shape":"ErrorCode"},
1678
- "Description":{"shape":"ErrorDescription"}
1679
- }
1680
- },
1681
- "RecordErrors":{
1682
- "type":"list",
1683
- "member":{"shape":"RecordError"}
1684
- },
1685
- "RecordOutput":{
1686
- "type":"structure",
1687
- "members":{
1688
- "OutputKey":{"shape":"OutputKey"},
1689
- "OutputValue":{"shape":"OutputValue"},
1690
- "Description":{"shape":"Description"}
1691
- }
1692
- },
1693
- "RecordOutputs":{
1694
- "type":"list",
1695
- "member":{"shape":"RecordOutput"}
1696
- },
1697
- "RecordStatus":{
1698
- "type":"string",
1699
- "enum":[
1700
- "CREATED",
1701
- "IN_PROGRESS",
1702
- "IN_PROGRESS_IN_ERROR",
1703
- "SUCCEEDED",
1704
- "FAILED"
1705
- ]
1706
- },
1707
- "RecordTag":{
1708
- "type":"structure",
1709
- "members":{
1710
- "Key":{"shape":"RecordTagKey"},
1711
- "Value":{"shape":"RecordTagValue"}
1712
- }
1713
- },
1714
- "RecordTagKey":{
1715
- "type":"string",
1716
- "max":128,
1717
- "min":1,
1718
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
1719
- },
1720
- "RecordTagValue":{
1721
- "type":"string",
1722
- "max":256,
1723
- "min":1,
1724
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
1725
- },
1726
- "RecordTags":{
1727
- "type":"list",
1728
- "member":{"shape":"RecordTag"},
1729
- "max":50
1730
- },
1731
- "RecordType":{"type":"string"},
1732
- "RejectPortfolioShareInput":{
1733
- "type":"structure",
1734
- "required":["PortfolioId"],
1735
- "members":{
1736
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1737
- "PortfolioId":{"shape":"Id"}
1738
- }
1739
- },
1740
- "RejectPortfolioShareOutput":{
1741
- "type":"structure",
1742
- "members":{
1743
- }
1744
- },
1745
- "ResourceARN":{
1746
- "type":"string",
1747
- "max":150,
1748
- "min":1
1749
- },
1750
- "ResourceInUseException":{
1751
- "type":"structure",
1752
- "members":{
1753
- },
1754
- "exception":true
1755
- },
1756
- "ResourceNotFoundException":{
1757
- "type":"structure",
1758
- "members":{
1759
- },
1760
- "exception":true
1761
- },
1762
- "ScanProvisionedProductsInput":{
1763
- "type":"structure",
1764
- "members":{
1765
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1766
- "AccessLevelFilter":{"shape":"AccessLevelFilter"},
1767
- "PageSize":{"shape":"PageSize"},
1768
- "PageToken":{"shape":"PageToken"}
1769
- }
1770
- },
1771
- "ScanProvisionedProductsOutput":{
1772
- "type":"structure",
1773
- "members":{
1774
- "ProvisionedProducts":{"shape":"ProvisionedProductDetails"},
1775
- "NextPageToken":{"shape":"PageToken"}
1776
- }
1777
- },
1778
- "SearchFilterKey":{"type":"string"},
1779
- "SearchFilterValue":{"type":"string"},
1780
- "SearchProductsAsAdminInput":{
1781
- "type":"structure",
1782
- "members":{
1783
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1784
- "PortfolioId":{"shape":"Id"},
1785
- "Filters":{"shape":"ProductViewFilters"},
1786
- "SortBy":{"shape":"ProductViewSortBy"},
1787
- "SortOrder":{"shape":"SortOrder"},
1788
- "PageToken":{"shape":"PageToken"},
1789
- "PageSize":{"shape":"PageSize"},
1790
- "ProductSource":{"shape":"ProductSource"}
1791
- }
1792
- },
1793
- "SearchProductsAsAdminOutput":{
1794
- "type":"structure",
1795
- "members":{
1796
- "ProductViewDetails":{"shape":"ProductViewDetails"},
1797
- "NextPageToken":{"shape":"PageToken"}
1798
- }
1799
- },
1800
- "SearchProductsInput":{
1801
- "type":"structure",
1802
- "members":{
1803
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1804
- "Filters":{"shape":"ProductViewFilters"},
1805
- "PageSize":{"shape":"PageSize"},
1806
- "SortBy":{"shape":"ProductViewSortBy"},
1807
- "SortOrder":{"shape":"SortOrder"},
1808
- "PageToken":{"shape":"PageToken"}
1809
- }
1810
- },
1811
- "SearchProductsOutput":{
1812
- "type":"structure",
1813
- "members":{
1814
- "ProductViewSummaries":{"shape":"ProductViewSummaries"},
1815
- "ProductViewAggregations":{"shape":"ProductViewAggregations"},
1816
- "NextPageToken":{"shape":"PageToken"}
1817
- }
1818
- },
1819
- "SortOrder":{
1820
- "type":"string",
1821
- "enum":[
1822
- "ASCENDING",
1823
- "DESCENDING"
1824
- ]
1825
- },
1826
- "Status":{
1827
- "type":"string",
1828
- "enum":[
1829
- "AVAILABLE",
1830
- "CREATING",
1831
- "FAILED"
1832
- ]
1833
- },
1834
- "SupportDescription":{"type":"string"},
1835
- "SupportEmail":{"type":"string"},
1836
- "SupportUrl":{"type":"string"},
1837
- "Tag":{
1838
- "type":"structure",
1839
- "required":[
1840
- "Key",
1841
- "Value"
1842
- ],
1843
- "members":{
1844
- "Key":{"shape":"TagKey"},
1845
- "Value":{"shape":"TagValue"}
1846
- }
1847
- },
1848
- "TagKey":{
1849
- "type":"string",
1850
- "max":128,
1851
- "min":1,
1852
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1853
- },
1854
- "TagKeys":{
1855
- "type":"list",
1856
- "member":{"shape":"TagKey"}
1857
- },
1858
- "TagValue":{
1859
- "type":"string",
1860
- "max":256,
1861
- "min":1,
1862
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1863
- },
1864
- "Tags":{
1865
- "type":"list",
1866
- "member":{"shape":"Tag"},
1867
- "max":50
1868
- },
1869
- "TerminateProvisionedProductInput":{
1870
- "type":"structure",
1871
- "required":["TerminateToken"],
1872
- "members":{
1873
- "ProvisionedProductName":{"shape":"ProvisionedProductNameOrArn"},
1874
- "ProvisionedProductId":{"shape":"Id"},
1875
- "TerminateToken":{
1876
- "shape":"IdempotencyToken",
1877
- "idempotencyToken":true
1878
- },
1879
- "IgnoreErrors":{"shape":"IgnoreErrors"},
1880
- "AcceptLanguage":{"shape":"AcceptLanguage"}
1881
- }
1882
- },
1883
- "TerminateProvisionedProductOutput":{
1884
- "type":"structure",
1885
- "members":{
1886
- "RecordDetail":{"shape":"RecordDetail"}
1887
- }
1888
- },
1889
- "UpdateConstraintInput":{
1890
- "type":"structure",
1891
- "required":["Id"],
1892
- "members":{
1893
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1894
- "Id":{"shape":"Id"},
1895
- "Description":{"shape":"ConstraintDescription"}
1896
- }
1897
- },
1898
- "UpdateConstraintOutput":{
1899
- "type":"structure",
1900
- "members":{
1901
- "ConstraintDetail":{"shape":"ConstraintDetail"},
1902
- "ConstraintParameters":{"shape":"ConstraintParameters"},
1903
- "Status":{"shape":"Status"}
1904
- }
1905
- },
1906
- "UpdatePortfolioInput":{
1907
- "type":"structure",
1908
- "required":["Id"],
1909
- "members":{
1910
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1911
- "Id":{"shape":"Id"},
1912
- "DisplayName":{"shape":"PortfolioDisplayName"},
1913
- "Description":{"shape":"PortfolioDescription"},
1914
- "ProviderName":{"shape":"ProviderName"},
1915
- "AddTags":{"shape":"AddTags"},
1916
- "RemoveTags":{"shape":"TagKeys"}
1917
- }
1918
- },
1919
- "UpdatePortfolioOutput":{
1920
- "type":"structure",
1921
- "members":{
1922
- "PortfolioDetail":{"shape":"PortfolioDetail"},
1923
- "Tags":{"shape":"Tags"}
1924
- }
1925
- },
1926
- "UpdateProductInput":{
1927
- "type":"structure",
1928
- "required":["Id"],
1929
- "members":{
1930
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1931
- "Id":{"shape":"Id"},
1932
- "Name":{"shape":"ProductViewName"},
1933
- "Owner":{"shape":"ProductViewOwner"},
1934
- "Description":{"shape":"ProductViewShortDescription"},
1935
- "Distributor":{"shape":"ProductViewOwner"},
1936
- "SupportDescription":{"shape":"SupportDescription"},
1937
- "SupportEmail":{"shape":"SupportEmail"},
1938
- "SupportUrl":{"shape":"SupportUrl"},
1939
- "AddTags":{"shape":"AddTags"},
1940
- "RemoveTags":{"shape":"TagKeys"}
1941
- }
1942
- },
1943
- "UpdateProductOutput":{
1944
- "type":"structure",
1945
- "members":{
1946
- "ProductViewDetail":{"shape":"ProductViewDetail"},
1947
- "Tags":{"shape":"Tags"}
1948
- }
1949
- },
1950
- "UpdateProvisionedProductInput":{
1951
- "type":"structure",
1952
- "required":["UpdateToken"],
1953
- "members":{
1954
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1955
- "ProvisionedProductName":{"shape":"ProvisionedProductNameOrArn"},
1956
- "ProvisionedProductId":{"shape":"Id"},
1957
- "ProductId":{"shape":"Id"},
1958
- "ProvisioningArtifactId":{"shape":"Id"},
1959
- "PathId":{"shape":"Id"},
1960
- "ProvisioningParameters":{"shape":"UpdateProvisioningParameters"},
1961
- "UpdateToken":{
1962
- "shape":"IdempotencyToken",
1963
- "idempotencyToken":true
1964
- }
1965
- }
1966
- },
1967
- "UpdateProvisionedProductOutput":{
1968
- "type":"structure",
1969
- "members":{
1970
- "RecordDetail":{"shape":"RecordDetail"}
1971
- }
1972
- },
1973
- "UpdateProvisioningArtifactInput":{
1974
- "type":"structure",
1975
- "required":[
1976
- "ProductId",
1977
- "ProvisioningArtifactId"
1978
- ],
1979
- "members":{
1980
- "AcceptLanguage":{"shape":"AcceptLanguage"},
1981
- "ProductId":{"shape":"Id"},
1982
- "ProvisioningArtifactId":{"shape":"Id"},
1983
- "Name":{"shape":"ProvisioningArtifactName"},
1984
- "Description":{"shape":"ProvisioningArtifactDescription"}
1985
- }
1986
- },
1987
- "UpdateProvisioningArtifactOutput":{
1988
- "type":"structure",
1989
- "members":{
1990
- "ProvisioningArtifactDetail":{"shape":"ProvisioningArtifactDetail"},
1991
- "Info":{"shape":"ProvisioningArtifactInfo"},
1992
- "Status":{"shape":"Status"}
1993
- }
1994
- },
1995
- "UpdateProvisioningParameter":{
1996
- "type":"structure",
1997
- "members":{
1998
- "Key":{"shape":"ParameterKey"},
1999
- "Value":{"shape":"ParameterValue"},
2000
- "UsePreviousValue":{"shape":"UsePreviousValue"}
2001
- }
2002
- },
2003
- "UpdateProvisioningParameters":{
2004
- "type":"list",
2005
- "member":{"shape":"UpdateProvisioningParameter"}
2006
- },
2007
- "UpdatedTime":{"type":"timestamp"},
2008
- "UsageInstruction":{
2009
- "type":"structure",
2010
- "members":{
2011
- "Type":{"shape":"InstructionType"},
2012
- "Value":{"shape":"InstructionValue"}
2013
- }
2014
- },
2015
- "UsageInstructions":{
2016
- "type":"list",
2017
- "member":{"shape":"UsageInstruction"}
2018
- },
2019
- "UsePreviousValue":{"type":"boolean"},
2020
- "Verbose":{"type":"boolean"}
2021
- }
2022
- }