@pgarbe/cdk-ecr-sync 0.5.27 → 0.5.30

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 (281) hide show
  1. package/.jsii +5 -5
  2. package/.projenrc.ts +5 -0
  3. package/API.md +106 -50
  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 +153 -1
  19. package/node_modules/aws-sdk/README.md +1 -1
  20. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  21. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  22. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
  23. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
  24. package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
  25. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
  26. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
  27. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
  28. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
  29. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
  30. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  31. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
  32. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +19 -2
  33. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  34. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  35. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +162 -9
  36. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
  37. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +82 -75
  38. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  39. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
  40. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  41. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  42. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +988 -853
  43. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  44. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  45. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
  46. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  47. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  48. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  49. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1 -0
  50. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +316 -61
  51. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  52. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  53. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
  54. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1858 -495
  55. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +92 -15
  56. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  57. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +74 -68
  58. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  59. package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
  60. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  61. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
  62. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  63. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
  64. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
  65. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
  66. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +153 -84
  67. package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
  68. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  69. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  70. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
  71. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +199 -125
  72. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +17 -12
  73. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +1 -0
  74. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
  75. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  76. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +84 -55
  77. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +213 -120
  78. package/node_modules/aws-sdk/apis/metadata.json +11 -0
  79. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
  80. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
  81. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  82. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +56 -0
  83. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
  84. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
  85. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
  86. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +20 -7
  87. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
  88. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
  89. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
  90. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
  91. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +124 -124
  92. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +749 -692
  93. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +3 -3
  94. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +20 -18
  95. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +160 -139
  96. package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
  97. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
  98. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +8 -3
  99. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  100. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
  101. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
  102. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  103. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +196 -130
  104. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
  105. package/node_modules/aws-sdk/clients/all.d.ts +3 -0
  106. package/node_modules/aws-sdk/clients/all.js +4 -1
  107. package/node_modules/aws-sdk/clients/amplify.d.ts +5 -5
  108. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  109. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  110. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  111. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  112. package/node_modules/aws-sdk/clients/auditmanager.d.ts +4 -4
  113. package/node_modules/aws-sdk/clients/backup.d.ts +25 -1
  114. package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
  115. package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
  116. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
  117. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
  118. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +3 -3
  119. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  120. package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
  121. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +17 -17
  122. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  123. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
  124. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  125. package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
  126. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
  127. package/node_modules/aws-sdk/clients/connect.d.ts +200 -9
  128. package/node_modules/aws-sdk/clients/datasync.d.ts +48 -17
  129. package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
  130. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  131. package/node_modules/aws-sdk/clients/ec2.d.ts +236 -56
  132. package/node_modules/aws-sdk/clients/eks.d.ts +13 -13
  133. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  134. package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
  135. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  136. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  137. package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
  138. package/node_modules/aws-sdk/clients/evidently.d.ts +8 -4
  139. package/node_modules/aws-sdk/clients/forecastservice.d.ts +391 -18
  140. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  141. package/node_modules/aws-sdk/clients/gamelift.d.ts +67 -67
  142. package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
  143. package/node_modules/aws-sdk/clients/glue.d.ts +2082 -217
  144. package/node_modules/aws-sdk/clients/grafana.d.ts +72 -1
  145. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
  146. package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
  147. package/node_modules/aws-sdk/clients/iot.d.ts +12 -9
  148. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  149. package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
  150. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  151. package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
  152. package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
  153. package/node_modules/aws-sdk/clients/ivschat.js +18 -0
  154. package/node_modules/aws-sdk/clients/kendra.d.ts +99 -14
  155. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
  156. package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  157. package/node_modules/aws-sdk/clients/kms.d.ts +22 -22
  158. package/node_modules/aws-sdk/clients/lambda.d.ts +4 -4
  159. package/node_modules/aws-sdk/clients/lightsail.d.ts +162 -47
  160. package/node_modules/aws-sdk/clients/location.d.ts +20 -16
  161. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
  162. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +58 -4
  163. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +104 -8
  164. package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
  165. package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
  166. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
  167. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  168. package/node_modules/aws-sdk/clients/organizations.d.ts +5 -5
  169. package/node_modules/aws-sdk/clients/outposts.d.ts +79 -22
  170. package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
  171. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  172. package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
  173. package/node_modules/aws-sdk/clients/rds.d.ts +37 -1
  174. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
  175. package/node_modules/aws-sdk/clients/redshift.d.ts +16 -12
  176. package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
  177. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
  178. package/node_modules/aws-sdk/clients/s3.d.ts +8 -8
  179. package/node_modules/aws-sdk/clients/sagemaker.d.ts +273 -194
  180. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +9 -9
  181. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -6
  182. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +4 -4
  183. package/node_modules/aws-sdk/clients/ssm.d.ts +29 -1
  184. package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
  185. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +19 -6
  186. package/node_modules/aws-sdk/clients/sts.d.ts +2 -2
  187. package/node_modules/aws-sdk/clients/synthetics.d.ts +7 -3
  188. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  189. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -2
  190. package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
  191. package/node_modules/aws-sdk/clients/wafv2.d.ts +104 -27
  192. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
  193. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
  194. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2644 -1816
  195. package/node_modules/aws-sdk/dist/aws-sdk.js +3131 -1600
  196. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -89
  197. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
  198. package/node_modules/aws-sdk/lib/core.js +1 -1
  199. package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
  200. package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
  201. package/node_modules/aws-sdk/package.json +2 -2
  202. package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
  203. package/node_modules/jszip/CHANGES.md +5 -0
  204. package/node_modules/jszip/README.markdown +1 -3
  205. package/node_modules/jszip/dist/jszip.js +194 -13
  206. package/node_modules/jszip/dist/jszip.min.js +4 -4
  207. package/node_modules/jszip/index.d.ts +1 -1
  208. package/node_modules/jszip/lib/index.js +1 -1
  209. package/node_modules/jszip/lib/license_header.js +2 -2
  210. package/node_modules/jszip/lib/utils.js +1 -1
  211. package/node_modules/jszip/package.json +2 -2
  212. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  213. package/node_modules/setimmediate/LICENSE.txt +20 -0
  214. package/node_modules/setimmediate/package.json +30 -0
  215. package/node_modules/setimmediate/setImmediate.js +186 -0
  216. package/node_modules/uuid/CHANGELOG.md +132 -44
  217. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  218. package/node_modules/uuid/LICENSE.md +1 -1
  219. package/node_modules/uuid/README.md +298 -152
  220. package/node_modules/uuid/dist/bin/uuid +2 -0
  221. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  222. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  223. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  224. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  225. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  226. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  227. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  228. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  229. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  230. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  231. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  232. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  233. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  234. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  235. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  236. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  237. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  238. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  239. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  240. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  241. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  242. package/node_modules/uuid/dist/index.js +39 -0
  243. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  244. package/node_modules/uuid/dist/md5.js +23 -0
  245. package/node_modules/uuid/dist/rng-browser.js +21 -0
  246. package/node_modules/uuid/dist/rng.js +14 -0
  247. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  248. package/node_modules/uuid/dist/sha1.js +23 -0
  249. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  250. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  251. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  252. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  253. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  254. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  255. package/node_modules/uuid/dist/v1.js +107 -0
  256. package/node_modules/uuid/dist/v3.js +16 -0
  257. package/node_modules/uuid/dist/v35.js +69 -0
  258. package/node_modules/uuid/dist/v4.js +40 -0
  259. package/node_modules/uuid/dist/v5.js +16 -0
  260. package/node_modules/uuid/package.json +92 -19
  261. package/node_modules/uuid/wrapper.mjs +5 -0
  262. package/package.json +17 -14
  263. package/releasetag.txt +1 -1
  264. package/version.txt +1 -1
  265. package/node_modules/set-immediate-shim/index.js +0 -7
  266. package/node_modules/set-immediate-shim/package.json +0 -34
  267. package/node_modules/set-immediate-shim/readme.md +0 -31
  268. package/node_modules/uuid/.eslintrc.json +0 -47
  269. package/node_modules/uuid/AUTHORS +0 -5
  270. package/node_modules/uuid/README_js.md +0 -280
  271. package/node_modules/uuid/bin/uuid +0 -65
  272. package/node_modules/uuid/index.js +0 -8
  273. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  274. package/node_modules/uuid/lib/md5.js +0 -25
  275. package/node_modules/uuid/lib/rng-browser.js +0 -34
  276. package/node_modules/uuid/lib/rng.js +0 -8
  277. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  278. package/node_modules/uuid/lib/sha1.js +0 -25
  279. package/node_modules/uuid/v3.js +0 -4
  280. package/node_modules/uuid/v4.js +0 -29
  281. package/node_modules/uuid/v5.js +0 -3
@@ -192,11 +192,21 @@
192
192
  },
193
193
  "Name": {},
194
194
  "Settings": {
195
- "shape": "S1v"
195
+ "shape": "S1w"
196
196
  },
197
197
  "RoleArn": {},
198
198
  "Tags": {
199
199
  "shape": "Sw"
200
+ },
201
+ "NotificationChannel": {
202
+ "shape": "S22"
203
+ },
204
+ "KmsKeyId": {},
205
+ "RegionsOfInterest": {
206
+ "shape": "S24"
207
+ },
208
+ "DataSharingPreference": {
209
+ "shape": "S28"
200
210
  }
201
211
  }
202
212
  },
@@ -251,7 +261,7 @@
251
261
  "members": {
252
262
  "CollectionId": {},
253
263
  "FaceIds": {
254
- "shape": "S25"
264
+ "shape": "S2g"
255
265
  }
256
266
  }
257
267
  },
@@ -259,7 +269,7 @@
259
269
  "type": "structure",
260
270
  "members": {
261
271
  "DeletedFaces": {
262
- "shape": "S25"
272
+ "shape": "S2g"
263
273
  }
264
274
  }
265
275
  }
@@ -438,7 +448,7 @@
438
448
  "shape": "S1g"
439
449
  },
440
450
  "Validation": {
441
- "shape": "S30"
451
+ "shape": "S3b"
442
452
  }
443
453
  }
444
454
  },
@@ -452,7 +462,7 @@
452
462
  "shape": "S1j"
453
463
  },
454
464
  "Validation": {
455
- "shape": "S30"
465
+ "shape": "S3b"
456
466
  }
457
467
  }
458
468
  },
@@ -564,7 +574,17 @@
564
574
  },
565
575
  "RoleArn": {},
566
576
  "Settings": {
567
- "shape": "S1v"
577
+ "shape": "S1w"
578
+ },
579
+ "NotificationChannel": {
580
+ "shape": "S22"
581
+ },
582
+ "KmsKeyId": {},
583
+ "RegionsOfInterest": {
584
+ "shape": "S24"
585
+ },
586
+ "DataSharingPreference": {
587
+ "shape": "S28"
568
588
  }
569
589
  }
570
590
  }
@@ -602,7 +622,7 @@
602
622
  "type": "float"
603
623
  },
604
624
  "Geometry": {
605
- "shape": "S3j"
625
+ "shape": "S3u"
606
626
  }
607
627
  }
608
628
  }
@@ -621,7 +641,7 @@
621
641
  "shape": "S2"
622
642
  },
623
643
  "Attributes": {
624
- "shape": "S3n"
644
+ "shape": "S3w"
625
645
  }
626
646
  }
627
647
  },
@@ -631,7 +651,7 @@
631
651
  "FaceDetails": {
632
652
  "type": "list",
633
653
  "member": {
634
- "shape": "S3r"
654
+ "shape": "S40"
635
655
  }
636
656
  },
637
657
  "OrientationCorrection": {}
@@ -662,7 +682,7 @@
662
682
  "Labels": {
663
683
  "type": "list",
664
684
  "member": {
665
- "shape": "S44"
685
+ "shape": "S4d"
666
686
  }
667
687
  },
668
688
  "OrientationCorrection": {},
@@ -711,7 +731,7 @@
711
731
  "ModerationLabels": {
712
732
  "type": "list",
713
733
  "member": {
714
- "shape": "S4i"
734
+ "shape": "S4r"
715
735
  }
716
736
  },
717
737
  "ModerationModelVersion": {},
@@ -822,13 +842,13 @@
822
842
  "type": "structure",
823
843
  "members": {
824
844
  "PersonsWithRequiredEquipment": {
825
- "shape": "S52"
845
+ "shape": "S5b"
826
846
  },
827
847
  "PersonsWithoutRequiredEquipment": {
828
- "shape": "S52"
848
+ "shape": "S5b"
829
849
  },
830
850
  "PersonsIndeterminate": {
831
- "shape": "S52"
851
+ "shape": "S5b"
832
852
  }
833
853
  }
834
854
  }
@@ -849,10 +869,10 @@
849
869
  "type": "structure",
850
870
  "members": {
851
871
  "WordFilter": {
852
- "shape": "S55"
872
+ "shape": "S5e"
853
873
  },
854
874
  "RegionsOfInterest": {
855
- "shape": "S58"
875
+ "shape": "S24"
856
876
  }
857
877
  }
858
878
  }
@@ -864,7 +884,7 @@
864
884
  "TextDetections": {
865
885
  "type": "list",
866
886
  "member": {
867
- "shape": "S5c"
887
+ "shape": "S5j"
868
888
  }
869
889
  },
870
890
  "TextModelVersion": {}
@@ -911,11 +931,11 @@
911
931
  "type": "structure",
912
932
  "members": {
913
933
  "Urls": {
914
- "shape": "S5l"
934
+ "shape": "S5s"
915
935
  },
916
936
  "Name": {},
917
937
  "KnownGender": {
918
- "shape": "S5n"
938
+ "shape": "S5u"
919
939
  }
920
940
  }
921
941
  }
@@ -941,7 +961,7 @@
941
961
  "JobStatus": {},
942
962
  "StatusMessage": {},
943
963
  "VideoMetadata": {
944
- "shape": "S5w"
964
+ "shape": "S63"
945
965
  },
946
966
  "NextToken": {},
947
967
  "Celebrities": {
@@ -956,7 +976,7 @@
956
976
  "type": "structure",
957
977
  "members": {
958
978
  "Urls": {
959
- "shape": "S5l"
979
+ "shape": "S5s"
960
980
  },
961
981
  "Name": {},
962
982
  "Id": {},
@@ -967,10 +987,10 @@
967
987
  "shape": "Sc"
968
988
  },
969
989
  "Face": {
970
- "shape": "S3r"
990
+ "shape": "S40"
971
991
  },
972
992
  "KnownGender": {
973
- "shape": "S5n"
993
+ "shape": "S5u"
974
994
  }
975
995
  }
976
996
  }
@@ -1001,7 +1021,7 @@
1001
1021
  "JobStatus": {},
1002
1022
  "StatusMessage": {},
1003
1023
  "VideoMetadata": {
1004
- "shape": "S5w"
1024
+ "shape": "S63"
1005
1025
  },
1006
1026
  "ModerationLabels": {
1007
1027
  "type": "list",
@@ -1012,7 +1032,7 @@
1012
1032
  "type": "long"
1013
1033
  },
1014
1034
  "ModerationLabel": {
1015
- "shape": "S4i"
1035
+ "shape": "S4r"
1016
1036
  }
1017
1037
  }
1018
1038
  }
@@ -1042,7 +1062,7 @@
1042
1062
  "JobStatus": {},
1043
1063
  "StatusMessage": {},
1044
1064
  "VideoMetadata": {
1045
- "shape": "S5w"
1065
+ "shape": "S63"
1046
1066
  },
1047
1067
  "NextToken": {},
1048
1068
  "Faces": {
@@ -1054,7 +1074,7 @@
1054
1074
  "type": "long"
1055
1075
  },
1056
1076
  "Face": {
1057
- "shape": "S3r"
1077
+ "shape": "S40"
1058
1078
  }
1059
1079
  }
1060
1080
  }
@@ -1084,7 +1104,7 @@
1084
1104
  "StatusMessage": {},
1085
1105
  "NextToken": {},
1086
1106
  "VideoMetadata": {
1087
- "shape": "S5w"
1107
+ "shape": "S63"
1088
1108
  },
1089
1109
  "Persons": {
1090
1110
  "type": "list",
@@ -1095,10 +1115,10 @@
1095
1115
  "type": "long"
1096
1116
  },
1097
1117
  "Person": {
1098
- "shape": "S6g"
1118
+ "shape": "S6n"
1099
1119
  },
1100
1120
  "FaceMatches": {
1101
- "shape": "S6i"
1121
+ "shape": "S6p"
1102
1122
  }
1103
1123
  }
1104
1124
  }
@@ -1127,7 +1147,7 @@
1127
1147
  "JobStatus": {},
1128
1148
  "StatusMessage": {},
1129
1149
  "VideoMetadata": {
1130
- "shape": "S5w"
1150
+ "shape": "S63"
1131
1151
  },
1132
1152
  "NextToken": {},
1133
1153
  "Labels": {
@@ -1139,7 +1159,7 @@
1139
1159
  "type": "long"
1140
1160
  },
1141
1161
  "Label": {
1142
- "shape": "S44"
1162
+ "shape": "S4d"
1143
1163
  }
1144
1164
  }
1145
1165
  }
@@ -1169,7 +1189,7 @@
1169
1189
  "JobStatus": {},
1170
1190
  "StatusMessage": {},
1171
1191
  "VideoMetadata": {
1172
- "shape": "S5w"
1192
+ "shape": "S63"
1173
1193
  },
1174
1194
  "NextToken": {},
1175
1195
  "Persons": {
@@ -1181,7 +1201,7 @@
1181
1201
  "type": "long"
1182
1202
  },
1183
1203
  "Person": {
1184
- "shape": "S6g"
1204
+ "shape": "S6n"
1185
1205
  }
1186
1206
  }
1187
1207
  }
@@ -1211,7 +1231,7 @@
1211
1231
  "VideoMetadata": {
1212
1232
  "type": "list",
1213
1233
  "member": {
1214
- "shape": "S5w"
1234
+ "shape": "S63"
1215
1235
  }
1216
1236
  },
1217
1237
  "AudioMetadata": {
@@ -1316,7 +1336,7 @@
1316
1336
  "JobStatus": {},
1317
1337
  "StatusMessage": {},
1318
1338
  "VideoMetadata": {
1319
- "shape": "S5w"
1339
+ "shape": "S63"
1320
1340
  },
1321
1341
  "TextDetections": {
1322
1342
  "type": "list",
@@ -1327,7 +1347,7 @@
1327
1347
  "type": "long"
1328
1348
  },
1329
1349
  "TextDetection": {
1330
- "shape": "S5c"
1350
+ "shape": "S5j"
1331
1351
  }
1332
1352
  }
1333
1353
  }
@@ -1351,7 +1371,7 @@
1351
1371
  },
1352
1372
  "ExternalImageId": {},
1353
1373
  "DetectionAttributes": {
1354
- "shape": "S3n"
1374
+ "shape": "S3w"
1355
1375
  },
1356
1376
  "MaxFaces": {
1357
1377
  "type": "integer"
@@ -1368,10 +1388,10 @@
1368
1388
  "type": "structure",
1369
1389
  "members": {
1370
1390
  "Face": {
1371
- "shape": "S6k"
1391
+ "shape": "S6r"
1372
1392
  },
1373
1393
  "FaceDetail": {
1374
- "shape": "S3r"
1394
+ "shape": "S40"
1375
1395
  }
1376
1396
  }
1377
1397
  }
@@ -1388,7 +1408,7 @@
1388
1408
  "member": {}
1389
1409
  },
1390
1410
  "FaceDetail": {
1391
- "shape": "S3r"
1411
+ "shape": "S40"
1392
1412
  }
1393
1413
  }
1394
1414
  }
@@ -1518,7 +1538,7 @@
1518
1538
  "Faces": {
1519
1539
  "type": "list",
1520
1540
  "member": {
1521
- "shape": "S6k"
1541
+ "shape": "S6r"
1522
1542
  }
1523
1543
  },
1524
1544
  "NextToken": {},
@@ -1593,7 +1613,7 @@
1593
1613
  "type": "structure",
1594
1614
  "members": {
1595
1615
  "Urls": {
1596
- "shape": "S5l"
1616
+ "shape": "S5s"
1597
1617
  },
1598
1618
  "Name": {},
1599
1619
  "Id": {},
@@ -1604,7 +1624,7 @@
1604
1624
  "type": "float"
1605
1625
  },
1606
1626
  "KnownGender": {
1607
- "shape": "S5n"
1627
+ "shape": "S5u"
1608
1628
  }
1609
1629
  }
1610
1630
  }
@@ -1642,7 +1662,7 @@
1642
1662
  "members": {
1643
1663
  "SearchedFaceId": {},
1644
1664
  "FaceMatches": {
1645
- "shape": "S6i"
1665
+ "shape": "S6p"
1646
1666
  },
1647
1667
  "FaceModelVersion": {}
1648
1668
  }
@@ -1679,7 +1699,7 @@
1679
1699
  "type": "float"
1680
1700
  },
1681
1701
  "FaceMatches": {
1682
- "shape": "S6i"
1702
+ "shape": "S6p"
1683
1703
  },
1684
1704
  "FaceModelVersion": {}
1685
1705
  }
@@ -1693,11 +1713,11 @@
1693
1713
  ],
1694
1714
  "members": {
1695
1715
  "Video": {
1696
- "shape": "S8w"
1716
+ "shape": "S93"
1697
1717
  },
1698
1718
  "ClientRequestToken": {},
1699
1719
  "NotificationChannel": {
1700
- "shape": "S8y"
1720
+ "shape": "S95"
1701
1721
  },
1702
1722
  "JobTag": {}
1703
1723
  }
@@ -1718,14 +1738,14 @@
1718
1738
  ],
1719
1739
  "members": {
1720
1740
  "Video": {
1721
- "shape": "S8w"
1741
+ "shape": "S93"
1722
1742
  },
1723
1743
  "MinConfidence": {
1724
1744
  "type": "float"
1725
1745
  },
1726
1746
  "ClientRequestToken": {},
1727
1747
  "NotificationChannel": {
1728
- "shape": "S8y"
1748
+ "shape": "S95"
1729
1749
  },
1730
1750
  "JobTag": {}
1731
1751
  }
@@ -1746,11 +1766,11 @@
1746
1766
  ],
1747
1767
  "members": {
1748
1768
  "Video": {
1749
- "shape": "S8w"
1769
+ "shape": "S93"
1750
1770
  },
1751
1771
  "ClientRequestToken": {},
1752
1772
  "NotificationChannel": {
1753
- "shape": "S8y"
1773
+ "shape": "S95"
1754
1774
  },
1755
1775
  "FaceAttributes": {},
1756
1776
  "JobTag": {}
@@ -1773,7 +1793,7 @@
1773
1793
  ],
1774
1794
  "members": {
1775
1795
  "Video": {
1776
- "shape": "S8w"
1796
+ "shape": "S93"
1777
1797
  },
1778
1798
  "ClientRequestToken": {},
1779
1799
  "FaceMatchThreshold": {
@@ -1781,7 +1801,7 @@
1781
1801
  },
1782
1802
  "CollectionId": {},
1783
1803
  "NotificationChannel": {
1784
- "shape": "S8y"
1804
+ "shape": "S95"
1785
1805
  },
1786
1806
  "JobTag": {}
1787
1807
  }
@@ -1802,14 +1822,14 @@
1802
1822
  ],
1803
1823
  "members": {
1804
1824
  "Video": {
1805
- "shape": "S8w"
1825
+ "shape": "S93"
1806
1826
  },
1807
1827
  "ClientRequestToken": {},
1808
1828
  "MinConfidence": {
1809
1829
  "type": "float"
1810
1830
  },
1811
1831
  "NotificationChannel": {
1812
- "shape": "S8y"
1832
+ "shape": "S95"
1813
1833
  },
1814
1834
  "JobTag": {}
1815
1835
  }
@@ -1830,11 +1850,11 @@
1830
1850
  ],
1831
1851
  "members": {
1832
1852
  "Video": {
1833
- "shape": "S8w"
1853
+ "shape": "S93"
1834
1854
  },
1835
1855
  "ClientRequestToken": {},
1836
1856
  "NotificationChannel": {
1837
- "shape": "S8y"
1857
+ "shape": "S95"
1838
1858
  },
1839
1859
  "JobTag": {}
1840
1860
  }
@@ -1877,11 +1897,11 @@
1877
1897
  ],
1878
1898
  "members": {
1879
1899
  "Video": {
1880
- "shape": "S8w"
1900
+ "shape": "S93"
1881
1901
  },
1882
1902
  "ClientRequestToken": {},
1883
1903
  "NotificationChannel": {
1884
- "shape": "S8y"
1904
+ "shape": "S95"
1885
1905
  },
1886
1906
  "JobTag": {},
1887
1907
  "Filters": {
@@ -1937,12 +1957,36 @@
1937
1957
  "Name"
1938
1958
  ],
1939
1959
  "members": {
1940
- "Name": {}
1960
+ "Name": {},
1961
+ "StartSelector": {
1962
+ "type": "structure",
1963
+ "members": {
1964
+ "KVSStreamStartSelector": {
1965
+ "type": "structure",
1966
+ "members": {
1967
+ "ProducerTimestamp": {
1968
+ "type": "long"
1969
+ },
1970
+ "FragmentNumber": {}
1971
+ }
1972
+ }
1973
+ }
1974
+ },
1975
+ "StopSelector": {
1976
+ "type": "structure",
1977
+ "members": {
1978
+ "MaxDurationInSeconds": {
1979
+ "type": "long"
1980
+ }
1981
+ }
1982
+ }
1941
1983
  }
1942
1984
  },
1943
1985
  "output": {
1944
1986
  "type": "structure",
1945
- "members": {}
1987
+ "members": {
1988
+ "SessionId": {}
1989
+ }
1946
1990
  }
1947
1991
  },
1948
1992
  "StartTextDetection": {
@@ -1953,21 +1997,21 @@
1953
1997
  ],
1954
1998
  "members": {
1955
1999
  "Video": {
1956
- "shape": "S8w"
2000
+ "shape": "S93"
1957
2001
  },
1958
2002
  "ClientRequestToken": {},
1959
2003
  "NotificationChannel": {
1960
- "shape": "S8y"
2004
+ "shape": "S95"
1961
2005
  },
1962
2006
  "JobTag": {},
1963
2007
  "Filters": {
1964
2008
  "type": "structure",
1965
2009
  "members": {
1966
2010
  "WordFilter": {
1967
- "shape": "S55"
2011
+ "shape": "S5e"
1968
2012
  },
1969
2013
  "RegionsOfInterest": {
1970
- "shape": "S58"
2014
+ "shape": "S24"
1971
2015
  }
1972
2016
  }
1973
2017
  }
@@ -2078,6 +2122,47 @@
2078
2122
  "type": "structure",
2079
2123
  "members": {}
2080
2124
  }
2125
+ },
2126
+ "UpdateStreamProcessor": {
2127
+ "input": {
2128
+ "type": "structure",
2129
+ "required": [
2130
+ "Name"
2131
+ ],
2132
+ "members": {
2133
+ "Name": {},
2134
+ "SettingsForUpdate": {
2135
+ "type": "structure",
2136
+ "members": {
2137
+ "ConnectedHomeForUpdate": {
2138
+ "type": "structure",
2139
+ "members": {
2140
+ "Labels": {
2141
+ "shape": "S1z"
2142
+ },
2143
+ "MinConfidence": {
2144
+ "type": "float"
2145
+ }
2146
+ }
2147
+ }
2148
+ }
2149
+ },
2150
+ "RegionsOfInterestForUpdate": {
2151
+ "shape": "S24"
2152
+ },
2153
+ "DataSharingPreferenceForUpdate": {
2154
+ "shape": "S28"
2155
+ },
2156
+ "ParametersToDelete": {
2157
+ "type": "list",
2158
+ "member": {}
2159
+ }
2160
+ }
2161
+ },
2162
+ "output": {
2163
+ "type": "structure",
2164
+ "members": {}
2165
+ }
2081
2166
  }
2082
2167
  },
2083
2168
  "shapes": {
@@ -2275,10 +2360,17 @@
2275
2360
  "members": {
2276
2361
  "Arn": {}
2277
2362
  }
2363
+ },
2364
+ "S3Destination": {
2365
+ "type": "structure",
2366
+ "members": {
2367
+ "Bucket": {},
2368
+ "KeyPrefix": {}
2369
+ }
2278
2370
  }
2279
2371
  }
2280
2372
  },
2281
- "S1v": {
2373
+ "S1w": {
2282
2374
  "type": "structure",
2283
2375
  "members": {
2284
2376
  "FaceSearch": {
@@ -2289,14 +2381,80 @@
2289
2381
  "type": "float"
2290
2382
  }
2291
2383
  }
2384
+ },
2385
+ "ConnectedHome": {
2386
+ "type": "structure",
2387
+ "required": [
2388
+ "Labels"
2389
+ ],
2390
+ "members": {
2391
+ "Labels": {
2392
+ "shape": "S1z"
2393
+ },
2394
+ "MinConfidence": {
2395
+ "type": "float"
2396
+ }
2397
+ }
2398
+ }
2399
+ }
2400
+ },
2401
+ "S1z": {
2402
+ "type": "list",
2403
+ "member": {}
2404
+ },
2405
+ "S22": {
2406
+ "type": "structure",
2407
+ "required": [
2408
+ "SNSTopicArn"
2409
+ ],
2410
+ "members": {
2411
+ "SNSTopicArn": {}
2412
+ }
2413
+ },
2414
+ "S24": {
2415
+ "type": "list",
2416
+ "member": {
2417
+ "type": "structure",
2418
+ "members": {
2419
+ "BoundingBox": {
2420
+ "shape": "Sc"
2421
+ },
2422
+ "Polygon": {
2423
+ "shape": "S26"
2424
+ }
2425
+ }
2426
+ }
2427
+ },
2428
+ "S26": {
2429
+ "type": "list",
2430
+ "member": {
2431
+ "type": "structure",
2432
+ "members": {
2433
+ "X": {
2434
+ "type": "float"
2435
+ },
2436
+ "Y": {
2437
+ "type": "float"
2438
+ }
2439
+ }
2440
+ }
2441
+ },
2442
+ "S28": {
2443
+ "type": "structure",
2444
+ "required": [
2445
+ "OptIn"
2446
+ ],
2447
+ "members": {
2448
+ "OptIn": {
2449
+ "type": "boolean"
2292
2450
  }
2293
2451
  }
2294
2452
  },
2295
- "S25": {
2453
+ "S2g": {
2296
2454
  "type": "list",
2297
2455
  "member": {}
2298
2456
  },
2299
- "S30": {
2457
+ "S3b": {
2300
2458
  "type": "structure",
2301
2459
  "members": {
2302
2460
  "Assets": {
@@ -2304,33 +2462,22 @@
2304
2462
  }
2305
2463
  }
2306
2464
  },
2307
- "S3j": {
2465
+ "S3u": {
2308
2466
  "type": "structure",
2309
2467
  "members": {
2310
2468
  "BoundingBox": {
2311
2469
  "shape": "Sc"
2312
2470
  },
2313
2471
  "Polygon": {
2314
- "type": "list",
2315
- "member": {
2316
- "type": "structure",
2317
- "members": {
2318
- "X": {
2319
- "type": "float"
2320
- },
2321
- "Y": {
2322
- "type": "float"
2323
- }
2324
- }
2325
- }
2472
+ "shape": "S26"
2326
2473
  }
2327
2474
  }
2328
2475
  },
2329
- "S3n": {
2476
+ "S3w": {
2330
2477
  "type": "list",
2331
2478
  "member": {}
2332
2479
  },
2333
- "S3r": {
2480
+ "S40": {
2334
2481
  "type": "structure",
2335
2482
  "members": {
2336
2483
  "BoundingBox": {
@@ -2442,7 +2589,7 @@
2442
2589
  }
2443
2590
  }
2444
2591
  },
2445
- "S44": {
2592
+ "S4d": {
2446
2593
  "type": "structure",
2447
2594
  "members": {
2448
2595
  "Name": {},
@@ -2474,7 +2621,7 @@
2474
2621
  }
2475
2622
  }
2476
2623
  },
2477
- "S4i": {
2624
+ "S4r": {
2478
2625
  "type": "structure",
2479
2626
  "members": {
2480
2627
  "Confidence": {
@@ -2484,13 +2631,13 @@
2484
2631
  "ParentName": {}
2485
2632
  }
2486
2633
  },
2487
- "S52": {
2634
+ "S5b": {
2488
2635
  "type": "list",
2489
2636
  "member": {
2490
2637
  "type": "integer"
2491
2638
  }
2492
2639
  },
2493
- "S55": {
2640
+ "S5e": {
2494
2641
  "type": "structure",
2495
2642
  "members": {
2496
2643
  "MinConfidence": {
@@ -2504,18 +2651,7 @@
2504
2651
  }
2505
2652
  }
2506
2653
  },
2507
- "S58": {
2508
- "type": "list",
2509
- "member": {
2510
- "type": "structure",
2511
- "members": {
2512
- "BoundingBox": {
2513
- "shape": "Sc"
2514
- }
2515
- }
2516
- }
2517
- },
2518
- "S5c": {
2654
+ "S5j": {
2519
2655
  "type": "structure",
2520
2656
  "members": {
2521
2657
  "DetectedText": {},
@@ -2530,21 +2666,21 @@
2530
2666
  "type": "float"
2531
2667
  },
2532
2668
  "Geometry": {
2533
- "shape": "S3j"
2669
+ "shape": "S3u"
2534
2670
  }
2535
2671
  }
2536
2672
  },
2537
- "S5l": {
2673
+ "S5s": {
2538
2674
  "type": "list",
2539
2675
  "member": {}
2540
2676
  },
2541
- "S5n": {
2677
+ "S5u": {
2542
2678
  "type": "structure",
2543
2679
  "members": {
2544
2680
  "Type": {}
2545
2681
  }
2546
2682
  },
2547
- "S5w": {
2683
+ "S63": {
2548
2684
  "type": "structure",
2549
2685
  "members": {
2550
2686
  "Codec": {},
@@ -2564,7 +2700,7 @@
2564
2700
  "ColorRange": {}
2565
2701
  }
2566
2702
  },
2567
- "S6g": {
2703
+ "S6n": {
2568
2704
  "type": "structure",
2569
2705
  "members": {
2570
2706
  "Index": {
@@ -2574,11 +2710,11 @@
2574
2710
  "shape": "Sc"
2575
2711
  },
2576
2712
  "Face": {
2577
- "shape": "S3r"
2713
+ "shape": "S40"
2578
2714
  }
2579
2715
  }
2580
2716
  },
2581
- "S6i": {
2717
+ "S6p": {
2582
2718
  "type": "list",
2583
2719
  "member": {
2584
2720
  "type": "structure",
@@ -2587,12 +2723,12 @@
2587
2723
  "type": "float"
2588
2724
  },
2589
2725
  "Face": {
2590
- "shape": "S6k"
2726
+ "shape": "S6r"
2591
2727
  }
2592
2728
  }
2593
2729
  }
2594
2730
  },
2595
- "S6k": {
2731
+ "S6r": {
2596
2732
  "type": "structure",
2597
2733
  "members": {
2598
2734
  "FaceId": {},
@@ -2607,7 +2743,7 @@
2607
2743
  "IndexFacesModelVersion": {}
2608
2744
  }
2609
2745
  },
2610
- "S8w": {
2746
+ "S93": {
2611
2747
  "type": "structure",
2612
2748
  "members": {
2613
2749
  "S3Object": {
@@ -2615,7 +2751,7 @@
2615
2751
  }
2616
2752
  }
2617
2753
  },
2618
- "S8y": {
2754
+ "S95": {
2619
2755
  "type": "structure",
2620
2756
  "required": [
2621
2757
  "SNSTopicArn",