@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
@@ -72,7 +72,7 @@
72
72
  "shape": "Sa"
73
73
  },
74
74
  "Tags": {
75
- "shape": "Sd"
75
+ "shape": "Se"
76
76
  }
77
77
  }
78
78
  },
@@ -97,11 +97,11 @@
97
97
  "AnomalyDetectorName": {},
98
98
  "AnomalyDetectorDescription": {},
99
99
  "AnomalyDetectorConfig": {
100
- "shape": "Sk"
100
+ "shape": "Sl"
101
101
  },
102
102
  "KmsKeyArn": {},
103
103
  "Tags": {
104
- "shape": "Sd"
104
+ "shape": "Se"
105
105
  }
106
106
  }
107
107
  },
@@ -129,24 +129,24 @@
129
129
  "MetricSetName": {},
130
130
  "MetricSetDescription": {},
131
131
  "MetricList": {
132
- "shape": "Sr"
132
+ "shape": "Ss"
133
133
  },
134
134
  "Offset": {
135
135
  "type": "integer"
136
136
  },
137
137
  "TimestampColumn": {
138
- "shape": "Sx"
138
+ "shape": "Sy"
139
139
  },
140
140
  "DimensionList": {
141
- "shape": "Sz"
141
+ "shape": "S10"
142
142
  },
143
143
  "MetricSetFrequency": {},
144
144
  "MetricSource": {
145
- "shape": "S10"
145
+ "shape": "S11"
146
146
  },
147
147
  "Timezone": {},
148
148
  "Tags": {
149
- "shape": "Sd"
149
+ "shape": "Se"
150
150
  }
151
151
  }
152
152
  },
@@ -357,18 +357,18 @@
357
357
  "type": "integer"
358
358
  },
359
359
  "MetricList": {
360
- "shape": "Sr"
360
+ "shape": "Ss"
361
361
  },
362
362
  "TimestampColumn": {
363
- "shape": "Sx"
363
+ "shape": "Sy"
364
364
  },
365
365
  "DimensionList": {
366
- "shape": "Sz"
366
+ "shape": "S10"
367
367
  },
368
368
  "MetricSetFrequency": {},
369
369
  "Timezone": {},
370
370
  "MetricSource": {
371
- "shape": "S10"
371
+ "shape": "S11"
372
372
  }
373
373
  }
374
374
  }
@@ -392,10 +392,10 @@
392
392
  "type": "structure",
393
393
  "members": {
394
394
  "TemplatedPathList": {
395
- "shape": "S12"
395
+ "shape": "S13"
396
396
  },
397
397
  "HistoricalDataPathList": {
398
- "shape": "S14"
398
+ "shape": "S15"
399
399
  }
400
400
  }
401
401
  }
@@ -410,10 +410,10 @@
410
410
  "type": "structure",
411
411
  "members": {
412
412
  "Offset": {
413
- "shape": "S2y"
413
+ "shape": "S36"
414
414
  },
415
415
  "MetricSetFrequency": {
416
- "shape": "S2y"
416
+ "shape": "S36"
417
417
  },
418
418
  "MetricSource": {
419
419
  "type": "structure",
@@ -428,22 +428,22 @@
428
428
  "type": "structure",
429
429
  "members": {
430
430
  "FileCompression": {
431
- "shape": "S2y"
431
+ "shape": "S36"
432
432
  },
433
433
  "Charset": {
434
- "shape": "S2y"
434
+ "shape": "S36"
435
435
  },
436
436
  "ContainsHeader": {
437
- "shape": "S2y"
437
+ "shape": "S36"
438
438
  },
439
439
  "Delimiter": {
440
- "shape": "S2y"
440
+ "shape": "S36"
441
441
  },
442
442
  "HeaderList": {
443
- "shape": "S2y"
443
+ "shape": "S36"
444
444
  },
445
445
  "QuoteSymbol": {
446
- "shape": "S2y"
446
+ "shape": "S36"
447
447
  }
448
448
  }
449
449
  },
@@ -451,10 +451,10 @@
451
451
  "type": "structure",
452
452
  "members": {
453
453
  "FileCompression": {
454
- "shape": "S2y"
454
+ "shape": "S36"
455
455
  },
456
456
  "Charset": {
457
- "shape": "S2y"
457
+ "shape": "S36"
458
458
  }
459
459
  }
460
460
  }
@@ -603,13 +603,13 @@
603
603
  "members": {
604
604
  "RoleArn": {},
605
605
  "TemplatedPathList": {
606
- "shape": "S12"
606
+ "shape": "S13"
607
607
  },
608
608
  "HistoricalDataPathList": {
609
- "shape": "S14"
609
+ "shape": "S15"
610
610
  },
611
611
  "FileFormatDescriptor": {
612
- "shape": "S16"
612
+ "shape": "S17"
613
613
  }
614
614
  }
615
615
  }
@@ -669,7 +669,7 @@
669
669
  "type": "timestamp"
670
670
  },
671
671
  "Tags": {
672
- "shape": "Sd"
672
+ "shape": "Se"
673
673
  }
674
674
  }
675
675
  }
@@ -710,7 +710,7 @@
710
710
  },
711
711
  "Status": {},
712
712
  "Tags": {
713
- "shape": "Sd"
713
+ "shape": "Se"
714
714
  }
715
715
  }
716
716
  }
@@ -925,7 +925,7 @@
925
925
  "type": "timestamp"
926
926
  },
927
927
  "Tags": {
928
- "shape": "Sd"
928
+ "shape": "Se"
929
929
  }
930
930
  }
931
931
  }
@@ -956,7 +956,7 @@
956
956
  "type": "structure",
957
957
  "members": {
958
958
  "Tags": {
959
- "shape": "Sd",
959
+ "shape": "Se",
960
960
  "locationName": "Tags"
961
961
  }
962
962
  }
@@ -1013,7 +1013,7 @@
1013
1013
  "locationName": "resourceArn"
1014
1014
  },
1015
1015
  "Tags": {
1016
- "shape": "Sd",
1016
+ "shape": "Se",
1017
1017
  "locationName": "tags"
1018
1018
  }
1019
1019
  }
@@ -1067,7 +1067,7 @@
1067
1067
  "KmsKeyArn": {},
1068
1068
  "AnomalyDetectorDescription": {},
1069
1069
  "AnomalyDetectorConfig": {
1070
- "shape": "Sk"
1070
+ "shape": "Sl"
1071
1071
  }
1072
1072
  }
1073
1073
  },
@@ -1091,20 +1091,20 @@
1091
1091
  "MetricSetArn": {},
1092
1092
  "MetricSetDescription": {},
1093
1093
  "MetricList": {
1094
- "shape": "Sr"
1094
+ "shape": "Ss"
1095
1095
  },
1096
1096
  "Offset": {
1097
1097
  "type": "integer"
1098
1098
  },
1099
1099
  "TimestampColumn": {
1100
- "shape": "Sx"
1100
+ "shape": "Sy"
1101
1101
  },
1102
1102
  "DimensionList": {
1103
- "shape": "Sz"
1103
+ "shape": "S10"
1104
1104
  },
1105
1105
  "MetricSetFrequency": {},
1106
1106
  "MetricSource": {
1107
- "shape": "S10"
1107
+ "shape": "S11"
1108
1108
  }
1109
1109
  }
1110
1110
  },
@@ -1128,7 +1128,8 @@
1128
1128
  ],
1129
1129
  "members": {
1130
1130
  "RoleArn": {},
1131
- "SnsTopicArn": {}
1131
+ "SnsTopicArn": {},
1132
+ "SnsFormat": {}
1132
1133
  }
1133
1134
  },
1134
1135
  "LambdaConfiguration": {
@@ -1144,18 +1145,18 @@
1144
1145
  }
1145
1146
  }
1146
1147
  },
1147
- "Sd": {
1148
+ "Se": {
1148
1149
  "type": "map",
1149
1150
  "key": {},
1150
1151
  "value": {}
1151
1152
  },
1152
- "Sk": {
1153
+ "Sl": {
1153
1154
  "type": "structure",
1154
1155
  "members": {
1155
1156
  "AnomalyDetectorFrequency": {}
1156
1157
  }
1157
1158
  },
1158
- "Sr": {
1159
+ "Ss": {
1159
1160
  "type": "list",
1160
1161
  "member": {
1161
1162
  "type": "structure",
@@ -1170,18 +1171,18 @@
1170
1171
  }
1171
1172
  }
1172
1173
  },
1173
- "Sx": {
1174
+ "Sy": {
1174
1175
  "type": "structure",
1175
1176
  "members": {
1176
1177
  "ColumnName": {},
1177
1178
  "ColumnFormat": {}
1178
1179
  }
1179
1180
  },
1180
- "Sz": {
1181
+ "S10": {
1181
1182
  "type": "list",
1182
1183
  "member": {}
1183
1184
  },
1184
- "S10": {
1185
+ "S11": {
1185
1186
  "type": "structure",
1186
1187
  "members": {
1187
1188
  "S3SourceConfig": {
@@ -1189,13 +1190,13 @@
1189
1190
  "members": {
1190
1191
  "RoleArn": {},
1191
1192
  "TemplatedPathList": {
1192
- "shape": "S12"
1193
+ "shape": "S13"
1193
1194
  },
1194
1195
  "HistoricalDataPathList": {
1195
- "shape": "S14"
1196
+ "shape": "S15"
1196
1197
  },
1197
1198
  "FileFormatDescriptor": {
1198
- "shape": "S16"
1199
+ "shape": "S17"
1199
1200
  }
1200
1201
  }
1201
1202
  },
@@ -1209,7 +1210,10 @@
1209
1210
  "CloudWatchConfig": {
1210
1211
  "type": "structure",
1211
1212
  "members": {
1212
- "RoleArn": {}
1213
+ "RoleArn": {},
1214
+ "BackTestConfiguration": {
1215
+ "shape": "S1k"
1216
+ }
1213
1217
  }
1214
1218
  },
1215
1219
  "RDSSourceConfig": {
@@ -1225,7 +1229,7 @@
1225
1229
  "TableName": {},
1226
1230
  "RoleArn": {},
1227
1231
  "VpcConfiguration": {
1228
- "shape": "S1q"
1232
+ "shape": "S1s"
1229
1233
  }
1230
1234
  }
1231
1235
  },
@@ -1242,21 +1246,35 @@
1242
1246
  "TableName": {},
1243
1247
  "RoleArn": {},
1244
1248
  "VpcConfiguration": {
1245
- "shape": "S1q"
1249
+ "shape": "S1s"
1250
+ }
1251
+ }
1252
+ },
1253
+ "AthenaSourceConfig": {
1254
+ "type": "structure",
1255
+ "members": {
1256
+ "RoleArn": {},
1257
+ "DatabaseName": {},
1258
+ "DataCatalog": {},
1259
+ "TableName": {},
1260
+ "WorkGroupName": {},
1261
+ "S3ResultsPath": {},
1262
+ "BackTestConfiguration": {
1263
+ "shape": "S1k"
1246
1264
  }
1247
1265
  }
1248
1266
  }
1249
1267
  }
1250
1268
  },
1251
- "S12": {
1269
+ "S13": {
1252
1270
  "type": "list",
1253
1271
  "member": {}
1254
1272
  },
1255
- "S14": {
1273
+ "S15": {
1256
1274
  "type": "list",
1257
1275
  "member": {}
1258
1276
  },
1259
- "S16": {
1277
+ "S17": {
1260
1278
  "type": "structure",
1261
1279
  "members": {
1262
1280
  "CsvFormatDescriptor": {
@@ -1284,7 +1302,18 @@
1284
1302
  }
1285
1303
  }
1286
1304
  },
1287
- "S1q": {
1305
+ "S1k": {
1306
+ "type": "structure",
1307
+ "required": [
1308
+ "RunBackTestMode"
1309
+ ],
1310
+ "members": {
1311
+ "RunBackTestMode": {
1312
+ "type": "boolean"
1313
+ }
1314
+ }
1315
+ },
1316
+ "S1s": {
1288
1317
  "type": "structure",
1289
1318
  "required": [
1290
1319
  "SubnetIdList",
@@ -1301,7 +1330,7 @@
1301
1330
  }
1302
1331
  }
1303
1332
  },
1304
- "S2y": {
1333
+ "S36": {
1305
1334
  "type": "structure",
1306
1335
  "members": {
1307
1336
  "Value": {