@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
@@ -346,6 +346,44 @@
346
346
  }
347
347
  }
348
348
  },
349
+ "CreateNetworkAnalyzerConfiguration": {
350
+ "http": {
351
+ "requestUri": "/network-analyzer-configurations",
352
+ "responseCode": 201
353
+ },
354
+ "input": {
355
+ "type": "structure",
356
+ "required": [
357
+ "Name"
358
+ ],
359
+ "members": {
360
+ "Name": {},
361
+ "TraceContent": {
362
+ "shape": "S2a"
363
+ },
364
+ "WirelessDevices": {
365
+ "shape": "S2d"
366
+ },
367
+ "WirelessGateways": {
368
+ "shape": "S2e"
369
+ },
370
+ "Description": {},
371
+ "Tags": {
372
+ "shape": "S6"
373
+ },
374
+ "ClientRequestToken": {
375
+ "idempotencyToken": true
376
+ }
377
+ }
378
+ },
379
+ "output": {
380
+ "type": "structure",
381
+ "members": {
382
+ "Arn": {},
383
+ "Name": {}
384
+ }
385
+ }
386
+ },
349
387
  "CreateServiceProfile": {
350
388
  "http": {
351
389
  "requestUri": "/service-profiles",
@@ -399,7 +437,7 @@
399
437
  "idempotencyToken": true
400
438
  },
401
439
  "LoRaWAN": {
402
- "shape": "S2i"
440
+ "shape": "S2r"
403
441
  },
404
442
  "Tags": {
405
443
  "shape": "S6"
@@ -428,7 +466,7 @@
428
466
  "Name": {},
429
467
  "Description": {},
430
468
  "LoRaWAN": {
431
- "shape": "S37"
469
+ "shape": "S3h"
432
470
  },
433
471
  "Tags": {
434
472
  "shape": "S6"
@@ -489,7 +527,7 @@
489
527
  },
490
528
  "Name": {},
491
529
  "Update": {
492
- "shape": "S3o"
530
+ "shape": "S3y"
493
531
  },
494
532
  "ClientRequestToken": {
495
533
  "idempotencyToken": true
@@ -599,6 +637,29 @@
599
637
  "members": {}
600
638
  }
601
639
  },
640
+ "DeleteNetworkAnalyzerConfiguration": {
641
+ "http": {
642
+ "method": "DELETE",
643
+ "requestUri": "/network-analyzer-configurations/{ConfigurationName}",
644
+ "responseCode": 204
645
+ },
646
+ "input": {
647
+ "type": "structure",
648
+ "required": [
649
+ "ConfigurationName"
650
+ ],
651
+ "members": {
652
+ "ConfigurationName": {
653
+ "location": "uri",
654
+ "locationName": "ConfigurationName"
655
+ }
656
+ }
657
+ },
658
+ "output": {
659
+ "type": "structure",
660
+ "members": {}
661
+ }
662
+ },
602
663
  "DeleteQueuedMessages": {
603
664
  "http": {
604
665
  "method": "DELETE",
@@ -985,6 +1046,33 @@
985
1046
  }
986
1047
  }
987
1048
  },
1049
+ "GetEventConfigurationByResourceTypes": {
1050
+ "http": {
1051
+ "method": "GET",
1052
+ "requestUri": "/event-configurations-resource-types"
1053
+ },
1054
+ "input": {
1055
+ "type": "structure",
1056
+ "members": {}
1057
+ },
1058
+ "output": {
1059
+ "type": "structure",
1060
+ "members": {
1061
+ "DeviceRegistrationState": {
1062
+ "shape": "S5i"
1063
+ },
1064
+ "Proximity": {
1065
+ "shape": "S5l"
1066
+ },
1067
+ "Join": {
1068
+ "shape": "S5m"
1069
+ },
1070
+ "ConnectionStatus": {
1071
+ "shape": "S5o"
1072
+ }
1073
+ }
1074
+ }
1075
+ },
988
1076
  "GetFuotaTask": {
989
1077
  "http": {
990
1078
  "method": "GET",
@@ -1015,7 +1103,7 @@
1015
1103
  "members": {
1016
1104
  "RfRegion": {},
1017
1105
  "StartTime": {
1018
- "shape": "S58"
1106
+ "shape": "S5u"
1019
1107
  }
1020
1108
  }
1021
1109
  },
@@ -1042,10 +1130,10 @@
1042
1130
  "members": {
1043
1131
  "DefaultLogLevel": {},
1044
1132
  "WirelessGatewayLogOptions": {
1045
- "shape": "S5d"
1133
+ "shape": "S5y"
1046
1134
  },
1047
1135
  "WirelessDeviceLogOptions": {
1048
- "shape": "S5j"
1136
+ "shape": "S64"
1049
1137
  }
1050
1138
  }
1051
1139
  }
@@ -1115,7 +1203,7 @@
1115
1203
  "type": "structure",
1116
1204
  "members": {
1117
1205
  "LoRaWAN": {
1118
- "shape": "S5w"
1206
+ "shape": "S6h"
1119
1207
  }
1120
1208
  }
1121
1209
  }
@@ -1142,14 +1230,17 @@
1142
1230
  "type": "structure",
1143
1231
  "members": {
1144
1232
  "TraceContent": {
1145
- "shape": "S64"
1233
+ "shape": "S2a"
1146
1234
  },
1147
1235
  "WirelessDevices": {
1148
- "shape": "S66"
1236
+ "shape": "S2d"
1149
1237
  },
1150
1238
  "WirelessGateways": {
1151
- "shape": "S67"
1152
- }
1239
+ "shape": "S2e"
1240
+ },
1241
+ "Description": {},
1242
+ "Arn": {},
1243
+ "Name": {}
1153
1244
  }
1154
1245
  }
1155
1246
  },
@@ -1179,7 +1270,7 @@
1179
1270
  "type": "structure",
1180
1271
  "members": {
1181
1272
  "Sidewalk": {
1182
- "shape": "S6a"
1273
+ "shape": "S6q"
1183
1274
  },
1184
1275
  "AccountLinked": {
1185
1276
  "type": "boolean"
@@ -1217,10 +1308,16 @@
1217
1308
  "type": "structure",
1218
1309
  "members": {
1219
1310
  "DeviceRegistrationState": {
1220
- "shape": "S6i"
1311
+ "shape": "S6y"
1221
1312
  },
1222
1313
  "Proximity": {
1223
- "shape": "S6l"
1314
+ "shape": "S70"
1315
+ },
1316
+ "Join": {
1317
+ "shape": "S71"
1318
+ },
1319
+ "ConnectionStatus": {
1320
+ "shape": "S73"
1224
1321
  }
1225
1322
  }
1226
1323
  }
@@ -1394,7 +1491,7 @@
1394
1491
  "ThingName": {},
1395
1492
  "ThingArn": {},
1396
1493
  "LoRaWAN": {
1397
- "shape": "S2i"
1494
+ "shape": "S2r"
1398
1495
  },
1399
1496
  "Sidewalk": {
1400
1497
  "type": "structure",
@@ -1403,7 +1500,7 @@
1403
1500
  "SidewalkId": {},
1404
1501
  "SidewalkManufacturingSn": {},
1405
1502
  "DeviceCertificates": {
1406
- "shape": "S7n"
1503
+ "shape": "S86"
1407
1504
  }
1408
1505
  }
1409
1506
  }
@@ -1507,7 +1604,7 @@
1507
1604
  "Id": {},
1508
1605
  "Description": {},
1509
1606
  "LoRaWAN": {
1510
- "shape": "S37"
1607
+ "shape": "S3h"
1511
1608
  },
1512
1609
  "Arn": {},
1513
1610
  "ThingName": {},
@@ -1564,7 +1661,7 @@
1564
1661
  "type": "structure",
1565
1662
  "members": {
1566
1663
  "CurrentVersion": {
1567
- "shape": "S3t"
1664
+ "shape": "S43"
1568
1665
  }
1569
1666
  }
1570
1667
  }
@@ -1651,7 +1748,7 @@
1651
1748
  },
1652
1749
  "Name": {},
1653
1750
  "Update": {
1654
- "shape": "S3o"
1751
+ "shape": "S3y"
1655
1752
  },
1656
1753
  "Arn": {}
1657
1754
  }
@@ -1734,6 +1831,67 @@
1734
1831
  }
1735
1832
  }
1736
1833
  },
1834
+ "ListEventConfigurations": {
1835
+ "http": {
1836
+ "method": "GET",
1837
+ "requestUri": "/event-configurations"
1838
+ },
1839
+ "input": {
1840
+ "type": "structure",
1841
+ "required": [
1842
+ "ResourceType"
1843
+ ],
1844
+ "members": {
1845
+ "ResourceType": {
1846
+ "location": "querystring",
1847
+ "locationName": "resourceType"
1848
+ },
1849
+ "MaxResults": {
1850
+ "location": "querystring",
1851
+ "locationName": "maxResults",
1852
+ "type": "integer"
1853
+ },
1854
+ "NextToken": {
1855
+ "location": "querystring",
1856
+ "locationName": "nextToken"
1857
+ }
1858
+ }
1859
+ },
1860
+ "output": {
1861
+ "type": "structure",
1862
+ "members": {
1863
+ "NextToken": {},
1864
+ "EventConfigurationsList": {
1865
+ "type": "list",
1866
+ "member": {
1867
+ "type": "structure",
1868
+ "members": {
1869
+ "Identifier": {},
1870
+ "IdentifierType": {},
1871
+ "PartnerType": {},
1872
+ "Events": {
1873
+ "type": "structure",
1874
+ "members": {
1875
+ "DeviceRegistrationState": {
1876
+ "shape": "S6y"
1877
+ },
1878
+ "Proximity": {
1879
+ "shape": "S70"
1880
+ },
1881
+ "Join": {
1882
+ "shape": "S71"
1883
+ },
1884
+ "ConnectionStatus": {
1885
+ "shape": "S73"
1886
+ }
1887
+ }
1888
+ }
1889
+ }
1890
+ }
1891
+ }
1892
+ }
1893
+ }
1894
+ },
1737
1895
  "ListFuotaTasks": {
1738
1896
  "http": {
1739
1897
  "method": "GET",
@@ -1850,6 +2008,42 @@
1850
2008
  }
1851
2009
  }
1852
2010
  },
2011
+ "ListNetworkAnalyzerConfigurations": {
2012
+ "http": {
2013
+ "method": "GET",
2014
+ "requestUri": "/network-analyzer-configurations"
2015
+ },
2016
+ "input": {
2017
+ "type": "structure",
2018
+ "members": {
2019
+ "MaxResults": {
2020
+ "location": "querystring",
2021
+ "locationName": "maxResults",
2022
+ "type": "integer"
2023
+ },
2024
+ "NextToken": {
2025
+ "location": "querystring",
2026
+ "locationName": "nextToken"
2027
+ }
2028
+ }
2029
+ },
2030
+ "output": {
2031
+ "type": "structure",
2032
+ "members": {
2033
+ "NextToken": {},
2034
+ "NetworkAnalyzerConfigurationList": {
2035
+ "type": "list",
2036
+ "member": {
2037
+ "type": "structure",
2038
+ "members": {
2039
+ "Arn": {},
2040
+ "Name": {}
2041
+ }
2042
+ }
2043
+ }
2044
+ }
2045
+ }
2046
+ },
1853
2047
  "ListPartnerAccounts": {
1854
2048
  "http": {
1855
2049
  "method": "GET",
@@ -1876,7 +2070,7 @@
1876
2070
  "Sidewalk": {
1877
2071
  "type": "list",
1878
2072
  "member": {
1879
- "shape": "S6a"
2073
+ "shape": "S6q"
1880
2074
  }
1881
2075
  }
1882
2076
  }
@@ -1927,7 +2121,7 @@
1927
2121
  },
1928
2122
  "ReceivedAt": {},
1929
2123
  "LoRaWAN": {
1930
- "shape": "S9c"
2124
+ "shape": "Sa5"
1931
2125
  }
1932
2126
  }
1933
2127
  }
@@ -2069,7 +2263,7 @@
2069
2263
  "SidewalkId": {},
2070
2264
  "SidewalkManufacturingSn": {},
2071
2265
  "DeviceCertificates": {
2072
- "shape": "S7n"
2266
+ "shape": "S86"
2073
2267
  }
2074
2268
  }
2075
2269
  },
@@ -2121,10 +2315,10 @@
2121
2315
  "type": "structure",
2122
2316
  "members": {
2123
2317
  "CurrentVersion": {
2124
- "shape": "S3t"
2318
+ "shape": "S43"
2125
2319
  },
2126
2320
  "UpdateVersion": {
2127
- "shape": "S3t"
2321
+ "shape": "S43"
2128
2322
  }
2129
2323
  }
2130
2324
  },
@@ -2168,7 +2362,7 @@
2168
2362
  "Name": {},
2169
2363
  "Description": {},
2170
2364
  "LoRaWAN": {
2171
- "shape": "S37"
2365
+ "shape": "S3h"
2172
2366
  },
2173
2367
  "LastUplinkReceivedAt": {}
2174
2368
  }
@@ -2315,7 +2509,7 @@
2315
2509
  "type": "structure",
2316
2510
  "members": {
2317
2511
  "LoRaWAN": {
2318
- "shape": "S9c"
2512
+ "shape": "Sa5"
2319
2513
  },
2320
2514
  "Sidewalk": {
2321
2515
  "type": "structure",
@@ -2410,7 +2604,7 @@
2410
2604
  "type": "structure",
2411
2605
  "members": {
2412
2606
  "StartTime": {
2413
- "shape": "S58"
2607
+ "shape": "S5u"
2414
2608
  }
2415
2609
  }
2416
2610
  }
@@ -2439,7 +2633,7 @@
2439
2633
  "locationName": "Id"
2440
2634
  },
2441
2635
  "LoRaWAN": {
2442
- "shape": "S5w"
2636
+ "shape": "S6h"
2443
2637
  }
2444
2638
  }
2445
2639
  },
@@ -2555,6 +2749,34 @@
2555
2749
  "members": {}
2556
2750
  }
2557
2751
  },
2752
+ "UpdateEventConfigurationByResourceTypes": {
2753
+ "http": {
2754
+ "method": "PATCH",
2755
+ "requestUri": "/event-configurations-resource-types",
2756
+ "responseCode": 204
2757
+ },
2758
+ "input": {
2759
+ "type": "structure",
2760
+ "members": {
2761
+ "DeviceRegistrationState": {
2762
+ "shape": "S5i"
2763
+ },
2764
+ "Proximity": {
2765
+ "shape": "S5l"
2766
+ },
2767
+ "Join": {
2768
+ "shape": "S5m"
2769
+ },
2770
+ "ConnectionStatus": {
2771
+ "shape": "S5o"
2772
+ }
2773
+ }
2774
+ },
2775
+ "output": {
2776
+ "type": "structure",
2777
+ "members": {}
2778
+ }
2779
+ },
2558
2780
  "UpdateFuotaTask": {
2559
2781
  "http": {
2560
2782
  "method": "PATCH",
@@ -2595,10 +2817,10 @@
2595
2817
  "members": {
2596
2818
  "DefaultLogLevel": {},
2597
2819
  "WirelessDeviceLogOptions": {
2598
- "shape": "S5j"
2820
+ "shape": "S64"
2599
2821
  },
2600
2822
  "WirelessGatewayLogOptions": {
2601
- "shape": "S5d"
2823
+ "shape": "S5y"
2602
2824
  }
2603
2825
  }
2604
2826
  },
@@ -2652,20 +2874,21 @@
2652
2874
  "locationName": "ConfigurationName"
2653
2875
  },
2654
2876
  "TraceContent": {
2655
- "shape": "S64"
2877
+ "shape": "S2a"
2656
2878
  },
2657
2879
  "WirelessDevicesToAdd": {
2658
- "shape": "S66"
2880
+ "shape": "S2d"
2659
2881
  },
2660
2882
  "WirelessDevicesToRemove": {
2661
- "shape": "S66"
2883
+ "shape": "S2d"
2662
2884
  },
2663
2885
  "WirelessGatewaysToAdd": {
2664
- "shape": "S67"
2886
+ "shape": "S2e"
2665
2887
  },
2666
2888
  "WirelessGatewaysToRemove": {
2667
- "shape": "S67"
2668
- }
2889
+ "shape": "S2e"
2890
+ },
2891
+ "Description": {}
2669
2892
  }
2670
2893
  },
2671
2894
  "output": {
@@ -2736,10 +2959,16 @@
2736
2959
  "locationName": "partnerType"
2737
2960
  },
2738
2961
  "DeviceRegistrationState": {
2739
- "shape": "S6i"
2962
+ "shape": "S6y"
2740
2963
  },
2741
2964
  "Proximity": {
2742
- "shape": "S6l"
2965
+ "shape": "S70"
2966
+ },
2967
+ "Join": {
2968
+ "shape": "S71"
2969
+ },
2970
+ "ConnectionStatus": {
2971
+ "shape": "S73"
2743
2972
  }
2744
2973
  }
2745
2974
  },
@@ -2771,7 +3000,23 @@
2771
3000
  "type": "structure",
2772
3001
  "members": {
2773
3002
  "DeviceProfileId": {},
2774
- "ServiceProfileId": {}
3003
+ "ServiceProfileId": {},
3004
+ "AbpV1_1": {
3005
+ "type": "structure",
3006
+ "members": {
3007
+ "FCntStart": {
3008
+ "type": "integer"
3009
+ }
3010
+ }
3011
+ },
3012
+ "AbpV1_0_x": {
3013
+ "type": "structure",
3014
+ "members": {
3015
+ "FCntStart": {
3016
+ "type": "integer"
3017
+ }
3018
+ }
3019
+ }
2775
3020
  }
2776
3021
  }
2777
3022
  }
@@ -2800,10 +3045,10 @@
2800
3045
  "Name": {},
2801
3046
  "Description": {},
2802
3047
  "JoinEuiFilters": {
2803
- "shape": "S39"
3048
+ "shape": "S3j"
2804
3049
  },
2805
3050
  "NetIdFilters": {
2806
- "shape": "S3b"
3051
+ "shape": "S3l"
2807
3052
  }
2808
3053
  }
2809
3054
  },
@@ -2913,7 +3158,22 @@
2913
3158
  "DlClass": {}
2914
3159
  }
2915
3160
  },
2916
- "S2i": {
3161
+ "S2a": {
3162
+ "type": "structure",
3163
+ "members": {
3164
+ "WirelessDeviceFrameInfo": {},
3165
+ "LogLevel": {}
3166
+ }
3167
+ },
3168
+ "S2d": {
3169
+ "type": "list",
3170
+ "member": {}
3171
+ },
3172
+ "S2e": {
3173
+ "type": "list",
3174
+ "member": {}
3175
+ },
3176
+ "S2r": {
2917
3177
  "type": "structure",
2918
3178
  "members": {
2919
3179
  "DevEui": {},
@@ -2947,6 +3207,9 @@
2947
3207
  "NwkSEncKey": {},
2948
3208
  "AppSKey": {}
2949
3209
  }
3210
+ },
3211
+ "FCntStart": {
3212
+ "type": "integer"
2950
3213
  }
2951
3214
  }
2952
3215
  },
@@ -2960,6 +3223,9 @@
2960
3223
  "NwkSKey": {},
2961
3224
  "AppSKey": {}
2962
3225
  }
3226
+ },
3227
+ "FCntStart": {
3228
+ "type": "integer"
2963
3229
  }
2964
3230
  }
2965
3231
  },
@@ -2979,16 +3245,16 @@
2979
3245
  }
2980
3246
  }
2981
3247
  },
2982
- "S37": {
3248
+ "S3h": {
2983
3249
  "type": "structure",
2984
3250
  "members": {
2985
3251
  "GatewayEui": {},
2986
3252
  "RfRegion": {},
2987
3253
  "JoinEuiFilters": {
2988
- "shape": "S39"
3254
+ "shape": "S3j"
2989
3255
  },
2990
3256
  "NetIdFilters": {
2991
- "shape": "S3b"
3257
+ "shape": "S3l"
2992
3258
  },
2993
3259
  "SubBands": {
2994
3260
  "type": "list",
@@ -2998,18 +3264,18 @@
2998
3264
  }
2999
3265
  }
3000
3266
  },
3001
- "S39": {
3267
+ "S3j": {
3002
3268
  "type": "list",
3003
3269
  "member": {
3004
3270
  "type": "list",
3005
3271
  "member": {}
3006
3272
  }
3007
3273
  },
3008
- "S3b": {
3274
+ "S3l": {
3009
3275
  "type": "list",
3010
3276
  "member": {}
3011
3277
  },
3012
- "S3o": {
3278
+ "S3y": {
3013
3279
  "type": "structure",
3014
3280
  "members": {
3015
3281
  "UpdateDataSource": {},
@@ -3022,16 +3288,16 @@
3022
3288
  "type": "long"
3023
3289
  },
3024
3290
  "CurrentVersion": {
3025
- "shape": "S3t"
3291
+ "shape": "S43"
3026
3292
  },
3027
3293
  "UpdateVersion": {
3028
- "shape": "S3t"
3294
+ "shape": "S43"
3029
3295
  }
3030
3296
  }
3031
3297
  }
3032
3298
  }
3033
3299
  },
3034
- "S3t": {
3300
+ "S43": {
3035
3301
  "type": "structure",
3036
3302
  "members": {
3037
3303
  "PackageVersion": {},
@@ -3039,11 +3305,55 @@
3039
3305
  "Station": {}
3040
3306
  }
3041
3307
  },
3042
- "S58": {
3308
+ "S5i": {
3309
+ "type": "structure",
3310
+ "members": {
3311
+ "Sidewalk": {
3312
+ "shape": "S5j"
3313
+ }
3314
+ }
3315
+ },
3316
+ "S5j": {
3317
+ "type": "structure",
3318
+ "members": {
3319
+ "WirelessDeviceEventTopic": {}
3320
+ }
3321
+ },
3322
+ "S5l": {
3323
+ "type": "structure",
3324
+ "members": {
3325
+ "Sidewalk": {
3326
+ "shape": "S5j"
3327
+ }
3328
+ }
3329
+ },
3330
+ "S5m": {
3331
+ "type": "structure",
3332
+ "members": {
3333
+ "LoRaWAN": {
3334
+ "type": "structure",
3335
+ "members": {
3336
+ "WirelessDeviceEventTopic": {}
3337
+ }
3338
+ }
3339
+ }
3340
+ },
3341
+ "S5o": {
3342
+ "type": "structure",
3343
+ "members": {
3344
+ "LoRaWAN": {
3345
+ "type": "structure",
3346
+ "members": {
3347
+ "WirelessGatewayEventTopic": {}
3348
+ }
3349
+ }
3350
+ }
3351
+ },
3352
+ "S5u": {
3043
3353
  "type": "timestamp",
3044
3354
  "timestampFormat": "iso8601"
3045
3355
  },
3046
- "S5d": {
3356
+ "S5y": {
3047
3357
  "type": "list",
3048
3358
  "member": {
3049
3359
  "type": "structure",
@@ -3071,7 +3381,7 @@
3071
3381
  }
3072
3382
  }
3073
3383
  },
3074
- "S5j": {
3384
+ "S64": {
3075
3385
  "type": "list",
3076
3386
  "member": {
3077
3387
  "type": "structure",
@@ -3099,7 +3409,7 @@
3099
3409
  }
3100
3410
  }
3101
3411
  },
3102
- "S5w": {
3412
+ "S6h": {
3103
3413
  "type": "structure",
3104
3414
  "members": {
3105
3415
  "DlDr": {
@@ -3117,22 +3427,7 @@
3117
3427
  }
3118
3428
  }
3119
3429
  },
3120
- "S64": {
3121
- "type": "structure",
3122
- "members": {
3123
- "WirelessDeviceFrameInfo": {},
3124
- "LogLevel": {}
3125
- }
3126
- },
3127
- "S66": {
3128
- "type": "list",
3129
- "member": {}
3130
- },
3131
- "S67": {
3132
- "type": "list",
3133
- "member": {}
3134
- },
3135
- "S6a": {
3430
+ "S6q": {
3136
3431
  "type": "structure",
3137
3432
  "members": {
3138
3433
  "AmazonId": {},
@@ -3143,29 +3438,55 @@
3143
3438
  "Arn": {}
3144
3439
  }
3145
3440
  },
3146
- "S6i": {
3441
+ "S6y": {
3147
3442
  "type": "structure",
3148
3443
  "members": {
3149
3444
  "Sidewalk": {
3150
- "shape": "S6j"
3151
- }
3445
+ "shape": "S6z"
3446
+ },
3447
+ "WirelessDeviceIdEventTopic": {}
3152
3448
  }
3153
3449
  },
3154
- "S6j": {
3450
+ "S6z": {
3155
3451
  "type": "structure",
3156
3452
  "members": {
3157
3453
  "AmazonIdEventTopic": {}
3158
3454
  }
3159
3455
  },
3160
- "S6l": {
3456
+ "S70": {
3161
3457
  "type": "structure",
3162
3458
  "members": {
3163
3459
  "Sidewalk": {
3164
- "shape": "S6j"
3165
- }
3460
+ "shape": "S6z"
3461
+ },
3462
+ "WirelessDeviceIdEventTopic": {}
3463
+ }
3464
+ },
3465
+ "S71": {
3466
+ "type": "structure",
3467
+ "members": {
3468
+ "LoRaWAN": {
3469
+ "type": "structure",
3470
+ "members": {
3471
+ "DevEuiEventTopic": {}
3472
+ }
3473
+ },
3474
+ "WirelessDeviceIdEventTopic": {}
3475
+ }
3476
+ },
3477
+ "S73": {
3478
+ "type": "structure",
3479
+ "members": {
3480
+ "LoRaWAN": {
3481
+ "type": "structure",
3482
+ "members": {
3483
+ "GatewayEuiEventTopic": {}
3484
+ }
3485
+ },
3486
+ "WirelessGatewayIdEventTopic": {}
3166
3487
  }
3167
3488
  },
3168
- "S7n": {
3489
+ "S86": {
3169
3490
  "type": "list",
3170
3491
  "member": {
3171
3492
  "type": "structure",
@@ -3179,7 +3500,7 @@
3179
3500
  }
3180
3501
  }
3181
3502
  },
3182
- "S9c": {
3503
+ "Sa5": {
3183
3504
  "type": "structure",
3184
3505
  "members": {
3185
3506
  "FPort": {