@gemeentenijmegen/webapp 1.1.12 → 1.1.13

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 (1866) hide show
  1. package/.jsii +4906 -134
  2. package/API.md +30 -2
  3. package/assets/webapp/auth/auth.lambda/index.js +22 -18
  4. package/assets/webapp/login/login.lambda/index.js +22 -18
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/auth/auth-function.js +3 -3
  9. package/lib/webapp/login/login-function.js +3 -3
  10. package/lib/webapp/logout/logout-function.js +3 -3
  11. package/lib/webapp/util/Files.js +1 -1
  12. package/node_modules/@aws/lambda-invoke-store/README.md +41 -25
  13. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
  14. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
  15. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
  16. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +50 -0
  17. package/node_modules/@aws/lambda-invoke-store/package.json +28 -9
  18. package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +3 -3
  19. package/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +1 -1
  20. package/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +1 -1
  21. package/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +1 -1
  22. package/node_modules/@aws-cdk/cloud-assembly-schema/package.json +6 -6
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +3047 -3885
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +2 -2
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +3 -4
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +9 -0
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +4 -2
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +3 -9
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +3 -9
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +3 -9
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +3 -9
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +3 -9
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +3 -9
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +3 -9
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +3 -9
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  37. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +3 -9
  38. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +3 -9
  39. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +3 -9
  40. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +3 -9
  41. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +3 -9
  42. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +3 -9
  43. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +3 -9
  44. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +3 -9
  45. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +3 -9
  46. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +3 -9
  47. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +3 -9
  48. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +3 -9
  49. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +3 -9
  50. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +3 -9
  51. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +3 -9
  52. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +3 -9
  53. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +3 -9
  54. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +3 -9
  55. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +3 -9
  56. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +3 -9
  57. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  58. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +3 -9
  59. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +3 -9
  60. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +3 -9
  61. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +3 -9
  62. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +3 -9
  63. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +3 -9
  64. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +3 -9
  65. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +3 -9
  66. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +3 -9
  67. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  68. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +3 -9
  69. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +3 -9
  70. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +3 -9
  71. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +3 -9
  72. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +3 -9
  73. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +3 -9
  74. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +3 -9
  75. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +3 -9
  76. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +3 -9
  77. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +3 -9
  78. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +3 -9
  79. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +3 -9
  80. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +3 -9
  81. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +3 -9
  82. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +3 -9
  83. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +3 -9
  84. package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +3 -9
  85. package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +2 -1
  86. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +240 -0
  87. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/errors.js +440 -0
  88. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +1 -706
  89. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +2 -2
  90. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +2 -3
  91. package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +9 -0
  92. package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +2585 -0
  93. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +20 -11
  95. package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  96. package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  97. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +4 -4
  98. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +4 -4
  99. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +4 -4
  100. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +3 -3
  101. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +3 -3
  102. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +3 -3
  103. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +3 -3
  104. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +4 -4
  105. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  106. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +3 -3
  107. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +3 -3
  108. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +3 -3
  109. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +3 -3
  110. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -3
  111. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +3 -3
  112. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +3 -3
  113. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +3 -3
  114. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +3 -3
  115. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +3 -3
  116. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +3 -3
  117. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +3 -3
  118. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +3 -3
  119. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +3 -3
  120. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +3 -3
  121. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +3 -3
  122. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +4 -4
  123. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +4 -4
  124. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +3 -3
  125. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +4 -4
  126. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -3
  127. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +3 -3
  128. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +3 -3
  129. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +3 -3
  130. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +3 -3
  131. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +3 -3
  132. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +3 -3
  133. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +3 -3
  134. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +3 -3
  135. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +4 -4
  136. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
  137. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +4 -4
  138. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +3 -3
  139. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +3 -3
  140. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +4 -4
  141. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +3 -3
  142. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +4 -4
  143. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +4 -5
  144. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  145. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -3
  146. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +3 -3
  147. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +3 -3
  148. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +3 -3
  149. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +4 -4
  150. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +3 -3
  151. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +3 -3
  152. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +3 -3
  153. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +3 -3
  154. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  155. package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointResolver.d.ts +5 -2
  156. package/node_modules/@aws-sdk/client-dynamodb/dist-types/extensionConfiguration.d.ts +4 -4
  157. package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +3 -1
  158. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +576 -0
  160. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +804 -0
  161. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +81 -1384
  162. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/Interfaces.d.ts +1 -1
  163. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +1 -1
  164. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  165. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  166. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
  167. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +1 -1
  168. package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +1 -1
  169. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
  170. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +3 -2
  171. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +2 -1
  172. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +2 -1
  173. package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeExtensions.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +397 -0
  175. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +8 -4
  176. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +4 -2
  178. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +3 -1
  179. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +1 -1
  180. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +306 -0
  181. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/errors.d.ts +286 -0
  182. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +50 -588
  183. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  184. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +5 -3
  185. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  186. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  187. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +403 -0
  188. package/node_modules/@aws-sdk/client-dynamodb/package.json +40 -37
  189. package/node_modules/@aws-sdk/client-s3/README.md +16 -0
  190. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  191. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +5706 -9131
  192. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +2 -2
  193. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +3 -4
  194. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +6 -0
  195. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +4 -0
  196. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +4 -2
  197. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
  198. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  199. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
  200. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
  201. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
  202. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
  203. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  204. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +3 -11
  205. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  206. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
  207. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  208. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  209. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  210. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  211. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  212. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
  213. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  214. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  215. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  216. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  217. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  218. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  219. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  220. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +3 -10
  221. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
  222. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -6
  223. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  224. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +20 -0
  225. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
  226. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +3 -10
  227. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
  228. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +3 -10
  229. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
  230. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
  231. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
  232. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
  233. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +3 -10
  234. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +3 -10
  235. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
  236. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
  237. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
  238. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
  239. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
  240. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -10
  241. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
  242. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +3 -10
  243. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
  244. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +3 -10
  245. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +3 -10
  246. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
  247. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +3 -10
  248. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  249. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -7
  250. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
  251. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
  252. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +3 -10
  253. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +3 -10
  254. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  255. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
  256. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +3 -10
  257. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
  258. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
  259. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
  260. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
  261. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
  262. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -10
  263. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
  264. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
  265. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +3 -10
  266. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +3 -10
  267. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +3 -10
  268. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
  269. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +26 -0
  270. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
  271. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +2 -6
  272. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  273. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +2 -6
  274. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
  275. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  276. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  277. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
  278. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +2 -6
  279. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  280. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  281. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
  282. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +2 -6
  283. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +2 -6
  284. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
  285. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +2 -6
  286. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +2 -6
  287. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
  288. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -6
  289. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +2 -7
  290. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
  291. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
  292. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -6
  293. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -6
  294. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
  295. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +3 -10
  296. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -7
  297. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
  298. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
  299. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
  300. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +2 -7
  301. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
  302. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  303. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +2 -0
  304. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  305. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -1
  306. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +398 -0
  307. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +173 -0
  308. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -587
  309. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -234
  310. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
  311. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +2 -3
  312. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +6 -0
  313. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +5417 -0
  314. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +15 -1
  315. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +25 -14
  316. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  317. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  318. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -3
  319. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -3
  320. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +19 -17
  321. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +7 -19
  322. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +6 -3
  323. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +6 -3
  324. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +10 -10
  325. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -3
  326. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +6 -3
  327. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +6 -3
  328. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +6 -3
  329. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -3
  330. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
  331. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -3
  332. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +6 -3
  333. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +6 -3
  334. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +6 -3
  335. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +6 -3
  336. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -3
  337. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +6 -3
  338. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +6 -3
  339. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +8 -4
  340. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +6 -3
  341. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +17 -6
  342. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +6 -3
  343. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +11 -3
  344. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +12 -7
  345. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAbacCommand.d.ts +77 -0
  346. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -3
  347. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +7 -11
  348. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -3
  349. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
  350. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +13 -5
  351. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
  352. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -3
  353. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +6 -3
  354. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +22 -8
  355. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +7 -11
  356. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +6 -3
  357. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +6 -3
  358. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +6 -3
  359. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
  360. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +6 -3
  361. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +7 -4
  362. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +6 -3
  363. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +7 -4
  364. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -3
  365. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +8 -4
  366. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -3
  367. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -3
  368. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +6 -3
  369. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +7 -4
  370. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +7 -4
  371. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +6 -3
  372. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +6 -3
  373. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +6 -3
  374. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +6 -3
  375. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +6 -3
  376. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +20 -12
  377. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +15 -9
  378. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +7 -4
  379. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +6 -3
  380. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -3
  381. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +7 -4
  382. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +6 -3
  383. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +7 -11
  384. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +6 -3
  385. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +8 -12
  386. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +7 -11
  387. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +8 -12
  388. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +7 -4
  389. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +8 -12
  390. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAbacCommand.d.ts +78 -0
  391. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +6 -3
  392. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +9 -9
  393. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -3
  394. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +6 -3
  395. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +12 -4
  396. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +6 -3
  397. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +6 -3
  398. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +6 -3
  399. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +9 -9
  400. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +6 -3
  401. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +6 -3
  402. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +6 -3
  403. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +6 -3
  404. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +7 -4
  405. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +6 -3
  406. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +7 -4
  407. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +6 -3
  408. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -3
  409. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +12 -4
  410. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +10 -10
  411. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -3
  412. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +6 -3
  413. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +6 -3
  414. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +6 -3
  415. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +13 -8
  416. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +6 -3
  417. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +8 -4
  418. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +6 -3
  419. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +6 -3
  420. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +6 -3
  421. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +9 -3
  422. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +9 -3
  423. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +6 -3
  424. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +2 -0
  425. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  426. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +5 -2
  427. package/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +4 -4
  428. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -1
  429. package/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -1
  430. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +974 -0
  431. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +207 -0
  432. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3724 -1122
  433. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +9 -3872
  434. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +1 -1
  435. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +1 -1
  436. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
  437. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
  438. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
  439. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +3 -1
  440. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +4 -2
  441. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +3 -1
  442. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +3 -1
  443. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +1 -1
  444. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +502 -0
  445. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +34 -0
  446. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +22 -6
  447. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  448. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -3
  449. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +47 -0
  450. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
  451. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
  452. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  453. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  454. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  455. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  456. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +45 -0
  457. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  458. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  459. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  460. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  461. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  462. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  463. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  464. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  465. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  466. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  467. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  468. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  469. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  470. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  471. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  472. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  473. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  474. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  475. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  476. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  477. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  478. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  479. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  480. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  481. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  482. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
  483. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
  484. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +2 -0
  485. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -1
  486. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -1
  487. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +522 -0
  488. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +87 -0
  489. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +605 -565
  490. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +14 -711
  491. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -0
  492. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +8 -3
  493. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -0
  494. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  495. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +508 -0
  496. package/node_modules/@aws-sdk/client-s3/package.json +50 -51
  497. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js +1 -1
  498. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +767 -1084
  499. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +2 -2
  500. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +3 -4
  501. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +7 -0
  502. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +4 -2
  503. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +3 -10
  504. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +3 -9
  505. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +3 -10
  506. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  507. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +3 -9
  508. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +3 -9
  509. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +3 -10
  510. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  511. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +3 -10
  512. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +3 -9
  513. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +3 -9
  514. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  515. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +3 -10
  516. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -9
  517. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -9
  518. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +3 -9
  519. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +3 -9
  520. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +3 -9
  521. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +3 -9
  522. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +3 -9
  523. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +3 -10
  524. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -9
  525. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +3 -9
  526. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/ruleset.js +1 -1
  527. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +2 -1
  528. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/enums.js +24 -0
  529. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/errors.js +169 -0
  530. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +1 -222
  531. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +2 -2
  532. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +2 -3
  533. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +7 -0
  534. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +666 -0
  535. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +1 -1
  536. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +19 -10
  537. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  538. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  539. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +20 -9
  540. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +14 -16
  541. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +43 -33
  542. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +8 -8
  543. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +28 -26
  544. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +16 -8
  545. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +13 -10
  546. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +8 -10
  547. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +15 -15
  548. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +9 -9
  549. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +24 -10
  550. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +8 -9
  551. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +32 -28
  552. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +8 -6
  553. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +11 -6
  554. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +8 -8
  555. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +31 -16
  556. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +10 -8
  557. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +15 -14
  558. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +11 -11
  559. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +38 -27
  560. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +22 -19
  561. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +11 -9
  562. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  563. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/endpoint/endpointResolver.d.ts +5 -2
  564. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/extensionConfiguration.d.ts +4 -4
  565. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +3 -1
  566. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/SecretsManagerServiceException.d.ts +1 -1
  567. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/enums.d.ts +56 -0
  568. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/errors.d.ts +175 -0
  569. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +587 -616
  570. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +1 -1
  571. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/Interfaces.d.ts +1 -1
  572. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +1 -1
  573. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +1 -1
  574. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
  575. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +3 -2
  576. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +2 -1
  577. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +2 -1
  578. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeExtensions.d.ts +1 -1
  579. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +114 -0
  580. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +7 -3
  581. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  582. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +3 -1
  583. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +1 -1
  584. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/enums.d.ts +29 -0
  585. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/errors.d.ts +97 -0
  586. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +27 -140
  587. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  588. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +5 -3
  589. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  590. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  591. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +121 -0
  592. package/node_modules/@aws-sdk/client-secrets-manager/package.json +35 -35
  593. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +9099 -9421
  594. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +2 -2
  595. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +3 -4
  596. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +7 -0
  597. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +4 -2
  598. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  599. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +3 -9
  600. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +3 -9
  601. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +3 -9
  602. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +3 -9
  603. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +3 -10
  604. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +3 -10
  605. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +3 -9
  606. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +3 -10
  607. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +3 -9
  608. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +3 -9
  609. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +3 -10
  610. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +3 -9
  611. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +3 -9
  612. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +3 -9
  613. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +3 -9
  614. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +3 -9
  615. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +3 -9
  616. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +3 -9
  617. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +3 -9
  618. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +3 -9
  619. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +3 -9
  620. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +3 -9
  621. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +3 -9
  622. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  623. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +3 -9
  624. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +3 -9
  625. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +3 -9
  626. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +3 -9
  627. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +3 -9
  628. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +3 -10
  629. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +3 -9
  630. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +3 -9
  631. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +3 -9
  632. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +3 -9
  633. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +3 -9
  634. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +3 -9
  635. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +3 -9
  636. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +3 -9
  637. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +3 -9
  638. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +3 -9
  639. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +3 -10
  640. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +3 -10
  641. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +3 -10
  642. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +3 -9
  643. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +3 -10
  644. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +3 -9
  645. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +3 -10
  646. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +3 -9
  647. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +3 -9
  648. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +3 -9
  649. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +3 -10
  650. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +3 -10
  651. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +3 -10
  652. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +3 -9
  653. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +3 -9
  654. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +3 -9
  655. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +3 -9
  656. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +3 -9
  657. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +3 -9
  658. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +3 -9
  659. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +3 -9
  660. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +3 -9
  661. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +3 -10
  662. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +3 -9
  663. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +3 -9
  664. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +3 -9
  665. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +3 -9
  666. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +3 -9
  667. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +3 -10
  668. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +3 -9
  669. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +3 -9
  670. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +3 -9
  671. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +3 -9
  672. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +3 -10
  673. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +3 -9
  674. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +3 -10
  675. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +3 -10
  676. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +3 -10
  677. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +3 -9
  678. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +3 -9
  679. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +3 -9
  680. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +3 -10
  681. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +3 -10
  682. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +3 -10
  683. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +3 -10
  684. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +3 -10
  685. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +3 -9
  686. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
  687. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +3 -9
  688. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +3 -9
  689. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +3 -10
  690. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +3 -9
  691. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +3 -9
  692. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +3 -10
  693. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +3 -9
  694. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +3 -9
  695. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +3 -9
  696. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +3 -9
  697. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +3 -9
  698. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +3 -9
  699. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +3 -10
  700. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +3 -9
  701. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +3 -9
  702. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +3 -9
  703. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +3 -9
  704. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +3 -9
  705. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +3 -9
  706. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  707. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +3 -9
  708. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +3 -9
  709. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +3 -9
  710. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +3 -10
  711. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  712. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +3 -9
  713. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +3 -9
  714. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +3 -10
  715. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +3 -10
  716. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  717. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +3 -9
  718. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +3 -9
  719. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +3 -9
  720. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +3 -10
  721. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +3 -9
  722. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +3 -9
  723. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +3 -9
  724. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +3 -9
  725. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +3 -9
  726. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +3 -9
  727. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +3 -9
  728. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +3 -9
  729. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +3 -9
  730. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +3 -10
  731. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +3 -10
  732. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +3 -9
  733. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +3 -9
  734. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +3 -9
  735. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +3 -10
  736. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +3 -10
  737. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +3 -10
  738. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +3 -9
  739. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +3 -9
  740. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +3 -9
  741. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +3 -10
  742. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +3 -9
  743. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +3 -9
  744. package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +2 -1
  745. package/node_modules/@aws-sdk/client-ssm/dist-es/models/enums.js +674 -0
  746. package/node_modules/@aws-sdk/client-ssm/dist-es/models/errors.js +1915 -0
  747. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +1 -1464
  748. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +1 -1044
  749. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
  750. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +2 -3
  751. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +7 -0
  752. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +7240 -0
  753. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +1 -1
  754. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +19 -10
  755. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  756. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  757. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
  758. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +3 -3
  759. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +3 -3
  760. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +3 -3
  761. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +3 -3
  762. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +3 -3
  763. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +3 -3
  764. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +6 -3
  765. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +3 -3
  766. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +3 -3
  767. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +3 -3
  768. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +3 -3
  769. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +3 -3
  770. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +3 -3
  771. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +3 -3
  772. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -3
  773. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +3 -3
  774. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +3 -3
  775. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +3 -3
  776. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +3 -3
  777. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +3 -3
  778. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +3 -3
  779. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +3 -3
  780. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +3 -3
  781. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  782. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +3 -3
  783. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +3 -3
  784. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +3 -3
  785. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +3 -3
  786. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +3 -3
  787. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +3 -3
  788. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +3 -3
  789. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +3 -3
  790. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +3 -3
  791. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +3 -3
  792. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +3 -3
  793. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +3 -3
  794. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +3 -3
  795. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +3 -3
  796. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +3 -3
  797. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +3 -3
  798. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +3 -3
  799. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +3 -3
  800. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +3 -3
  801. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +3 -3
  802. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +3 -3
  803. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +3 -3
  804. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +3 -3
  805. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +3 -3
  806. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +3 -3
  807. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -3
  808. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +3 -3
  809. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +3 -3
  810. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -4
  811. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +3 -3
  812. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +3 -3
  813. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -3
  814. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +3 -3
  815. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +3 -3
  816. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +3 -3
  817. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +3 -3
  818. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +3 -3
  819. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +3 -3
  820. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +3 -3
  821. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +3 -3
  822. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +3 -3
  823. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +3 -3
  824. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +3 -3
  825. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +3 -3
  826. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
  827. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +3 -3
  828. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +3 -3
  829. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +4 -4
  830. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +3 -3
  831. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +3 -3
  832. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +3 -3
  833. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +3 -3
  834. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +3 -3
  835. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +3 -3
  836. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +3 -3
  837. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +3 -3
  838. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +4 -4
  839. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -3
  840. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -3
  841. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -3
  842. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -3
  843. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +3 -3
  844. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +3 -3
  845. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -3
  846. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +4 -3
  847. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +3 -3
  848. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +3 -3
  849. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +3 -3
  850. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +3 -3
  851. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +3 -3
  852. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +3 -3
  853. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +3 -3
  854. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +10 -4
  855. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +3 -3
  856. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +3 -3
  857. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +3 -3
  858. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +3 -3
  859. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +3 -4
  860. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +3 -3
  861. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -3
  862. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +3 -3
  863. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +3 -3
  864. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +3 -3
  865. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  866. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +3 -3
  867. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +3 -3
  868. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +3 -3
  869. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +3 -3
  870. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
  871. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +3 -3
  872. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +3 -4
  873. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +3 -3
  874. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +3 -3
  875. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
  876. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +3 -3
  877. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +3 -3
  878. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +3 -3
  879. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +3 -3
  880. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +3 -3
  881. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +3 -3
  882. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +3 -3
  883. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +13 -4
  884. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +3 -3
  885. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +3 -3
  886. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +3 -3
  887. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +3 -3
  888. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -3
  889. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +3 -3
  890. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +3 -3
  891. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +3 -3
  892. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +3 -3
  893. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +10 -4
  894. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +3 -3
  895. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +3 -3
  896. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +3 -3
  897. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +3 -3
  898. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +3 -3
  899. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +3 -3
  900. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +3 -3
  901. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +3 -3
  902. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +3 -3
  903. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  904. package/node_modules/@aws-sdk/client-ssm/dist-types/endpoint/endpointResolver.d.ts +5 -2
  905. package/node_modules/@aws-sdk/client-ssm/dist-types/extensionConfiguration.d.ts +4 -4
  906. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +4 -1
  907. package/node_modules/@aws-sdk/client-ssm/dist-types/models/SSMServiceException.d.ts +1 -1
  908. package/node_modules/@aws-sdk/client-ssm/dist-types/models/enums.d.ts +1458 -0
  909. package/node_modules/@aws-sdk/client-ssm/dist-types/models/errors.d.ts +1953 -0
  910. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +4436 -1819
  911. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +4009 -6967
  912. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
  913. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
  914. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
  915. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
  916. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
  917. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
  918. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
  919. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
  920. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
  921. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
  922. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
  923. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
  924. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
  925. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +1 -1
  926. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
  927. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
  928. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
  929. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
  930. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
  931. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
  932. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
  933. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
  934. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
  935. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
  936. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
  937. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
  938. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
  939. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
  940. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
  941. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
  942. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
  943. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
  944. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
  945. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
  946. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  947. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/Interfaces.d.ts +1 -1
  948. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
  949. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
  950. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
  951. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
  952. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
  953. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
  954. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
  955. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
  956. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
  957. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +1 -1
  958. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
  959. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
  960. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
  961. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
  962. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
  963. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
  964. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +3 -2
  965. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +2 -1
  966. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +2 -1
  967. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeExtensions.d.ts +1 -1
  968. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +956 -0
  969. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +7 -3
  970. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  971. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -1
  972. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
  973. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -1
  974. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +4 -2
  975. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
  976. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +1 -1
  977. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +1 -1
  978. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +1 -1
  979. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +1 -1
  980. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +1 -1
  981. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +1 -1
  982. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +1 -1
  983. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  984. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +1 -1
  985. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +1 -1
  986. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +1 -1
  987. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +1 -1
  988. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +1 -1
  989. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
  990. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
  991. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +1 -1
  992. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +1 -1
  993. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +2 -2
  994. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +1 -1
  995. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +1 -1
  996. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -1
  997. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -1
  998. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -1
  999. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
  1000. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +1 -1
  1001. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +1 -1
  1002. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +2 -2
  1003. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +1 -1
  1004. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +1 -1
  1005. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +1 -1
  1006. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +1 -1
  1007. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +1 -1
  1008. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
  1009. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -1
  1010. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +2 -4
  1011. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +4 -2
  1012. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
  1013. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
  1014. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  1015. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  1016. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +1 -1
  1017. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
  1018. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
  1019. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
  1020. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +1 -1
  1021. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
  1022. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
  1023. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  1024. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +1 -1
  1025. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -1
  1026. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +1 -1
  1027. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +1 -1
  1028. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +1 -1
  1029. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +1 -1
  1030. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +1 -1
  1031. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +1 -1
  1032. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -1
  1033. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +1 -1
  1034. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -1
  1035. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -1
  1036. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -1
  1037. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -1
  1038. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +1 -1
  1039. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +1 -1
  1040. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +1 -1
  1041. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +1 -1
  1042. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +1 -1
  1043. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +4 -1
  1044. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/SSMServiceException.d.ts +1 -1
  1045. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/enums.d.ts +844 -0
  1046. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/errors.d.ts +1191 -0
  1047. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +891 -1100
  1048. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +922 -2077
  1049. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  1050. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +5 -3
  1051. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  1052. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  1053. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +963 -0
  1054. package/node_modules/@aws-sdk/client-ssm/package.json +36 -36
  1055. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
  1056. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +165 -270
  1057. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +2 -2
  1058. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +3 -4
  1059. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  1060. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +4 -2
  1061. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
  1062. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
  1063. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
  1064. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
  1065. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
  1066. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  1067. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  1068. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -75
  1069. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
  1070. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +2 -3
  1071. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  1072. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +153 -0
  1073. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
  1074. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +19 -10
  1075. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1076. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  1077. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +3 -3
  1078. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +3 -3
  1079. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +3 -3
  1080. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +3 -3
  1081. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  1082. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -2
  1083. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +4 -4
  1084. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  1085. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +1 -1
  1086. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  1087. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -77
  1088. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -1
  1089. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +1 -1
  1090. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
  1091. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -1
  1092. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -1
  1093. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
  1094. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +3 -2
  1095. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +1 -1
  1096. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
  1097. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +6 -2
  1098. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1099. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  1100. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -1
  1101. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  1102. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -48
  1103. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  1104. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  1105. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  1106. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  1107. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
  1108. package/node_modules/@aws-sdk/client-sso/package.json +34 -33
  1109. package/node_modules/@aws-sdk/core/dist-cjs/index.js +256 -125
  1110. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
  1111. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +253 -122
  1112. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +3 -3
  1113. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +38 -5
  1114. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +15 -6
  1115. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
  1116. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
  1117. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +18 -14
  1118. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
  1119. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +31 -26
  1120. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +75 -55
  1121. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +127 -0
  1122. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +5 -3
  1123. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
  1124. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +40 -0
  1125. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +15 -6
  1126. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
  1127. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +13 -1
  1128. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  1129. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +4 -2
  1130. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +4 -2
  1131. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +6 -2
  1132. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +12 -2
  1133. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  1134. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +2 -2
  1135. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +13 -4
  1136. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  1137. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  1138. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  1139. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -1
  1140. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  1141. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
  1142. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +5 -1
  1143. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  1144. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  1145. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +11 -1
  1146. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
  1147. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
  1148. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +2 -0
  1149. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  1150. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  1151. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +9 -3
  1152. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  1153. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
  1154. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
  1155. package/node_modules/@aws-sdk/core/package.json +11 -11
  1156. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  1157. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  1158. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  1159. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  1160. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  1161. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  1162. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  1163. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  1164. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  1165. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -13
  1166. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  1167. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  1168. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  1169. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  1170. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  1171. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  1172. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  1173. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  1174. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  1175. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  1176. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  1177. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  1178. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  1179. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  1180. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +108 -45
  1181. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
  1182. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
  1183. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
  1184. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  1185. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
  1186. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  1187. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  1188. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  1189. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -0
  1190. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -0
  1191. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  1192. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
  1193. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +2 -2
  1194. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +2 -3
  1195. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +5 -3
  1196. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  1197. package/node_modules/@aws-sdk/dynamodb-codec/LICENSE +201 -0
  1198. package/node_modules/@aws-sdk/dynamodb-codec/README.md +4 -0
  1199. package/node_modules/@aws-sdk/dynamodb-codec/dist-cjs/index.js +91 -0
  1200. package/node_modules/@aws-sdk/dynamodb-codec/dist-es/codec/DynamoDBJsonCodec.js +86 -0
  1201. package/node_modules/@aws-sdk/dynamodb-codec/dist-es/index.js +1 -0
  1202. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/codec/DynamoDBJsonCodec.d.ts +18 -0
  1203. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/index.d.ts +1 -0
  1204. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/codec/DynamoDBJsonCodec.d.ts +10 -0
  1205. package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/index.d.ts +1 -0
  1206. package/node_modules/@aws-sdk/dynamodb-codec/package.json +61 -0
  1207. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  1208. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
  1209. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +18 -6
  1210. package/node_modules/@aws-sdk/middleware-expect-continue/dist-es/index.js +18 -6
  1211. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +3 -1
  1212. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/ts3.4/index.d.ts +3 -0
  1213. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  1214. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  1215. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  1216. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  1217. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  1218. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
  1219. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
  1220. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
  1221. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +2 -1
  1222. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +2 -1
  1223. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +17 -0
  1224. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +2 -0
  1225. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  1226. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  1227. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
  1228. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
  1229. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  1230. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  1231. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  1232. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  1233. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  1234. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +333 -0
  1235. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  1236. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
  1237. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  1238. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  1239. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  1240. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +171 -318
  1241. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  1242. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +3 -4
  1243. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  1244. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
  1245. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
  1246. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +196 -556
  1247. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +2 -2
  1248. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +3 -4
  1249. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  1250. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  1251. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  1252. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  1253. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  1254. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  1255. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  1256. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  1257. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  1258. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  1259. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  1260. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  1261. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  1262. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  1263. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  1264. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  1265. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  1266. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +48 -0
  1267. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  1268. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  1269. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  1270. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +114 -0
  1271. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +4 -2
  1272. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  1273. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  1274. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  1275. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  1276. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  1277. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -203
  1278. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  1279. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -3
  1280. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  1281. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +126 -0
  1282. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +4 -2
  1283. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
  1284. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  1285. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +17 -8
  1286. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
  1287. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  1288. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  1289. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
  1290. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +2 -2
  1291. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -3
  1292. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -0
  1293. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +186 -0
  1294. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  1295. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  1296. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1297. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  1298. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  1299. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  1300. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
  1301. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1302. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  1303. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  1304. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  1305. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  1306. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  1307. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  1308. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  1309. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  1310. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  1311. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  1312. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  1313. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  1314. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +13 -0
  1315. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  1316. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +19 -10
  1317. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1318. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +3 -3
  1319. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -3
  1320. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +13 -1
  1321. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -2
  1322. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +4 -4
  1323. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  1324. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  1325. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  1326. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  1327. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -311
  1328. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -1
  1329. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -1
  1330. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -1
  1331. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +3 -2
  1332. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
  1333. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +22 -0
  1334. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +1 -1
  1335. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +19 -10
  1336. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1337. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -3
  1338. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -7
  1339. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +8 -8
  1340. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  1341. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +13 -1
  1342. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -2
  1343. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +4 -4
  1344. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  1345. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  1346. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
  1347. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
  1348. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -1
  1349. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +3 -2
  1350. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -1
  1351. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -2
  1352. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +1 -1
  1353. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
  1354. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  1355. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  1356. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1357. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  1358. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  1359. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  1360. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  1361. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1362. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  1363. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  1364. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  1365. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  1366. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  1367. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  1368. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  1369. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  1370. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  1371. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  1372. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  1373. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  1374. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +18 -0
  1375. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +6 -2
  1376. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1377. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  1378. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  1379. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  1380. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  1381. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -120
  1382. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  1383. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
  1384. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  1385. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
  1386. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +27 -0
  1387. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +7 -3
  1388. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  1389. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  1390. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  1391. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  1392. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  1393. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  1394. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
  1395. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
  1396. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
  1397. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
  1398. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +4 -0
  1399. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
  1400. package/node_modules/@aws-sdk/nested-clients/package.json +43 -32
  1401. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  1402. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  1403. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +7 -0
  1404. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  1405. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  1406. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
  1407. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  1408. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  1409. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  1410. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
  1411. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  1412. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  1413. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  1414. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
  1415. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  1416. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  1417. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  1418. package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -5
  1419. package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
  1420. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  1421. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -1
  1422. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +3 -1
  1423. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  1424. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
  1425. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  1426. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  1427. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
  1428. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  1429. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
  1430. package/node_modules/@aws-sdk/types/package.json +2 -2
  1431. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
  1432. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  1433. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  1434. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  1435. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  1436. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  1437. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  1438. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  1439. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +31 -5
  1440. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.adoc +6 -2
  1441. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  1442. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +390 -157
  1443. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +1 -2
  1444. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +2 -3
  1445. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +0 -5
  1446. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +1 -28
  1447. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +0 -11
  1448. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +1 -43
  1449. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +2 -1
  1450. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +2 -1
  1451. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/translate-helper.d.ts +43 -0
  1452. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/translate-helper.js +144 -0
  1453. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +1 -1
  1454. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +3 -3
  1455. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +3 -1
  1456. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +13 -1
  1457. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +3 -3
  1458. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
  1459. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +3 -3
  1460. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +2 -2
  1461. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/translate-helper.test.js +581 -0
  1462. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +4 -4
  1463. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +4 -4
  1464. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/CONTRIBUTING.md +1 -1
  1465. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +1 -1
  1466. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +5 -5
  1467. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +2 -2
  1468. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/stack-trace.js +2 -3
  1469. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/uniqueid.js +2 -3
  1470. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +15 -15
  1471. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
  1472. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{node_modules/@aws-solutions-constructs/core/test/mediastore-helper.test.d.ts → test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js} +9 -1
  1473. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
  1474. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +3 -2
  1475. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +7 -5
  1476. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +1 -1
  1477. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +3 -2
  1478. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +499 -4
  1479. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -1
  1480. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  1481. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +1 -0
  1482. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/{node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.d.ts → test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js} +9 -5
  1483. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  1484. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  1485. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +4 -4
  1486. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +1 -11
  1487. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +1 -1
  1488. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +65 -57
  1489. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  1490. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +1 -0
  1491. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +1 -0
  1492. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  1493. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  1494. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  1495. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +4 -4
  1496. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +1 -11
  1497. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +1 -1
  1498. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +65 -57
  1499. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  1500. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  1501. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
  1502. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +3 -2
  1503. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +7 -5
  1504. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +1 -1
  1505. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +3 -2
  1506. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +499 -4
  1507. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -1
  1508. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  1509. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/cdk.out +1 -1
  1510. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/integ.json +2 -2
  1511. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.assets.json +5 -5
  1512. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.template.json +1 -1
  1513. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +2 -2
  1514. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +496 -4
  1515. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/tree.json +1 -1
  1516. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  1517. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
  1518. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +3 -2
  1519. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +7 -5
  1520. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +1 -1
  1521. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +3 -2
  1522. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +499 -4
  1523. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -1
  1524. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
  1525. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
  1526. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +3 -2
  1527. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +7 -5
  1528. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +1 -1
  1529. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +3 -2
  1530. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +499 -4
  1531. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -1
  1532. package/node_modules/@gemeentenijmegen/apiclient/package.json +9 -9
  1533. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
  1534. package/node_modules/@gemeentenijmegen/aws-constructs/.jsii +4173 -0
  1535. package/node_modules/@gemeentenijmegen/aws-constructs/API.md +1247 -0
  1536. package/node_modules/@gemeentenijmegen/aws-constructs/README.md +10 -0
  1537. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.d.ts +29 -0
  1538. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Criticality/Criticality.js +66 -0
  1539. package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.d.ts +48 -0
  1540. package/node_modules/@gemeentenijmegen/aws-constructs/lib/DeadLetterQueue.js +45 -0
  1541. package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.d.ts +68 -0
  1542. package/node_modules/@gemeentenijmegen/aws-constructs/lib/ErrorMonitoringAlarm.js +59 -0
  1543. package/node_modules/@gemeentenijmegen/aws-constructs/lib/LambdaMonitoringAlarm.d.ts +11 -0
  1544. package/node_modules/@gemeentenijmegen/aws-constructs/lib/LambdaMonitoringAlarm.js +6 -0
  1545. package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.d.ts +27 -0
  1546. package/node_modules/@gemeentenijmegen/aws-constructs/lib/PermissionsBoundaryAspect.js +44 -0
  1547. package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.d.ts +92 -0
  1548. package/node_modules/@gemeentenijmegen/aws-constructs/lib/QueueWithDlq.js +87 -0
  1549. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.d.ts +13 -0
  1550. package/node_modules/@gemeentenijmegen/aws-constructs/lib/Vpc.js +42 -0
  1551. package/node_modules/@gemeentenijmegen/aws-constructs/lib/index.d.ts +7 -0
  1552. package/node_modules/@gemeentenijmegen/aws-constructs/lib/index.js +24 -0
  1553. package/node_modules/@gemeentenijmegen/{apiclient/node_modules/@gemeentenijmegen/utils → aws-constructs}/package.json +38 -15
  1554. package/node_modules/@gemeentenijmegen/session/lib/index.js +1 -1
  1555. package/node_modules/@gemeentenijmegen/session/package.json +18 -13
  1556. package/node_modules/@smithy/abort-controller/package.json +2 -2
  1557. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
  1558. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
  1559. package/node_modules/@smithy/config-resolver/package.json +5 -5
  1560. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +14 -5
  1561. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +43 -3
  1562. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +13 -2
  1563. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
  1564. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +5 -14
  1565. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +14 -4
  1566. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
  1567. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +44 -4
  1568. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +7 -1
  1569. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +7 -2
  1570. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
  1571. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
  1572. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
  1573. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  1574. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  1575. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +7 -3
  1576. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
  1577. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  1578. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  1579. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  1580. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  1581. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  1582. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  1583. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  1584. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
  1585. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
  1586. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  1587. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  1588. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
  1589. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  1590. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  1591. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  1592. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
  1593. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  1594. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  1595. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +7 -3
  1596. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
  1597. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  1598. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  1599. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  1600. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  1601. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  1602. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  1603. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  1604. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
  1605. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
  1606. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  1607. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  1608. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
  1609. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  1610. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  1611. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
  1612. package/node_modules/@smithy/core/package.json +7 -7
  1613. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  1614. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  1615. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  1616. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  1617. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  1618. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  1619. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  1620. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  1621. package/node_modules/@smithy/hash-node/package.json +2 -2
  1622. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  1623. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  1624. package/node_modules/@smithy/md5-js/package.json +2 -2
  1625. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  1626. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  1627. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  1628. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
  1629. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  1630. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  1631. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  1632. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  1633. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +7 -4
  1634. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -2
  1635. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  1636. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
  1637. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -2
  1638. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
  1639. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -1
  1640. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  1641. package/node_modules/@smithy/property-provider/package.json +2 -2
  1642. package/node_modules/@smithy/protocol-http/package.json +2 -2
  1643. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  1644. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  1645. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  1646. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
  1647. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
  1648. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  1649. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
  1650. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
  1651. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
  1652. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
  1653. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  1654. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  1655. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  1656. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
  1657. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  1658. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  1659. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
  1660. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  1661. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  1662. package/node_modules/@smithy/signature-v4/package.json +4 -4
  1663. package/node_modules/@smithy/smithy-client/package.json +7 -7
  1664. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  1665. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  1666. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
  1667. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
  1668. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
  1669. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  1670. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
  1671. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
  1672. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
  1673. package/node_modules/@smithy/types/package.json +1 -1
  1674. package/node_modules/@smithy/url-parser/package.json +3 -3
  1675. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  1676. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  1677. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  1678. package/node_modules/@smithy/util-middleware/package.json +2 -2
  1679. package/node_modules/@smithy/util-retry/package.json +3 -3
  1680. package/node_modules/@smithy/util-stream/package.json +4 -4
  1681. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +17 -4
  1682. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  1683. package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
  1684. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
  1685. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  1686. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
  1687. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
  1688. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
  1689. package/node_modules/@smithy/util-waiter/package.json +3 -3
  1690. package/node_modules/@types/aws-lambda/README.md +1 -1
  1691. package/node_modules/@types/aws-lambda/common/api-gateway.d.ts +2 -0
  1692. package/node_modules/@types/aws-lambda/package.json +2 -2
  1693. package/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-email-sender.d.ts +5 -0
  1694. package/node_modules/axios/CHANGELOG.md +410 -346
  1695. package/node_modules/axios/README.md +79 -51
  1696. package/node_modules/axios/dist/axios.js +121 -46
  1697. package/node_modules/axios/dist/axios.js.map +1 -1
  1698. package/node_modules/axios/dist/axios.min.js +2 -2
  1699. package/node_modules/axios/dist/axios.min.js.map +1 -1
  1700. package/node_modules/axios/dist/browser/axios.cjs +126 -57
  1701. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  1702. package/node_modules/axios/dist/esm/axios.js +126 -57
  1703. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  1704. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  1705. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  1706. package/node_modules/axios/dist/node/axios.cjs +351 -97
  1707. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  1708. package/node_modules/axios/index.d.cts +4 -0
  1709. package/node_modules/axios/index.d.ts +4 -0
  1710. package/node_modules/axios/lib/adapters/adapters.js +85 -40
  1711. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  1712. package/node_modules/axios/lib/adapters/http.js +224 -42
  1713. package/node_modules/axios/lib/core/InterceptorManager.js +1 -1
  1714. package/node_modules/axios/lib/core/mergeConfig.js +4 -4
  1715. package/node_modules/axios/lib/env/data.js +1 -1
  1716. package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
  1717. package/node_modules/axios/lib/helpers/bind.js +7 -0
  1718. package/node_modules/axios/lib/helpers/cookies.js +24 -13
  1719. package/node_modules/axios/package.json +9 -4
  1720. package/node_modules/bowser/bundled.js +1 -1
  1721. package/node_modules/bowser/es5.js +1 -1
  1722. package/node_modules/bowser/package.json +5 -1
  1723. package/node_modules/bowser/src/constants.js +69 -19
  1724. package/node_modules/bowser/src/parser-browsers.js +379 -0
  1725. package/node_modules/bowser/src/parser-os.js +12 -0
  1726. package/node_modules/bowser/src/parser-platforms.js +242 -0
  1727. package/node_modules/bowser/src/utils.js +31 -13
  1728. package/node_modules/form-data/CHANGELOG.md +60 -2
  1729. package/node_modules/form-data/README.md +4 -4
  1730. package/node_modules/form-data/lib/form_data.js +2 -2
  1731. package/node_modules/form-data/package.json +4 -4
  1732. package/node_modules/oidc-token-hash/README.md +4 -2
  1733. package/node_modules/oidc-token-hash/lib/index.js +5 -0
  1734. package/node_modules/oidc-token-hash/package.json +1 -1
  1735. package/node_modules/strnum/README.md +6 -0
  1736. package/node_modules/strnum/package.json +1 -1
  1737. package/node_modules/strnum/strnum.js +1 -1
  1738. package/package.json +30 -25
  1739. package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.d.ts +0 -52
  1740. package/node_modules/@aws/lambda-invoke-store/dist/invoke-store.js +0 -90
  1741. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +0 -2
  1742. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +0 -3108
  1743. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +0 -2
  1744. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +0 -73
  1745. package/node_modules/@aws-sdk/client-dynamodb/dist-types/protocols/Aws_json1_0.d.ts +0 -515
  1746. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +0 -2
  1747. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +0 -11
  1748. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -686
  1749. package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
  1750. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8101
  1751. package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
  1752. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
  1753. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
  1754. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
  1755. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/index.js +0 -1
  1756. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +0 -834
  1757. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/index.d.ts +0 -1
  1758. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +0 -209
  1759. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/index.d.ts +0 -1
  1760. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
  1761. package/node_modules/@aws-sdk/client-ssm/dist-es/models/index.js +0 -3
  1762. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -433
  1763. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -6358
  1764. package/node_modules/@aws-sdk/client-ssm/dist-types/models/index.d.ts +0 -3
  1765. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -3317
  1766. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -1316
  1767. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/index.d.ts +0 -3
  1768. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -806
  1769. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1757
  1770. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  1771. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  1772. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  1773. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  1774. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  1775. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  1776. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  1777. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
  1778. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  1779. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  1780. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  1781. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  1782. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  1783. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  1784. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  1785. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  1786. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  1787. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  1788. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-defaults.js +0 -71
  1789. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.d.ts +0 -23
  1790. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +0 -48
  1791. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +0 -365
  1792. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-mediastore-helper.test.js +0 -606
  1793. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/mediastore-helper.test.js +0 -67
  1794. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/README.md +0 -42
  1795. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.d.ts +0 -18
  1796. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.js +0 -41
  1797. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.d.ts +0 -34
  1798. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.js +0 -87
  1799. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +0 -31
  1800. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.js +0 -149
  1801. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.d.ts +0 -20
  1802. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.js +0 -35
  1803. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.d.ts +0 -4
  1804. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.js +0 -12
  1805. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
  1806. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
  1807. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
  1808. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
  1809. /package/node_modules/@aws-sdk/{client-dynamodb/dist-es/models/models_1.js → credential-provider-login/dist-es/types.js} +0 -0
  1810. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/CHANGELOG.md +0 -0
  1811. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/LICENSE +0 -0
  1812. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/README.md +0 -0
  1813. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js +0 -0
  1814. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
  1815. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.cjs +0 -0
  1816. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.d.cts +0 -0
  1817. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js +0 -0
  1818. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js.map +0 -0
  1819. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js +0 -0
  1820. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js.map +0 -0
  1821. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  1822. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  1823. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/package.json +0 -0
  1824. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/cli.js +0 -0
  1825. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/man.js +0 -0
  1826. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/read.js +0 -0
  1827. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.d.ts +0 -0
  1828. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.js +0 -0
  1829. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/ignoreAttributes.js +0 -0
  1830. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/util.js +0 -0
  1831. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  1832. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  1833. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  1834. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  1835. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  1836. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  1837. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  1838. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  1839. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Report.js +0 -0
  1840. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPath.js +0 -0
  1841. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  1842. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XMLParser.js +0 -0
  1843. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  1844. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  1845. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  1846. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  1847. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  1848. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  1849. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  1850. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  1851. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  1852. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  1853. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  1854. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  1855. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/validator.js +0 -0
  1856. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  1857. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/orderedJs2Xml.js +0 -0
  1858. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  1859. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/DocTypeReader.js +0 -0
  1860. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OptionsBuilder.js +0 -0
  1861. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OrderedObjParser.js +0 -0
  1862. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/XMLParser.js +0 -0
  1863. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  1864. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
  1865. /package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/{cloudfront-distribution-mediastore-helper.test.d.ts → translate-helper.test.d.ts} +0 -0
  1866. /package/node_modules/@gemeentenijmegen/{apiclient/node_modules/@gemeentenijmegen/utils → aws-constructs}/LICENSE +0 -0
@@ -0,0 +1,4173 @@
1
+ {
2
+ "author": {
3
+ "name": "Gemeente Nijmegen",
4
+ "roles": [
5
+ "author"
6
+ ]
7
+ },
8
+ "dependencies": {
9
+ "aws-cdk-lib": "^2.28.0",
10
+ "constructs": "^10.0.5"
11
+ },
12
+ "dependencyClosure": {
13
+ "aws-cdk-lib": {
14
+ "submodules": {
15
+ "aws-cdk-lib.alexa_ask": {
16
+ "targets": {
17
+ "dotnet": {
18
+ "namespace": "Amazon.CDK.Alexa.Ask"
19
+ },
20
+ "java": {
21
+ "package": "software.amazon.awscdk.alexa.ask"
22
+ },
23
+ "python": {
24
+ "module": "aws_cdk.alexa_ask"
25
+ }
26
+ }
27
+ },
28
+ "aws-cdk-lib.assertions": {
29
+ "targets": {
30
+ "dotnet": {
31
+ "namespace": "Amazon.CDK.Assertions"
32
+ },
33
+ "java": {
34
+ "package": "software.amazon.awscdk.assertions"
35
+ },
36
+ "python": {
37
+ "module": "aws_cdk.assertions"
38
+ }
39
+ }
40
+ },
41
+ "aws-cdk-lib.assets": {
42
+ "targets": {
43
+ "dotnet": {
44
+ "namespace": "Amazon.CDK.Assets"
45
+ },
46
+ "java": {
47
+ "package": "software.amazon.awscdk.assets"
48
+ },
49
+ "python": {
50
+ "module": "aws_cdk.assets"
51
+ }
52
+ }
53
+ },
54
+ "aws-cdk-lib.aws_accessanalyzer": {
55
+ "targets": {
56
+ "dotnet": {
57
+ "namespace": "Amazon.CDK.AWS.AccessAnalyzer"
58
+ },
59
+ "java": {
60
+ "package": "software.amazon.awscdk.services.accessanalyzer"
61
+ },
62
+ "python": {
63
+ "module": "aws_cdk.aws_accessanalyzer"
64
+ }
65
+ }
66
+ },
67
+ "aws-cdk-lib.aws_acmpca": {
68
+ "targets": {
69
+ "dotnet": {
70
+ "namespace": "Amazon.CDK.AWS.ACMPCA"
71
+ },
72
+ "java": {
73
+ "package": "software.amazon.awscdk.services.acmpca"
74
+ },
75
+ "python": {
76
+ "module": "aws_cdk.aws_acmpca"
77
+ }
78
+ }
79
+ },
80
+ "aws-cdk-lib.aws_amazonmq": {
81
+ "targets": {
82
+ "dotnet": {
83
+ "namespace": "Amazon.CDK.AWS.AmazonMQ"
84
+ },
85
+ "java": {
86
+ "package": "software.amazon.awscdk.services.amazonmq"
87
+ },
88
+ "python": {
89
+ "module": "aws_cdk.aws_amazonmq"
90
+ }
91
+ }
92
+ },
93
+ "aws-cdk-lib.aws_amplify": {
94
+ "targets": {
95
+ "dotnet": {
96
+ "namespace": "Amazon.CDK.AWS.Amplify"
97
+ },
98
+ "java": {
99
+ "package": "software.amazon.awscdk.services.amplify"
100
+ },
101
+ "python": {
102
+ "module": "aws_cdk.aws_amplify"
103
+ }
104
+ }
105
+ },
106
+ "aws-cdk-lib.aws_amplifyuibuilder": {
107
+ "targets": {
108
+ "dotnet": {
109
+ "namespace": "Amazon.CDK.AWS.AmplifyUIBuilder"
110
+ },
111
+ "java": {
112
+ "package": "software.amazon.awscdk.services.amplifyuibuilder"
113
+ },
114
+ "python": {
115
+ "module": "aws_cdk.aws_amplifyuibuilder"
116
+ }
117
+ }
118
+ },
119
+ "aws-cdk-lib.aws_apigateway": {
120
+ "targets": {
121
+ "dotnet": {
122
+ "namespace": "Amazon.CDK.AWS.APIGateway"
123
+ },
124
+ "java": {
125
+ "package": "software.amazon.awscdk.services.apigateway"
126
+ },
127
+ "python": {
128
+ "module": "aws_cdk.aws_apigateway"
129
+ }
130
+ }
131
+ },
132
+ "aws-cdk-lib.aws_apigatewayv2": {
133
+ "targets": {
134
+ "dotnet": {
135
+ "namespace": "Amazon.CDK.AWS.Apigatewayv2"
136
+ },
137
+ "java": {
138
+ "package": "software.amazon.awscdk.services.apigatewayv2"
139
+ },
140
+ "python": {
141
+ "module": "aws_cdk.aws_apigatewayv2"
142
+ }
143
+ }
144
+ },
145
+ "aws-cdk-lib.aws_appconfig": {
146
+ "targets": {
147
+ "dotnet": {
148
+ "namespace": "Amazon.CDK.AWS.AppConfig"
149
+ },
150
+ "java": {
151
+ "package": "software.amazon.awscdk.services.appconfig"
152
+ },
153
+ "python": {
154
+ "module": "aws_cdk.aws_appconfig"
155
+ }
156
+ }
157
+ },
158
+ "aws-cdk-lib.aws_appflow": {
159
+ "targets": {
160
+ "dotnet": {
161
+ "namespace": "Amazon.CDK.AWS.AppFlow"
162
+ },
163
+ "java": {
164
+ "package": "software.amazon.awscdk.services.appflow"
165
+ },
166
+ "python": {
167
+ "module": "aws_cdk.aws_appflow"
168
+ }
169
+ }
170
+ },
171
+ "aws-cdk-lib.aws_appintegrations": {
172
+ "targets": {
173
+ "dotnet": {
174
+ "namespace": "Amazon.CDK.AWS.AppIntegrations"
175
+ },
176
+ "java": {
177
+ "package": "software.amazon.awscdk.services.appintegrations"
178
+ },
179
+ "python": {
180
+ "module": "aws_cdk.aws_appintegrations"
181
+ }
182
+ }
183
+ },
184
+ "aws-cdk-lib.aws_applicationautoscaling": {
185
+ "targets": {
186
+ "dotnet": {
187
+ "namespace": "Amazon.CDK.AWS.ApplicationAutoScaling"
188
+ },
189
+ "java": {
190
+ "package": "software.amazon.awscdk.services.applicationautoscaling"
191
+ },
192
+ "python": {
193
+ "module": "aws_cdk.aws_applicationautoscaling"
194
+ }
195
+ }
196
+ },
197
+ "aws-cdk-lib.aws_applicationinsights": {
198
+ "targets": {
199
+ "dotnet": {
200
+ "namespace": "Amazon.CDK.AWS.ApplicationInsights"
201
+ },
202
+ "java": {
203
+ "package": "software.amazon.awscdk.services.applicationinsights"
204
+ },
205
+ "python": {
206
+ "module": "aws_cdk.aws_applicationinsights"
207
+ }
208
+ }
209
+ },
210
+ "aws-cdk-lib.aws_appmesh": {
211
+ "targets": {
212
+ "dotnet": {
213
+ "namespace": "Amazon.CDK.AWS.AppMesh"
214
+ },
215
+ "java": {
216
+ "package": "software.amazon.awscdk.services.appmesh"
217
+ },
218
+ "python": {
219
+ "module": "aws_cdk.aws_appmesh"
220
+ }
221
+ }
222
+ },
223
+ "aws-cdk-lib.aws_apprunner": {
224
+ "targets": {
225
+ "dotnet": {
226
+ "namespace": "Amazon.CDK.AWS.AppRunner"
227
+ },
228
+ "java": {
229
+ "package": "software.amazon.awscdk.services.apprunner"
230
+ },
231
+ "python": {
232
+ "module": "aws_cdk.aws_apprunner"
233
+ }
234
+ }
235
+ },
236
+ "aws-cdk-lib.aws_appstream": {
237
+ "targets": {
238
+ "dotnet": {
239
+ "namespace": "Amazon.CDK.AWS.AppStream"
240
+ },
241
+ "java": {
242
+ "package": "software.amazon.awscdk.services.appstream"
243
+ },
244
+ "python": {
245
+ "module": "aws_cdk.aws_appstream"
246
+ }
247
+ }
248
+ },
249
+ "aws-cdk-lib.aws_appsync": {
250
+ "targets": {
251
+ "dotnet": {
252
+ "namespace": "Amazon.CDK.AWS.AppSync"
253
+ },
254
+ "java": {
255
+ "package": "software.amazon.awscdk.services.appsync"
256
+ },
257
+ "python": {
258
+ "module": "aws_cdk.aws_appsync"
259
+ }
260
+ }
261
+ },
262
+ "aws-cdk-lib.aws_aps": {
263
+ "targets": {
264
+ "dotnet": {
265
+ "namespace": "Amazon.CDK.AWS.APS"
266
+ },
267
+ "java": {
268
+ "package": "software.amazon.awscdk.services.aps"
269
+ },
270
+ "python": {
271
+ "module": "aws_cdk.aws_aps"
272
+ }
273
+ }
274
+ },
275
+ "aws-cdk-lib.aws_athena": {
276
+ "targets": {
277
+ "dotnet": {
278
+ "namespace": "Amazon.CDK.AWS.Athena"
279
+ },
280
+ "java": {
281
+ "package": "software.amazon.awscdk.services.athena"
282
+ },
283
+ "python": {
284
+ "module": "aws_cdk.aws_athena"
285
+ }
286
+ }
287
+ },
288
+ "aws-cdk-lib.aws_auditmanager": {
289
+ "targets": {
290
+ "dotnet": {
291
+ "namespace": "Amazon.CDK.AWS.AuditManager"
292
+ },
293
+ "java": {
294
+ "package": "software.amazon.awscdk.services.auditmanager"
295
+ },
296
+ "python": {
297
+ "module": "aws_cdk.aws_auditmanager"
298
+ }
299
+ }
300
+ },
301
+ "aws-cdk-lib.aws_autoscaling": {
302
+ "targets": {
303
+ "dotnet": {
304
+ "namespace": "Amazon.CDK.AWS.AutoScaling"
305
+ },
306
+ "java": {
307
+ "package": "software.amazon.awscdk.services.autoscaling"
308
+ },
309
+ "python": {
310
+ "module": "aws_cdk.aws_autoscaling"
311
+ }
312
+ }
313
+ },
314
+ "aws-cdk-lib.aws_autoscaling_common": {
315
+ "targets": {
316
+ "dotnet": {
317
+ "namespace": "Amazon.CDK.AWS.AutoScaling.Common"
318
+ },
319
+ "java": {
320
+ "package": "software.amazon.awscdk.services.autoscaling.common"
321
+ },
322
+ "python": {
323
+ "module": "aws_cdk.aws_autoscaling_common"
324
+ }
325
+ }
326
+ },
327
+ "aws-cdk-lib.aws_autoscaling_hooktargets": {
328
+ "targets": {
329
+ "dotnet": {
330
+ "namespace": "Amazon.CDK.AWS.AutoScaling.HookTargets"
331
+ },
332
+ "java": {
333
+ "package": "software.amazon.awscdk.services.autoscaling.hooktargets"
334
+ },
335
+ "python": {
336
+ "module": "aws_cdk.aws_autoscaling_hooktargets"
337
+ }
338
+ }
339
+ },
340
+ "aws-cdk-lib.aws_autoscalingplans": {
341
+ "targets": {
342
+ "dotnet": {
343
+ "namespace": "Amazon.CDK.AWS.AutoScalingPlans"
344
+ },
345
+ "java": {
346
+ "package": "software.amazon.awscdk.services.autoscalingplans"
347
+ },
348
+ "python": {
349
+ "module": "aws_cdk.aws_autoscalingplans"
350
+ }
351
+ }
352
+ },
353
+ "aws-cdk-lib.aws_backup": {
354
+ "targets": {
355
+ "dotnet": {
356
+ "namespace": "Amazon.CDK.AWS.Backup"
357
+ },
358
+ "java": {
359
+ "package": "software.amazon.awscdk.services.backup"
360
+ },
361
+ "python": {
362
+ "module": "aws_cdk.aws_backup"
363
+ }
364
+ }
365
+ },
366
+ "aws-cdk-lib.aws_batch": {
367
+ "targets": {
368
+ "dotnet": {
369
+ "namespace": "Amazon.CDK.AWS.Batch"
370
+ },
371
+ "java": {
372
+ "package": "software.amazon.awscdk.services.batch"
373
+ },
374
+ "python": {
375
+ "module": "aws_cdk.aws_batch"
376
+ }
377
+ }
378
+ },
379
+ "aws-cdk-lib.aws_billingconductor": {
380
+ "targets": {
381
+ "dotnet": {
382
+ "namespace": "Amazon.CDK.AWS.BillingConductor"
383
+ },
384
+ "java": {
385
+ "package": "software.amazon.awscdk.services.billingconductor"
386
+ },
387
+ "python": {
388
+ "module": "aws_cdk.aws_billingconductor"
389
+ }
390
+ }
391
+ },
392
+ "aws-cdk-lib.aws_budgets": {
393
+ "targets": {
394
+ "dotnet": {
395
+ "namespace": "Amazon.CDK.AWS.Budgets"
396
+ },
397
+ "java": {
398
+ "package": "software.amazon.awscdk.services.budgets"
399
+ },
400
+ "python": {
401
+ "module": "aws_cdk.aws_budgets"
402
+ }
403
+ }
404
+ },
405
+ "aws-cdk-lib.aws_cassandra": {
406
+ "targets": {
407
+ "dotnet": {
408
+ "namespace": "Amazon.CDK.AWS.Cassandra"
409
+ },
410
+ "java": {
411
+ "package": "software.amazon.awscdk.services.cassandra"
412
+ },
413
+ "python": {
414
+ "module": "aws_cdk.aws_cassandra"
415
+ }
416
+ }
417
+ },
418
+ "aws-cdk-lib.aws_ce": {
419
+ "targets": {
420
+ "dotnet": {
421
+ "namespace": "Amazon.CDK.AWS.CE"
422
+ },
423
+ "java": {
424
+ "package": "software.amazon.awscdk.services.ce"
425
+ },
426
+ "python": {
427
+ "module": "aws_cdk.aws_ce"
428
+ }
429
+ }
430
+ },
431
+ "aws-cdk-lib.aws_certificatemanager": {
432
+ "targets": {
433
+ "dotnet": {
434
+ "namespace": "Amazon.CDK.AWS.CertificateManager"
435
+ },
436
+ "java": {
437
+ "package": "software.amazon.awscdk.services.certificatemanager"
438
+ },
439
+ "python": {
440
+ "module": "aws_cdk.aws_certificatemanager"
441
+ }
442
+ }
443
+ },
444
+ "aws-cdk-lib.aws_chatbot": {
445
+ "targets": {
446
+ "dotnet": {
447
+ "namespace": "Amazon.CDK.AWS.Chatbot"
448
+ },
449
+ "java": {
450
+ "package": "software.amazon.awscdk.services.chatbot"
451
+ },
452
+ "python": {
453
+ "module": "aws_cdk.aws_chatbot"
454
+ }
455
+ }
456
+ },
457
+ "aws-cdk-lib.aws_cloud9": {
458
+ "targets": {
459
+ "dotnet": {
460
+ "namespace": "Amazon.CDK.AWS.Cloud9"
461
+ },
462
+ "java": {
463
+ "package": "software.amazon.awscdk.services.cloud9"
464
+ },
465
+ "python": {
466
+ "module": "aws_cdk.aws_cloud9"
467
+ }
468
+ }
469
+ },
470
+ "aws-cdk-lib.aws_cloudformation": {
471
+ "targets": {
472
+ "dotnet": {
473
+ "namespace": "Amazon.CDK.AWS.CloudFormation"
474
+ },
475
+ "java": {
476
+ "package": "software.amazon.awscdk.services.cloudformation"
477
+ },
478
+ "python": {
479
+ "module": "aws_cdk.aws_cloudformation"
480
+ }
481
+ }
482
+ },
483
+ "aws-cdk-lib.aws_cloudfront": {
484
+ "targets": {
485
+ "dotnet": {
486
+ "namespace": "Amazon.CDK.AWS.CloudFront"
487
+ },
488
+ "java": {
489
+ "package": "software.amazon.awscdk.services.cloudfront"
490
+ },
491
+ "python": {
492
+ "module": "aws_cdk.aws_cloudfront"
493
+ }
494
+ }
495
+ },
496
+ "aws-cdk-lib.aws_cloudfront.experimental": {},
497
+ "aws-cdk-lib.aws_cloudfront_origins": {
498
+ "targets": {
499
+ "dotnet": {
500
+ "namespace": "Amazon.CDK.AWS.CloudFront.Origins"
501
+ },
502
+ "java": {
503
+ "package": "software.amazon.awscdk.services.cloudfront.origins"
504
+ },
505
+ "python": {
506
+ "module": "aws_cdk.aws_cloudfront_origins"
507
+ }
508
+ }
509
+ },
510
+ "aws-cdk-lib.aws_cloudtrail": {
511
+ "targets": {
512
+ "dotnet": {
513
+ "namespace": "Amazon.CDK.AWS.CloudTrail"
514
+ },
515
+ "java": {
516
+ "package": "software.amazon.awscdk.services.cloudtrail"
517
+ },
518
+ "python": {
519
+ "module": "aws_cdk.aws_cloudtrail"
520
+ }
521
+ }
522
+ },
523
+ "aws-cdk-lib.aws_cloudwatch": {
524
+ "targets": {
525
+ "dotnet": {
526
+ "namespace": "Amazon.CDK.AWS.CloudWatch"
527
+ },
528
+ "java": {
529
+ "package": "software.amazon.awscdk.services.cloudwatch"
530
+ },
531
+ "python": {
532
+ "module": "aws_cdk.aws_cloudwatch"
533
+ }
534
+ }
535
+ },
536
+ "aws-cdk-lib.aws_cloudwatch_actions": {
537
+ "targets": {
538
+ "dotnet": {
539
+ "namespace": "Amazon.CDK.AWS.CloudWatch.Actions"
540
+ },
541
+ "java": {
542
+ "package": "software.amazon.awscdk.services.cloudwatch.actions"
543
+ },
544
+ "python": {
545
+ "module": "aws_cdk.aws_cloudwatch_actions"
546
+ }
547
+ }
548
+ },
549
+ "aws-cdk-lib.aws_codeartifact": {
550
+ "targets": {
551
+ "dotnet": {
552
+ "namespace": "Amazon.CDK.AWS.CodeArtifact"
553
+ },
554
+ "java": {
555
+ "package": "software.amazon.awscdk.services.codeartifact"
556
+ },
557
+ "python": {
558
+ "module": "aws_cdk.aws_codeartifact"
559
+ }
560
+ }
561
+ },
562
+ "aws-cdk-lib.aws_codebuild": {
563
+ "targets": {
564
+ "dotnet": {
565
+ "namespace": "Amazon.CDK.AWS.CodeBuild"
566
+ },
567
+ "java": {
568
+ "package": "software.amazon.awscdk.services.codebuild"
569
+ },
570
+ "python": {
571
+ "module": "aws_cdk.aws_codebuild"
572
+ }
573
+ }
574
+ },
575
+ "aws-cdk-lib.aws_codecommit": {
576
+ "targets": {
577
+ "dotnet": {
578
+ "namespace": "Amazon.CDK.AWS.CodeCommit"
579
+ },
580
+ "java": {
581
+ "package": "software.amazon.awscdk.services.codecommit"
582
+ },
583
+ "python": {
584
+ "module": "aws_cdk.aws_codecommit"
585
+ }
586
+ }
587
+ },
588
+ "aws-cdk-lib.aws_codedeploy": {
589
+ "targets": {
590
+ "dotnet": {
591
+ "namespace": "Amazon.CDK.AWS.CodeDeploy"
592
+ },
593
+ "java": {
594
+ "package": "software.amazon.awscdk.services.codedeploy"
595
+ },
596
+ "python": {
597
+ "module": "aws_cdk.aws_codedeploy"
598
+ }
599
+ }
600
+ },
601
+ "aws-cdk-lib.aws_codeguruprofiler": {
602
+ "targets": {
603
+ "dotnet": {
604
+ "namespace": "Amazon.CDK.AWS.CodeGuruProfiler"
605
+ },
606
+ "java": {
607
+ "package": "software.amazon.awscdk.services.codeguruprofiler"
608
+ },
609
+ "python": {
610
+ "module": "aws_cdk.aws_codeguruprofiler"
611
+ }
612
+ }
613
+ },
614
+ "aws-cdk-lib.aws_codegurureviewer": {
615
+ "targets": {
616
+ "dotnet": {
617
+ "namespace": "Amazon.CDK.AWS.CodeGuruReviewer"
618
+ },
619
+ "java": {
620
+ "package": "software.amazon.awscdk.services.codegurureviewer"
621
+ },
622
+ "python": {
623
+ "module": "aws_cdk.aws_codegurureviewer"
624
+ }
625
+ }
626
+ },
627
+ "aws-cdk-lib.aws_codepipeline": {
628
+ "targets": {
629
+ "dotnet": {
630
+ "namespace": "Amazon.CDK.AWS.CodePipeline"
631
+ },
632
+ "java": {
633
+ "package": "software.amazon.awscdk.services.codepipeline"
634
+ },
635
+ "python": {
636
+ "module": "aws_cdk.aws_codepipeline"
637
+ }
638
+ }
639
+ },
640
+ "aws-cdk-lib.aws_codepipeline_actions": {
641
+ "targets": {
642
+ "dotnet": {
643
+ "namespace": "Amazon.CDK.AWS.CodePipeline.Actions"
644
+ },
645
+ "java": {
646
+ "package": "software.amazon.awscdk.services.codepipeline.actions"
647
+ },
648
+ "python": {
649
+ "module": "aws_cdk.aws_codepipeline_actions"
650
+ }
651
+ }
652
+ },
653
+ "aws-cdk-lib.aws_codestar": {
654
+ "targets": {
655
+ "dotnet": {
656
+ "namespace": "Amazon.CDK.AWS.Codestar"
657
+ },
658
+ "java": {
659
+ "package": "software.amazon.awscdk.services.codestar"
660
+ },
661
+ "python": {
662
+ "module": "aws_cdk.aws_codestar"
663
+ }
664
+ }
665
+ },
666
+ "aws-cdk-lib.aws_codestarconnections": {
667
+ "targets": {
668
+ "dotnet": {
669
+ "namespace": "Amazon.CDK.AWS.CodeStarConnections"
670
+ },
671
+ "java": {
672
+ "package": "software.amazon.awscdk.services.codestarconnections"
673
+ },
674
+ "python": {
675
+ "module": "aws_cdk.aws_codestarconnections"
676
+ }
677
+ }
678
+ },
679
+ "aws-cdk-lib.aws_codestarnotifications": {
680
+ "targets": {
681
+ "dotnet": {
682
+ "namespace": "Amazon.CDK.AWS.CodeStarNotifications"
683
+ },
684
+ "java": {
685
+ "package": "software.amazon.awscdk.services.codestarnotifications"
686
+ },
687
+ "python": {
688
+ "module": "aws_cdk.aws_codestarnotifications"
689
+ }
690
+ }
691
+ },
692
+ "aws-cdk-lib.aws_cognito": {
693
+ "targets": {
694
+ "dotnet": {
695
+ "namespace": "Amazon.CDK.AWS.Cognito"
696
+ },
697
+ "java": {
698
+ "package": "software.amazon.awscdk.services.cognito"
699
+ },
700
+ "python": {
701
+ "module": "aws_cdk.aws_cognito"
702
+ }
703
+ }
704
+ },
705
+ "aws-cdk-lib.aws_config": {
706
+ "targets": {
707
+ "dotnet": {
708
+ "namespace": "Amazon.CDK.AWS.Config"
709
+ },
710
+ "java": {
711
+ "package": "software.amazon.awscdk.services.config"
712
+ },
713
+ "python": {
714
+ "module": "aws_cdk.aws_config"
715
+ }
716
+ }
717
+ },
718
+ "aws-cdk-lib.aws_connect": {
719
+ "targets": {
720
+ "dotnet": {
721
+ "namespace": "Amazon.CDK.AWS.Connect"
722
+ },
723
+ "java": {
724
+ "package": "software.amazon.awscdk.services.connect"
725
+ },
726
+ "python": {
727
+ "module": "aws_cdk.aws_connect"
728
+ }
729
+ }
730
+ },
731
+ "aws-cdk-lib.aws_cur": {
732
+ "targets": {
733
+ "dotnet": {
734
+ "namespace": "Amazon.CDK.AWS.CUR"
735
+ },
736
+ "java": {
737
+ "package": "software.amazon.awscdk.services.cur"
738
+ },
739
+ "python": {
740
+ "module": "aws_cdk.aws_cur"
741
+ }
742
+ }
743
+ },
744
+ "aws-cdk-lib.aws_customerprofiles": {
745
+ "targets": {
746
+ "dotnet": {
747
+ "namespace": "Amazon.CDK.AWS.CustomerProfiles"
748
+ },
749
+ "java": {
750
+ "package": "software.amazon.awscdk.services.customerprofiles"
751
+ },
752
+ "python": {
753
+ "module": "aws_cdk.aws_customerprofiles"
754
+ }
755
+ }
756
+ },
757
+ "aws-cdk-lib.aws_databrew": {
758
+ "targets": {
759
+ "dotnet": {
760
+ "namespace": "Amazon.CDK.AWS.DataBrew"
761
+ },
762
+ "java": {
763
+ "package": "software.amazon.awscdk.services.databrew"
764
+ },
765
+ "python": {
766
+ "module": "aws_cdk.aws_databrew"
767
+ }
768
+ }
769
+ },
770
+ "aws-cdk-lib.aws_datapipeline": {
771
+ "targets": {
772
+ "dotnet": {
773
+ "namespace": "Amazon.CDK.AWS.DataPipeline"
774
+ },
775
+ "java": {
776
+ "package": "software.amazon.awscdk.services.datapipeline"
777
+ },
778
+ "python": {
779
+ "module": "aws_cdk.aws_datapipeline"
780
+ }
781
+ }
782
+ },
783
+ "aws-cdk-lib.aws_datasync": {
784
+ "targets": {
785
+ "dotnet": {
786
+ "namespace": "Amazon.CDK.AWS.DataSync"
787
+ },
788
+ "java": {
789
+ "package": "software.amazon.awscdk.services.datasync"
790
+ },
791
+ "python": {
792
+ "module": "aws_cdk.aws_datasync"
793
+ }
794
+ }
795
+ },
796
+ "aws-cdk-lib.aws_dax": {
797
+ "targets": {
798
+ "dotnet": {
799
+ "namespace": "Amazon.CDK.AWS.DAX"
800
+ },
801
+ "java": {
802
+ "package": "software.amazon.awscdk.services.dax"
803
+ },
804
+ "python": {
805
+ "module": "aws_cdk.aws_dax"
806
+ }
807
+ }
808
+ },
809
+ "aws-cdk-lib.aws_detective": {
810
+ "targets": {
811
+ "dotnet": {
812
+ "namespace": "Amazon.CDK.AWS.Detective"
813
+ },
814
+ "java": {
815
+ "package": "software.amazon.awscdk.services.detective"
816
+ },
817
+ "python": {
818
+ "module": "aws_cdk.aws_detective"
819
+ }
820
+ }
821
+ },
822
+ "aws-cdk-lib.aws_devopsguru": {
823
+ "targets": {
824
+ "dotnet": {
825
+ "namespace": "Amazon.CDK.AWS.DevOpsGuru"
826
+ },
827
+ "java": {
828
+ "package": "software.amazon.awscdk.services.devopsguru"
829
+ },
830
+ "python": {
831
+ "module": "aws_cdk.aws_devopsguru"
832
+ }
833
+ }
834
+ },
835
+ "aws-cdk-lib.aws_directoryservice": {
836
+ "targets": {
837
+ "dotnet": {
838
+ "namespace": "Amazon.CDK.AWS.DirectoryService"
839
+ },
840
+ "java": {
841
+ "package": "software.amazon.awscdk.services.directoryservice"
842
+ },
843
+ "python": {
844
+ "module": "aws_cdk.aws_directoryservice"
845
+ }
846
+ }
847
+ },
848
+ "aws-cdk-lib.aws_dlm": {
849
+ "targets": {
850
+ "dotnet": {
851
+ "namespace": "Amazon.CDK.AWS.DLM"
852
+ },
853
+ "java": {
854
+ "package": "software.amazon.awscdk.services.dlm"
855
+ },
856
+ "python": {
857
+ "module": "aws_cdk.aws_dlm"
858
+ }
859
+ }
860
+ },
861
+ "aws-cdk-lib.aws_dms": {
862
+ "targets": {
863
+ "dotnet": {
864
+ "namespace": "Amazon.CDK.AWS.DMS"
865
+ },
866
+ "java": {
867
+ "package": "software.amazon.awscdk.services.dms"
868
+ },
869
+ "python": {
870
+ "module": "aws_cdk.aws_dms"
871
+ }
872
+ }
873
+ },
874
+ "aws-cdk-lib.aws_docdb": {
875
+ "targets": {
876
+ "dotnet": {
877
+ "namespace": "Amazon.CDK.AWS.DocDB"
878
+ },
879
+ "java": {
880
+ "package": "software.amazon.awscdk.services.docdb"
881
+ },
882
+ "python": {
883
+ "module": "aws_cdk.aws_docdb"
884
+ }
885
+ }
886
+ },
887
+ "aws-cdk-lib.aws_dynamodb": {
888
+ "targets": {
889
+ "dotnet": {
890
+ "namespace": "Amazon.CDK.AWS.DynamoDB"
891
+ },
892
+ "java": {
893
+ "package": "software.amazon.awscdk.services.dynamodb"
894
+ },
895
+ "python": {
896
+ "module": "aws_cdk.aws_dynamodb"
897
+ }
898
+ }
899
+ },
900
+ "aws-cdk-lib.aws_ec2": {
901
+ "targets": {
902
+ "dotnet": {
903
+ "namespace": "Amazon.CDK.AWS.EC2"
904
+ },
905
+ "java": {
906
+ "package": "software.amazon.awscdk.services.ec2"
907
+ },
908
+ "python": {
909
+ "module": "aws_cdk.aws_ec2"
910
+ }
911
+ }
912
+ },
913
+ "aws-cdk-lib.aws_ecr": {
914
+ "targets": {
915
+ "dotnet": {
916
+ "namespace": "Amazon.CDK.AWS.ECR"
917
+ },
918
+ "java": {
919
+ "package": "software.amazon.awscdk.services.ecr"
920
+ },
921
+ "python": {
922
+ "module": "aws_cdk.aws_ecr"
923
+ }
924
+ }
925
+ },
926
+ "aws-cdk-lib.aws_ecr_assets": {
927
+ "targets": {
928
+ "dotnet": {
929
+ "namespace": "Amazon.CDK.AWS.Ecr.Assets"
930
+ },
931
+ "java": {
932
+ "package": "software.amazon.awscdk.services.ecr.assets"
933
+ },
934
+ "python": {
935
+ "module": "aws_cdk.aws_ecr_assets"
936
+ }
937
+ }
938
+ },
939
+ "aws-cdk-lib.aws_ecs": {
940
+ "targets": {
941
+ "dotnet": {
942
+ "namespace": "Amazon.CDK.AWS.ECS"
943
+ },
944
+ "java": {
945
+ "package": "software.amazon.awscdk.services.ecs"
946
+ },
947
+ "python": {
948
+ "module": "aws_cdk.aws_ecs"
949
+ }
950
+ }
951
+ },
952
+ "aws-cdk-lib.aws_ecs_patterns": {
953
+ "targets": {
954
+ "dotnet": {
955
+ "namespace": "Amazon.CDK.AWS.ECS.Patterns"
956
+ },
957
+ "java": {
958
+ "package": "software.amazon.awscdk.services.ecs.patterns"
959
+ },
960
+ "python": {
961
+ "module": "aws_cdk.aws_ecs_patterns"
962
+ }
963
+ }
964
+ },
965
+ "aws-cdk-lib.aws_efs": {
966
+ "targets": {
967
+ "dotnet": {
968
+ "namespace": "Amazon.CDK.AWS.EFS"
969
+ },
970
+ "java": {
971
+ "package": "software.amazon.awscdk.services.efs"
972
+ },
973
+ "python": {
974
+ "module": "aws_cdk.aws_efs"
975
+ }
976
+ }
977
+ },
978
+ "aws-cdk-lib.aws_eks": {
979
+ "targets": {
980
+ "dotnet": {
981
+ "namespace": "Amazon.CDK.AWS.EKS"
982
+ },
983
+ "java": {
984
+ "package": "software.amazon.awscdk.services.eks"
985
+ },
986
+ "python": {
987
+ "module": "aws_cdk.aws_eks"
988
+ }
989
+ }
990
+ },
991
+ "aws-cdk-lib.aws_elasticache": {
992
+ "targets": {
993
+ "dotnet": {
994
+ "namespace": "Amazon.CDK.AWS.ElastiCache"
995
+ },
996
+ "java": {
997
+ "package": "software.amazon.awscdk.services.elasticache"
998
+ },
999
+ "python": {
1000
+ "module": "aws_cdk.aws_elasticache"
1001
+ }
1002
+ }
1003
+ },
1004
+ "aws-cdk-lib.aws_elasticbeanstalk": {
1005
+ "targets": {
1006
+ "dotnet": {
1007
+ "namespace": "Amazon.CDK.AWS.ElasticBeanstalk"
1008
+ },
1009
+ "java": {
1010
+ "package": "software.amazon.awscdk.services.elasticbeanstalk"
1011
+ },
1012
+ "python": {
1013
+ "module": "aws_cdk.aws_elasticbeanstalk"
1014
+ }
1015
+ }
1016
+ },
1017
+ "aws-cdk-lib.aws_elasticloadbalancing": {
1018
+ "targets": {
1019
+ "dotnet": {
1020
+ "namespace": "Amazon.CDK.AWS.ElasticLoadBalancing"
1021
+ },
1022
+ "java": {
1023
+ "package": "software.amazon.awscdk.services.elasticloadbalancing"
1024
+ },
1025
+ "python": {
1026
+ "module": "aws_cdk.aws_elasticloadbalancing"
1027
+ }
1028
+ }
1029
+ },
1030
+ "aws-cdk-lib.aws_elasticloadbalancingv2": {
1031
+ "targets": {
1032
+ "dotnet": {
1033
+ "namespace": "Amazon.CDK.AWS.ElasticLoadBalancingV2"
1034
+ },
1035
+ "java": {
1036
+ "package": "software.amazon.awscdk.services.elasticloadbalancingv2"
1037
+ },
1038
+ "python": {
1039
+ "module": "aws_cdk.aws_elasticloadbalancingv2"
1040
+ }
1041
+ }
1042
+ },
1043
+ "aws-cdk-lib.aws_elasticloadbalancingv2_actions": {
1044
+ "targets": {
1045
+ "dotnet": {
1046
+ "namespace": "Amazon.CDK.AWS.ElasticLoadBalancingV2.Actions"
1047
+ },
1048
+ "java": {
1049
+ "package": "software.amazon.awscdk.services.elasticloadbalancingv2.actions"
1050
+ },
1051
+ "python": {
1052
+ "module": "aws_cdk.aws_elasticloadbalancingv2_actions"
1053
+ }
1054
+ }
1055
+ },
1056
+ "aws-cdk-lib.aws_elasticloadbalancingv2_targets": {
1057
+ "targets": {
1058
+ "dotnet": {
1059
+ "namespace": "Amazon.CDK.AWS.ElasticLoadBalancingV2.Targets"
1060
+ },
1061
+ "java": {
1062
+ "package": "software.amazon.awscdk.services.elasticloadbalancingv2.targets"
1063
+ },
1064
+ "python": {
1065
+ "module": "aws_cdk.aws_elasticloadbalancingv2_targets"
1066
+ }
1067
+ }
1068
+ },
1069
+ "aws-cdk-lib.aws_elasticsearch": {
1070
+ "targets": {
1071
+ "dotnet": {
1072
+ "namespace": "Amazon.CDK.AWS.Elasticsearch"
1073
+ },
1074
+ "java": {
1075
+ "package": "software.amazon.awscdk.services.elasticsearch"
1076
+ },
1077
+ "python": {
1078
+ "module": "aws_cdk.aws_elasticsearch"
1079
+ }
1080
+ }
1081
+ },
1082
+ "aws-cdk-lib.aws_emr": {
1083
+ "targets": {
1084
+ "dotnet": {
1085
+ "namespace": "Amazon.CDK.AWS.EMR"
1086
+ },
1087
+ "java": {
1088
+ "package": "software.amazon.awscdk.services.emr"
1089
+ },
1090
+ "python": {
1091
+ "module": "aws_cdk.aws_emr"
1092
+ }
1093
+ }
1094
+ },
1095
+ "aws-cdk-lib.aws_emrcontainers": {
1096
+ "targets": {
1097
+ "dotnet": {
1098
+ "namespace": "Amazon.CDK.AWS.EMRContainers"
1099
+ },
1100
+ "java": {
1101
+ "package": "software.amazon.awscdk.services.emrcontainers"
1102
+ },
1103
+ "python": {
1104
+ "module": "aws_cdk.aws_emrcontainers"
1105
+ }
1106
+ }
1107
+ },
1108
+ "aws-cdk-lib.aws_emrserverless": {
1109
+ "targets": {
1110
+ "dotnet": {
1111
+ "namespace": "Amazon.CDK.AWS.EMRServerless"
1112
+ },
1113
+ "java": {
1114
+ "package": "software.amazon.awscdk.services.emrserverless"
1115
+ },
1116
+ "python": {
1117
+ "module": "aws_cdk.aws_emrserverless"
1118
+ }
1119
+ }
1120
+ },
1121
+ "aws-cdk-lib.aws_events": {
1122
+ "targets": {
1123
+ "dotnet": {
1124
+ "namespace": "Amazon.CDK.AWS.Events"
1125
+ },
1126
+ "java": {
1127
+ "package": "software.amazon.awscdk.services.events"
1128
+ },
1129
+ "python": {
1130
+ "module": "aws_cdk.aws_events"
1131
+ }
1132
+ }
1133
+ },
1134
+ "aws-cdk-lib.aws_events_targets": {
1135
+ "targets": {
1136
+ "dotnet": {
1137
+ "namespace": "Amazon.CDK.AWS.Events.Targets"
1138
+ },
1139
+ "java": {
1140
+ "package": "software.amazon.awscdk.services.events.targets"
1141
+ },
1142
+ "python": {
1143
+ "module": "aws_cdk.aws_events_targets"
1144
+ }
1145
+ }
1146
+ },
1147
+ "aws-cdk-lib.aws_eventschemas": {
1148
+ "targets": {
1149
+ "dotnet": {
1150
+ "namespace": "Amazon.CDK.AWS.EventSchemas"
1151
+ },
1152
+ "java": {
1153
+ "package": "software.amazon.awscdk.services.eventschemas"
1154
+ },
1155
+ "python": {
1156
+ "module": "aws_cdk.aws_eventschemas"
1157
+ }
1158
+ }
1159
+ },
1160
+ "aws-cdk-lib.aws_evidently": {
1161
+ "targets": {
1162
+ "dotnet": {
1163
+ "namespace": "Amazon.CDK.AWS.Evidently"
1164
+ },
1165
+ "java": {
1166
+ "package": "software.amazon.awscdk.services.evidently"
1167
+ },
1168
+ "python": {
1169
+ "module": "aws_cdk.aws_evidently"
1170
+ }
1171
+ }
1172
+ },
1173
+ "aws-cdk-lib.aws_finspace": {
1174
+ "targets": {
1175
+ "dotnet": {
1176
+ "namespace": "Amazon.CDK.AWS.FinSpace"
1177
+ },
1178
+ "java": {
1179
+ "package": "software.amazon.awscdk.services.finspace"
1180
+ },
1181
+ "python": {
1182
+ "module": "aws_cdk.aws_finspace"
1183
+ }
1184
+ }
1185
+ },
1186
+ "aws-cdk-lib.aws_fis": {
1187
+ "targets": {
1188
+ "dotnet": {
1189
+ "namespace": "Amazon.CDK.AWS.FIS"
1190
+ },
1191
+ "java": {
1192
+ "package": "software.amazon.awscdk.services.fis"
1193
+ },
1194
+ "python": {
1195
+ "module": "aws_cdk.aws_fis"
1196
+ }
1197
+ }
1198
+ },
1199
+ "aws-cdk-lib.aws_fms": {
1200
+ "targets": {
1201
+ "dotnet": {
1202
+ "namespace": "Amazon.CDK.AWS.FMS"
1203
+ },
1204
+ "java": {
1205
+ "package": "software.amazon.awscdk.services.fms"
1206
+ },
1207
+ "python": {
1208
+ "module": "aws_cdk.aws_fms"
1209
+ }
1210
+ }
1211
+ },
1212
+ "aws-cdk-lib.aws_forecast": {
1213
+ "targets": {
1214
+ "dotnet": {
1215
+ "namespace": "Amazon.CDK.AWS.Forecast"
1216
+ },
1217
+ "java": {
1218
+ "package": "software.amazon.awscdk.services.forecast"
1219
+ },
1220
+ "python": {
1221
+ "module": "aws_cdk.aws_forecast"
1222
+ }
1223
+ }
1224
+ },
1225
+ "aws-cdk-lib.aws_frauddetector": {
1226
+ "targets": {
1227
+ "dotnet": {
1228
+ "namespace": "Amazon.CDK.AWS.FraudDetector"
1229
+ },
1230
+ "java": {
1231
+ "package": "software.amazon.awscdk.services.frauddetector"
1232
+ },
1233
+ "python": {
1234
+ "module": "aws_cdk.aws_frauddetector"
1235
+ }
1236
+ }
1237
+ },
1238
+ "aws-cdk-lib.aws_fsx": {
1239
+ "targets": {
1240
+ "dotnet": {
1241
+ "namespace": "Amazon.CDK.AWS.FSx"
1242
+ },
1243
+ "java": {
1244
+ "package": "software.amazon.awscdk.services.fsx"
1245
+ },
1246
+ "python": {
1247
+ "module": "aws_cdk.aws_fsx"
1248
+ }
1249
+ }
1250
+ },
1251
+ "aws-cdk-lib.aws_gamelift": {
1252
+ "targets": {
1253
+ "dotnet": {
1254
+ "namespace": "Amazon.CDK.AWS.GameLift"
1255
+ },
1256
+ "java": {
1257
+ "package": "software.amazon.awscdk.services.gamelift"
1258
+ },
1259
+ "python": {
1260
+ "module": "aws_cdk.aws_gamelift"
1261
+ }
1262
+ }
1263
+ },
1264
+ "aws-cdk-lib.aws_globalaccelerator": {
1265
+ "targets": {
1266
+ "dotnet": {
1267
+ "namespace": "Amazon.CDK.AWS.GlobalAccelerator"
1268
+ },
1269
+ "java": {
1270
+ "package": "software.amazon.awscdk.services.globalaccelerator"
1271
+ },
1272
+ "python": {
1273
+ "module": "aws_cdk.aws_globalaccelerator"
1274
+ }
1275
+ }
1276
+ },
1277
+ "aws-cdk-lib.aws_globalaccelerator_endpoints": {
1278
+ "targets": {
1279
+ "dotnet": {
1280
+ "namespace": "Amazon.CDK.AWS.GlobalAccelerator.Endpoints"
1281
+ },
1282
+ "java": {
1283
+ "package": "software.amazon.awscdk.services.globalaccelerator.endpoints"
1284
+ },
1285
+ "python": {
1286
+ "module": "aws_cdk.aws_globalaccelerator_endpoints"
1287
+ }
1288
+ }
1289
+ },
1290
+ "aws-cdk-lib.aws_glue": {
1291
+ "targets": {
1292
+ "dotnet": {
1293
+ "namespace": "Amazon.CDK.AWS.Glue"
1294
+ },
1295
+ "java": {
1296
+ "package": "software.amazon.awscdk.services.glue"
1297
+ },
1298
+ "python": {
1299
+ "module": "aws_cdk.aws_glue"
1300
+ }
1301
+ }
1302
+ },
1303
+ "aws-cdk-lib.aws_greengrass": {
1304
+ "targets": {
1305
+ "dotnet": {
1306
+ "namespace": "Amazon.CDK.AWS.Greengrass"
1307
+ },
1308
+ "java": {
1309
+ "package": "software.amazon.awscdk.services.greengrass"
1310
+ },
1311
+ "python": {
1312
+ "module": "aws_cdk.aws_greengrass"
1313
+ }
1314
+ }
1315
+ },
1316
+ "aws-cdk-lib.aws_greengrassv2": {
1317
+ "targets": {
1318
+ "dotnet": {
1319
+ "namespace": "Amazon.CDK.AWS.GreengrassV2"
1320
+ },
1321
+ "java": {
1322
+ "package": "software.amazon.awscdk.services.greengrassv2"
1323
+ },
1324
+ "python": {
1325
+ "module": "aws_cdk.aws_greengrassv2"
1326
+ }
1327
+ }
1328
+ },
1329
+ "aws-cdk-lib.aws_groundstation": {
1330
+ "targets": {
1331
+ "dotnet": {
1332
+ "namespace": "Amazon.CDK.AWS.GroundStation"
1333
+ },
1334
+ "java": {
1335
+ "package": "software.amazon.awscdk.services.groundstation"
1336
+ },
1337
+ "python": {
1338
+ "module": "aws_cdk.aws_groundstation"
1339
+ }
1340
+ }
1341
+ },
1342
+ "aws-cdk-lib.aws_guardduty": {
1343
+ "targets": {
1344
+ "dotnet": {
1345
+ "namespace": "Amazon.CDK.AWS.GuardDuty"
1346
+ },
1347
+ "java": {
1348
+ "package": "software.amazon.awscdk.services.guardduty"
1349
+ },
1350
+ "python": {
1351
+ "module": "aws_cdk.aws_guardduty"
1352
+ }
1353
+ }
1354
+ },
1355
+ "aws-cdk-lib.aws_healthlake": {
1356
+ "targets": {
1357
+ "dotnet": {
1358
+ "namespace": "Amazon.CDK.AWS.HealthLake"
1359
+ },
1360
+ "java": {
1361
+ "package": "software.amazon.awscdk.services.healthlake"
1362
+ },
1363
+ "python": {
1364
+ "module": "aws_cdk.aws_healthlake"
1365
+ }
1366
+ }
1367
+ },
1368
+ "aws-cdk-lib.aws_iam": {
1369
+ "targets": {
1370
+ "dotnet": {
1371
+ "namespace": "Amazon.CDK.AWS.IAM"
1372
+ },
1373
+ "java": {
1374
+ "package": "software.amazon.awscdk.services.iam"
1375
+ },
1376
+ "python": {
1377
+ "module": "aws_cdk.aws_iam"
1378
+ }
1379
+ }
1380
+ },
1381
+ "aws-cdk-lib.aws_imagebuilder": {
1382
+ "targets": {
1383
+ "dotnet": {
1384
+ "namespace": "Amazon.CDK.AWS.ImageBuilder"
1385
+ },
1386
+ "java": {
1387
+ "package": "software.amazon.awscdk.services.imagebuilder"
1388
+ },
1389
+ "python": {
1390
+ "module": "aws_cdk.aws_imagebuilder"
1391
+ }
1392
+ }
1393
+ },
1394
+ "aws-cdk-lib.aws_inspector": {
1395
+ "targets": {
1396
+ "dotnet": {
1397
+ "namespace": "Amazon.CDK.AWS.Inspector"
1398
+ },
1399
+ "java": {
1400
+ "package": "software.amazon.awscdk.services.inspector"
1401
+ },
1402
+ "python": {
1403
+ "module": "aws_cdk.aws_inspector"
1404
+ }
1405
+ }
1406
+ },
1407
+ "aws-cdk-lib.aws_inspectorv2": {
1408
+ "targets": {
1409
+ "dotnet": {
1410
+ "namespace": "Amazon.CDK.AWS.InspectorV2"
1411
+ },
1412
+ "java": {
1413
+ "package": "software.amazon.awscdk.services.inspectorv2"
1414
+ },
1415
+ "python": {
1416
+ "module": "aws_cdk.aws_inspectorv2"
1417
+ }
1418
+ }
1419
+ },
1420
+ "aws-cdk-lib.aws_iot": {
1421
+ "targets": {
1422
+ "dotnet": {
1423
+ "namespace": "Amazon.CDK.AWS.IoT"
1424
+ },
1425
+ "java": {
1426
+ "package": "software.amazon.awscdk.services.iot"
1427
+ },
1428
+ "python": {
1429
+ "module": "aws_cdk.aws_iot"
1430
+ }
1431
+ }
1432
+ },
1433
+ "aws-cdk-lib.aws_iot1click": {
1434
+ "targets": {
1435
+ "dotnet": {
1436
+ "namespace": "Amazon.CDK.AWS.IoT1Click"
1437
+ },
1438
+ "java": {
1439
+ "package": "software.amazon.awscdk.services.iot1click"
1440
+ },
1441
+ "python": {
1442
+ "module": "aws_cdk.aws_iot1click"
1443
+ }
1444
+ }
1445
+ },
1446
+ "aws-cdk-lib.aws_iotanalytics": {
1447
+ "targets": {
1448
+ "dotnet": {
1449
+ "namespace": "Amazon.CDK.AWS.IoTAnalytics"
1450
+ },
1451
+ "java": {
1452
+ "package": "software.amazon.awscdk.services.iotanalytics"
1453
+ },
1454
+ "python": {
1455
+ "module": "aws_cdk.aws_iotanalytics"
1456
+ }
1457
+ }
1458
+ },
1459
+ "aws-cdk-lib.aws_iotcoredeviceadvisor": {
1460
+ "targets": {
1461
+ "dotnet": {
1462
+ "namespace": "Amazon.CDK.AWS.IoTCoreDeviceAdvisor"
1463
+ },
1464
+ "java": {
1465
+ "package": "software.amazon.awscdk.services.iotcoredeviceadvisor"
1466
+ },
1467
+ "python": {
1468
+ "module": "aws_cdk.aws_iotcoredeviceadvisor"
1469
+ }
1470
+ }
1471
+ },
1472
+ "aws-cdk-lib.aws_iotevents": {
1473
+ "targets": {
1474
+ "dotnet": {
1475
+ "namespace": "Amazon.CDK.AWS.IoTEvents"
1476
+ },
1477
+ "java": {
1478
+ "package": "software.amazon.awscdk.services.iotevents"
1479
+ },
1480
+ "python": {
1481
+ "module": "aws_cdk.aws_iotevents"
1482
+ }
1483
+ }
1484
+ },
1485
+ "aws-cdk-lib.aws_iotfleethub": {
1486
+ "targets": {
1487
+ "dotnet": {
1488
+ "namespace": "Amazon.CDK.AWS.IoTFleetHub"
1489
+ },
1490
+ "java": {
1491
+ "package": "software.amazon.awscdk.services.iotfleethub"
1492
+ },
1493
+ "python": {
1494
+ "module": "aws_cdk.aws_iotfleethub"
1495
+ }
1496
+ }
1497
+ },
1498
+ "aws-cdk-lib.aws_iotsitewise": {
1499
+ "targets": {
1500
+ "dotnet": {
1501
+ "namespace": "Amazon.CDK.AWS.IoTSiteWise"
1502
+ },
1503
+ "java": {
1504
+ "package": "software.amazon.awscdk.services.iotsitewise"
1505
+ },
1506
+ "python": {
1507
+ "module": "aws_cdk.aws_iotsitewise"
1508
+ }
1509
+ }
1510
+ },
1511
+ "aws-cdk-lib.aws_iotthingsgraph": {
1512
+ "targets": {
1513
+ "dotnet": {
1514
+ "namespace": "Amazon.CDK.AWS.IoTThingsGraph"
1515
+ },
1516
+ "java": {
1517
+ "package": "software.amazon.awscdk.services.iotthingsgraph"
1518
+ },
1519
+ "python": {
1520
+ "module": "aws_cdk.aws_iotthingsgraph"
1521
+ }
1522
+ }
1523
+ },
1524
+ "aws-cdk-lib.aws_iottwinmaker": {
1525
+ "targets": {
1526
+ "dotnet": {
1527
+ "namespace": "Amazon.CDK.AWS.IoTTwinMaker"
1528
+ },
1529
+ "java": {
1530
+ "package": "software.amazon.awscdk.services.iottwinmaker"
1531
+ },
1532
+ "python": {
1533
+ "module": "aws_cdk.aws_iottwinmaker"
1534
+ }
1535
+ }
1536
+ },
1537
+ "aws-cdk-lib.aws_iotwireless": {
1538
+ "targets": {
1539
+ "dotnet": {
1540
+ "namespace": "Amazon.CDK.AWS.IoTWireless"
1541
+ },
1542
+ "java": {
1543
+ "package": "software.amazon.awscdk.services.iotwireless"
1544
+ },
1545
+ "python": {
1546
+ "module": "aws_cdk.aws_iotwireless"
1547
+ }
1548
+ }
1549
+ },
1550
+ "aws-cdk-lib.aws_ivs": {
1551
+ "targets": {
1552
+ "dotnet": {
1553
+ "namespace": "Amazon.CDK.AWS.Ivs"
1554
+ },
1555
+ "java": {
1556
+ "package": "software.amazon.awscdk.services.ivs"
1557
+ },
1558
+ "python": {
1559
+ "module": "aws_cdk.aws_ivs"
1560
+ }
1561
+ }
1562
+ },
1563
+ "aws-cdk-lib.aws_kafkaconnect": {
1564
+ "targets": {
1565
+ "dotnet": {
1566
+ "namespace": "Amazon.CDK.AWS.KafkaConnect"
1567
+ },
1568
+ "java": {
1569
+ "package": "software.amazon.awscdk.services.kafkaconnect"
1570
+ },
1571
+ "python": {
1572
+ "module": "aws_cdk.aws_kafkaconnect"
1573
+ }
1574
+ }
1575
+ },
1576
+ "aws-cdk-lib.aws_kendra": {
1577
+ "targets": {
1578
+ "dotnet": {
1579
+ "namespace": "Amazon.CDK.AWS.Kendra"
1580
+ },
1581
+ "java": {
1582
+ "package": "software.amazon.awscdk.services.kendra"
1583
+ },
1584
+ "python": {
1585
+ "module": "aws_cdk.aws_kendra"
1586
+ }
1587
+ }
1588
+ },
1589
+ "aws-cdk-lib.aws_kinesis": {
1590
+ "targets": {
1591
+ "dotnet": {
1592
+ "namespace": "Amazon.CDK.AWS.Kinesis"
1593
+ },
1594
+ "java": {
1595
+ "package": "software.amazon.awscdk.services.kinesis"
1596
+ },
1597
+ "python": {
1598
+ "module": "aws_cdk.aws_kinesis"
1599
+ }
1600
+ }
1601
+ },
1602
+ "aws-cdk-lib.aws_kinesisanalytics": {
1603
+ "targets": {
1604
+ "dotnet": {
1605
+ "namespace": "Amazon.CDK.AWS.KinesisAnalytics"
1606
+ },
1607
+ "java": {
1608
+ "package": "software.amazon.awscdk.services.kinesisanalytics"
1609
+ },
1610
+ "python": {
1611
+ "module": "aws_cdk.aws_kinesisanalytics"
1612
+ }
1613
+ }
1614
+ },
1615
+ "aws-cdk-lib.aws_kinesisanalyticsv2": {
1616
+ "targets": {
1617
+ "dotnet": {
1618
+ "namespace": "Amazon.CDK.AWS.KinesisAnalyticsV2"
1619
+ },
1620
+ "java": {
1621
+ "package": "software.amazon.awscdk.services.kinesisanalyticsv2"
1622
+ },
1623
+ "python": {
1624
+ "module": "aws_cdk.aws_kinesisanalyticsv2"
1625
+ }
1626
+ }
1627
+ },
1628
+ "aws-cdk-lib.aws_kinesisfirehose": {
1629
+ "targets": {
1630
+ "dotnet": {
1631
+ "namespace": "Amazon.CDK.AWS.KinesisFirehose"
1632
+ },
1633
+ "java": {
1634
+ "package": "software.amazon.awscdk.services.kinesisfirehose"
1635
+ },
1636
+ "python": {
1637
+ "module": "aws_cdk.aws_kinesisfirehose"
1638
+ }
1639
+ }
1640
+ },
1641
+ "aws-cdk-lib.aws_kinesisvideo": {
1642
+ "targets": {
1643
+ "dotnet": {
1644
+ "namespace": "Amazon.CDK.AWS.KinesisVideo"
1645
+ },
1646
+ "java": {
1647
+ "package": "software.amazon.awscdk.services.kinesisvideo"
1648
+ },
1649
+ "python": {
1650
+ "module": "aws_cdk.aws_kinesisvideo"
1651
+ }
1652
+ }
1653
+ },
1654
+ "aws-cdk-lib.aws_kms": {
1655
+ "targets": {
1656
+ "dotnet": {
1657
+ "namespace": "Amazon.CDK.AWS.KMS"
1658
+ },
1659
+ "java": {
1660
+ "package": "software.amazon.awscdk.services.kms"
1661
+ },
1662
+ "python": {
1663
+ "module": "aws_cdk.aws_kms"
1664
+ }
1665
+ }
1666
+ },
1667
+ "aws-cdk-lib.aws_lakeformation": {
1668
+ "targets": {
1669
+ "dotnet": {
1670
+ "namespace": "Amazon.CDK.AWS.LakeFormation"
1671
+ },
1672
+ "java": {
1673
+ "package": "software.amazon.awscdk.services.lakeformation"
1674
+ },
1675
+ "python": {
1676
+ "module": "aws_cdk.aws_lakeformation"
1677
+ }
1678
+ }
1679
+ },
1680
+ "aws-cdk-lib.aws_lambda": {
1681
+ "targets": {
1682
+ "dotnet": {
1683
+ "namespace": "Amazon.CDK.AWS.Lambda"
1684
+ },
1685
+ "java": {
1686
+ "package": "software.amazon.awscdk.services.lambda"
1687
+ },
1688
+ "python": {
1689
+ "module": "aws_cdk.aws_lambda"
1690
+ }
1691
+ }
1692
+ },
1693
+ "aws-cdk-lib.aws_lambda_destinations": {
1694
+ "targets": {
1695
+ "dotnet": {
1696
+ "namespace": "Amazon.CDK.AWS.Lambda.Destinations"
1697
+ },
1698
+ "java": {
1699
+ "package": "software.amazon.awscdk.services.lambda.destinations"
1700
+ },
1701
+ "python": {
1702
+ "module": "aws_cdk.aws_lambda_destinations"
1703
+ }
1704
+ }
1705
+ },
1706
+ "aws-cdk-lib.aws_lambda_event_sources": {
1707
+ "targets": {
1708
+ "dotnet": {
1709
+ "namespace": "Amazon.CDK.AWS.Lambda.EventSources"
1710
+ },
1711
+ "java": {
1712
+ "package": "software.amazon.awscdk.services.lambda.eventsources"
1713
+ },
1714
+ "python": {
1715
+ "module": "aws_cdk.aws_lambda_event_sources"
1716
+ }
1717
+ }
1718
+ },
1719
+ "aws-cdk-lib.aws_lambda_nodejs": {
1720
+ "targets": {
1721
+ "dotnet": {
1722
+ "namespace": "Amazon.CDK.AWS.Lambda.Nodejs"
1723
+ },
1724
+ "java": {
1725
+ "package": "software.amazon.awscdk.services.lambda.nodejs"
1726
+ },
1727
+ "python": {
1728
+ "module": "aws_cdk.aws_lambda_nodejs"
1729
+ }
1730
+ }
1731
+ },
1732
+ "aws-cdk-lib.aws_lex": {
1733
+ "targets": {
1734
+ "dotnet": {
1735
+ "namespace": "Amazon.CDK.AWS.Lex"
1736
+ },
1737
+ "java": {
1738
+ "package": "software.amazon.awscdk.services.lex"
1739
+ },
1740
+ "python": {
1741
+ "module": "aws_cdk.aws_lex"
1742
+ }
1743
+ }
1744
+ },
1745
+ "aws-cdk-lib.aws_licensemanager": {
1746
+ "targets": {
1747
+ "dotnet": {
1748
+ "namespace": "Amazon.CDK.AWS.LicenseManager"
1749
+ },
1750
+ "java": {
1751
+ "package": "software.amazon.awscdk.services.licensemanager"
1752
+ },
1753
+ "python": {
1754
+ "module": "aws_cdk.aws_licensemanager"
1755
+ }
1756
+ }
1757
+ },
1758
+ "aws-cdk-lib.aws_lightsail": {
1759
+ "targets": {
1760
+ "dotnet": {
1761
+ "namespace": "Amazon.CDK.AWS.Lightsail"
1762
+ },
1763
+ "java": {
1764
+ "package": "software.amazon.awscdk.services.lightsail"
1765
+ },
1766
+ "python": {
1767
+ "module": "aws_cdk.aws_lightsail"
1768
+ }
1769
+ }
1770
+ },
1771
+ "aws-cdk-lib.aws_location": {
1772
+ "targets": {
1773
+ "dotnet": {
1774
+ "namespace": "Amazon.CDK.AWS.Location"
1775
+ },
1776
+ "java": {
1777
+ "package": "software.amazon.awscdk.services.location"
1778
+ },
1779
+ "python": {
1780
+ "module": "aws_cdk.aws_location"
1781
+ }
1782
+ }
1783
+ },
1784
+ "aws-cdk-lib.aws_logs": {
1785
+ "targets": {
1786
+ "dotnet": {
1787
+ "namespace": "Amazon.CDK.AWS.Logs"
1788
+ },
1789
+ "java": {
1790
+ "package": "software.amazon.awscdk.services.logs"
1791
+ },
1792
+ "python": {
1793
+ "module": "aws_cdk.aws_logs"
1794
+ }
1795
+ }
1796
+ },
1797
+ "aws-cdk-lib.aws_logs_destinations": {
1798
+ "targets": {
1799
+ "dotnet": {
1800
+ "namespace": "Amazon.CDK.AWS.Logs.Destinations"
1801
+ },
1802
+ "java": {
1803
+ "package": "software.amazon.awscdk.services.logs.destinations"
1804
+ },
1805
+ "python": {
1806
+ "module": "aws_cdk.aws_logs_destinations"
1807
+ }
1808
+ }
1809
+ },
1810
+ "aws-cdk-lib.aws_lookoutequipment": {
1811
+ "targets": {
1812
+ "dotnet": {
1813
+ "namespace": "Amazon.CDK.AWS.LookoutEquipment"
1814
+ },
1815
+ "java": {
1816
+ "package": "software.amazon.awscdk.services.lookoutequipment"
1817
+ },
1818
+ "python": {
1819
+ "module": "aws_cdk.aws_lookoutequipment"
1820
+ }
1821
+ }
1822
+ },
1823
+ "aws-cdk-lib.aws_lookoutmetrics": {
1824
+ "targets": {
1825
+ "dotnet": {
1826
+ "namespace": "Amazon.CDK.AWS.LookoutMetrics"
1827
+ },
1828
+ "java": {
1829
+ "package": "software.amazon.awscdk.services.lookoutmetrics"
1830
+ },
1831
+ "python": {
1832
+ "module": "aws_cdk.aws_lookoutmetrics"
1833
+ }
1834
+ }
1835
+ },
1836
+ "aws-cdk-lib.aws_lookoutvision": {
1837
+ "targets": {
1838
+ "dotnet": {
1839
+ "namespace": "Amazon.CDK.AWS.LookoutVision"
1840
+ },
1841
+ "java": {
1842
+ "package": "software.amazon.awscdk.services.lookoutvision"
1843
+ },
1844
+ "python": {
1845
+ "module": "aws_cdk.aws_lookoutvision"
1846
+ }
1847
+ }
1848
+ },
1849
+ "aws-cdk-lib.aws_macie": {
1850
+ "targets": {
1851
+ "dotnet": {
1852
+ "namespace": "Amazon.CDK.AWS.Macie"
1853
+ },
1854
+ "java": {
1855
+ "package": "software.amazon.awscdk.services.macie"
1856
+ },
1857
+ "python": {
1858
+ "module": "aws_cdk.aws_macie"
1859
+ }
1860
+ }
1861
+ },
1862
+ "aws-cdk-lib.aws_managedblockchain": {
1863
+ "targets": {
1864
+ "dotnet": {
1865
+ "namespace": "Amazon.CDK.AWS.ManagedBlockchain"
1866
+ },
1867
+ "java": {
1868
+ "package": "software.amazon.awscdk.services.managedblockchain"
1869
+ },
1870
+ "python": {
1871
+ "module": "aws_cdk.aws_managedblockchain"
1872
+ }
1873
+ }
1874
+ },
1875
+ "aws-cdk-lib.aws_mediaconnect": {
1876
+ "targets": {
1877
+ "dotnet": {
1878
+ "namespace": "Amazon.CDK.AWS.MediaConnect"
1879
+ },
1880
+ "java": {
1881
+ "package": "software.amazon.awscdk.services.mediaconnect"
1882
+ },
1883
+ "python": {
1884
+ "module": "aws_cdk.aws_mediaconnect"
1885
+ }
1886
+ }
1887
+ },
1888
+ "aws-cdk-lib.aws_mediaconvert": {
1889
+ "targets": {
1890
+ "dotnet": {
1891
+ "namespace": "Amazon.CDK.AWS.MediaConvert"
1892
+ },
1893
+ "java": {
1894
+ "package": "software.amazon.awscdk.services.mediaconvert"
1895
+ },
1896
+ "python": {
1897
+ "module": "aws_cdk.aws_mediaconvert"
1898
+ }
1899
+ }
1900
+ },
1901
+ "aws-cdk-lib.aws_medialive": {
1902
+ "targets": {
1903
+ "dotnet": {
1904
+ "namespace": "Amazon.CDK.AWS.MediaLive"
1905
+ },
1906
+ "java": {
1907
+ "package": "software.amazon.awscdk.services.medialive"
1908
+ },
1909
+ "python": {
1910
+ "module": "aws_cdk.aws_medialive"
1911
+ }
1912
+ }
1913
+ },
1914
+ "aws-cdk-lib.aws_mediapackage": {
1915
+ "targets": {
1916
+ "dotnet": {
1917
+ "namespace": "Amazon.CDK.AWS.MediaPackage"
1918
+ },
1919
+ "java": {
1920
+ "package": "software.amazon.awscdk.services.mediapackage"
1921
+ },
1922
+ "python": {
1923
+ "module": "aws_cdk.aws_mediapackage"
1924
+ }
1925
+ }
1926
+ },
1927
+ "aws-cdk-lib.aws_mediastore": {
1928
+ "targets": {
1929
+ "dotnet": {
1930
+ "namespace": "Amazon.CDK.AWS.MediaStore"
1931
+ },
1932
+ "java": {
1933
+ "package": "software.amazon.awscdk.services.mediastore"
1934
+ },
1935
+ "python": {
1936
+ "module": "aws_cdk.aws_mediastore"
1937
+ }
1938
+ }
1939
+ },
1940
+ "aws-cdk-lib.aws_mediatailor": {
1941
+ "targets": {
1942
+ "dotnet": {
1943
+ "namespace": "Amazon.CDK.AWS.MediaTailor"
1944
+ },
1945
+ "java": {
1946
+ "package": "software.amazon.awscdk.services.mediatailor"
1947
+ },
1948
+ "python": {
1949
+ "module": "aws_cdk.aws_mediatailor"
1950
+ }
1951
+ }
1952
+ },
1953
+ "aws-cdk-lib.aws_memorydb": {
1954
+ "targets": {
1955
+ "dotnet": {
1956
+ "namespace": "Amazon.CDK.AWS.MemoryDB"
1957
+ },
1958
+ "java": {
1959
+ "package": "software.amazon.awscdk.services.memorydb"
1960
+ },
1961
+ "python": {
1962
+ "module": "aws_cdk.aws_memorydb"
1963
+ }
1964
+ }
1965
+ },
1966
+ "aws-cdk-lib.aws_msk": {
1967
+ "targets": {
1968
+ "dotnet": {
1969
+ "namespace": "Amazon.CDK.AWS.MSK"
1970
+ },
1971
+ "java": {
1972
+ "package": "software.amazon.awscdk.services.msk"
1973
+ },
1974
+ "python": {
1975
+ "module": "aws_cdk.aws_msk"
1976
+ }
1977
+ }
1978
+ },
1979
+ "aws-cdk-lib.aws_mwaa": {
1980
+ "targets": {
1981
+ "dotnet": {
1982
+ "namespace": "Amazon.CDK.AWS.MWAA"
1983
+ },
1984
+ "java": {
1985
+ "package": "software.amazon.awscdk.services.mwaa"
1986
+ },
1987
+ "python": {
1988
+ "module": "aws_cdk.aws_mwaa"
1989
+ }
1990
+ }
1991
+ },
1992
+ "aws-cdk-lib.aws_neptune": {
1993
+ "targets": {
1994
+ "dotnet": {
1995
+ "namespace": "Amazon.CDK.AWS.Neptune"
1996
+ },
1997
+ "java": {
1998
+ "package": "software.amazon.awscdk.services.neptune"
1999
+ },
2000
+ "python": {
2001
+ "module": "aws_cdk.aws_neptune"
2002
+ }
2003
+ }
2004
+ },
2005
+ "aws-cdk-lib.aws_networkfirewall": {
2006
+ "targets": {
2007
+ "dotnet": {
2008
+ "namespace": "Amazon.CDK.AWS.NetworkFirewall"
2009
+ },
2010
+ "java": {
2011
+ "package": "software.amazon.awscdk.services.networkfirewall"
2012
+ },
2013
+ "python": {
2014
+ "module": "aws_cdk.aws_networkfirewall"
2015
+ }
2016
+ }
2017
+ },
2018
+ "aws-cdk-lib.aws_networkmanager": {
2019
+ "targets": {
2020
+ "dotnet": {
2021
+ "namespace": "Amazon.CDK.AWS.NetworkManager"
2022
+ },
2023
+ "java": {
2024
+ "package": "software.amazon.awscdk.services.networkmanager"
2025
+ },
2026
+ "python": {
2027
+ "module": "aws_cdk.aws_networkmanager"
2028
+ }
2029
+ }
2030
+ },
2031
+ "aws-cdk-lib.aws_nimblestudio": {
2032
+ "targets": {
2033
+ "dotnet": {
2034
+ "namespace": "Amazon.CDK.AWS.NimbleStudio"
2035
+ },
2036
+ "java": {
2037
+ "package": "software.amazon.awscdk.services.nimblestudio"
2038
+ },
2039
+ "python": {
2040
+ "module": "aws_cdk.aws_nimblestudio"
2041
+ }
2042
+ }
2043
+ },
2044
+ "aws-cdk-lib.aws_opensearchservice": {
2045
+ "targets": {
2046
+ "dotnet": {
2047
+ "namespace": "Amazon.CDK.AWS.OpenSearchService"
2048
+ },
2049
+ "java": {
2050
+ "package": "software.amazon.awscdk.services.opensearchservice"
2051
+ },
2052
+ "python": {
2053
+ "module": "aws_cdk.aws_opensearchservice"
2054
+ }
2055
+ }
2056
+ },
2057
+ "aws-cdk-lib.aws_opsworks": {
2058
+ "targets": {
2059
+ "dotnet": {
2060
+ "namespace": "Amazon.CDK.AWS.OpsWorks"
2061
+ },
2062
+ "java": {
2063
+ "package": "software.amazon.awscdk.services.opsworks"
2064
+ },
2065
+ "python": {
2066
+ "module": "aws_cdk.aws_opsworks"
2067
+ }
2068
+ }
2069
+ },
2070
+ "aws-cdk-lib.aws_opsworkscm": {
2071
+ "targets": {
2072
+ "dotnet": {
2073
+ "namespace": "Amazon.CDK.AWS.OpsWorksCM"
2074
+ },
2075
+ "java": {
2076
+ "package": "software.amazon.awscdk.services.opsworkscm"
2077
+ },
2078
+ "python": {
2079
+ "module": "aws_cdk.aws_opsworkscm"
2080
+ }
2081
+ }
2082
+ },
2083
+ "aws-cdk-lib.aws_panorama": {
2084
+ "targets": {
2085
+ "dotnet": {
2086
+ "namespace": "Amazon.CDK.AWS.Panorama"
2087
+ },
2088
+ "java": {
2089
+ "package": "software.amazon.awscdk.services.panorama"
2090
+ },
2091
+ "python": {
2092
+ "module": "aws_cdk.aws_panorama"
2093
+ }
2094
+ }
2095
+ },
2096
+ "aws-cdk-lib.aws_personalize": {
2097
+ "targets": {
2098
+ "dotnet": {
2099
+ "namespace": "Amazon.CDK.AWS.Personalize"
2100
+ },
2101
+ "java": {
2102
+ "package": "software.amazon.awscdk.services.personalize"
2103
+ },
2104
+ "python": {
2105
+ "module": "aws_cdk.aws_personalize"
2106
+ }
2107
+ }
2108
+ },
2109
+ "aws-cdk-lib.aws_pinpoint": {
2110
+ "targets": {
2111
+ "dotnet": {
2112
+ "namespace": "Amazon.CDK.AWS.Pinpoint"
2113
+ },
2114
+ "java": {
2115
+ "package": "software.amazon.awscdk.services.pinpoint"
2116
+ },
2117
+ "python": {
2118
+ "module": "aws_cdk.aws_pinpoint"
2119
+ }
2120
+ }
2121
+ },
2122
+ "aws-cdk-lib.aws_pinpointemail": {
2123
+ "targets": {
2124
+ "dotnet": {
2125
+ "namespace": "Amazon.CDK.AWS.PinpointEmail"
2126
+ },
2127
+ "java": {
2128
+ "package": "software.amazon.awscdk.services.pinpointemail"
2129
+ },
2130
+ "python": {
2131
+ "module": "aws_cdk.aws_pinpointemail"
2132
+ }
2133
+ }
2134
+ },
2135
+ "aws-cdk-lib.aws_qldb": {
2136
+ "targets": {
2137
+ "dotnet": {
2138
+ "namespace": "Amazon.CDK.AWS.QLDB"
2139
+ },
2140
+ "java": {
2141
+ "package": "software.amazon.awscdk.services.qldb"
2142
+ },
2143
+ "python": {
2144
+ "module": "aws_cdk.aws_qldb"
2145
+ }
2146
+ }
2147
+ },
2148
+ "aws-cdk-lib.aws_quicksight": {
2149
+ "targets": {
2150
+ "dotnet": {
2151
+ "namespace": "Amazon.CDK.AWS.QuickSight"
2152
+ },
2153
+ "java": {
2154
+ "package": "software.amazon.awscdk.services.quicksight"
2155
+ },
2156
+ "python": {
2157
+ "module": "aws_cdk.aws_quicksight"
2158
+ }
2159
+ }
2160
+ },
2161
+ "aws-cdk-lib.aws_ram": {
2162
+ "targets": {
2163
+ "dotnet": {
2164
+ "namespace": "Amazon.CDK.AWS.RAM"
2165
+ },
2166
+ "java": {
2167
+ "package": "software.amazon.awscdk.services.ram"
2168
+ },
2169
+ "python": {
2170
+ "module": "aws_cdk.aws_ram"
2171
+ }
2172
+ }
2173
+ },
2174
+ "aws-cdk-lib.aws_rds": {
2175
+ "targets": {
2176
+ "dotnet": {
2177
+ "namespace": "Amazon.CDK.AWS.RDS"
2178
+ },
2179
+ "java": {
2180
+ "package": "software.amazon.awscdk.services.rds"
2181
+ },
2182
+ "python": {
2183
+ "module": "aws_cdk.aws_rds"
2184
+ }
2185
+ }
2186
+ },
2187
+ "aws-cdk-lib.aws_redshift": {
2188
+ "targets": {
2189
+ "dotnet": {
2190
+ "namespace": "Amazon.CDK.AWS.Redshift"
2191
+ },
2192
+ "java": {
2193
+ "package": "software.amazon.awscdk.services.redshift"
2194
+ },
2195
+ "python": {
2196
+ "module": "aws_cdk.aws_redshift"
2197
+ }
2198
+ }
2199
+ },
2200
+ "aws-cdk-lib.aws_refactorspaces": {
2201
+ "targets": {
2202
+ "dotnet": {
2203
+ "namespace": "Amazon.CDK.AWS.RefactorSpaces"
2204
+ },
2205
+ "java": {
2206
+ "package": "software.amazon.awscdk.services.refactorspaces"
2207
+ },
2208
+ "python": {
2209
+ "module": "aws_cdk.aws_refactorspaces"
2210
+ }
2211
+ }
2212
+ },
2213
+ "aws-cdk-lib.aws_rekognition": {
2214
+ "targets": {
2215
+ "dotnet": {
2216
+ "namespace": "Amazon.CDK.AWS.Rekognition"
2217
+ },
2218
+ "java": {
2219
+ "package": "software.amazon.awscdk.services.rekognition"
2220
+ },
2221
+ "python": {
2222
+ "module": "aws_cdk.aws_rekognition"
2223
+ }
2224
+ }
2225
+ },
2226
+ "aws-cdk-lib.aws_resiliencehub": {
2227
+ "targets": {
2228
+ "dotnet": {
2229
+ "namespace": "Amazon.CDK.AWS.ResilienceHub"
2230
+ },
2231
+ "java": {
2232
+ "package": "software.amazon.awscdk.services.resiliencehub"
2233
+ },
2234
+ "python": {
2235
+ "module": "aws_cdk.aws_resiliencehub"
2236
+ }
2237
+ }
2238
+ },
2239
+ "aws-cdk-lib.aws_resourcegroups": {
2240
+ "targets": {
2241
+ "dotnet": {
2242
+ "namespace": "Amazon.CDK.AWS.ResourceGroups"
2243
+ },
2244
+ "java": {
2245
+ "package": "software.amazon.awscdk.services.resourcegroups"
2246
+ },
2247
+ "python": {
2248
+ "module": "aws_cdk.aws_resourcegroups"
2249
+ }
2250
+ }
2251
+ },
2252
+ "aws-cdk-lib.aws_robomaker": {
2253
+ "targets": {
2254
+ "dotnet": {
2255
+ "namespace": "Amazon.CDK.AWS.RoboMaker"
2256
+ },
2257
+ "java": {
2258
+ "package": "software.amazon.awscdk.services.robomaker"
2259
+ },
2260
+ "python": {
2261
+ "module": "aws_cdk.aws_robomaker"
2262
+ }
2263
+ }
2264
+ },
2265
+ "aws-cdk-lib.aws_route53": {
2266
+ "targets": {
2267
+ "dotnet": {
2268
+ "namespace": "Amazon.CDK.AWS.Route53"
2269
+ },
2270
+ "java": {
2271
+ "package": "software.amazon.awscdk.services.route53"
2272
+ },
2273
+ "python": {
2274
+ "module": "aws_cdk.aws_route53"
2275
+ }
2276
+ }
2277
+ },
2278
+ "aws-cdk-lib.aws_route53_patterns": {
2279
+ "targets": {
2280
+ "dotnet": {
2281
+ "namespace": "Amazon.CDK.AWS.Route53.Patterns"
2282
+ },
2283
+ "java": {
2284
+ "package": "software.amazon.awscdk.services.route53.patterns"
2285
+ },
2286
+ "python": {
2287
+ "module": "aws_cdk.aws_route53_patterns"
2288
+ }
2289
+ }
2290
+ },
2291
+ "aws-cdk-lib.aws_route53_targets": {
2292
+ "targets": {
2293
+ "dotnet": {
2294
+ "namespace": "Amazon.CDK.AWS.Route53.Targets"
2295
+ },
2296
+ "java": {
2297
+ "package": "software.amazon.awscdk.services.route53.targets"
2298
+ },
2299
+ "python": {
2300
+ "module": "aws_cdk.aws_route53_targets"
2301
+ }
2302
+ }
2303
+ },
2304
+ "aws-cdk-lib.aws_route53recoverycontrol": {
2305
+ "targets": {
2306
+ "dotnet": {
2307
+ "namespace": "Amazon.CDK.AWS.Route53RecoveryControl"
2308
+ },
2309
+ "java": {
2310
+ "package": "software.amazon.awscdk.services.route53recoverycontrol"
2311
+ },
2312
+ "python": {
2313
+ "module": "aws_cdk.aws_route53recoverycontrol"
2314
+ }
2315
+ }
2316
+ },
2317
+ "aws-cdk-lib.aws_route53recoveryreadiness": {
2318
+ "targets": {
2319
+ "dotnet": {
2320
+ "namespace": "Amazon.CDK.AWS.Route53RecoveryReadiness"
2321
+ },
2322
+ "java": {
2323
+ "package": "software.amazon.awscdk.services.route53recoveryreadiness"
2324
+ },
2325
+ "python": {
2326
+ "module": "aws_cdk.aws_route53recoveryreadiness"
2327
+ }
2328
+ }
2329
+ },
2330
+ "aws-cdk-lib.aws_route53resolver": {
2331
+ "targets": {
2332
+ "dotnet": {
2333
+ "namespace": "Amazon.CDK.AWS.Route53Resolver"
2334
+ },
2335
+ "java": {
2336
+ "package": "software.amazon.awscdk.services.route53resolver"
2337
+ },
2338
+ "python": {
2339
+ "module": "aws_cdk.aws_route53resolver"
2340
+ }
2341
+ }
2342
+ },
2343
+ "aws-cdk-lib.aws_rum": {
2344
+ "targets": {
2345
+ "dotnet": {
2346
+ "namespace": "Amazon.CDK.AWS.RUM"
2347
+ },
2348
+ "java": {
2349
+ "package": "software.amazon.awscdk.services.rum"
2350
+ },
2351
+ "python": {
2352
+ "module": "aws_cdk.aws_rum"
2353
+ }
2354
+ }
2355
+ },
2356
+ "aws-cdk-lib.aws_s3": {
2357
+ "targets": {
2358
+ "dotnet": {
2359
+ "namespace": "Amazon.CDK.AWS.S3"
2360
+ },
2361
+ "java": {
2362
+ "package": "software.amazon.awscdk.services.s3"
2363
+ },
2364
+ "python": {
2365
+ "module": "aws_cdk.aws_s3"
2366
+ }
2367
+ }
2368
+ },
2369
+ "aws-cdk-lib.aws_s3_assets": {
2370
+ "targets": {
2371
+ "dotnet": {
2372
+ "namespace": "Amazon.CDK.AWS.S3.Assets"
2373
+ },
2374
+ "java": {
2375
+ "package": "software.amazon.awscdk.services.s3.assets"
2376
+ },
2377
+ "python": {
2378
+ "module": "aws_cdk.aws_s3_assets"
2379
+ }
2380
+ }
2381
+ },
2382
+ "aws-cdk-lib.aws_s3_deployment": {
2383
+ "targets": {
2384
+ "dotnet": {
2385
+ "namespace": "Amazon.CDK.AWS.S3.Deployment"
2386
+ },
2387
+ "java": {
2388
+ "package": "software.amazon.awscdk.services.s3.deployment"
2389
+ },
2390
+ "python": {
2391
+ "module": "aws_cdk.aws_s3_deployment"
2392
+ }
2393
+ }
2394
+ },
2395
+ "aws-cdk-lib.aws_s3_notifications": {
2396
+ "targets": {
2397
+ "dotnet": {
2398
+ "namespace": "Amazon.CDK.AWS.S3.Notifications"
2399
+ },
2400
+ "java": {
2401
+ "package": "software.amazon.awscdk.services.s3.notifications"
2402
+ },
2403
+ "python": {
2404
+ "module": "aws_cdk.aws_s3_notifications"
2405
+ }
2406
+ }
2407
+ },
2408
+ "aws-cdk-lib.aws_s3objectlambda": {
2409
+ "targets": {
2410
+ "dotnet": {
2411
+ "namespace": "Amazon.CDK.AWS.S3ObjectLambda"
2412
+ },
2413
+ "java": {
2414
+ "package": "software.amazon.awscdk.services.s3objectlambda"
2415
+ },
2416
+ "python": {
2417
+ "module": "aws_cdk.aws_s3objectlambda"
2418
+ }
2419
+ }
2420
+ },
2421
+ "aws-cdk-lib.aws_s3outposts": {
2422
+ "targets": {
2423
+ "dotnet": {
2424
+ "namespace": "Amazon.CDK.AWS.S3Outposts"
2425
+ },
2426
+ "java": {
2427
+ "package": "software.amazon.awscdk.services.s3outposts"
2428
+ },
2429
+ "python": {
2430
+ "module": "aws_cdk.aws_s3outposts"
2431
+ }
2432
+ }
2433
+ },
2434
+ "aws-cdk-lib.aws_sagemaker": {
2435
+ "targets": {
2436
+ "dotnet": {
2437
+ "namespace": "Amazon.CDK.AWS.Sagemaker"
2438
+ },
2439
+ "java": {
2440
+ "package": "software.amazon.awscdk.services.sagemaker"
2441
+ },
2442
+ "python": {
2443
+ "module": "aws_cdk.aws_sagemaker"
2444
+ }
2445
+ }
2446
+ },
2447
+ "aws-cdk-lib.aws_sam": {
2448
+ "targets": {
2449
+ "dotnet": {
2450
+ "namespace": "Amazon.CDK.AWS.SAM"
2451
+ },
2452
+ "java": {
2453
+ "package": "software.amazon.awscdk.services.sam"
2454
+ },
2455
+ "python": {
2456
+ "module": "aws_cdk.aws_sam"
2457
+ }
2458
+ }
2459
+ },
2460
+ "aws-cdk-lib.aws_sdb": {
2461
+ "targets": {
2462
+ "dotnet": {
2463
+ "namespace": "Amazon.CDK.AWS.SDB"
2464
+ },
2465
+ "java": {
2466
+ "package": "software.amazon.awscdk.services.sdb"
2467
+ },
2468
+ "python": {
2469
+ "module": "aws_cdk.aws_sdb"
2470
+ }
2471
+ }
2472
+ },
2473
+ "aws-cdk-lib.aws_secretsmanager": {
2474
+ "targets": {
2475
+ "dotnet": {
2476
+ "namespace": "Amazon.CDK.AWS.SecretsManager"
2477
+ },
2478
+ "java": {
2479
+ "package": "software.amazon.awscdk.services.secretsmanager"
2480
+ },
2481
+ "python": {
2482
+ "module": "aws_cdk.aws_secretsmanager"
2483
+ }
2484
+ }
2485
+ },
2486
+ "aws-cdk-lib.aws_securityhub": {
2487
+ "targets": {
2488
+ "dotnet": {
2489
+ "namespace": "Amazon.CDK.AWS.SecurityHub"
2490
+ },
2491
+ "java": {
2492
+ "package": "software.amazon.awscdk.services.securityhub"
2493
+ },
2494
+ "python": {
2495
+ "module": "aws_cdk.aws_securityhub"
2496
+ }
2497
+ }
2498
+ },
2499
+ "aws-cdk-lib.aws_servicecatalog": {
2500
+ "targets": {
2501
+ "dotnet": {
2502
+ "namespace": "Amazon.CDK.AWS.Servicecatalog"
2503
+ },
2504
+ "java": {
2505
+ "package": "software.amazon.awscdk.services.servicecatalog"
2506
+ },
2507
+ "python": {
2508
+ "module": "aws_cdk.aws_servicecatalog"
2509
+ }
2510
+ }
2511
+ },
2512
+ "aws-cdk-lib.aws_servicecatalogappregistry": {
2513
+ "targets": {
2514
+ "dotnet": {
2515
+ "namespace": "Amazon.CDK.AWS.Servicecatalogappregistry"
2516
+ },
2517
+ "java": {
2518
+ "package": "software.amazon.awscdk.services.servicecatalogappregistry"
2519
+ },
2520
+ "python": {
2521
+ "module": "aws_cdk.aws_servicecatalogappregistry"
2522
+ }
2523
+ }
2524
+ },
2525
+ "aws-cdk-lib.aws_servicediscovery": {
2526
+ "targets": {
2527
+ "dotnet": {
2528
+ "namespace": "Amazon.CDK.AWS.ServiceDiscovery"
2529
+ },
2530
+ "java": {
2531
+ "package": "software.amazon.awscdk.services.servicediscovery"
2532
+ },
2533
+ "python": {
2534
+ "module": "aws_cdk.aws_servicediscovery"
2535
+ }
2536
+ }
2537
+ },
2538
+ "aws-cdk-lib.aws_ses": {
2539
+ "targets": {
2540
+ "dotnet": {
2541
+ "namespace": "Amazon.CDK.AWS.SES"
2542
+ },
2543
+ "java": {
2544
+ "package": "software.amazon.awscdk.services.ses"
2545
+ },
2546
+ "python": {
2547
+ "module": "aws_cdk.aws_ses"
2548
+ }
2549
+ }
2550
+ },
2551
+ "aws-cdk-lib.aws_ses_actions": {
2552
+ "targets": {
2553
+ "dotnet": {
2554
+ "namespace": "Amazon.CDK.AWS.SES.Actions"
2555
+ },
2556
+ "java": {
2557
+ "package": "software.amazon.awscdk.services.ses.actions"
2558
+ },
2559
+ "python": {
2560
+ "module": "aws_cdk.aws_ses_actions"
2561
+ }
2562
+ }
2563
+ },
2564
+ "aws-cdk-lib.aws_signer": {
2565
+ "targets": {
2566
+ "dotnet": {
2567
+ "namespace": "Amazon.CDK.AWS.Signer"
2568
+ },
2569
+ "java": {
2570
+ "package": "software.amazon.awscdk.services.signer"
2571
+ },
2572
+ "python": {
2573
+ "module": "aws_cdk.aws_signer"
2574
+ }
2575
+ }
2576
+ },
2577
+ "aws-cdk-lib.aws_sns": {
2578
+ "targets": {
2579
+ "dotnet": {
2580
+ "namespace": "Amazon.CDK.AWS.SNS"
2581
+ },
2582
+ "java": {
2583
+ "package": "software.amazon.awscdk.services.sns"
2584
+ },
2585
+ "python": {
2586
+ "module": "aws_cdk.aws_sns"
2587
+ }
2588
+ }
2589
+ },
2590
+ "aws-cdk-lib.aws_sns_subscriptions": {
2591
+ "targets": {
2592
+ "dotnet": {
2593
+ "namespace": "Amazon.CDK.AWS.SNS.Subscriptions"
2594
+ },
2595
+ "java": {
2596
+ "package": "software.amazon.awscdk.services.sns.subscriptions"
2597
+ },
2598
+ "python": {
2599
+ "module": "aws_cdk.aws_sns_subscriptions"
2600
+ }
2601
+ }
2602
+ },
2603
+ "aws-cdk-lib.aws_sqs": {
2604
+ "targets": {
2605
+ "dotnet": {
2606
+ "namespace": "Amazon.CDK.AWS.SQS"
2607
+ },
2608
+ "java": {
2609
+ "package": "software.amazon.awscdk.services.sqs"
2610
+ },
2611
+ "python": {
2612
+ "module": "aws_cdk.aws_sqs"
2613
+ }
2614
+ }
2615
+ },
2616
+ "aws-cdk-lib.aws_ssm": {
2617
+ "targets": {
2618
+ "dotnet": {
2619
+ "namespace": "Amazon.CDK.AWS.SSM"
2620
+ },
2621
+ "java": {
2622
+ "package": "software.amazon.awscdk.services.ssm"
2623
+ },
2624
+ "python": {
2625
+ "module": "aws_cdk.aws_ssm"
2626
+ }
2627
+ }
2628
+ },
2629
+ "aws-cdk-lib.aws_ssmcontacts": {
2630
+ "targets": {
2631
+ "dotnet": {
2632
+ "namespace": "Amazon.CDK.AWS.SSMContacts"
2633
+ },
2634
+ "java": {
2635
+ "package": "software.amazon.awscdk.services.ssmcontacts"
2636
+ },
2637
+ "python": {
2638
+ "module": "aws_cdk.aws_ssmcontacts"
2639
+ }
2640
+ }
2641
+ },
2642
+ "aws-cdk-lib.aws_ssmincidents": {
2643
+ "targets": {
2644
+ "dotnet": {
2645
+ "namespace": "Amazon.CDK.AWS.SSMIncidents"
2646
+ },
2647
+ "java": {
2648
+ "package": "software.amazon.awscdk.services.ssmincidents"
2649
+ },
2650
+ "python": {
2651
+ "module": "aws_cdk.aws_ssmincidents"
2652
+ }
2653
+ }
2654
+ },
2655
+ "aws-cdk-lib.aws_sso": {
2656
+ "targets": {
2657
+ "dotnet": {
2658
+ "namespace": "Amazon.CDK.AWS.SSO"
2659
+ },
2660
+ "java": {
2661
+ "package": "software.amazon.awscdk.services.sso"
2662
+ },
2663
+ "python": {
2664
+ "module": "aws_cdk.aws_sso"
2665
+ }
2666
+ }
2667
+ },
2668
+ "aws-cdk-lib.aws_stepfunctions": {
2669
+ "targets": {
2670
+ "dotnet": {
2671
+ "namespace": "Amazon.CDK.AWS.StepFunctions"
2672
+ },
2673
+ "java": {
2674
+ "package": "software.amazon.awscdk.services.stepfunctions"
2675
+ },
2676
+ "python": {
2677
+ "module": "aws_cdk.aws_stepfunctions"
2678
+ }
2679
+ }
2680
+ },
2681
+ "aws-cdk-lib.aws_stepfunctions_tasks": {
2682
+ "targets": {
2683
+ "dotnet": {
2684
+ "namespace": "Amazon.CDK.AWS.StepFunctions.Tasks"
2685
+ },
2686
+ "java": {
2687
+ "package": "software.amazon.awscdk.services.stepfunctions.tasks"
2688
+ },
2689
+ "python": {
2690
+ "module": "aws_cdk.aws_stepfunctions_tasks"
2691
+ }
2692
+ }
2693
+ },
2694
+ "aws-cdk-lib.aws_synthetics": {
2695
+ "targets": {
2696
+ "dotnet": {
2697
+ "namespace": "Amazon.CDK.AWS.Synthetics"
2698
+ },
2699
+ "java": {
2700
+ "package": "software.amazon.awscdk.services.synthetics"
2701
+ },
2702
+ "python": {
2703
+ "module": "aws_cdk.aws_synthetics"
2704
+ }
2705
+ }
2706
+ },
2707
+ "aws-cdk-lib.aws_timestream": {
2708
+ "targets": {
2709
+ "dotnet": {
2710
+ "namespace": "Amazon.CDK.AWS.Timestream"
2711
+ },
2712
+ "java": {
2713
+ "package": "software.amazon.awscdk.services.timestream"
2714
+ },
2715
+ "python": {
2716
+ "module": "aws_cdk.aws_timestream"
2717
+ }
2718
+ }
2719
+ },
2720
+ "aws-cdk-lib.aws_transfer": {
2721
+ "targets": {
2722
+ "dotnet": {
2723
+ "namespace": "Amazon.CDK.AWS.Transfer"
2724
+ },
2725
+ "java": {
2726
+ "package": "software.amazon.awscdk.services.transfer"
2727
+ },
2728
+ "python": {
2729
+ "module": "aws_cdk.aws_transfer"
2730
+ }
2731
+ }
2732
+ },
2733
+ "aws-cdk-lib.aws_voiceid": {
2734
+ "targets": {
2735
+ "dotnet": {
2736
+ "namespace": "Amazon.CDK.AWS.VoiceID"
2737
+ },
2738
+ "java": {
2739
+ "package": "software.amazon.awscdk.services.voiceid"
2740
+ },
2741
+ "python": {
2742
+ "module": "aws_cdk.aws_voiceid"
2743
+ }
2744
+ }
2745
+ },
2746
+ "aws-cdk-lib.aws_waf": {
2747
+ "targets": {
2748
+ "dotnet": {
2749
+ "namespace": "Amazon.CDK.AWS.WAF"
2750
+ },
2751
+ "java": {
2752
+ "package": "software.amazon.awscdk.services.waf"
2753
+ },
2754
+ "python": {
2755
+ "module": "aws_cdk.aws_waf"
2756
+ }
2757
+ }
2758
+ },
2759
+ "aws-cdk-lib.aws_wafregional": {
2760
+ "targets": {
2761
+ "dotnet": {
2762
+ "namespace": "Amazon.CDK.AWS.WAFRegional"
2763
+ },
2764
+ "java": {
2765
+ "package": "software.amazon.awscdk.services.waf.regional"
2766
+ },
2767
+ "python": {
2768
+ "module": "aws_cdk.aws_wafregional"
2769
+ }
2770
+ }
2771
+ },
2772
+ "aws-cdk-lib.aws_wafv2": {
2773
+ "targets": {
2774
+ "dotnet": {
2775
+ "namespace": "Amazon.CDK.AWS.WAFv2"
2776
+ },
2777
+ "java": {
2778
+ "package": "software.amazon.awscdk.services.wafv2"
2779
+ },
2780
+ "python": {
2781
+ "module": "aws_cdk.aws_wafv2"
2782
+ }
2783
+ }
2784
+ },
2785
+ "aws-cdk-lib.aws_wisdom": {
2786
+ "targets": {
2787
+ "dotnet": {
2788
+ "namespace": "Amazon.CDK.AWS.Wisdom"
2789
+ },
2790
+ "java": {
2791
+ "package": "software.amazon.awscdk.services.wisdom"
2792
+ },
2793
+ "python": {
2794
+ "module": "aws_cdk.aws_wisdom"
2795
+ }
2796
+ }
2797
+ },
2798
+ "aws-cdk-lib.aws_workspaces": {
2799
+ "targets": {
2800
+ "dotnet": {
2801
+ "namespace": "Amazon.CDK.AWS.WorkSpaces"
2802
+ },
2803
+ "java": {
2804
+ "package": "software.amazon.awscdk.services.workspaces"
2805
+ },
2806
+ "python": {
2807
+ "module": "aws_cdk.aws_workspaces"
2808
+ }
2809
+ }
2810
+ },
2811
+ "aws-cdk-lib.aws_xray": {
2812
+ "targets": {
2813
+ "dotnet": {
2814
+ "namespace": "Amazon.CDK.AWS.XRay"
2815
+ },
2816
+ "java": {
2817
+ "package": "software.amazon.awscdk.services.xray"
2818
+ },
2819
+ "python": {
2820
+ "module": "aws_cdk.aws_xray"
2821
+ }
2822
+ }
2823
+ },
2824
+ "aws-cdk-lib.cloud_assembly_schema": {
2825
+ "targets": {
2826
+ "dotnet": {
2827
+ "namespace": "Amazon.CDK.CloudAssembly.Schema"
2828
+ },
2829
+ "java": {
2830
+ "package": "software.amazon.awscdk.cloudassembly.schema"
2831
+ },
2832
+ "python": {
2833
+ "module": "aws_cdk.cloud_assembly_schema"
2834
+ }
2835
+ }
2836
+ },
2837
+ "aws-cdk-lib.cloudformation_include": {
2838
+ "targets": {
2839
+ "dotnet": {
2840
+ "namespace": "Amazon.CDK.CloudFormation.Include"
2841
+ },
2842
+ "java": {
2843
+ "package": "software.amazon.awscdk.cloudformation.include"
2844
+ },
2845
+ "python": {
2846
+ "module": "aws_cdk.cloudformation_include"
2847
+ }
2848
+ }
2849
+ },
2850
+ "aws-cdk-lib.custom_resources": {
2851
+ "targets": {
2852
+ "dotnet": {
2853
+ "namespace": "Amazon.CDK.CustomResources"
2854
+ },
2855
+ "java": {
2856
+ "package": "software.amazon.awscdk.customresources"
2857
+ },
2858
+ "python": {
2859
+ "module": "aws_cdk.custom_resources"
2860
+ }
2861
+ }
2862
+ },
2863
+ "aws-cdk-lib.cx_api": {
2864
+ "targets": {
2865
+ "dotnet": {
2866
+ "namespace": "Amazon.CDK.CXAPI"
2867
+ },
2868
+ "java": {
2869
+ "package": "software.amazon.awscdk.cxapi"
2870
+ },
2871
+ "python": {
2872
+ "module": "aws_cdk.cx_api"
2873
+ }
2874
+ }
2875
+ },
2876
+ "aws-cdk-lib.lambda_layer_awscli": {
2877
+ "targets": {
2878
+ "dotnet": {
2879
+ "namespace": "Amazon.CDK.LambdaLayer.AwsCli"
2880
+ },
2881
+ "java": {
2882
+ "package": "software.amazon.awscdk.lambdalayer.awscli"
2883
+ },
2884
+ "python": {
2885
+ "module": "aws_cdk.lambda_layer_awscli"
2886
+ }
2887
+ }
2888
+ },
2889
+ "aws-cdk-lib.lambda_layer_kubectl": {
2890
+ "targets": {
2891
+ "dotnet": {
2892
+ "namespace": "Amazon.CDK.LambdaLayer.Kubectl"
2893
+ },
2894
+ "java": {
2895
+ "package": "software.amazon.awscdk.lambdalayer.kubectl"
2896
+ },
2897
+ "python": {
2898
+ "module": "aws_cdk.lambda_layer_kubectl"
2899
+ }
2900
+ }
2901
+ },
2902
+ "aws-cdk-lib.lambda_layer_node_proxy_agent": {
2903
+ "targets": {
2904
+ "dotnet": {
2905
+ "namespace": "Amazon.CDK.LambdaLayer.NodeProxyAgent"
2906
+ },
2907
+ "java": {
2908
+ "package": "software.amazon.awscdk.lambda.layer.node.proxy.agent"
2909
+ },
2910
+ "python": {
2911
+ "module": "aws_cdk.lambda_layer_node_proxy_agent"
2912
+ }
2913
+ }
2914
+ },
2915
+ "aws-cdk-lib.pipelines": {
2916
+ "targets": {
2917
+ "dotnet": {
2918
+ "namespace": "Amazon.CDK.Pipelines"
2919
+ },
2920
+ "java": {
2921
+ "package": "software.amazon.awscdk.pipelines"
2922
+ },
2923
+ "python": {
2924
+ "module": "aws_cdk.pipelines"
2925
+ }
2926
+ }
2927
+ },
2928
+ "aws-cdk-lib.region_info": {
2929
+ "targets": {
2930
+ "dotnet": {
2931
+ "namespace": "Amazon.CDK.RegionInfo"
2932
+ },
2933
+ "java": {
2934
+ "package": "software.amazon.awscdk.regioninfo"
2935
+ },
2936
+ "python": {
2937
+ "module": "aws_cdk.region_info"
2938
+ }
2939
+ }
2940
+ },
2941
+ "aws-cdk-lib.triggers": {
2942
+ "targets": {
2943
+ "dotnet": {
2944
+ "namespace": "Amazon.CDK.Triggers"
2945
+ },
2946
+ "java": {
2947
+ "package": "software.amazon.awscdk.triggers"
2948
+ },
2949
+ "python": {
2950
+ "module": "aws_cdk.triggers"
2951
+ }
2952
+ }
2953
+ }
2954
+ },
2955
+ "targets": {
2956
+ "dotnet": {
2957
+ "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
2958
+ "namespace": "Amazon.CDK",
2959
+ "packageId": "Amazon.CDK.Lib"
2960
+ },
2961
+ "go": {
2962
+ "moduleName": "github.com/aws/aws-cdk-go",
2963
+ "packageName": "awscdk"
2964
+ },
2965
+ "java": {
2966
+ "maven": {
2967
+ "artifactId": "aws-cdk-lib",
2968
+ "groupId": "software.amazon.awscdk"
2969
+ },
2970
+ "package": "software.amazon.awscdk"
2971
+ },
2972
+ "js": {
2973
+ "npm": "aws-cdk-lib"
2974
+ },
2975
+ "python": {
2976
+ "distName": "aws-cdk-lib",
2977
+ "module": "aws_cdk"
2978
+ }
2979
+ }
2980
+ },
2981
+ "constructs": {
2982
+ "targets": {
2983
+ "dotnet": {
2984
+ "namespace": "Constructs",
2985
+ "packageId": "Constructs"
2986
+ },
2987
+ "go": {
2988
+ "moduleName": "github.com/aws/constructs-go"
2989
+ },
2990
+ "java": {
2991
+ "maven": {
2992
+ "artifactId": "constructs",
2993
+ "groupId": "software.constructs"
2994
+ },
2995
+ "package": "software.constructs"
2996
+ },
2997
+ "js": {
2998
+ "npm": "constructs"
2999
+ },
3000
+ "python": {
3001
+ "distName": "constructs",
3002
+ "module": "constructs"
3003
+ }
3004
+ }
3005
+ }
3006
+ },
3007
+ "description": "AWS CKD constructs for Gemeente Nijmegen",
3008
+ "docs": {
3009
+ "stability": "stable"
3010
+ },
3011
+ "homepage": "https://github.com/GemeenteNijmegen/modules-aws-constructs.git",
3012
+ "jsiiVersion": "5.8.22 (build 160a3ef)",
3013
+ "keywords": [
3014
+ "cdk"
3015
+ ],
3016
+ "license": "EUPL-1.2",
3017
+ "metadata": {
3018
+ "jsii": {
3019
+ "pacmak": {
3020
+ "hasDefaultInterfaces": true
3021
+ }
3022
+ },
3023
+ "tscRootDir": "src"
3024
+ },
3025
+ "name": "@gemeentenijmegen/aws-constructs",
3026
+ "readme": {
3027
+ "markdown": "# AWS CDK Constructs for Gemeente Nijmegen\nThis package contains CDK constructs used by Gemeente Nijmegen in different projects.\n\n## PermissionBoundaryAspect\nA CDK aspect to add a permission boundary to each role/user defined in IaC.\n\nUse in a CDK stack or CDK pipeline stage:\n```\nAspects.of(this).add(new PermissionBoundaryAspect());\n```"
3028
+ },
3029
+ "repository": {
3030
+ "type": "git",
3031
+ "url": "https://github.com/GemeenteNijmegen/modules-aws-constructs.git"
3032
+ },
3033
+ "schema": "jsii/0.10.0",
3034
+ "targets": {
3035
+ "js": {
3036
+ "npm": "@gemeentenijmegen/aws-constructs"
3037
+ }
3038
+ },
3039
+ "types": {
3040
+ "@gemeentenijmegen/aws-constructs.Criticality": {
3041
+ "assembly": "@gemeentenijmegen/aws-constructs",
3042
+ "docs": {
3043
+ "stability": "stable"
3044
+ },
3045
+ "fqn": "@gemeentenijmegen/aws-constructs.Criticality",
3046
+ "initializer": {
3047
+ "docs": {
3048
+ "stability": "stable"
3049
+ },
3050
+ "locationInModule": {
3051
+ "filename": "src/Criticality/Criticality.ts",
3052
+ "line": 10
3053
+ },
3054
+ "parameters": [
3055
+ {
3056
+ "name": "lvl",
3057
+ "type": {
3058
+ "primitive": "string"
3059
+ }
3060
+ }
3061
+ ]
3062
+ },
3063
+ "kind": "class",
3064
+ "locationInModule": {
3065
+ "filename": "src/Criticality/Criticality.ts",
3066
+ "line": 3
3067
+ },
3068
+ "methods": [
3069
+ {
3070
+ "docs": {
3071
+ "stability": "stable"
3072
+ },
3073
+ "locationInModule": {
3074
+ "filename": "src/Criticality/Criticality.ts",
3075
+ "line": 5
3076
+ },
3077
+ "name": "fromString",
3078
+ "parameters": [
3079
+ {
3080
+ "name": "criticality",
3081
+ "type": {
3082
+ "primitive": "string"
3083
+ }
3084
+ }
3085
+ ],
3086
+ "returns": {
3087
+ "type": {
3088
+ "fqn": "@gemeentenijmegen/aws-constructs.Criticality"
3089
+ }
3090
+ },
3091
+ "static": true
3092
+ },
3093
+ {
3094
+ "docs": {
3095
+ "returns": "- Alarm suffix (e.g. -low-lvl or -critical-lvl).",
3096
+ "stability": "stable",
3097
+ "summary": "Creates the appropriate suffix for alarms to be picked up by the landingzone monitoring."
3098
+ },
3099
+ "locationInModule": {
3100
+ "filename": "src/Criticality/Criticality.ts",
3101
+ "line": 19
3102
+ },
3103
+ "name": "alarmSuffix",
3104
+ "returns": {
3105
+ "type": {
3106
+ "primitive": "string"
3107
+ }
3108
+ }
3109
+ },
3110
+ {
3111
+ "docs": {
3112
+ "remarks": "Can be used as: `criticality.decrease().alarmSuffix()`",
3113
+ "returns": "- a new criticality object",
3114
+ "stability": "stable",
3115
+ "summary": "Decreases the criticality by one."
3116
+ },
3117
+ "locationInModule": {
3118
+ "filename": "src/Criticality/Criticality.ts",
3119
+ "line": 54
3120
+ },
3121
+ "name": "decrease",
3122
+ "returns": {
3123
+ "type": {
3124
+ "fqn": "@gemeentenijmegen/aws-constructs.Criticality"
3125
+ }
3126
+ }
3127
+ },
3128
+ {
3129
+ "docs": {
3130
+ "remarks": "Can be used as: `criticality.increase().alarmSuffix()`",
3131
+ "returns": "- this object",
3132
+ "stability": "stable",
3133
+ "summary": "Increases the criticality by one."
3134
+ },
3135
+ "locationInModule": {
3136
+ "filename": "src/Criticality/Criticality.ts",
3137
+ "line": 36
3138
+ },
3139
+ "name": "increase",
3140
+ "returns": {
3141
+ "type": {
3142
+ "fqn": "@gemeentenijmegen/aws-constructs.Criticality"
3143
+ }
3144
+ }
3145
+ },
3146
+ {
3147
+ "docs": {
3148
+ "returns": "- E.g. 'high' or 'medium'",
3149
+ "stability": "stable",
3150
+ "summary": "Convert the level to a string."
3151
+ },
3152
+ "locationInModule": {
3153
+ "filename": "src/Criticality/Criticality.ts",
3154
+ "line": 27
3155
+ },
3156
+ "name": "toString",
3157
+ "returns": {
3158
+ "type": {
3159
+ "primitive": "string"
3160
+ }
3161
+ }
3162
+ }
3163
+ ],
3164
+ "name": "Criticality",
3165
+ "symbolId": "src/Criticality/Criticality:Criticality"
3166
+ },
3167
+ "@gemeentenijmegen/aws-constructs.DeadLetterQueue": {
3168
+ "assembly": "@gemeentenijmegen/aws-constructs",
3169
+ "base": "constructs.Construct",
3170
+ "docs": {
3171
+ "stability": "stable"
3172
+ },
3173
+ "fqn": "@gemeentenijmegen/aws-constructs.DeadLetterQueue",
3174
+ "initializer": {
3175
+ "docs": {
3176
+ "stability": "stable"
3177
+ },
3178
+ "locationInModule": {
3179
+ "filename": "src/DeadLetterQueue.ts",
3180
+ "line": 51
3181
+ },
3182
+ "parameters": [
3183
+ {
3184
+ "name": "scope",
3185
+ "type": {
3186
+ "fqn": "constructs.Construct"
3187
+ }
3188
+ },
3189
+ {
3190
+ "name": "id",
3191
+ "type": {
3192
+ "primitive": "string"
3193
+ }
3194
+ },
3195
+ {
3196
+ "name": "props",
3197
+ "type": {
3198
+ "fqn": "@gemeentenijmegen/aws-constructs.DeadLetterQueueProps"
3199
+ }
3200
+ }
3201
+ ]
3202
+ },
3203
+ "kind": "class",
3204
+ "locationInModule": {
3205
+ "filename": "src/DeadLetterQueue.ts",
3206
+ "line": 47
3207
+ },
3208
+ "name": "DeadLetterQueue",
3209
+ "properties": [
3210
+ {
3211
+ "docs": {
3212
+ "stability": "stable"
3213
+ },
3214
+ "immutable": true,
3215
+ "locationInModule": {
3216
+ "filename": "src/DeadLetterQueue.ts",
3217
+ "line": 49
3218
+ },
3219
+ "name": "dlq",
3220
+ "type": {
3221
+ "fqn": "aws-cdk-lib.aws_sqs.Queue"
3222
+ }
3223
+ }
3224
+ ],
3225
+ "symbolId": "src/DeadLetterQueue:DeadLetterQueue"
3226
+ },
3227
+ "@gemeentenijmegen/aws-constructs.DeadLetterQueueProps": {
3228
+ "assembly": "@gemeentenijmegen/aws-constructs",
3229
+ "datatype": true,
3230
+ "docs": {
3231
+ "stability": "stable"
3232
+ },
3233
+ "fqn": "@gemeentenijmegen/aws-constructs.DeadLetterQueueProps",
3234
+ "kind": "interface",
3235
+ "locationInModule": {
3236
+ "filename": "src/DeadLetterQueue.ts",
3237
+ "line": 8
3238
+ },
3239
+ "name": "DeadLetterQueueProps",
3240
+ "properties": [
3241
+ {
3242
+ "abstract": true,
3243
+ "docs": {
3244
+ "default": "true",
3245
+ "stability": "stable",
3246
+ "summary": "Setup alarm."
3247
+ },
3248
+ "immutable": true,
3249
+ "locationInModule": {
3250
+ "filename": "src/DeadLetterQueue.ts",
3251
+ "line": 26
3252
+ },
3253
+ "name": "alarm",
3254
+ "optional": true,
3255
+ "type": {
3256
+ "primitive": "boolean"
3257
+ }
3258
+ },
3259
+ {
3260
+ "abstract": true,
3261
+ "docs": {
3262
+ "default": "critical",
3263
+ "stability": "stable",
3264
+ "summary": "Alarm criticality."
3265
+ },
3266
+ "immutable": true,
3267
+ "locationInModule": {
3268
+ "filename": "src/DeadLetterQueue.ts",
3269
+ "line": 40
3270
+ },
3271
+ "name": "alarmCriticality",
3272
+ "optional": true,
3273
+ "type": {
3274
+ "fqn": "@gemeentenijmegen/aws-constructs.Criticality"
3275
+ }
3276
+ },
3277
+ {
3278
+ "abstract": true,
3279
+ "docs": {
3280
+ "default": "-",
3281
+ "stability": "stable",
3282
+ "summary": "Alarm Description."
3283
+ },
3284
+ "immutable": true,
3285
+ "locationInModule": {
3286
+ "filename": "src/DeadLetterQueue.ts",
3287
+ "line": 35
3288
+ },
3289
+ "name": "alarmDescription",
3290
+ "optional": true,
3291
+ "type": {
3292
+ "primitive": "string"
3293
+ }
3294
+ },
3295
+ {
3296
+ "abstract": true,
3297
+ "docs": {
3298
+ "stability": "stable",
3299
+ "summary": "Name to descibe the alarm (alarm level suffic is determined by the alarmCriticality property)."
3300
+ },
3301
+ "immutable": true,
3302
+ "locationInModule": {
3303
+ "filename": "src/DeadLetterQueue.ts",
3304
+ "line": 30
3305
+ },
3306
+ "name": "alarmName",
3307
+ "optional": true,
3308
+ "type": {
3309
+ "primitive": "string"
3310
+ }
3311
+ },
3312
+ {
3313
+ "abstract": true,
3314
+ "docs": {
3315
+ "stability": "stable",
3316
+ "summary": "Bring your own dead letter queue."
3317
+ },
3318
+ "immutable": true,
3319
+ "locationInModule": {
3320
+ "filename": "src/DeadLetterQueue.ts",
3321
+ "line": 12
3322
+ },
3323
+ "name": "dlq",
3324
+ "optional": true,
3325
+ "type": {
3326
+ "fqn": "aws-cdk-lib.aws_sqs.Queue"
3327
+ }
3328
+ },
3329
+ {
3330
+ "abstract": true,
3331
+ "docs": {
3332
+ "stability": "stable",
3333
+ "summary": "Key to encrypt the queue."
3334
+ },
3335
+ "immutable": true,
3336
+ "locationInModule": {
3337
+ "filename": "src/DeadLetterQueue.ts",
3338
+ "line": 16
3339
+ },
3340
+ "name": "kmsKey",
3341
+ "optional": true,
3342
+ "type": {
3343
+ "fqn": "aws-cdk-lib.aws_kms.IKey"
3344
+ }
3345
+ },
3346
+ {
3347
+ "abstract": true,
3348
+ "docs": {
3349
+ "stability": "stable",
3350
+ "summary": "Queue props."
3351
+ },
3352
+ "immutable": true,
3353
+ "locationInModule": {
3354
+ "filename": "src/DeadLetterQueue.ts",
3355
+ "line": 44
3356
+ },
3357
+ "name": "queueOptions",
3358
+ "optional": true,
3359
+ "type": {
3360
+ "fqn": "aws-cdk-lib.aws_sqs.QueueProps"
3361
+ }
3362
+ },
3363
+ {
3364
+ "abstract": true,
3365
+ "docs": {
3366
+ "default": "- 14 days",
3367
+ "stability": "stable",
3368
+ "summary": "Retention period."
3369
+ },
3370
+ "immutable": true,
3371
+ "locationInModule": {
3372
+ "filename": "src/DeadLetterQueue.ts",
3373
+ "line": 21
3374
+ },
3375
+ "name": "retentionPeriod",
3376
+ "optional": true,
3377
+ "type": {
3378
+ "fqn": "aws-cdk-lib.Duration"
3379
+ }
3380
+ }
3381
+ ],
3382
+ "symbolId": "src/DeadLetterQueue:DeadLetterQueueProps"
3383
+ },
3384
+ "@gemeentenijmegen/aws-constructs.ErrorMonitoringAlarm": {
3385
+ "assembly": "@gemeentenijmegen/aws-constructs",
3386
+ "base": "constructs.Construct",
3387
+ "docs": {
3388
+ "stability": "stable"
3389
+ },
3390
+ "fqn": "@gemeentenijmegen/aws-constructs.ErrorMonitoringAlarm",
3391
+ "initializer": {
3392
+ "docs": {
3393
+ "stability": "stable"
3394
+ },
3395
+ "locationInModule": {
3396
+ "filename": "src/ErrorMonitoringAlarm.ts",
3397
+ "line": 68
3398
+ },
3399
+ "parameters": [
3400
+ {
3401
+ "name": "scope",
3402
+ "type": {
3403
+ "fqn": "constructs.Construct"
3404
+ }
3405
+ },
3406
+ {
3407
+ "name": "id",
3408
+ "type": {
3409
+ "primitive": "string"
3410
+ }
3411
+ },
3412
+ {
3413
+ "name": "props",
3414
+ "type": {
3415
+ "fqn": "@gemeentenijmegen/aws-constructs.ErrorMonitoringAlarmProps"
3416
+ }
3417
+ }
3418
+ ]
3419
+ },
3420
+ "kind": "class",
3421
+ "locationInModule": {
3422
+ "filename": "src/ErrorMonitoringAlarm.ts",
3423
+ "line": 66
3424
+ },
3425
+ "name": "ErrorMonitoringAlarm",
3426
+ "symbolId": "src/ErrorMonitoringAlarm:ErrorMonitoringAlarm"
3427
+ },
3428
+ "@gemeentenijmegen/aws-constructs.ErrorMonitoringAlarmProps": {
3429
+ "assembly": "@gemeentenijmegen/aws-constructs",
3430
+ "datatype": true,
3431
+ "docs": {
3432
+ "stability": "stable"
3433
+ },
3434
+ "fqn": "@gemeentenijmegen/aws-constructs.ErrorMonitoringAlarmProps",
3435
+ "kind": "interface",
3436
+ "locationInModule": {
3437
+ "filename": "src/ErrorMonitoringAlarm.ts",
3438
+ "line": 38
3439
+ },
3440
+ "name": "ErrorMonitoringAlarmProps",
3441
+ "properties": [
3442
+ {
3443
+ "abstract": true,
3444
+ "docs": {
3445
+ "default": "'low'",
3446
+ "example": "'low' | 'medium' | 'high' | 'critical'",
3447
+ "stability": "stable",
3448
+ "summary": "Criticality level."
3449
+ },
3450
+ "immutable": true,
3451
+ "locationInModule": {
3452
+ "filename": "src/ErrorMonitoringAlarm.ts",
3453
+ "line": 54
3454
+ },
3455
+ "name": "criticality",
3456
+ "optional": true,
3457
+ "type": {
3458
+ "union": {
3459
+ "types": [
3460
+ {
3461
+ "primitive": "string"
3462
+ },
3463
+ {
3464
+ "fqn": "@gemeentenijmegen/aws-constructs.Criticality"
3465
+ }
3466
+ ]
3467
+ }
3468
+ }
3469
+ },
3470
+ {
3471
+ "abstract": true,
3472
+ "docs": {
3473
+ "stability": "stable",
3474
+ "summary": "All the optional properties for the errorRateMetric and Alarm."
3475
+ },
3476
+ "immutable": true,
3477
+ "locationInModule": {
3478
+ "filename": "src/ErrorMonitoringAlarm.ts",
3479
+ "line": 64
3480
+ },
3481
+ "name": "errorRateProps",
3482
+ "optional": true,
3483
+ "type": {
3484
+ "fqn": "@gemeentenijmegen/aws-constructs.ErrorRateProps"
3485
+ }
3486
+ },
3487
+ {
3488
+ "abstract": true,
3489
+ "docs": {
3490
+ "stability": "stable",
3491
+ "summary": "The lambda the metrics are added to."
3492
+ },
3493
+ "immutable": true,
3494
+ "locationInModule": {
3495
+ "filename": "src/ErrorMonitoringAlarm.ts",
3496
+ "line": 42
3497
+ },
3498
+ "name": "lambda",
3499
+ "optional": true,
3500
+ "type": {
3501
+ "fqn": "aws-cdk-lib.aws_lambda.Function"
3502
+ }
3503
+ },
3504
+ {
3505
+ "abstract": true,
3506
+ "docs": {
3507
+ "stability": "stable",
3508
+ "summary": "The log group the metrics are added to."
3509
+ },
3510
+ "immutable": true,
3511
+ "locationInModule": {
3512
+ "filename": "src/ErrorMonitoringAlarm.ts",
3513
+ "line": 47
3514
+ },
3515
+ "name": "logGroup",
3516
+ "optional": true,
3517
+ "type": {
3518
+ "fqn": "aws-cdk-lib.aws_logs.ILogGroup"
3519
+ }
3520
+ },
3521
+ {
3522
+ "abstract": true,
3523
+ "docs": {
3524
+ "default": "id",
3525
+ "stability": "stable",
3526
+ "summary": "Left empty, the id will be used to set the metricNameSpace base."
3527
+ },
3528
+ "immutable": true,
3529
+ "locationInModule": {
3530
+ "filename": "src/ErrorMonitoringAlarm.ts",
3531
+ "line": 60
3532
+ },
3533
+ "name": "metricNameSpace",
3534
+ "optional": true,
3535
+ "type": {
3536
+ "primitive": "string"
3537
+ }
3538
+ }
3539
+ ],
3540
+ "symbolId": "src/ErrorMonitoringAlarm:ErrorMonitoringAlarmProps"
3541
+ },
3542
+ "@gemeentenijmegen/aws-constructs.ErrorRateProps": {
3543
+ "assembly": "@gemeentenijmegen/aws-constructs",
3544
+ "datatype": true,
3545
+ "docs": {
3546
+ "remarks": "The plan is to add other basic alarms in the future and add the criticality type when it is added to a library",
3547
+ "stability": "stable",
3548
+ "summary": "Construct that easily adds basic error monitoring with an alarm to lambda's Only a lambda needed as property, all others are optional."
3549
+ },
3550
+ "fqn": "@gemeentenijmegen/aws-constructs.ErrorRateProps",
3551
+ "kind": "interface",
3552
+ "locationInModule": {
3553
+ "filename": "src/ErrorMonitoringAlarm.ts",
3554
+ "line": 16
3555
+ },
3556
+ "name": "ErrorRateProps",
3557
+ "properties": [
3558
+ {
3559
+ "abstract": true,
3560
+ "docs": {
3561
+ "default": "5 min",
3562
+ "stability": "stable",
3563
+ "summary": "Evaluation period size."
3564
+ },
3565
+ "immutable": true,
3566
+ "locationInModule": {
3567
+ "filename": "src/ErrorMonitoringAlarm.ts",
3568
+ "line": 36
3569
+ },
3570
+ "name": "alarmEvaluationPeriod",
3571
+ "optional": true,
3572
+ "type": {
3573
+ "fqn": "aws-cdk-lib.Duration"
3574
+ }
3575
+ },
3576
+ {
3577
+ "abstract": true,
3578
+ "docs": {
3579
+ "default": "3",
3580
+ "stability": "stable",
3581
+ "summary": "Evaluation periods (how many periods should be evaluated before an alarm is raised)."
3582
+ },
3583
+ "immutable": true,
3584
+ "locationInModule": {
3585
+ "filename": "src/ErrorMonitoringAlarm.ts",
3586
+ "line": 31
3587
+ },
3588
+ "name": "alarmEvaluationPeriods",
3589
+ "optional": true,
3590
+ "type": {
3591
+ "primitive": "number"
3592
+ }
3593
+ },
3594
+ {
3595
+ "abstract": true,
3596
+ "docs": {
3597
+ "default": "5",
3598
+ "stability": "stable",
3599
+ "summary": "Alarm Threshold."
3600
+ },
3601
+ "immutable": true,
3602
+ "locationInModule": {
3603
+ "filename": "src/ErrorMonitoringAlarm.ts",
3604
+ "line": 26
3605
+ },
3606
+ "name": "alarmThreshold",
3607
+ "optional": true,
3608
+ "type": {
3609
+ "primitive": "number"
3610
+ }
3611
+ },
3612
+ {
3613
+ "abstract": true,
3614
+ "docs": {
3615
+ "default": "FilterPattern.anyTerm('ERROR')",
3616
+ "stability": "stable",
3617
+ "summary": "The filterpattern used."
3618
+ },
3619
+ "immutable": true,
3620
+ "locationInModule": {
3621
+ "filename": "src/ErrorMonitoringAlarm.ts",
3622
+ "line": 21
3623
+ },
3624
+ "name": "filterPattern",
3625
+ "optional": true,
3626
+ "type": {
3627
+ "fqn": "aws-cdk-lib.aws_logs.IFilterPattern"
3628
+ }
3629
+ }
3630
+ ],
3631
+ "symbolId": "src/ErrorMonitoringAlarm:ErrorRateProps"
3632
+ },
3633
+ "@gemeentenijmegen/aws-constructs.GemeenteNijmegenVpc": {
3634
+ "assembly": "@gemeentenijmegen/aws-constructs",
3635
+ "base": "constructs.Construct",
3636
+ "docs": {
3637
+ "stability": "stable"
3638
+ },
3639
+ "fqn": "@gemeentenijmegen/aws-constructs.GemeenteNijmegenVpc",
3640
+ "initializer": {
3641
+ "docs": {
3642
+ "stability": "stable",
3643
+ "summary": "Construct to import a VPC using Gemeente Nijmegen specific landingzone parameters."
3644
+ },
3645
+ "locationInModule": {
3646
+ "filename": "src/Vpc.ts",
3647
+ "line": 16
3648
+ },
3649
+ "parameters": [
3650
+ {
3651
+ "name": "scope",
3652
+ "type": {
3653
+ "fqn": "constructs.Construct"
3654
+ }
3655
+ },
3656
+ {
3657
+ "name": "id",
3658
+ "type": {
3659
+ "primitive": "string"
3660
+ }
3661
+ }
3662
+ ]
3663
+ },
3664
+ "kind": "class",
3665
+ "locationInModule": {
3666
+ "filename": "src/Vpc.ts",
3667
+ "line": 6
3668
+ },
3669
+ "name": "GemeenteNijmegenVpc",
3670
+ "properties": [
3671
+ {
3672
+ "docs": {
3673
+ "stability": "stable"
3674
+ },
3675
+ "immutable": true,
3676
+ "locationInModule": {
3677
+ "filename": "src/Vpc.ts",
3678
+ "line": 8
3679
+ },
3680
+ "name": "vpc",
3681
+ "type": {
3682
+ "fqn": "aws-cdk-lib.aws_ec2.IVpc"
3683
+ }
3684
+ }
3685
+ ],
3686
+ "symbolId": "src/Vpc:GemeenteNijmegenVpc"
3687
+ },
3688
+ "@gemeentenijmegen/aws-constructs.PermissionsBoundaryAspect": {
3689
+ "assembly": "@gemeentenijmegen/aws-constructs",
3690
+ "docs": {
3691
+ "remarks": "Well, this allows better governance and also prevents unintended privilege escalation.\nAWS CDK high level constructs and patterns encapsulates the role creation from end users.\nSo it is a laborious and at times impossible to get a handle of newly created roles within a stack.\nThis aspect will scan all roles within the given scope and will attach the right permission boundary and path to them.",
3692
+ "stability": "stable",
3693
+ "summary": "As a best practice organizations enforce policies which require all custom IAM Roles created to be defined under a specific path and permission boundary."
3694
+ },
3695
+ "fqn": "@gemeentenijmegen/aws-constructs.PermissionsBoundaryAspect",
3696
+ "initializer": {
3697
+ "docs": {
3698
+ "stability": "stable",
3699
+ "summary": "Constructs a new PermissionsBoundaryAspect."
3700
+ },
3701
+ "locationInModule": {
3702
+ "filename": "src/PermissionsBoundaryAspect.ts",
3703
+ "line": 27
3704
+ },
3705
+ "parameters": [
3706
+ {
3707
+ "docs": {
3708
+ "summary": "- the role path to attach to newly created roles."
3709
+ },
3710
+ "name": "rolePath",
3711
+ "optional": true,
3712
+ "type": {
3713
+ "primitive": "string"
3714
+ }
3715
+ },
3716
+ {
3717
+ "docs": {
3718
+ "summary": "- the permission boundary to attach to newly created roles."
3719
+ },
3720
+ "name": "rolePermissionBoundary",
3721
+ "optional": true,
3722
+ "type": {
3723
+ "primitive": "string"
3724
+ }
3725
+ }
3726
+ ]
3727
+ },
3728
+ "interfaces": [
3729
+ "aws-cdk-lib.IAspect"
3730
+ ],
3731
+ "kind": "class",
3732
+ "locationInModule": {
3733
+ "filename": "src/PermissionsBoundaryAspect.ts",
3734
+ "line": 11
3735
+ },
3736
+ "methods": [
3737
+ {
3738
+ "docs": {
3739
+ "stability": "stable"
3740
+ },
3741
+ "locationInModule": {
3742
+ "filename": "src/PermissionsBoundaryAspect.ts",
3743
+ "line": 40
3744
+ },
3745
+ "name": "addPermissionBoundary",
3746
+ "parameters": [
3747
+ {
3748
+ "name": "cfnResource",
3749
+ "type": {
3750
+ "fqn": "aws-cdk-lib.CfnResource"
3751
+ }
3752
+ },
3753
+ {
3754
+ "name": "stack",
3755
+ "type": {
3756
+ "fqn": "aws-cdk-lib.Stack"
3757
+ }
3758
+ }
3759
+ ]
3760
+ },
3761
+ {
3762
+ "docs": {
3763
+ "stability": "stable",
3764
+ "summary": "All aspects can visit an IConstruct."
3765
+ },
3766
+ "locationInModule": {
3767
+ "filename": "src/PermissionsBoundaryAspect.ts",
3768
+ "line": 32
3769
+ },
3770
+ "name": "visit",
3771
+ "overrides": "aws-cdk-lib.IAspect",
3772
+ "parameters": [
3773
+ {
3774
+ "name": "node",
3775
+ "type": {
3776
+ "fqn": "constructs.IConstruct"
3777
+ }
3778
+ }
3779
+ ]
3780
+ }
3781
+ ],
3782
+ "name": "PermissionsBoundaryAspect",
3783
+ "properties": [
3784
+ {
3785
+ "docs": {
3786
+ "stability": "stable",
3787
+ "summary": "The permission boundary to attach to newly created roles."
3788
+ },
3789
+ "locationInModule": {
3790
+ "filename": "src/PermissionsBoundaryAspect.ts",
3791
+ "line": 20
3792
+ },
3793
+ "name": "rolePermissionBoundary",
3794
+ "type": {
3795
+ "primitive": "string"
3796
+ }
3797
+ },
3798
+ {
3799
+ "docs": {
3800
+ "stability": "stable",
3801
+ "summary": "The role path to attach to newly created roles."
3802
+ },
3803
+ "locationInModule": {
3804
+ "filename": "src/PermissionsBoundaryAspect.ts",
3805
+ "line": 15
3806
+ },
3807
+ "name": "rolePath",
3808
+ "optional": true,
3809
+ "type": {
3810
+ "primitive": "string"
3811
+ }
3812
+ }
3813
+ ],
3814
+ "symbolId": "src/PermissionsBoundaryAspect:PermissionsBoundaryAspect"
3815
+ },
3816
+ "@gemeentenijmegen/aws-constructs.QueueWithDlq": {
3817
+ "assembly": "@gemeentenijmegen/aws-constructs",
3818
+ "base": "constructs.Construct",
3819
+ "docs": {
3820
+ "remarks": "Required props: `identifier` and `key`. Optional props customize FIFO, retention, maxReceiveCount, IAM grants, and SSM exports.\n\n```ts\n\n const myQueueWithDlq = new QueueWithDlq(this, 'MyQueue', {\n identifier: 'my-process',\n key: myKey,\n role: myRole,\n });\n const mainQueue = myQueueWithDlq.queue;\n const deadLetterQueue = myQueueWithDlq.dlq;\n mainQueue.grantSendMessages(somelambda)\n```",
3821
+ "stability": "stable",
3822
+ "summary": "A reusable SQS queue with an associated dead-letter queue (DLQ)."
3823
+ },
3824
+ "fqn": "@gemeentenijmegen/aws-constructs.QueueWithDlq",
3825
+ "initializer": {
3826
+ "docs": {
3827
+ "stability": "stable"
3828
+ },
3829
+ "locationInModule": {
3830
+ "filename": "src/QueueWithDlq.ts",
3831
+ "line": 96
3832
+ },
3833
+ "parameters": [
3834
+ {
3835
+ "name": "scope",
3836
+ "type": {
3837
+ "fqn": "constructs.Construct"
3838
+ }
3839
+ },
3840
+ {
3841
+ "name": "id",
3842
+ "type": {
3843
+ "primitive": "string"
3844
+ }
3845
+ },
3846
+ {
3847
+ "name": "props",
3848
+ "type": {
3849
+ "fqn": "@gemeentenijmegen/aws-constructs.QueueWithDlqProps"
3850
+ }
3851
+ }
3852
+ ]
3853
+ },
3854
+ "kind": "class",
3855
+ "locationInModule": {
3856
+ "filename": "src/QueueWithDlq.ts",
3857
+ "line": 92
3858
+ },
3859
+ "name": "QueueWithDlq",
3860
+ "properties": [
3861
+ {
3862
+ "docs": {
3863
+ "stability": "stable"
3864
+ },
3865
+ "immutable": true,
3866
+ "locationInModule": {
3867
+ "filename": "src/QueueWithDlq.ts",
3868
+ "line": 94
3869
+ },
3870
+ "name": "dlq",
3871
+ "type": {
3872
+ "fqn": "aws-cdk-lib.aws_sqs.Queue"
3873
+ }
3874
+ },
3875
+ {
3876
+ "docs": {
3877
+ "stability": "stable"
3878
+ },
3879
+ "immutable": true,
3880
+ "locationInModule": {
3881
+ "filename": "src/QueueWithDlq.ts",
3882
+ "line": 93
3883
+ },
3884
+ "name": "queue",
3885
+ "type": {
3886
+ "fqn": "aws-cdk-lib.aws_sqs.Queue"
3887
+ }
3888
+ }
3889
+ ],
3890
+ "symbolId": "src/QueueWithDlq:QueueWithDlq"
3891
+ },
3892
+ "@gemeentenijmegen/aws-constructs.QueueWithDlqProps": {
3893
+ "assembly": "@gemeentenijmegen/aws-constructs",
3894
+ "datatype": true,
3895
+ "docs": {
3896
+ "stability": "stable"
3897
+ },
3898
+ "fqn": "@gemeentenijmegen/aws-constructs.QueueWithDlqProps",
3899
+ "kind": "interface",
3900
+ "locationInModule": {
3901
+ "filename": "src/QueueWithDlq.ts",
3902
+ "line": 10
3903
+ },
3904
+ "name": "QueueWithDlqProps",
3905
+ "properties": [
3906
+ {
3907
+ "abstract": true,
3908
+ "docs": {
3909
+ "stability": "stable",
3910
+ "summary": "Base identifier for constructs (prefer lowercase, alphanumeric and hyphens) used to name child resources e.g. 'esb-delivery'."
3911
+ },
3912
+ "immutable": true,
3913
+ "locationInModule": {
3914
+ "filename": "src/QueueWithDlq.ts",
3915
+ "line": 15
3916
+ },
3917
+ "name": "identifier",
3918
+ "type": {
3919
+ "primitive": "string"
3920
+ }
3921
+ },
3922
+ {
3923
+ "abstract": true,
3924
+ "docs": {
3925
+ "stability": "stable",
3926
+ "summary": "Encryption key for both primary queue and DLQ."
3927
+ },
3928
+ "immutable": true,
3929
+ "locationInModule": {
3930
+ "filename": "src/QueueWithDlq.ts",
3931
+ "line": 19
3932
+ },
3933
+ "name": "kmsKey",
3934
+ "type": {
3935
+ "fqn": "aws-cdk-lib.aws_kms.IKey"
3936
+ }
3937
+ },
3938
+ {
3939
+ "abstract": true,
3940
+ "docs": {
3941
+ "stability": "stable",
3942
+ "summary": "Optional: priority of the DLQ alarm."
3943
+ },
3944
+ "immutable": true,
3945
+ "locationInModule": {
3946
+ "filename": "src/QueueWithDlq.ts",
3947
+ "line": 27
3948
+ },
3949
+ "name": "criticality",
3950
+ "optional": true,
3951
+ "type": {
3952
+ "fqn": "@gemeentenijmegen/aws-constructs.Criticality"
3953
+ }
3954
+ },
3955
+ {
3956
+ "abstract": true,
3957
+ "docs": {
3958
+ "remarks": "if provided, no new DLQ is created",
3959
+ "stability": "stable",
3960
+ "summary": "Optional: existing DLQ queue to reuse;"
3961
+ },
3962
+ "immutable": true,
3963
+ "locationInModule": {
3964
+ "filename": "src/QueueWithDlq.ts",
3965
+ "line": 23
3966
+ },
3967
+ "name": "dlq",
3968
+ "optional": true,
3969
+ "type": {
3970
+ "fqn": "aws-cdk-lib.aws_sqs.Queue"
3971
+ }
3972
+ },
3973
+ {
3974
+ "abstract": true,
3975
+ "docs": {
3976
+ "remarks": "Certain props (fifo, encryption, deadLetterQueue, retentionPeriod) are overridden.",
3977
+ "stability": "stable",
3978
+ "summary": "Customize the dlq queue properties."
3979
+ },
3980
+ "immutable": true,
3981
+ "locationInModule": {
3982
+ "filename": "src/QueueWithDlq.ts",
3983
+ "line": 47
3984
+ },
3985
+ "name": "dlqQueueProps",
3986
+ "optional": true,
3987
+ "type": {
3988
+ "fqn": "aws-cdk-lib.aws_sqs.QueueProps"
3989
+ }
3990
+ },
3991
+ {
3992
+ "abstract": true,
3993
+ "docs": {
3994
+ "remarks": "Defaults to true",
3995
+ "stability": "stable",
3996
+ "summary": "Use FIFO queue?"
3997
+ },
3998
+ "immutable": true,
3999
+ "locationInModule": {
4000
+ "filename": "src/QueueWithDlq.ts",
4001
+ "line": 31
4002
+ },
4003
+ "name": "fifo",
4004
+ "optional": true,
4005
+ "type": {
4006
+ "primitive": "boolean"
4007
+ }
4008
+ },
4009
+ {
4010
+ "abstract": true,
4011
+ "docs": {
4012
+ "remarks": "Defaults to false.",
4013
+ "stability": "stable",
4014
+ "summary": "Optional: grant send permissions to the provided role on the DLQ."
4015
+ },
4016
+ "immutable": true,
4017
+ "locationInModule": {
4018
+ "filename": "src/QueueWithDlq.ts",
4019
+ "line": 56
4020
+ },
4021
+ "name": "grantDlqSend",
4022
+ "optional": true,
4023
+ "type": {
4024
+ "primitive": "boolean"
4025
+ }
4026
+ },
4027
+ {
4028
+ "abstract": true,
4029
+ "docs": {
4030
+ "remarks": "Defaults to 3.",
4031
+ "stability": "stable",
4032
+ "summary": "Optional max receive count for DLQ redrive policy."
4033
+ },
4034
+ "immutable": true,
4035
+ "locationInModule": {
4036
+ "filename": "src/QueueWithDlq.ts",
4037
+ "line": 39
4038
+ },
4039
+ "name": "maxReceiveCount",
4040
+ "optional": true,
4041
+ "type": {
4042
+ "primitive": "number"
4043
+ }
4044
+ },
4045
+ {
4046
+ "abstract": true,
4047
+ "docs": {
4048
+ "remarks": "Certain props (fifo, encryption, deadLetterQueue, retentionPeriod) are overridden.",
4049
+ "stability": "stable",
4050
+ "summary": "Customize the main queue properties."
4051
+ },
4052
+ "immutable": true,
4053
+ "locationInModule": {
4054
+ "filename": "src/QueueWithDlq.ts",
4055
+ "line": 43
4056
+ },
4057
+ "name": "queueProps",
4058
+ "optional": true,
4059
+ "type": {
4060
+ "fqn": "aws-cdk-lib.aws_sqs.QueueProps"
4061
+ }
4062
+ },
4063
+ {
4064
+ "abstract": true,
4065
+ "docs": {
4066
+ "remarks": "Defaults to 14 days.",
4067
+ "stability": "stable",
4068
+ "summary": "Optional retention period for the main queue."
4069
+ },
4070
+ "immutable": true,
4071
+ "locationInModule": {
4072
+ "filename": "src/QueueWithDlq.ts",
4073
+ "line": 35
4074
+ },
4075
+ "name": "retentionPeriod",
4076
+ "optional": true,
4077
+ "type": {
4078
+ "fqn": "aws-cdk-lib.Duration"
4079
+ }
4080
+ },
4081
+ {
4082
+ "abstract": true,
4083
+ "docs": {
4084
+ "remarks": "if provided, consume grant will be applied\nAnother option is to get the queue or dlq from the construct and grant resources/roles on them",
4085
+ "stability": "stable",
4086
+ "summary": "Optional: IAM Role which consumes from the queue;"
4087
+ },
4088
+ "immutable": true,
4089
+ "locationInModule": {
4090
+ "filename": "src/QueueWithDlq.ts",
4091
+ "line": 52
4092
+ },
4093
+ "name": "role",
4094
+ "optional": true,
4095
+ "type": {
4096
+ "fqn": "aws-cdk-lib.aws_iam.Role"
4097
+ }
4098
+ },
4099
+ {
4100
+ "abstract": true,
4101
+ "docs": {
4102
+ "stability": "stable",
4103
+ "summary": "Optional: description for the DLQ ARN SSM parameter."
4104
+ },
4105
+ "immutable": true,
4106
+ "locationInModule": {
4107
+ "filename": "src/QueueWithDlq.ts",
4108
+ "line": 72
4109
+ },
4110
+ "name": "ssmDlqArnParamDescription",
4111
+ "optional": true,
4112
+ "type": {
4113
+ "primitive": "string"
4114
+ }
4115
+ },
4116
+ {
4117
+ "abstract": true,
4118
+ "docs": {
4119
+ "stability": "stable",
4120
+ "summary": "Optional: SSM parameter name to store the DLQ ARN."
4121
+ },
4122
+ "immutable": true,
4123
+ "locationInModule": {
4124
+ "filename": "src/QueueWithDlq.ts",
4125
+ "line": 68
4126
+ },
4127
+ "name": "ssmDlqArnParamName",
4128
+ "optional": true,
4129
+ "type": {
4130
+ "primitive": "string"
4131
+ }
4132
+ },
4133
+ {
4134
+ "abstract": true,
4135
+ "docs": {
4136
+ "stability": "stable",
4137
+ "summary": "Optional: description for the main queue ARN SSM parameter."
4138
+ },
4139
+ "immutable": true,
4140
+ "locationInModule": {
4141
+ "filename": "src/QueueWithDlq.ts",
4142
+ "line": 64
4143
+ },
4144
+ "name": "ssmQueueArnParamDescription",
4145
+ "optional": true,
4146
+ "type": {
4147
+ "primitive": "string"
4148
+ }
4149
+ },
4150
+ {
4151
+ "abstract": true,
4152
+ "docs": {
4153
+ "stability": "stable",
4154
+ "summary": "Optional: SSM parameter name to store the main queue ARN."
4155
+ },
4156
+ "immutable": true,
4157
+ "locationInModule": {
4158
+ "filename": "src/QueueWithDlq.ts",
4159
+ "line": 60
4160
+ },
4161
+ "name": "ssmQueueArnParamName",
4162
+ "optional": true,
4163
+ "type": {
4164
+ "primitive": "string"
4165
+ }
4166
+ }
4167
+ ],
4168
+ "symbolId": "src/QueueWithDlq:QueueWithDlqProps"
4169
+ }
4170
+ },
4171
+ "version": "0.0.46",
4172
+ "fingerprint": "0uZyp8qgonvdvaJx8N0N6+j8sgSAKcsplhF68uuRH5U="
4173
+ }