@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
@@ -280,7 +280,7 @@
280
280
  "Schedule": {},
281
281
  "RoleArn": {},
282
282
  "Tags": {
283
- "shape": "S5r"
283
+ "shape": "S5y"
284
284
  },
285
285
  "ClientToken": {
286
286
  "idempotencyToken": true
@@ -313,7 +313,7 @@
313
313
  "IndexId": {},
314
314
  "RoleArn": {},
315
315
  "Configuration": {
316
- "shape": "S60"
316
+ "shape": "S67"
317
317
  },
318
318
  "Description": {},
319
319
  "ClientToken": {
@@ -349,7 +349,7 @@
349
349
  },
350
350
  "RoleArn": {},
351
351
  "Tags": {
352
- "shape": "S5r"
352
+ "shape": "S5y"
353
353
  },
354
354
  "FileFormat": {},
355
355
  "ClientToken": {
@@ -377,21 +377,21 @@
377
377
  "Edition": {},
378
378
  "RoleArn": {},
379
379
  "ServerSideEncryptionConfiguration": {
380
- "shape": "S6f"
380
+ "shape": "S6m"
381
381
  },
382
382
  "Description": {},
383
383
  "ClientToken": {
384
384
  "idempotencyToken": true
385
385
  },
386
386
  "Tags": {
387
- "shape": "S5r"
387
+ "shape": "S5y"
388
388
  },
389
389
  "UserTokenConfigurations": {
390
- "shape": "S6h"
390
+ "shape": "S6o"
391
391
  },
392
392
  "UserContextPolicy": {},
393
393
  "UserGroupResolutionConfiguration": {
394
- "shape": "S6r"
394
+ "shape": "S6y"
395
395
  }
396
396
  }
397
397
  },
@@ -423,7 +423,7 @@
423
423
  },
424
424
  "RoleArn": {},
425
425
  "Tags": {
426
- "shape": "S5r"
426
+ "shape": "S5y"
427
427
  }
428
428
  }
429
429
  },
@@ -449,7 +449,7 @@
449
449
  "Description": {},
450
450
  "RoleArn": {},
451
451
  "Tags": {
452
- "shape": "S5r"
452
+ "shape": "S5y"
453
453
  },
454
454
  "SourceS3Path": {
455
455
  "shape": "S1g"
@@ -622,10 +622,10 @@
622
622
  "IndexId": {},
623
623
  "Name": {},
624
624
  "Endpoints": {
625
- "shape": "S7h"
625
+ "shape": "S7o"
626
626
  },
627
627
  "Configuration": {
628
- "shape": "S60"
628
+ "shape": "S67"
629
629
  },
630
630
  "CreatedAt": {
631
631
  "type": "timestamp"
@@ -694,7 +694,7 @@
694
694
  "Edition": {},
695
695
  "RoleArn": {},
696
696
  "ServerSideEncryptionConfiguration": {
697
- "shape": "S6f"
697
+ "shape": "S6m"
698
698
  },
699
699
  "Status": {},
700
700
  "Description": {},
@@ -705,7 +705,7 @@
705
705
  "type": "timestamp"
706
706
  },
707
707
  "DocumentMetadataConfigurations": {
708
- "shape": "S7s"
708
+ "shape": "S7z"
709
709
  },
710
710
  "IndexStatistics": {
711
711
  "type": "structure",
@@ -744,14 +744,14 @@
744
744
  },
745
745
  "ErrorMessage": {},
746
746
  "CapacityUnits": {
747
- "shape": "S8a"
747
+ "shape": "S8h"
748
748
  },
749
749
  "UserTokenConfigurations": {
750
- "shape": "S6h"
750
+ "shape": "S6o"
751
751
  },
752
752
  "UserContextPolicy": {},
753
753
  "UserGroupResolutionConfiguration": {
754
- "shape": "S6r"
754
+ "shape": "S6y"
755
755
  }
756
756
  }
757
757
  }
@@ -1051,7 +1051,7 @@
1051
1051
  "type": "structure",
1052
1052
  "members": {
1053
1053
  "SnapShotTimeFilter": {
1054
- "shape": "S9j"
1054
+ "shape": "S9q"
1055
1055
  },
1056
1056
  "SnapshotsDataHeader": {
1057
1057
  "type": "list",
@@ -1083,7 +1083,7 @@
1083
1083
  "type": "integer"
1084
1084
  },
1085
1085
  "StartTimeFilter": {
1086
- "shape": "S9j"
1086
+ "shape": "S9q"
1087
1087
  },
1088
1088
  "StatusFilter": {}
1089
1089
  }
@@ -1230,19 +1230,19 @@
1230
1230
  "type": "structure",
1231
1231
  "members": {
1232
1232
  "UserName": {
1233
- "shape": "Saa"
1233
+ "shape": "Sah"
1234
1234
  },
1235
1235
  "GroupName": {
1236
- "shape": "Saa"
1236
+ "shape": "Sah"
1237
1237
  },
1238
1238
  "IdentifiedUserName": {
1239
- "shape": "Saa"
1239
+ "shape": "Sah"
1240
1240
  },
1241
1241
  "FirstName": {
1242
- "shape": "Saa"
1242
+ "shape": "Sah"
1243
1243
  },
1244
1244
  "LastName": {
1245
- "shape": "Saa"
1245
+ "shape": "Sah"
1246
1246
  }
1247
1247
  }
1248
1248
  }
@@ -1282,7 +1282,7 @@
1282
1282
  },
1283
1283
  "Status": {},
1284
1284
  "Endpoints": {
1285
- "shape": "S7h"
1285
+ "shape": "S7o"
1286
1286
  }
1287
1287
  }
1288
1288
  }
@@ -1464,7 +1464,7 @@
1464
1464
  "type": "structure",
1465
1465
  "members": {
1466
1466
  "Tags": {
1467
- "shape": "S5r"
1467
+ "shape": "S5y"
1468
1468
  }
1469
1469
  }
1470
1470
  }
@@ -1569,16 +1569,10 @@
1569
1569
  "IndexId": {},
1570
1570
  "QueryText": {},
1571
1571
  "AttributeFilter": {
1572
- "shape": "Sbh"
1572
+ "shape": "Sbo"
1573
1573
  },
1574
1574
  "Facets": {
1575
- "type": "list",
1576
- "member": {
1577
- "type": "structure",
1578
- "members": {
1579
- "DocumentAttributeKey": {}
1580
- }
1581
- }
1575
+ "shape": "Sbq"
1582
1576
  },
1583
1577
  "RequestedDocumentAttributes": {
1584
1578
  "type": "list",
@@ -1596,7 +1590,7 @@
1596
1590
  "members": {
1597
1591
  "Name": {},
1598
1592
  "Relevance": {
1599
- "shape": "S7w"
1593
+ "shape": "S83"
1600
1594
  }
1601
1595
  }
1602
1596
  }
@@ -1684,7 +1678,7 @@
1684
1678
  "type": "structure",
1685
1679
  "members": {
1686
1680
  "TextWithHighlightsValue": {
1687
- "shape": "Sc6"
1681
+ "shape": "Sce"
1688
1682
  }
1689
1683
  }
1690
1684
  }
@@ -1693,10 +1687,10 @@
1693
1687
  },
1694
1688
  "DocumentId": {},
1695
1689
  "DocumentTitle": {
1696
- "shape": "Sc6"
1690
+ "shape": "Sce"
1697
1691
  },
1698
1692
  "DocumentExcerpt": {
1699
- "shape": "Sc6"
1693
+ "shape": "Sce"
1700
1694
  },
1701
1695
  "DocumentURI": {},
1702
1696
  "DocumentAttributes": {
@@ -1713,28 +1707,7 @@
1713
1707
  }
1714
1708
  },
1715
1709
  "FacetResults": {
1716
- "type": "list",
1717
- "member": {
1718
- "type": "structure",
1719
- "members": {
1720
- "DocumentAttributeKey": {},
1721
- "DocumentAttributeValueType": {},
1722
- "DocumentAttributeValueCountPairs": {
1723
- "type": "list",
1724
- "member": {
1725
- "type": "structure",
1726
- "members": {
1727
- "DocumentAttributeValue": {
1728
- "shape": "Sy"
1729
- },
1730
- "Count": {
1731
- "type": "integer"
1732
- }
1733
- }
1734
- }
1735
- }
1736
- }
1737
- }
1710
+ "shape": "Scl"
1738
1711
  },
1739
1712
  "TotalNumberOfResults": {
1740
1713
  "type": "integer"
@@ -1862,7 +1835,7 @@
1862
1835
  "members": {
1863
1836
  "ResourceARN": {},
1864
1837
  "Tags": {
1865
- "shape": "S5r"
1838
+ "shape": "S5y"
1866
1839
  }
1867
1840
  }
1868
1841
  },
@@ -1928,7 +1901,7 @@
1928
1901
  "IndexId": {},
1929
1902
  "RoleArn": {},
1930
1903
  "Configuration": {
1931
- "shape": "S60"
1904
+ "shape": "S67"
1932
1905
  },
1933
1906
  "Description": {}
1934
1907
  }
@@ -1946,17 +1919,17 @@
1946
1919
  "RoleArn": {},
1947
1920
  "Description": {},
1948
1921
  "DocumentMetadataConfigurationUpdates": {
1949
- "shape": "S7s"
1922
+ "shape": "S7z"
1950
1923
  },
1951
1924
  "CapacityUnits": {
1952
- "shape": "S8a"
1925
+ "shape": "S8h"
1953
1926
  },
1954
1927
  "UserTokenConfigurations": {
1955
- "shape": "S6h"
1928
+ "shape": "S6o"
1956
1929
  },
1957
1930
  "UserContextPolicy": {},
1958
1931
  "UserGroupResolutionConfiguration": {
1959
- "shape": "S6r"
1932
+ "shape": "S6y"
1960
1933
  }
1961
1934
  }
1962
1935
  }
@@ -2930,6 +2903,60 @@
2930
2903
  "shape": "S2i"
2931
2904
  }
2932
2905
  }
2906
+ },
2907
+ "JiraConfiguration": {
2908
+ "type": "structure",
2909
+ "required": [
2910
+ "JiraAccountUrl",
2911
+ "SecretArn"
2912
+ ],
2913
+ "members": {
2914
+ "JiraAccountUrl": {},
2915
+ "SecretArn": {},
2916
+ "UseChangeLog": {
2917
+ "type": "boolean"
2918
+ },
2919
+ "Project": {
2920
+ "type": "list",
2921
+ "member": {}
2922
+ },
2923
+ "IssueType": {
2924
+ "type": "list",
2925
+ "member": {}
2926
+ },
2927
+ "Status": {
2928
+ "type": "list",
2929
+ "member": {}
2930
+ },
2931
+ "IssueSubEntityFilter": {
2932
+ "type": "list",
2933
+ "member": {}
2934
+ },
2935
+ "AttachmentFieldMappings": {
2936
+ "shape": "S2n"
2937
+ },
2938
+ "CommentFieldMappings": {
2939
+ "shape": "S2n"
2940
+ },
2941
+ "IssueFieldMappings": {
2942
+ "shape": "S2n"
2943
+ },
2944
+ "ProjectFieldMappings": {
2945
+ "shape": "S2n"
2946
+ },
2947
+ "WorkLogFieldMappings": {
2948
+ "shape": "S2n"
2949
+ },
2950
+ "InclusionPatterns": {
2951
+ "shape": "S29"
2952
+ },
2953
+ "ExclusionPatterns": {
2954
+ "shape": "S29"
2955
+ },
2956
+ "VpcConfiguration": {
2957
+ "shape": "S2i"
2958
+ }
2959
+ }
2933
2960
  }
2934
2961
  }
2935
2962
  },
@@ -2973,7 +3000,7 @@
2973
3000
  "type": "list",
2974
3001
  "member": {}
2975
3002
  },
2976
- "S5r": {
3003
+ "S5y": {
2977
3004
  "type": "list",
2978
3005
  "member": {
2979
3006
  "type": "structure",
@@ -2987,7 +3014,7 @@
2987
3014
  }
2988
3015
  }
2989
3016
  },
2990
- "S60": {
3017
+ "S67": {
2991
3018
  "type": "structure",
2992
3019
  "members": {
2993
3020
  "ContentSourceConfiguration": {
@@ -3014,7 +3041,7 @@
3014
3041
  }
3015
3042
  }
3016
3043
  },
3017
- "S6f": {
3044
+ "S6m": {
3018
3045
  "type": "structure",
3019
3046
  "members": {
3020
3047
  "KmsKeyId": {
@@ -3023,7 +3050,7 @@
3023
3050
  }
3024
3051
  }
3025
3052
  },
3026
- "S6h": {
3053
+ "S6o": {
3027
3054
  "type": "list",
3028
3055
  "member": {
3029
3056
  "type": "structure",
@@ -3057,7 +3084,7 @@
3057
3084
  }
3058
3085
  }
3059
3086
  },
3060
- "S6r": {
3087
+ "S6y": {
3061
3088
  "type": "structure",
3062
3089
  "required": [
3063
3090
  "UserGroupResolutionMode"
@@ -3066,7 +3093,7 @@
3066
3093
  "UserGroupResolutionMode": {}
3067
3094
  }
3068
3095
  },
3069
- "S7h": {
3096
+ "S7o": {
3070
3097
  "type": "list",
3071
3098
  "member": {
3072
3099
  "type": "structure",
@@ -3076,7 +3103,7 @@
3076
3103
  }
3077
3104
  }
3078
3105
  },
3079
- "S7s": {
3106
+ "S7z": {
3080
3107
  "type": "list",
3081
3108
  "member": {
3082
3109
  "type": "structure",
@@ -3088,7 +3115,7 @@
3088
3115
  "Name": {},
3089
3116
  "Type": {},
3090
3117
  "Relevance": {
3091
- "shape": "S7w"
3118
+ "shape": "S83"
3092
3119
  },
3093
3120
  "Search": {
3094
3121
  "type": "structure",
@@ -3110,7 +3137,7 @@
3110
3137
  }
3111
3138
  }
3112
3139
  },
3113
- "S7w": {
3140
+ "S83": {
3114
3141
  "type": "structure",
3115
3142
  "members": {
3116
3143
  "Freshness": {
@@ -3130,7 +3157,7 @@
3130
3157
  }
3131
3158
  }
3132
3159
  },
3133
- "S8a": {
3160
+ "S8h": {
3134
3161
  "type": "structure",
3135
3162
  "required": [
3136
3163
  "StorageCapacityUnits",
@@ -3145,7 +3172,7 @@
3145
3172
  }
3146
3173
  }
3147
3174
  },
3148
- "S9j": {
3175
+ "S9q": {
3149
3176
  "type": "structure",
3150
3177
  "members": {
3151
3178
  "StartTime": {
@@ -3156,21 +3183,21 @@
3156
3183
  }
3157
3184
  }
3158
3185
  },
3159
- "Saa": {
3186
+ "Sah": {
3160
3187
  "type": "string",
3161
3188
  "sensitive": true
3162
3189
  },
3163
- "Sbh": {
3190
+ "Sbo": {
3164
3191
  "type": "structure",
3165
3192
  "members": {
3166
3193
  "AndAllFilters": {
3167
- "shape": "Sbi"
3194
+ "shape": "Sbp"
3168
3195
  },
3169
3196
  "OrAllFilters": {
3170
- "shape": "Sbi"
3197
+ "shape": "Sbp"
3171
3198
  },
3172
3199
  "NotFilter": {
3173
- "shape": "Sbh"
3200
+ "shape": "Sbo"
3174
3201
  },
3175
3202
  "EqualsTo": {
3176
3203
  "shape": "Sw"
@@ -3195,13 +3222,28 @@
3195
3222
  }
3196
3223
  }
3197
3224
  },
3198
- "Sbi": {
3225
+ "Sbp": {
3199
3226
  "type": "list",
3200
3227
  "member": {
3201
- "shape": "Sbh"
3228
+ "shape": "Sbo"
3229
+ }
3230
+ },
3231
+ "Sbq": {
3232
+ "type": "list",
3233
+ "member": {
3234
+ "type": "structure",
3235
+ "members": {
3236
+ "DocumentAttributeKey": {},
3237
+ "Facets": {
3238
+ "shape": "Sbq"
3239
+ },
3240
+ "MaxResults": {
3241
+ "type": "integer"
3242
+ }
3243
+ }
3202
3244
  }
3203
3245
  },
3204
- "Sc6": {
3246
+ "Sce": {
3205
3247
  "type": "structure",
3206
3248
  "members": {
3207
3249
  "Text": {},
@@ -3228,6 +3270,33 @@
3228
3270
  }
3229
3271
  }
3230
3272
  }
3273
+ },
3274
+ "Scl": {
3275
+ "type": "list",
3276
+ "member": {
3277
+ "type": "structure",
3278
+ "members": {
3279
+ "DocumentAttributeKey": {},
3280
+ "DocumentAttributeValueType": {},
3281
+ "DocumentAttributeValueCountPairs": {
3282
+ "type": "list",
3283
+ "member": {
3284
+ "type": "structure",
3285
+ "members": {
3286
+ "DocumentAttributeValue": {
3287
+ "shape": "Sy"
3288
+ },
3289
+ "Count": {
3290
+ "type": "integer"
3291
+ },
3292
+ "FacetResults": {
3293
+ "shape": "Scl"
3294
+ }
3295
+ }
3296
+ }
3297
+ }
3298
+ }
3299
+ }
3231
3300
  }
3232
3301
  }
3233
3302
  }
@@ -29,10 +29,30 @@
29
29
  "output_token": "NextToken",
30
30
  "limit_key": "MaxResults"
31
31
  },
32
+ "ListFaqs": {
33
+ "input_token": "NextToken",
34
+ "output_token": "NextToken",
35
+ "limit_key": "MaxResults"
36
+ },
37
+ "ListGroupsOlderThanOrderingId": {
38
+ "input_token": "NextToken",
39
+ "output_token": "NextToken",
40
+ "limit_key": "MaxResults"
41
+ },
32
42
  "ListIndices": {
33
43
  "input_token": "NextToken",
34
44
  "output_token": "NextToken",
35
45
  "limit_key": "MaxResults"
46
+ },
47
+ "ListQuerySuggestionsBlockLists": {
48
+ "input_token": "NextToken",
49
+ "output_token": "NextToken",
50
+ "limit_key": "MaxResults"
51
+ },
52
+ "ListThesauri": {
53
+ "input_token": "NextToken",
54
+ "output_token": "NextToken",
55
+ "limit_key": "MaxResults"
36
56
  }
37
57
  }
38
58
  }
@@ -153,6 +153,70 @@
153
153
  }
154
154
  }
155
155
  },
156
+ "GetImages": {
157
+ "http": {
158
+ "requestUri": "/getImages"
159
+ },
160
+ "input": {
161
+ "type": "structure",
162
+ "required": [
163
+ "ImageSelectorType",
164
+ "StartTimestamp",
165
+ "EndTimestamp",
166
+ "SamplingInterval",
167
+ "Format"
168
+ ],
169
+ "members": {
170
+ "StreamName": {},
171
+ "StreamARN": {},
172
+ "ImageSelectorType": {},
173
+ "StartTimestamp": {
174
+ "type": "timestamp"
175
+ },
176
+ "EndTimestamp": {
177
+ "type": "timestamp"
178
+ },
179
+ "SamplingInterval": {
180
+ "type": "integer"
181
+ },
182
+ "Format": {},
183
+ "FormatConfig": {
184
+ "type": "map",
185
+ "key": {},
186
+ "value": {}
187
+ },
188
+ "WidthPixels": {
189
+ "type": "integer"
190
+ },
191
+ "HeightPixels": {
192
+ "type": "integer"
193
+ },
194
+ "MaxResults": {
195
+ "type": "long"
196
+ },
197
+ "NextToken": {}
198
+ }
199
+ },
200
+ "output": {
201
+ "type": "structure",
202
+ "members": {
203
+ "Images": {
204
+ "type": "list",
205
+ "member": {
206
+ "type": "structure",
207
+ "members": {
208
+ "TimeStamp": {
209
+ "type": "timestamp"
210
+ },
211
+ "Error": {},
212
+ "ImageContent": {}
213
+ }
214
+ }
215
+ },
216
+ "NextToken": {}
217
+ }
218
+ }
219
+ },
156
220
  "GetMediaForFragmentList": {
157
221
  "http": {
158
222
  "requestUri": "/getMediaForFragmentList"
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetImages": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "Images"
8
+ },
3
9
  "ListFragments": {
4
10
  "input_token": "NextToken",
5
11
  "limit_key": "MaxResults",