@pgarbe/cdk-ecr-sync 0.5.26 → 0.5.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (411) hide show
  1. package/.gitattributes +0 -1
  2. package/.jsii +5 -5
  3. package/.projenrc.ts +5 -3
  4. package/CHANGELOG.md +1 -1
  5. package/lib/ecr-sync.d.ts +1 -0
  6. package/lib/ecr-sync.d.ts.map +1 -0
  7. package/lib/ecr-sync.js +1 -1
  8. package/lib/image.d.ts +1 -0
  9. package/lib/image.d.ts.map +1 -0
  10. package/lib/index.d.ts +1 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/lambda/docker-adapter.d.ts +1 -0
  13. package/lib/lambda/docker-adapter.d.ts.map +1 -0
  14. package/lib/lambda/ecr-adapter.d.ts +1 -0
  15. package/lib/lambda/ecr-adapter.d.ts.map +1 -0
  16. package/lib/lambda/get-image-tags-handler.d.ts +1 -0
  17. package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
  18. package/node_modules/aws-sdk/CHANGELOG.md +384 -1
  19. package/node_modules/aws-sdk/README.md +1 -1
  20. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +56 -25
  21. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +68 -50
  22. package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +47 -7
  23. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +144 -65
  24. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json +5 -0
  26. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +177 -113
  27. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  28. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +206 -44
  29. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  30. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +9 -0
  31. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +79 -33
  32. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +31 -46
  33. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +113 -90
  34. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
  35. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
  36. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +143 -94
  37. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.examples.json +5 -0
  38. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +1374 -0
  39. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +62 -0
  40. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.waiters2.json +4 -0
  41. package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
  42. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +107 -45
  43. package/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json +6 -0
  44. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +206 -125
  45. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +3 -0
  46. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
  47. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
  48. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
  49. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +16 -11
  50. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
  51. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
  52. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
  53. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +25 -2
  54. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  55. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +119 -118
  56. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +143 -2
  57. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +5 -0
  58. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +217 -113
  59. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +552 -134
  60. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +21 -0
  61. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +537 -200
  62. package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +41 -38
  63. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +83 -4
  64. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -74
  65. package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +213 -119
  66. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
  67. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +10 -2
  68. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +10 -4
  69. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1098 -848
  70. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  71. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +14 -11
  72. package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +4 -1
  73. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +10 -0
  74. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  75. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
  76. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +262 -19
  77. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +14 -0
  78. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +454 -7
  79. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +12 -0
  80. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +107 -15
  81. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +265 -82
  82. package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +6 -0
  83. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
  84. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  85. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +120 -98
  86. package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +4 -2
  87. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +5 -0
  88. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +1376 -0
  89. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +46 -0
  90. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2257 -440
  91. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
  92. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +194 -19
  93. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  94. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +107 -73
  95. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -202
  96. package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +6 -0
  97. package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +1 -1
  98. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  99. package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
  100. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +516 -168
  101. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +14 -0
  102. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +75 -68
  103. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
  104. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  105. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
  106. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
  107. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
  108. package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +95 -48
  109. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +324 -83
  110. package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
  111. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.examples.json +5 -0
  112. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +562 -0
  113. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.paginators.json +22 -0
  114. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.waiters2.json +5 -0
  115. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  116. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  117. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
  118. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +239 -9
  119. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +80 -12
  120. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +418 -149
  121. package/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json +6 -0
  122. package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +54 -2
  123. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +117 -56
  124. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +20 -12
  125. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +2 -0
  126. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
  127. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  128. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +165 -41
  129. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +0 -1
  130. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +31 -28
  131. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +83 -27
  132. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +151 -120
  133. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +222 -154
  134. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +16 -13
  135. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +402 -153
  136. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
  137. package/node_modules/aws-sdk/apis/metadata.json +20 -0
  138. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +15 -19
  139. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +0 -2
  140. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +47 -11
  141. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
  142. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
  143. package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +77 -62
  144. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +74 -0
  145. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
  146. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +414 -346
  147. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +197 -47
  148. package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +2 -1
  149. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
  150. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
  151. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
  152. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
  153. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +4 -1
  154. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +186 -44
  155. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +289 -413
  156. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +0 -12
  157. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
  158. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +41 -23
  159. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
  160. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
  161. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +13 -3
  162. package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +49 -3
  163. package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
  164. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
  165. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +772 -239
  166. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +52 -51
  167. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +64 -24
  168. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
  169. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -689
  170. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +15 -13
  171. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +378 -304
  172. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +16 -8
  173. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +8 -2
  174. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +333 -294
  175. package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
  176. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
  177. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +41 -36
  178. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +82 -45
  179. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +31 -25
  180. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +59 -48
  181. package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +27 -8
  182. package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +45 -0
  183. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +19 -18
  184. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +313 -131
  185. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +60 -19
  186. package/node_modules/aws-sdk/apis/worklink-2018-09-25.min.json +99 -33
  187. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +195 -27
  188. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
  189. package/node_modules/aws-sdk/clients/acmpca.d.ts +72 -36
  190. package/node_modules/aws-sdk/clients/all.d.ts +6 -0
  191. package/node_modules/aws-sdk/clients/all.js +7 -1
  192. package/node_modules/aws-sdk/clients/amplify.d.ts +12 -7
  193. package/node_modules/aws-sdk/clients/amplifybackend.d.ts +48 -12
  194. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +142 -18
  195. package/node_modules/aws-sdk/clients/appflow.d.ts +80 -1
  196. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  197. package/node_modules/aws-sdk/clients/apprunner.d.ts +195 -11
  198. package/node_modules/aws-sdk/clients/appstream.d.ts +13 -1
  199. package/node_modules/aws-sdk/clients/athena.d.ts +70 -9
  200. package/node_modules/aws-sdk/clients/auditmanager.d.ts +8 -8
  201. package/node_modules/aws-sdk/clients/autoscaling.d.ts +62 -34
  202. package/node_modules/aws-sdk/clients/backup.d.ts +49 -25
  203. package/node_modules/aws-sdk/clients/batch.d.ts +120 -52
  204. package/node_modules/aws-sdk/clients/billingconductor.d.ts +1554 -0
  205. package/node_modules/aws-sdk/clients/billingconductor.js +19 -0
  206. package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
  207. package/node_modules/aws-sdk/clients/budgets.d.ts +107 -48
  208. package/node_modules/aws-sdk/clients/chime.d.ts +10 -6
  209. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
  210. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
  211. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +31 -5
  212. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +24 -24
  213. package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
  214. package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
  215. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +34 -26
  216. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +44 -12
  217. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  218. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
  219. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +78 -73
  220. package/node_modules/aws-sdk/clients/comprehend.d.ts +218 -24
  221. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
  222. package/node_modules/aws-sdk/clients/configservice.d.ts +220 -49
  223. package/node_modules/aws-sdk/clients/connect.d.ts +539 -9
  224. package/node_modules/aws-sdk/clients/costexplorer.d.ts +91 -5
  225. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +365 -2
  226. package/node_modules/aws-sdk/clients/databrew.d.ts +8 -3
  227. package/node_modules/aws-sdk/clients/dataexchange.d.ts +117 -0
  228. package/node_modules/aws-sdk/clients/datasync.d.ts +103 -16
  229. package/node_modules/aws-sdk/clients/devopsguru.d.ts +109 -3
  230. package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
  231. package/node_modules/aws-sdk/clients/docdb.d.ts +56 -40
  232. package/node_modules/aws-sdk/clients/dynamodb.d.ts +10 -2
  233. package/node_modules/aws-sdk/clients/ebs.d.ts +7 -7
  234. package/node_modules/aws-sdk/clients/ec2.d.ts +450 -138
  235. package/node_modules/aws-sdk/clients/ecr.d.ts +10 -5
  236. package/node_modules/aws-sdk/clients/ecs.d.ts +51 -35
  237. package/node_modules/aws-sdk/clients/efs.d.ts +40 -40
  238. package/node_modules/aws-sdk/clients/eks.d.ts +14 -14
  239. package/node_modules/aws-sdk/clients/elasticache.d.ts +14 -10
  240. package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
  241. package/node_modules/aws-sdk/clients/eventbridge.d.ts +380 -7
  242. package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
  243. package/node_modules/aws-sdk/clients/evidently.d.ts +19 -7
  244. package/node_modules/aws-sdk/clients/finspacedata.d.ts +520 -46
  245. package/node_modules/aws-sdk/clients/fis.d.ts +124 -0
  246. package/node_modules/aws-sdk/clients/fms.d.ts +333 -3
  247. package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
  248. package/node_modules/aws-sdk/clients/fsx.d.ts +95 -63
  249. package/node_modules/aws-sdk/clients/gamelift.d.ts +186 -186
  250. package/node_modules/aws-sdk/clients/gamesparks.d.ts +1344 -0
  251. package/node_modules/aws-sdk/clients/gamesparks.js +18 -0
  252. package/node_modules/aws-sdk/clients/glue.d.ts +2581 -181
  253. package/node_modules/aws-sdk/clients/grafana.d.ts +153 -6
  254. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +55 -24
  255. package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
  256. package/node_modules/aws-sdk/clients/iam.d.ts +10 -10
  257. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +55 -6
  258. package/node_modules/aws-sdk/clients/iot.d.ts +87 -21
  259. package/node_modules/aws-sdk/clients/iotdata.d.ts +7 -7
  260. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  261. package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
  262. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +369 -0
  263. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +25 -8
  264. package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
  265. package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
  266. package/node_modules/aws-sdk/clients/ivschat.js +18 -0
  267. package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +50 -5
  268. package/node_modules/aws-sdk/clients/kendra.d.ts +408 -93
  269. package/node_modules/aws-sdk/clients/keyspaces.d.ts +652 -0
  270. package/node_modules/aws-sdk/clients/keyspaces.js +19 -0
  271. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
  272. package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  273. package/node_modules/aws-sdk/clients/kms.d.ts +209 -119
  274. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  275. package/node_modules/aws-sdk/clients/lambda.d.ts +319 -16
  276. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +2 -2
  277. package/node_modules/aws-sdk/clients/lightsail.d.ts +175 -64
  278. package/node_modules/aws-sdk/clients/location.d.ts +28 -19
  279. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
  280. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +165 -0
  281. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +4 -4
  282. package/node_modules/aws-sdk/clients/macie.d.ts +50 -50
  283. package/node_modules/aws-sdk/clients/macie2.d.ts +7 -2
  284. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +47 -0
  285. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +63 -17
  286. package/node_modules/aws-sdk/clients/medialive.d.ts +79 -3
  287. package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
  288. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +5 -0
  289. package/node_modules/aws-sdk/clients/mediatailor.d.ts +316 -12
  290. package/node_modules/aws-sdk/clients/mgn.d.ts +63 -50
  291. package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +17 -17
  292. package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
  293. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
  294. package/node_modules/aws-sdk/clients/organizations.d.ts +146 -131
  295. package/node_modules/aws-sdk/clients/outposts.d.ts +94 -22
  296. package/node_modules/aws-sdk/clients/panorama.d.ts +467 -406
  297. package/node_modules/aws-sdk/clients/personalize.d.ts +196 -30
  298. package/node_modules/aws-sdk/clients/pi.d.ts +26 -26
  299. package/node_modules/aws-sdk/clients/pinpoint.d.ts +4 -0
  300. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +2367 -0
  301. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.js +19 -0
  302. package/node_modules/aws-sdk/clients/polly.d.ts +3 -3
  303. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  304. package/node_modules/aws-sdk/clients/proton.d.ts +105 -101
  305. package/node_modules/aws-sdk/clients/quicksight.d.ts +151 -17
  306. package/node_modules/aws-sdk/clients/ram.d.ts +5 -5
  307. package/node_modules/aws-sdk/clients/rds.d.ts +587 -766
  308. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
  309. package/node_modules/aws-sdk/clients/redshift.d.ts +68 -30
  310. package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
  311. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
  312. package/node_modules/aws-sdk/clients/robomaker.d.ts +7 -6
  313. package/node_modules/aws-sdk/clients/route53.d.ts +12 -12
  314. package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +82 -10
  315. package/node_modules/aws-sdk/clients/s3.d.ts +735 -204
  316. package/node_modules/aws-sdk/clients/s3control.d.ts +8 -3
  317. package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -18
  318. package/node_modules/aws-sdk/clients/sagemaker.d.ts +225 -175
  319. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
  320. package/node_modules/aws-sdk/clients/securityhub.d.ts +151 -7
  321. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -4
  322. package/node_modules/aws-sdk/clients/sns.d.ts +2 -2
  323. package/node_modules/aws-sdk/clients/ssm.d.ts +90 -37
  324. package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
  325. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +21 -7
  326. package/node_modules/aws-sdk/clients/storagegateway.d.ts +24 -24
  327. package/node_modules/aws-sdk/clients/sts.d.ts +5 -5
  328. package/node_modules/aws-sdk/clients/synthetics.d.ts +10 -5
  329. package/node_modules/aws-sdk/clients/textract.d.ts +47 -14
  330. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
  331. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +113 -103
  332. package/node_modules/aws-sdk/clients/transfer.d.ts +82 -14
  333. package/node_modules/aws-sdk/clients/transfer.js +1 -0
  334. package/node_modules/aws-sdk/clients/translate.d.ts +2 -0
  335. package/node_modules/aws-sdk/clients/wafv2.d.ts +274 -34
  336. package/node_modules/aws-sdk/clients/wisdom.d.ts +77 -32
  337. package/node_modules/aws-sdk/clients/workspaces.d.ts +243 -4
  338. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
  339. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -6
  340. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1322 -1034
  341. package/node_modules/aws-sdk/dist/aws-sdk.js +6144 -3175
  342. package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -92
  343. package/node_modules/aws-sdk/lib/config-base.d.ts +1 -0
  344. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -0
  345. package/node_modules/aws-sdk/lib/core.d.ts +1 -0
  346. package/node_modules/aws-sdk/lib/core.js +1 -1
  347. package/node_modules/aws-sdk/lib/credentials/credential_provider_chain.js +1 -0
  348. package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +28 -18
  349. package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +75 -18
  350. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +14 -0
  351. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +179 -0
  352. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +8 -0
  353. package/node_modules/aws-sdk/lib/model/operation.js +6 -1
  354. package/node_modules/aws-sdk/lib/node_loader.js +2 -0
  355. package/node_modules/aws-sdk/lib/param_validator.js +1 -2
  356. package/node_modules/aws-sdk/lib/region_config_data.json +10 -0
  357. package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
  358. package/node_modules/aws-sdk/lib/services/s3.js +2 -1
  359. package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
  360. package/node_modules/aws-sdk/package.json +1 -1
  361. package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +8 -5
  362. package/node_modules/jszip/.github/workflows/pr.yaml +41 -0
  363. package/node_modules/jszip/CHANGES.md +20 -1
  364. package/node_modules/jszip/LICENSE.markdown +1 -1
  365. package/node_modules/jszip/README.markdown +1 -3
  366. package/node_modules/jszip/dist/jszip.js +229 -16
  367. package/node_modules/jszip/dist/jszip.min.js +4 -4
  368. package/node_modules/jszip/index.d.ts +80 -15
  369. package/node_modules/jszip/lib/index.js +1 -1
  370. package/node_modules/jszip/lib/license_header.js +2 -2
  371. package/node_modules/jszip/lib/load.js +8 -1
  372. package/node_modules/jszip/lib/utils.js +28 -3
  373. package/node_modules/jszip/package.json +10 -9
  374. package/node_modules/jszip/tsconfig.json +101 -0
  375. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  376. package/node_modules/setimmediate/LICENSE.txt +20 -0
  377. package/node_modules/setimmediate/package.json +30 -0
  378. package/node_modules/setimmediate/setImmediate.js +186 -0
  379. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/.npmignore +0 -0
  380. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/CHANGELOG.md +0 -0
  381. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/LICENSE +0 -0
  382. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/README.md +0 -0
  383. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/Utility.js +0 -0
  384. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLAttribute.js +0 -0
  385. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLCData.js +0 -0
  386. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLComment.js +0 -0
  387. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDAttList.js +0 -0
  388. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDElement.js +0 -0
  389. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDEntity.js +0 -0
  390. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDNotation.js +0 -0
  391. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDeclaration.js +0 -0
  392. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocType.js +0 -0
  393. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocument.js +0 -0
  394. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocumentCB.js +0 -0
  395. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLElement.js +0 -0
  396. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLNode.js +0 -0
  397. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLProcessingInstruction.js +0 -0
  398. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLRaw.js +0 -0
  399. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStreamWriter.js +0 -0
  400. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringWriter.js +0 -0
  401. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringifier.js +0 -0
  402. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLText.js +0 -0
  403. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLWriterBase.js +0 -0
  404. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/index.js +0 -0
  405. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/package.json +0 -0
  406. package/package.json +18 -13
  407. package/releasetag.txt +1 -1
  408. package/version.txt +1 -1
  409. package/node_modules/set-immediate-shim/index.js +0 -7
  410. package/node_modules/set-immediate-shim/package.json +0 -34
  411. package/node_modules/set-immediate-shim/readme.md +0 -31
@@ -150,6 +150,345 @@
150
150
  "hostPrefix": "monitor."
151
151
  }
152
152
  },
153
+ "BatchGetAssetPropertyAggregates": {
154
+ "http": {
155
+ "requestUri": "/properties/batch/aggregates"
156
+ },
157
+ "input": {
158
+ "type": "structure",
159
+ "required": [
160
+ "entries"
161
+ ],
162
+ "members": {
163
+ "entries": {
164
+ "type": "list",
165
+ "member": {
166
+ "type": "structure",
167
+ "required": [
168
+ "entryId",
169
+ "aggregateTypes",
170
+ "resolution",
171
+ "startDate",
172
+ "endDate"
173
+ ],
174
+ "members": {
175
+ "entryId": {},
176
+ "assetId": {},
177
+ "propertyId": {},
178
+ "propertyAlias": {},
179
+ "aggregateTypes": {
180
+ "shape": "Sl"
181
+ },
182
+ "resolution": {},
183
+ "startDate": {
184
+ "type": "timestamp"
185
+ },
186
+ "endDate": {
187
+ "type": "timestamp"
188
+ },
189
+ "qualities": {
190
+ "shape": "Sp"
191
+ },
192
+ "timeOrdering": {}
193
+ }
194
+ }
195
+ },
196
+ "nextToken": {},
197
+ "maxResults": {
198
+ "type": "integer"
199
+ }
200
+ }
201
+ },
202
+ "output": {
203
+ "type": "structure",
204
+ "required": [
205
+ "errorEntries",
206
+ "successEntries",
207
+ "skippedEntries"
208
+ ],
209
+ "members": {
210
+ "errorEntries": {
211
+ "type": "list",
212
+ "member": {
213
+ "type": "structure",
214
+ "required": [
215
+ "errorCode",
216
+ "errorMessage",
217
+ "entryId"
218
+ ],
219
+ "members": {
220
+ "errorCode": {},
221
+ "errorMessage": {},
222
+ "entryId": {}
223
+ }
224
+ }
225
+ },
226
+ "successEntries": {
227
+ "type": "list",
228
+ "member": {
229
+ "type": "structure",
230
+ "required": [
231
+ "entryId",
232
+ "aggregatedValues"
233
+ ],
234
+ "members": {
235
+ "entryId": {},
236
+ "aggregatedValues": {
237
+ "shape": "S11"
238
+ }
239
+ }
240
+ }
241
+ },
242
+ "skippedEntries": {
243
+ "type": "list",
244
+ "member": {
245
+ "type": "structure",
246
+ "required": [
247
+ "entryId",
248
+ "completionStatus"
249
+ ],
250
+ "members": {
251
+ "entryId": {},
252
+ "completionStatus": {},
253
+ "errorInfo": {
254
+ "type": "structure",
255
+ "required": [
256
+ "errorCode",
257
+ "errorTimestamp"
258
+ ],
259
+ "members": {
260
+ "errorCode": {},
261
+ "errorTimestamp": {
262
+ "type": "timestamp"
263
+ }
264
+ }
265
+ }
266
+ }
267
+ }
268
+ },
269
+ "nextToken": {}
270
+ }
271
+ },
272
+ "endpoint": {
273
+ "hostPrefix": "data."
274
+ }
275
+ },
276
+ "BatchGetAssetPropertyValue": {
277
+ "http": {
278
+ "requestUri": "/properties/batch/latest"
279
+ },
280
+ "input": {
281
+ "type": "structure",
282
+ "required": [
283
+ "entries"
284
+ ],
285
+ "members": {
286
+ "entries": {
287
+ "type": "list",
288
+ "member": {
289
+ "type": "structure",
290
+ "required": [
291
+ "entryId"
292
+ ],
293
+ "members": {
294
+ "entryId": {},
295
+ "assetId": {},
296
+ "propertyId": {},
297
+ "propertyAlias": {}
298
+ }
299
+ }
300
+ },
301
+ "nextToken": {}
302
+ }
303
+ },
304
+ "output": {
305
+ "type": "structure",
306
+ "required": [
307
+ "errorEntries",
308
+ "successEntries",
309
+ "skippedEntries"
310
+ ],
311
+ "members": {
312
+ "errorEntries": {
313
+ "type": "list",
314
+ "member": {
315
+ "type": "structure",
316
+ "required": [
317
+ "errorCode",
318
+ "errorMessage",
319
+ "entryId"
320
+ ],
321
+ "members": {
322
+ "errorCode": {},
323
+ "errorMessage": {},
324
+ "entryId": {}
325
+ }
326
+ }
327
+ },
328
+ "successEntries": {
329
+ "type": "list",
330
+ "member": {
331
+ "type": "structure",
332
+ "required": [
333
+ "entryId"
334
+ ],
335
+ "members": {
336
+ "entryId": {},
337
+ "assetPropertyValue": {
338
+ "shape": "S1i"
339
+ }
340
+ }
341
+ }
342
+ },
343
+ "skippedEntries": {
344
+ "type": "list",
345
+ "member": {
346
+ "type": "structure",
347
+ "required": [
348
+ "entryId",
349
+ "completionStatus"
350
+ ],
351
+ "members": {
352
+ "entryId": {},
353
+ "completionStatus": {},
354
+ "errorInfo": {
355
+ "type": "structure",
356
+ "required": [
357
+ "errorCode",
358
+ "errorTimestamp"
359
+ ],
360
+ "members": {
361
+ "errorCode": {},
362
+ "errorTimestamp": {
363
+ "type": "timestamp"
364
+ }
365
+ }
366
+ }
367
+ }
368
+ }
369
+ },
370
+ "nextToken": {}
371
+ }
372
+ },
373
+ "endpoint": {
374
+ "hostPrefix": "data."
375
+ }
376
+ },
377
+ "BatchGetAssetPropertyValueHistory": {
378
+ "http": {
379
+ "requestUri": "/properties/batch/history"
380
+ },
381
+ "input": {
382
+ "type": "structure",
383
+ "required": [
384
+ "entries"
385
+ ],
386
+ "members": {
387
+ "entries": {
388
+ "type": "list",
389
+ "member": {
390
+ "type": "structure",
391
+ "required": [
392
+ "entryId"
393
+ ],
394
+ "members": {
395
+ "entryId": {},
396
+ "assetId": {},
397
+ "propertyId": {},
398
+ "propertyAlias": {},
399
+ "startDate": {
400
+ "type": "timestamp"
401
+ },
402
+ "endDate": {
403
+ "type": "timestamp"
404
+ },
405
+ "qualities": {
406
+ "shape": "Sp"
407
+ },
408
+ "timeOrdering": {}
409
+ }
410
+ }
411
+ },
412
+ "nextToken": {},
413
+ "maxResults": {
414
+ "type": "integer"
415
+ }
416
+ }
417
+ },
418
+ "output": {
419
+ "type": "structure",
420
+ "required": [
421
+ "errorEntries",
422
+ "successEntries",
423
+ "skippedEntries"
424
+ ],
425
+ "members": {
426
+ "errorEntries": {
427
+ "type": "list",
428
+ "member": {
429
+ "type": "structure",
430
+ "required": [
431
+ "errorCode",
432
+ "errorMessage",
433
+ "entryId"
434
+ ],
435
+ "members": {
436
+ "errorCode": {},
437
+ "errorMessage": {},
438
+ "entryId": {}
439
+ }
440
+ }
441
+ },
442
+ "successEntries": {
443
+ "type": "list",
444
+ "member": {
445
+ "type": "structure",
446
+ "required": [
447
+ "entryId",
448
+ "assetPropertyValueHistory"
449
+ ],
450
+ "members": {
451
+ "entryId": {},
452
+ "assetPropertyValueHistory": {
453
+ "shape": "S24"
454
+ }
455
+ }
456
+ }
457
+ },
458
+ "skippedEntries": {
459
+ "type": "list",
460
+ "member": {
461
+ "type": "structure",
462
+ "required": [
463
+ "entryId",
464
+ "completionStatus"
465
+ ],
466
+ "members": {
467
+ "entryId": {},
468
+ "completionStatus": {},
469
+ "errorInfo": {
470
+ "type": "structure",
471
+ "required": [
472
+ "errorCode",
473
+ "errorTimestamp"
474
+ ],
475
+ "members": {
476
+ "errorCode": {},
477
+ "errorTimestamp": {
478
+ "type": "timestamp"
479
+ }
480
+ }
481
+ }
482
+ }
483
+ }
484
+ },
485
+ "nextToken": {}
486
+ }
487
+ },
488
+ "endpoint": {
489
+ "hostPrefix": "data."
490
+ }
491
+ },
153
492
  "BatchPutAssetPropertyValue": {
154
493
  "http": {
155
494
  "requestUri": "/properties"
@@ -176,7 +515,7 @@
176
515
  "propertyValues": {
177
516
  "type": "list",
178
517
  "member": {
179
- "shape": "Sm"
518
+ "shape": "S1i"
180
519
  }
181
520
  }
182
521
  }
@@ -215,7 +554,7 @@
215
554
  "timestamps": {
216
555
  "type": "list",
217
556
  "member": {
218
- "shape": "Ss"
557
+ "shape": "S1o"
219
558
  }
220
559
  }
221
560
  }
@@ -244,17 +583,17 @@
244
583
  ],
245
584
  "members": {
246
585
  "accessPolicyIdentity": {
247
- "shape": "S15"
586
+ "shape": "S2k"
248
587
  },
249
588
  "accessPolicyResource": {
250
- "shape": "S1c"
589
+ "shape": "S2r"
251
590
  },
252
591
  "accessPolicyPermission": {},
253
592
  "clientToken": {
254
593
  "idempotencyToken": true
255
594
  },
256
595
  "tags": {
257
- "shape": "S1g"
596
+ "shape": "S2v"
258
597
  }
259
598
  }
260
599
  },
@@ -291,7 +630,7 @@
291
630
  "idempotencyToken": true
292
631
  },
293
632
  "tags": {
294
- "shape": "S1g"
633
+ "shape": "S2v"
295
634
  }
296
635
  }
297
636
  },
@@ -306,7 +645,7 @@
306
645
  "assetId": {},
307
646
  "assetArn": {},
308
647
  "assetStatus": {
309
- "shape": "S1n"
648
+ "shape": "S32"
310
649
  }
311
650
  }
312
651
  },
@@ -328,7 +667,7 @@
328
667
  "assetModelName": {},
329
668
  "assetModelDescription": {},
330
669
  "assetModelProperties": {
331
- "shape": "S1x"
670
+ "shape": "S3c"
332
671
  },
333
672
  "assetModelHierarchies": {
334
673
  "type": "list",
@@ -357,7 +696,7 @@
357
696
  "description": {},
358
697
  "type": {},
359
698
  "properties": {
360
- "shape": "S1x"
699
+ "shape": "S3c"
361
700
  }
362
701
  }
363
702
  }
@@ -366,7 +705,7 @@
366
705
  "idempotencyToken": true
367
706
  },
368
707
  "tags": {
369
- "shape": "S1g"
708
+ "shape": "S2v"
370
709
  }
371
710
  }
372
711
  },
@@ -381,7 +720,7 @@
381
720
  "assetModelId": {},
382
721
  "assetModelArn": {},
383
722
  "assetModelStatus": {
384
- "shape": "S2s"
723
+ "shape": "S47"
385
724
  }
386
725
  }
387
726
  },
@@ -410,7 +749,7 @@
410
749
  "idempotencyToken": true
411
750
  },
412
751
  "tags": {
413
- "shape": "S1g"
752
+ "shape": "S2v"
414
753
  }
415
754
  }
416
755
  },
@@ -443,10 +782,10 @@
443
782
  "members": {
444
783
  "gatewayName": {},
445
784
  "gatewayPlatform": {
446
- "shape": "S2y"
785
+ "shape": "S4d"
447
786
  },
448
787
  "tags": {
449
- "shape": "S1g"
788
+ "shape": "S2v"
450
789
  }
451
790
  }
452
791
  },
@@ -485,16 +824,16 @@
485
824
  "idempotencyToken": true
486
825
  },
487
826
  "portalLogoImageFile": {
488
- "shape": "S35"
827
+ "shape": "S4k"
489
828
  },
490
829
  "roleArn": {},
491
830
  "tags": {
492
- "shape": "S1g"
831
+ "shape": "S2v"
493
832
  },
494
833
  "portalAuthMode": {},
495
834
  "notificationSenderEmail": {},
496
835
  "alarms": {
497
- "shape": "S39"
836
+ "shape": "S4o"
498
837
  }
499
838
  }
500
839
  },
@@ -512,7 +851,7 @@
512
851
  "portalArn": {},
513
852
  "portalStartUrl": {},
514
853
  "portalStatus": {
515
- "shape": "S3c"
854
+ "shape": "S4r"
516
855
  },
517
856
  "ssoApplicationId": {}
518
857
  }
@@ -540,7 +879,7 @@
540
879
  "idempotencyToken": true
541
880
  },
542
881
  "tags": {
543
- "shape": "S1g"
882
+ "shape": "S2v"
544
883
  }
545
884
  }
546
885
  },
@@ -620,7 +959,7 @@
620
959
  ],
621
960
  "members": {
622
961
  "assetStatus": {
623
- "shape": "S1n"
962
+ "shape": "S32"
624
963
  }
625
964
  }
626
965
  },
@@ -658,7 +997,7 @@
658
997
  ],
659
998
  "members": {
660
999
  "assetModelStatus": {
661
- "shape": "S2s"
1000
+ "shape": "S47"
662
1001
  }
663
1002
  }
664
1003
  },
@@ -748,7 +1087,7 @@
748
1087
  ],
749
1088
  "members": {
750
1089
  "portalStatus": {
751
- "shape": "S3c"
1090
+ "shape": "S4r"
752
1091
  }
753
1092
  }
754
1093
  },
@@ -848,10 +1187,10 @@
848
1187
  "accessPolicyId": {},
849
1188
  "accessPolicyArn": {},
850
1189
  "accessPolicyIdentity": {
851
- "shape": "S15"
1190
+ "shape": "S2k"
852
1191
  },
853
1192
  "accessPolicyResource": {
854
- "shape": "S1c"
1193
+ "shape": "S2r"
855
1194
  },
856
1195
  "accessPolicyPermission": {},
857
1196
  "accessPolicyCreationDate": {
@@ -902,10 +1241,10 @@
902
1241
  "assetName": {},
903
1242
  "assetModelId": {},
904
1243
  "assetProperties": {
905
- "shape": "S43"
1244
+ "shape": "S5h"
906
1245
  },
907
1246
  "assetHierarchies": {
908
- "shape": "S48"
1247
+ "shape": "S5m"
909
1248
  },
910
1249
  "assetCompositeModels": {
911
1250
  "type": "list",
@@ -921,7 +1260,7 @@
921
1260
  "description": {},
922
1261
  "type": {},
923
1262
  "properties": {
924
- "shape": "S43"
1263
+ "shape": "S5h"
925
1264
  }
926
1265
  }
927
1266
  }
@@ -933,7 +1272,7 @@
933
1272
  "type": "timestamp"
934
1273
  },
935
1274
  "assetStatus": {
936
- "shape": "S1n"
1275
+ "shape": "S32"
937
1276
  }
938
1277
  }
939
1278
  },
@@ -977,13 +1316,13 @@
977
1316
  "assetModelName": {},
978
1317
  "assetModelDescription": {},
979
1318
  "assetModelProperties": {
980
- "shape": "S4e"
1319
+ "shape": "S5s"
981
1320
  },
982
1321
  "assetModelHierarchies": {
983
- "shape": "S4g"
1322
+ "shape": "S5u"
984
1323
  },
985
1324
  "assetModelCompositeModels": {
986
- "shape": "S4i"
1325
+ "shape": "S5w"
987
1326
  },
988
1327
  "assetModelCreationDate": {
989
1328
  "type": "timestamp"
@@ -992,7 +1331,7 @@
992
1331
  "type": "timestamp"
993
1332
  },
994
1333
  "assetModelStatus": {
995
- "shape": "S2s"
1334
+ "shape": "S47"
996
1335
  }
997
1336
  }
998
1337
  },
@@ -1034,7 +1373,7 @@
1034
1373
  "assetName": {},
1035
1374
  "assetModelId": {},
1036
1375
  "assetProperty": {
1037
- "shape": "S4m"
1376
+ "shape": "S60"
1038
1377
  },
1039
1378
  "compositeModel": {
1040
1379
  "type": "structure",
@@ -1047,7 +1386,7 @@
1047
1386
  "name": {},
1048
1387
  "type": {},
1049
1388
  "assetProperty": {
1050
- "shape": "S4m"
1389
+ "shape": "S60"
1051
1390
  }
1052
1391
  }
1053
1392
  }
@@ -1124,7 +1463,7 @@
1124
1463
  "encryptionType": {},
1125
1464
  "kmsKeyArn": {},
1126
1465
  "configurationStatus": {
1127
- "shape": "S4t"
1466
+ "shape": "S67"
1128
1467
  }
1129
1468
  }
1130
1469
  },
@@ -1164,10 +1503,10 @@
1164
1503
  "gatewayName": {},
1165
1504
  "gatewayArn": {},
1166
1505
  "gatewayPlatform": {
1167
- "shape": "S2y"
1506
+ "shape": "S4d"
1168
1507
  },
1169
1508
  "gatewayCapabilitySummaries": {
1170
- "shape": "S4y"
1509
+ "shape": "S6c"
1171
1510
  },
1172
1511
  "creationDate": {
1173
1512
  "type": "timestamp"
@@ -1238,7 +1577,7 @@
1238
1577
  ],
1239
1578
  "members": {
1240
1579
  "loggingOptions": {
1241
- "shape": "S57"
1580
+ "shape": "S6l"
1242
1581
  }
1243
1582
  }
1244
1583
  },
@@ -1286,7 +1625,7 @@
1286
1625
  "portalStartUrl": {},
1287
1626
  "portalContactEmail": {},
1288
1627
  "portalStatus": {
1289
- "shape": "S3c"
1628
+ "shape": "S4r"
1290
1629
  },
1291
1630
  "portalCreationDate": {
1292
1631
  "type": "timestamp"
@@ -1309,7 +1648,7 @@
1309
1648
  "portalAuthMode": {},
1310
1649
  "notificationSenderEmail": {},
1311
1650
  "alarms": {
1312
- "shape": "S39"
1651
+ "shape": "S4o"
1313
1652
  }
1314
1653
  }
1315
1654
  },
@@ -1381,14 +1720,14 @@
1381
1720
  "members": {
1382
1721
  "storageType": {},
1383
1722
  "multiLayerStorage": {
1384
- "shape": "S5i"
1723
+ "shape": "S6w"
1385
1724
  },
1386
1725
  "disassociatedDataStorage": {},
1387
1726
  "retentionPeriod": {
1388
- "shape": "S5l"
1727
+ "shape": "S6z"
1389
1728
  },
1390
1729
  "configurationStatus": {
1391
- "shape": "S4t"
1730
+ "shape": "S67"
1392
1731
  },
1393
1732
  "lastUpdateDate": {
1394
1733
  "type": "timestamp"
@@ -1535,17 +1874,16 @@
1535
1874
  "locationName": "propertyAlias"
1536
1875
  },
1537
1876
  "aggregateTypes": {
1877
+ "shape": "Sl",
1538
1878
  "location": "querystring",
1539
- "locationName": "aggregateTypes",
1540
- "type": "list",
1541
- "member": {}
1879
+ "locationName": "aggregateTypes"
1542
1880
  },
1543
1881
  "resolution": {
1544
1882
  "location": "querystring",
1545
1883
  "locationName": "resolution"
1546
1884
  },
1547
1885
  "qualities": {
1548
- "shape": "S5x",
1886
+ "shape": "Sp",
1549
1887
  "location": "querystring",
1550
1888
  "locationName": "qualities"
1551
1889
  },
@@ -1581,43 +1919,7 @@
1581
1919
  ],
1582
1920
  "members": {
1583
1921
  "aggregatedValues": {
1584
- "type": "list",
1585
- "member": {
1586
- "type": "structure",
1587
- "required": [
1588
- "timestamp",
1589
- "value"
1590
- ],
1591
- "members": {
1592
- "timestamp": {
1593
- "type": "timestamp"
1594
- },
1595
- "quality": {},
1596
- "value": {
1597
- "type": "structure",
1598
- "members": {
1599
- "average": {
1600
- "type": "double"
1601
- },
1602
- "count": {
1603
- "type": "double"
1604
- },
1605
- "maximum": {
1606
- "type": "double"
1607
- },
1608
- "minimum": {
1609
- "type": "double"
1610
- },
1611
- "sum": {
1612
- "type": "double"
1613
- },
1614
- "standardDeviation": {
1615
- "type": "double"
1616
- }
1617
- }
1618
- }
1619
- }
1620
- }
1922
+ "shape": "S11"
1621
1923
  },
1622
1924
  "nextToken": {}
1623
1925
  }
@@ -1652,7 +1954,7 @@
1652
1954
  "type": "structure",
1653
1955
  "members": {
1654
1956
  "propertyValue": {
1655
- "shape": "Sm"
1957
+ "shape": "S1i"
1656
1958
  }
1657
1959
  }
1658
1960
  },
@@ -1691,7 +1993,7 @@
1691
1993
  "type": "timestamp"
1692
1994
  },
1693
1995
  "qualities": {
1694
- "shape": "S5x",
1996
+ "shape": "Sp",
1695
1997
  "location": "querystring",
1696
1998
  "locationName": "qualities"
1697
1999
  },
@@ -1717,10 +2019,7 @@
1717
2019
  ],
1718
2020
  "members": {
1719
2021
  "assetPropertyValueHistory": {
1720
- "type": "list",
1721
- "member": {
1722
- "shape": "Sm"
1723
- }
2022
+ "shape": "S24"
1724
2023
  },
1725
2024
  "nextToken": {}
1726
2025
  }
@@ -1821,10 +2120,10 @@
1821
2120
  ],
1822
2121
  "members": {
1823
2122
  "timestamp": {
1824
- "shape": "Ss"
2123
+ "shape": "S1o"
1825
2124
  },
1826
2125
  "value": {
1827
- "shape": "Sn"
2126
+ "shape": "S1j"
1828
2127
  }
1829
2128
  }
1830
2129
  }
@@ -1895,10 +2194,10 @@
1895
2194
  "members": {
1896
2195
  "id": {},
1897
2196
  "identity": {
1898
- "shape": "S15"
2197
+ "shape": "S2k"
1899
2198
  },
1900
2199
  "resource": {
1901
- "shape": "S1c"
2200
+ "shape": "S2r"
1902
2201
  },
1903
2202
  "permission": {},
1904
2203
  "creationDate": {
@@ -1967,7 +2266,7 @@
1967
2266
  "type": "timestamp"
1968
2267
  },
1969
2268
  "status": {
1970
- "shape": "S2s"
2269
+ "shape": "S47"
1971
2270
  }
1972
2271
  }
1973
2272
  }
@@ -2101,10 +2400,10 @@
2101
2400
  "type": "timestamp"
2102
2401
  },
2103
2402
  "status": {
2104
- "shape": "S1n"
2403
+ "shape": "S32"
2105
2404
  },
2106
2405
  "hierarchies": {
2107
- "shape": "S48"
2406
+ "shape": "S5m"
2108
2407
  }
2109
2408
  }
2110
2409
  }
@@ -2182,10 +2481,10 @@
2182
2481
  "type": "timestamp"
2183
2482
  },
2184
2483
  "status": {
2185
- "shape": "S1n"
2484
+ "shape": "S32"
2186
2485
  },
2187
2486
  "hierarchies": {
2188
- "shape": "S48"
2487
+ "shape": "S5m"
2189
2488
  }
2190
2489
  }
2191
2490
  }
@@ -2297,10 +2596,10 @@
2297
2596
  "gatewayId": {},
2298
2597
  "gatewayName": {},
2299
2598
  "gatewayPlatform": {
2300
- "shape": "S2y"
2599
+ "shape": "S4d"
2301
2600
  },
2302
2601
  "gatewayCapabilitySummaries": {
2303
- "shape": "S4y"
2602
+ "shape": "S6c"
2304
2603
  },
2305
2604
  "creationDate": {
2306
2605
  "type": "timestamp"
@@ -2364,7 +2663,7 @@
2364
2663
  },
2365
2664
  "roleArn": {},
2366
2665
  "status": {
2367
- "shape": "S3c"
2666
+ "shape": "S4r"
2368
2667
  }
2369
2668
  }
2370
2669
  }
@@ -2502,7 +2801,7 @@
2502
2801
  "type": "structure",
2503
2802
  "members": {
2504
2803
  "tags": {
2505
- "shape": "S1g"
2804
+ "shape": "S2v"
2506
2805
  }
2507
2806
  }
2508
2807
  },
@@ -2604,7 +2903,7 @@
2604
2903
  "encryptionType": {},
2605
2904
  "kmsKeyArn": {},
2606
2905
  "configurationStatus": {
2607
- "shape": "S4t"
2906
+ "shape": "S67"
2608
2907
  }
2609
2908
  }
2610
2909
  },
@@ -2624,7 +2923,7 @@
2624
2923
  ],
2625
2924
  "members": {
2626
2925
  "loggingOptions": {
2627
- "shape": "S57"
2926
+ "shape": "S6l"
2628
2927
  }
2629
2928
  }
2630
2929
  },
@@ -2648,11 +2947,11 @@
2648
2947
  "members": {
2649
2948
  "storageType": {},
2650
2949
  "multiLayerStorage": {
2651
- "shape": "S5i"
2950
+ "shape": "S6w"
2652
2951
  },
2653
2952
  "disassociatedDataStorage": {},
2654
2953
  "retentionPeriod": {
2655
- "shape": "S5l"
2954
+ "shape": "S6z"
2656
2955
  }
2657
2956
  }
2658
2957
  },
@@ -2665,14 +2964,14 @@
2665
2964
  "members": {
2666
2965
  "storageType": {},
2667
2966
  "multiLayerStorage": {
2668
- "shape": "S5i"
2967
+ "shape": "S6w"
2669
2968
  },
2670
2969
  "disassociatedDataStorage": {},
2671
2970
  "retentionPeriod": {
2672
- "shape": "S5l"
2971
+ "shape": "S6z"
2673
2972
  },
2674
2973
  "configurationStatus": {
2675
- "shape": "S4t"
2974
+ "shape": "S67"
2676
2975
  }
2677
2976
  }
2678
2977
  },
@@ -2696,7 +2995,7 @@
2696
2995
  "locationName": "resourceArn"
2697
2996
  },
2698
2997
  "tags": {
2699
- "shape": "S1g"
2998
+ "shape": "S2v"
2700
2999
  }
2701
3000
  }
2702
3001
  },
@@ -2760,10 +3059,10 @@
2760
3059
  "locationName": "accessPolicyId"
2761
3060
  },
2762
3061
  "accessPolicyIdentity": {
2763
- "shape": "S15"
3062
+ "shape": "S2k"
2764
3063
  },
2765
3064
  "accessPolicyResource": {
2766
- "shape": "S1c"
3065
+ "shape": "S2r"
2767
3066
  },
2768
3067
  "accessPolicyPermission": {},
2769
3068
  "clientToken": {
@@ -2809,7 +3108,7 @@
2809
3108
  ],
2810
3109
  "members": {
2811
3110
  "assetStatus": {
2812
- "shape": "S1n"
3111
+ "shape": "S32"
2813
3112
  }
2814
3113
  }
2815
3114
  },
@@ -2837,13 +3136,13 @@
2837
3136
  "assetModelName": {},
2838
3137
  "assetModelDescription": {},
2839
3138
  "assetModelProperties": {
2840
- "shape": "S4e"
3139
+ "shape": "S5s"
2841
3140
  },
2842
3141
  "assetModelHierarchies": {
2843
- "shape": "S4g"
3142
+ "shape": "S5u"
2844
3143
  },
2845
3144
  "assetModelCompositeModels": {
2846
- "shape": "S4i"
3145
+ "shape": "S5w"
2847
3146
  },
2848
3147
  "clientToken": {
2849
3148
  "idempotencyToken": true
@@ -2857,7 +3156,7 @@
2857
3156
  ],
2858
3157
  "members": {
2859
3158
  "assetModelStatus": {
2860
- "shape": "S2s"
3159
+ "shape": "S47"
2861
3160
  }
2862
3161
  }
2863
3162
  },
@@ -3016,7 +3315,7 @@
3016
3315
  "members": {
3017
3316
  "id": {},
3018
3317
  "file": {
3019
- "shape": "S35"
3318
+ "shape": "S4k"
3020
3319
  }
3021
3320
  }
3022
3321
  },
@@ -3026,7 +3325,7 @@
3026
3325
  },
3027
3326
  "notificationSenderEmail": {},
3028
3327
  "alarms": {
3029
- "shape": "S39"
3328
+ "shape": "S4o"
3030
3329
  }
3031
3330
  }
3032
3331
  },
@@ -3037,7 +3336,7 @@
3037
3336
  ],
3038
3337
  "members": {
3039
3338
  "portalStatus": {
3040
- "shape": "S3c"
3339
+ "shape": "S4r"
3041
3340
  }
3042
3341
  }
3043
3342
  },
@@ -3096,7 +3395,54 @@
3096
3395
  "message": {}
3097
3396
  }
3098
3397
  },
3099
- "Sm": {
3398
+ "Sl": {
3399
+ "type": "list",
3400
+ "member": {}
3401
+ },
3402
+ "Sp": {
3403
+ "type": "list",
3404
+ "member": {}
3405
+ },
3406
+ "S11": {
3407
+ "type": "list",
3408
+ "member": {
3409
+ "type": "structure",
3410
+ "required": [
3411
+ "timestamp",
3412
+ "value"
3413
+ ],
3414
+ "members": {
3415
+ "timestamp": {
3416
+ "type": "timestamp"
3417
+ },
3418
+ "quality": {},
3419
+ "value": {
3420
+ "type": "structure",
3421
+ "members": {
3422
+ "average": {
3423
+ "type": "double"
3424
+ },
3425
+ "count": {
3426
+ "type": "double"
3427
+ },
3428
+ "maximum": {
3429
+ "type": "double"
3430
+ },
3431
+ "minimum": {
3432
+ "type": "double"
3433
+ },
3434
+ "sum": {
3435
+ "type": "double"
3436
+ },
3437
+ "standardDeviation": {
3438
+ "type": "double"
3439
+ }
3440
+ }
3441
+ }
3442
+ }
3443
+ }
3444
+ },
3445
+ "S1i": {
3100
3446
  "type": "structure",
3101
3447
  "required": [
3102
3448
  "value",
@@ -3104,15 +3450,15 @@
3104
3450
  ],
3105
3451
  "members": {
3106
3452
  "value": {
3107
- "shape": "Sn"
3453
+ "shape": "S1j"
3108
3454
  },
3109
3455
  "timestamp": {
3110
- "shape": "Ss"
3456
+ "shape": "S1o"
3111
3457
  },
3112
3458
  "quality": {}
3113
3459
  }
3114
3460
  },
3115
- "Sn": {
3461
+ "S1j": {
3116
3462
  "type": "structure",
3117
3463
  "members": {
3118
3464
  "stringValue": {},
@@ -3127,7 +3473,7 @@
3127
3473
  }
3128
3474
  }
3129
3475
  },
3130
- "Ss": {
3476
+ "S1o": {
3131
3477
  "type": "structure",
3132
3478
  "required": [
3133
3479
  "timeInSeconds"
@@ -3141,7 +3487,13 @@
3141
3487
  }
3142
3488
  }
3143
3489
  },
3144
- "S15": {
3490
+ "S24": {
3491
+ "type": "list",
3492
+ "member": {
3493
+ "shape": "S1i"
3494
+ }
3495
+ },
3496
+ "S2k": {
3145
3497
  "type": "structure",
3146
3498
  "members": {
3147
3499
  "user": {
@@ -3182,7 +3534,7 @@
3182
3534
  }
3183
3535
  }
3184
3536
  },
3185
- "S1c": {
3537
+ "S2r": {
3186
3538
  "type": "structure",
3187
3539
  "members": {
3188
3540
  "portal": {
@@ -3205,12 +3557,12 @@
3205
3557
  }
3206
3558
  }
3207
3559
  },
3208
- "S1g": {
3560
+ "S2v": {
3209
3561
  "type": "map",
3210
3562
  "key": {},
3211
3563
  "value": {}
3212
3564
  },
3213
- "S1n": {
3565
+ "S32": {
3214
3566
  "type": "structure",
3215
3567
  "required": [
3216
3568
  "state"
@@ -3218,11 +3570,11 @@
3218
3570
  "members": {
3219
3571
  "state": {},
3220
3572
  "error": {
3221
- "shape": "S1p"
3573
+ "shape": "S34"
3222
3574
  }
3223
3575
  }
3224
3576
  },
3225
- "S1p": {
3577
+ "S34": {
3226
3578
  "type": "structure",
3227
3579
  "required": [
3228
3580
  "code",
@@ -3247,7 +3599,7 @@
3247
3599
  }
3248
3600
  }
3249
3601
  },
3250
- "S1x": {
3602
+ "S3c": {
3251
3603
  "type": "list",
3252
3604
  "member": {
3253
3605
  "type": "structure",
@@ -3262,12 +3614,12 @@
3262
3614
  "dataTypeSpec": {},
3263
3615
  "unit": {},
3264
3616
  "type": {
3265
- "shape": "S21"
3617
+ "shape": "S3g"
3266
3618
  }
3267
3619
  }
3268
3620
  }
3269
3621
  },
3270
- "S21": {
3622
+ "S3g": {
3271
3623
  "type": "structure",
3272
3624
  "members": {
3273
3625
  "attribute": {
@@ -3286,7 +3638,7 @@
3286
3638
  ],
3287
3639
  "members": {
3288
3640
  "forwardingConfig": {
3289
- "shape": "S26"
3641
+ "shape": "S3l"
3290
3642
  }
3291
3643
  }
3292
3644
  }
@@ -3301,7 +3653,7 @@
3301
3653
  "members": {
3302
3654
  "expression": {},
3303
3655
  "variables": {
3304
- "shape": "S2a"
3656
+ "shape": "S3p"
3305
3657
  },
3306
3658
  "processingConfig": {
3307
3659
  "type": "structure",
@@ -3311,7 +3663,7 @@
3311
3663
  "members": {
3312
3664
  "computeLocation": {},
3313
3665
  "forwardingConfig": {
3314
- "shape": "S26"
3666
+ "shape": "S3l"
3315
3667
  }
3316
3668
  }
3317
3669
  }
@@ -3327,7 +3679,7 @@
3327
3679
  "members": {
3328
3680
  "expression": {},
3329
3681
  "variables": {
3330
- "shape": "S2a"
3682
+ "shape": "S3p"
3331
3683
  },
3332
3684
  "window": {
3333
3685
  "type": "structure",
@@ -3357,7 +3709,7 @@
3357
3709
  }
3358
3710
  }
3359
3711
  },
3360
- "S26": {
3712
+ "S3l": {
3361
3713
  "type": "structure",
3362
3714
  "required": [
3363
3715
  "state"
@@ -3366,7 +3718,7 @@
3366
3718
  "state": {}
3367
3719
  }
3368
3720
  },
3369
- "S2a": {
3721
+ "S3p": {
3370
3722
  "type": "list",
3371
3723
  "member": {
3372
3724
  "type": "structure",
@@ -3389,7 +3741,7 @@
3389
3741
  }
3390
3742
  }
3391
3743
  },
3392
- "S2s": {
3744
+ "S47": {
3393
3745
  "type": "structure",
3394
3746
  "required": [
3395
3747
  "state"
@@ -3397,11 +3749,11 @@
3397
3749
  "members": {
3398
3750
  "state": {},
3399
3751
  "error": {
3400
- "shape": "S1p"
3752
+ "shape": "S34"
3401
3753
  }
3402
3754
  }
3403
3755
  },
3404
- "S2y": {
3756
+ "S4d": {
3405
3757
  "type": "structure",
3406
3758
  "members": {
3407
3759
  "greengrass": {
@@ -3424,7 +3776,7 @@
3424
3776
  }
3425
3777
  }
3426
3778
  },
3427
- "S35": {
3779
+ "S4k": {
3428
3780
  "type": "structure",
3429
3781
  "required": [
3430
3782
  "data",
@@ -3437,7 +3789,7 @@
3437
3789
  "type": {}
3438
3790
  }
3439
3791
  },
3440
- "S39": {
3792
+ "S4o": {
3441
3793
  "type": "structure",
3442
3794
  "required": [
3443
3795
  "alarmRoleArn"
@@ -3447,7 +3799,7 @@
3447
3799
  "notificationLambdaArn": {}
3448
3800
  }
3449
3801
  },
3450
- "S3c": {
3802
+ "S4r": {
3451
3803
  "type": "structure",
3452
3804
  "required": [
3453
3805
  "state"
@@ -3463,7 +3815,7 @@
3463
3815
  }
3464
3816
  }
3465
3817
  },
3466
- "S43": {
3818
+ "S5h": {
3467
3819
  "type": "list",
3468
3820
  "member": {
3469
3821
  "type": "structure",
@@ -3477,7 +3829,7 @@
3477
3829
  "name": {},
3478
3830
  "alias": {},
3479
3831
  "notification": {
3480
- "shape": "S45"
3832
+ "shape": "S5j"
3481
3833
  },
3482
3834
  "dataType": {},
3483
3835
  "dataTypeSpec": {},
@@ -3485,7 +3837,7 @@
3485
3837
  }
3486
3838
  }
3487
3839
  },
3488
- "S45": {
3840
+ "S5j": {
3489
3841
  "type": "structure",
3490
3842
  "required": [
3491
3843
  "topic",
@@ -3496,7 +3848,7 @@
3496
3848
  "state": {}
3497
3849
  }
3498
3850
  },
3499
- "S48": {
3851
+ "S5m": {
3500
3852
  "type": "list",
3501
3853
  "member": {
3502
3854
  "type": "structure",
@@ -3509,7 +3861,7 @@
3509
3861
  }
3510
3862
  }
3511
3863
  },
3512
- "S4e": {
3864
+ "S5s": {
3513
3865
  "type": "list",
3514
3866
  "member": {
3515
3867
  "type": "structure",
@@ -3525,12 +3877,12 @@
3525
3877
  "dataTypeSpec": {},
3526
3878
  "unit": {},
3527
3879
  "type": {
3528
- "shape": "S21"
3880
+ "shape": "S3g"
3529
3881
  }
3530
3882
  }
3531
3883
  }
3532
3884
  },
3533
- "S4g": {
3885
+ "S5u": {
3534
3886
  "type": "list",
3535
3887
  "member": {
3536
3888
  "type": "structure",
@@ -3545,7 +3897,7 @@
3545
3897
  }
3546
3898
  }
3547
3899
  },
3548
- "S4i": {
3900
+ "S5w": {
3549
3901
  "type": "list",
3550
3902
  "member": {
3551
3903
  "type": "structure",
@@ -3558,12 +3910,12 @@
3558
3910
  "description": {},
3559
3911
  "type": {},
3560
3912
  "properties": {
3561
- "shape": "S4e"
3913
+ "shape": "S5s"
3562
3914
  }
3563
3915
  }
3564
3916
  }
3565
3917
  },
3566
- "S4m": {
3918
+ "S60": {
3567
3919
  "type": "structure",
3568
3920
  "required": [
3569
3921
  "id",
@@ -3575,16 +3927,16 @@
3575
3927
  "name": {},
3576
3928
  "alias": {},
3577
3929
  "notification": {
3578
- "shape": "S45"
3930
+ "shape": "S5j"
3579
3931
  },
3580
3932
  "dataType": {},
3581
3933
  "unit": {},
3582
3934
  "type": {
3583
- "shape": "S21"
3935
+ "shape": "S3g"
3584
3936
  }
3585
3937
  }
3586
3938
  },
3587
- "S4t": {
3939
+ "S67": {
3588
3940
  "type": "structure",
3589
3941
  "required": [
3590
3942
  "state"
@@ -3604,7 +3956,7 @@
3604
3956
  }
3605
3957
  }
3606
3958
  },
3607
- "S4y": {
3959
+ "S6c": {
3608
3960
  "type": "list",
3609
3961
  "member": {
3610
3962
  "type": "structure",
@@ -3618,7 +3970,7 @@
3618
3970
  }
3619
3971
  }
3620
3972
  },
3621
- "S57": {
3973
+ "S6l": {
3622
3974
  "type": "structure",
3623
3975
  "required": [
3624
3976
  "level"
@@ -3627,7 +3979,7 @@
3627
3979
  "level": {}
3628
3980
  }
3629
3981
  },
3630
- "S5i": {
3982
+ "S6w": {
3631
3983
  "type": "structure",
3632
3984
  "required": [
3633
3985
  "customerManagedS3Storage"
@@ -3646,7 +3998,7 @@
3646
3998
  }
3647
3999
  }
3648
4000
  },
3649
- "S5l": {
4001
+ "S6z": {
3650
4002
  "type": "structure",
3651
4003
  "members": {
3652
4004
  "numberOfDays": {
@@ -3656,10 +4008,6 @@
3656
4008
  "type": "boolean"
3657
4009
  }
3658
4010
  }
3659
- },
3660
- "S5x": {
3661
- "type": "list",
3662
- "member": {}
3663
4011
  }
3664
4012
  }
3665
4013
  }