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,3949 +0,0 @@
1
- {
2
- "metadata" : {
3
- "apiVersion" : "2016-12-01",
4
- "endpointPrefix" : "pinpoint",
5
- "signingName" : "mobiletargeting",
6
- "serviceFullName" : "Amazon Pinpoint",
7
- "signatureVersion":"v4",
8
- "protocol" : "rest-json",
9
- "jsonVersion" : "1.1"
10
- },
11
- "operations" : {
12
- "CreateCampaign" : {
13
- "name" : "CreateCampaign",
14
- "http" : {
15
- "method" : "POST",
16
- "requestUri" : "/v1/apps/{application-id}/campaigns",
17
- "responseCode" : 201
18
- },
19
- "input" : {
20
- "shape" : "CreateCampaignRequest"
21
- },
22
- "output" : {
23
- "shape" : "CreateCampaignResponse"
24
- },
25
- "errors" : [ {
26
- "shape" : "BadRequestException"
27
- }, {
28
- "shape" : "InternalServerErrorException"
29
- }, {
30
- "shape" : "ForbiddenException"
31
- }, {
32
- "shape" : "NotFoundException"
33
- }, {
34
- "shape" : "MethodNotAllowedException"
35
- }, {
36
- "shape" : "TooManyRequestsException"
37
- } ]
38
- },
39
- "CreateImportJob" : {
40
- "name" : "CreateImportJob",
41
- "http" : {
42
- "method" : "POST",
43
- "requestUri" : "/v1/apps/{application-id}/jobs/import",
44
- "responseCode" : 201
45
- },
46
- "input" : {
47
- "shape" : "CreateImportJobRequest"
48
- },
49
- "output" : {
50
- "shape" : "CreateImportJobResponse"
51
- },
52
- "errors" : [ {
53
- "shape" : "BadRequestException"
54
- }, {
55
- "shape" : "InternalServerErrorException"
56
- }, {
57
- "shape" : "ForbiddenException"
58
- }, {
59
- "shape" : "NotFoundException"
60
- }, {
61
- "shape" : "MethodNotAllowedException"
62
- }, {
63
- "shape" : "TooManyRequestsException"
64
- } ]
65
- },
66
- "CreateSegment" : {
67
- "name" : "CreateSegment",
68
- "http" : {
69
- "method" : "POST",
70
- "requestUri" : "/v1/apps/{application-id}/segments",
71
- "responseCode" : 201
72
- },
73
- "input" : {
74
- "shape" : "CreateSegmentRequest"
75
- },
76
- "output" : {
77
- "shape" : "CreateSegmentResponse"
78
- },
79
- "errors" : [ {
80
- "shape" : "BadRequestException"
81
- }, {
82
- "shape" : "InternalServerErrorException"
83
- }, {
84
- "shape" : "ForbiddenException"
85
- }, {
86
- "shape" : "NotFoundException"
87
- }, {
88
- "shape" : "MethodNotAllowedException"
89
- }, {
90
- "shape" : "TooManyRequestsException"
91
- } ]
92
- },
93
- "DeleteApnsChannel" : {
94
- "name" : "DeleteApnsChannel",
95
- "http" : {
96
- "method" : "DELETE",
97
- "requestUri" : "/v1/apps/{application-id}/channels/apns",
98
- "responseCode" : 200
99
- },
100
- "input" : {
101
- "shape" : "DeleteApnsChannelRequest"
102
- },
103
- "output" : {
104
- "shape" : "DeleteApnsChannelResponse"
105
- },
106
- "errors" : [ {
107
- "shape" : "BadRequestException"
108
- }, {
109
- "shape" : "InternalServerErrorException"
110
- }, {
111
- "shape" : "ForbiddenException"
112
- }, {
113
- "shape" : "NotFoundException"
114
- }, {
115
- "shape" : "MethodNotAllowedException"
116
- }, {
117
- "shape" : "TooManyRequestsException"
118
- } ]
119
- },
120
- "DeleteApnsSandboxChannel" : {
121
- "name" : "DeleteApnsSandboxChannel",
122
- "http" : {
123
- "method" : "DELETE",
124
- "requestUri" : "/v1/apps/{application-id}/channels/apns_sandbox",
125
- "responseCode" : 200
126
- },
127
- "input" : {
128
- "shape" : "DeleteApnsSandboxChannelRequest"
129
- },
130
- "output" : {
131
- "shape" : "DeleteApnsSandboxChannelResponse"
132
- },
133
- "errors" : [ {
134
- "shape" : "BadRequestException"
135
- }, {
136
- "shape" : "InternalServerErrorException"
137
- }, {
138
- "shape" : "ForbiddenException"
139
- }, {
140
- "shape" : "NotFoundException"
141
- }, {
142
- "shape" : "MethodNotAllowedException"
143
- }, {
144
- "shape" : "TooManyRequestsException"
145
- } ]
146
- },
147
- "DeleteCampaign" : {
148
- "name" : "DeleteCampaign",
149
- "http" : {
150
- "method" : "DELETE",
151
- "requestUri" : "/v1/apps/{application-id}/campaigns/{campaign-id}",
152
- "responseCode" : 200
153
- },
154
- "input" : {
155
- "shape" : "DeleteCampaignRequest"
156
- },
157
- "output" : {
158
- "shape" : "DeleteCampaignResponse"
159
- },
160
- "errors" : [ {
161
- "shape" : "BadRequestException"
162
- }, {
163
- "shape" : "InternalServerErrorException"
164
- }, {
165
- "shape" : "ForbiddenException"
166
- }, {
167
- "shape" : "NotFoundException"
168
- }, {
169
- "shape" : "MethodNotAllowedException"
170
- }, {
171
- "shape" : "TooManyRequestsException"
172
- } ]
173
- },
174
- "DeleteEmailChannel" : {
175
- "name" : "DeleteEmailChannel",
176
- "http" : {
177
- "method" : "DELETE",
178
- "requestUri" : "/v1/apps/{application-id}/channels/email",
179
- "responseCode" : 200
180
- },
181
- "input" : {
182
- "shape" : "DeleteEmailChannelRequest"
183
- },
184
- "output" : {
185
- "shape" : "DeleteEmailChannelResponse"
186
- },
187
- "errors" : [ {
188
- "shape" : "BadRequestException"
189
- }, {
190
- "shape" : "InternalServerErrorException"
191
- }, {
192
- "shape" : "ForbiddenException"
193
- }, {
194
- "shape" : "NotFoundException"
195
- }, {
196
- "shape" : "MethodNotAllowedException"
197
- }, {
198
- "shape" : "TooManyRequestsException"
199
- } ]
200
- },
201
- "DeleteEventStream" : {
202
- "name" : "DeleteEventStream",
203
- "http" : {
204
- "method" : "DELETE",
205
- "requestUri" : "/v1/apps/{application-id}/eventstream",
206
- "responseCode" : 200
207
- },
208
- "input" : {
209
- "shape" : "DeleteEventStreamRequest"
210
- },
211
- "output" : {
212
- "shape" : "DeleteEventStreamResponse"
213
- },
214
- "errors" : [ {
215
- "shape" : "BadRequestException"
216
- }, {
217
- "shape" : "InternalServerErrorException"
218
- }, {
219
- "shape" : "ForbiddenException"
220
- }, {
221
- "shape" : "NotFoundException"
222
- }, {
223
- "shape" : "MethodNotAllowedException"
224
- }, {
225
- "shape" : "TooManyRequestsException"
226
- } ]
227
- },
228
- "DeleteGcmChannel" : {
229
- "name" : "DeleteGcmChannel",
230
- "http" : {
231
- "method" : "DELETE",
232
- "requestUri" : "/v1/apps/{application-id}/channels/gcm",
233
- "responseCode" : 200
234
- },
235
- "input" : {
236
- "shape" : "DeleteGcmChannelRequest"
237
- },
238
- "output" : {
239
- "shape" : "DeleteGcmChannelResponse"
240
- },
241
- "errors" : [ {
242
- "shape" : "BadRequestException"
243
- }, {
244
- "shape" : "InternalServerErrorException"
245
- }, {
246
- "shape" : "ForbiddenException"
247
- }, {
248
- "shape" : "NotFoundException"
249
- }, {
250
- "shape" : "MethodNotAllowedException"
251
- }, {
252
- "shape" : "TooManyRequestsException"
253
- } ]
254
- },
255
- "DeleteSegment" : {
256
- "name" : "DeleteSegment",
257
- "http" : {
258
- "method" : "DELETE",
259
- "requestUri" : "/v1/apps/{application-id}/segments/{segment-id}",
260
- "responseCode" : 200
261
- },
262
- "input" : {
263
- "shape" : "DeleteSegmentRequest"
264
- },
265
- "output" : {
266
- "shape" : "DeleteSegmentResponse"
267
- },
268
- "errors" : [ {
269
- "shape" : "BadRequestException"
270
- }, {
271
- "shape" : "InternalServerErrorException"
272
- }, {
273
- "shape" : "ForbiddenException"
274
- }, {
275
- "shape" : "NotFoundException"
276
- }, {
277
- "shape" : "MethodNotAllowedException"
278
- }, {
279
- "shape" : "TooManyRequestsException"
280
- } ]
281
- },
282
- "DeleteSmsChannel" : {
283
- "name" : "DeleteSmsChannel",
284
- "http" : {
285
- "method" : "DELETE",
286
- "requestUri" : "/v1/apps/{application-id}/channels/sms",
287
- "responseCode" : 200
288
- },
289
- "input" : {
290
- "shape" : "DeleteSmsChannelRequest"
291
- },
292
- "output" : {
293
- "shape" : "DeleteSmsChannelResponse"
294
- },
295
- "errors" : [ {
296
- "shape" : "BadRequestException"
297
- }, {
298
- "shape" : "InternalServerErrorException"
299
- }, {
300
- "shape" : "ForbiddenException"
301
- }, {
302
- "shape" : "NotFoundException"
303
- }, {
304
- "shape" : "MethodNotAllowedException"
305
- }, {
306
- "shape" : "TooManyRequestsException"
307
- } ]
308
- },
309
- "GetApnsChannel" : {
310
- "name" : "GetApnsChannel",
311
- "http" : {
312
- "method" : "GET",
313
- "requestUri" : "/v1/apps/{application-id}/channels/apns",
314
- "responseCode" : 200
315
- },
316
- "input" : {
317
- "shape" : "GetApnsChannelRequest"
318
- },
319
- "output" : {
320
- "shape" : "GetApnsChannelResponse"
321
- },
322
- "errors" : [ {
323
- "shape" : "BadRequestException"
324
- }, {
325
- "shape" : "InternalServerErrorException"
326
- }, {
327
- "shape" : "ForbiddenException"
328
- }, {
329
- "shape" : "NotFoundException"
330
- }, {
331
- "shape" : "MethodNotAllowedException"
332
- }, {
333
- "shape" : "TooManyRequestsException"
334
- } ]
335
- },
336
- "GetApnsSandboxChannel" : {
337
- "name" : "GetApnsSandboxChannel",
338
- "http" : {
339
- "method" : "GET",
340
- "requestUri" : "/v1/apps/{application-id}/channels/apns_sandbox",
341
- "responseCode" : 200
342
- },
343
- "input" : {
344
- "shape" : "GetApnsSandboxChannelRequest"
345
- },
346
- "output" : {
347
- "shape" : "GetApnsSandboxChannelResponse"
348
- },
349
- "errors" : [ {
350
- "shape" : "BadRequestException"
351
- }, {
352
- "shape" : "InternalServerErrorException"
353
- }, {
354
- "shape" : "ForbiddenException"
355
- }, {
356
- "shape" : "NotFoundException"
357
- }, {
358
- "shape" : "MethodNotAllowedException"
359
- }, {
360
- "shape" : "TooManyRequestsException"
361
- } ]
362
- },
363
- "GetApplicationSettings" : {
364
- "name" : "GetApplicationSettings",
365
- "http" : {
366
- "method" : "GET",
367
- "requestUri" : "/v1/apps/{application-id}/settings",
368
- "responseCode" : 200
369
- },
370
- "input" : {
371
- "shape" : "GetApplicationSettingsRequest"
372
- },
373
- "output" : {
374
- "shape" : "GetApplicationSettingsResponse"
375
- },
376
- "errors" : [ {
377
- "shape" : "BadRequestException"
378
- }, {
379
- "shape" : "InternalServerErrorException"
380
- }, {
381
- "shape" : "ForbiddenException"
382
- }, {
383
- "shape" : "NotFoundException"
384
- }, {
385
- "shape" : "MethodNotAllowedException"
386
- }, {
387
- "shape" : "TooManyRequestsException"
388
- } ]
389
- },
390
- "GetCampaign" : {
391
- "name" : "GetCampaign",
392
- "http" : {
393
- "method" : "GET",
394
- "requestUri" : "/v1/apps/{application-id}/campaigns/{campaign-id}",
395
- "responseCode" : 200
396
- },
397
- "input" : {
398
- "shape" : "GetCampaignRequest"
399
- },
400
- "output" : {
401
- "shape" : "GetCampaignResponse"
402
- },
403
- "errors" : [ {
404
- "shape" : "BadRequestException"
405
- }, {
406
- "shape" : "InternalServerErrorException"
407
- }, {
408
- "shape" : "ForbiddenException"
409
- }, {
410
- "shape" : "NotFoundException"
411
- }, {
412
- "shape" : "MethodNotAllowedException"
413
- }, {
414
- "shape" : "TooManyRequestsException"
415
- } ]
416
- },
417
- "GetCampaignActivities" : {
418
- "name" : "GetCampaignActivities",
419
- "http" : {
420
- "method" : "GET",
421
- "requestUri" : "/v1/apps/{application-id}/campaigns/{campaign-id}/activities",
422
- "responseCode" : 200
423
- },
424
- "input" : {
425
- "shape" : "GetCampaignActivitiesRequest"
426
- },
427
- "output" : {
428
- "shape" : "GetCampaignActivitiesResponse"
429
- },
430
- "errors" : [ {
431
- "shape" : "BadRequestException"
432
- }, {
433
- "shape" : "InternalServerErrorException"
434
- }, {
435
- "shape" : "ForbiddenException"
436
- }, {
437
- "shape" : "NotFoundException"
438
- }, {
439
- "shape" : "MethodNotAllowedException"
440
- }, {
441
- "shape" : "TooManyRequestsException"
442
- } ]
443
- },
444
- "GetCampaignVersion" : {
445
- "name" : "GetCampaignVersion",
446
- "http" : {
447
- "method" : "GET",
448
- "requestUri" : "/v1/apps/{application-id}/campaigns/{campaign-id}/versions/{version}",
449
- "responseCode" : 200
450
- },
451
- "input" : {
452
- "shape" : "GetCampaignVersionRequest"
453
- },
454
- "output" : {
455
- "shape" : "GetCampaignVersionResponse"
456
- },
457
- "errors" : [ {
458
- "shape" : "BadRequestException"
459
- }, {
460
- "shape" : "InternalServerErrorException"
461
- }, {
462
- "shape" : "ForbiddenException"
463
- }, {
464
- "shape" : "NotFoundException"
465
- }, {
466
- "shape" : "MethodNotAllowedException"
467
- }, {
468
- "shape" : "TooManyRequestsException"
469
- } ]
470
- },
471
- "GetCampaignVersions" : {
472
- "name" : "GetCampaignVersions",
473
- "http" : {
474
- "method" : "GET",
475
- "requestUri" : "/v1/apps/{application-id}/campaigns/{campaign-id}/versions",
476
- "responseCode" : 200
477
- },
478
- "input" : {
479
- "shape" : "GetCampaignVersionsRequest"
480
- },
481
- "output" : {
482
- "shape" : "GetCampaignVersionsResponse"
483
- },
484
- "errors" : [ {
485
- "shape" : "BadRequestException"
486
- }, {
487
- "shape" : "InternalServerErrorException"
488
- }, {
489
- "shape" : "ForbiddenException"
490
- }, {
491
- "shape" : "NotFoundException"
492
- }, {
493
- "shape" : "MethodNotAllowedException"
494
- }, {
495
- "shape" : "TooManyRequestsException"
496
- } ]
497
- },
498
- "GetCampaigns" : {
499
- "name" : "GetCampaigns",
500
- "http" : {
501
- "method" : "GET",
502
- "requestUri" : "/v1/apps/{application-id}/campaigns",
503
- "responseCode" : 200
504
- },
505
- "input" : {
506
- "shape" : "GetCampaignsRequest"
507
- },
508
- "output" : {
509
- "shape" : "GetCampaignsResponse"
510
- },
511
- "errors" : [ {
512
- "shape" : "BadRequestException"
513
- }, {
514
- "shape" : "InternalServerErrorException"
515
- }, {
516
- "shape" : "ForbiddenException"
517
- }, {
518
- "shape" : "NotFoundException"
519
- }, {
520
- "shape" : "MethodNotAllowedException"
521
- }, {
522
- "shape" : "TooManyRequestsException"
523
- } ]
524
- },
525
- "GetEmailChannel" : {
526
- "name" : "GetEmailChannel",
527
- "http" : {
528
- "method" : "GET",
529
- "requestUri" : "/v1/apps/{application-id}/channels/email",
530
- "responseCode" : 200
531
- },
532
- "input" : {
533
- "shape" : "GetEmailChannelRequest"
534
- },
535
- "output" : {
536
- "shape" : "GetEmailChannelResponse"
537
- },
538
- "errors" : [ {
539
- "shape" : "BadRequestException"
540
- }, {
541
- "shape" : "InternalServerErrorException"
542
- }, {
543
- "shape" : "ForbiddenException"
544
- }, {
545
- "shape" : "NotFoundException"
546
- }, {
547
- "shape" : "MethodNotAllowedException"
548
- }, {
549
- "shape" : "TooManyRequestsException"
550
- } ]
551
- },
552
- "GetEndpoint" : {
553
- "name" : "GetEndpoint",
554
- "http" : {
555
- "method" : "GET",
556
- "requestUri" : "/v1/apps/{application-id}/endpoints/{endpoint-id}",
557
- "responseCode" : 200
558
- },
559
- "input" : {
560
- "shape" : "GetEndpointRequest"
561
- },
562
- "output" : {
563
- "shape" : "GetEndpointResponse"
564
- },
565
- "errors" : [ {
566
- "shape" : "BadRequestException"
567
- }, {
568
- "shape" : "InternalServerErrorException"
569
- }, {
570
- "shape" : "ForbiddenException"
571
- }, {
572
- "shape" : "NotFoundException"
573
- }, {
574
- "shape" : "MethodNotAllowedException"
575
- }, {
576
- "shape" : "TooManyRequestsException"
577
- } ]
578
- },
579
- "GetEventStream" : {
580
- "name" : "GetEventStream",
581
- "http" : {
582
- "method" : "GET",
583
- "requestUri" : "/v1/apps/{application-id}/eventstream",
584
- "responseCode" : 200
585
- },
586
- "input" : {
587
- "shape" : "GetEventStreamRequest"
588
- },
589
- "output" : {
590
- "shape" : "GetEventStreamResponse"
591
- },
592
- "errors" : [ {
593
- "shape" : "BadRequestException"
594
- }, {
595
- "shape" : "InternalServerErrorException"
596
- }, {
597
- "shape" : "ForbiddenException"
598
- }, {
599
- "shape" : "NotFoundException"
600
- }, {
601
- "shape" : "MethodNotAllowedException"
602
- }, {
603
- "shape" : "TooManyRequestsException"
604
- } ]
605
- },
606
- "GetGcmChannel" : {
607
- "name" : "GetGcmChannel",
608
- "http" : {
609
- "method" : "GET",
610
- "requestUri" : "/v1/apps/{application-id}/channels/gcm",
611
- "responseCode" : 200
612
- },
613
- "input" : {
614
- "shape" : "GetGcmChannelRequest"
615
- },
616
- "output" : {
617
- "shape" : "GetGcmChannelResponse"
618
- },
619
- "errors" : [ {
620
- "shape" : "BadRequestException"
621
- }, {
622
- "shape" : "InternalServerErrorException"
623
- }, {
624
- "shape" : "ForbiddenException"
625
- }, {
626
- "shape" : "NotFoundException"
627
- }, {
628
- "shape" : "MethodNotAllowedException"
629
- }, {
630
- "shape" : "TooManyRequestsException"
631
- } ]
632
- },
633
- "GetImportJob" : {
634
- "name" : "GetImportJob",
635
- "http" : {
636
- "method" : "GET",
637
- "requestUri" : "/v1/apps/{application-id}/jobs/import/{job-id}",
638
- "responseCode" : 200
639
- },
640
- "input" : {
641
- "shape" : "GetImportJobRequest"
642
- },
643
- "output" : {
644
- "shape" : "GetImportJobResponse"
645
- },
646
- "errors" : [ {
647
- "shape" : "BadRequestException"
648
- }, {
649
- "shape" : "InternalServerErrorException"
650
- }, {
651
- "shape" : "ForbiddenException"
652
- }, {
653
- "shape" : "NotFoundException"
654
- }, {
655
- "shape" : "MethodNotAllowedException"
656
- }, {
657
- "shape" : "TooManyRequestsException"
658
- } ]
659
- },
660
- "GetImportJobs" : {
661
- "name" : "GetImportJobs",
662
- "http" : {
663
- "method" : "GET",
664
- "requestUri" : "/v1/apps/{application-id}/jobs/import",
665
- "responseCode" : 200
666
- },
667
- "input" : {
668
- "shape" : "GetImportJobsRequest"
669
- },
670
- "output" : {
671
- "shape" : "GetImportJobsResponse"
672
- },
673
- "errors" : [ {
674
- "shape" : "BadRequestException"
675
- }, {
676
- "shape" : "InternalServerErrorException"
677
- }, {
678
- "shape" : "ForbiddenException"
679
- }, {
680
- "shape" : "NotFoundException"
681
- }, {
682
- "shape" : "MethodNotAllowedException"
683
- }, {
684
- "shape" : "TooManyRequestsException"
685
- } ]
686
- },
687
- "GetSegment" : {
688
- "name" : "GetSegment",
689
- "http" : {
690
- "method" : "GET",
691
- "requestUri" : "/v1/apps/{application-id}/segments/{segment-id}",
692
- "responseCode" : 200
693
- },
694
- "input" : {
695
- "shape" : "GetSegmentRequest"
696
- },
697
- "output" : {
698
- "shape" : "GetSegmentResponse"
699
- },
700
- "errors" : [ {
701
- "shape" : "BadRequestException"
702
- }, {
703
- "shape" : "InternalServerErrorException"
704
- }, {
705
- "shape" : "ForbiddenException"
706
- }, {
707
- "shape" : "NotFoundException"
708
- }, {
709
- "shape" : "MethodNotAllowedException"
710
- }, {
711
- "shape" : "TooManyRequestsException"
712
- } ]
713
- },
714
- "GetSegmentImportJobs" : {
715
- "name" : "GetSegmentImportJobs",
716
- "http" : {
717
- "method" : "GET",
718
- "requestUri" : "/v1/apps/{application-id}/segments/{segment-id}/jobs/import",
719
- "responseCode" : 200
720
- },
721
- "input" : {
722
- "shape" : "GetSegmentImportJobsRequest"
723
- },
724
- "output" : {
725
- "shape" : "GetSegmentImportJobsResponse"
726
- },
727
- "errors" : [ {
728
- "shape" : "BadRequestException"
729
- }, {
730
- "shape" : "InternalServerErrorException"
731
- }, {
732
- "shape" : "ForbiddenException"
733
- }, {
734
- "shape" : "NotFoundException"
735
- }, {
736
- "shape" : "MethodNotAllowedException"
737
- }, {
738
- "shape" : "TooManyRequestsException"
739
- } ]
740
- },
741
- "GetSegmentVersion" : {
742
- "name" : "GetSegmentVersion",
743
- "http" : {
744
- "method" : "GET",
745
- "requestUri" : "/v1/apps/{application-id}/segments/{segment-id}/versions/{version}",
746
- "responseCode" : 200
747
- },
748
- "input" : {
749
- "shape" : "GetSegmentVersionRequest"
750
- },
751
- "output" : {
752
- "shape" : "GetSegmentVersionResponse"
753
- },
754
- "errors" : [ {
755
- "shape" : "BadRequestException"
756
- }, {
757
- "shape" : "InternalServerErrorException"
758
- }, {
759
- "shape" : "ForbiddenException"
760
- }, {
761
- "shape" : "NotFoundException"
762
- }, {
763
- "shape" : "MethodNotAllowedException"
764
- }, {
765
- "shape" : "TooManyRequestsException"
766
- } ]
767
- },
768
- "GetSegmentVersions" : {
769
- "name" : "GetSegmentVersions",
770
- "http" : {
771
- "method" : "GET",
772
- "requestUri" : "/v1/apps/{application-id}/segments/{segment-id}/versions",
773
- "responseCode" : 200
774
- },
775
- "input" : {
776
- "shape" : "GetSegmentVersionsRequest"
777
- },
778
- "output" : {
779
- "shape" : "GetSegmentVersionsResponse"
780
- },
781
- "errors" : [ {
782
- "shape" : "BadRequestException"
783
- }, {
784
- "shape" : "InternalServerErrorException"
785
- }, {
786
- "shape" : "ForbiddenException"
787
- }, {
788
- "shape" : "NotFoundException"
789
- }, {
790
- "shape" : "MethodNotAllowedException"
791
- }, {
792
- "shape" : "TooManyRequestsException"
793
- } ]
794
- },
795
- "GetSegments" : {
796
- "name" : "GetSegments",
797
- "http" : {
798
- "method" : "GET",
799
- "requestUri" : "/v1/apps/{application-id}/segments",
800
- "responseCode" : 200
801
- },
802
- "input" : {
803
- "shape" : "GetSegmentsRequest"
804
- },
805
- "output" : {
806
- "shape" : "GetSegmentsResponse"
807
- },
808
- "errors" : [ {
809
- "shape" : "BadRequestException"
810
- }, {
811
- "shape" : "InternalServerErrorException"
812
- }, {
813
- "shape" : "ForbiddenException"
814
- }, {
815
- "shape" : "NotFoundException"
816
- }, {
817
- "shape" : "MethodNotAllowedException"
818
- }, {
819
- "shape" : "TooManyRequestsException"
820
- } ]
821
- },
822
- "GetSmsChannel" : {
823
- "name" : "GetSmsChannel",
824
- "http" : {
825
- "method" : "GET",
826
- "requestUri" : "/v1/apps/{application-id}/channels/sms",
827
- "responseCode" : 200
828
- },
829
- "input" : {
830
- "shape" : "GetSmsChannelRequest"
831
- },
832
- "output" : {
833
- "shape" : "GetSmsChannelResponse"
834
- },
835
- "errors" : [ {
836
- "shape" : "BadRequestException"
837
- }, {
838
- "shape" : "InternalServerErrorException"
839
- }, {
840
- "shape" : "ForbiddenException"
841
- }, {
842
- "shape" : "NotFoundException"
843
- }, {
844
- "shape" : "MethodNotAllowedException"
845
- }, {
846
- "shape" : "TooManyRequestsException"
847
- } ]
848
- },
849
- "PutEventStream" : {
850
- "name" : "PutEventStream",
851
- "http" : {
852
- "method" : "POST",
853
- "requestUri" : "/v1/apps/{application-id}/eventstream",
854
- "responseCode" : 200
855
- },
856
- "input" : {
857
- "shape" : "PutEventStreamRequest"
858
- },
859
- "output" : {
860
- "shape" : "PutEventStreamResponse"
861
- },
862
- "errors" : [ {
863
- "shape" : "BadRequestException"
864
- }, {
865
- "shape" : "InternalServerErrorException"
866
- }, {
867
- "shape" : "ForbiddenException"
868
- }, {
869
- "shape" : "NotFoundException"
870
- }, {
871
- "shape" : "MethodNotAllowedException"
872
- }, {
873
- "shape" : "TooManyRequestsException"
874
- } ]
875
- },
876
- "SendMessages" : {
877
- "name" : "SendMessages",
878
- "http" : {
879
- "method" : "POST",
880
- "requestUri" : "/v1/apps/{application-id}/messages",
881
- "responseCode" : 200
882
- },
883
- "input" : {
884
- "shape" : "SendMessagesRequest"
885
- },
886
- "output" : {
887
- "shape" : "SendMessagesResponse"
888
- },
889
- "errors" : [ {
890
- "shape" : "BadRequestException"
891
- }, {
892
- "shape" : "InternalServerErrorException"
893
- }, {
894
- "shape" : "ForbiddenException"
895
- }, {
896
- "shape" : "NotFoundException"
897
- }, {
898
- "shape" : "MethodNotAllowedException"
899
- }, {
900
- "shape" : "TooManyRequestsException"
901
- } ]
902
- },
903
- "UpdateApnsChannel" : {
904
- "name" : "UpdateApnsChannel",
905
- "http" : {
906
- "method" : "PUT",
907
- "requestUri" : "/v1/apps/{application-id}/channels/apns",
908
- "responseCode" : 200
909
- },
910
- "input" : {
911
- "shape" : "UpdateApnsChannelRequest"
912
- },
913
- "output" : {
914
- "shape" : "UpdateApnsChannelResponse"
915
- },
916
- "errors" : [ {
917
- "shape" : "BadRequestException"
918
- }, {
919
- "shape" : "InternalServerErrorException"
920
- }, {
921
- "shape" : "ForbiddenException"
922
- }, {
923
- "shape" : "NotFoundException"
924
- }, {
925
- "shape" : "MethodNotAllowedException"
926
- }, {
927
- "shape" : "TooManyRequestsException"
928
- } ]
929
- },
930
- "UpdateApnsSandboxChannel" : {
931
- "name" : "UpdateApnsSandboxChannel",
932
- "http" : {
933
- "method" : "PUT",
934
- "requestUri" : "/v1/apps/{application-id}/channels/apns_sandbox",
935
- "responseCode" : 200
936
- },
937
- "input" : {
938
- "shape" : "UpdateApnsSandboxChannelRequest"
939
- },
940
- "output" : {
941
- "shape" : "UpdateApnsSandboxChannelResponse"
942
- },
943
- "errors" : [ {
944
- "shape" : "BadRequestException"
945
- }, {
946
- "shape" : "InternalServerErrorException"
947
- }, {
948
- "shape" : "ForbiddenException"
949
- }, {
950
- "shape" : "NotFoundException"
951
- }, {
952
- "shape" : "MethodNotAllowedException"
953
- }, {
954
- "shape" : "TooManyRequestsException"
955
- } ]
956
- },
957
- "UpdateApplicationSettings" : {
958
- "name" : "UpdateApplicationSettings",
959
- "http" : {
960
- "method" : "PUT",
961
- "requestUri" : "/v1/apps/{application-id}/settings",
962
- "responseCode" : 200
963
- },
964
- "input" : {
965
- "shape" : "UpdateApplicationSettingsRequest"
966
- },
967
- "output" : {
968
- "shape" : "UpdateApplicationSettingsResponse"
969
- },
970
- "errors" : [ {
971
- "shape" : "BadRequestException"
972
- }, {
973
- "shape" : "InternalServerErrorException"
974
- }, {
975
- "shape" : "ForbiddenException"
976
- }, {
977
- "shape" : "NotFoundException"
978
- }, {
979
- "shape" : "MethodNotAllowedException"
980
- }, {
981
- "shape" : "TooManyRequestsException"
982
- } ]
983
- },
984
- "UpdateCampaign" : {
985
- "name" : "UpdateCampaign",
986
- "http" : {
987
- "method" : "PUT",
988
- "requestUri" : "/v1/apps/{application-id}/campaigns/{campaign-id}",
989
- "responseCode" : 200
990
- },
991
- "input" : {
992
- "shape" : "UpdateCampaignRequest"
993
- },
994
- "output" : {
995
- "shape" : "UpdateCampaignResponse"
996
- },
997
- "errors" : [ {
998
- "shape" : "BadRequestException"
999
- }, {
1000
- "shape" : "InternalServerErrorException"
1001
- }, {
1002
- "shape" : "ForbiddenException"
1003
- }, {
1004
- "shape" : "NotFoundException"
1005
- }, {
1006
- "shape" : "MethodNotAllowedException"
1007
- }, {
1008
- "shape" : "TooManyRequestsException"
1009
- } ]
1010
- },
1011
- "UpdateEmailChannel" : {
1012
- "name" : "UpdateEmailChannel",
1013
- "http" : {
1014
- "method" : "PUT",
1015
- "requestUri" : "/v1/apps/{application-id}/channels/email",
1016
- "responseCode" : 200
1017
- },
1018
- "input" : {
1019
- "shape" : "UpdateEmailChannelRequest"
1020
- },
1021
- "output" : {
1022
- "shape" : "UpdateEmailChannelResponse"
1023
- },
1024
- "errors" : [ {
1025
- "shape" : "BadRequestException"
1026
- }, {
1027
- "shape" : "InternalServerErrorException"
1028
- }, {
1029
- "shape" : "ForbiddenException"
1030
- }, {
1031
- "shape" : "NotFoundException"
1032
- }, {
1033
- "shape" : "MethodNotAllowedException"
1034
- }, {
1035
- "shape" : "TooManyRequestsException"
1036
- } ]
1037
- },
1038
- "UpdateEndpoint" : {
1039
- "name" : "UpdateEndpoint",
1040
- "http" : {
1041
- "method" : "PUT",
1042
- "requestUri" : "/v1/apps/{application-id}/endpoints/{endpoint-id}",
1043
- "responseCode" : 202
1044
- },
1045
- "input" : {
1046
- "shape" : "UpdateEndpointRequest"
1047
- },
1048
- "output" : {
1049
- "shape" : "UpdateEndpointResponse"
1050
- },
1051
- "errors" : [ {
1052
- "shape" : "BadRequestException"
1053
- }, {
1054
- "shape" : "InternalServerErrorException"
1055
- }, {
1056
- "shape" : "ForbiddenException"
1057
- }, {
1058
- "shape" : "NotFoundException"
1059
- }, {
1060
- "shape" : "MethodNotAllowedException"
1061
- }, {
1062
- "shape" : "TooManyRequestsException"
1063
- } ]
1064
- },
1065
- "UpdateEndpointsBatch" : {
1066
- "name" : "UpdateEndpointsBatch",
1067
- "http" : {
1068
- "method" : "PUT",
1069
- "requestUri" : "/v1/apps/{application-id}/endpoints",
1070
- "responseCode" : 202
1071
- },
1072
- "input" : {
1073
- "shape" : "UpdateEndpointsBatchRequest"
1074
- },
1075
- "output" : {
1076
- "shape" : "UpdateEndpointsBatchResponse"
1077
- },
1078
- "errors" : [ {
1079
- "shape" : "BadRequestException"
1080
- }, {
1081
- "shape" : "InternalServerErrorException"
1082
- }, {
1083
- "shape" : "ForbiddenException"
1084
- }, {
1085
- "shape" : "NotFoundException"
1086
- }, {
1087
- "shape" : "MethodNotAllowedException"
1088
- }, {
1089
- "shape" : "TooManyRequestsException"
1090
- } ]
1091
- },
1092
- "UpdateGcmChannel" : {
1093
- "name" : "UpdateGcmChannel",
1094
- "http" : {
1095
- "method" : "PUT",
1096
- "requestUri" : "/v1/apps/{application-id}/channels/gcm",
1097
- "responseCode" : 200
1098
- },
1099
- "input" : {
1100
- "shape" : "UpdateGcmChannelRequest"
1101
- },
1102
- "output" : {
1103
- "shape" : "UpdateGcmChannelResponse"
1104
- },
1105
- "errors" : [ {
1106
- "shape" : "BadRequestException"
1107
- }, {
1108
- "shape" : "InternalServerErrorException"
1109
- }, {
1110
- "shape" : "ForbiddenException"
1111
- }, {
1112
- "shape" : "NotFoundException"
1113
- }, {
1114
- "shape" : "MethodNotAllowedException"
1115
- }, {
1116
- "shape" : "TooManyRequestsException"
1117
- } ]
1118
- },
1119
- "UpdateSegment" : {
1120
- "name" : "UpdateSegment",
1121
- "http" : {
1122
- "method" : "PUT",
1123
- "requestUri" : "/v1/apps/{application-id}/segments/{segment-id}",
1124
- "responseCode" : 200
1125
- },
1126
- "input" : {
1127
- "shape" : "UpdateSegmentRequest"
1128
- },
1129
- "output" : {
1130
- "shape" : "UpdateSegmentResponse"
1131
- },
1132
- "errors" : [ {
1133
- "shape" : "BadRequestException"
1134
- }, {
1135
- "shape" : "InternalServerErrorException"
1136
- }, {
1137
- "shape" : "ForbiddenException"
1138
- }, {
1139
- "shape" : "NotFoundException"
1140
- }, {
1141
- "shape" : "MethodNotAllowedException"
1142
- }, {
1143
- "shape" : "TooManyRequestsException"
1144
- } ]
1145
- },
1146
- "UpdateSmsChannel" : {
1147
- "name" : "UpdateSmsChannel",
1148
- "http" : {
1149
- "method" : "PUT",
1150
- "requestUri" : "/v1/apps/{application-id}/channels/sms",
1151
- "responseCode" : 200
1152
- },
1153
- "input" : {
1154
- "shape" : "UpdateSmsChannelRequest"
1155
- },
1156
- "output" : {
1157
- "shape" : "UpdateSmsChannelResponse"
1158
- },
1159
- "errors" : [ {
1160
- "shape" : "BadRequestException"
1161
- }, {
1162
- "shape" : "InternalServerErrorException"
1163
- }, {
1164
- "shape" : "ForbiddenException"
1165
- }, {
1166
- "shape" : "NotFoundException"
1167
- }, {
1168
- "shape" : "MethodNotAllowedException"
1169
- }, {
1170
- "shape" : "TooManyRequestsException"
1171
- } ]
1172
- }
1173
- },
1174
- "shapes" : {
1175
- "APNSChannelRequest" : {
1176
- "type" : "structure",
1177
- "members" : {
1178
- "Certificate" : {
1179
- "shape" : "__string"
1180
- },
1181
- "Enabled" : {
1182
- "shape" : "__boolean"
1183
- },
1184
- "PrivateKey" : {
1185
- "shape" : "__string"
1186
- }
1187
- }
1188
- },
1189
- "APNSChannelResponse" : {
1190
- "type" : "structure",
1191
- "members" : {
1192
- "ApplicationId" : {
1193
- "shape" : "__string"
1194
- },
1195
- "CreationDate" : {
1196
- "shape" : "__string"
1197
- },
1198
- "Enabled" : {
1199
- "shape" : "__boolean"
1200
- },
1201
- "Id" : {
1202
- "shape" : "__string"
1203
- },
1204
- "IsArchived" : {
1205
- "shape" : "__boolean"
1206
- },
1207
- "LastModifiedBy" : {
1208
- "shape" : "__string"
1209
- },
1210
- "LastModifiedDate" : {
1211
- "shape" : "__string"
1212
- },
1213
- "Platform" : {
1214
- "shape" : "__string"
1215
- },
1216
- "Version" : {
1217
- "shape" : "__integer"
1218
- }
1219
- }
1220
- },
1221
- "APNSMessage" : {
1222
- "type" : "structure",
1223
- "members" : {
1224
- "Action" : {
1225
- "shape" : "Action"
1226
- },
1227
- "Badge" : {
1228
- "shape" : "__integer"
1229
- },
1230
- "Body" : {
1231
- "shape" : "__string"
1232
- },
1233
- "Category" : {
1234
- "shape" : "__string"
1235
- },
1236
- "Data" : {
1237
- "shape" : "MapOf__string"
1238
- },
1239
- "MediaUrl" : {
1240
- "shape" : "__string"
1241
- },
1242
- "RawContent" : {
1243
- "shape" : "__string"
1244
- },
1245
- "SilentPush" : {
1246
- "shape" : "__boolean"
1247
- },
1248
- "Sound" : {
1249
- "shape" : "__string"
1250
- },
1251
- "Substitutions" : {
1252
- "shape" : "MapOfListOf__string"
1253
- },
1254
- "ThreadId" : {
1255
- "shape" : "__string"
1256
- },
1257
- "Title" : {
1258
- "shape" : "__string"
1259
- },
1260
- "Url" : {
1261
- "shape" : "__string"
1262
- }
1263
- }
1264
- },
1265
- "APNSSandboxChannelRequest" : {
1266
- "type" : "structure",
1267
- "members" : {
1268
- "Certificate" : {
1269
- "shape" : "__string"
1270
- },
1271
- "Enabled" : {
1272
- "shape" : "__boolean"
1273
- },
1274
- "PrivateKey" : {
1275
- "shape" : "__string"
1276
- }
1277
- }
1278
- },
1279
- "APNSSandboxChannelResponse" : {
1280
- "type" : "structure",
1281
- "members" : {
1282
- "ApplicationId" : {
1283
- "shape" : "__string"
1284
- },
1285
- "CreationDate" : {
1286
- "shape" : "__string"
1287
- },
1288
- "Enabled" : {
1289
- "shape" : "__boolean"
1290
- },
1291
- "Id" : {
1292
- "shape" : "__string"
1293
- },
1294
- "IsArchived" : {
1295
- "shape" : "__boolean"
1296
- },
1297
- "LastModifiedBy" : {
1298
- "shape" : "__string"
1299
- },
1300
- "LastModifiedDate" : {
1301
- "shape" : "__string"
1302
- },
1303
- "Platform" : {
1304
- "shape" : "__string"
1305
- },
1306
- "Version" : {
1307
- "shape" : "__integer"
1308
- }
1309
- }
1310
- },
1311
- "Action" : {
1312
- "type" : "string",
1313
- "enum" : [ "OPEN_APP", "DEEP_LINK", "URL" ]
1314
- },
1315
- "ActivitiesResponse" : {
1316
- "type" : "structure",
1317
- "members" : {
1318
- "Item" : {
1319
- "shape" : "ListOfActivityResponse"
1320
- }
1321
- }
1322
- },
1323
- "ActivityResponse" : {
1324
- "type" : "structure",
1325
- "members" : {
1326
- "ApplicationId" : {
1327
- "shape" : "__string"
1328
- },
1329
- "CampaignId" : {
1330
- "shape" : "__string"
1331
- },
1332
- "End" : {
1333
- "shape" : "__string"
1334
- },
1335
- "Id" : {
1336
- "shape" : "__string"
1337
- },
1338
- "Result" : {
1339
- "shape" : "__string"
1340
- },
1341
- "ScheduledStart" : {
1342
- "shape" : "__string"
1343
- },
1344
- "Start" : {
1345
- "shape" : "__string"
1346
- },
1347
- "State" : {
1348
- "shape" : "__string"
1349
- },
1350
- "SuccessfulEndpointCount" : {
1351
- "shape" : "__integer"
1352
- },
1353
- "TimezonesCompletedCount" : {
1354
- "shape" : "__integer"
1355
- },
1356
- "TimezonesTotalCount" : {
1357
- "shape" : "__integer"
1358
- },
1359
- "TotalEndpointCount" : {
1360
- "shape" : "__integer"
1361
- },
1362
- "TreatmentId" : {
1363
- "shape" : "__string"
1364
- }
1365
- }
1366
- },
1367
- "AddressConfiguration" : {
1368
- "type" : "structure",
1369
- "members" : {
1370
- "BodyOverride" : {
1371
- "shape" : "__string"
1372
- },
1373
- "ChannelType" : {
1374
- "shape" : "ChannelType"
1375
- },
1376
- "Context" : {
1377
- "shape" : "MapOf__string"
1378
- },
1379
- "RawContent" : {
1380
- "shape" : "__string"
1381
- },
1382
- "Substitutions" : {
1383
- "shape" : "MapOfListOf__string"
1384
- },
1385
- "TitleOverride" : {
1386
- "shape" : "__string"
1387
- }
1388
- }
1389
- },
1390
- "ApplicationSettingsResource" : {
1391
- "type" : "structure",
1392
- "members" : {
1393
- "ApplicationId" : {
1394
- "shape" : "__string"
1395
- },
1396
- "LastModifiedDate" : {
1397
- "shape" : "__string"
1398
- },
1399
- "Limits" : {
1400
- "shape" : "CampaignLimits"
1401
- },
1402
- "QuietTime" : {
1403
- "shape" : "QuietTime"
1404
- }
1405
- }
1406
- },
1407
- "AttributeDimension" : {
1408
- "type" : "structure",
1409
- "members" : {
1410
- "AttributeType" : {
1411
- "shape" : "AttributeType"
1412
- },
1413
- "Values" : {
1414
- "shape" : "ListOf__string"
1415
- }
1416
- }
1417
- },
1418
- "AttributeType" : {
1419
- "type" : "string",
1420
- "enum" : [ "INCLUSIVE", "EXCLUSIVE" ]
1421
- },
1422
- "BadRequestException" : {
1423
- "type" : "structure",
1424
- "members" : {
1425
- "Message" : {
1426
- "shape" : "__string"
1427
- },
1428
- "RequestID" : {
1429
- "shape" : "__string"
1430
- }
1431
- },
1432
- "exception" : true,
1433
- "error" : {
1434
- "httpStatusCode" : 400
1435
- }
1436
- },
1437
- "CampaignEmailMessage" : {
1438
- "type" : "structure",
1439
- "members" : {
1440
- "Body" : {
1441
- "shape" : "__string"
1442
- },
1443
- "HtmlBody" : {
1444
- "shape" : "__string"
1445
- },
1446
- "Title" : {
1447
- "shape" : "__string"
1448
- }
1449
- }
1450
- },
1451
- "CampaignLimits" : {
1452
- "type" : "structure",
1453
- "members" : {
1454
- "Daily" : {
1455
- "shape" : "__integer"
1456
- },
1457
- "Total" : {
1458
- "shape" : "__integer"
1459
- }
1460
- }
1461
- },
1462
- "CampaignResponse" : {
1463
- "type" : "structure",
1464
- "members" : {
1465
- "AdditionalTreatments" : {
1466
- "shape" : "ListOfTreatmentResource"
1467
- },
1468
- "ApplicationId" : {
1469
- "shape" : "__string"
1470
- },
1471
- "CreationDate" : {
1472
- "shape" : "__string"
1473
- },
1474
- "DefaultState" : {
1475
- "shape" : "CampaignState"
1476
- },
1477
- "Description" : {
1478
- "shape" : "__string"
1479
- },
1480
- "HoldoutPercent" : {
1481
- "shape" : "__integer"
1482
- },
1483
- "Id" : {
1484
- "shape" : "__string"
1485
- },
1486
- "IsPaused" : {
1487
- "shape" : "__boolean"
1488
- },
1489
- "LastModifiedDate" : {
1490
- "shape" : "__string"
1491
- },
1492
- "Limits" : {
1493
- "shape" : "CampaignLimits"
1494
- },
1495
- "MessageConfiguration" : {
1496
- "shape" : "MessageConfiguration"
1497
- },
1498
- "Name" : {
1499
- "shape" : "__string"
1500
- },
1501
- "Schedule" : {
1502
- "shape" : "Schedule"
1503
- },
1504
- "SegmentId" : {
1505
- "shape" : "__string"
1506
- },
1507
- "SegmentVersion" : {
1508
- "shape" : "__integer"
1509
- },
1510
- "State" : {
1511
- "shape" : "CampaignState"
1512
- },
1513
- "TreatmentDescription" : {
1514
- "shape" : "__string"
1515
- },
1516
- "TreatmentName" : {
1517
- "shape" : "__string"
1518
- },
1519
- "Version" : {
1520
- "shape" : "__integer"
1521
- }
1522
- }
1523
- },
1524
- "CampaignSmsMessage" : {
1525
- "type" : "structure",
1526
- "members" : {
1527
- "Body" : {
1528
- "shape" : "__string"
1529
- },
1530
- "MessageType" : {
1531
- "shape" : "MessageType"
1532
- },
1533
- "SenderId" : {
1534
- "shape" : "__string"
1535
- }
1536
- }
1537
- },
1538
- "CampaignState" : {
1539
- "type" : "structure",
1540
- "members" : {
1541
- "CampaignStatus" : {
1542
- "shape" : "CampaignStatus"
1543
- }
1544
- }
1545
- },
1546
- "CampaignStatus" : {
1547
- "type" : "string",
1548
- "enum" : [ "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED" ]
1549
- },
1550
- "CampaignsResponse" : {
1551
- "type" : "structure",
1552
- "members" : {
1553
- "Item" : {
1554
- "shape" : "ListOfCampaignResponse"
1555
- },
1556
- "NextToken" : {
1557
- "shape" : "__string"
1558
- }
1559
- }
1560
- },
1561
- "ChannelType" : {
1562
- "type" : "string",
1563
- "enum" : [ "GCM", "APNS", "APNS_SANDBOX", "ADM", "SMS", "EMAIL" ]
1564
- },
1565
- "CreateCampaignRequest" : {
1566
- "type" : "structure",
1567
- "members" : {
1568
- "ApplicationId" : {
1569
- "shape" : "__string",
1570
- "location" : "uri",
1571
- "locationName" : "application-id"
1572
- },
1573
- "WriteCampaignRequest" : {
1574
- "shape" : "WriteCampaignRequest"
1575
- }
1576
- },
1577
- "required" : [ "ApplicationId", "WriteCampaignRequest" ],
1578
- "payload" : "WriteCampaignRequest"
1579
- },
1580
- "CreateCampaignResponse" : {
1581
- "type" : "structure",
1582
- "members" : {
1583
- "CampaignResponse" : {
1584
- "shape" : "CampaignResponse"
1585
- }
1586
- },
1587
- "required" : [ "CampaignResponse" ],
1588
- "payload" : "CampaignResponse"
1589
- },
1590
- "CreateImportJobRequest" : {
1591
- "type" : "structure",
1592
- "members" : {
1593
- "ApplicationId" : {
1594
- "shape" : "__string",
1595
- "location" : "uri",
1596
- "locationName" : "application-id"
1597
- },
1598
- "ImportJobRequest" : {
1599
- "shape" : "ImportJobRequest"
1600
- }
1601
- },
1602
- "required" : [ "ApplicationId", "ImportJobRequest" ],
1603
- "payload" : "ImportJobRequest"
1604
- },
1605
- "CreateImportJobResponse" : {
1606
- "type" : "structure",
1607
- "members" : {
1608
- "ImportJobResponse" : {
1609
- "shape" : "ImportJobResponse"
1610
- }
1611
- },
1612
- "required" : [ "ImportJobResponse" ],
1613
- "payload" : "ImportJobResponse"
1614
- },
1615
- "CreateSegmentRequest" : {
1616
- "type" : "structure",
1617
- "members" : {
1618
- "ApplicationId" : {
1619
- "shape" : "__string",
1620
- "location" : "uri",
1621
- "locationName" : "application-id"
1622
- },
1623
- "WriteSegmentRequest" : {
1624
- "shape" : "WriteSegmentRequest"
1625
- }
1626
- },
1627
- "required" : [ "ApplicationId", "WriteSegmentRequest" ],
1628
- "payload" : "WriteSegmentRequest"
1629
- },
1630
- "CreateSegmentResponse" : {
1631
- "type" : "structure",
1632
- "members" : {
1633
- "SegmentResponse" : {
1634
- "shape" : "SegmentResponse"
1635
- }
1636
- },
1637
- "required" : [ "SegmentResponse" ],
1638
- "payload" : "SegmentResponse"
1639
- },
1640
- "DefaultMessage" : {
1641
- "type" : "structure",
1642
- "members" : {
1643
- "Body" : {
1644
- "shape" : "__string"
1645
- },
1646
- "Substitutions" : {
1647
- "shape" : "MapOfListOf__string"
1648
- }
1649
- }
1650
- },
1651
- "DefaultPushNotificationMessage" : {
1652
- "type" : "structure",
1653
- "members" : {
1654
- "Action" : {
1655
- "shape" : "Action"
1656
- },
1657
- "Body" : {
1658
- "shape" : "__string"
1659
- },
1660
- "Data" : {
1661
- "shape" : "MapOf__string"
1662
- },
1663
- "SilentPush" : {
1664
- "shape" : "__boolean"
1665
- },
1666
- "Substitutions" : {
1667
- "shape" : "MapOfListOf__string"
1668
- },
1669
- "Title" : {
1670
- "shape" : "__string"
1671
- },
1672
- "Url" : {
1673
- "shape" : "__string"
1674
- }
1675
- }
1676
- },
1677
- "DeleteApnsChannelRequest" : {
1678
- "type" : "structure",
1679
- "members" : {
1680
- "ApplicationId" : {
1681
- "shape" : "__string",
1682
- "location" : "uri",
1683
- "locationName" : "application-id"
1684
- }
1685
- },
1686
- "required" : [ "ApplicationId" ]
1687
- },
1688
- "DeleteApnsChannelResponse" : {
1689
- "type" : "structure",
1690
- "members" : {
1691
- "APNSChannelResponse" : {
1692
- "shape" : "APNSChannelResponse"
1693
- }
1694
- },
1695
- "required" : [ "APNSChannelResponse" ],
1696
- "payload" : "APNSChannelResponse"
1697
- },
1698
- "DeleteApnsSandboxChannelRequest" : {
1699
- "type" : "structure",
1700
- "members" : {
1701
- "ApplicationId" : {
1702
- "shape" : "__string",
1703
- "location" : "uri",
1704
- "locationName" : "application-id"
1705
- }
1706
- },
1707
- "required" : [ "ApplicationId" ]
1708
- },
1709
- "DeleteApnsSandboxChannelResponse" : {
1710
- "type" : "structure",
1711
- "members" : {
1712
- "APNSSandboxChannelResponse" : {
1713
- "shape" : "APNSSandboxChannelResponse"
1714
- }
1715
- },
1716
- "required" : [ "APNSSandboxChannelResponse" ],
1717
- "payload" : "APNSSandboxChannelResponse"
1718
- },
1719
- "DeleteCampaignRequest" : {
1720
- "type" : "structure",
1721
- "members" : {
1722
- "ApplicationId" : {
1723
- "shape" : "__string",
1724
- "location" : "uri",
1725
- "locationName" : "application-id"
1726
- },
1727
- "CampaignId" : {
1728
- "shape" : "__string",
1729
- "location" : "uri",
1730
- "locationName" : "campaign-id"
1731
- }
1732
- },
1733
- "required" : [ "CampaignId", "ApplicationId" ]
1734
- },
1735
- "DeleteCampaignResponse" : {
1736
- "type" : "structure",
1737
- "members" : {
1738
- "CampaignResponse" : {
1739
- "shape" : "CampaignResponse"
1740
- }
1741
- },
1742
- "required" : [ "CampaignResponse" ],
1743
- "payload" : "CampaignResponse"
1744
- },
1745
- "DeleteEmailChannelRequest" : {
1746
- "type" : "structure",
1747
- "members" : {
1748
- "ApplicationId" : {
1749
- "shape" : "__string",
1750
- "location" : "uri",
1751
- "locationName" : "application-id"
1752
- }
1753
- },
1754
- "required" : [ "ApplicationId" ]
1755
- },
1756
- "DeleteEmailChannelResponse" : {
1757
- "type" : "structure",
1758
- "members" : {
1759
- "EmailChannelResponse" : {
1760
- "shape" : "EmailChannelResponse"
1761
- }
1762
- },
1763
- "required" : [ "EmailChannelResponse" ],
1764
- "payload" : "EmailChannelResponse"
1765
- },
1766
- "DeleteEventStreamRequest" : {
1767
- "type" : "structure",
1768
- "members" : {
1769
- "ApplicationId" : {
1770
- "shape" : "__string",
1771
- "location" : "uri",
1772
- "locationName" : "application-id"
1773
- }
1774
- },
1775
- "required" : [ "ApplicationId" ]
1776
- },
1777
- "DeleteEventStreamResponse" : {
1778
- "type" : "structure",
1779
- "members" : {
1780
- "EventStream" : {
1781
- "shape" : "EventStream"
1782
- }
1783
- },
1784
- "required" : [ "EventStream" ],
1785
- "payload" : "EventStream"
1786
- },
1787
- "DeleteGcmChannelRequest" : {
1788
- "type" : "structure",
1789
- "members" : {
1790
- "ApplicationId" : {
1791
- "shape" : "__string",
1792
- "location" : "uri",
1793
- "locationName" : "application-id"
1794
- }
1795
- },
1796
- "required" : [ "ApplicationId" ]
1797
- },
1798
- "DeleteGcmChannelResponse" : {
1799
- "type" : "structure",
1800
- "members" : {
1801
- "GCMChannelResponse" : {
1802
- "shape" : "GCMChannelResponse"
1803
- }
1804
- },
1805
- "required" : [ "GCMChannelResponse" ],
1806
- "payload" : "GCMChannelResponse"
1807
- },
1808
- "DeleteSegmentRequest" : {
1809
- "type" : "structure",
1810
- "members" : {
1811
- "ApplicationId" : {
1812
- "shape" : "__string",
1813
- "location" : "uri",
1814
- "locationName" : "application-id"
1815
- },
1816
- "SegmentId" : {
1817
- "shape" : "__string",
1818
- "location" : "uri",
1819
- "locationName" : "segment-id"
1820
- }
1821
- },
1822
- "required" : [ "SegmentId", "ApplicationId" ]
1823
- },
1824
- "DeleteSegmentResponse" : {
1825
- "type" : "structure",
1826
- "members" : {
1827
- "SegmentResponse" : {
1828
- "shape" : "SegmentResponse"
1829
- }
1830
- },
1831
- "required" : [ "SegmentResponse" ],
1832
- "payload" : "SegmentResponse"
1833
- },
1834
- "DeleteSmsChannelRequest" : {
1835
- "type" : "structure",
1836
- "members" : {
1837
- "ApplicationId" : {
1838
- "shape" : "__string",
1839
- "location" : "uri",
1840
- "locationName" : "application-id"
1841
- }
1842
- },
1843
- "required" : [ "ApplicationId" ]
1844
- },
1845
- "DeleteSmsChannelResponse" : {
1846
- "type" : "structure",
1847
- "members" : {
1848
- "SMSChannelResponse" : {
1849
- "shape" : "SMSChannelResponse"
1850
- }
1851
- },
1852
- "required" : [ "SMSChannelResponse" ],
1853
- "payload" : "SMSChannelResponse"
1854
- },
1855
- "DeliveryStatus" : {
1856
- "type" : "string",
1857
- "enum" : [ "SUCCESSFUL", "THROTTLED", "TEMPORARY_FAILURE", "PERMANENT_FAILURE" ]
1858
- },
1859
- "DimensionType" : {
1860
- "type" : "string",
1861
- "enum" : [ "INCLUSIVE", "EXCLUSIVE" ]
1862
- },
1863
- "DirectMessageConfiguration" : {
1864
- "type" : "structure",
1865
- "members" : {
1866
- "APNSMessage" : {
1867
- "shape" : "APNSMessage"
1868
- },
1869
- "DefaultMessage" : {
1870
- "shape" : "DefaultMessage"
1871
- },
1872
- "DefaultPushNotificationMessage" : {
1873
- "shape" : "DefaultPushNotificationMessage"
1874
- },
1875
- "GCMMessage" : {
1876
- "shape" : "GCMMessage"
1877
- },
1878
- "SMSMessage" : {
1879
- "shape" : "SMSMessage"
1880
- }
1881
- }
1882
- },
1883
- "Duration" : {
1884
- "type" : "string",
1885
- "enum" : [ "HR_24", "DAY_7", "DAY_14", "DAY_30" ]
1886
- },
1887
- "EmailChannelRequest" : {
1888
- "type" : "structure",
1889
- "members" : {
1890
- "Enabled" : {
1891
- "shape" : "__boolean"
1892
- },
1893
- "FromAddress" : {
1894
- "shape" : "__string"
1895
- },
1896
- "Identity" : {
1897
- "shape" : "__string"
1898
- },
1899
- "RoleArn" : {
1900
- "shape" : "__string"
1901
- }
1902
- }
1903
- },
1904
- "EmailChannelResponse" : {
1905
- "type" : "structure",
1906
- "members" : {
1907
- "ApplicationId" : {
1908
- "shape" : "__string"
1909
- },
1910
- "CreationDate" : {
1911
- "shape" : "__string"
1912
- },
1913
- "Enabled" : {
1914
- "shape" : "__boolean"
1915
- },
1916
- "FromAddress" : {
1917
- "shape" : "__string"
1918
- },
1919
- "Id" : {
1920
- "shape" : "__string"
1921
- },
1922
- "Identity" : {
1923
- "shape" : "__string"
1924
- },
1925
- "IsArchived" : {
1926
- "shape" : "__boolean"
1927
- },
1928
- "LastModifiedBy" : {
1929
- "shape" : "__string"
1930
- },
1931
- "LastModifiedDate" : {
1932
- "shape" : "__string"
1933
- },
1934
- "Platform" : {
1935
- "shape" : "__string"
1936
- },
1937
- "RoleArn" : {
1938
- "shape" : "__string"
1939
- },
1940
- "Version" : {
1941
- "shape" : "__integer"
1942
- }
1943
- }
1944
- },
1945
- "EndpointBatchItem" : {
1946
- "type" : "structure",
1947
- "members" : {
1948
- "Address" : {
1949
- "shape" : "__string"
1950
- },
1951
- "Attributes" : {
1952
- "shape" : "MapOfListOf__string"
1953
- },
1954
- "ChannelType" : {
1955
- "shape" : "ChannelType"
1956
- },
1957
- "Demographic" : {
1958
- "shape" : "EndpointDemographic"
1959
- },
1960
- "EffectiveDate" : {
1961
- "shape" : "__string"
1962
- },
1963
- "EndpointStatus" : {
1964
- "shape" : "__string"
1965
- },
1966
- "Id" : {
1967
- "shape" : "__string"
1968
- },
1969
- "Location" : {
1970
- "shape" : "EndpointLocation"
1971
- },
1972
- "Metrics" : {
1973
- "shape" : "MapOf__double"
1974
- },
1975
- "OptOut" : {
1976
- "shape" : "__string"
1977
- },
1978
- "RequestId" : {
1979
- "shape" : "__string"
1980
- },
1981
- "User" : {
1982
- "shape" : "EndpointUser"
1983
- }
1984
- }
1985
- },
1986
- "EndpointBatchRequest" : {
1987
- "type" : "structure",
1988
- "members" : {
1989
- "Item" : {
1990
- "shape" : "ListOfEndpointBatchItem"
1991
- }
1992
- }
1993
- },
1994
- "EndpointDemographic" : {
1995
- "type" : "structure",
1996
- "members" : {
1997
- "AppVersion" : {
1998
- "shape" : "__string"
1999
- },
2000
- "Locale" : {
2001
- "shape" : "__string"
2002
- },
2003
- "Make" : {
2004
- "shape" : "__string"
2005
- },
2006
- "Model" : {
2007
- "shape" : "__string"
2008
- },
2009
- "ModelVersion" : {
2010
- "shape" : "__string"
2011
- },
2012
- "Platform" : {
2013
- "shape" : "__string"
2014
- },
2015
- "PlatformVersion" : {
2016
- "shape" : "__string"
2017
- },
2018
- "Timezone" : {
2019
- "shape" : "__string"
2020
- }
2021
- }
2022
- },
2023
- "EndpointLocation" : {
2024
- "type" : "structure",
2025
- "members" : {
2026
- "City" : {
2027
- "shape" : "__string"
2028
- },
2029
- "Country" : {
2030
- "shape" : "__string"
2031
- },
2032
- "Latitude" : {
2033
- "shape" : "__double"
2034
- },
2035
- "Longitude" : {
2036
- "shape" : "__double"
2037
- },
2038
- "PostalCode" : {
2039
- "shape" : "__string"
2040
- },
2041
- "Region" : {
2042
- "shape" : "__string"
2043
- }
2044
- }
2045
- },
2046
- "EndpointRequest" : {
2047
- "type" : "structure",
2048
- "members" : {
2049
- "Address" : {
2050
- "shape" : "__string"
2051
- },
2052
- "Attributes" : {
2053
- "shape" : "MapOfListOf__string"
2054
- },
2055
- "ChannelType" : {
2056
- "shape" : "ChannelType"
2057
- },
2058
- "Demographic" : {
2059
- "shape" : "EndpointDemographic"
2060
- },
2061
- "EffectiveDate" : {
2062
- "shape" : "__string"
2063
- },
2064
- "EndpointStatus" : {
2065
- "shape" : "__string"
2066
- },
2067
- "Location" : {
2068
- "shape" : "EndpointLocation"
2069
- },
2070
- "Metrics" : {
2071
- "shape" : "MapOf__double"
2072
- },
2073
- "OptOut" : {
2074
- "shape" : "__string"
2075
- },
2076
- "RequestId" : {
2077
- "shape" : "__string"
2078
- },
2079
- "User" : {
2080
- "shape" : "EndpointUser"
2081
- }
2082
- }
2083
- },
2084
- "EndpointResponse" : {
2085
- "type" : "structure",
2086
- "members" : {
2087
- "Address" : {
2088
- "shape" : "__string"
2089
- },
2090
- "ApplicationId" : {
2091
- "shape" : "__string"
2092
- },
2093
- "Attributes" : {
2094
- "shape" : "MapOfListOf__string"
2095
- },
2096
- "ChannelType" : {
2097
- "shape" : "ChannelType"
2098
- },
2099
- "CohortId" : {
2100
- "shape" : "__string"
2101
- },
2102
- "CreationDate" : {
2103
- "shape" : "__string"
2104
- },
2105
- "Demographic" : {
2106
- "shape" : "EndpointDemographic"
2107
- },
2108
- "EffectiveDate" : {
2109
- "shape" : "__string"
2110
- },
2111
- "EndpointStatus" : {
2112
- "shape" : "__string"
2113
- },
2114
- "Id" : {
2115
- "shape" : "__string"
2116
- },
2117
- "Location" : {
2118
- "shape" : "EndpointLocation"
2119
- },
2120
- "Metrics" : {
2121
- "shape" : "MapOf__double"
2122
- },
2123
- "OptOut" : {
2124
- "shape" : "__string"
2125
- },
2126
- "RequestId" : {
2127
- "shape" : "__string"
2128
- },
2129
- "ShardId" : {
2130
- "shape" : "__string"
2131
- },
2132
- "User" : {
2133
- "shape" : "EndpointUser"
2134
- }
2135
- }
2136
- },
2137
- "EndpointUser" : {
2138
- "type" : "structure",
2139
- "members" : {
2140
- "UserAttributes" : {
2141
- "shape" : "MapOfListOf__string"
2142
- },
2143
- "UserId" : {
2144
- "shape" : "__string"
2145
- }
2146
- }
2147
- },
2148
- "EventStream" : {
2149
- "type" : "structure",
2150
- "members" : {
2151
- "ApplicationId" : {
2152
- "shape" : "__string"
2153
- },
2154
- "DestinationStreamArn" : {
2155
- "shape" : "__string"
2156
- },
2157
- "ExternalId" : {
2158
- "shape" : "__string"
2159
- },
2160
- "LastModifiedDate" : {
2161
- "shape" : "__string"
2162
- },
2163
- "LastUpdatedBy" : {
2164
- "shape" : "__string"
2165
- },
2166
- "RoleArn" : {
2167
- "shape" : "__string"
2168
- }
2169
- }
2170
- },
2171
- "ForbiddenException" : {
2172
- "type" : "structure",
2173
- "members" : {
2174
- "Message" : {
2175
- "shape" : "__string"
2176
- },
2177
- "RequestID" : {
2178
- "shape" : "__string"
2179
- }
2180
- },
2181
- "exception" : true,
2182
- "error" : {
2183
- "httpStatusCode" : 403
2184
- }
2185
- },
2186
- "Format" : {
2187
- "type" : "string",
2188
- "enum" : [ "CSV", "JSON" ]
2189
- },
2190
- "Frequency" : {
2191
- "type" : "string",
2192
- "enum" : [ "ONCE", "HOURLY", "DAILY", "WEEKLY", "MONTHLY" ]
2193
- },
2194
- "GCMChannelRequest" : {
2195
- "type" : "structure",
2196
- "members" : {
2197
- "ApiKey" : {
2198
- "shape" : "__string"
2199
- },
2200
- "Enabled" : {
2201
- "shape" : "__boolean"
2202
- }
2203
- }
2204
- },
2205
- "GCMChannelResponse" : {
2206
- "type" : "structure",
2207
- "members" : {
2208
- "ApplicationId" : {
2209
- "shape" : "__string"
2210
- },
2211
- "CreationDate" : {
2212
- "shape" : "__string"
2213
- },
2214
- "Credential" : {
2215
- "shape" : "__string"
2216
- },
2217
- "Enabled" : {
2218
- "shape" : "__boolean"
2219
- },
2220
- "Id" : {
2221
- "shape" : "__string"
2222
- },
2223
- "IsArchived" : {
2224
- "shape" : "__boolean"
2225
- },
2226
- "LastModifiedBy" : {
2227
- "shape" : "__string"
2228
- },
2229
- "LastModifiedDate" : {
2230
- "shape" : "__string"
2231
- },
2232
- "Platform" : {
2233
- "shape" : "__string"
2234
- },
2235
- "Version" : {
2236
- "shape" : "__integer"
2237
- }
2238
- }
2239
- },
2240
- "GCMMessage" : {
2241
- "type" : "structure",
2242
- "members" : {
2243
- "Action" : {
2244
- "shape" : "Action"
2245
- },
2246
- "Body" : {
2247
- "shape" : "__string"
2248
- },
2249
- "CollapseKey" : {
2250
- "shape" : "__string"
2251
- },
2252
- "Data" : {
2253
- "shape" : "MapOf__string"
2254
- },
2255
- "IconReference" : {
2256
- "shape" : "__string"
2257
- },
2258
- "ImageIconUrl" : {
2259
- "shape" : "__string"
2260
- },
2261
- "ImageUrl" : {
2262
- "shape" : "__string"
2263
- },
2264
- "RawContent" : {
2265
- "shape" : "__string"
2266
- },
2267
- "RestrictedPackageName" : {
2268
- "shape" : "__string"
2269
- },
2270
- "SilentPush" : {
2271
- "shape" : "__boolean"
2272
- },
2273
- "SmallImageIconUrl" : {
2274
- "shape" : "__string"
2275
- },
2276
- "Sound" : {
2277
- "shape" : "__string"
2278
- },
2279
- "Substitutions" : {
2280
- "shape" : "MapOfListOf__string"
2281
- },
2282
- "Title" : {
2283
- "shape" : "__string"
2284
- },
2285
- "Url" : {
2286
- "shape" : "__string"
2287
- }
2288
- }
2289
- },
2290
- "GetApnsChannelRequest" : {
2291
- "type" : "structure",
2292
- "members" : {
2293
- "ApplicationId" : {
2294
- "shape" : "__string",
2295
- "location" : "uri",
2296
- "locationName" : "application-id"
2297
- }
2298
- },
2299
- "required" : [ "ApplicationId" ]
2300
- },
2301
- "GetApnsChannelResponse" : {
2302
- "type" : "structure",
2303
- "members" : {
2304
- "APNSChannelResponse" : {
2305
- "shape" : "APNSChannelResponse"
2306
- }
2307
- },
2308
- "required" : [ "APNSChannelResponse" ],
2309
- "payload" : "APNSChannelResponse"
2310
- },
2311
- "GetApnsSandboxChannelRequest" : {
2312
- "type" : "structure",
2313
- "members" : {
2314
- "ApplicationId" : {
2315
- "shape" : "__string",
2316
- "location" : "uri",
2317
- "locationName" : "application-id"
2318
- }
2319
- },
2320
- "required" : [ "ApplicationId" ]
2321
- },
2322
- "GetApnsSandboxChannelResponse" : {
2323
- "type" : "structure",
2324
- "members" : {
2325
- "APNSSandboxChannelResponse" : {
2326
- "shape" : "APNSSandboxChannelResponse"
2327
- }
2328
- },
2329
- "required" : [ "APNSSandboxChannelResponse" ],
2330
- "payload" : "APNSSandboxChannelResponse"
2331
- },
2332
- "GetApplicationSettingsRequest" : {
2333
- "type" : "structure",
2334
- "members" : {
2335
- "ApplicationId" : {
2336
- "shape" : "__string",
2337
- "location" : "uri",
2338
- "locationName" : "application-id"
2339
- }
2340
- },
2341
- "required" : [ "ApplicationId" ]
2342
- },
2343
- "GetApplicationSettingsResponse" : {
2344
- "type" : "structure",
2345
- "members" : {
2346
- "ApplicationSettingsResource" : {
2347
- "shape" : "ApplicationSettingsResource"
2348
- }
2349
- },
2350
- "required" : [ "ApplicationSettingsResource" ],
2351
- "payload" : "ApplicationSettingsResource"
2352
- },
2353
- "GetCampaignActivitiesRequest" : {
2354
- "type" : "structure",
2355
- "members" : {
2356
- "ApplicationId" : {
2357
- "shape" : "__string",
2358
- "location" : "uri",
2359
- "locationName" : "application-id"
2360
- },
2361
- "CampaignId" : {
2362
- "shape" : "__string",
2363
- "location" : "uri",
2364
- "locationName" : "campaign-id"
2365
- },
2366
- "PageSize" : {
2367
- "shape" : "__string",
2368
- "location" : "querystring",
2369
- "locationName" : "page-size"
2370
- },
2371
- "Token" : {
2372
- "shape" : "__string",
2373
- "location" : "querystring",
2374
- "locationName" : "token"
2375
- }
2376
- },
2377
- "required" : [ "ApplicationId", "CampaignId" ]
2378
- },
2379
- "GetCampaignActivitiesResponse" : {
2380
- "type" : "structure",
2381
- "members" : {
2382
- "ActivitiesResponse" : {
2383
- "shape" : "ActivitiesResponse"
2384
- }
2385
- },
2386
- "required" : [ "ActivitiesResponse" ],
2387
- "payload" : "ActivitiesResponse"
2388
- },
2389
- "GetCampaignRequest" : {
2390
- "type" : "structure",
2391
- "members" : {
2392
- "ApplicationId" : {
2393
- "shape" : "__string",
2394
- "location" : "uri",
2395
- "locationName" : "application-id"
2396
- },
2397
- "CampaignId" : {
2398
- "shape" : "__string",
2399
- "location" : "uri",
2400
- "locationName" : "campaign-id"
2401
- }
2402
- },
2403
- "required" : [ "CampaignId", "ApplicationId" ]
2404
- },
2405
- "GetCampaignResponse" : {
2406
- "type" : "structure",
2407
- "members" : {
2408
- "CampaignResponse" : {
2409
- "shape" : "CampaignResponse"
2410
- }
2411
- },
2412
- "required" : [ "CampaignResponse" ],
2413
- "payload" : "CampaignResponse"
2414
- },
2415
- "GetCampaignVersionRequest" : {
2416
- "type" : "structure",
2417
- "members" : {
2418
- "ApplicationId" : {
2419
- "shape" : "__string",
2420
- "location" : "uri",
2421
- "locationName" : "application-id"
2422
- },
2423
- "CampaignId" : {
2424
- "shape" : "__string",
2425
- "location" : "uri",
2426
- "locationName" : "campaign-id"
2427
- },
2428
- "Version" : {
2429
- "shape" : "__string",
2430
- "location" : "uri",
2431
- "locationName" : "version"
2432
- }
2433
- },
2434
- "required" : [ "Version", "ApplicationId", "CampaignId" ]
2435
- },
2436
- "GetCampaignVersionResponse" : {
2437
- "type" : "structure",
2438
- "members" : {
2439
- "CampaignResponse" : {
2440
- "shape" : "CampaignResponse"
2441
- }
2442
- },
2443
- "required" : [ "CampaignResponse" ],
2444
- "payload" : "CampaignResponse"
2445
- },
2446
- "GetCampaignVersionsRequest" : {
2447
- "type" : "structure",
2448
- "members" : {
2449
- "ApplicationId" : {
2450
- "shape" : "__string",
2451
- "location" : "uri",
2452
- "locationName" : "application-id"
2453
- },
2454
- "CampaignId" : {
2455
- "shape" : "__string",
2456
- "location" : "uri",
2457
- "locationName" : "campaign-id"
2458
- },
2459
- "PageSize" : {
2460
- "shape" : "__string",
2461
- "location" : "querystring",
2462
- "locationName" : "page-size"
2463
- },
2464
- "Token" : {
2465
- "shape" : "__string",
2466
- "location" : "querystring",
2467
- "locationName" : "token"
2468
- }
2469
- },
2470
- "required" : [ "ApplicationId", "CampaignId" ]
2471
- },
2472
- "GetCampaignVersionsResponse" : {
2473
- "type" : "structure",
2474
- "members" : {
2475
- "CampaignsResponse" : {
2476
- "shape" : "CampaignsResponse"
2477
- }
2478
- },
2479
- "required" : [ "CampaignsResponse" ],
2480
- "payload" : "CampaignsResponse"
2481
- },
2482
- "GetCampaignsRequest" : {
2483
- "type" : "structure",
2484
- "members" : {
2485
- "ApplicationId" : {
2486
- "shape" : "__string",
2487
- "location" : "uri",
2488
- "locationName" : "application-id"
2489
- },
2490
- "PageSize" : {
2491
- "shape" : "__string",
2492
- "location" : "querystring",
2493
- "locationName" : "page-size"
2494
- },
2495
- "Token" : {
2496
- "shape" : "__string",
2497
- "location" : "querystring",
2498
- "locationName" : "token"
2499
- }
2500
- },
2501
- "required" : [ "ApplicationId" ]
2502
- },
2503
- "GetCampaignsResponse" : {
2504
- "type" : "structure",
2505
- "members" : {
2506
- "CampaignsResponse" : {
2507
- "shape" : "CampaignsResponse"
2508
- }
2509
- },
2510
- "required" : [ "CampaignsResponse" ],
2511
- "payload" : "CampaignsResponse"
2512
- },
2513
- "GetEmailChannelRequest" : {
2514
- "type" : "structure",
2515
- "members" : {
2516
- "ApplicationId" : {
2517
- "shape" : "__string",
2518
- "location" : "uri",
2519
- "locationName" : "application-id"
2520
- }
2521
- },
2522
- "required" : [ "ApplicationId" ]
2523
- },
2524
- "GetEmailChannelResponse" : {
2525
- "type" : "structure",
2526
- "members" : {
2527
- "EmailChannelResponse" : {
2528
- "shape" : "EmailChannelResponse"
2529
- }
2530
- },
2531
- "required" : [ "EmailChannelResponse" ],
2532
- "payload" : "EmailChannelResponse"
2533
- },
2534
- "GetEndpointRequest" : {
2535
- "type" : "structure",
2536
- "members" : {
2537
- "ApplicationId" : {
2538
- "shape" : "__string",
2539
- "location" : "uri",
2540
- "locationName" : "application-id"
2541
- },
2542
- "EndpointId" : {
2543
- "shape" : "__string",
2544
- "location" : "uri",
2545
- "locationName" : "endpoint-id"
2546
- }
2547
- },
2548
- "required" : [ "ApplicationId", "EndpointId" ]
2549
- },
2550
- "GetEndpointResponse" : {
2551
- "type" : "structure",
2552
- "members" : {
2553
- "EndpointResponse" : {
2554
- "shape" : "EndpointResponse"
2555
- }
2556
- },
2557
- "required" : [ "EndpointResponse" ],
2558
- "payload" : "EndpointResponse"
2559
- },
2560
- "GetEventStreamRequest" : {
2561
- "type" : "structure",
2562
- "members" : {
2563
- "ApplicationId" : {
2564
- "shape" : "__string",
2565
- "location" : "uri",
2566
- "locationName" : "application-id"
2567
- }
2568
- },
2569
- "required" : [ "ApplicationId" ]
2570
- },
2571
- "GetEventStreamResponse" : {
2572
- "type" : "structure",
2573
- "members" : {
2574
- "EventStream" : {
2575
- "shape" : "EventStream"
2576
- }
2577
- },
2578
- "required" : [ "EventStream" ],
2579
- "payload" : "EventStream"
2580
- },
2581
- "GetGcmChannelRequest" : {
2582
- "type" : "structure",
2583
- "members" : {
2584
- "ApplicationId" : {
2585
- "shape" : "__string",
2586
- "location" : "uri",
2587
- "locationName" : "application-id"
2588
- }
2589
- },
2590
- "required" : [ "ApplicationId" ]
2591
- },
2592
- "GetGcmChannelResponse" : {
2593
- "type" : "structure",
2594
- "members" : {
2595
- "GCMChannelResponse" : {
2596
- "shape" : "GCMChannelResponse"
2597
- }
2598
- },
2599
- "required" : [ "GCMChannelResponse" ],
2600
- "payload" : "GCMChannelResponse"
2601
- },
2602
- "GetImportJobRequest" : {
2603
- "type" : "structure",
2604
- "members" : {
2605
- "ApplicationId" : {
2606
- "shape" : "__string",
2607
- "location" : "uri",
2608
- "locationName" : "application-id"
2609
- },
2610
- "JobId" : {
2611
- "shape" : "__string",
2612
- "location" : "uri",
2613
- "locationName" : "job-id"
2614
- }
2615
- },
2616
- "required" : [ "ApplicationId", "JobId" ]
2617
- },
2618
- "GetImportJobResponse" : {
2619
- "type" : "structure",
2620
- "members" : {
2621
- "ImportJobResponse" : {
2622
- "shape" : "ImportJobResponse"
2623
- }
2624
- },
2625
- "required" : [ "ImportJobResponse" ],
2626
- "payload" : "ImportJobResponse"
2627
- },
2628
- "GetImportJobsRequest" : {
2629
- "type" : "structure",
2630
- "members" : {
2631
- "ApplicationId" : {
2632
- "shape" : "__string",
2633
- "location" : "uri",
2634
- "locationName" : "application-id"
2635
- },
2636
- "PageSize" : {
2637
- "shape" : "__string",
2638
- "location" : "querystring",
2639
- "locationName" : "page-size"
2640
- },
2641
- "Token" : {
2642
- "shape" : "__string",
2643
- "location" : "querystring",
2644
- "locationName" : "token"
2645
- }
2646
- },
2647
- "required" : [ "ApplicationId" ]
2648
- },
2649
- "GetImportJobsResponse" : {
2650
- "type" : "structure",
2651
- "members" : {
2652
- "ImportJobsResponse" : {
2653
- "shape" : "ImportJobsResponse"
2654
- }
2655
- },
2656
- "required" : [ "ImportJobsResponse" ],
2657
- "payload" : "ImportJobsResponse"
2658
- },
2659
- "GetSegmentImportJobsRequest" : {
2660
- "type" : "structure",
2661
- "members" : {
2662
- "ApplicationId" : {
2663
- "shape" : "__string",
2664
- "location" : "uri",
2665
- "locationName" : "application-id"
2666
- },
2667
- "PageSize" : {
2668
- "shape" : "__string",
2669
- "location" : "querystring",
2670
- "locationName" : "page-size"
2671
- },
2672
- "SegmentId" : {
2673
- "shape" : "__string",
2674
- "location" : "uri",
2675
- "locationName" : "segment-id"
2676
- },
2677
- "Token" : {
2678
- "shape" : "__string",
2679
- "location" : "querystring",
2680
- "locationName" : "token"
2681
- }
2682
- },
2683
- "required" : [ "SegmentId", "ApplicationId" ]
2684
- },
2685
- "GetSegmentImportJobsResponse" : {
2686
- "type" : "structure",
2687
- "members" : {
2688
- "ImportJobsResponse" : {
2689
- "shape" : "ImportJobsResponse"
2690
- }
2691
- },
2692
- "required" : [ "ImportJobsResponse" ],
2693
- "payload" : "ImportJobsResponse"
2694
- },
2695
- "GetSegmentRequest" : {
2696
- "type" : "structure",
2697
- "members" : {
2698
- "ApplicationId" : {
2699
- "shape" : "__string",
2700
- "location" : "uri",
2701
- "locationName" : "application-id"
2702
- },
2703
- "SegmentId" : {
2704
- "shape" : "__string",
2705
- "location" : "uri",
2706
- "locationName" : "segment-id"
2707
- }
2708
- },
2709
- "required" : [ "SegmentId", "ApplicationId" ]
2710
- },
2711
- "GetSegmentResponse" : {
2712
- "type" : "structure",
2713
- "members" : {
2714
- "SegmentResponse" : {
2715
- "shape" : "SegmentResponse"
2716
- }
2717
- },
2718
- "required" : [ "SegmentResponse" ],
2719
- "payload" : "SegmentResponse"
2720
- },
2721
- "GetSegmentVersionRequest" : {
2722
- "type" : "structure",
2723
- "members" : {
2724
- "ApplicationId" : {
2725
- "shape" : "__string",
2726
- "location" : "uri",
2727
- "locationName" : "application-id"
2728
- },
2729
- "SegmentId" : {
2730
- "shape" : "__string",
2731
- "location" : "uri",
2732
- "locationName" : "segment-id"
2733
- },
2734
- "Version" : {
2735
- "shape" : "__string",
2736
- "location" : "uri",
2737
- "locationName" : "version"
2738
- }
2739
- },
2740
- "required" : [ "SegmentId", "Version", "ApplicationId" ]
2741
- },
2742
- "GetSegmentVersionResponse" : {
2743
- "type" : "structure",
2744
- "members" : {
2745
- "SegmentResponse" : {
2746
- "shape" : "SegmentResponse"
2747
- }
2748
- },
2749
- "required" : [ "SegmentResponse" ],
2750
- "payload" : "SegmentResponse"
2751
- },
2752
- "GetSegmentVersionsRequest" : {
2753
- "type" : "structure",
2754
- "members" : {
2755
- "ApplicationId" : {
2756
- "shape" : "__string",
2757
- "location" : "uri",
2758
- "locationName" : "application-id"
2759
- },
2760
- "PageSize" : {
2761
- "shape" : "__string",
2762
- "location" : "querystring",
2763
- "locationName" : "page-size"
2764
- },
2765
- "SegmentId" : {
2766
- "shape" : "__string",
2767
- "location" : "uri",
2768
- "locationName" : "segment-id"
2769
- },
2770
- "Token" : {
2771
- "shape" : "__string",
2772
- "location" : "querystring",
2773
- "locationName" : "token"
2774
- }
2775
- },
2776
- "required" : [ "SegmentId", "ApplicationId" ]
2777
- },
2778
- "GetSegmentVersionsResponse" : {
2779
- "type" : "structure",
2780
- "members" : {
2781
- "SegmentsResponse" : {
2782
- "shape" : "SegmentsResponse"
2783
- }
2784
- },
2785
- "required" : [ "SegmentsResponse" ],
2786
- "payload" : "SegmentsResponse"
2787
- },
2788
- "GetSegmentsRequest" : {
2789
- "type" : "structure",
2790
- "members" : {
2791
- "ApplicationId" : {
2792
- "shape" : "__string",
2793
- "location" : "uri",
2794
- "locationName" : "application-id"
2795
- },
2796
- "PageSize" : {
2797
- "shape" : "__string",
2798
- "location" : "querystring",
2799
- "locationName" : "page-size"
2800
- },
2801
- "Token" : {
2802
- "shape" : "__string",
2803
- "location" : "querystring",
2804
- "locationName" : "token"
2805
- }
2806
- },
2807
- "required" : [ "ApplicationId" ]
2808
- },
2809
- "GetSegmentsResponse" : {
2810
- "type" : "structure",
2811
- "members" : {
2812
- "SegmentsResponse" : {
2813
- "shape" : "SegmentsResponse"
2814
- }
2815
- },
2816
- "required" : [ "SegmentsResponse" ],
2817
- "payload" : "SegmentsResponse"
2818
- },
2819
- "GetSmsChannelRequest" : {
2820
- "type" : "structure",
2821
- "members" : {
2822
- "ApplicationId" : {
2823
- "shape" : "__string",
2824
- "location" : "uri",
2825
- "locationName" : "application-id"
2826
- }
2827
- },
2828
- "required" : [ "ApplicationId" ]
2829
- },
2830
- "GetSmsChannelResponse" : {
2831
- "type" : "structure",
2832
- "members" : {
2833
- "SMSChannelResponse" : {
2834
- "shape" : "SMSChannelResponse"
2835
- }
2836
- },
2837
- "required" : [ "SMSChannelResponse" ],
2838
- "payload" : "SMSChannelResponse"
2839
- },
2840
- "ImportJobRequest" : {
2841
- "type" : "structure",
2842
- "members" : {
2843
- "DefineSegment" : {
2844
- "shape" : "__boolean"
2845
- },
2846
- "ExternalId" : {
2847
- "shape" : "__string"
2848
- },
2849
- "Format" : {
2850
- "shape" : "Format"
2851
- },
2852
- "RegisterEndpoints" : {
2853
- "shape" : "__boolean"
2854
- },
2855
- "RoleArn" : {
2856
- "shape" : "__string"
2857
- },
2858
- "S3Url" : {
2859
- "shape" : "__string"
2860
- },
2861
- "SegmentId" : {
2862
- "shape" : "__string"
2863
- },
2864
- "SegmentName" : {
2865
- "shape" : "__string"
2866
- }
2867
- }
2868
- },
2869
- "ImportJobResource" : {
2870
- "type" : "structure",
2871
- "members" : {
2872
- "DefineSegment" : {
2873
- "shape" : "__boolean"
2874
- },
2875
- "ExternalId" : {
2876
- "shape" : "__string"
2877
- },
2878
- "Format" : {
2879
- "shape" : "Format"
2880
- },
2881
- "RegisterEndpoints" : {
2882
- "shape" : "__boolean"
2883
- },
2884
- "RoleArn" : {
2885
- "shape" : "__string"
2886
- },
2887
- "S3Url" : {
2888
- "shape" : "__string"
2889
- },
2890
- "SegmentId" : {
2891
- "shape" : "__string"
2892
- },
2893
- "SegmentName" : {
2894
- "shape" : "__string"
2895
- }
2896
- }
2897
- },
2898
- "ImportJobResponse" : {
2899
- "type" : "structure",
2900
- "members" : {
2901
- "ApplicationId" : {
2902
- "shape" : "__string"
2903
- },
2904
- "CompletedPieces" : {
2905
- "shape" : "__integer"
2906
- },
2907
- "CompletionDate" : {
2908
- "shape" : "__string"
2909
- },
2910
- "CreationDate" : {
2911
- "shape" : "__string"
2912
- },
2913
- "Definition" : {
2914
- "shape" : "ImportJobResource"
2915
- },
2916
- "FailedPieces" : {
2917
- "shape" : "__integer"
2918
- },
2919
- "Failures" : {
2920
- "shape" : "ListOf__string"
2921
- },
2922
- "Id" : {
2923
- "shape" : "__string"
2924
- },
2925
- "JobStatus" : {
2926
- "shape" : "JobStatus"
2927
- },
2928
- "TotalFailures" : {
2929
- "shape" : "__integer"
2930
- },
2931
- "TotalPieces" : {
2932
- "shape" : "__integer"
2933
- },
2934
- "TotalProcessed" : {
2935
- "shape" : "__integer"
2936
- },
2937
- "Type" : {
2938
- "shape" : "__string"
2939
- }
2940
- }
2941
- },
2942
- "ImportJobsResponse" : {
2943
- "type" : "structure",
2944
- "members" : {
2945
- "Item" : {
2946
- "shape" : "ListOfImportJobResponse"
2947
- },
2948
- "NextToken" : {
2949
- "shape" : "__string"
2950
- }
2951
- }
2952
- },
2953
- "InternalServerErrorException" : {
2954
- "type" : "structure",
2955
- "members" : {
2956
- "Message" : {
2957
- "shape" : "__string"
2958
- },
2959
- "RequestID" : {
2960
- "shape" : "__string"
2961
- }
2962
- },
2963
- "exception" : true,
2964
- "error" : {
2965
- "httpStatusCode" : 500
2966
- }
2967
- },
2968
- "JobStatus" : {
2969
- "type" : "string",
2970
- "enum" : [ "CREATED", "INITIALIZING", "PROCESSING", "COMPLETING", "COMPLETED", "FAILING", "FAILED" ]
2971
- },
2972
- "ListOfActivityResponse" : {
2973
- "type" : "list",
2974
- "member" : {
2975
- "shape" : "ActivityResponse"
2976
- }
2977
- },
2978
- "ListOfCampaignResponse" : {
2979
- "type" : "list",
2980
- "member" : {
2981
- "shape" : "CampaignResponse"
2982
- }
2983
- },
2984
- "ListOfEndpointBatchItem" : {
2985
- "type" : "list",
2986
- "member" : {
2987
- "shape" : "EndpointBatchItem"
2988
- }
2989
- },
2990
- "ListOfImportJobResponse" : {
2991
- "type" : "list",
2992
- "member" : {
2993
- "shape" : "ImportJobResponse"
2994
- }
2995
- },
2996
- "ListOfSegmentResponse" : {
2997
- "type" : "list",
2998
- "member" : {
2999
- "shape" : "SegmentResponse"
3000
- }
3001
- },
3002
- "ListOfTreatmentResource" : {
3003
- "type" : "list",
3004
- "member" : {
3005
- "shape" : "TreatmentResource"
3006
- }
3007
- },
3008
- "ListOfWriteTreatmentResource" : {
3009
- "type" : "list",
3010
- "member" : {
3011
- "shape" : "WriteTreatmentResource"
3012
- }
3013
- },
3014
- "ListOf__string" : {
3015
- "type" : "list",
3016
- "member" : {
3017
- "shape" : "__string"
3018
- }
3019
- },
3020
- "MapOfAddressConfiguration" : {
3021
- "type" : "map",
3022
- "key" : {
3023
- "shape" : "__string"
3024
- },
3025
- "value" : {
3026
- "shape" : "AddressConfiguration"
3027
- }
3028
- },
3029
- "MapOfAttributeDimension" : {
3030
- "type" : "map",
3031
- "key" : {
3032
- "shape" : "__string"
3033
- },
3034
- "value" : {
3035
- "shape" : "AttributeDimension"
3036
- }
3037
- },
3038
- "MapOfListOf__string" : {
3039
- "type" : "map",
3040
- "key" : {
3041
- "shape" : "__string"
3042
- },
3043
- "value" : {
3044
- "shape" : "ListOf__string"
3045
- }
3046
- },
3047
- "MapOfMessageResult" : {
3048
- "type" : "map",
3049
- "key" : {
3050
- "shape" : "__string"
3051
- },
3052
- "value" : {
3053
- "shape" : "MessageResult"
3054
- }
3055
- },
3056
- "MapOf__double" : {
3057
- "type" : "map",
3058
- "key" : {
3059
- "shape" : "__string"
3060
- },
3061
- "value" : {
3062
- "shape" : "__double"
3063
- }
3064
- },
3065
- "MapOf__integer" : {
3066
- "type" : "map",
3067
- "key" : {
3068
- "shape" : "__string"
3069
- },
3070
- "value" : {
3071
- "shape" : "__integer"
3072
- }
3073
- },
3074
- "MapOf__string" : {
3075
- "type" : "map",
3076
- "key" : {
3077
- "shape" : "__string"
3078
- },
3079
- "value" : {
3080
- "shape" : "__string"
3081
- }
3082
- },
3083
- "Message" : {
3084
- "type" : "structure",
3085
- "members" : {
3086
- "Action" : {
3087
- "shape" : "Action"
3088
- },
3089
- "Body" : {
3090
- "shape" : "__string"
3091
- },
3092
- "ImageIconUrl" : {
3093
- "shape" : "__string"
3094
- },
3095
- "ImageSmallIconUrl" : {
3096
- "shape" : "__string"
3097
- },
3098
- "ImageUrl" : {
3099
- "shape" : "__string"
3100
- },
3101
- "JsonBody" : {
3102
- "shape" : "__string"
3103
- },
3104
- "MediaUrl" : {
3105
- "shape" : "__string"
3106
- },
3107
- "SilentPush" : {
3108
- "shape" : "__boolean"
3109
- },
3110
- "Title" : {
3111
- "shape" : "__string"
3112
- },
3113
- "Url" : {
3114
- "shape" : "__string"
3115
- }
3116
- }
3117
- },
3118
- "MessageBody" : {
3119
- "type" : "structure",
3120
- "members" : {
3121
- "Message" : {
3122
- "shape" : "__string"
3123
- },
3124
- "RequestID" : {
3125
- "shape" : "__string"
3126
- }
3127
- }
3128
- },
3129
- "MessageConfiguration" : {
3130
- "type" : "structure",
3131
- "members" : {
3132
- "APNSMessage" : {
3133
- "shape" : "Message"
3134
- },
3135
- "DefaultMessage" : {
3136
- "shape" : "Message"
3137
- },
3138
- "EmailMessage" : {
3139
- "shape" : "CampaignEmailMessage"
3140
- },
3141
- "GCMMessage" : {
3142
- "shape" : "Message"
3143
- },
3144
- "SMSMessage" : {
3145
- "shape" : "CampaignSmsMessage"
3146
- }
3147
- }
3148
- },
3149
- "MessageRequest" : {
3150
- "type" : "structure",
3151
- "members" : {
3152
- "Addresses" : {
3153
- "shape" : "MapOfAddressConfiguration"
3154
- },
3155
- "Context" : {
3156
- "shape" : "MapOf__string"
3157
- },
3158
- "MessageConfiguration" : {
3159
- "shape" : "DirectMessageConfiguration"
3160
- }
3161
- }
3162
- },
3163
- "MessageResponse" : {
3164
- "type" : "structure",
3165
- "members" : {
3166
- "ApplicationId" : {
3167
- "shape" : "__string"
3168
- },
3169
- "RequestId" : {
3170
- "shape" : "__string"
3171
- },
3172
- "Result" : {
3173
- "shape" : "MapOfMessageResult"
3174
- }
3175
- }
3176
- },
3177
- "MessageResult" : {
3178
- "type" : "structure",
3179
- "members" : {
3180
- "DeliveryStatus" : {
3181
- "shape" : "DeliveryStatus"
3182
- },
3183
- "StatusCode" : {
3184
- "shape" : "__integer"
3185
- },
3186
- "StatusMessage" : {
3187
- "shape" : "__string"
3188
- },
3189
- "UpdatedToken" : {
3190
- "shape" : "__string"
3191
- }
3192
- }
3193
- },
3194
- "MessageType" : {
3195
- "type" : "string",
3196
- "enum" : [ "TRANSACTIONAL", "PROMOTIONAL" ]
3197
- },
3198
- "MethodNotAllowedException" : {
3199
- "type" : "structure",
3200
- "members" : {
3201
- "Message" : {
3202
- "shape" : "__string"
3203
- },
3204
- "RequestID" : {
3205
- "shape" : "__string"
3206
- }
3207
- },
3208
- "exception" : true,
3209
- "error" : {
3210
- "httpStatusCode" : 405
3211
- }
3212
- },
3213
- "NotFoundException" : {
3214
- "type" : "structure",
3215
- "members" : {
3216
- "Message" : {
3217
- "shape" : "__string"
3218
- },
3219
- "RequestID" : {
3220
- "shape" : "__string"
3221
- }
3222
- },
3223
- "exception" : true,
3224
- "error" : {
3225
- "httpStatusCode" : 404
3226
- }
3227
- },
3228
- "PutEventStreamRequest" : {
3229
- "type" : "structure",
3230
- "members" : {
3231
- "ApplicationId" : {
3232
- "shape" : "__string",
3233
- "location" : "uri",
3234
- "locationName" : "application-id"
3235
- },
3236
- "WriteEventStream" : {
3237
- "shape" : "WriteEventStream"
3238
- }
3239
- },
3240
- "required" : [ "ApplicationId", "WriteEventStream" ],
3241
- "payload" : "WriteEventStream"
3242
- },
3243
- "PutEventStreamResponse" : {
3244
- "type" : "structure",
3245
- "members" : {
3246
- "EventStream" : {
3247
- "shape" : "EventStream"
3248
- }
3249
- },
3250
- "required" : [ "EventStream" ],
3251
- "payload" : "EventStream"
3252
- },
3253
- "QuietTime" : {
3254
- "type" : "structure",
3255
- "members" : {
3256
- "End" : {
3257
- "shape" : "__string"
3258
- },
3259
- "Start" : {
3260
- "shape" : "__string"
3261
- }
3262
- }
3263
- },
3264
- "RecencyDimension" : {
3265
- "type" : "structure",
3266
- "members" : {
3267
- "Duration" : {
3268
- "shape" : "Duration"
3269
- },
3270
- "RecencyType" : {
3271
- "shape" : "RecencyType"
3272
- }
3273
- }
3274
- },
3275
- "RecencyType" : {
3276
- "type" : "string",
3277
- "enum" : [ "ACTIVE", "INACTIVE" ]
3278
- },
3279
- "SMSChannelRequest" : {
3280
- "type" : "structure",
3281
- "members" : {
3282
- "Enabled" : {
3283
- "shape" : "__boolean"
3284
- },
3285
- "SenderId" : {
3286
- "shape" : "__string"
3287
- }
3288
- }
3289
- },
3290
- "SMSChannelResponse" : {
3291
- "type" : "structure",
3292
- "members" : {
3293
- "ApplicationId" : {
3294
- "shape" : "__string"
3295
- },
3296
- "CreationDate" : {
3297
- "shape" : "__string"
3298
- },
3299
- "Enabled" : {
3300
- "shape" : "__boolean"
3301
- },
3302
- "Id" : {
3303
- "shape" : "__string"
3304
- },
3305
- "IsArchived" : {
3306
- "shape" : "__boolean"
3307
- },
3308
- "LastModifiedBy" : {
3309
- "shape" : "__string"
3310
- },
3311
- "LastModifiedDate" : {
3312
- "shape" : "__string"
3313
- },
3314
- "Platform" : {
3315
- "shape" : "__string"
3316
- },
3317
- "SenderId" : {
3318
- "shape" : "__string"
3319
- },
3320
- "ShortCode" : {
3321
- "shape" : "__string"
3322
- },
3323
- "Version" : {
3324
- "shape" : "__integer"
3325
- }
3326
- }
3327
- },
3328
- "SMSMessage" : {
3329
- "type" : "structure",
3330
- "members" : {
3331
- "Body" : {
3332
- "shape" : "__string"
3333
- },
3334
- "MessageType" : {
3335
- "shape" : "MessageType"
3336
- },
3337
- "SenderId" : {
3338
- "shape" : "__string"
3339
- },
3340
- "Substitutions" : {
3341
- "shape" : "MapOfListOf__string"
3342
- }
3343
- }
3344
- },
3345
- "Schedule" : {
3346
- "type" : "structure",
3347
- "members" : {
3348
- "EndTime" : {
3349
- "shape" : "__string"
3350
- },
3351
- "Frequency" : {
3352
- "shape" : "Frequency"
3353
- },
3354
- "IsLocalTime" : {
3355
- "shape" : "__boolean"
3356
- },
3357
- "QuietTime" : {
3358
- "shape" : "QuietTime"
3359
- },
3360
- "StartTime" : {
3361
- "shape" : "__string"
3362
- },
3363
- "Timezone" : {
3364
- "shape" : "__string"
3365
- }
3366
- }
3367
- },
3368
- "SegmentBehaviors" : {
3369
- "type" : "structure",
3370
- "members" : {
3371
- "Recency" : {
3372
- "shape" : "RecencyDimension"
3373
- }
3374
- }
3375
- },
3376
- "SegmentDemographics" : {
3377
- "type" : "structure",
3378
- "members" : {
3379
- "AppVersion" : {
3380
- "shape" : "SetDimension"
3381
- },
3382
- "Channel" : {
3383
- "shape" : "SetDimension"
3384
- },
3385
- "DeviceType" : {
3386
- "shape" : "SetDimension"
3387
- },
3388
- "Make" : {
3389
- "shape" : "SetDimension"
3390
- },
3391
- "Model" : {
3392
- "shape" : "SetDimension"
3393
- },
3394
- "Platform" : {
3395
- "shape" : "SetDimension"
3396
- }
3397
- }
3398
- },
3399
- "SegmentDimensions" : {
3400
- "type" : "structure",
3401
- "members" : {
3402
- "Attributes" : {
3403
- "shape" : "MapOfAttributeDimension"
3404
- },
3405
- "Behavior" : {
3406
- "shape" : "SegmentBehaviors"
3407
- },
3408
- "Demographic" : {
3409
- "shape" : "SegmentDemographics"
3410
- },
3411
- "Location" : {
3412
- "shape" : "SegmentLocation"
3413
- },
3414
- "UserAttributes" : {
3415
- "shape" : "MapOfAttributeDimension"
3416
- }
3417
- }
3418
- },
3419
- "SegmentImportResource" : {
3420
- "type" : "structure",
3421
- "members" : {
3422
- "ChannelCounts" : {
3423
- "shape" : "MapOf__integer"
3424
- },
3425
- "ExternalId" : {
3426
- "shape" : "__string"
3427
- },
3428
- "Format" : {
3429
- "shape" : "Format"
3430
- },
3431
- "RoleArn" : {
3432
- "shape" : "__string"
3433
- },
3434
- "S3Url" : {
3435
- "shape" : "__string"
3436
- },
3437
- "Size" : {
3438
- "shape" : "__integer"
3439
- }
3440
- }
3441
- },
3442
- "SegmentLocation" : {
3443
- "type" : "structure",
3444
- "members" : {
3445
- "Country" : {
3446
- "shape" : "SetDimension"
3447
- }
3448
- }
3449
- },
3450
- "SegmentResponse" : {
3451
- "type" : "structure",
3452
- "members" : {
3453
- "ApplicationId" : {
3454
- "shape" : "__string"
3455
- },
3456
- "CreationDate" : {
3457
- "shape" : "__string"
3458
- },
3459
- "Dimensions" : {
3460
- "shape" : "SegmentDimensions"
3461
- },
3462
- "Id" : {
3463
- "shape" : "__string"
3464
- },
3465
- "ImportDefinition" : {
3466
- "shape" : "SegmentImportResource"
3467
- },
3468
- "LastModifiedDate" : {
3469
- "shape" : "__string"
3470
- },
3471
- "Name" : {
3472
- "shape" : "__string"
3473
- },
3474
- "SegmentType" : {
3475
- "shape" : "SegmentType"
3476
- },
3477
- "Version" : {
3478
- "shape" : "__integer"
3479
- }
3480
- }
3481
- },
3482
- "SegmentType" : {
3483
- "type" : "string",
3484
- "enum" : [ "DIMENSIONAL", "IMPORT" ]
3485
- },
3486
- "SegmentsResponse" : {
3487
- "type" : "structure",
3488
- "members" : {
3489
- "Item" : {
3490
- "shape" : "ListOfSegmentResponse"
3491
- },
3492
- "NextToken" : {
3493
- "shape" : "__string"
3494
- }
3495
- }
3496
- },
3497
- "SendMessagesRequest" : {
3498
- "type" : "structure",
3499
- "members" : {
3500
- "ApplicationId" : {
3501
- "shape" : "__string",
3502
- "location" : "uri",
3503
- "locationName" : "application-id"
3504
- },
3505
- "MessageRequest" : {
3506
- "shape" : "MessageRequest"
3507
- }
3508
- },
3509
- "required" : [ "ApplicationId", "MessageRequest" ],
3510
- "payload" : "MessageRequest"
3511
- },
3512
- "SendMessagesResponse" : {
3513
- "type" : "structure",
3514
- "members" : {
3515
- "MessageResponse" : {
3516
- "shape" : "MessageResponse"
3517
- }
3518
- },
3519
- "required" : [ "MessageResponse" ],
3520
- "payload" : "MessageResponse"
3521
- },
3522
- "SetDimension" : {
3523
- "type" : "structure",
3524
- "members" : {
3525
- "DimensionType" : {
3526
- "shape" : "DimensionType"
3527
- },
3528
- "Values" : {
3529
- "shape" : "ListOf__string"
3530
- }
3531
- }
3532
- },
3533
- "TooManyRequestsException" : {
3534
- "type" : "structure",
3535
- "members" : {
3536
- "Message" : {
3537
- "shape" : "__string"
3538
- },
3539
- "RequestID" : {
3540
- "shape" : "__string"
3541
- }
3542
- },
3543
- "exception" : true,
3544
- "error" : {
3545
- "httpStatusCode" : 429
3546
- }
3547
- },
3548
- "TreatmentResource" : {
3549
- "type" : "structure",
3550
- "members" : {
3551
- "Id" : {
3552
- "shape" : "__string"
3553
- },
3554
- "MessageConfiguration" : {
3555
- "shape" : "MessageConfiguration"
3556
- },
3557
- "Schedule" : {
3558
- "shape" : "Schedule"
3559
- },
3560
- "SizePercent" : {
3561
- "shape" : "__integer"
3562
- },
3563
- "State" : {
3564
- "shape" : "CampaignState"
3565
- },
3566
- "TreatmentDescription" : {
3567
- "shape" : "__string"
3568
- },
3569
- "TreatmentName" : {
3570
- "shape" : "__string"
3571
- }
3572
- }
3573
- },
3574
- "UpdateApnsChannelRequest" : {
3575
- "type" : "structure",
3576
- "members" : {
3577
- "APNSChannelRequest" : {
3578
- "shape" : "APNSChannelRequest"
3579
- },
3580
- "ApplicationId" : {
3581
- "shape" : "__string",
3582
- "location" : "uri",
3583
- "locationName" : "application-id"
3584
- }
3585
- },
3586
- "required" : [ "ApplicationId", "APNSChannelRequest" ],
3587
- "payload" : "APNSChannelRequest"
3588
- },
3589
- "UpdateApnsChannelResponse" : {
3590
- "type" : "structure",
3591
- "members" : {
3592
- "APNSChannelResponse" : {
3593
- "shape" : "APNSChannelResponse"
3594
- }
3595
- },
3596
- "required" : [ "APNSChannelResponse" ],
3597
- "payload" : "APNSChannelResponse"
3598
- },
3599
- "UpdateApnsSandboxChannelRequest" : {
3600
- "type" : "structure",
3601
- "members" : {
3602
- "APNSSandboxChannelRequest" : {
3603
- "shape" : "APNSSandboxChannelRequest"
3604
- },
3605
- "ApplicationId" : {
3606
- "shape" : "__string",
3607
- "location" : "uri",
3608
- "locationName" : "application-id"
3609
- }
3610
- },
3611
- "required" : [ "ApplicationId", "APNSSandboxChannelRequest" ],
3612
- "payload" : "APNSSandboxChannelRequest"
3613
- },
3614
- "UpdateApnsSandboxChannelResponse" : {
3615
- "type" : "structure",
3616
- "members" : {
3617
- "APNSSandboxChannelResponse" : {
3618
- "shape" : "APNSSandboxChannelResponse"
3619
- }
3620
- },
3621
- "required" : [ "APNSSandboxChannelResponse" ],
3622
- "payload" : "APNSSandboxChannelResponse"
3623
- },
3624
- "UpdateApplicationSettingsRequest" : {
3625
- "type" : "structure",
3626
- "members" : {
3627
- "ApplicationId" : {
3628
- "shape" : "__string",
3629
- "location" : "uri",
3630
- "locationName" : "application-id"
3631
- },
3632
- "WriteApplicationSettingsRequest" : {
3633
- "shape" : "WriteApplicationSettingsRequest"
3634
- }
3635
- },
3636
- "required" : [ "ApplicationId", "WriteApplicationSettingsRequest" ],
3637
- "payload" : "WriteApplicationSettingsRequest"
3638
- },
3639
- "UpdateApplicationSettingsResponse" : {
3640
- "type" : "structure",
3641
- "members" : {
3642
- "ApplicationSettingsResource" : {
3643
- "shape" : "ApplicationSettingsResource"
3644
- }
3645
- },
3646
- "required" : [ "ApplicationSettingsResource" ],
3647
- "payload" : "ApplicationSettingsResource"
3648
- },
3649
- "UpdateCampaignRequest" : {
3650
- "type" : "structure",
3651
- "members" : {
3652
- "ApplicationId" : {
3653
- "shape" : "__string",
3654
- "location" : "uri",
3655
- "locationName" : "application-id"
3656
- },
3657
- "CampaignId" : {
3658
- "shape" : "__string",
3659
- "location" : "uri",
3660
- "locationName" : "campaign-id"
3661
- },
3662
- "WriteCampaignRequest" : {
3663
- "shape" : "WriteCampaignRequest"
3664
- }
3665
- },
3666
- "required" : [ "CampaignId", "ApplicationId", "WriteCampaignRequest" ],
3667
- "payload" : "WriteCampaignRequest"
3668
- },
3669
- "UpdateCampaignResponse" : {
3670
- "type" : "structure",
3671
- "members" : {
3672
- "CampaignResponse" : {
3673
- "shape" : "CampaignResponse"
3674
- }
3675
- },
3676
- "required" : [ "CampaignResponse" ],
3677
- "payload" : "CampaignResponse"
3678
- },
3679
- "UpdateEmailChannelRequest" : {
3680
- "type" : "structure",
3681
- "members" : {
3682
- "ApplicationId" : {
3683
- "shape" : "__string",
3684
- "location" : "uri",
3685
- "locationName" : "application-id"
3686
- },
3687
- "EmailChannelRequest" : {
3688
- "shape" : "EmailChannelRequest"
3689
- }
3690
- },
3691
- "required" : [ "ApplicationId", "EmailChannelRequest" ],
3692
- "payload" : "EmailChannelRequest"
3693
- },
3694
- "UpdateEmailChannelResponse" : {
3695
- "type" : "structure",
3696
- "members" : {
3697
- "EmailChannelResponse" : {
3698
- "shape" : "EmailChannelResponse"
3699
- }
3700
- },
3701
- "required" : [ "EmailChannelResponse" ],
3702
- "payload" : "EmailChannelResponse"
3703
- },
3704
- "UpdateEndpointRequest" : {
3705
- "type" : "structure",
3706
- "members" : {
3707
- "ApplicationId" : {
3708
- "shape" : "__string",
3709
- "location" : "uri",
3710
- "locationName" : "application-id"
3711
- },
3712
- "EndpointId" : {
3713
- "shape" : "__string",
3714
- "location" : "uri",
3715
- "locationName" : "endpoint-id"
3716
- },
3717
- "EndpointRequest" : {
3718
- "shape" : "EndpointRequest"
3719
- }
3720
- },
3721
- "required" : [ "ApplicationId", "EndpointId", "EndpointRequest" ],
3722
- "payload" : "EndpointRequest"
3723
- },
3724
- "UpdateEndpointResponse" : {
3725
- "type" : "structure",
3726
- "members" : {
3727
- "MessageBody" : {
3728
- "shape" : "MessageBody"
3729
- }
3730
- },
3731
- "required" : [ "MessageBody" ],
3732
- "payload" : "MessageBody"
3733
- },
3734
- "UpdateEndpointsBatchRequest" : {
3735
- "type" : "structure",
3736
- "members" : {
3737
- "ApplicationId" : {
3738
- "shape" : "__string",
3739
- "location" : "uri",
3740
- "locationName" : "application-id"
3741
- },
3742
- "EndpointBatchRequest" : {
3743
- "shape" : "EndpointBatchRequest"
3744
- }
3745
- },
3746
- "required" : [ "ApplicationId", "EndpointBatchRequest" ],
3747
- "payload" : "EndpointBatchRequest"
3748
- },
3749
- "UpdateEndpointsBatchResponse" : {
3750
- "type" : "structure",
3751
- "members" : {
3752
- "MessageBody" : {
3753
- "shape" : "MessageBody"
3754
- }
3755
- },
3756
- "required" : [ "MessageBody" ],
3757
- "payload" : "MessageBody"
3758
- },
3759
- "UpdateGcmChannelRequest" : {
3760
- "type" : "structure",
3761
- "members" : {
3762
- "ApplicationId" : {
3763
- "shape" : "__string",
3764
- "location" : "uri",
3765
- "locationName" : "application-id"
3766
- },
3767
- "GCMChannelRequest" : {
3768
- "shape" : "GCMChannelRequest"
3769
- }
3770
- },
3771
- "required" : [ "ApplicationId", "GCMChannelRequest" ],
3772
- "payload" : "GCMChannelRequest"
3773
- },
3774
- "UpdateGcmChannelResponse" : {
3775
- "type" : "structure",
3776
- "members" : {
3777
- "GCMChannelResponse" : {
3778
- "shape" : "GCMChannelResponse"
3779
- }
3780
- },
3781
- "required" : [ "GCMChannelResponse" ],
3782
- "payload" : "GCMChannelResponse"
3783
- },
3784
- "UpdateSegmentRequest" : {
3785
- "type" : "structure",
3786
- "members" : {
3787
- "ApplicationId" : {
3788
- "shape" : "__string",
3789
- "location" : "uri",
3790
- "locationName" : "application-id"
3791
- },
3792
- "SegmentId" : {
3793
- "shape" : "__string",
3794
- "location" : "uri",
3795
- "locationName" : "segment-id"
3796
- },
3797
- "WriteSegmentRequest" : {
3798
- "shape" : "WriteSegmentRequest"
3799
- }
3800
- },
3801
- "required" : [ "SegmentId", "ApplicationId", "WriteSegmentRequest" ],
3802
- "payload" : "WriteSegmentRequest"
3803
- },
3804
- "UpdateSegmentResponse" : {
3805
- "type" : "structure",
3806
- "members" : {
3807
- "SegmentResponse" : {
3808
- "shape" : "SegmentResponse"
3809
- }
3810
- },
3811
- "required" : [ "SegmentResponse" ],
3812
- "payload" : "SegmentResponse"
3813
- },
3814
- "UpdateSmsChannelRequest" : {
3815
- "type" : "structure",
3816
- "members" : {
3817
- "ApplicationId" : {
3818
- "shape" : "__string",
3819
- "location" : "uri",
3820
- "locationName" : "application-id"
3821
- },
3822
- "SMSChannelRequest" : {
3823
- "shape" : "SMSChannelRequest"
3824
- }
3825
- },
3826
- "required" : [ "ApplicationId", "SMSChannelRequest" ],
3827
- "payload" : "SMSChannelRequest"
3828
- },
3829
- "UpdateSmsChannelResponse" : {
3830
- "type" : "structure",
3831
- "members" : {
3832
- "SMSChannelResponse" : {
3833
- "shape" : "SMSChannelResponse"
3834
- }
3835
- },
3836
- "required" : [ "SMSChannelResponse" ],
3837
- "payload" : "SMSChannelResponse"
3838
- },
3839
- "WriteApplicationSettingsRequest" : {
3840
- "type" : "structure",
3841
- "members" : {
3842
- "Limits" : {
3843
- "shape" : "CampaignLimits"
3844
- },
3845
- "QuietTime" : {
3846
- "shape" : "QuietTime"
3847
- }
3848
- }
3849
- },
3850
- "WriteCampaignRequest" : {
3851
- "type" : "structure",
3852
- "members" : {
3853
- "AdditionalTreatments" : {
3854
- "shape" : "ListOfWriteTreatmentResource"
3855
- },
3856
- "Description" : {
3857
- "shape" : "__string"
3858
- },
3859
- "HoldoutPercent" : {
3860
- "shape" : "__integer"
3861
- },
3862
- "IsPaused" : {
3863
- "shape" : "__boolean"
3864
- },
3865
- "Limits" : {
3866
- "shape" : "CampaignLimits"
3867
- },
3868
- "MessageConfiguration" : {
3869
- "shape" : "MessageConfiguration"
3870
- },
3871
- "Name" : {
3872
- "shape" : "__string"
3873
- },
3874
- "Schedule" : {
3875
- "shape" : "Schedule"
3876
- },
3877
- "SegmentId" : {
3878
- "shape" : "__string"
3879
- },
3880
- "SegmentVersion" : {
3881
- "shape" : "__integer"
3882
- },
3883
- "TreatmentDescription" : {
3884
- "shape" : "__string"
3885
- },
3886
- "TreatmentName" : {
3887
- "shape" : "__string"
3888
- }
3889
- }
3890
- },
3891
- "WriteEventStream" : {
3892
- "type" : "structure",
3893
- "members" : {
3894
- "DestinationStreamArn" : {
3895
- "shape" : "__string"
3896
- },
3897
- "RoleArn" : {
3898
- "shape" : "__string"
3899
- }
3900
- }
3901
- },
3902
- "WriteSegmentRequest" : {
3903
- "type" : "structure",
3904
- "members" : {
3905
- "Dimensions" : {
3906
- "shape" : "SegmentDimensions"
3907
- },
3908
- "Name" : {
3909
- "shape" : "__string"
3910
- }
3911
- }
3912
- },
3913
- "WriteTreatmentResource" : {
3914
- "type" : "structure",
3915
- "members" : {
3916
- "MessageConfiguration" : {
3917
- "shape" : "MessageConfiguration"
3918
- },
3919
- "Schedule" : {
3920
- "shape" : "Schedule"
3921
- },
3922
- "SizePercent" : {
3923
- "shape" : "__integer"
3924
- },
3925
- "TreatmentDescription" : {
3926
- "shape" : "__string"
3927
- },
3928
- "TreatmentName" : {
3929
- "shape" : "__string"
3930
- }
3931
- }
3932
- },
3933
- "__boolean" : {
3934
- "type" : "boolean"
3935
- },
3936
- "__double" : {
3937
- "type" : "double"
3938
- },
3939
- "__integer" : {
3940
- "type" : "integer"
3941
- },
3942
- "__string" : {
3943
- "type" : "string"
3944
- },
3945
- "__timestamp" : {
3946
- "type" : "timestamp"
3947
- }
3948
- }
3949
- }