@pgarbe/cdk-ecr-sync 0.5.26 → 0.5.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (411) hide show
  1. package/.gitattributes +0 -1
  2. package/.jsii +5 -5
  3. package/.projenrc.ts +5 -3
  4. package/CHANGELOG.md +1 -1
  5. package/lib/ecr-sync.d.ts +1 -0
  6. package/lib/ecr-sync.d.ts.map +1 -0
  7. package/lib/ecr-sync.js +1 -1
  8. package/lib/image.d.ts +1 -0
  9. package/lib/image.d.ts.map +1 -0
  10. package/lib/index.d.ts +1 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/lambda/docker-adapter.d.ts +1 -0
  13. package/lib/lambda/docker-adapter.d.ts.map +1 -0
  14. package/lib/lambda/ecr-adapter.d.ts +1 -0
  15. package/lib/lambda/ecr-adapter.d.ts.map +1 -0
  16. package/lib/lambda/get-image-tags-handler.d.ts +1 -0
  17. package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
  18. package/node_modules/aws-sdk/CHANGELOG.md +384 -1
  19. package/node_modules/aws-sdk/README.md +1 -1
  20. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +56 -25
  21. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +68 -50
  22. package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +47 -7
  23. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +144 -65
  24. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json +5 -0
  26. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +177 -113
  27. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  28. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +206 -44
  29. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  30. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +9 -0
  31. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +79 -33
  32. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +31 -46
  33. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +113 -90
  34. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
  35. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
  36. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +143 -94
  37. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.examples.json +5 -0
  38. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +1374 -0
  39. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +62 -0
  40. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.waiters2.json +4 -0
  41. package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
  42. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +107 -45
  43. package/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json +6 -0
  44. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +206 -125
  45. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +3 -0
  46. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
  47. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
  48. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
  49. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +16 -11
  50. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
  51. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
  52. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
  53. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +25 -2
  54. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  55. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +119 -118
  56. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +143 -2
  57. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +5 -0
  58. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +217 -113
  59. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +552 -134
  60. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +21 -0
  61. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +537 -200
  62. package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +41 -38
  63. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +83 -4
  64. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -74
  65. package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +213 -119
  66. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
  67. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +10 -2
  68. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +10 -4
  69. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1098 -848
  70. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  71. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +14 -11
  72. package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +4 -1
  73. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +10 -0
  74. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  75. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
  76. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +262 -19
  77. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +14 -0
  78. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +454 -7
  79. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +12 -0
  80. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +107 -15
  81. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +265 -82
  82. package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +6 -0
  83. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
  84. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  85. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +120 -98
  86. package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +4 -2
  87. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +5 -0
  88. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +1376 -0
  89. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +46 -0
  90. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2257 -440
  91. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
  92. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +194 -19
  93. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  94. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +107 -73
  95. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -202
  96. package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +6 -0
  97. package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +1 -1
  98. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  99. package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
  100. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +516 -168
  101. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +14 -0
  102. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +75 -68
  103. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
  104. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  105. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
  106. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
  107. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
  108. package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +95 -48
  109. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +324 -83
  110. package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
  111. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.examples.json +5 -0
  112. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +562 -0
  113. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.paginators.json +22 -0
  114. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.waiters2.json +5 -0
  115. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  116. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  117. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
  118. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +239 -9
  119. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +80 -12
  120. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +418 -149
  121. package/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json +6 -0
  122. package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +54 -2
  123. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +117 -56
  124. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +20 -12
  125. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +2 -0
  126. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
  127. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  128. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +165 -41
  129. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +0 -1
  130. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +31 -28
  131. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +83 -27
  132. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +151 -120
  133. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +222 -154
  134. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +16 -13
  135. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +402 -153
  136. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
  137. package/node_modules/aws-sdk/apis/metadata.json +20 -0
  138. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +15 -19
  139. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +0 -2
  140. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +47 -11
  141. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
  142. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
  143. package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +77 -62
  144. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +74 -0
  145. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
  146. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +414 -346
  147. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +197 -47
  148. package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +2 -1
  149. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
  150. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
  151. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
  152. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
  153. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +4 -1
  154. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +186 -44
  155. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +289 -413
  156. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +0 -12
  157. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
  158. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +41 -23
  159. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
  160. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
  161. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +13 -3
  162. package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +49 -3
  163. package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
  164. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
  165. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +772 -239
  166. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +52 -51
  167. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +64 -24
  168. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
  169. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -689
  170. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +15 -13
  171. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +378 -304
  172. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +16 -8
  173. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +8 -2
  174. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +333 -294
  175. package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
  176. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
  177. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +41 -36
  178. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +82 -45
  179. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +31 -25
  180. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +59 -48
  181. package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +27 -8
  182. package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +45 -0
  183. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +19 -18
  184. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +313 -131
  185. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +60 -19
  186. package/node_modules/aws-sdk/apis/worklink-2018-09-25.min.json +99 -33
  187. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +195 -27
  188. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
  189. package/node_modules/aws-sdk/clients/acmpca.d.ts +72 -36
  190. package/node_modules/aws-sdk/clients/all.d.ts +6 -0
  191. package/node_modules/aws-sdk/clients/all.js +7 -1
  192. package/node_modules/aws-sdk/clients/amplify.d.ts +12 -7
  193. package/node_modules/aws-sdk/clients/amplifybackend.d.ts +48 -12
  194. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +142 -18
  195. package/node_modules/aws-sdk/clients/appflow.d.ts +80 -1
  196. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  197. package/node_modules/aws-sdk/clients/apprunner.d.ts +195 -11
  198. package/node_modules/aws-sdk/clients/appstream.d.ts +13 -1
  199. package/node_modules/aws-sdk/clients/athena.d.ts +70 -9
  200. package/node_modules/aws-sdk/clients/auditmanager.d.ts +8 -8
  201. package/node_modules/aws-sdk/clients/autoscaling.d.ts +62 -34
  202. package/node_modules/aws-sdk/clients/backup.d.ts +49 -25
  203. package/node_modules/aws-sdk/clients/batch.d.ts +120 -52
  204. package/node_modules/aws-sdk/clients/billingconductor.d.ts +1554 -0
  205. package/node_modules/aws-sdk/clients/billingconductor.js +19 -0
  206. package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
  207. package/node_modules/aws-sdk/clients/budgets.d.ts +107 -48
  208. package/node_modules/aws-sdk/clients/chime.d.ts +10 -6
  209. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
  210. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
  211. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +31 -5
  212. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +24 -24
  213. package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
  214. package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
  215. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +34 -26
  216. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +44 -12
  217. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  218. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
  219. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +78 -73
  220. package/node_modules/aws-sdk/clients/comprehend.d.ts +218 -24
  221. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
  222. package/node_modules/aws-sdk/clients/configservice.d.ts +220 -49
  223. package/node_modules/aws-sdk/clients/connect.d.ts +539 -9
  224. package/node_modules/aws-sdk/clients/costexplorer.d.ts +91 -5
  225. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +365 -2
  226. package/node_modules/aws-sdk/clients/databrew.d.ts +8 -3
  227. package/node_modules/aws-sdk/clients/dataexchange.d.ts +117 -0
  228. package/node_modules/aws-sdk/clients/datasync.d.ts +103 -16
  229. package/node_modules/aws-sdk/clients/devopsguru.d.ts +109 -3
  230. package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
  231. package/node_modules/aws-sdk/clients/docdb.d.ts +56 -40
  232. package/node_modules/aws-sdk/clients/dynamodb.d.ts +10 -2
  233. package/node_modules/aws-sdk/clients/ebs.d.ts +7 -7
  234. package/node_modules/aws-sdk/clients/ec2.d.ts +450 -138
  235. package/node_modules/aws-sdk/clients/ecr.d.ts +10 -5
  236. package/node_modules/aws-sdk/clients/ecs.d.ts +51 -35
  237. package/node_modules/aws-sdk/clients/efs.d.ts +40 -40
  238. package/node_modules/aws-sdk/clients/eks.d.ts +14 -14
  239. package/node_modules/aws-sdk/clients/elasticache.d.ts +14 -10
  240. package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
  241. package/node_modules/aws-sdk/clients/eventbridge.d.ts +380 -7
  242. package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
  243. package/node_modules/aws-sdk/clients/evidently.d.ts +19 -7
  244. package/node_modules/aws-sdk/clients/finspacedata.d.ts +520 -46
  245. package/node_modules/aws-sdk/clients/fis.d.ts +124 -0
  246. package/node_modules/aws-sdk/clients/fms.d.ts +333 -3
  247. package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
  248. package/node_modules/aws-sdk/clients/fsx.d.ts +95 -63
  249. package/node_modules/aws-sdk/clients/gamelift.d.ts +186 -186
  250. package/node_modules/aws-sdk/clients/gamesparks.d.ts +1344 -0
  251. package/node_modules/aws-sdk/clients/gamesparks.js +18 -0
  252. package/node_modules/aws-sdk/clients/glue.d.ts +2581 -181
  253. package/node_modules/aws-sdk/clients/grafana.d.ts +153 -6
  254. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +55 -24
  255. package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
  256. package/node_modules/aws-sdk/clients/iam.d.ts +10 -10
  257. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +55 -6
  258. package/node_modules/aws-sdk/clients/iot.d.ts +87 -21
  259. package/node_modules/aws-sdk/clients/iotdata.d.ts +7 -7
  260. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  261. package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
  262. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +369 -0
  263. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +25 -8
  264. package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
  265. package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
  266. package/node_modules/aws-sdk/clients/ivschat.js +18 -0
  267. package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +50 -5
  268. package/node_modules/aws-sdk/clients/kendra.d.ts +408 -93
  269. package/node_modules/aws-sdk/clients/keyspaces.d.ts +652 -0
  270. package/node_modules/aws-sdk/clients/keyspaces.js +19 -0
  271. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
  272. package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  273. package/node_modules/aws-sdk/clients/kms.d.ts +209 -119
  274. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  275. package/node_modules/aws-sdk/clients/lambda.d.ts +319 -16
  276. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +2 -2
  277. package/node_modules/aws-sdk/clients/lightsail.d.ts +175 -64
  278. package/node_modules/aws-sdk/clients/location.d.ts +28 -19
  279. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
  280. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +165 -0
  281. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +4 -4
  282. package/node_modules/aws-sdk/clients/macie.d.ts +50 -50
  283. package/node_modules/aws-sdk/clients/macie2.d.ts +7 -2
  284. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +47 -0
  285. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +63 -17
  286. package/node_modules/aws-sdk/clients/medialive.d.ts +79 -3
  287. package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
  288. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +5 -0
  289. package/node_modules/aws-sdk/clients/mediatailor.d.ts +316 -12
  290. package/node_modules/aws-sdk/clients/mgn.d.ts +63 -50
  291. package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +17 -17
  292. package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
  293. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
  294. package/node_modules/aws-sdk/clients/organizations.d.ts +146 -131
  295. package/node_modules/aws-sdk/clients/outposts.d.ts +94 -22
  296. package/node_modules/aws-sdk/clients/panorama.d.ts +467 -406
  297. package/node_modules/aws-sdk/clients/personalize.d.ts +196 -30
  298. package/node_modules/aws-sdk/clients/pi.d.ts +26 -26
  299. package/node_modules/aws-sdk/clients/pinpoint.d.ts +4 -0
  300. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +2367 -0
  301. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.js +19 -0
  302. package/node_modules/aws-sdk/clients/polly.d.ts +3 -3
  303. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  304. package/node_modules/aws-sdk/clients/proton.d.ts +105 -101
  305. package/node_modules/aws-sdk/clients/quicksight.d.ts +151 -17
  306. package/node_modules/aws-sdk/clients/ram.d.ts +5 -5
  307. package/node_modules/aws-sdk/clients/rds.d.ts +587 -766
  308. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
  309. package/node_modules/aws-sdk/clients/redshift.d.ts +68 -30
  310. package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
  311. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
  312. package/node_modules/aws-sdk/clients/robomaker.d.ts +7 -6
  313. package/node_modules/aws-sdk/clients/route53.d.ts +12 -12
  314. package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +82 -10
  315. package/node_modules/aws-sdk/clients/s3.d.ts +735 -204
  316. package/node_modules/aws-sdk/clients/s3control.d.ts +8 -3
  317. package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -18
  318. package/node_modules/aws-sdk/clients/sagemaker.d.ts +225 -175
  319. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
  320. package/node_modules/aws-sdk/clients/securityhub.d.ts +151 -7
  321. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -4
  322. package/node_modules/aws-sdk/clients/sns.d.ts +2 -2
  323. package/node_modules/aws-sdk/clients/ssm.d.ts +90 -37
  324. package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
  325. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +21 -7
  326. package/node_modules/aws-sdk/clients/storagegateway.d.ts +24 -24
  327. package/node_modules/aws-sdk/clients/sts.d.ts +5 -5
  328. package/node_modules/aws-sdk/clients/synthetics.d.ts +10 -5
  329. package/node_modules/aws-sdk/clients/textract.d.ts +47 -14
  330. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
  331. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +113 -103
  332. package/node_modules/aws-sdk/clients/transfer.d.ts +82 -14
  333. package/node_modules/aws-sdk/clients/transfer.js +1 -0
  334. package/node_modules/aws-sdk/clients/translate.d.ts +2 -0
  335. package/node_modules/aws-sdk/clients/wafv2.d.ts +274 -34
  336. package/node_modules/aws-sdk/clients/wisdom.d.ts +77 -32
  337. package/node_modules/aws-sdk/clients/workspaces.d.ts +243 -4
  338. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
  339. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -6
  340. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1322 -1034
  341. package/node_modules/aws-sdk/dist/aws-sdk.js +6144 -3175
  342. package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -92
  343. package/node_modules/aws-sdk/lib/config-base.d.ts +1 -0
  344. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -0
  345. package/node_modules/aws-sdk/lib/core.d.ts +1 -0
  346. package/node_modules/aws-sdk/lib/core.js +1 -1
  347. package/node_modules/aws-sdk/lib/credentials/credential_provider_chain.js +1 -0
  348. package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +28 -18
  349. package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +75 -18
  350. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +14 -0
  351. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +179 -0
  352. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +8 -0
  353. package/node_modules/aws-sdk/lib/model/operation.js +6 -1
  354. package/node_modules/aws-sdk/lib/node_loader.js +2 -0
  355. package/node_modules/aws-sdk/lib/param_validator.js +1 -2
  356. package/node_modules/aws-sdk/lib/region_config_data.json +10 -0
  357. package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
  358. package/node_modules/aws-sdk/lib/services/s3.js +2 -1
  359. package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
  360. package/node_modules/aws-sdk/package.json +1 -1
  361. package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +8 -5
  362. package/node_modules/jszip/.github/workflows/pr.yaml +41 -0
  363. package/node_modules/jszip/CHANGES.md +20 -1
  364. package/node_modules/jszip/LICENSE.markdown +1 -1
  365. package/node_modules/jszip/README.markdown +1 -3
  366. package/node_modules/jszip/dist/jszip.js +229 -16
  367. package/node_modules/jszip/dist/jszip.min.js +4 -4
  368. package/node_modules/jszip/index.d.ts +80 -15
  369. package/node_modules/jszip/lib/index.js +1 -1
  370. package/node_modules/jszip/lib/license_header.js +2 -2
  371. package/node_modules/jszip/lib/load.js +8 -1
  372. package/node_modules/jszip/lib/utils.js +28 -3
  373. package/node_modules/jszip/package.json +10 -9
  374. package/node_modules/jszip/tsconfig.json +101 -0
  375. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  376. package/node_modules/setimmediate/LICENSE.txt +20 -0
  377. package/node_modules/setimmediate/package.json +30 -0
  378. package/node_modules/setimmediate/setImmediate.js +186 -0
  379. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/.npmignore +0 -0
  380. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/CHANGELOG.md +0 -0
  381. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/LICENSE +0 -0
  382. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/README.md +0 -0
  383. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/Utility.js +0 -0
  384. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLAttribute.js +0 -0
  385. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLCData.js +0 -0
  386. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLComment.js +0 -0
  387. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDAttList.js +0 -0
  388. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDElement.js +0 -0
  389. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDEntity.js +0 -0
  390. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDNotation.js +0 -0
  391. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDeclaration.js +0 -0
  392. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocType.js +0 -0
  393. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocument.js +0 -0
  394. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocumentCB.js +0 -0
  395. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLElement.js +0 -0
  396. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLNode.js +0 -0
  397. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLProcessingInstruction.js +0 -0
  398. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLRaw.js +0 -0
  399. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStreamWriter.js +0 -0
  400. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringWriter.js +0 -0
  401. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringifier.js +0 -0
  402. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLText.js +0 -0
  403. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLWriterBase.js +0 -0
  404. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/index.js +0 -0
  405. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/package.json +0 -0
  406. package/package.json +18 -13
  407. package/releasetag.txt +1 -1
  408. package/version.txt +1 -1
  409. package/node_modules/set-immediate-shim/index.js +0 -7
  410. package/node_modules/set-immediate-shim/package.json +0 -34
  411. package/node_modules/set-immediate-shim/readme.md +0 -31
@@ -0,0 +1,1376 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2021-08-17",
5
+ "endpointPrefix": "gamesparks",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "GameSparks",
9
+ "serviceId": "GameSparks",
10
+ "signatureVersion": "v4",
11
+ "signingName": "gamesparks",
12
+ "uid": "gamesparks-2021-08-17"
13
+ },
14
+ "operations": {
15
+ "CreateGame": {
16
+ "http": {
17
+ "requestUri": "/game",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "GameName"
24
+ ],
25
+ "members": {
26
+ "ClientToken": {},
27
+ "Description": {},
28
+ "GameName": {},
29
+ "Tags": {
30
+ "shape": "S5"
31
+ }
32
+ }
33
+ },
34
+ "output": {
35
+ "type": "structure",
36
+ "members": {
37
+ "Game": {
38
+ "shape": "S9"
39
+ }
40
+ }
41
+ },
42
+ "idempotent": true
43
+ },
44
+ "CreateSnapshot": {
45
+ "http": {
46
+ "requestUri": "/game/{GameName}/snapshot",
47
+ "responseCode": 200
48
+ },
49
+ "input": {
50
+ "type": "structure",
51
+ "required": [
52
+ "GameName"
53
+ ],
54
+ "members": {
55
+ "Description": {},
56
+ "GameName": {
57
+ "location": "uri",
58
+ "locationName": "GameName"
59
+ }
60
+ }
61
+ },
62
+ "output": {
63
+ "type": "structure",
64
+ "members": {
65
+ "Snapshot": {
66
+ "shape": "Sh"
67
+ }
68
+ }
69
+ }
70
+ },
71
+ "CreateStage": {
72
+ "http": {
73
+ "requestUri": "/game/{GameName}/stage",
74
+ "responseCode": 200
75
+ },
76
+ "input": {
77
+ "type": "structure",
78
+ "required": [
79
+ "GameName",
80
+ "Role",
81
+ "StageName"
82
+ ],
83
+ "members": {
84
+ "ClientToken": {},
85
+ "Description": {},
86
+ "GameName": {
87
+ "location": "uri",
88
+ "locationName": "GameName"
89
+ },
90
+ "Role": {},
91
+ "StageName": {},
92
+ "Tags": {
93
+ "shape": "S5"
94
+ }
95
+ }
96
+ },
97
+ "output": {
98
+ "type": "structure",
99
+ "members": {
100
+ "Stage": {
101
+ "shape": "St"
102
+ }
103
+ }
104
+ },
105
+ "idempotent": true
106
+ },
107
+ "DeleteGame": {
108
+ "http": {
109
+ "method": "DELETE",
110
+ "requestUri": "/game/{GameName}",
111
+ "responseCode": 200
112
+ },
113
+ "input": {
114
+ "type": "structure",
115
+ "required": [
116
+ "GameName"
117
+ ],
118
+ "members": {
119
+ "GameName": {
120
+ "location": "uri",
121
+ "locationName": "GameName"
122
+ }
123
+ }
124
+ },
125
+ "output": {
126
+ "type": "structure",
127
+ "members": {}
128
+ },
129
+ "idempotent": true
130
+ },
131
+ "DeleteStage": {
132
+ "http": {
133
+ "method": "DELETE",
134
+ "requestUri": "/game/{GameName}/stage/{StageName}",
135
+ "responseCode": 200
136
+ },
137
+ "input": {
138
+ "type": "structure",
139
+ "required": [
140
+ "GameName",
141
+ "StageName"
142
+ ],
143
+ "members": {
144
+ "GameName": {
145
+ "location": "uri",
146
+ "locationName": "GameName"
147
+ },
148
+ "StageName": {
149
+ "location": "uri",
150
+ "locationName": "StageName"
151
+ }
152
+ }
153
+ },
154
+ "output": {
155
+ "type": "structure",
156
+ "members": {}
157
+ },
158
+ "idempotent": true
159
+ },
160
+ "DisconnectPlayer": {
161
+ "http": {
162
+ "requestUri": "/runtime/game/{GameName}/stage/{StageName}/player/{PlayerId}/disconnect",
163
+ "responseCode": 200
164
+ },
165
+ "input": {
166
+ "type": "structure",
167
+ "required": [
168
+ "GameName",
169
+ "PlayerId",
170
+ "StageName"
171
+ ],
172
+ "members": {
173
+ "GameName": {
174
+ "location": "uri",
175
+ "locationName": "GameName"
176
+ },
177
+ "PlayerId": {
178
+ "location": "uri",
179
+ "locationName": "PlayerId"
180
+ },
181
+ "StageName": {
182
+ "location": "uri",
183
+ "locationName": "StageName"
184
+ }
185
+ }
186
+ },
187
+ "output": {
188
+ "type": "structure",
189
+ "members": {
190
+ "DisconnectFailures": {
191
+ "shape": "S14"
192
+ },
193
+ "DisconnectSuccesses": {
194
+ "shape": "S14"
195
+ }
196
+ }
197
+ },
198
+ "idempotent": true
199
+ },
200
+ "ExportSnapshot": {
201
+ "http": {
202
+ "method": "GET",
203
+ "requestUri": "/game/{GameName}/snapshot/{SnapshotId}/export",
204
+ "responseCode": 200
205
+ },
206
+ "input": {
207
+ "type": "structure",
208
+ "required": [
209
+ "GameName",
210
+ "SnapshotId"
211
+ ],
212
+ "members": {
213
+ "GameName": {
214
+ "location": "uri",
215
+ "locationName": "GameName"
216
+ },
217
+ "SnapshotId": {
218
+ "location": "uri",
219
+ "locationName": "SnapshotId"
220
+ }
221
+ }
222
+ },
223
+ "output": {
224
+ "type": "structure",
225
+ "members": {
226
+ "S3Url": {}
227
+ }
228
+ }
229
+ },
230
+ "GetExtension": {
231
+ "http": {
232
+ "method": "GET",
233
+ "requestUri": "/extension/{Namespace}/{Name}",
234
+ "responseCode": 200
235
+ },
236
+ "input": {
237
+ "type": "structure",
238
+ "required": [
239
+ "Name",
240
+ "Namespace"
241
+ ],
242
+ "members": {
243
+ "Name": {
244
+ "location": "uri",
245
+ "locationName": "Name"
246
+ },
247
+ "Namespace": {
248
+ "location": "uri",
249
+ "locationName": "Namespace"
250
+ }
251
+ }
252
+ },
253
+ "output": {
254
+ "type": "structure",
255
+ "members": {
256
+ "Extension": {
257
+ "shape": "S1d"
258
+ }
259
+ }
260
+ }
261
+ },
262
+ "GetExtensionVersion": {
263
+ "http": {
264
+ "method": "GET",
265
+ "requestUri": "/extension/{Namespace}/{Name}/version/{ExtensionVersion}",
266
+ "responseCode": 200
267
+ },
268
+ "input": {
269
+ "type": "structure",
270
+ "required": [
271
+ "ExtensionVersion",
272
+ "Name",
273
+ "Namespace"
274
+ ],
275
+ "members": {
276
+ "ExtensionVersion": {
277
+ "location": "uri",
278
+ "locationName": "ExtensionVersion"
279
+ },
280
+ "Name": {
281
+ "location": "uri",
282
+ "locationName": "Name"
283
+ },
284
+ "Namespace": {
285
+ "location": "uri",
286
+ "locationName": "Namespace"
287
+ }
288
+ }
289
+ },
290
+ "output": {
291
+ "type": "structure",
292
+ "members": {
293
+ "ExtensionVersion": {
294
+ "shape": "S1i"
295
+ }
296
+ }
297
+ }
298
+ },
299
+ "GetGame": {
300
+ "http": {
301
+ "method": "GET",
302
+ "requestUri": "/game/{GameName}",
303
+ "responseCode": 200
304
+ },
305
+ "input": {
306
+ "type": "structure",
307
+ "required": [
308
+ "GameName"
309
+ ],
310
+ "members": {
311
+ "GameName": {
312
+ "location": "uri",
313
+ "locationName": "GameName"
314
+ }
315
+ }
316
+ },
317
+ "output": {
318
+ "type": "structure",
319
+ "members": {
320
+ "Game": {
321
+ "shape": "S9"
322
+ }
323
+ }
324
+ }
325
+ },
326
+ "GetGameConfiguration": {
327
+ "http": {
328
+ "method": "GET",
329
+ "requestUri": "/game/{GameName}/configuration",
330
+ "responseCode": 200
331
+ },
332
+ "input": {
333
+ "type": "structure",
334
+ "required": [
335
+ "GameName"
336
+ ],
337
+ "members": {
338
+ "GameName": {
339
+ "location": "uri",
340
+ "locationName": "GameName"
341
+ },
342
+ "Sections": {
343
+ "shape": "S1n",
344
+ "location": "querystring",
345
+ "locationName": "Sections"
346
+ }
347
+ }
348
+ },
349
+ "output": {
350
+ "type": "structure",
351
+ "members": {
352
+ "GameConfiguration": {
353
+ "shape": "S1p"
354
+ }
355
+ }
356
+ }
357
+ },
358
+ "GetGeneratedCodeJob": {
359
+ "http": {
360
+ "method": "GET",
361
+ "requestUri": "/game/{GameName}/snapshot/{SnapshotId}/generated-sdk-code-job/{JobId}",
362
+ "responseCode": 200
363
+ },
364
+ "input": {
365
+ "type": "structure",
366
+ "required": [
367
+ "GameName",
368
+ "JobId",
369
+ "SnapshotId"
370
+ ],
371
+ "members": {
372
+ "GameName": {
373
+ "location": "uri",
374
+ "locationName": "GameName"
375
+ },
376
+ "JobId": {
377
+ "location": "uri",
378
+ "locationName": "JobId"
379
+ },
380
+ "SnapshotId": {
381
+ "location": "uri",
382
+ "locationName": "SnapshotId"
383
+ }
384
+ }
385
+ },
386
+ "output": {
387
+ "type": "structure",
388
+ "members": {
389
+ "GeneratedCodeJob": {
390
+ "shape": "S1t"
391
+ }
392
+ }
393
+ }
394
+ },
395
+ "GetPlayerConnectionStatus": {
396
+ "http": {
397
+ "method": "GET",
398
+ "requestUri": "/runtime/game/{GameName}/stage/{StageName}/player/{PlayerId}/connection",
399
+ "responseCode": 200
400
+ },
401
+ "input": {
402
+ "type": "structure",
403
+ "required": [
404
+ "GameName",
405
+ "PlayerId",
406
+ "StageName"
407
+ ],
408
+ "members": {
409
+ "GameName": {
410
+ "location": "uri",
411
+ "locationName": "GameName"
412
+ },
413
+ "PlayerId": {
414
+ "location": "uri",
415
+ "locationName": "PlayerId"
416
+ },
417
+ "StageName": {
418
+ "location": "uri",
419
+ "locationName": "StageName"
420
+ }
421
+ }
422
+ },
423
+ "output": {
424
+ "type": "structure",
425
+ "members": {
426
+ "Connections": {
427
+ "type": "list",
428
+ "member": {
429
+ "type": "structure",
430
+ "members": {
431
+ "Created": {
432
+ "shape": "Sb"
433
+ },
434
+ "Id": {}
435
+ }
436
+ }
437
+ }
438
+ }
439
+ }
440
+ },
441
+ "GetSnapshot": {
442
+ "http": {
443
+ "method": "GET",
444
+ "requestUri": "/game/{GameName}/snapshot/{SnapshotId}",
445
+ "responseCode": 200
446
+ },
447
+ "input": {
448
+ "type": "structure",
449
+ "required": [
450
+ "GameName",
451
+ "SnapshotId"
452
+ ],
453
+ "members": {
454
+ "GameName": {
455
+ "location": "uri",
456
+ "locationName": "GameName"
457
+ },
458
+ "Sections": {
459
+ "shape": "S1n",
460
+ "location": "querystring",
461
+ "locationName": "Sections"
462
+ },
463
+ "SnapshotId": {
464
+ "location": "uri",
465
+ "locationName": "SnapshotId"
466
+ }
467
+ }
468
+ },
469
+ "output": {
470
+ "type": "structure",
471
+ "members": {
472
+ "Snapshot": {
473
+ "shape": "Sh"
474
+ }
475
+ }
476
+ }
477
+ },
478
+ "GetStage": {
479
+ "http": {
480
+ "method": "GET",
481
+ "requestUri": "/game/{GameName}/stage/{StageName}",
482
+ "responseCode": 200
483
+ },
484
+ "input": {
485
+ "type": "structure",
486
+ "required": [
487
+ "GameName",
488
+ "StageName"
489
+ ],
490
+ "members": {
491
+ "GameName": {
492
+ "location": "uri",
493
+ "locationName": "GameName"
494
+ },
495
+ "StageName": {
496
+ "location": "uri",
497
+ "locationName": "StageName"
498
+ }
499
+ }
500
+ },
501
+ "output": {
502
+ "type": "structure",
503
+ "members": {
504
+ "Stage": {
505
+ "shape": "St"
506
+ }
507
+ }
508
+ }
509
+ },
510
+ "GetStageDeployment": {
511
+ "http": {
512
+ "method": "GET",
513
+ "requestUri": "/game/{GameName}/stage/{StageName}/deployment",
514
+ "responseCode": 200
515
+ },
516
+ "input": {
517
+ "type": "structure",
518
+ "required": [
519
+ "GameName",
520
+ "StageName"
521
+ ],
522
+ "members": {
523
+ "DeploymentId": {
524
+ "location": "querystring",
525
+ "locationName": "DeploymentId"
526
+ },
527
+ "GameName": {
528
+ "location": "uri",
529
+ "locationName": "GameName"
530
+ },
531
+ "StageName": {
532
+ "location": "uri",
533
+ "locationName": "StageName"
534
+ }
535
+ }
536
+ },
537
+ "output": {
538
+ "type": "structure",
539
+ "members": {
540
+ "StageDeployment": {
541
+ "shape": "S27"
542
+ }
543
+ }
544
+ }
545
+ },
546
+ "ImportGameConfiguration": {
547
+ "http": {
548
+ "method": "PUT",
549
+ "requestUri": "/game/{GameName}/configuration",
550
+ "responseCode": 200
551
+ },
552
+ "input": {
553
+ "type": "structure",
554
+ "required": [
555
+ "GameName",
556
+ "ImportSource"
557
+ ],
558
+ "members": {
559
+ "GameName": {
560
+ "location": "uri",
561
+ "locationName": "GameName"
562
+ },
563
+ "ImportSource": {
564
+ "type": "structure",
565
+ "required": [
566
+ "File"
567
+ ],
568
+ "members": {
569
+ "File": {
570
+ "type": "blob"
571
+ }
572
+ }
573
+ }
574
+ }
575
+ },
576
+ "output": {
577
+ "type": "structure",
578
+ "members": {
579
+ "GameConfiguration": {
580
+ "shape": "S1p"
581
+ }
582
+ }
583
+ },
584
+ "idempotent": true
585
+ },
586
+ "ListExtensionVersions": {
587
+ "http": {
588
+ "method": "GET",
589
+ "requestUri": "/extension/{Namespace}/{Name}/version",
590
+ "responseCode": 200
591
+ },
592
+ "input": {
593
+ "type": "structure",
594
+ "required": [
595
+ "Name",
596
+ "Namespace"
597
+ ],
598
+ "members": {
599
+ "MaxResults": {
600
+ "location": "querystring",
601
+ "locationName": "MaxResults",
602
+ "type": "integer"
603
+ },
604
+ "Name": {
605
+ "location": "uri",
606
+ "locationName": "Name"
607
+ },
608
+ "Namespace": {
609
+ "location": "uri",
610
+ "locationName": "Namespace"
611
+ },
612
+ "NextToken": {
613
+ "location": "querystring",
614
+ "locationName": "NextToken"
615
+ }
616
+ }
617
+ },
618
+ "output": {
619
+ "type": "structure",
620
+ "members": {
621
+ "ExtensionVersions": {
622
+ "type": "list",
623
+ "member": {
624
+ "shape": "S1i"
625
+ }
626
+ },
627
+ "NextToken": {}
628
+ }
629
+ }
630
+ },
631
+ "ListExtensions": {
632
+ "http": {
633
+ "method": "GET",
634
+ "requestUri": "/extension",
635
+ "responseCode": 200
636
+ },
637
+ "input": {
638
+ "type": "structure",
639
+ "members": {
640
+ "MaxResults": {
641
+ "location": "querystring",
642
+ "locationName": "MaxResults",
643
+ "type": "integer"
644
+ },
645
+ "NextToken": {
646
+ "location": "querystring",
647
+ "locationName": "NextToken"
648
+ }
649
+ }
650
+ },
651
+ "output": {
652
+ "type": "structure",
653
+ "members": {
654
+ "Extensions": {
655
+ "type": "list",
656
+ "member": {
657
+ "shape": "S1d"
658
+ }
659
+ },
660
+ "NextToken": {}
661
+ }
662
+ }
663
+ },
664
+ "ListGames": {
665
+ "http": {
666
+ "method": "GET",
667
+ "requestUri": "/game",
668
+ "responseCode": 200
669
+ },
670
+ "input": {
671
+ "type": "structure",
672
+ "members": {
673
+ "MaxResults": {
674
+ "location": "querystring",
675
+ "locationName": "MaxResults",
676
+ "type": "integer"
677
+ },
678
+ "NextToken": {
679
+ "location": "querystring",
680
+ "locationName": "NextToken"
681
+ }
682
+ }
683
+ },
684
+ "output": {
685
+ "type": "structure",
686
+ "members": {
687
+ "Games": {
688
+ "type": "list",
689
+ "member": {
690
+ "type": "structure",
691
+ "members": {
692
+ "Description": {},
693
+ "Name": {},
694
+ "State": {},
695
+ "Tags": {
696
+ "shape": "S5"
697
+ }
698
+ }
699
+ }
700
+ },
701
+ "NextToken": {}
702
+ }
703
+ }
704
+ },
705
+ "ListGeneratedCodeJobs": {
706
+ "http": {
707
+ "method": "GET",
708
+ "requestUri": "/game/{GameName}/snapshot/{SnapshotId}/generated-sdk-code-jobs",
709
+ "responseCode": 200
710
+ },
711
+ "input": {
712
+ "type": "structure",
713
+ "required": [
714
+ "GameName",
715
+ "SnapshotId"
716
+ ],
717
+ "members": {
718
+ "GameName": {
719
+ "location": "uri",
720
+ "locationName": "GameName"
721
+ },
722
+ "MaxResults": {
723
+ "location": "querystring",
724
+ "locationName": "MaxResults",
725
+ "type": "integer"
726
+ },
727
+ "NextToken": {
728
+ "location": "querystring",
729
+ "locationName": "NextToken"
730
+ },
731
+ "SnapshotId": {
732
+ "location": "uri",
733
+ "locationName": "SnapshotId"
734
+ }
735
+ }
736
+ },
737
+ "output": {
738
+ "type": "structure",
739
+ "members": {
740
+ "GeneratedCodeJobs": {
741
+ "type": "list",
742
+ "member": {
743
+ "shape": "S1t"
744
+ }
745
+ },
746
+ "NextToken": {}
747
+ }
748
+ }
749
+ },
750
+ "ListSnapshots": {
751
+ "http": {
752
+ "method": "GET",
753
+ "requestUri": "/game/{GameName}/snapshot",
754
+ "responseCode": 200
755
+ },
756
+ "input": {
757
+ "type": "structure",
758
+ "required": [
759
+ "GameName"
760
+ ],
761
+ "members": {
762
+ "GameName": {
763
+ "location": "uri",
764
+ "locationName": "GameName"
765
+ },
766
+ "MaxResults": {
767
+ "location": "querystring",
768
+ "locationName": "MaxResults",
769
+ "type": "integer"
770
+ },
771
+ "NextToken": {
772
+ "location": "querystring",
773
+ "locationName": "NextToken"
774
+ }
775
+ }
776
+ },
777
+ "output": {
778
+ "type": "structure",
779
+ "members": {
780
+ "NextToken": {},
781
+ "Snapshots": {
782
+ "type": "list",
783
+ "member": {
784
+ "type": "structure",
785
+ "members": {
786
+ "Created": {
787
+ "shape": "Sb"
788
+ },
789
+ "Description": {},
790
+ "Id": {},
791
+ "LastUpdated": {
792
+ "shape": "Sb"
793
+ }
794
+ }
795
+ }
796
+ }
797
+ }
798
+ }
799
+ },
800
+ "ListStageDeployments": {
801
+ "http": {
802
+ "method": "GET",
803
+ "requestUri": "/game/{GameName}/stage/{StageName}/deployments",
804
+ "responseCode": 200
805
+ },
806
+ "input": {
807
+ "type": "structure",
808
+ "required": [
809
+ "GameName",
810
+ "StageName"
811
+ ],
812
+ "members": {
813
+ "GameName": {
814
+ "location": "uri",
815
+ "locationName": "GameName"
816
+ },
817
+ "MaxResults": {
818
+ "location": "querystring",
819
+ "locationName": "MaxResults",
820
+ "type": "integer"
821
+ },
822
+ "NextToken": {
823
+ "location": "querystring",
824
+ "locationName": "NextToken"
825
+ },
826
+ "StageName": {
827
+ "location": "uri",
828
+ "locationName": "StageName"
829
+ }
830
+ }
831
+ },
832
+ "output": {
833
+ "type": "structure",
834
+ "members": {
835
+ "NextToken": {},
836
+ "StageDeployments": {
837
+ "type": "list",
838
+ "member": {
839
+ "type": "structure",
840
+ "members": {
841
+ "DeploymentAction": {},
842
+ "DeploymentId": {},
843
+ "DeploymentResult": {
844
+ "shape": "S29"
845
+ },
846
+ "DeploymentState": {},
847
+ "LastUpdated": {
848
+ "shape": "Sb"
849
+ },
850
+ "SnapshotId": {}
851
+ }
852
+ }
853
+ }
854
+ }
855
+ }
856
+ },
857
+ "ListStages": {
858
+ "http": {
859
+ "method": "GET",
860
+ "requestUri": "/game/{GameName}/stage",
861
+ "responseCode": 200
862
+ },
863
+ "input": {
864
+ "type": "structure",
865
+ "required": [
866
+ "GameName"
867
+ ],
868
+ "members": {
869
+ "GameName": {
870
+ "location": "uri",
871
+ "locationName": "GameName"
872
+ },
873
+ "MaxResults": {
874
+ "location": "querystring",
875
+ "locationName": "MaxResults",
876
+ "type": "integer"
877
+ },
878
+ "NextToken": {
879
+ "location": "querystring",
880
+ "locationName": "NextToken"
881
+ }
882
+ }
883
+ },
884
+ "output": {
885
+ "type": "structure",
886
+ "members": {
887
+ "NextToken": {},
888
+ "Stages": {
889
+ "type": "list",
890
+ "member": {
891
+ "type": "structure",
892
+ "members": {
893
+ "Description": {},
894
+ "GameKey": {},
895
+ "Name": {},
896
+ "State": {},
897
+ "Tags": {
898
+ "shape": "S5"
899
+ }
900
+ }
901
+ }
902
+ }
903
+ }
904
+ }
905
+ },
906
+ "ListTagsForResource": {
907
+ "http": {
908
+ "method": "GET",
909
+ "requestUri": "/tags/{ResourceArn}",
910
+ "responseCode": 200
911
+ },
912
+ "input": {
913
+ "type": "structure",
914
+ "required": [
915
+ "ResourceArn"
916
+ ],
917
+ "members": {
918
+ "ResourceArn": {
919
+ "location": "uri",
920
+ "locationName": "ResourceArn"
921
+ }
922
+ }
923
+ },
924
+ "output": {
925
+ "type": "structure",
926
+ "members": {
927
+ "tags": {
928
+ "shape": "S5"
929
+ }
930
+ }
931
+ }
932
+ },
933
+ "StartGeneratedCodeJob": {
934
+ "http": {
935
+ "requestUri": "/game/{GameName}/snapshot/{SnapshotId}/generated-sdk-code-job",
936
+ "responseCode": 200
937
+ },
938
+ "input": {
939
+ "type": "structure",
940
+ "required": [
941
+ "GameName",
942
+ "Generator",
943
+ "SnapshotId"
944
+ ],
945
+ "members": {
946
+ "GameName": {
947
+ "location": "uri",
948
+ "locationName": "GameName"
949
+ },
950
+ "Generator": {
951
+ "type": "structure",
952
+ "members": {
953
+ "GameSdkVersion": {},
954
+ "Language": {},
955
+ "TargetPlatform": {}
956
+ }
957
+ },
958
+ "SnapshotId": {
959
+ "location": "uri",
960
+ "locationName": "SnapshotId"
961
+ }
962
+ }
963
+ },
964
+ "output": {
965
+ "type": "structure",
966
+ "members": {
967
+ "GeneratedCodeJobId": {}
968
+ }
969
+ }
970
+ },
971
+ "StartStageDeployment": {
972
+ "http": {
973
+ "requestUri": "/game/{GameName}/stage/{StageName}/deployment",
974
+ "responseCode": 200
975
+ },
976
+ "input": {
977
+ "type": "structure",
978
+ "required": [
979
+ "GameName",
980
+ "SnapshotId",
981
+ "StageName"
982
+ ],
983
+ "members": {
984
+ "ClientToken": {},
985
+ "GameName": {
986
+ "location": "uri",
987
+ "locationName": "GameName"
988
+ },
989
+ "SnapshotId": {},
990
+ "StageName": {
991
+ "location": "uri",
992
+ "locationName": "StageName"
993
+ }
994
+ }
995
+ },
996
+ "output": {
997
+ "type": "structure",
998
+ "members": {
999
+ "StageDeployment": {
1000
+ "shape": "S27"
1001
+ }
1002
+ }
1003
+ },
1004
+ "idempotent": true
1005
+ },
1006
+ "TagResource": {
1007
+ "http": {
1008
+ "requestUri": "/tags/{ResourceArn}",
1009
+ "responseCode": 200
1010
+ },
1011
+ "input": {
1012
+ "type": "structure",
1013
+ "required": [
1014
+ "ResourceArn",
1015
+ "tags"
1016
+ ],
1017
+ "members": {
1018
+ "ResourceArn": {
1019
+ "location": "uri",
1020
+ "locationName": "ResourceArn"
1021
+ },
1022
+ "tags": {
1023
+ "shape": "S5"
1024
+ }
1025
+ }
1026
+ },
1027
+ "output": {
1028
+ "type": "structure",
1029
+ "members": {}
1030
+ }
1031
+ },
1032
+ "UntagResource": {
1033
+ "http": {
1034
+ "method": "DELETE",
1035
+ "requestUri": "/tags/{ResourceArn}",
1036
+ "responseCode": 200
1037
+ },
1038
+ "input": {
1039
+ "type": "structure",
1040
+ "required": [
1041
+ "ResourceArn",
1042
+ "tagKeys"
1043
+ ],
1044
+ "members": {
1045
+ "ResourceArn": {
1046
+ "location": "uri",
1047
+ "locationName": "ResourceArn"
1048
+ },
1049
+ "tagKeys": {
1050
+ "location": "querystring",
1051
+ "locationName": "tagKeys",
1052
+ "type": "list",
1053
+ "member": {}
1054
+ }
1055
+ }
1056
+ },
1057
+ "output": {
1058
+ "type": "structure",
1059
+ "members": {}
1060
+ },
1061
+ "idempotent": true
1062
+ },
1063
+ "UpdateGame": {
1064
+ "http": {
1065
+ "method": "PATCH",
1066
+ "requestUri": "/game/{GameName}",
1067
+ "responseCode": 200
1068
+ },
1069
+ "input": {
1070
+ "type": "structure",
1071
+ "required": [
1072
+ "GameName"
1073
+ ],
1074
+ "members": {
1075
+ "Description": {},
1076
+ "GameName": {
1077
+ "location": "uri",
1078
+ "locationName": "GameName"
1079
+ }
1080
+ }
1081
+ },
1082
+ "output": {
1083
+ "type": "structure",
1084
+ "members": {
1085
+ "Game": {
1086
+ "shape": "S9"
1087
+ }
1088
+ }
1089
+ },
1090
+ "idempotent": true
1091
+ },
1092
+ "UpdateGameConfiguration": {
1093
+ "http": {
1094
+ "method": "PATCH",
1095
+ "requestUri": "/game/{GameName}/configuration",
1096
+ "responseCode": 200
1097
+ },
1098
+ "input": {
1099
+ "type": "structure",
1100
+ "required": [
1101
+ "GameName",
1102
+ "Modifications"
1103
+ ],
1104
+ "members": {
1105
+ "GameName": {
1106
+ "location": "uri",
1107
+ "locationName": "GameName"
1108
+ },
1109
+ "Modifications": {
1110
+ "type": "list",
1111
+ "member": {
1112
+ "type": "structure",
1113
+ "required": [
1114
+ "Operation",
1115
+ "Path",
1116
+ "Section"
1117
+ ],
1118
+ "members": {
1119
+ "Operation": {},
1120
+ "Path": {},
1121
+ "Section": {},
1122
+ "Value": {
1123
+ "shape": "Sm"
1124
+ }
1125
+ }
1126
+ }
1127
+ }
1128
+ }
1129
+ },
1130
+ "output": {
1131
+ "type": "structure",
1132
+ "members": {
1133
+ "GameConfiguration": {
1134
+ "shape": "S1p"
1135
+ }
1136
+ }
1137
+ },
1138
+ "idempotent": true
1139
+ },
1140
+ "UpdateSnapshot": {
1141
+ "http": {
1142
+ "method": "PATCH",
1143
+ "requestUri": "/game/{GameName}/snapshot/{SnapshotId}",
1144
+ "responseCode": 200
1145
+ },
1146
+ "input": {
1147
+ "type": "structure",
1148
+ "required": [
1149
+ "GameName",
1150
+ "SnapshotId"
1151
+ ],
1152
+ "members": {
1153
+ "Description": {},
1154
+ "GameName": {
1155
+ "location": "uri",
1156
+ "locationName": "GameName"
1157
+ },
1158
+ "SnapshotId": {
1159
+ "location": "uri",
1160
+ "locationName": "SnapshotId"
1161
+ }
1162
+ }
1163
+ },
1164
+ "output": {
1165
+ "type": "structure",
1166
+ "members": {
1167
+ "Snapshot": {
1168
+ "shape": "Sh"
1169
+ }
1170
+ }
1171
+ },
1172
+ "idempotent": true
1173
+ },
1174
+ "UpdateStage": {
1175
+ "http": {
1176
+ "method": "PATCH",
1177
+ "requestUri": "/game/{GameName}/stage/{StageName}",
1178
+ "responseCode": 200
1179
+ },
1180
+ "input": {
1181
+ "type": "structure",
1182
+ "required": [
1183
+ "GameName",
1184
+ "StageName"
1185
+ ],
1186
+ "members": {
1187
+ "Description": {},
1188
+ "GameName": {
1189
+ "location": "uri",
1190
+ "locationName": "GameName"
1191
+ },
1192
+ "Role": {},
1193
+ "StageName": {
1194
+ "location": "uri",
1195
+ "locationName": "StageName"
1196
+ }
1197
+ }
1198
+ },
1199
+ "output": {
1200
+ "type": "structure",
1201
+ "members": {
1202
+ "Stage": {
1203
+ "shape": "St"
1204
+ }
1205
+ }
1206
+ },
1207
+ "idempotent": true
1208
+ }
1209
+ },
1210
+ "shapes": {
1211
+ "S5": {
1212
+ "type": "map",
1213
+ "key": {},
1214
+ "value": {}
1215
+ },
1216
+ "S9": {
1217
+ "type": "structure",
1218
+ "members": {
1219
+ "Arn": {},
1220
+ "Created": {
1221
+ "shape": "Sb"
1222
+ },
1223
+ "Description": {},
1224
+ "EnableTerminationProtection": {
1225
+ "type": "boolean"
1226
+ },
1227
+ "LastUpdated": {
1228
+ "shape": "Sb"
1229
+ },
1230
+ "Name": {},
1231
+ "State": {},
1232
+ "Tags": {
1233
+ "shape": "S5"
1234
+ }
1235
+ }
1236
+ },
1237
+ "Sb": {
1238
+ "type": "timestamp",
1239
+ "timestampFormat": "iso8601"
1240
+ },
1241
+ "Sh": {
1242
+ "type": "structure",
1243
+ "members": {
1244
+ "Created": {
1245
+ "shape": "Sb"
1246
+ },
1247
+ "Description": {},
1248
+ "Id": {},
1249
+ "LastUpdated": {
1250
+ "shape": "Sb"
1251
+ },
1252
+ "Sections": {
1253
+ "shape": "Sj"
1254
+ }
1255
+ }
1256
+ },
1257
+ "Sj": {
1258
+ "type": "map",
1259
+ "key": {},
1260
+ "value": {
1261
+ "type": "structure",
1262
+ "members": {
1263
+ "Attributes": {
1264
+ "shape": "Sm"
1265
+ },
1266
+ "Name": {},
1267
+ "Size": {
1268
+ "type": "integer"
1269
+ }
1270
+ }
1271
+ }
1272
+ },
1273
+ "Sm": {
1274
+ "type": "structure",
1275
+ "members": {},
1276
+ "document": true
1277
+ },
1278
+ "St": {
1279
+ "type": "structure",
1280
+ "members": {
1281
+ "Arn": {},
1282
+ "Created": {
1283
+ "shape": "Sb"
1284
+ },
1285
+ "Description": {},
1286
+ "GameKey": {},
1287
+ "LastUpdated": {
1288
+ "shape": "Sb"
1289
+ },
1290
+ "LogGroup": {},
1291
+ "Name": {},
1292
+ "Role": {},
1293
+ "State": {},
1294
+ "Tags": {
1295
+ "shape": "S5"
1296
+ }
1297
+ }
1298
+ },
1299
+ "S14": {
1300
+ "type": "list",
1301
+ "member": {}
1302
+ },
1303
+ "S1d": {
1304
+ "type": "structure",
1305
+ "members": {
1306
+ "Description": {},
1307
+ "Name": {},
1308
+ "Namespace": {}
1309
+ }
1310
+ },
1311
+ "S1i": {
1312
+ "type": "structure",
1313
+ "members": {
1314
+ "Name": {},
1315
+ "Namespace": {},
1316
+ "Schema": {},
1317
+ "Version": {}
1318
+ }
1319
+ },
1320
+ "S1n": {
1321
+ "type": "list",
1322
+ "member": {}
1323
+ },
1324
+ "S1p": {
1325
+ "type": "structure",
1326
+ "members": {
1327
+ "Created": {
1328
+ "shape": "Sb"
1329
+ },
1330
+ "LastUpdated": {
1331
+ "shape": "Sb"
1332
+ },
1333
+ "Sections": {
1334
+ "shape": "Sj"
1335
+ }
1336
+ }
1337
+ },
1338
+ "S1t": {
1339
+ "type": "structure",
1340
+ "members": {
1341
+ "Description": {},
1342
+ "ExpirationTime": {
1343
+ "shape": "Sb"
1344
+ },
1345
+ "GeneratedCodeJobId": {},
1346
+ "S3Url": {},
1347
+ "Status": {}
1348
+ }
1349
+ },
1350
+ "S27": {
1351
+ "type": "structure",
1352
+ "members": {
1353
+ "Created": {
1354
+ "shape": "Sb"
1355
+ },
1356
+ "DeploymentAction": {},
1357
+ "DeploymentId": {},
1358
+ "DeploymentResult": {
1359
+ "shape": "S29"
1360
+ },
1361
+ "DeploymentState": {},
1362
+ "LastUpdated": {
1363
+ "shape": "Sb"
1364
+ },
1365
+ "SnapshotId": {}
1366
+ }
1367
+ },
1368
+ "S29": {
1369
+ "type": "structure",
1370
+ "members": {
1371
+ "Message": {},
1372
+ "ResultCode": {}
1373
+ }
1374
+ }
1375
+ }
1376
+ }