p6-cdk-s3-protector 0.0.45 → 0.0.46

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 (333) hide show
  1. package/.jsii +4362 -58
  2. package/API.md +2 -2
  3. package/lib/p6cdks3protector.js +1 -1
  4. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +9984 -8599
  5. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +6 -0
  6. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -0
  7. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
  8. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  9. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
  10. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
  11. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
  12. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
  13. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  14. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +3 -11
  15. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  16. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
  17. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  18. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  19. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  20. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  21. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  22. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
  23. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  24. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  25. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  26. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  27. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  28. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  29. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  30. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +3 -10
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -6
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +3 -10
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +3 -10
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +3 -10
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +3 -10
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -10
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +3 -10
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +3 -10
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +3 -10
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +3 -10
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -7
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +3 -10
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +3 -10
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +3 -10
  66. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
  67. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
  68. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
  69. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
  70. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
  71. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -10
  72. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
  73. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
  74. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +3 -10
  75. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +3 -10
  76. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +3 -10
  77. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
  78. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
  79. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +2 -6
  80. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  81. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +2 -6
  82. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
  83. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  84. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  85. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
  86. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +2 -6
  87. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  88. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  89. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
  90. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +2 -6
  91. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +2 -6
  92. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
  93. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +2 -6
  94. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +2 -6
  95. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
  96. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -6
  97. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +2 -7
  98. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
  99. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
  100. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -6
  101. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -6
  102. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
  103. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +3 -10
  104. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -7
  105. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
  106. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
  107. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
  108. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +2 -7
  109. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
  110. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  111. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +0 -151
  112. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +0 -108
  113. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +6 -0
  114. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +10281 -0
  115. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +8 -106
  117. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +4 -73
  118. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  119. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  120. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  121. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -0
  122. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +494 -0
  123. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +4 -0
  124. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +0 -78
  125. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +0 -54
  126. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  127. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  128. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  129. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  130. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +500 -0
  131. package/node_modules/@aws-sdk/client-s3/package.json +9 -11
  132. package/node_modules/@aws-sdk/client-s3-control/dist-cjs/index.js +5497 -7718
  133. package/node_modules/@aws-sdk/client-s3-control/dist-cjs/runtimeConfig.shared.js +6 -0
  134. package/node_modules/@aws-sdk/client-s3-control/dist-es/S3ControlClient.js +2 -0
  135. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/AssociateAccessGrantsIdentityCenterCommand.js +2 -6
  136. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantCommand.js +2 -6
  137. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantsInstanceCommand.js +2 -6
  138. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessGrantsLocationCommand.js +2 -6
  139. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessPointCommand.js +3 -10
  140. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +3 -10
  141. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateBucketCommand.js +2 -6
  142. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateJobCommand.js +3 -10
  143. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateMultiRegionAccessPointCommand.js +2 -6
  144. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/CreateStorageLensGroupCommand.js +3 -10
  145. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantCommand.js +2 -6
  146. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsInstanceCommand.js +2 -6
  147. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.js +2 -6
  148. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessGrantsLocationCommand.js +2 -6
  149. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointCommand.js +3 -10
  150. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +3 -10
  151. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointPolicyCommand.js +3 -10
  152. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +3 -10
  153. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteAccessPointScopeCommand.js +3 -10
  154. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketCommand.js +3 -10
  155. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +3 -10
  156. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketPolicyCommand.js +3 -10
  157. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketReplicationCommand.js +3 -10
  158. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteBucketTaggingCommand.js +3 -10
  159. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteJobTaggingCommand.js +3 -10
  160. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +2 -6
  161. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -10
  162. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensConfigurationCommand.js +3 -10
  163. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +3 -10
  164. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DeleteStorageLensGroupCommand.js +3 -10
  165. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DescribeJobCommand.js +3 -10
  166. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +2 -6
  167. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/DissociateAccessGrantsIdentityCenterCommand.js +2 -6
  168. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantCommand.js +2 -6
  169. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceCommand.js +2 -6
  170. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceForPrefixCommand.js +2 -6
  171. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsInstanceResourcePolicyCommand.js +2 -6
  172. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessGrantsLocationCommand.js +2 -6
  173. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointCommand.js +3 -10
  174. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +3 -10
  175. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +3 -10
  176. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyCommand.js +3 -10
  177. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +3 -10
  178. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyStatusCommand.js +3 -10
  179. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +3 -10
  180. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetAccessPointScopeCommand.js +3 -10
  181. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketCommand.js +3 -10
  182. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
  183. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketPolicyCommand.js +3 -10
  184. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketReplicationCommand.js +3 -10
  185. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketTaggingCommand.js +3 -10
  186. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetBucketVersioningCommand.js +3 -10
  187. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetDataAccessCommand.js +2 -7
  188. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetJobTaggingCommand.js +3 -10
  189. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointCommand.js +2 -6
  190. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +2 -6
  191. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +2 -6
  192. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetMultiRegionAccessPointRoutesCommand.js +2 -6
  193. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
  194. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensConfigurationCommand.js +3 -10
  195. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +3 -10
  196. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/GetStorageLensGroupCommand.js +3 -10
  197. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsCommand.js +2 -6
  198. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsInstancesCommand.js +2 -6
  199. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessGrantsLocationsCommand.js +2 -6
  200. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsCommand.js +3 -10
  201. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsForDirectoryBucketsCommand.js +3 -10
  202. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +3 -10
  203. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListCallerAccessGrantsCommand.js +2 -6
  204. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListJobsCommand.js +3 -10
  205. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListMultiRegionAccessPointsCommand.js +2 -6
  206. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListRegionalBucketsCommand.js +3 -10
  207. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListStorageLensConfigurationsCommand.js +3 -10
  208. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListStorageLensGroupsCommand.js +3 -10
  209. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  210. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessGrantsInstanceResourcePolicyCommand.js +2 -6
  211. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +3 -10
  212. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointPolicyCommand.js +3 -10
  213. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +3 -10
  214. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutAccessPointScopeCommand.js +3 -10
  215. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
  216. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketPolicyCommand.js +2 -6
  217. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketReplicationCommand.js +2 -6
  218. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketTaggingCommand.js +2 -6
  219. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutBucketVersioningCommand.js +2 -6
  220. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutJobTaggingCommand.js +3 -10
  221. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +2 -6
  222. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutPublicAccessBlockCommand.js +3 -10
  223. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutStorageLensConfigurationCommand.js +3 -10
  224. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +3 -10
  225. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/SubmitMultiRegionAccessPointRoutesCommand.js +2 -6
  226. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/TagResourceCommand.js +3 -10
  227. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UntagResourceCommand.js +3 -10
  228. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateAccessGrantsLocationCommand.js +2 -6
  229. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateJobPriorityCommand.js +3 -10
  230. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateJobStatusCommand.js +3 -10
  231. package/node_modules/@aws-sdk/client-s3-control/dist-es/commands/UpdateStorageLensGroupCommand.js +3 -10
  232. package/node_modules/@aws-sdk/client-s3-control/dist-es/models/models_0.js +0 -43
  233. package/node_modules/@aws-sdk/client-s3-control/dist-es/runtimeConfig.shared.js +6 -0
  234. package/node_modules/@aws-sdk/client-s3-control/dist-es/schemas/schemas_0.js +5577 -0
  235. package/node_modules/@aws-sdk/client-s3-control/dist-types/S3ControlClient.d.ts +10 -1
  236. package/node_modules/@aws-sdk/client-s3-control/dist-types/models/models_0.d.ts +12 -11
  237. package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.browser.d.ts +1 -0
  238. package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.d.ts +1 -0
  239. package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.native.d.ts +1 -0
  240. package/node_modules/@aws-sdk/client-s3-control/dist-types/runtimeConfig.shared.d.ts +2 -0
  241. package/node_modules/@aws-sdk/client-s3-control/dist-types/schemas/schemas_0.d.ts +460 -0
  242. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/S3ControlClient.d.ts +4 -0
  243. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/models/models_0.d.ts +0 -10
  244. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  245. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  246. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  247. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  248. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/schemas/schemas_0.d.ts +466 -0
  249. package/node_modules/@aws-sdk/client-s3-control/package.json +5 -7
  250. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  251. package/node_modules/@aws-sdk/client-sts/package.json +5 -5
  252. package/node_modules/@aws-sdk/core/dist-cjs/index.js +11 -1
  253. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +11 -1
  254. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +11 -1
  255. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
  256. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  257. package/node_modules/@aws-sdk/core/package.json +1 -1
  258. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  259. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  260. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  261. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  262. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  263. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  264. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  265. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  266. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  267. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  268. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  269. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  270. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  271. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  272. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  273. package/node_modules/cdk-iam-floyd/README.md +4 -4
  274. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +8 -0
  275. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
  276. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
  277. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
  278. package/node_modules/cdk-iam-floyd/lib/generated/index.d.ts +1 -0
  279. package/node_modules/cdk-iam-floyd/lib/generated/index.js +6 -3
  280. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appconfig.d.ts +1 -1
  281. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appconfig.js +2 -2
  282. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.d.ts +15 -0
  283. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.js +16 -1
  284. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.d.ts +19 -0
  285. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.js +23 -1
  286. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.d.ts +172 -0
  287. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.js +229 -2
  288. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.d.ts +1 -1
  289. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.js +2 -2
  290. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/databasemigrationservice.d.ts +56 -0
  291. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/databasemigrationservice.js +78 -1
  292. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.d.ts +168 -0
  293. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.js +253 -1
  294. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.d.ts +8 -0
  295. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.js +9 -1
  296. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.d.ts +18 -0
  297. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.js +21 -1
  298. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/groundstation.d.ts +8 -0
  299. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/groundstation.js +12 -1
  300. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.d.ts +12 -0
  301. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.js +14 -2
  302. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.d.ts +3 -3
  303. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.js +4 -4
  304. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedstreamingforapachekafka.d.ts +8 -0
  305. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedstreamingforapachekafka.js +12 -1
  306. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplaceentitlementservice.d.ts +1 -1
  307. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplaceentitlementservice.js +2 -2
  308. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.d.ts +4 -4
  309. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.js +5 -5
  310. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.d.ts +8 -0
  311. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/route53.js +12 -1
  312. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3tables.d.ts +125 -0
  313. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3tables.js +146 -2
  314. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.d.ts +41 -0
  315. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.js +60 -0
  316. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.d.ts +64 -0
  317. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.js +78 -1
  318. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.d.ts +27 -0
  319. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.js +37 -1
  320. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportconsole.d.ts +12 -0
  321. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportconsole.js +19 -1
  322. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usersubscriptions.d.ts +8 -0
  323. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usersubscriptions.js +12 -1
  324. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.d.ts +116 -0
  325. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.js +137 -1
  326. package/node_modules/cdk-iam-floyd/package.json +4 -4
  327. package/package.json +7 -7
  328. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8103
  329. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
  330. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
  331. package/node_modules/@aws-sdk/client-s3-control/dist-es/protocols/Aws_restXml.js +0 -7280
  332. package/node_modules/@aws-sdk/client-s3-control/dist-types/protocols/Aws_restXml.d.ts +0 -875
  333. package/node_modules/@aws-sdk/client-s3-control/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1169
package/.jsii CHANGED
@@ -8,12 +8,12 @@
8
8
  ]
9
9
  },
10
10
  "bundled": {
11
- "@aws-sdk/client-s3": "^3.930.0",
12
- "@aws-sdk/client-s3-control": "^3.930.0",
13
- "@aws-sdk/client-sts": "^3.930.0",
11
+ "@aws-sdk/client-s3": "^3.931.0",
12
+ "@aws-sdk/client-s3-control": "^3.931.0",
13
+ "@aws-sdk/client-sts": "^3.931.0",
14
14
  "@types/aws-lambda": "^8.10.158",
15
15
  "aws-sdk": "^2.1692.0",
16
- "cdk-iam-floyd": "^0.729.0",
16
+ "cdk-iam-floyd": "^0.731.0",
17
17
  "source-map-support": "^0.5.21",
18
18
  "winston": "^3.18.3"
19
19
  },
@@ -174,7 +174,7 @@
174
174
  "aws-cdk-lib.aws_aiops": {
175
175
  "targets": {
176
176
  "dotnet": {
177
- "package": "Amazon.CDK.AWS.AIOps"
177
+ "namespace": "Amazon.CDK.AWS.AIOps"
178
178
  },
179
179
  "java": {
180
180
  "package": "software.amazon.awscdk.services.aiops"
@@ -343,7 +343,7 @@
343
343
  "aws-cdk-lib.aws_applicationsignals": {
344
344
  "targets": {
345
345
  "dotnet": {
346
- "package": "Amazon.CDK.AWS.ApplicationSignals"
346
+ "namespace": "Amazon.CDK.AWS.ApplicationSignals"
347
347
  },
348
348
  "java": {
349
349
  "package": "software.amazon.awscdk.services.applicationsignals"
@@ -408,7 +408,7 @@
408
408
  "aws-cdk-lib.aws_apptest": {
409
409
  "targets": {
410
410
  "dotnet": {
411
- "package": "Amazon.CDK.AWS.AppTest"
411
+ "namespace": "Amazon.CDK.AWS.AppTest"
412
412
  },
413
413
  "java": {
414
414
  "package": "software.amazon.awscdk.services.apptest"
@@ -434,7 +434,7 @@
434
434
  "aws-cdk-lib.aws_arcregionswitch": {
435
435
  "targets": {
436
436
  "dotnet": {
437
- "package": "Amazon.CDK.AWS.ARCRegionSwitch"
437
+ "namespace": "Amazon.CDK.AWS.ARCRegionSwitch"
438
438
  },
439
439
  "java": {
440
440
  "package": "software.amazon.awscdk.services.arcregionswitch"
@@ -447,7 +447,7 @@
447
447
  "aws-cdk-lib.aws_arczonalshift": {
448
448
  "targets": {
449
449
  "dotnet": {
450
- "package": "Amazon.CDK.AWS.ARCZonalShift"
450
+ "namespace": "Amazon.CDK.AWS.ARCZonalShift"
451
451
  },
452
452
  "java": {
453
453
  "package": "software.amazon.awscdk.services.arczonalshift"
@@ -538,7 +538,7 @@
538
538
  "aws-cdk-lib.aws_b2bi": {
539
539
  "targets": {
540
540
  "dotnet": {
541
- "package": "Amazon.CDK.AWS.B2BI"
541
+ "namespace": "Amazon.CDK.AWS.B2BI"
542
542
  },
543
543
  "java": {
544
544
  "package": "software.amazon.awscdk.services.b2bi"
@@ -564,7 +564,7 @@
564
564
  "aws-cdk-lib.aws_backupgateway": {
565
565
  "targets": {
566
566
  "dotnet": {
567
- "package": "Amazon.CDK.AWS.BackupGateway"
567
+ "namespace": "Amazon.CDK.AWS.BackupGateway"
568
568
  },
569
569
  "java": {
570
570
  "package": "software.amazon.awscdk.services.backupgateway"
@@ -590,7 +590,7 @@
590
590
  "aws-cdk-lib.aws_bcmdataexports": {
591
591
  "targets": {
592
592
  "dotnet": {
593
- "package": "Amazon.CDK.AWS.BCMDataExports"
593
+ "namespace": "Amazon.CDK.AWS.BCMDataExports"
594
594
  },
595
595
  "java": {
596
596
  "package": "software.amazon.awscdk.services.bcmdataexports"
@@ -603,7 +603,7 @@
603
603
  "aws-cdk-lib.aws_bedrock": {
604
604
  "targets": {
605
605
  "dotnet": {
606
- "package": "Amazon.CDK.AWS.Bedrock"
606
+ "namespace": "Amazon.CDK.AWS.Bedrock"
607
607
  },
608
608
  "java": {
609
609
  "package": "software.amazon.awscdk.services.bedrock"
@@ -616,7 +616,7 @@
616
616
  "aws-cdk-lib.aws_bedrockagentcore": {
617
617
  "targets": {
618
618
  "dotnet": {
619
- "package": "Amazon.CDK.AWS.BedrockAgentCore"
619
+ "namespace": "Amazon.CDK.AWS.BedrockAgentCore"
620
620
  },
621
621
  "java": {
622
622
  "package": "software.amazon.awscdk.services.bedrockagentcore"
@@ -707,7 +707,7 @@
707
707
  "aws-cdk-lib.aws_cleanrooms": {
708
708
  "targets": {
709
709
  "dotnet": {
710
- "package": "Amazon.CDK.AWS.CleanRooms"
710
+ "namespace": "Amazon.CDK.AWS.CleanRooms"
711
711
  },
712
712
  "java": {
713
713
  "package": "software.amazon.awscdk.services.cleanrooms"
@@ -720,7 +720,7 @@
720
720
  "aws-cdk-lib.aws_cleanroomsml": {
721
721
  "targets": {
722
722
  "dotnet": {
723
- "package": "Amazon.CDK.AWS.CleanRoomsML"
723
+ "namespace": "Amazon.CDK.AWS.CleanRoomsML"
724
724
  },
725
725
  "java": {
726
726
  "package": "software.amazon.awscdk.services.cleanroomsml"
@@ -864,7 +864,7 @@
864
864
  "aws-cdk-lib.aws_codeconnections": {
865
865
  "targets": {
866
866
  "dotnet": {
867
- "package": "Amazon.CDK.AWS.CodeConnections"
867
+ "namespace": "Amazon.CDK.AWS.CodeConnections"
868
868
  },
869
869
  "java": {
870
870
  "package": "software.amazon.awscdk.services.codeconnections"
@@ -1059,7 +1059,7 @@
1059
1059
  "aws-cdk-lib.aws_connectcampaignsv2": {
1060
1060
  "targets": {
1061
1061
  "dotnet": {
1062
- "package": "Amazon.CDK.AWS.ConnectCampaignsV2"
1062
+ "namespace": "Amazon.CDK.AWS.ConnectCampaignsV2"
1063
1063
  },
1064
1064
  "java": {
1065
1065
  "package": "software.amazon.awscdk.services.connectcampaignsv2"
@@ -1150,7 +1150,7 @@
1150
1150
  "aws-cdk-lib.aws_datazone": {
1151
1151
  "targets": {
1152
1152
  "dotnet": {
1153
- "package": "Amazon.CDK.AWS.DataZone"
1153
+ "namespace": "Amazon.CDK.AWS.DataZone"
1154
1154
  },
1155
1155
  "java": {
1156
1156
  "package": "software.amazon.awscdk.services.datazone"
@@ -1176,7 +1176,7 @@
1176
1176
  "aws-cdk-lib.aws_deadline": {
1177
1177
  "targets": {
1178
1178
  "dotnet": {
1179
- "package": "Amazon.CDK.AWS.Deadline"
1179
+ "namespace": "Amazon.CDK.AWS.Deadline"
1180
1180
  },
1181
1181
  "java": {
1182
1182
  "package": "software.amazon.awscdk.services.deadline"
@@ -1293,7 +1293,7 @@
1293
1293
  "aws-cdk-lib.aws_dsql": {
1294
1294
  "targets": {
1295
1295
  "dotnet": {
1296
- "package": "Amazon.CDK.AWS.DSQL"
1296
+ "namespace": "Amazon.CDK.AWS.DSQL"
1297
1297
  },
1298
1298
  "java": {
1299
1299
  "package": "software.amazon.awscdk.services.dsql"
@@ -1540,7 +1540,7 @@
1540
1540
  "aws-cdk-lib.aws_entityresolution": {
1541
1541
  "targets": {
1542
1542
  "dotnet": {
1543
- "package": "Amazon.CDK.AWS.EntityResolution"
1543
+ "namespace": "Amazon.CDK.AWS.EntityResolution"
1544
1544
  },
1545
1545
  "java": {
1546
1546
  "package": "software.amazon.awscdk.services.entityresolution"
@@ -1605,7 +1605,7 @@
1605
1605
  "aws-cdk-lib.aws_evs": {
1606
1606
  "targets": {
1607
1607
  "dotnet": {
1608
- "package": "Amazon.CDK.AWS.EVS"
1608
+ "namespace": "Amazon.CDK.AWS.EVS"
1609
1609
  },
1610
1610
  "java": {
1611
1611
  "package": "software.amazon.awscdk.services.evs"
@@ -1709,7 +1709,7 @@
1709
1709
  "aws-cdk-lib.aws_gameliftstreams": {
1710
1710
  "targets": {
1711
1711
  "dotnet": {
1712
- "package": "Amazon.CDK.AWS.GameLiftStreams"
1712
+ "namespace": "Amazon.CDK.AWS.GameLiftStreams"
1713
1713
  },
1714
1714
  "java": {
1715
1715
  "package": "software.amazon.awscdk.services.gameliftstreams"
@@ -1826,7 +1826,7 @@
1826
1826
  "aws-cdk-lib.aws_healthimaging": {
1827
1827
  "targets": {
1828
1828
  "dotnet": {
1829
- "package": "Amazon.CDK.AWS.HealthImaging"
1829
+ "namespace": "Amazon.CDK.AWS.HealthImaging"
1830
1830
  },
1831
1831
  "java": {
1832
1832
  "package": "software.amazon.awscdk.services.healthimaging"
@@ -1930,7 +1930,7 @@
1930
1930
  "aws-cdk-lib.aws_invoicing": {
1931
1931
  "targets": {
1932
1932
  "dotnet": {
1933
- "package": "Amazon.CDK.AWS.Invoicing"
1933
+ "namespace": "Amazon.CDK.AWS.Invoicing"
1934
1934
  },
1935
1935
  "java": {
1936
1936
  "package": "software.amazon.awscdk.services.invoicing"
@@ -2281,7 +2281,7 @@
2281
2281
  "aws-cdk-lib.aws_launchwizard": {
2282
2282
  "targets": {
2283
2283
  "dotnet": {
2284
- "package": "Amazon.CDK.AWS.LaunchWizard"
2284
+ "namespace": "Amazon.CDK.AWS.LaunchWizard"
2285
2285
  },
2286
2286
  "java": {
2287
2287
  "package": "software.amazon.awscdk.services.launchwizard"
@@ -2502,7 +2502,7 @@
2502
2502
  "aws-cdk-lib.aws_mediapackagev2": {
2503
2503
  "targets": {
2504
2504
  "dotnet": {
2505
- "package": "Amazon.CDK.AWS.MediaPackageV2"
2505
+ "namespace": "Amazon.CDK.AWS.MediaPackageV2"
2506
2506
  },
2507
2507
  "java": {
2508
2508
  "package": "software.amazon.awscdk.services.mediapackagev2"
@@ -2554,7 +2554,7 @@
2554
2554
  "aws-cdk-lib.aws_mpa": {
2555
2555
  "targets": {
2556
2556
  "dotnet": {
2557
- "package": "Amazon.CDK.AWS.MPA"
2557
+ "namespace": "Amazon.CDK.AWS.MPA"
2558
2558
  },
2559
2559
  "java": {
2560
2560
  "package": "software.amazon.awscdk.services.mpa"
@@ -2606,7 +2606,7 @@
2606
2606
  "aws-cdk-lib.aws_neptunegraph": {
2607
2607
  "targets": {
2608
2608
  "dotnet": {
2609
- "package": "Amazon.CDK.AWS.NeptuneGraph"
2609
+ "namespace": "Amazon.CDK.AWS.NeptuneGraph"
2610
2610
  },
2611
2611
  "java": {
2612
2612
  "package": "software.amazon.awscdk.services.neptunegraph"
@@ -2658,7 +2658,7 @@
2658
2658
  "aws-cdk-lib.aws_notifications": {
2659
2659
  "targets": {
2660
2660
  "dotnet": {
2661
- "package": "Amazon.CDK.AWS.Notifications"
2661
+ "namespace": "Amazon.CDK.AWS.Notifications"
2662
2662
  },
2663
2663
  "java": {
2664
2664
  "package": "software.amazon.awscdk.services.notifications"
@@ -2671,7 +2671,7 @@
2671
2671
  "aws-cdk-lib.aws_notificationscontacts": {
2672
2672
  "targets": {
2673
2673
  "dotnet": {
2674
- "package": "Amazon.CDK.AWS.NotificationsContacts"
2674
+ "namespace": "Amazon.CDK.AWS.NotificationsContacts"
2675
2675
  },
2676
2676
  "java": {
2677
2677
  "package": "software.amazon.awscdk.services.notificationscontacts"
@@ -2697,7 +2697,7 @@
2697
2697
  "aws-cdk-lib.aws_observabilityadmin": {
2698
2698
  "targets": {
2699
2699
  "dotnet": {
2700
- "package": "Amazon.CDK.AWS.ObservabilityAdmin"
2700
+ "namespace": "Amazon.CDK.AWS.ObservabilityAdmin"
2701
2701
  },
2702
2702
  "java": {
2703
2703
  "package": "software.amazon.awscdk.services.observabilityadmin"
@@ -2710,7 +2710,7 @@
2710
2710
  "aws-cdk-lib.aws_odb": {
2711
2711
  "targets": {
2712
2712
  "dotnet": {
2713
- "package": "Amazon.CDK.AWS.ODB"
2713
+ "namespace": "Amazon.CDK.AWS.ODB"
2714
2714
  },
2715
2715
  "java": {
2716
2716
  "package": "software.amazon.awscdk.services.odb"
@@ -2801,7 +2801,7 @@
2801
2801
  "aws-cdk-lib.aws_osis": {
2802
2802
  "targets": {
2803
2803
  "dotnet": {
2804
- "package": "Amazon.CDK.AWS.OSIS"
2804
+ "namespace": "Amazon.CDK.AWS.OSIS"
2805
2805
  },
2806
2806
  "java": {
2807
2807
  "package": "software.amazon.awscdk.services.osis"
@@ -2827,7 +2827,7 @@
2827
2827
  "aws-cdk-lib.aws_paymentcryptography": {
2828
2828
  "targets": {
2829
2829
  "dotnet": {
2830
- "package": "Amazon.CDK.AWS.PaymentCryptography"
2830
+ "namespace": "Amazon.CDK.AWS.PaymentCryptography"
2831
2831
  },
2832
2832
  "java": {
2833
2833
  "package": "software.amazon.awscdk.services.paymentcryptography"
@@ -2840,7 +2840,7 @@
2840
2840
  "aws-cdk-lib.aws_pcaconnectorad": {
2841
2841
  "targets": {
2842
2842
  "dotnet": {
2843
- "package": "Amazon.CDK.AWS.PCAConnectorAD"
2843
+ "namespace": "Amazon.CDK.AWS.PCAConnectorAD"
2844
2844
  },
2845
2845
  "java": {
2846
2846
  "package": "software.amazon.awscdk.services.pcaconnectorad"
@@ -2853,7 +2853,7 @@
2853
2853
  "aws-cdk-lib.aws_pcaconnectorscep": {
2854
2854
  "targets": {
2855
2855
  "dotnet": {
2856
- "package": "Amazon.CDK.AWS.PCAConnectorSCEP"
2856
+ "namespace": "Amazon.CDK.AWS.PCAConnectorSCEP"
2857
2857
  },
2858
2858
  "java": {
2859
2859
  "package": "software.amazon.awscdk.services.pcaconnectorscep"
@@ -2866,7 +2866,7 @@
2866
2866
  "aws-cdk-lib.aws_pcs": {
2867
2867
  "targets": {
2868
2868
  "dotnet": {
2869
- "package": "Amazon.CDK.AWS.PCS"
2869
+ "namespace": "Amazon.CDK.AWS.PCS"
2870
2870
  },
2871
2871
  "java": {
2872
2872
  "package": "software.amazon.awscdk.services.pcs"
@@ -2931,7 +2931,7 @@
2931
2931
  "aws-cdk-lib.aws_proton": {
2932
2932
  "targets": {
2933
2933
  "dotnet": {
2934
- "package": "Amazon.CDK.AWS.Proton"
2934
+ "namespace": "Amazon.CDK.AWS.Proton"
2935
2935
  },
2936
2936
  "java": {
2937
2937
  "package": "software.amazon.awscdk.services.proton"
@@ -2944,7 +2944,7 @@
2944
2944
  "aws-cdk-lib.aws_qbusiness": {
2945
2945
  "targets": {
2946
2946
  "dotnet": {
2947
- "package": "Amazon.CDK.AWS.QBusiness"
2947
+ "namespace": "Amazon.CDK.AWS.QBusiness"
2948
2948
  },
2949
2949
  "java": {
2950
2950
  "package": "software.amazon.awscdk.services.qbusiness"
@@ -2996,7 +2996,7 @@
2996
2996
  "aws-cdk-lib.aws_rbin": {
2997
2997
  "targets": {
2998
2998
  "dotnet": {
2999
- "package": "Amazon.CDK.AWS.Rbin"
2999
+ "namespace": "Amazon.CDK.AWS.Rbin"
3000
3000
  },
3001
3001
  "java": {
3002
3002
  "package": "software.amazon.awscdk.services.rbin"
@@ -3178,7 +3178,7 @@
3178
3178
  "aws-cdk-lib.aws_route53profiles": {
3179
3179
  "targets": {
3180
3180
  "dotnet": {
3181
- "package": "Amazon.CDK.AWS.Route53Profiles"
3181
+ "namespace": "Amazon.CDK.AWS.Route53Profiles"
3182
3182
  },
3183
3183
  "java": {
3184
3184
  "package": "software.amazon.awscdk.services.route53profiles"
@@ -3230,7 +3230,7 @@
3230
3230
  "aws-cdk-lib.aws_rtbfabric": {
3231
3231
  "targets": {
3232
3232
  "dotnet": {
3233
- "package": "Amazon.CDK.AWS.RTBFabric"
3233
+ "namespace": "Amazon.CDK.AWS.RTBFabric"
3234
3234
  },
3235
3235
  "java": {
3236
3236
  "package": "software.amazon.awscdk.services.rtbfabric"
@@ -3308,7 +3308,7 @@
3308
3308
  "aws-cdk-lib.aws_s3express": {
3309
3309
  "targets": {
3310
3310
  "dotnet": {
3311
- "package": "Amazon.CDK.AWS.S3Express"
3311
+ "namespace": "Amazon.CDK.AWS.S3Express"
3312
3312
  },
3313
3313
  "java": {
3314
3314
  "package": "software.amazon.awscdk.services.s3express"
@@ -3347,7 +3347,7 @@
3347
3347
  "aws-cdk-lib.aws_s3tables": {
3348
3348
  "targets": {
3349
3349
  "dotnet": {
3350
- "package": "Amazon.CDK.AWS.S3Tables"
3350
+ "namespace": "Amazon.CDK.AWS.S3Tables"
3351
3351
  },
3352
3352
  "java": {
3353
3353
  "package": "software.amazon.awscdk.services.s3tables"
@@ -3360,7 +3360,7 @@
3360
3360
  "aws-cdk-lib.aws_s3vectors": {
3361
3361
  "targets": {
3362
3362
  "dotnet": {
3363
- "package": "Amazon.CDK.AWS.S3Vectors"
3363
+ "namespace": "Amazon.CDK.AWS.S3Vectors"
3364
3364
  },
3365
3365
  "java": {
3366
3366
  "package": "software.amazon.awscdk.services.s3vectors"
@@ -3464,7 +3464,7 @@
3464
3464
  "aws-cdk-lib.aws_securitylake": {
3465
3465
  "targets": {
3466
3466
  "dotnet": {
3467
- "package": "Amazon.CDK.AWS.SecurityLake"
3467
+ "namespace": "Amazon.CDK.AWS.SecurityLake"
3468
3468
  },
3469
3469
  "java": {
3470
3470
  "package": "software.amazon.awscdk.services.securitylake"
@@ -3542,7 +3542,7 @@
3542
3542
  "aws-cdk-lib.aws_shield": {
3543
3543
  "targets": {
3544
3544
  "dotnet": {
3545
- "package": "Amazon.CDK.AWS.Shield"
3545
+ "namespace": "Amazon.CDK.AWS.Shield"
3546
3546
  },
3547
3547
  "java": {
3548
3548
  "package": "software.amazon.awscdk.services.shield"
@@ -3581,7 +3581,7 @@
3581
3581
  "aws-cdk-lib.aws_smsvoice": {
3582
3582
  "targets": {
3583
3583
  "dotnet": {
3584
- "package": "Amazon.CDK.AWS.SMSVOICE"
3584
+ "namespace": "Amazon.CDK.AWS.SMSVOICE"
3585
3585
  },
3586
3586
  "java": {
3587
3587
  "package": "software.amazon.awscdk.services.smsvoice"
@@ -3659,7 +3659,7 @@
3659
3659
  "aws-cdk-lib.aws_ssmguiconnect": {
3660
3660
  "targets": {
3661
3661
  "dotnet": {
3662
- "package": "Amazon.CDK.AWS.SSMGuiConnect"
3662
+ "namespace": "Amazon.CDK.AWS.SSMGuiConnect"
3663
3663
  },
3664
3664
  "java": {
3665
3665
  "package": "software.amazon.awscdk.services.ssmguiconnect"
@@ -3685,7 +3685,7 @@
3685
3685
  "aws-cdk-lib.aws_ssmquicksetup": {
3686
3686
  "targets": {
3687
3687
  "dotnet": {
3688
- "package": "Amazon.CDK.AWS.SSMQuickSetup"
3688
+ "namespace": "Amazon.CDK.AWS.SSMQuickSetup"
3689
3689
  },
3690
3690
  "java": {
3691
3691
  "package": "software.amazon.awscdk.services.ssmquicksetup"
@@ -3802,7 +3802,7 @@
3802
3802
  "aws-cdk-lib.aws_verifiedpermissions": {
3803
3803
  "targets": {
3804
3804
  "dotnet": {
3805
- "package": "Amazon.CDK.AWS.VerifiedPermissions"
3805
+ "namespace": "Amazon.CDK.AWS.VerifiedPermissions"
3806
3806
  },
3807
3807
  "java": {
3808
3808
  "package": "software.amazon.awscdk.services.verifiedpermissions"
@@ -3906,7 +3906,7 @@
3906
3906
  "aws-cdk-lib.aws_workspacesinstances": {
3907
3907
  "targets": {
3908
3908
  "dotnet": {
3909
- "package": "Amazon.CDK.AWS.WorkspacesInstances"
3909
+ "namespace": "Amazon.CDK.AWS.WorkspacesInstances"
3910
3910
  },
3911
3911
  "java": {
3912
3912
  "package": "software.amazon.awscdk.services.workspacesinstances"
@@ -3919,7 +3919,7 @@
3919
3919
  "aws-cdk-lib.aws_workspacesthinclient": {
3920
3920
  "targets": {
3921
3921
  "dotnet": {
3922
- "package": "Amazon.CDK.AWS.WorkSpacesThinClient"
3922
+ "namespace": "Amazon.CDK.AWS.WorkSpacesThinClient"
3923
3923
  },
3924
3924
  "java": {
3925
3925
  "package": "software.amazon.awscdk.services.workspacesthinclient"
@@ -3932,7 +3932,7 @@
3932
3932
  "aws-cdk-lib.aws_workspacesweb": {
3933
3933
  "targets": {
3934
3934
  "dotnet": {
3935
- "package": "Amazon.CDK.AWS.WorkSpacesWeb"
3935
+ "namespace": "Amazon.CDK.AWS.WorkSpacesWeb"
3936
3936
  },
3937
3937
  "java": {
3938
3938
  "package": "software.amazon.awscdk.services.workspacesweb"
@@ -3995,6 +3995,4310 @@
3995
3995
  }
3996
3996
  }
3997
3997
  },
3998
+ "aws-cdk-lib.interfaces": {
3999
+ "targets": {
4000
+ "dotnet": {
4001
+ "namespace": "Amazon.CDK.Interfaces"
4002
+ },
4003
+ "go": {
4004
+ "packageName": "interfaces"
4005
+ },
4006
+ "java": {
4007
+ "package": "software.amazon.awscdk.interfaces"
4008
+ },
4009
+ "python": {
4010
+ "module": "aws_cdk.interfaces"
4011
+ }
4012
+ }
4013
+ },
4014
+ "aws-cdk-lib.interfaces.alexa_ask": {
4015
+ "targets": {
4016
+ "dotnet": {
4017
+ "namespace": "Amazon.CDK.Interfaces.Ask"
4018
+ },
4019
+ "go": {
4020
+ "packageName": "interfacesalexaask"
4021
+ },
4022
+ "java": {
4023
+ "package": "software.amazon.awscdk.interfaces.ask"
4024
+ },
4025
+ "python": {
4026
+ "module": "aws_cdk.interfaces.alexa_ask"
4027
+ }
4028
+ }
4029
+ },
4030
+ "aws-cdk-lib.interfaces.aws_accessanalyzer": {
4031
+ "targets": {
4032
+ "dotnet": {
4033
+ "namespace": "Amazon.CDK.Interfaces.AccessAnalyzer"
4034
+ },
4035
+ "go": {
4036
+ "packageName": "interfacesawsaccessanalyzer"
4037
+ },
4038
+ "java": {
4039
+ "package": "software.amazon.awscdk.interfaces.accessanalyzer"
4040
+ },
4041
+ "python": {
4042
+ "module": "aws_cdk.interfaces.aws_accessanalyzer"
4043
+ }
4044
+ }
4045
+ },
4046
+ "aws-cdk-lib.interfaces.aws_acmpca": {
4047
+ "targets": {
4048
+ "dotnet": {
4049
+ "namespace": "Amazon.CDK.Interfaces.ACMPCA"
4050
+ },
4051
+ "go": {
4052
+ "packageName": "interfacesawsacmpca"
4053
+ },
4054
+ "java": {
4055
+ "package": "software.amazon.awscdk.interfaces.acmpca"
4056
+ },
4057
+ "python": {
4058
+ "module": "aws_cdk.interfaces.aws_acmpca"
4059
+ }
4060
+ }
4061
+ },
4062
+ "aws-cdk-lib.interfaces.aws_aiops": {
4063
+ "targets": {
4064
+ "dotnet": {
4065
+ "namespace": "Amazon.CDK.Interfaces.AIOps"
4066
+ },
4067
+ "go": {
4068
+ "packageName": "interfacesawsaiops"
4069
+ },
4070
+ "java": {
4071
+ "package": "software.amazon.awscdk.interfaces.aiops"
4072
+ },
4073
+ "python": {
4074
+ "module": "aws_cdk.interfaces.aws_aiops"
4075
+ }
4076
+ }
4077
+ },
4078
+ "aws-cdk-lib.interfaces.aws_amazonmq": {
4079
+ "targets": {
4080
+ "dotnet": {
4081
+ "namespace": "Amazon.CDK.Interfaces.AmazonMQ"
4082
+ },
4083
+ "go": {
4084
+ "packageName": "interfacesawsamazonmq"
4085
+ },
4086
+ "java": {
4087
+ "package": "software.amazon.awscdk.interfaces.amazonmq"
4088
+ },
4089
+ "python": {
4090
+ "module": "aws_cdk.interfaces.aws_amazonmq"
4091
+ }
4092
+ }
4093
+ },
4094
+ "aws-cdk-lib.interfaces.aws_amplify": {
4095
+ "targets": {
4096
+ "dotnet": {
4097
+ "namespace": "Amazon.CDK.Interfaces.Amplify"
4098
+ },
4099
+ "go": {
4100
+ "packageName": "interfacesawsamplify"
4101
+ },
4102
+ "java": {
4103
+ "package": "software.amazon.awscdk.interfaces.amplify"
4104
+ },
4105
+ "python": {
4106
+ "module": "aws_cdk.interfaces.aws_amplify"
4107
+ }
4108
+ }
4109
+ },
4110
+ "aws-cdk-lib.interfaces.aws_amplifyuibuilder": {
4111
+ "targets": {
4112
+ "dotnet": {
4113
+ "namespace": "Amazon.CDK.Interfaces.AmplifyUIBuilder"
4114
+ },
4115
+ "go": {
4116
+ "packageName": "interfacesawsamplifyuibuilder"
4117
+ },
4118
+ "java": {
4119
+ "package": "software.amazon.awscdk.interfaces.amplifyuibuilder"
4120
+ },
4121
+ "python": {
4122
+ "module": "aws_cdk.interfaces.aws_amplifyuibuilder"
4123
+ }
4124
+ }
4125
+ },
4126
+ "aws-cdk-lib.interfaces.aws_apigateway": {
4127
+ "targets": {
4128
+ "dotnet": {
4129
+ "namespace": "Amazon.CDK.Interfaces.APIGateway"
4130
+ },
4131
+ "go": {
4132
+ "packageName": "interfacesawsapigateway"
4133
+ },
4134
+ "java": {
4135
+ "package": "software.amazon.awscdk.interfaces.apigateway"
4136
+ },
4137
+ "python": {
4138
+ "module": "aws_cdk.interfaces.aws_apigateway"
4139
+ }
4140
+ }
4141
+ },
4142
+ "aws-cdk-lib.interfaces.aws_apigatewayv2": {
4143
+ "targets": {
4144
+ "dotnet": {
4145
+ "namespace": "Amazon.CDK.Interfaces.Apigatewayv2"
4146
+ },
4147
+ "go": {
4148
+ "packageName": "interfacesawsapigatewayv2"
4149
+ },
4150
+ "java": {
4151
+ "package": "software.amazon.awscdk.interfaces.apigatewayv2"
4152
+ },
4153
+ "python": {
4154
+ "module": "aws_cdk.interfaces.aws_apigatewayv2"
4155
+ }
4156
+ }
4157
+ },
4158
+ "aws-cdk-lib.interfaces.aws_appconfig": {
4159
+ "targets": {
4160
+ "dotnet": {
4161
+ "namespace": "Amazon.CDK.Interfaces.AppConfig"
4162
+ },
4163
+ "go": {
4164
+ "packageName": "interfacesawsappconfig"
4165
+ },
4166
+ "java": {
4167
+ "package": "software.amazon.awscdk.interfaces.appconfig"
4168
+ },
4169
+ "python": {
4170
+ "module": "aws_cdk.interfaces.aws_appconfig"
4171
+ }
4172
+ }
4173
+ },
4174
+ "aws-cdk-lib.interfaces.aws_appflow": {
4175
+ "targets": {
4176
+ "dotnet": {
4177
+ "namespace": "Amazon.CDK.Interfaces.AppFlow"
4178
+ },
4179
+ "go": {
4180
+ "packageName": "interfacesawsappflow"
4181
+ },
4182
+ "java": {
4183
+ "package": "software.amazon.awscdk.interfaces.appflow"
4184
+ },
4185
+ "python": {
4186
+ "module": "aws_cdk.interfaces.aws_appflow"
4187
+ }
4188
+ }
4189
+ },
4190
+ "aws-cdk-lib.interfaces.aws_appintegrations": {
4191
+ "targets": {
4192
+ "dotnet": {
4193
+ "namespace": "Amazon.CDK.Interfaces.AppIntegrations"
4194
+ },
4195
+ "go": {
4196
+ "packageName": "interfacesawsappintegrations"
4197
+ },
4198
+ "java": {
4199
+ "package": "software.amazon.awscdk.interfaces.appintegrations"
4200
+ },
4201
+ "python": {
4202
+ "module": "aws_cdk.interfaces.aws_appintegrations"
4203
+ }
4204
+ }
4205
+ },
4206
+ "aws-cdk-lib.interfaces.aws_applicationautoscaling": {
4207
+ "targets": {
4208
+ "dotnet": {
4209
+ "namespace": "Amazon.CDK.Interfaces.ApplicationAutoScaling"
4210
+ },
4211
+ "go": {
4212
+ "packageName": "interfacesawsapplicationautoscaling"
4213
+ },
4214
+ "java": {
4215
+ "package": "software.amazon.awscdk.interfaces.applicationautoscaling"
4216
+ },
4217
+ "python": {
4218
+ "module": "aws_cdk.interfaces.aws_applicationautoscaling"
4219
+ }
4220
+ }
4221
+ },
4222
+ "aws-cdk-lib.interfaces.aws_applicationinsights": {
4223
+ "targets": {
4224
+ "dotnet": {
4225
+ "namespace": "Amazon.CDK.Interfaces.ApplicationInsights"
4226
+ },
4227
+ "go": {
4228
+ "packageName": "interfacesawsapplicationinsights"
4229
+ },
4230
+ "java": {
4231
+ "package": "software.amazon.awscdk.interfaces.applicationinsights"
4232
+ },
4233
+ "python": {
4234
+ "module": "aws_cdk.interfaces.aws_applicationinsights"
4235
+ }
4236
+ }
4237
+ },
4238
+ "aws-cdk-lib.interfaces.aws_applicationsignals": {
4239
+ "targets": {
4240
+ "dotnet": {
4241
+ "namespace": "Amazon.CDK.Interfaces.ApplicationSignals"
4242
+ },
4243
+ "go": {
4244
+ "packageName": "interfacesawsapplicationsignals"
4245
+ },
4246
+ "java": {
4247
+ "package": "software.amazon.awscdk.interfaces.applicationsignals"
4248
+ },
4249
+ "python": {
4250
+ "module": "aws_cdk.interfaces.aws_applicationsignals"
4251
+ }
4252
+ }
4253
+ },
4254
+ "aws-cdk-lib.interfaces.aws_appmesh": {
4255
+ "targets": {
4256
+ "dotnet": {
4257
+ "namespace": "Amazon.CDK.Interfaces.AppMesh"
4258
+ },
4259
+ "go": {
4260
+ "packageName": "interfacesawsappmesh"
4261
+ },
4262
+ "java": {
4263
+ "package": "software.amazon.awscdk.interfaces.appmesh"
4264
+ },
4265
+ "python": {
4266
+ "module": "aws_cdk.interfaces.aws_appmesh"
4267
+ }
4268
+ }
4269
+ },
4270
+ "aws-cdk-lib.interfaces.aws_apprunner": {
4271
+ "targets": {
4272
+ "dotnet": {
4273
+ "namespace": "Amazon.CDK.Interfaces.AppRunner"
4274
+ },
4275
+ "go": {
4276
+ "packageName": "interfacesawsapprunner"
4277
+ },
4278
+ "java": {
4279
+ "package": "software.amazon.awscdk.interfaces.apprunner"
4280
+ },
4281
+ "python": {
4282
+ "module": "aws_cdk.interfaces.aws_apprunner"
4283
+ }
4284
+ }
4285
+ },
4286
+ "aws-cdk-lib.interfaces.aws_appstream": {
4287
+ "targets": {
4288
+ "dotnet": {
4289
+ "namespace": "Amazon.CDK.Interfaces.AppStream"
4290
+ },
4291
+ "go": {
4292
+ "packageName": "interfacesawsappstream"
4293
+ },
4294
+ "java": {
4295
+ "package": "software.amazon.awscdk.interfaces.appstream"
4296
+ },
4297
+ "python": {
4298
+ "module": "aws_cdk.interfaces.aws_appstream"
4299
+ }
4300
+ }
4301
+ },
4302
+ "aws-cdk-lib.interfaces.aws_appsync": {
4303
+ "targets": {
4304
+ "dotnet": {
4305
+ "namespace": "Amazon.CDK.Interfaces.AppSync"
4306
+ },
4307
+ "go": {
4308
+ "packageName": "interfacesawsappsync"
4309
+ },
4310
+ "java": {
4311
+ "package": "software.amazon.awscdk.interfaces.appsync"
4312
+ },
4313
+ "python": {
4314
+ "module": "aws_cdk.interfaces.aws_appsync"
4315
+ }
4316
+ }
4317
+ },
4318
+ "aws-cdk-lib.interfaces.aws_apptest": {
4319
+ "targets": {
4320
+ "dotnet": {
4321
+ "namespace": "Amazon.CDK.Interfaces.AppTest"
4322
+ },
4323
+ "go": {
4324
+ "packageName": "interfacesawsapptest"
4325
+ },
4326
+ "java": {
4327
+ "package": "software.amazon.awscdk.interfaces.apptest"
4328
+ },
4329
+ "python": {
4330
+ "module": "aws_cdk.interfaces.aws_apptest"
4331
+ }
4332
+ }
4333
+ },
4334
+ "aws-cdk-lib.interfaces.aws_aps": {
4335
+ "targets": {
4336
+ "dotnet": {
4337
+ "namespace": "Amazon.CDK.Interfaces.APS"
4338
+ },
4339
+ "go": {
4340
+ "packageName": "interfacesawsaps"
4341
+ },
4342
+ "java": {
4343
+ "package": "software.amazon.awscdk.interfaces.aps"
4344
+ },
4345
+ "python": {
4346
+ "module": "aws_cdk.interfaces.aws_aps"
4347
+ }
4348
+ }
4349
+ },
4350
+ "aws-cdk-lib.interfaces.aws_arcregionswitch": {
4351
+ "targets": {
4352
+ "dotnet": {
4353
+ "namespace": "Amazon.CDK.Interfaces.ARCRegionSwitch"
4354
+ },
4355
+ "go": {
4356
+ "packageName": "interfacesawsarcregionswitch"
4357
+ },
4358
+ "java": {
4359
+ "package": "software.amazon.awscdk.interfaces.arcregionswitch"
4360
+ },
4361
+ "python": {
4362
+ "module": "aws_cdk.interfaces.aws_arcregionswitch"
4363
+ }
4364
+ }
4365
+ },
4366
+ "aws-cdk-lib.interfaces.aws_arczonalshift": {
4367
+ "targets": {
4368
+ "dotnet": {
4369
+ "namespace": "Amazon.CDK.Interfaces.ARCZonalShift"
4370
+ },
4371
+ "go": {
4372
+ "packageName": "interfacesawsarczonalshift"
4373
+ },
4374
+ "java": {
4375
+ "package": "software.amazon.awscdk.interfaces.arczonalshift"
4376
+ },
4377
+ "python": {
4378
+ "module": "aws_cdk.interfaces.aws_arczonalshift"
4379
+ }
4380
+ }
4381
+ },
4382
+ "aws-cdk-lib.interfaces.aws_athena": {
4383
+ "targets": {
4384
+ "dotnet": {
4385
+ "namespace": "Amazon.CDK.Interfaces.Athena"
4386
+ },
4387
+ "go": {
4388
+ "packageName": "interfacesawsathena"
4389
+ },
4390
+ "java": {
4391
+ "package": "software.amazon.awscdk.interfaces.athena"
4392
+ },
4393
+ "python": {
4394
+ "module": "aws_cdk.interfaces.aws_athena"
4395
+ }
4396
+ }
4397
+ },
4398
+ "aws-cdk-lib.interfaces.aws_auditmanager": {
4399
+ "targets": {
4400
+ "dotnet": {
4401
+ "namespace": "Amazon.CDK.Interfaces.AuditManager"
4402
+ },
4403
+ "go": {
4404
+ "packageName": "interfacesawsauditmanager"
4405
+ },
4406
+ "java": {
4407
+ "package": "software.amazon.awscdk.interfaces.auditmanager"
4408
+ },
4409
+ "python": {
4410
+ "module": "aws_cdk.interfaces.aws_auditmanager"
4411
+ }
4412
+ }
4413
+ },
4414
+ "aws-cdk-lib.interfaces.aws_autoscaling": {
4415
+ "targets": {
4416
+ "dotnet": {
4417
+ "namespace": "Amazon.CDK.Interfaces.AutoScaling"
4418
+ },
4419
+ "go": {
4420
+ "packageName": "interfacesawsautoscaling"
4421
+ },
4422
+ "java": {
4423
+ "package": "software.amazon.awscdk.interfaces.autoscaling"
4424
+ },
4425
+ "python": {
4426
+ "module": "aws_cdk.interfaces.aws_autoscaling"
4427
+ }
4428
+ }
4429
+ },
4430
+ "aws-cdk-lib.interfaces.aws_autoscalingplans": {
4431
+ "targets": {
4432
+ "dotnet": {
4433
+ "namespace": "Amazon.CDK.Interfaces.AutoScalingPlans"
4434
+ },
4435
+ "go": {
4436
+ "packageName": "interfacesawsautoscalingplans"
4437
+ },
4438
+ "java": {
4439
+ "package": "software.amazon.awscdk.interfaces.autoscalingplans"
4440
+ },
4441
+ "python": {
4442
+ "module": "aws_cdk.interfaces.aws_autoscalingplans"
4443
+ }
4444
+ }
4445
+ },
4446
+ "aws-cdk-lib.interfaces.aws_b2bi": {
4447
+ "targets": {
4448
+ "dotnet": {
4449
+ "namespace": "Amazon.CDK.Interfaces.B2BI"
4450
+ },
4451
+ "go": {
4452
+ "packageName": "interfacesawsb2bi"
4453
+ },
4454
+ "java": {
4455
+ "package": "software.amazon.awscdk.interfaces.b2bi"
4456
+ },
4457
+ "python": {
4458
+ "module": "aws_cdk.interfaces.aws_b2bi"
4459
+ }
4460
+ }
4461
+ },
4462
+ "aws-cdk-lib.interfaces.aws_backup": {
4463
+ "targets": {
4464
+ "dotnet": {
4465
+ "namespace": "Amazon.CDK.Interfaces.Backup"
4466
+ },
4467
+ "go": {
4468
+ "packageName": "interfacesawsbackup"
4469
+ },
4470
+ "java": {
4471
+ "package": "software.amazon.awscdk.interfaces.backup"
4472
+ },
4473
+ "python": {
4474
+ "module": "aws_cdk.interfaces.aws_backup"
4475
+ }
4476
+ }
4477
+ },
4478
+ "aws-cdk-lib.interfaces.aws_backupgateway": {
4479
+ "targets": {
4480
+ "dotnet": {
4481
+ "namespace": "Amazon.CDK.Interfaces.BackupGateway"
4482
+ },
4483
+ "go": {
4484
+ "packageName": "interfacesawsbackupgateway"
4485
+ },
4486
+ "java": {
4487
+ "package": "software.amazon.awscdk.interfaces.backupgateway"
4488
+ },
4489
+ "python": {
4490
+ "module": "aws_cdk.interfaces.aws_backupgateway"
4491
+ }
4492
+ }
4493
+ },
4494
+ "aws-cdk-lib.interfaces.aws_batch": {
4495
+ "targets": {
4496
+ "dotnet": {
4497
+ "namespace": "Amazon.CDK.Interfaces.Batch"
4498
+ },
4499
+ "go": {
4500
+ "packageName": "interfacesawsbatch"
4501
+ },
4502
+ "java": {
4503
+ "package": "software.amazon.awscdk.interfaces.batch"
4504
+ },
4505
+ "python": {
4506
+ "module": "aws_cdk.interfaces.aws_batch"
4507
+ }
4508
+ }
4509
+ },
4510
+ "aws-cdk-lib.interfaces.aws_bcmdataexports": {
4511
+ "targets": {
4512
+ "dotnet": {
4513
+ "namespace": "Amazon.CDK.Interfaces.BCMDataExports"
4514
+ },
4515
+ "go": {
4516
+ "packageName": "interfacesawsbcmdataexports"
4517
+ },
4518
+ "java": {
4519
+ "package": "software.amazon.awscdk.interfaces.bcmdataexports"
4520
+ },
4521
+ "python": {
4522
+ "module": "aws_cdk.interfaces.aws_bcmdataexports"
4523
+ }
4524
+ }
4525
+ },
4526
+ "aws-cdk-lib.interfaces.aws_bedrock": {
4527
+ "targets": {
4528
+ "dotnet": {
4529
+ "namespace": "Amazon.CDK.Interfaces.Bedrock"
4530
+ },
4531
+ "go": {
4532
+ "packageName": "interfacesawsbedrock"
4533
+ },
4534
+ "java": {
4535
+ "package": "software.amazon.awscdk.interfaces.bedrock"
4536
+ },
4537
+ "python": {
4538
+ "module": "aws_cdk.interfaces.aws_bedrock"
4539
+ }
4540
+ }
4541
+ },
4542
+ "aws-cdk-lib.interfaces.aws_bedrockagentcore": {
4543
+ "targets": {
4544
+ "dotnet": {
4545
+ "namespace": "Amazon.CDK.Interfaces.BedrockAgentCore"
4546
+ },
4547
+ "go": {
4548
+ "packageName": "interfacesawsbedrockagentcore"
4549
+ },
4550
+ "java": {
4551
+ "package": "software.amazon.awscdk.interfaces.bedrockagentcore"
4552
+ },
4553
+ "python": {
4554
+ "module": "aws_cdk.interfaces.aws_bedrockagentcore"
4555
+ }
4556
+ }
4557
+ },
4558
+ "aws-cdk-lib.interfaces.aws_billing": {
4559
+ "targets": {
4560
+ "dotnet": {
4561
+ "namespace": "Amazon.CDK.Interfaces.Billing"
4562
+ },
4563
+ "go": {
4564
+ "packageName": "interfacesawsbilling"
4565
+ },
4566
+ "java": {
4567
+ "package": "software.amazon.awscdk.interfaces.billing"
4568
+ },
4569
+ "python": {
4570
+ "module": "aws_cdk.interfaces.aws_billing"
4571
+ }
4572
+ }
4573
+ },
4574
+ "aws-cdk-lib.interfaces.aws_billingconductor": {
4575
+ "targets": {
4576
+ "dotnet": {
4577
+ "namespace": "Amazon.CDK.Interfaces.BillingConductor"
4578
+ },
4579
+ "go": {
4580
+ "packageName": "interfacesawsbillingconductor"
4581
+ },
4582
+ "java": {
4583
+ "package": "software.amazon.awscdk.interfaces.billingconductor"
4584
+ },
4585
+ "python": {
4586
+ "module": "aws_cdk.interfaces.aws_billingconductor"
4587
+ }
4588
+ }
4589
+ },
4590
+ "aws-cdk-lib.interfaces.aws_budgets": {
4591
+ "targets": {
4592
+ "dotnet": {
4593
+ "namespace": "Amazon.CDK.Interfaces.Budgets"
4594
+ },
4595
+ "go": {
4596
+ "packageName": "interfacesawsbudgets"
4597
+ },
4598
+ "java": {
4599
+ "package": "software.amazon.awscdk.interfaces.budgets"
4600
+ },
4601
+ "python": {
4602
+ "module": "aws_cdk.interfaces.aws_budgets"
4603
+ }
4604
+ }
4605
+ },
4606
+ "aws-cdk-lib.interfaces.aws_cassandra": {
4607
+ "targets": {
4608
+ "dotnet": {
4609
+ "namespace": "Amazon.CDK.Interfaces.Cassandra"
4610
+ },
4611
+ "go": {
4612
+ "packageName": "interfacesawscassandra"
4613
+ },
4614
+ "java": {
4615
+ "package": "software.amazon.awscdk.interfaces.cassandra"
4616
+ },
4617
+ "python": {
4618
+ "module": "aws_cdk.interfaces.aws_cassandra"
4619
+ }
4620
+ }
4621
+ },
4622
+ "aws-cdk-lib.interfaces.aws_ce": {
4623
+ "targets": {
4624
+ "dotnet": {
4625
+ "namespace": "Amazon.CDK.Interfaces.CE"
4626
+ },
4627
+ "go": {
4628
+ "packageName": "interfacesawsce"
4629
+ },
4630
+ "java": {
4631
+ "package": "software.amazon.awscdk.interfaces.ce"
4632
+ },
4633
+ "python": {
4634
+ "module": "aws_cdk.interfaces.aws_ce"
4635
+ }
4636
+ }
4637
+ },
4638
+ "aws-cdk-lib.interfaces.aws_certificatemanager": {
4639
+ "targets": {
4640
+ "dotnet": {
4641
+ "namespace": "Amazon.CDK.Interfaces.CertificateManager"
4642
+ },
4643
+ "go": {
4644
+ "packageName": "interfacesawscertificatemanager"
4645
+ },
4646
+ "java": {
4647
+ "package": "software.amazon.awscdk.interfaces.certificatemanager"
4648
+ },
4649
+ "python": {
4650
+ "module": "aws_cdk.interfaces.aws_certificatemanager"
4651
+ }
4652
+ }
4653
+ },
4654
+ "aws-cdk-lib.interfaces.aws_chatbot": {
4655
+ "targets": {
4656
+ "dotnet": {
4657
+ "namespace": "Amazon.CDK.Interfaces.Chatbot"
4658
+ },
4659
+ "go": {
4660
+ "packageName": "interfacesawschatbot"
4661
+ },
4662
+ "java": {
4663
+ "package": "software.amazon.awscdk.interfaces.chatbot"
4664
+ },
4665
+ "python": {
4666
+ "module": "aws_cdk.interfaces.aws_chatbot"
4667
+ }
4668
+ }
4669
+ },
4670
+ "aws-cdk-lib.interfaces.aws_cleanrooms": {
4671
+ "targets": {
4672
+ "dotnet": {
4673
+ "namespace": "Amazon.CDK.Interfaces.CleanRooms"
4674
+ },
4675
+ "go": {
4676
+ "packageName": "interfacesawscleanrooms"
4677
+ },
4678
+ "java": {
4679
+ "package": "software.amazon.awscdk.interfaces.cleanrooms"
4680
+ },
4681
+ "python": {
4682
+ "module": "aws_cdk.interfaces.aws_cleanrooms"
4683
+ }
4684
+ }
4685
+ },
4686
+ "aws-cdk-lib.interfaces.aws_cleanroomsml": {
4687
+ "targets": {
4688
+ "dotnet": {
4689
+ "namespace": "Amazon.CDK.Interfaces.CleanRoomsML"
4690
+ },
4691
+ "go": {
4692
+ "packageName": "interfacesawscleanroomsml"
4693
+ },
4694
+ "java": {
4695
+ "package": "software.amazon.awscdk.interfaces.cleanroomsml"
4696
+ },
4697
+ "python": {
4698
+ "module": "aws_cdk.interfaces.aws_cleanroomsml"
4699
+ }
4700
+ }
4701
+ },
4702
+ "aws-cdk-lib.interfaces.aws_cloud9": {
4703
+ "targets": {
4704
+ "dotnet": {
4705
+ "namespace": "Amazon.CDK.Interfaces.Cloud9"
4706
+ },
4707
+ "go": {
4708
+ "packageName": "interfacesawscloud9"
4709
+ },
4710
+ "java": {
4711
+ "package": "software.amazon.awscdk.interfaces.cloud9"
4712
+ },
4713
+ "python": {
4714
+ "module": "aws_cdk.interfaces.aws_cloud9"
4715
+ }
4716
+ }
4717
+ },
4718
+ "aws-cdk-lib.interfaces.aws_cloudformation": {
4719
+ "targets": {
4720
+ "dotnet": {
4721
+ "namespace": "Amazon.CDK.Interfaces.CloudFormation"
4722
+ },
4723
+ "go": {
4724
+ "packageName": "interfacesawscloudformation"
4725
+ },
4726
+ "java": {
4727
+ "package": "software.amazon.awscdk.interfaces.cloudformation"
4728
+ },
4729
+ "python": {
4730
+ "module": "aws_cdk.interfaces.aws_cloudformation"
4731
+ }
4732
+ }
4733
+ },
4734
+ "aws-cdk-lib.interfaces.aws_cloudfront": {
4735
+ "targets": {
4736
+ "dotnet": {
4737
+ "namespace": "Amazon.CDK.Interfaces.CloudFront"
4738
+ },
4739
+ "go": {
4740
+ "packageName": "interfacesawscloudfront"
4741
+ },
4742
+ "java": {
4743
+ "package": "software.amazon.awscdk.interfaces.cloudfront"
4744
+ },
4745
+ "python": {
4746
+ "module": "aws_cdk.interfaces.aws_cloudfront"
4747
+ }
4748
+ }
4749
+ },
4750
+ "aws-cdk-lib.interfaces.aws_cloudtrail": {
4751
+ "targets": {
4752
+ "dotnet": {
4753
+ "namespace": "Amazon.CDK.Interfaces.CloudTrail"
4754
+ },
4755
+ "go": {
4756
+ "packageName": "interfacesawscloudtrail"
4757
+ },
4758
+ "java": {
4759
+ "package": "software.amazon.awscdk.interfaces.cloudtrail"
4760
+ },
4761
+ "python": {
4762
+ "module": "aws_cdk.interfaces.aws_cloudtrail"
4763
+ }
4764
+ }
4765
+ },
4766
+ "aws-cdk-lib.interfaces.aws_cloudwatch": {
4767
+ "targets": {
4768
+ "dotnet": {
4769
+ "namespace": "Amazon.CDK.Interfaces.CloudWatch"
4770
+ },
4771
+ "go": {
4772
+ "packageName": "interfacesawscloudwatch"
4773
+ },
4774
+ "java": {
4775
+ "package": "software.amazon.awscdk.interfaces.cloudwatch"
4776
+ },
4777
+ "python": {
4778
+ "module": "aws_cdk.interfaces.aws_cloudwatch"
4779
+ }
4780
+ }
4781
+ },
4782
+ "aws-cdk-lib.interfaces.aws_codeartifact": {
4783
+ "targets": {
4784
+ "dotnet": {
4785
+ "namespace": "Amazon.CDK.Interfaces.CodeArtifact"
4786
+ },
4787
+ "go": {
4788
+ "packageName": "interfacesawscodeartifact"
4789
+ },
4790
+ "java": {
4791
+ "package": "software.amazon.awscdk.interfaces.codeartifact"
4792
+ },
4793
+ "python": {
4794
+ "module": "aws_cdk.interfaces.aws_codeartifact"
4795
+ }
4796
+ }
4797
+ },
4798
+ "aws-cdk-lib.interfaces.aws_codebuild": {
4799
+ "targets": {
4800
+ "dotnet": {
4801
+ "namespace": "Amazon.CDK.Interfaces.CodeBuild"
4802
+ },
4803
+ "go": {
4804
+ "packageName": "interfacesawscodebuild"
4805
+ },
4806
+ "java": {
4807
+ "package": "software.amazon.awscdk.interfaces.codebuild"
4808
+ },
4809
+ "python": {
4810
+ "module": "aws_cdk.interfaces.aws_codebuild"
4811
+ }
4812
+ }
4813
+ },
4814
+ "aws-cdk-lib.interfaces.aws_codecommit": {
4815
+ "targets": {
4816
+ "dotnet": {
4817
+ "namespace": "Amazon.CDK.Interfaces.CodeCommit"
4818
+ },
4819
+ "go": {
4820
+ "packageName": "interfacesawscodecommit"
4821
+ },
4822
+ "java": {
4823
+ "package": "software.amazon.awscdk.interfaces.codecommit"
4824
+ },
4825
+ "python": {
4826
+ "module": "aws_cdk.interfaces.aws_codecommit"
4827
+ }
4828
+ }
4829
+ },
4830
+ "aws-cdk-lib.interfaces.aws_codeconnections": {
4831
+ "targets": {
4832
+ "dotnet": {
4833
+ "namespace": "Amazon.CDK.Interfaces.CodeConnections"
4834
+ },
4835
+ "go": {
4836
+ "packageName": "interfacesawscodeconnections"
4837
+ },
4838
+ "java": {
4839
+ "package": "software.amazon.awscdk.interfaces.codeconnections"
4840
+ },
4841
+ "python": {
4842
+ "module": "aws_cdk.interfaces.aws_codeconnections"
4843
+ }
4844
+ }
4845
+ },
4846
+ "aws-cdk-lib.interfaces.aws_codedeploy": {
4847
+ "targets": {
4848
+ "dotnet": {
4849
+ "namespace": "Amazon.CDK.Interfaces.CodeDeploy"
4850
+ },
4851
+ "go": {
4852
+ "packageName": "interfacesawscodedeploy"
4853
+ },
4854
+ "java": {
4855
+ "package": "software.amazon.awscdk.interfaces.codedeploy"
4856
+ },
4857
+ "python": {
4858
+ "module": "aws_cdk.interfaces.aws_codedeploy"
4859
+ }
4860
+ }
4861
+ },
4862
+ "aws-cdk-lib.interfaces.aws_codeguruprofiler": {
4863
+ "targets": {
4864
+ "dotnet": {
4865
+ "namespace": "Amazon.CDK.Interfaces.CodeGuruProfiler"
4866
+ },
4867
+ "go": {
4868
+ "packageName": "interfacesawscodeguruprofiler"
4869
+ },
4870
+ "java": {
4871
+ "package": "software.amazon.awscdk.interfaces.codeguruprofiler"
4872
+ },
4873
+ "python": {
4874
+ "module": "aws_cdk.interfaces.aws_codeguruprofiler"
4875
+ }
4876
+ }
4877
+ },
4878
+ "aws-cdk-lib.interfaces.aws_codegurureviewer": {
4879
+ "targets": {
4880
+ "dotnet": {
4881
+ "namespace": "Amazon.CDK.Interfaces.CodeGuruReviewer"
4882
+ },
4883
+ "go": {
4884
+ "packageName": "interfacesawscodegurureviewer"
4885
+ },
4886
+ "java": {
4887
+ "package": "software.amazon.awscdk.interfaces.codegurureviewer"
4888
+ },
4889
+ "python": {
4890
+ "module": "aws_cdk.interfaces.aws_codegurureviewer"
4891
+ }
4892
+ }
4893
+ },
4894
+ "aws-cdk-lib.interfaces.aws_codepipeline": {
4895
+ "targets": {
4896
+ "dotnet": {
4897
+ "namespace": "Amazon.CDK.Interfaces.CodePipeline"
4898
+ },
4899
+ "go": {
4900
+ "packageName": "interfacesawscodepipeline"
4901
+ },
4902
+ "java": {
4903
+ "package": "software.amazon.awscdk.interfaces.codepipeline"
4904
+ },
4905
+ "python": {
4906
+ "module": "aws_cdk.interfaces.aws_codepipeline"
4907
+ }
4908
+ }
4909
+ },
4910
+ "aws-cdk-lib.interfaces.aws_codestar": {
4911
+ "targets": {
4912
+ "dotnet": {
4913
+ "namespace": "Amazon.CDK.Interfaces.Codestar"
4914
+ },
4915
+ "go": {
4916
+ "packageName": "interfacesawscodestar"
4917
+ },
4918
+ "java": {
4919
+ "package": "software.amazon.awscdk.interfaces.codestar"
4920
+ },
4921
+ "python": {
4922
+ "module": "aws_cdk.interfaces.aws_codestar"
4923
+ }
4924
+ }
4925
+ },
4926
+ "aws-cdk-lib.interfaces.aws_codestarconnections": {
4927
+ "targets": {
4928
+ "dotnet": {
4929
+ "namespace": "Amazon.CDK.Interfaces.CodeStarConnections"
4930
+ },
4931
+ "go": {
4932
+ "packageName": "interfacesawscodestarconnections"
4933
+ },
4934
+ "java": {
4935
+ "package": "software.amazon.awscdk.interfaces.codestarconnections"
4936
+ },
4937
+ "python": {
4938
+ "module": "aws_cdk.interfaces.aws_codestarconnections"
4939
+ }
4940
+ }
4941
+ },
4942
+ "aws-cdk-lib.interfaces.aws_codestarnotifications": {
4943
+ "targets": {
4944
+ "dotnet": {
4945
+ "namespace": "Amazon.CDK.Interfaces.CodeStarNotifications"
4946
+ },
4947
+ "go": {
4948
+ "packageName": "interfacesawscodestarnotifications"
4949
+ },
4950
+ "java": {
4951
+ "package": "software.amazon.awscdk.interfaces.codestarnotifications"
4952
+ },
4953
+ "python": {
4954
+ "module": "aws_cdk.interfaces.aws_codestarnotifications"
4955
+ }
4956
+ }
4957
+ },
4958
+ "aws-cdk-lib.interfaces.aws_cognito": {
4959
+ "targets": {
4960
+ "dotnet": {
4961
+ "namespace": "Amazon.CDK.Interfaces.Cognito"
4962
+ },
4963
+ "go": {
4964
+ "packageName": "interfacesawscognito"
4965
+ },
4966
+ "java": {
4967
+ "package": "software.amazon.awscdk.interfaces.cognito"
4968
+ },
4969
+ "python": {
4970
+ "module": "aws_cdk.interfaces.aws_cognito"
4971
+ }
4972
+ }
4973
+ },
4974
+ "aws-cdk-lib.interfaces.aws_comprehend": {
4975
+ "targets": {
4976
+ "dotnet": {
4977
+ "namespace": "Amazon.CDK.Interfaces.Comprehend"
4978
+ },
4979
+ "go": {
4980
+ "packageName": "interfacesawscomprehend"
4981
+ },
4982
+ "java": {
4983
+ "package": "software.amazon.awscdk.interfaces.comprehend"
4984
+ },
4985
+ "python": {
4986
+ "module": "aws_cdk.interfaces.aws_comprehend"
4987
+ }
4988
+ }
4989
+ },
4990
+ "aws-cdk-lib.interfaces.aws_config": {
4991
+ "targets": {
4992
+ "dotnet": {
4993
+ "namespace": "Amazon.CDK.Interfaces.Config"
4994
+ },
4995
+ "go": {
4996
+ "packageName": "interfacesawsconfig"
4997
+ },
4998
+ "java": {
4999
+ "package": "software.amazon.awscdk.interfaces.config"
5000
+ },
5001
+ "python": {
5002
+ "module": "aws_cdk.interfaces.aws_config"
5003
+ }
5004
+ }
5005
+ },
5006
+ "aws-cdk-lib.interfaces.aws_connect": {
5007
+ "targets": {
5008
+ "dotnet": {
5009
+ "namespace": "Amazon.CDK.Interfaces.Connect"
5010
+ },
5011
+ "go": {
5012
+ "packageName": "interfacesawsconnect"
5013
+ },
5014
+ "java": {
5015
+ "package": "software.amazon.awscdk.interfaces.connect"
5016
+ },
5017
+ "python": {
5018
+ "module": "aws_cdk.interfaces.aws_connect"
5019
+ }
5020
+ }
5021
+ },
5022
+ "aws-cdk-lib.interfaces.aws_connectcampaigns": {
5023
+ "targets": {
5024
+ "dotnet": {
5025
+ "namespace": "Amazon.CDK.Interfaces.ConnectCampaigns"
5026
+ },
5027
+ "go": {
5028
+ "packageName": "interfacesawsconnectcampaigns"
5029
+ },
5030
+ "java": {
5031
+ "package": "software.amazon.awscdk.interfaces.connectcampaigns"
5032
+ },
5033
+ "python": {
5034
+ "module": "aws_cdk.interfaces.aws_connectcampaigns"
5035
+ }
5036
+ }
5037
+ },
5038
+ "aws-cdk-lib.interfaces.aws_connectcampaignsv2": {
5039
+ "targets": {
5040
+ "dotnet": {
5041
+ "namespace": "Amazon.CDK.Interfaces.ConnectCampaignsV2"
5042
+ },
5043
+ "go": {
5044
+ "packageName": "interfacesawsconnectcampaignsv2"
5045
+ },
5046
+ "java": {
5047
+ "package": "software.amazon.awscdk.interfaces.connectcampaignsv2"
5048
+ },
5049
+ "python": {
5050
+ "module": "aws_cdk.interfaces.aws_connectcampaignsv2"
5051
+ }
5052
+ }
5053
+ },
5054
+ "aws-cdk-lib.interfaces.aws_controltower": {
5055
+ "targets": {
5056
+ "dotnet": {
5057
+ "namespace": "Amazon.CDK.Interfaces.ControlTower"
5058
+ },
5059
+ "go": {
5060
+ "packageName": "interfacesawscontroltower"
5061
+ },
5062
+ "java": {
5063
+ "package": "software.amazon.awscdk.interfaces.controltower"
5064
+ },
5065
+ "python": {
5066
+ "module": "aws_cdk.interfaces.aws_controltower"
5067
+ }
5068
+ }
5069
+ },
5070
+ "aws-cdk-lib.interfaces.aws_cur": {
5071
+ "targets": {
5072
+ "dotnet": {
5073
+ "namespace": "Amazon.CDK.Interfaces.CUR"
5074
+ },
5075
+ "go": {
5076
+ "packageName": "interfacesawscur"
5077
+ },
5078
+ "java": {
5079
+ "package": "software.amazon.awscdk.interfaces.cur"
5080
+ },
5081
+ "python": {
5082
+ "module": "aws_cdk.interfaces.aws_cur"
5083
+ }
5084
+ }
5085
+ },
5086
+ "aws-cdk-lib.interfaces.aws_customerprofiles": {
5087
+ "targets": {
5088
+ "dotnet": {
5089
+ "namespace": "Amazon.CDK.Interfaces.CustomerProfiles"
5090
+ },
5091
+ "go": {
5092
+ "packageName": "interfacesawscustomerprofiles"
5093
+ },
5094
+ "java": {
5095
+ "package": "software.amazon.awscdk.interfaces.customerprofiles"
5096
+ },
5097
+ "python": {
5098
+ "module": "aws_cdk.interfaces.aws_customerprofiles"
5099
+ }
5100
+ }
5101
+ },
5102
+ "aws-cdk-lib.interfaces.aws_databrew": {
5103
+ "targets": {
5104
+ "dotnet": {
5105
+ "namespace": "Amazon.CDK.Interfaces.DataBrew"
5106
+ },
5107
+ "go": {
5108
+ "packageName": "interfacesawsdatabrew"
5109
+ },
5110
+ "java": {
5111
+ "package": "software.amazon.awscdk.interfaces.databrew"
5112
+ },
5113
+ "python": {
5114
+ "module": "aws_cdk.interfaces.aws_databrew"
5115
+ }
5116
+ }
5117
+ },
5118
+ "aws-cdk-lib.interfaces.aws_datapipeline": {
5119
+ "targets": {
5120
+ "dotnet": {
5121
+ "namespace": "Amazon.CDK.Interfaces.DataPipeline"
5122
+ },
5123
+ "go": {
5124
+ "packageName": "interfacesawsdatapipeline"
5125
+ },
5126
+ "java": {
5127
+ "package": "software.amazon.awscdk.interfaces.datapipeline"
5128
+ },
5129
+ "python": {
5130
+ "module": "aws_cdk.interfaces.aws_datapipeline"
5131
+ }
5132
+ }
5133
+ },
5134
+ "aws-cdk-lib.interfaces.aws_datasync": {
5135
+ "targets": {
5136
+ "dotnet": {
5137
+ "namespace": "Amazon.CDK.Interfaces.DataSync"
5138
+ },
5139
+ "go": {
5140
+ "packageName": "interfacesawsdatasync"
5141
+ },
5142
+ "java": {
5143
+ "package": "software.amazon.awscdk.interfaces.datasync"
5144
+ },
5145
+ "python": {
5146
+ "module": "aws_cdk.interfaces.aws_datasync"
5147
+ }
5148
+ }
5149
+ },
5150
+ "aws-cdk-lib.interfaces.aws_datazone": {
5151
+ "targets": {
5152
+ "dotnet": {
5153
+ "namespace": "Amazon.CDK.Interfaces.DataZone"
5154
+ },
5155
+ "go": {
5156
+ "packageName": "interfacesawsdatazone"
5157
+ },
5158
+ "java": {
5159
+ "package": "software.amazon.awscdk.interfaces.datazone"
5160
+ },
5161
+ "python": {
5162
+ "module": "aws_cdk.interfaces.aws_datazone"
5163
+ }
5164
+ }
5165
+ },
5166
+ "aws-cdk-lib.interfaces.aws_dax": {
5167
+ "targets": {
5168
+ "dotnet": {
5169
+ "namespace": "Amazon.CDK.Interfaces.DAX"
5170
+ },
5171
+ "go": {
5172
+ "packageName": "interfacesawsdax"
5173
+ },
5174
+ "java": {
5175
+ "package": "software.amazon.awscdk.interfaces.dax"
5176
+ },
5177
+ "python": {
5178
+ "module": "aws_cdk.interfaces.aws_dax"
5179
+ }
5180
+ }
5181
+ },
5182
+ "aws-cdk-lib.interfaces.aws_deadline": {
5183
+ "targets": {
5184
+ "dotnet": {
5185
+ "namespace": "Amazon.CDK.Interfaces.Deadline"
5186
+ },
5187
+ "go": {
5188
+ "packageName": "interfacesawsdeadline"
5189
+ },
5190
+ "java": {
5191
+ "package": "software.amazon.awscdk.interfaces.deadline"
5192
+ },
5193
+ "python": {
5194
+ "module": "aws_cdk.interfaces.aws_deadline"
5195
+ }
5196
+ }
5197
+ },
5198
+ "aws-cdk-lib.interfaces.aws_detective": {
5199
+ "targets": {
5200
+ "dotnet": {
5201
+ "namespace": "Amazon.CDK.Interfaces.Detective"
5202
+ },
5203
+ "go": {
5204
+ "packageName": "interfacesawsdetective"
5205
+ },
5206
+ "java": {
5207
+ "package": "software.amazon.awscdk.interfaces.detective"
5208
+ },
5209
+ "python": {
5210
+ "module": "aws_cdk.interfaces.aws_detective"
5211
+ }
5212
+ }
5213
+ },
5214
+ "aws-cdk-lib.interfaces.aws_devicefarm": {
5215
+ "targets": {
5216
+ "dotnet": {
5217
+ "namespace": "Amazon.CDK.Interfaces.DeviceFarm"
5218
+ },
5219
+ "go": {
5220
+ "packageName": "interfacesawsdevicefarm"
5221
+ },
5222
+ "java": {
5223
+ "package": "software.amazon.awscdk.interfaces.devicefarm"
5224
+ },
5225
+ "python": {
5226
+ "module": "aws_cdk.interfaces.aws_devicefarm"
5227
+ }
5228
+ }
5229
+ },
5230
+ "aws-cdk-lib.interfaces.aws_devopsguru": {
5231
+ "targets": {
5232
+ "dotnet": {
5233
+ "namespace": "Amazon.CDK.Interfaces.DevOpsGuru"
5234
+ },
5235
+ "go": {
5236
+ "packageName": "interfacesawsdevopsguru"
5237
+ },
5238
+ "java": {
5239
+ "package": "software.amazon.awscdk.interfaces.devopsguru"
5240
+ },
5241
+ "python": {
5242
+ "module": "aws_cdk.interfaces.aws_devopsguru"
5243
+ }
5244
+ }
5245
+ },
5246
+ "aws-cdk-lib.interfaces.aws_directoryservice": {
5247
+ "targets": {
5248
+ "dotnet": {
5249
+ "namespace": "Amazon.CDK.Interfaces.DirectoryService"
5250
+ },
5251
+ "go": {
5252
+ "packageName": "interfacesawsdirectoryservice"
5253
+ },
5254
+ "java": {
5255
+ "package": "software.amazon.awscdk.interfaces.directoryservice"
5256
+ },
5257
+ "python": {
5258
+ "module": "aws_cdk.interfaces.aws_directoryservice"
5259
+ }
5260
+ }
5261
+ },
5262
+ "aws-cdk-lib.interfaces.aws_dlm": {
5263
+ "targets": {
5264
+ "dotnet": {
5265
+ "namespace": "Amazon.CDK.Interfaces.DLM"
5266
+ },
5267
+ "go": {
5268
+ "packageName": "interfacesawsdlm"
5269
+ },
5270
+ "java": {
5271
+ "package": "software.amazon.awscdk.interfaces.dlm"
5272
+ },
5273
+ "python": {
5274
+ "module": "aws_cdk.interfaces.aws_dlm"
5275
+ }
5276
+ }
5277
+ },
5278
+ "aws-cdk-lib.interfaces.aws_dms": {
5279
+ "targets": {
5280
+ "dotnet": {
5281
+ "namespace": "Amazon.CDK.Interfaces.DMS"
5282
+ },
5283
+ "go": {
5284
+ "packageName": "interfacesawsdms"
5285
+ },
5286
+ "java": {
5287
+ "package": "software.amazon.awscdk.interfaces.dms"
5288
+ },
5289
+ "python": {
5290
+ "module": "aws_cdk.interfaces.aws_dms"
5291
+ }
5292
+ }
5293
+ },
5294
+ "aws-cdk-lib.interfaces.aws_docdb": {
5295
+ "targets": {
5296
+ "dotnet": {
5297
+ "namespace": "Amazon.CDK.Interfaces.DocDB"
5298
+ },
5299
+ "go": {
5300
+ "packageName": "interfacesawsdocdb"
5301
+ },
5302
+ "java": {
5303
+ "package": "software.amazon.awscdk.interfaces.docdb"
5304
+ },
5305
+ "python": {
5306
+ "module": "aws_cdk.interfaces.aws_docdb"
5307
+ }
5308
+ }
5309
+ },
5310
+ "aws-cdk-lib.interfaces.aws_docdbelastic": {
5311
+ "targets": {
5312
+ "dotnet": {
5313
+ "namespace": "Amazon.CDK.Interfaces.DocDBElastic"
5314
+ },
5315
+ "go": {
5316
+ "packageName": "interfacesawsdocdbelastic"
5317
+ },
5318
+ "java": {
5319
+ "package": "software.amazon.awscdk.interfaces.docdbelastic"
5320
+ },
5321
+ "python": {
5322
+ "module": "aws_cdk.interfaces.aws_docdbelastic"
5323
+ }
5324
+ }
5325
+ },
5326
+ "aws-cdk-lib.interfaces.aws_dsql": {
5327
+ "targets": {
5328
+ "dotnet": {
5329
+ "namespace": "Amazon.CDK.Interfaces.DSQL"
5330
+ },
5331
+ "go": {
5332
+ "packageName": "interfacesawsdsql"
5333
+ },
5334
+ "java": {
5335
+ "package": "software.amazon.awscdk.interfaces.dsql"
5336
+ },
5337
+ "python": {
5338
+ "module": "aws_cdk.interfaces.aws_dsql"
5339
+ }
5340
+ }
5341
+ },
5342
+ "aws-cdk-lib.interfaces.aws_dynamodb": {
5343
+ "targets": {
5344
+ "dotnet": {
5345
+ "namespace": "Amazon.CDK.Interfaces.DynamoDB"
5346
+ },
5347
+ "go": {
5348
+ "packageName": "interfacesawsdynamodb"
5349
+ },
5350
+ "java": {
5351
+ "package": "software.amazon.awscdk.interfaces.dynamodb"
5352
+ },
5353
+ "python": {
5354
+ "module": "aws_cdk.interfaces.aws_dynamodb"
5355
+ }
5356
+ }
5357
+ },
5358
+ "aws-cdk-lib.interfaces.aws_ec2": {
5359
+ "targets": {
5360
+ "dotnet": {
5361
+ "namespace": "Amazon.CDK.Interfaces.EC2"
5362
+ },
5363
+ "go": {
5364
+ "packageName": "interfacesawsec2"
5365
+ },
5366
+ "java": {
5367
+ "package": "software.amazon.awscdk.interfaces.ec2"
5368
+ },
5369
+ "python": {
5370
+ "module": "aws_cdk.interfaces.aws_ec2"
5371
+ }
5372
+ }
5373
+ },
5374
+ "aws-cdk-lib.interfaces.aws_ecr": {
5375
+ "targets": {
5376
+ "dotnet": {
5377
+ "namespace": "Amazon.CDK.Interfaces.ECR"
5378
+ },
5379
+ "go": {
5380
+ "packageName": "interfacesawsecr"
5381
+ },
5382
+ "java": {
5383
+ "package": "software.amazon.awscdk.interfaces.ecr"
5384
+ },
5385
+ "python": {
5386
+ "module": "aws_cdk.interfaces.aws_ecr"
5387
+ }
5388
+ }
5389
+ },
5390
+ "aws-cdk-lib.interfaces.aws_ecs": {
5391
+ "targets": {
5392
+ "dotnet": {
5393
+ "namespace": "Amazon.CDK.Interfaces.ECS"
5394
+ },
5395
+ "go": {
5396
+ "packageName": "interfacesawsecs"
5397
+ },
5398
+ "java": {
5399
+ "package": "software.amazon.awscdk.interfaces.ecs"
5400
+ },
5401
+ "python": {
5402
+ "module": "aws_cdk.interfaces.aws_ecs"
5403
+ }
5404
+ }
5405
+ },
5406
+ "aws-cdk-lib.interfaces.aws_efs": {
5407
+ "targets": {
5408
+ "dotnet": {
5409
+ "namespace": "Amazon.CDK.Interfaces.EFS"
5410
+ },
5411
+ "go": {
5412
+ "packageName": "interfacesawsefs"
5413
+ },
5414
+ "java": {
5415
+ "package": "software.amazon.awscdk.interfaces.efs"
5416
+ },
5417
+ "python": {
5418
+ "module": "aws_cdk.interfaces.aws_efs"
5419
+ }
5420
+ }
5421
+ },
5422
+ "aws-cdk-lib.interfaces.aws_eks": {
5423
+ "targets": {
5424
+ "dotnet": {
5425
+ "namespace": "Amazon.CDK.Interfaces.EKS"
5426
+ },
5427
+ "go": {
5428
+ "packageName": "interfacesawseks"
5429
+ },
5430
+ "java": {
5431
+ "package": "software.amazon.awscdk.interfaces.eks"
5432
+ },
5433
+ "python": {
5434
+ "module": "aws_cdk.interfaces.aws_eks"
5435
+ }
5436
+ }
5437
+ },
5438
+ "aws-cdk-lib.interfaces.aws_elasticache": {
5439
+ "targets": {
5440
+ "dotnet": {
5441
+ "namespace": "Amazon.CDK.Interfaces.ElastiCache"
5442
+ },
5443
+ "go": {
5444
+ "packageName": "interfacesawselasticache"
5445
+ },
5446
+ "java": {
5447
+ "package": "software.amazon.awscdk.interfaces.elasticache"
5448
+ },
5449
+ "python": {
5450
+ "module": "aws_cdk.interfaces.aws_elasticache"
5451
+ }
5452
+ }
5453
+ },
5454
+ "aws-cdk-lib.interfaces.aws_elasticbeanstalk": {
5455
+ "targets": {
5456
+ "dotnet": {
5457
+ "namespace": "Amazon.CDK.Interfaces.ElasticBeanstalk"
5458
+ },
5459
+ "go": {
5460
+ "packageName": "interfacesawselasticbeanstalk"
5461
+ },
5462
+ "java": {
5463
+ "package": "software.amazon.awscdk.interfaces.elasticbeanstalk"
5464
+ },
5465
+ "python": {
5466
+ "module": "aws_cdk.interfaces.aws_elasticbeanstalk"
5467
+ }
5468
+ }
5469
+ },
5470
+ "aws-cdk-lib.interfaces.aws_elasticloadbalancing": {
5471
+ "targets": {
5472
+ "dotnet": {
5473
+ "namespace": "Amazon.CDK.Interfaces.ElasticLoadBalancing"
5474
+ },
5475
+ "go": {
5476
+ "packageName": "interfacesawselasticloadbalancing"
5477
+ },
5478
+ "java": {
5479
+ "package": "software.amazon.awscdk.interfaces.elasticloadbalancing"
5480
+ },
5481
+ "python": {
5482
+ "module": "aws_cdk.interfaces.aws_elasticloadbalancing"
5483
+ }
5484
+ }
5485
+ },
5486
+ "aws-cdk-lib.interfaces.aws_elasticloadbalancingv2": {
5487
+ "targets": {
5488
+ "dotnet": {
5489
+ "namespace": "Amazon.CDK.Interfaces.ElasticLoadBalancingV2"
5490
+ },
5491
+ "go": {
5492
+ "packageName": "interfacesawselasticloadbalancingv2"
5493
+ },
5494
+ "java": {
5495
+ "package": "software.amazon.awscdk.interfaces.elasticloadbalancingv2"
5496
+ },
5497
+ "python": {
5498
+ "module": "aws_cdk.interfaces.aws_elasticloadbalancingv2"
5499
+ }
5500
+ }
5501
+ },
5502
+ "aws-cdk-lib.interfaces.aws_elasticsearch": {
5503
+ "targets": {
5504
+ "dotnet": {
5505
+ "namespace": "Amazon.CDK.Interfaces.Elasticsearch"
5506
+ },
5507
+ "go": {
5508
+ "packageName": "interfacesawselasticsearch"
5509
+ },
5510
+ "java": {
5511
+ "package": "software.amazon.awscdk.interfaces.elasticsearch"
5512
+ },
5513
+ "python": {
5514
+ "module": "aws_cdk.interfaces.aws_elasticsearch"
5515
+ }
5516
+ }
5517
+ },
5518
+ "aws-cdk-lib.interfaces.aws_emr": {
5519
+ "targets": {
5520
+ "dotnet": {
5521
+ "namespace": "Amazon.CDK.Interfaces.EMR"
5522
+ },
5523
+ "go": {
5524
+ "packageName": "interfacesawsemr"
5525
+ },
5526
+ "java": {
5527
+ "package": "software.amazon.awscdk.interfaces.emr"
5528
+ },
5529
+ "python": {
5530
+ "module": "aws_cdk.interfaces.aws_emr"
5531
+ }
5532
+ }
5533
+ },
5534
+ "aws-cdk-lib.interfaces.aws_emrcontainers": {
5535
+ "targets": {
5536
+ "dotnet": {
5537
+ "namespace": "Amazon.CDK.Interfaces.EMRContainers"
5538
+ },
5539
+ "go": {
5540
+ "packageName": "interfacesawsemrcontainers"
5541
+ },
5542
+ "java": {
5543
+ "package": "software.amazon.awscdk.interfaces.emrcontainers"
5544
+ },
5545
+ "python": {
5546
+ "module": "aws_cdk.interfaces.aws_emrcontainers"
5547
+ }
5548
+ }
5549
+ },
5550
+ "aws-cdk-lib.interfaces.aws_emrserverless": {
5551
+ "targets": {
5552
+ "dotnet": {
5553
+ "namespace": "Amazon.CDK.Interfaces.EMRServerless"
5554
+ },
5555
+ "go": {
5556
+ "packageName": "interfacesawsemrserverless"
5557
+ },
5558
+ "java": {
5559
+ "package": "software.amazon.awscdk.interfaces.emrserverless"
5560
+ },
5561
+ "python": {
5562
+ "module": "aws_cdk.interfaces.aws_emrserverless"
5563
+ }
5564
+ }
5565
+ },
5566
+ "aws-cdk-lib.interfaces.aws_entityresolution": {
5567
+ "targets": {
5568
+ "dotnet": {
5569
+ "namespace": "Amazon.CDK.Interfaces.EntityResolution"
5570
+ },
5571
+ "go": {
5572
+ "packageName": "interfacesawsentityresolution"
5573
+ },
5574
+ "java": {
5575
+ "package": "software.amazon.awscdk.interfaces.entityresolution"
5576
+ },
5577
+ "python": {
5578
+ "module": "aws_cdk.interfaces.aws_entityresolution"
5579
+ }
5580
+ }
5581
+ },
5582
+ "aws-cdk-lib.interfaces.aws_events": {
5583
+ "targets": {
5584
+ "dotnet": {
5585
+ "namespace": "Amazon.CDK.Interfaces.Events"
5586
+ },
5587
+ "go": {
5588
+ "packageName": "interfacesawsevents"
5589
+ },
5590
+ "java": {
5591
+ "package": "software.amazon.awscdk.interfaces.events"
5592
+ },
5593
+ "python": {
5594
+ "module": "aws_cdk.interfaces.aws_events"
5595
+ }
5596
+ }
5597
+ },
5598
+ "aws-cdk-lib.interfaces.aws_eventschemas": {
5599
+ "targets": {
5600
+ "dotnet": {
5601
+ "namespace": "Amazon.CDK.Interfaces.EventSchemas"
5602
+ },
5603
+ "go": {
5604
+ "packageName": "interfacesawseventschemas"
5605
+ },
5606
+ "java": {
5607
+ "package": "software.amazon.awscdk.interfaces.eventschemas"
5608
+ },
5609
+ "python": {
5610
+ "module": "aws_cdk.interfaces.aws_eventschemas"
5611
+ }
5612
+ }
5613
+ },
5614
+ "aws-cdk-lib.interfaces.aws_evidently": {
5615
+ "targets": {
5616
+ "dotnet": {
5617
+ "namespace": "Amazon.CDK.Interfaces.Evidently"
5618
+ },
5619
+ "go": {
5620
+ "packageName": "interfacesawsevidently"
5621
+ },
5622
+ "java": {
5623
+ "package": "software.amazon.awscdk.interfaces.evidently"
5624
+ },
5625
+ "python": {
5626
+ "module": "aws_cdk.interfaces.aws_evidently"
5627
+ }
5628
+ }
5629
+ },
5630
+ "aws-cdk-lib.interfaces.aws_evs": {
5631
+ "targets": {
5632
+ "dotnet": {
5633
+ "namespace": "Amazon.CDK.Interfaces.EVS"
5634
+ },
5635
+ "go": {
5636
+ "packageName": "interfacesawsevs"
5637
+ },
5638
+ "java": {
5639
+ "package": "software.amazon.awscdk.interfaces.evs"
5640
+ },
5641
+ "python": {
5642
+ "module": "aws_cdk.interfaces.aws_evs"
5643
+ }
5644
+ }
5645
+ },
5646
+ "aws-cdk-lib.interfaces.aws_finspace": {
5647
+ "targets": {
5648
+ "dotnet": {
5649
+ "namespace": "Amazon.CDK.Interfaces.FinSpace"
5650
+ },
5651
+ "go": {
5652
+ "packageName": "interfacesawsfinspace"
5653
+ },
5654
+ "java": {
5655
+ "package": "software.amazon.awscdk.interfaces.finspace"
5656
+ },
5657
+ "python": {
5658
+ "module": "aws_cdk.interfaces.aws_finspace"
5659
+ }
5660
+ }
5661
+ },
5662
+ "aws-cdk-lib.interfaces.aws_fis": {
5663
+ "targets": {
5664
+ "dotnet": {
5665
+ "namespace": "Amazon.CDK.Interfaces.FIS"
5666
+ },
5667
+ "go": {
5668
+ "packageName": "interfacesawsfis"
5669
+ },
5670
+ "java": {
5671
+ "package": "software.amazon.awscdk.interfaces.fis"
5672
+ },
5673
+ "python": {
5674
+ "module": "aws_cdk.interfaces.aws_fis"
5675
+ }
5676
+ }
5677
+ },
5678
+ "aws-cdk-lib.interfaces.aws_fms": {
5679
+ "targets": {
5680
+ "dotnet": {
5681
+ "namespace": "Amazon.CDK.Interfaces.FMS"
5682
+ },
5683
+ "go": {
5684
+ "packageName": "interfacesawsfms"
5685
+ },
5686
+ "java": {
5687
+ "package": "software.amazon.awscdk.interfaces.fms"
5688
+ },
5689
+ "python": {
5690
+ "module": "aws_cdk.interfaces.aws_fms"
5691
+ }
5692
+ }
5693
+ },
5694
+ "aws-cdk-lib.interfaces.aws_forecast": {
5695
+ "targets": {
5696
+ "dotnet": {
5697
+ "namespace": "Amazon.CDK.Interfaces.Forecast"
5698
+ },
5699
+ "go": {
5700
+ "packageName": "interfacesawsforecast"
5701
+ },
5702
+ "java": {
5703
+ "package": "software.amazon.awscdk.interfaces.forecast"
5704
+ },
5705
+ "python": {
5706
+ "module": "aws_cdk.interfaces.aws_forecast"
5707
+ }
5708
+ }
5709
+ },
5710
+ "aws-cdk-lib.interfaces.aws_frauddetector": {
5711
+ "targets": {
5712
+ "dotnet": {
5713
+ "namespace": "Amazon.CDK.Interfaces.FraudDetector"
5714
+ },
5715
+ "go": {
5716
+ "packageName": "interfacesawsfrauddetector"
5717
+ },
5718
+ "java": {
5719
+ "package": "software.amazon.awscdk.interfaces.frauddetector"
5720
+ },
5721
+ "python": {
5722
+ "module": "aws_cdk.interfaces.aws_frauddetector"
5723
+ }
5724
+ }
5725
+ },
5726
+ "aws-cdk-lib.interfaces.aws_fsx": {
5727
+ "targets": {
5728
+ "dotnet": {
5729
+ "namespace": "Amazon.CDK.Interfaces.FSx"
5730
+ },
5731
+ "go": {
5732
+ "packageName": "interfacesawsfsx"
5733
+ },
5734
+ "java": {
5735
+ "package": "software.amazon.awscdk.interfaces.fsx"
5736
+ },
5737
+ "python": {
5738
+ "module": "aws_cdk.interfaces.aws_fsx"
5739
+ }
5740
+ }
5741
+ },
5742
+ "aws-cdk-lib.interfaces.aws_gamelift": {
5743
+ "targets": {
5744
+ "dotnet": {
5745
+ "namespace": "Amazon.CDK.Interfaces.GameLift"
5746
+ },
5747
+ "go": {
5748
+ "packageName": "interfacesawsgamelift"
5749
+ },
5750
+ "java": {
5751
+ "package": "software.amazon.awscdk.interfaces.gamelift"
5752
+ },
5753
+ "python": {
5754
+ "module": "aws_cdk.interfaces.aws_gamelift"
5755
+ }
5756
+ }
5757
+ },
5758
+ "aws-cdk-lib.interfaces.aws_gameliftstreams": {
5759
+ "targets": {
5760
+ "dotnet": {
5761
+ "namespace": "Amazon.CDK.Interfaces.GameLiftStreams"
5762
+ },
5763
+ "go": {
5764
+ "packageName": "interfacesawsgameliftstreams"
5765
+ },
5766
+ "java": {
5767
+ "package": "software.amazon.awscdk.interfaces.gameliftstreams"
5768
+ },
5769
+ "python": {
5770
+ "module": "aws_cdk.interfaces.aws_gameliftstreams"
5771
+ }
5772
+ }
5773
+ },
5774
+ "aws-cdk-lib.interfaces.aws_globalaccelerator": {
5775
+ "targets": {
5776
+ "dotnet": {
5777
+ "namespace": "Amazon.CDK.Interfaces.GlobalAccelerator"
5778
+ },
5779
+ "go": {
5780
+ "packageName": "interfacesawsglobalaccelerator"
5781
+ },
5782
+ "java": {
5783
+ "package": "software.amazon.awscdk.interfaces.globalaccelerator"
5784
+ },
5785
+ "python": {
5786
+ "module": "aws_cdk.interfaces.aws_globalaccelerator"
5787
+ }
5788
+ }
5789
+ },
5790
+ "aws-cdk-lib.interfaces.aws_glue": {
5791
+ "targets": {
5792
+ "dotnet": {
5793
+ "namespace": "Amazon.CDK.Interfaces.Glue"
5794
+ },
5795
+ "go": {
5796
+ "packageName": "interfacesawsglue"
5797
+ },
5798
+ "java": {
5799
+ "package": "software.amazon.awscdk.interfaces.glue"
5800
+ },
5801
+ "python": {
5802
+ "module": "aws_cdk.interfaces.aws_glue"
5803
+ }
5804
+ }
5805
+ },
5806
+ "aws-cdk-lib.interfaces.aws_grafana": {
5807
+ "targets": {
5808
+ "dotnet": {
5809
+ "namespace": "Amazon.CDK.Interfaces.Grafana"
5810
+ },
5811
+ "go": {
5812
+ "packageName": "interfacesawsgrafana"
5813
+ },
5814
+ "java": {
5815
+ "package": "software.amazon.awscdk.interfaces.grafana"
5816
+ },
5817
+ "python": {
5818
+ "module": "aws_cdk.interfaces.aws_grafana"
5819
+ }
5820
+ }
5821
+ },
5822
+ "aws-cdk-lib.interfaces.aws_greengrass": {
5823
+ "targets": {
5824
+ "dotnet": {
5825
+ "namespace": "Amazon.CDK.Interfaces.Greengrass"
5826
+ },
5827
+ "go": {
5828
+ "packageName": "interfacesawsgreengrass"
5829
+ },
5830
+ "java": {
5831
+ "package": "software.amazon.awscdk.interfaces.greengrass"
5832
+ },
5833
+ "python": {
5834
+ "module": "aws_cdk.interfaces.aws_greengrass"
5835
+ }
5836
+ }
5837
+ },
5838
+ "aws-cdk-lib.interfaces.aws_greengrassv2": {
5839
+ "targets": {
5840
+ "dotnet": {
5841
+ "namespace": "Amazon.CDK.Interfaces.GreengrassV2"
5842
+ },
5843
+ "go": {
5844
+ "packageName": "interfacesawsgreengrassv2"
5845
+ },
5846
+ "java": {
5847
+ "package": "software.amazon.awscdk.interfaces.greengrassv2"
5848
+ },
5849
+ "python": {
5850
+ "module": "aws_cdk.interfaces.aws_greengrassv2"
5851
+ }
5852
+ }
5853
+ },
5854
+ "aws-cdk-lib.interfaces.aws_groundstation": {
5855
+ "targets": {
5856
+ "dotnet": {
5857
+ "namespace": "Amazon.CDK.Interfaces.GroundStation"
5858
+ },
5859
+ "go": {
5860
+ "packageName": "interfacesawsgroundstation"
5861
+ },
5862
+ "java": {
5863
+ "package": "software.amazon.awscdk.interfaces.groundstation"
5864
+ },
5865
+ "python": {
5866
+ "module": "aws_cdk.interfaces.aws_groundstation"
5867
+ }
5868
+ }
5869
+ },
5870
+ "aws-cdk-lib.interfaces.aws_guardduty": {
5871
+ "targets": {
5872
+ "dotnet": {
5873
+ "namespace": "Amazon.CDK.Interfaces.GuardDuty"
5874
+ },
5875
+ "go": {
5876
+ "packageName": "interfacesawsguardduty"
5877
+ },
5878
+ "java": {
5879
+ "package": "software.amazon.awscdk.interfaces.guardduty"
5880
+ },
5881
+ "python": {
5882
+ "module": "aws_cdk.interfaces.aws_guardduty"
5883
+ }
5884
+ }
5885
+ },
5886
+ "aws-cdk-lib.interfaces.aws_healthimaging": {
5887
+ "targets": {
5888
+ "dotnet": {
5889
+ "namespace": "Amazon.CDK.Interfaces.HealthImaging"
5890
+ },
5891
+ "go": {
5892
+ "packageName": "interfacesawshealthimaging"
5893
+ },
5894
+ "java": {
5895
+ "package": "software.amazon.awscdk.interfaces.healthimaging"
5896
+ },
5897
+ "python": {
5898
+ "module": "aws_cdk.interfaces.aws_healthimaging"
5899
+ }
5900
+ }
5901
+ },
5902
+ "aws-cdk-lib.interfaces.aws_healthlake": {
5903
+ "targets": {
5904
+ "dotnet": {
5905
+ "namespace": "Amazon.CDK.Interfaces.HealthLake"
5906
+ },
5907
+ "go": {
5908
+ "packageName": "interfacesawshealthlake"
5909
+ },
5910
+ "java": {
5911
+ "package": "software.amazon.awscdk.interfaces.healthlake"
5912
+ },
5913
+ "python": {
5914
+ "module": "aws_cdk.interfaces.aws_healthlake"
5915
+ }
5916
+ }
5917
+ },
5918
+ "aws-cdk-lib.interfaces.aws_iam": {
5919
+ "targets": {
5920
+ "dotnet": {
5921
+ "namespace": "Amazon.CDK.Interfaces.IAM"
5922
+ },
5923
+ "go": {
5924
+ "packageName": "interfacesawsiam"
5925
+ },
5926
+ "java": {
5927
+ "package": "software.amazon.awscdk.interfaces.iam"
5928
+ },
5929
+ "python": {
5930
+ "module": "aws_cdk.interfaces.aws_iam"
5931
+ }
5932
+ }
5933
+ },
5934
+ "aws-cdk-lib.interfaces.aws_identitystore": {
5935
+ "targets": {
5936
+ "dotnet": {
5937
+ "namespace": "Amazon.CDK.Interfaces.IdentityStore"
5938
+ },
5939
+ "go": {
5940
+ "packageName": "interfacesawsidentitystore"
5941
+ },
5942
+ "java": {
5943
+ "package": "software.amazon.awscdk.interfaces.identitystore"
5944
+ },
5945
+ "python": {
5946
+ "module": "aws_cdk.interfaces.aws_identitystore"
5947
+ }
5948
+ }
5949
+ },
5950
+ "aws-cdk-lib.interfaces.aws_imagebuilder": {
5951
+ "targets": {
5952
+ "dotnet": {
5953
+ "namespace": "Amazon.CDK.Interfaces.ImageBuilder"
5954
+ },
5955
+ "go": {
5956
+ "packageName": "interfacesawsimagebuilder"
5957
+ },
5958
+ "java": {
5959
+ "package": "software.amazon.awscdk.interfaces.imagebuilder"
5960
+ },
5961
+ "python": {
5962
+ "module": "aws_cdk.interfaces.aws_imagebuilder"
5963
+ }
5964
+ }
5965
+ },
5966
+ "aws-cdk-lib.interfaces.aws_inspector": {
5967
+ "targets": {
5968
+ "dotnet": {
5969
+ "namespace": "Amazon.CDK.Interfaces.Inspector"
5970
+ },
5971
+ "go": {
5972
+ "packageName": "interfacesawsinspector"
5973
+ },
5974
+ "java": {
5975
+ "package": "software.amazon.awscdk.interfaces.inspector"
5976
+ },
5977
+ "python": {
5978
+ "module": "aws_cdk.interfaces.aws_inspector"
5979
+ }
5980
+ }
5981
+ },
5982
+ "aws-cdk-lib.interfaces.aws_inspectorv2": {
5983
+ "targets": {
5984
+ "dotnet": {
5985
+ "namespace": "Amazon.CDK.Interfaces.InspectorV2"
5986
+ },
5987
+ "go": {
5988
+ "packageName": "interfacesawsinspectorv2"
5989
+ },
5990
+ "java": {
5991
+ "package": "software.amazon.awscdk.interfaces.inspectorv2"
5992
+ },
5993
+ "python": {
5994
+ "module": "aws_cdk.interfaces.aws_inspectorv2"
5995
+ }
5996
+ }
5997
+ },
5998
+ "aws-cdk-lib.interfaces.aws_internetmonitor": {
5999
+ "targets": {
6000
+ "dotnet": {
6001
+ "namespace": "Amazon.CDK.Interfaces.InternetMonitor"
6002
+ },
6003
+ "go": {
6004
+ "packageName": "interfacesawsinternetmonitor"
6005
+ },
6006
+ "java": {
6007
+ "package": "software.amazon.awscdk.interfaces.internetmonitor"
6008
+ },
6009
+ "python": {
6010
+ "module": "aws_cdk.interfaces.aws_internetmonitor"
6011
+ }
6012
+ }
6013
+ },
6014
+ "aws-cdk-lib.interfaces.aws_invoicing": {
6015
+ "targets": {
6016
+ "dotnet": {
6017
+ "namespace": "Amazon.CDK.Interfaces.Invoicing"
6018
+ },
6019
+ "go": {
6020
+ "packageName": "interfacesawsinvoicing"
6021
+ },
6022
+ "java": {
6023
+ "package": "software.amazon.awscdk.interfaces.invoicing"
6024
+ },
6025
+ "python": {
6026
+ "module": "aws_cdk.interfaces.aws_invoicing"
6027
+ }
6028
+ }
6029
+ },
6030
+ "aws-cdk-lib.interfaces.aws_iot": {
6031
+ "targets": {
6032
+ "dotnet": {
6033
+ "namespace": "Amazon.CDK.Interfaces.IoT"
6034
+ },
6035
+ "go": {
6036
+ "packageName": "interfacesawsiot"
6037
+ },
6038
+ "java": {
6039
+ "package": "software.amazon.awscdk.interfaces.iot"
6040
+ },
6041
+ "python": {
6042
+ "module": "aws_cdk.interfaces.aws_iot"
6043
+ }
6044
+ }
6045
+ },
6046
+ "aws-cdk-lib.interfaces.aws_iotanalytics": {
6047
+ "targets": {
6048
+ "dotnet": {
6049
+ "namespace": "Amazon.CDK.Interfaces.IoTAnalytics"
6050
+ },
6051
+ "go": {
6052
+ "packageName": "interfacesawsiotanalytics"
6053
+ },
6054
+ "java": {
6055
+ "package": "software.amazon.awscdk.interfaces.iotanalytics"
6056
+ },
6057
+ "python": {
6058
+ "module": "aws_cdk.interfaces.aws_iotanalytics"
6059
+ }
6060
+ }
6061
+ },
6062
+ "aws-cdk-lib.interfaces.aws_iotcoredeviceadvisor": {
6063
+ "targets": {
6064
+ "dotnet": {
6065
+ "namespace": "Amazon.CDK.Interfaces.IoTCoreDeviceAdvisor"
6066
+ },
6067
+ "go": {
6068
+ "packageName": "interfacesawsiotcoredeviceadvisor"
6069
+ },
6070
+ "java": {
6071
+ "package": "software.amazon.awscdk.interfaces.iotcoredeviceadvisor"
6072
+ },
6073
+ "python": {
6074
+ "module": "aws_cdk.interfaces.aws_iotcoredeviceadvisor"
6075
+ }
6076
+ }
6077
+ },
6078
+ "aws-cdk-lib.interfaces.aws_iotevents": {
6079
+ "targets": {
6080
+ "dotnet": {
6081
+ "namespace": "Amazon.CDK.Interfaces.IoTEvents"
6082
+ },
6083
+ "go": {
6084
+ "packageName": "interfacesawsiotevents"
6085
+ },
6086
+ "java": {
6087
+ "package": "software.amazon.awscdk.interfaces.iotevents"
6088
+ },
6089
+ "python": {
6090
+ "module": "aws_cdk.interfaces.aws_iotevents"
6091
+ }
6092
+ }
6093
+ },
6094
+ "aws-cdk-lib.interfaces.aws_iotfleethub": {
6095
+ "targets": {
6096
+ "dotnet": {
6097
+ "namespace": "Amazon.CDK.Interfaces.IoTFleetHub"
6098
+ },
6099
+ "go": {
6100
+ "packageName": "interfacesawsiotfleethub"
6101
+ },
6102
+ "java": {
6103
+ "package": "software.amazon.awscdk.interfaces.iotfleethub"
6104
+ },
6105
+ "python": {
6106
+ "module": "aws_cdk.interfaces.aws_iotfleethub"
6107
+ }
6108
+ }
6109
+ },
6110
+ "aws-cdk-lib.interfaces.aws_iotfleetwise": {
6111
+ "targets": {
6112
+ "dotnet": {
6113
+ "namespace": "Amazon.CDK.Interfaces.IoTFleetWise"
6114
+ },
6115
+ "go": {
6116
+ "packageName": "interfacesawsiotfleetwise"
6117
+ },
6118
+ "java": {
6119
+ "package": "software.amazon.awscdk.interfaces.iotfleetwise"
6120
+ },
6121
+ "python": {
6122
+ "module": "aws_cdk.interfaces.aws_iotfleetwise"
6123
+ }
6124
+ }
6125
+ },
6126
+ "aws-cdk-lib.interfaces.aws_iotsitewise": {
6127
+ "targets": {
6128
+ "dotnet": {
6129
+ "namespace": "Amazon.CDK.Interfaces.IoTSiteWise"
6130
+ },
6131
+ "go": {
6132
+ "packageName": "interfacesawsiotsitewise"
6133
+ },
6134
+ "java": {
6135
+ "package": "software.amazon.awscdk.interfaces.iotsitewise"
6136
+ },
6137
+ "python": {
6138
+ "module": "aws_cdk.interfaces.aws_iotsitewise"
6139
+ }
6140
+ }
6141
+ },
6142
+ "aws-cdk-lib.interfaces.aws_iotthingsgraph": {
6143
+ "targets": {
6144
+ "dotnet": {
6145
+ "namespace": "Amazon.CDK.Interfaces.IoTThingsGraph"
6146
+ },
6147
+ "go": {
6148
+ "packageName": "interfacesawsiotthingsgraph"
6149
+ },
6150
+ "java": {
6151
+ "package": "software.amazon.awscdk.interfaces.iotthingsgraph"
6152
+ },
6153
+ "python": {
6154
+ "module": "aws_cdk.interfaces.aws_iotthingsgraph"
6155
+ }
6156
+ }
6157
+ },
6158
+ "aws-cdk-lib.interfaces.aws_iottwinmaker": {
6159
+ "targets": {
6160
+ "dotnet": {
6161
+ "namespace": "Amazon.CDK.Interfaces.IoTTwinMaker"
6162
+ },
6163
+ "go": {
6164
+ "packageName": "interfacesawsiottwinmaker"
6165
+ },
6166
+ "java": {
6167
+ "package": "software.amazon.awscdk.interfaces.iottwinmaker"
6168
+ },
6169
+ "python": {
6170
+ "module": "aws_cdk.interfaces.aws_iottwinmaker"
6171
+ }
6172
+ }
6173
+ },
6174
+ "aws-cdk-lib.interfaces.aws_iotwireless": {
6175
+ "targets": {
6176
+ "dotnet": {
6177
+ "namespace": "Amazon.CDK.Interfaces.IoTWireless"
6178
+ },
6179
+ "go": {
6180
+ "packageName": "interfacesawsiotwireless"
6181
+ },
6182
+ "java": {
6183
+ "package": "software.amazon.awscdk.interfaces.iotwireless"
6184
+ },
6185
+ "python": {
6186
+ "module": "aws_cdk.interfaces.aws_iotwireless"
6187
+ }
6188
+ }
6189
+ },
6190
+ "aws-cdk-lib.interfaces.aws_ivs": {
6191
+ "targets": {
6192
+ "dotnet": {
6193
+ "namespace": "Amazon.CDK.Interfaces.Ivs"
6194
+ },
6195
+ "go": {
6196
+ "packageName": "interfacesawsivs"
6197
+ },
6198
+ "java": {
6199
+ "package": "software.amazon.awscdk.interfaces.ivs"
6200
+ },
6201
+ "python": {
6202
+ "module": "aws_cdk.interfaces.aws_ivs"
6203
+ }
6204
+ }
6205
+ },
6206
+ "aws-cdk-lib.interfaces.aws_ivschat": {
6207
+ "targets": {
6208
+ "dotnet": {
6209
+ "namespace": "Amazon.CDK.Interfaces.IVSChat"
6210
+ },
6211
+ "go": {
6212
+ "packageName": "interfacesawsivschat"
6213
+ },
6214
+ "java": {
6215
+ "package": "software.amazon.awscdk.interfaces.ivschat"
6216
+ },
6217
+ "python": {
6218
+ "module": "aws_cdk.interfaces.aws_ivschat"
6219
+ }
6220
+ }
6221
+ },
6222
+ "aws-cdk-lib.interfaces.aws_kafkaconnect": {
6223
+ "targets": {
6224
+ "dotnet": {
6225
+ "namespace": "Amazon.CDK.Interfaces.KafkaConnect"
6226
+ },
6227
+ "go": {
6228
+ "packageName": "interfacesawskafkaconnect"
6229
+ },
6230
+ "java": {
6231
+ "package": "software.amazon.awscdk.interfaces.kafkaconnect"
6232
+ },
6233
+ "python": {
6234
+ "module": "aws_cdk.interfaces.aws_kafkaconnect"
6235
+ }
6236
+ }
6237
+ },
6238
+ "aws-cdk-lib.interfaces.aws_kendra": {
6239
+ "targets": {
6240
+ "dotnet": {
6241
+ "namespace": "Amazon.CDK.Interfaces.Kendra"
6242
+ },
6243
+ "go": {
6244
+ "packageName": "interfacesawskendra"
6245
+ },
6246
+ "java": {
6247
+ "package": "software.amazon.awscdk.interfaces.kendra"
6248
+ },
6249
+ "python": {
6250
+ "module": "aws_cdk.interfaces.aws_kendra"
6251
+ }
6252
+ }
6253
+ },
6254
+ "aws-cdk-lib.interfaces.aws_kendraranking": {
6255
+ "targets": {
6256
+ "dotnet": {
6257
+ "namespace": "Amazon.CDK.Interfaces.KendraRanking"
6258
+ },
6259
+ "go": {
6260
+ "packageName": "interfacesawskendraranking"
6261
+ },
6262
+ "java": {
6263
+ "package": "software.amazon.awscdk.interfaces.kendraranking"
6264
+ },
6265
+ "python": {
6266
+ "module": "aws_cdk.interfaces.aws_kendraranking"
6267
+ }
6268
+ }
6269
+ },
6270
+ "aws-cdk-lib.interfaces.aws_kinesis": {
6271
+ "targets": {
6272
+ "dotnet": {
6273
+ "namespace": "Amazon.CDK.Interfaces.Kinesis"
6274
+ },
6275
+ "go": {
6276
+ "packageName": "interfacesawskinesis"
6277
+ },
6278
+ "java": {
6279
+ "package": "software.amazon.awscdk.interfaces.kinesis"
6280
+ },
6281
+ "python": {
6282
+ "module": "aws_cdk.interfaces.aws_kinesis"
6283
+ }
6284
+ }
6285
+ },
6286
+ "aws-cdk-lib.interfaces.aws_kinesisanalytics": {
6287
+ "targets": {
6288
+ "dotnet": {
6289
+ "namespace": "Amazon.CDK.Interfaces.KinesisAnalytics"
6290
+ },
6291
+ "go": {
6292
+ "packageName": "interfacesawskinesisanalytics"
6293
+ },
6294
+ "java": {
6295
+ "package": "software.amazon.awscdk.interfaces.kinesisanalytics"
6296
+ },
6297
+ "python": {
6298
+ "module": "aws_cdk.interfaces.aws_kinesisanalytics"
6299
+ }
6300
+ }
6301
+ },
6302
+ "aws-cdk-lib.interfaces.aws_kinesisanalyticsv2": {
6303
+ "targets": {
6304
+ "dotnet": {
6305
+ "namespace": "Amazon.CDK.Interfaces.KinesisAnalyticsV2"
6306
+ },
6307
+ "go": {
6308
+ "packageName": "interfacesawskinesisanalyticsv2"
6309
+ },
6310
+ "java": {
6311
+ "package": "software.amazon.awscdk.interfaces.kinesisanalyticsv2"
6312
+ },
6313
+ "python": {
6314
+ "module": "aws_cdk.interfaces.aws_kinesisanalyticsv2"
6315
+ }
6316
+ }
6317
+ },
6318
+ "aws-cdk-lib.interfaces.aws_kinesisfirehose": {
6319
+ "targets": {
6320
+ "dotnet": {
6321
+ "namespace": "Amazon.CDK.Interfaces.KinesisFirehose"
6322
+ },
6323
+ "go": {
6324
+ "packageName": "interfacesawskinesisfirehose"
6325
+ },
6326
+ "java": {
6327
+ "package": "software.amazon.awscdk.interfaces.kinesisfirehose"
6328
+ },
6329
+ "python": {
6330
+ "module": "aws_cdk.interfaces.aws_kinesisfirehose"
6331
+ }
6332
+ }
6333
+ },
6334
+ "aws-cdk-lib.interfaces.aws_kinesisvideo": {
6335
+ "targets": {
6336
+ "dotnet": {
6337
+ "namespace": "Amazon.CDK.Interfaces.KinesisVideo"
6338
+ },
6339
+ "go": {
6340
+ "packageName": "interfacesawskinesisvideo"
6341
+ },
6342
+ "java": {
6343
+ "package": "software.amazon.awscdk.interfaces.kinesisvideo"
6344
+ },
6345
+ "python": {
6346
+ "module": "aws_cdk.interfaces.aws_kinesisvideo"
6347
+ }
6348
+ }
6349
+ },
6350
+ "aws-cdk-lib.interfaces.aws_kms": {
6351
+ "targets": {
6352
+ "dotnet": {
6353
+ "namespace": "Amazon.CDK.Interfaces.KMS"
6354
+ },
6355
+ "go": {
6356
+ "packageName": "interfacesawskms"
6357
+ },
6358
+ "java": {
6359
+ "package": "software.amazon.awscdk.interfaces.kms"
6360
+ },
6361
+ "python": {
6362
+ "module": "aws_cdk.interfaces.aws_kms"
6363
+ }
6364
+ }
6365
+ },
6366
+ "aws-cdk-lib.interfaces.aws_lakeformation": {
6367
+ "targets": {
6368
+ "dotnet": {
6369
+ "namespace": "Amazon.CDK.Interfaces.LakeFormation"
6370
+ },
6371
+ "go": {
6372
+ "packageName": "interfacesawslakeformation"
6373
+ },
6374
+ "java": {
6375
+ "package": "software.amazon.awscdk.interfaces.lakeformation"
6376
+ },
6377
+ "python": {
6378
+ "module": "aws_cdk.interfaces.aws_lakeformation"
6379
+ }
6380
+ }
6381
+ },
6382
+ "aws-cdk-lib.interfaces.aws_lambda": {
6383
+ "targets": {
6384
+ "dotnet": {
6385
+ "namespace": "Amazon.CDK.Interfaces.Lambda"
6386
+ },
6387
+ "go": {
6388
+ "packageName": "interfacesawslambda"
6389
+ },
6390
+ "java": {
6391
+ "package": "software.amazon.awscdk.interfaces.lambda"
6392
+ },
6393
+ "python": {
6394
+ "module": "aws_cdk.interfaces.aws_lambda"
6395
+ }
6396
+ }
6397
+ },
6398
+ "aws-cdk-lib.interfaces.aws_launchwizard": {
6399
+ "targets": {
6400
+ "dotnet": {
6401
+ "namespace": "Amazon.CDK.Interfaces.LaunchWizard"
6402
+ },
6403
+ "go": {
6404
+ "packageName": "interfacesawslaunchwizard"
6405
+ },
6406
+ "java": {
6407
+ "package": "software.amazon.awscdk.interfaces.launchwizard"
6408
+ },
6409
+ "python": {
6410
+ "module": "aws_cdk.interfaces.aws_launchwizard"
6411
+ }
6412
+ }
6413
+ },
6414
+ "aws-cdk-lib.interfaces.aws_lex": {
6415
+ "targets": {
6416
+ "dotnet": {
6417
+ "namespace": "Amazon.CDK.Interfaces.Lex"
6418
+ },
6419
+ "go": {
6420
+ "packageName": "interfacesawslex"
6421
+ },
6422
+ "java": {
6423
+ "package": "software.amazon.awscdk.interfaces.lex"
6424
+ },
6425
+ "python": {
6426
+ "module": "aws_cdk.interfaces.aws_lex"
6427
+ }
6428
+ }
6429
+ },
6430
+ "aws-cdk-lib.interfaces.aws_licensemanager": {
6431
+ "targets": {
6432
+ "dotnet": {
6433
+ "namespace": "Amazon.CDK.Interfaces.LicenseManager"
6434
+ },
6435
+ "go": {
6436
+ "packageName": "interfacesawslicensemanager"
6437
+ },
6438
+ "java": {
6439
+ "package": "software.amazon.awscdk.interfaces.licensemanager"
6440
+ },
6441
+ "python": {
6442
+ "module": "aws_cdk.interfaces.aws_licensemanager"
6443
+ }
6444
+ }
6445
+ },
6446
+ "aws-cdk-lib.interfaces.aws_lightsail": {
6447
+ "targets": {
6448
+ "dotnet": {
6449
+ "namespace": "Amazon.CDK.Interfaces.Lightsail"
6450
+ },
6451
+ "go": {
6452
+ "packageName": "interfacesawslightsail"
6453
+ },
6454
+ "java": {
6455
+ "package": "software.amazon.awscdk.interfaces.lightsail"
6456
+ },
6457
+ "python": {
6458
+ "module": "aws_cdk.interfaces.aws_lightsail"
6459
+ }
6460
+ }
6461
+ },
6462
+ "aws-cdk-lib.interfaces.aws_location": {
6463
+ "targets": {
6464
+ "dotnet": {
6465
+ "namespace": "Amazon.CDK.Interfaces.Location"
6466
+ },
6467
+ "go": {
6468
+ "packageName": "interfacesawslocation"
6469
+ },
6470
+ "java": {
6471
+ "package": "software.amazon.awscdk.interfaces.location"
6472
+ },
6473
+ "python": {
6474
+ "module": "aws_cdk.interfaces.aws_location"
6475
+ }
6476
+ }
6477
+ },
6478
+ "aws-cdk-lib.interfaces.aws_logs": {
6479
+ "targets": {
6480
+ "dotnet": {
6481
+ "namespace": "Amazon.CDK.Interfaces.Logs"
6482
+ },
6483
+ "go": {
6484
+ "packageName": "interfacesawslogs"
6485
+ },
6486
+ "java": {
6487
+ "package": "software.amazon.awscdk.interfaces.logs"
6488
+ },
6489
+ "python": {
6490
+ "module": "aws_cdk.interfaces.aws_logs"
6491
+ }
6492
+ }
6493
+ },
6494
+ "aws-cdk-lib.interfaces.aws_lookoutequipment": {
6495
+ "targets": {
6496
+ "dotnet": {
6497
+ "namespace": "Amazon.CDK.Interfaces.LookoutEquipment"
6498
+ },
6499
+ "go": {
6500
+ "packageName": "interfacesawslookoutequipment"
6501
+ },
6502
+ "java": {
6503
+ "package": "software.amazon.awscdk.interfaces.lookoutequipment"
6504
+ },
6505
+ "python": {
6506
+ "module": "aws_cdk.interfaces.aws_lookoutequipment"
6507
+ }
6508
+ }
6509
+ },
6510
+ "aws-cdk-lib.interfaces.aws_lookoutmetrics": {
6511
+ "targets": {
6512
+ "dotnet": {
6513
+ "namespace": "Amazon.CDK.Interfaces.LookoutMetrics"
6514
+ },
6515
+ "go": {
6516
+ "packageName": "interfacesawslookoutmetrics"
6517
+ },
6518
+ "java": {
6519
+ "package": "software.amazon.awscdk.interfaces.lookoutmetrics"
6520
+ },
6521
+ "python": {
6522
+ "module": "aws_cdk.interfaces.aws_lookoutmetrics"
6523
+ }
6524
+ }
6525
+ },
6526
+ "aws-cdk-lib.interfaces.aws_lookoutvision": {
6527
+ "targets": {
6528
+ "dotnet": {
6529
+ "namespace": "Amazon.CDK.Interfaces.LookoutVision"
6530
+ },
6531
+ "go": {
6532
+ "packageName": "interfacesawslookoutvision"
6533
+ },
6534
+ "java": {
6535
+ "package": "software.amazon.awscdk.interfaces.lookoutvision"
6536
+ },
6537
+ "python": {
6538
+ "module": "aws_cdk.interfaces.aws_lookoutvision"
6539
+ }
6540
+ }
6541
+ },
6542
+ "aws-cdk-lib.interfaces.aws_m2": {
6543
+ "targets": {
6544
+ "dotnet": {
6545
+ "namespace": "Amazon.CDK.Interfaces.M2"
6546
+ },
6547
+ "go": {
6548
+ "packageName": "interfacesawsm2"
6549
+ },
6550
+ "java": {
6551
+ "package": "software.amazon.awscdk.interfaces.m2"
6552
+ },
6553
+ "python": {
6554
+ "module": "aws_cdk.interfaces.aws_m2"
6555
+ }
6556
+ }
6557
+ },
6558
+ "aws-cdk-lib.interfaces.aws_macie": {
6559
+ "targets": {
6560
+ "dotnet": {
6561
+ "namespace": "Amazon.CDK.Interfaces.Macie"
6562
+ },
6563
+ "go": {
6564
+ "packageName": "interfacesawsmacie"
6565
+ },
6566
+ "java": {
6567
+ "package": "software.amazon.awscdk.interfaces.macie"
6568
+ },
6569
+ "python": {
6570
+ "module": "aws_cdk.interfaces.aws_macie"
6571
+ }
6572
+ }
6573
+ },
6574
+ "aws-cdk-lib.interfaces.aws_managedblockchain": {
6575
+ "targets": {
6576
+ "dotnet": {
6577
+ "namespace": "Amazon.CDK.Interfaces.ManagedBlockchain"
6578
+ },
6579
+ "go": {
6580
+ "packageName": "interfacesawsmanagedblockchain"
6581
+ },
6582
+ "java": {
6583
+ "package": "software.amazon.awscdk.interfaces.managedblockchain"
6584
+ },
6585
+ "python": {
6586
+ "module": "aws_cdk.interfaces.aws_managedblockchain"
6587
+ }
6588
+ }
6589
+ },
6590
+ "aws-cdk-lib.interfaces.aws_mediaconnect": {
6591
+ "targets": {
6592
+ "dotnet": {
6593
+ "namespace": "Amazon.CDK.Interfaces.MediaConnect"
6594
+ },
6595
+ "go": {
6596
+ "packageName": "interfacesawsmediaconnect"
6597
+ },
6598
+ "java": {
6599
+ "package": "software.amazon.awscdk.interfaces.mediaconnect"
6600
+ },
6601
+ "python": {
6602
+ "module": "aws_cdk.interfaces.aws_mediaconnect"
6603
+ }
6604
+ }
6605
+ },
6606
+ "aws-cdk-lib.interfaces.aws_mediaconvert": {
6607
+ "targets": {
6608
+ "dotnet": {
6609
+ "namespace": "Amazon.CDK.Interfaces.MediaConvert"
6610
+ },
6611
+ "go": {
6612
+ "packageName": "interfacesawsmediaconvert"
6613
+ },
6614
+ "java": {
6615
+ "package": "software.amazon.awscdk.interfaces.mediaconvert"
6616
+ },
6617
+ "python": {
6618
+ "module": "aws_cdk.interfaces.aws_mediaconvert"
6619
+ }
6620
+ }
6621
+ },
6622
+ "aws-cdk-lib.interfaces.aws_medialive": {
6623
+ "targets": {
6624
+ "dotnet": {
6625
+ "namespace": "Amazon.CDK.Interfaces.MediaLive"
6626
+ },
6627
+ "go": {
6628
+ "packageName": "interfacesawsmedialive"
6629
+ },
6630
+ "java": {
6631
+ "package": "software.amazon.awscdk.interfaces.medialive"
6632
+ },
6633
+ "python": {
6634
+ "module": "aws_cdk.interfaces.aws_medialive"
6635
+ }
6636
+ }
6637
+ },
6638
+ "aws-cdk-lib.interfaces.aws_mediapackage": {
6639
+ "targets": {
6640
+ "dotnet": {
6641
+ "namespace": "Amazon.CDK.Interfaces.MediaPackage"
6642
+ },
6643
+ "go": {
6644
+ "packageName": "interfacesawsmediapackage"
6645
+ },
6646
+ "java": {
6647
+ "package": "software.amazon.awscdk.interfaces.mediapackage"
6648
+ },
6649
+ "python": {
6650
+ "module": "aws_cdk.interfaces.aws_mediapackage"
6651
+ }
6652
+ }
6653
+ },
6654
+ "aws-cdk-lib.interfaces.aws_mediapackagev2": {
6655
+ "targets": {
6656
+ "dotnet": {
6657
+ "namespace": "Amazon.CDK.Interfaces.MediaPackageV2"
6658
+ },
6659
+ "go": {
6660
+ "packageName": "interfacesawsmediapackagev2"
6661
+ },
6662
+ "java": {
6663
+ "package": "software.amazon.awscdk.interfaces.mediapackagev2"
6664
+ },
6665
+ "python": {
6666
+ "module": "aws_cdk.interfaces.aws_mediapackagev2"
6667
+ }
6668
+ }
6669
+ },
6670
+ "aws-cdk-lib.interfaces.aws_mediastore": {
6671
+ "targets": {
6672
+ "dotnet": {
6673
+ "namespace": "Amazon.CDK.Interfaces.MediaStore"
6674
+ },
6675
+ "go": {
6676
+ "packageName": "interfacesawsmediastore"
6677
+ },
6678
+ "java": {
6679
+ "package": "software.amazon.awscdk.interfaces.mediastore"
6680
+ },
6681
+ "python": {
6682
+ "module": "aws_cdk.interfaces.aws_mediastore"
6683
+ }
6684
+ }
6685
+ },
6686
+ "aws-cdk-lib.interfaces.aws_mediatailor": {
6687
+ "targets": {
6688
+ "dotnet": {
6689
+ "namespace": "Amazon.CDK.Interfaces.MediaTailor"
6690
+ },
6691
+ "go": {
6692
+ "packageName": "interfacesawsmediatailor"
6693
+ },
6694
+ "java": {
6695
+ "package": "software.amazon.awscdk.interfaces.mediatailor"
6696
+ },
6697
+ "python": {
6698
+ "module": "aws_cdk.interfaces.aws_mediatailor"
6699
+ }
6700
+ }
6701
+ },
6702
+ "aws-cdk-lib.interfaces.aws_memorydb": {
6703
+ "targets": {
6704
+ "dotnet": {
6705
+ "namespace": "Amazon.CDK.Interfaces.MemoryDB"
6706
+ },
6707
+ "go": {
6708
+ "packageName": "interfacesawsmemorydb"
6709
+ },
6710
+ "java": {
6711
+ "package": "software.amazon.awscdk.interfaces.memorydb"
6712
+ },
6713
+ "python": {
6714
+ "module": "aws_cdk.interfaces.aws_memorydb"
6715
+ }
6716
+ }
6717
+ },
6718
+ "aws-cdk-lib.interfaces.aws_mpa": {
6719
+ "targets": {
6720
+ "dotnet": {
6721
+ "namespace": "Amazon.CDK.Interfaces.MPA"
6722
+ },
6723
+ "go": {
6724
+ "packageName": "interfacesawsmpa"
6725
+ },
6726
+ "java": {
6727
+ "package": "software.amazon.awscdk.interfaces.mpa"
6728
+ },
6729
+ "python": {
6730
+ "module": "aws_cdk.interfaces.aws_mpa"
6731
+ }
6732
+ }
6733
+ },
6734
+ "aws-cdk-lib.interfaces.aws_msk": {
6735
+ "targets": {
6736
+ "dotnet": {
6737
+ "namespace": "Amazon.CDK.Interfaces.MSK"
6738
+ },
6739
+ "go": {
6740
+ "packageName": "interfacesawsmsk"
6741
+ },
6742
+ "java": {
6743
+ "package": "software.amazon.awscdk.interfaces.msk"
6744
+ },
6745
+ "python": {
6746
+ "module": "aws_cdk.interfaces.aws_msk"
6747
+ }
6748
+ }
6749
+ },
6750
+ "aws-cdk-lib.interfaces.aws_mwaa": {
6751
+ "targets": {
6752
+ "dotnet": {
6753
+ "namespace": "Amazon.CDK.Interfaces.MWAA"
6754
+ },
6755
+ "go": {
6756
+ "packageName": "interfacesawsmwaa"
6757
+ },
6758
+ "java": {
6759
+ "package": "software.amazon.awscdk.interfaces.mwaa"
6760
+ },
6761
+ "python": {
6762
+ "module": "aws_cdk.interfaces.aws_mwaa"
6763
+ }
6764
+ }
6765
+ },
6766
+ "aws-cdk-lib.interfaces.aws_neptune": {
6767
+ "targets": {
6768
+ "dotnet": {
6769
+ "namespace": "Amazon.CDK.Interfaces.Neptune"
6770
+ },
6771
+ "go": {
6772
+ "packageName": "interfacesawsneptune"
6773
+ },
6774
+ "java": {
6775
+ "package": "software.amazon.awscdk.interfaces.neptune"
6776
+ },
6777
+ "python": {
6778
+ "module": "aws_cdk.interfaces.aws_neptune"
6779
+ }
6780
+ }
6781
+ },
6782
+ "aws-cdk-lib.interfaces.aws_neptunegraph": {
6783
+ "targets": {
6784
+ "dotnet": {
6785
+ "namespace": "Amazon.CDK.Interfaces.NeptuneGraph"
6786
+ },
6787
+ "go": {
6788
+ "packageName": "interfacesawsneptunegraph"
6789
+ },
6790
+ "java": {
6791
+ "package": "software.amazon.awscdk.interfaces.neptunegraph"
6792
+ },
6793
+ "python": {
6794
+ "module": "aws_cdk.interfaces.aws_neptunegraph"
6795
+ }
6796
+ }
6797
+ },
6798
+ "aws-cdk-lib.interfaces.aws_networkfirewall": {
6799
+ "targets": {
6800
+ "dotnet": {
6801
+ "namespace": "Amazon.CDK.Interfaces.NetworkFirewall"
6802
+ },
6803
+ "go": {
6804
+ "packageName": "interfacesawsnetworkfirewall"
6805
+ },
6806
+ "java": {
6807
+ "package": "software.amazon.awscdk.interfaces.networkfirewall"
6808
+ },
6809
+ "python": {
6810
+ "module": "aws_cdk.interfaces.aws_networkfirewall"
6811
+ }
6812
+ }
6813
+ },
6814
+ "aws-cdk-lib.interfaces.aws_networkmanager": {
6815
+ "targets": {
6816
+ "dotnet": {
6817
+ "namespace": "Amazon.CDK.Interfaces.NetworkManager"
6818
+ },
6819
+ "go": {
6820
+ "packageName": "interfacesawsnetworkmanager"
6821
+ },
6822
+ "java": {
6823
+ "package": "software.amazon.awscdk.interfaces.networkmanager"
6824
+ },
6825
+ "python": {
6826
+ "module": "aws_cdk.interfaces.aws_networkmanager"
6827
+ }
6828
+ }
6829
+ },
6830
+ "aws-cdk-lib.interfaces.aws_nimblestudio": {
6831
+ "targets": {
6832
+ "dotnet": {
6833
+ "namespace": "Amazon.CDK.Interfaces.NimbleStudio"
6834
+ },
6835
+ "go": {
6836
+ "packageName": "interfacesawsnimblestudio"
6837
+ },
6838
+ "java": {
6839
+ "package": "software.amazon.awscdk.interfaces.nimblestudio"
6840
+ },
6841
+ "python": {
6842
+ "module": "aws_cdk.interfaces.aws_nimblestudio"
6843
+ }
6844
+ }
6845
+ },
6846
+ "aws-cdk-lib.interfaces.aws_notifications": {
6847
+ "targets": {
6848
+ "dotnet": {
6849
+ "namespace": "Amazon.CDK.Interfaces.Notifications"
6850
+ },
6851
+ "go": {
6852
+ "packageName": "interfacesawsnotifications"
6853
+ },
6854
+ "java": {
6855
+ "package": "software.amazon.awscdk.interfaces.notifications"
6856
+ },
6857
+ "python": {
6858
+ "module": "aws_cdk.interfaces.aws_notifications"
6859
+ }
6860
+ }
6861
+ },
6862
+ "aws-cdk-lib.interfaces.aws_notificationscontacts": {
6863
+ "targets": {
6864
+ "dotnet": {
6865
+ "namespace": "Amazon.CDK.Interfaces.NotificationsContacts"
6866
+ },
6867
+ "go": {
6868
+ "packageName": "interfacesawsnotificationscontacts"
6869
+ },
6870
+ "java": {
6871
+ "package": "software.amazon.awscdk.interfaces.notificationscontacts"
6872
+ },
6873
+ "python": {
6874
+ "module": "aws_cdk.interfaces.aws_notificationscontacts"
6875
+ }
6876
+ }
6877
+ },
6878
+ "aws-cdk-lib.interfaces.aws_oam": {
6879
+ "targets": {
6880
+ "dotnet": {
6881
+ "namespace": "Amazon.CDK.Interfaces.Oam"
6882
+ },
6883
+ "go": {
6884
+ "packageName": "interfacesawsoam"
6885
+ },
6886
+ "java": {
6887
+ "package": "software.amazon.awscdk.interfaces.oam"
6888
+ },
6889
+ "python": {
6890
+ "module": "aws_cdk.interfaces.aws_oam"
6891
+ }
6892
+ }
6893
+ },
6894
+ "aws-cdk-lib.interfaces.aws_observabilityadmin": {
6895
+ "targets": {
6896
+ "dotnet": {
6897
+ "namespace": "Amazon.CDK.Interfaces.ObservabilityAdmin"
6898
+ },
6899
+ "go": {
6900
+ "packageName": "interfacesawsobservabilityadmin"
6901
+ },
6902
+ "java": {
6903
+ "package": "software.amazon.awscdk.interfaces.observabilityadmin"
6904
+ },
6905
+ "python": {
6906
+ "module": "aws_cdk.interfaces.aws_observabilityadmin"
6907
+ }
6908
+ }
6909
+ },
6910
+ "aws-cdk-lib.interfaces.aws_odb": {
6911
+ "targets": {
6912
+ "dotnet": {
6913
+ "namespace": "Amazon.CDK.Interfaces.ODB"
6914
+ },
6915
+ "go": {
6916
+ "packageName": "interfacesawsodb"
6917
+ },
6918
+ "java": {
6919
+ "package": "software.amazon.awscdk.interfaces.odb"
6920
+ },
6921
+ "python": {
6922
+ "module": "aws_cdk.interfaces.aws_odb"
6923
+ }
6924
+ }
6925
+ },
6926
+ "aws-cdk-lib.interfaces.aws_omics": {
6927
+ "targets": {
6928
+ "dotnet": {
6929
+ "namespace": "Amazon.CDK.Interfaces.Omics"
6930
+ },
6931
+ "go": {
6932
+ "packageName": "interfacesawsomics"
6933
+ },
6934
+ "java": {
6935
+ "package": "software.amazon.awscdk.interfaces.omics"
6936
+ },
6937
+ "python": {
6938
+ "module": "aws_cdk.interfaces.aws_omics"
6939
+ }
6940
+ }
6941
+ },
6942
+ "aws-cdk-lib.interfaces.aws_opensearchserverless": {
6943
+ "targets": {
6944
+ "dotnet": {
6945
+ "namespace": "Amazon.CDK.Interfaces.OpenSearchServerless"
6946
+ },
6947
+ "go": {
6948
+ "packageName": "interfacesawsopensearchserverless"
6949
+ },
6950
+ "java": {
6951
+ "package": "software.amazon.awscdk.interfaces.opensearchserverless"
6952
+ },
6953
+ "python": {
6954
+ "module": "aws_cdk.interfaces.aws_opensearchserverless"
6955
+ }
6956
+ }
6957
+ },
6958
+ "aws-cdk-lib.interfaces.aws_opensearchservice": {
6959
+ "targets": {
6960
+ "dotnet": {
6961
+ "namespace": "Amazon.CDK.Interfaces.OpenSearchService"
6962
+ },
6963
+ "go": {
6964
+ "packageName": "interfacesawsopensearchservice"
6965
+ },
6966
+ "java": {
6967
+ "package": "software.amazon.awscdk.interfaces.opensearchservice"
6968
+ },
6969
+ "python": {
6970
+ "module": "aws_cdk.interfaces.aws_opensearchservice"
6971
+ }
6972
+ }
6973
+ },
6974
+ "aws-cdk-lib.interfaces.aws_opsworks": {
6975
+ "targets": {
6976
+ "dotnet": {
6977
+ "namespace": "Amazon.CDK.Interfaces.OpsWorks"
6978
+ },
6979
+ "go": {
6980
+ "packageName": "interfacesawsopsworks"
6981
+ },
6982
+ "java": {
6983
+ "package": "software.amazon.awscdk.interfaces.opsworks"
6984
+ },
6985
+ "python": {
6986
+ "module": "aws_cdk.interfaces.aws_opsworks"
6987
+ }
6988
+ }
6989
+ },
6990
+ "aws-cdk-lib.interfaces.aws_opsworkscm": {
6991
+ "targets": {
6992
+ "dotnet": {
6993
+ "namespace": "Amazon.CDK.Interfaces.OpsWorksCM"
6994
+ },
6995
+ "go": {
6996
+ "packageName": "interfacesawsopsworkscm"
6997
+ },
6998
+ "java": {
6999
+ "package": "software.amazon.awscdk.interfaces.opsworkscm"
7000
+ },
7001
+ "python": {
7002
+ "module": "aws_cdk.interfaces.aws_opsworkscm"
7003
+ }
7004
+ }
7005
+ },
7006
+ "aws-cdk-lib.interfaces.aws_organizations": {
7007
+ "targets": {
7008
+ "dotnet": {
7009
+ "namespace": "Amazon.CDK.Interfaces.Organizations"
7010
+ },
7011
+ "go": {
7012
+ "packageName": "interfacesawsorganizations"
7013
+ },
7014
+ "java": {
7015
+ "package": "software.amazon.awscdk.interfaces.organizations"
7016
+ },
7017
+ "python": {
7018
+ "module": "aws_cdk.interfaces.aws_organizations"
7019
+ }
7020
+ }
7021
+ },
7022
+ "aws-cdk-lib.interfaces.aws_osis": {
7023
+ "targets": {
7024
+ "dotnet": {
7025
+ "namespace": "Amazon.CDK.Interfaces.OSIS"
7026
+ },
7027
+ "go": {
7028
+ "packageName": "interfacesawsosis"
7029
+ },
7030
+ "java": {
7031
+ "package": "software.amazon.awscdk.interfaces.osis"
7032
+ },
7033
+ "python": {
7034
+ "module": "aws_cdk.interfaces.aws_osis"
7035
+ }
7036
+ }
7037
+ },
7038
+ "aws-cdk-lib.interfaces.aws_panorama": {
7039
+ "targets": {
7040
+ "dotnet": {
7041
+ "namespace": "Amazon.CDK.Interfaces.Panorama"
7042
+ },
7043
+ "go": {
7044
+ "packageName": "interfacesawspanorama"
7045
+ },
7046
+ "java": {
7047
+ "package": "software.amazon.awscdk.interfaces.panorama"
7048
+ },
7049
+ "python": {
7050
+ "module": "aws_cdk.interfaces.aws_panorama"
7051
+ }
7052
+ }
7053
+ },
7054
+ "aws-cdk-lib.interfaces.aws_paymentcryptography": {
7055
+ "targets": {
7056
+ "dotnet": {
7057
+ "namespace": "Amazon.CDK.Interfaces.PaymentCryptography"
7058
+ },
7059
+ "go": {
7060
+ "packageName": "interfacesawspaymentcryptography"
7061
+ },
7062
+ "java": {
7063
+ "package": "software.amazon.awscdk.interfaces.paymentcryptography"
7064
+ },
7065
+ "python": {
7066
+ "module": "aws_cdk.interfaces.aws_paymentcryptography"
7067
+ }
7068
+ }
7069
+ },
7070
+ "aws-cdk-lib.interfaces.aws_pcaconnectorad": {
7071
+ "targets": {
7072
+ "dotnet": {
7073
+ "namespace": "Amazon.CDK.Interfaces.PCAConnectorAD"
7074
+ },
7075
+ "go": {
7076
+ "packageName": "interfacesawspcaconnectorad"
7077
+ },
7078
+ "java": {
7079
+ "package": "software.amazon.awscdk.interfaces.pcaconnectorad"
7080
+ },
7081
+ "python": {
7082
+ "module": "aws_cdk.interfaces.aws_pcaconnectorad"
7083
+ }
7084
+ }
7085
+ },
7086
+ "aws-cdk-lib.interfaces.aws_pcaconnectorscep": {
7087
+ "targets": {
7088
+ "dotnet": {
7089
+ "namespace": "Amazon.CDK.Interfaces.PCAConnectorSCEP"
7090
+ },
7091
+ "go": {
7092
+ "packageName": "interfacesawspcaconnectorscep"
7093
+ },
7094
+ "java": {
7095
+ "package": "software.amazon.awscdk.interfaces.pcaconnectorscep"
7096
+ },
7097
+ "python": {
7098
+ "module": "aws_cdk.interfaces.aws_pcaconnectorscep"
7099
+ }
7100
+ }
7101
+ },
7102
+ "aws-cdk-lib.interfaces.aws_pcs": {
7103
+ "targets": {
7104
+ "dotnet": {
7105
+ "namespace": "Amazon.CDK.Interfaces.PCS"
7106
+ },
7107
+ "go": {
7108
+ "packageName": "interfacesawspcs"
7109
+ },
7110
+ "java": {
7111
+ "package": "software.amazon.awscdk.interfaces.pcs"
7112
+ },
7113
+ "python": {
7114
+ "module": "aws_cdk.interfaces.aws_pcs"
7115
+ }
7116
+ }
7117
+ },
7118
+ "aws-cdk-lib.interfaces.aws_personalize": {
7119
+ "targets": {
7120
+ "dotnet": {
7121
+ "namespace": "Amazon.CDK.Interfaces.Personalize"
7122
+ },
7123
+ "go": {
7124
+ "packageName": "interfacesawspersonalize"
7125
+ },
7126
+ "java": {
7127
+ "package": "software.amazon.awscdk.interfaces.personalize"
7128
+ },
7129
+ "python": {
7130
+ "module": "aws_cdk.interfaces.aws_personalize"
7131
+ }
7132
+ }
7133
+ },
7134
+ "aws-cdk-lib.interfaces.aws_pinpoint": {
7135
+ "targets": {
7136
+ "dotnet": {
7137
+ "namespace": "Amazon.CDK.Interfaces.Pinpoint"
7138
+ },
7139
+ "go": {
7140
+ "packageName": "interfacesawspinpoint"
7141
+ },
7142
+ "java": {
7143
+ "package": "software.amazon.awscdk.interfaces.pinpoint"
7144
+ },
7145
+ "python": {
7146
+ "module": "aws_cdk.interfaces.aws_pinpoint"
7147
+ }
7148
+ }
7149
+ },
7150
+ "aws-cdk-lib.interfaces.aws_pinpointemail": {
7151
+ "targets": {
7152
+ "dotnet": {
7153
+ "namespace": "Amazon.CDK.Interfaces.PinpointEmail"
7154
+ },
7155
+ "go": {
7156
+ "packageName": "interfacesawspinpointemail"
7157
+ },
7158
+ "java": {
7159
+ "package": "software.amazon.awscdk.interfaces.pinpointemail"
7160
+ },
7161
+ "python": {
7162
+ "module": "aws_cdk.interfaces.aws_pinpointemail"
7163
+ }
7164
+ }
7165
+ },
7166
+ "aws-cdk-lib.interfaces.aws_pipes": {
7167
+ "targets": {
7168
+ "dotnet": {
7169
+ "namespace": "Amazon.CDK.Interfaces.Pipes"
7170
+ },
7171
+ "go": {
7172
+ "packageName": "interfacesawspipes"
7173
+ },
7174
+ "java": {
7175
+ "package": "software.amazon.awscdk.interfaces.pipes"
7176
+ },
7177
+ "python": {
7178
+ "module": "aws_cdk.interfaces.aws_pipes"
7179
+ }
7180
+ }
7181
+ },
7182
+ "aws-cdk-lib.interfaces.aws_proton": {
7183
+ "targets": {
7184
+ "dotnet": {
7185
+ "namespace": "Amazon.CDK.Interfaces.Proton"
7186
+ },
7187
+ "go": {
7188
+ "packageName": "interfacesawsproton"
7189
+ },
7190
+ "java": {
7191
+ "package": "software.amazon.awscdk.interfaces.proton"
7192
+ },
7193
+ "python": {
7194
+ "module": "aws_cdk.interfaces.aws_proton"
7195
+ }
7196
+ }
7197
+ },
7198
+ "aws-cdk-lib.interfaces.aws_qbusiness": {
7199
+ "targets": {
7200
+ "dotnet": {
7201
+ "namespace": "Amazon.CDK.Interfaces.QBusiness"
7202
+ },
7203
+ "go": {
7204
+ "packageName": "interfacesawsqbusiness"
7205
+ },
7206
+ "java": {
7207
+ "package": "software.amazon.awscdk.interfaces.qbusiness"
7208
+ },
7209
+ "python": {
7210
+ "module": "aws_cdk.interfaces.aws_qbusiness"
7211
+ }
7212
+ }
7213
+ },
7214
+ "aws-cdk-lib.interfaces.aws_qldb": {
7215
+ "targets": {
7216
+ "dotnet": {
7217
+ "namespace": "Amazon.CDK.Interfaces.QLDB"
7218
+ },
7219
+ "go": {
7220
+ "packageName": "interfacesawsqldb"
7221
+ },
7222
+ "java": {
7223
+ "package": "software.amazon.awscdk.interfaces.qldb"
7224
+ },
7225
+ "python": {
7226
+ "module": "aws_cdk.interfaces.aws_qldb"
7227
+ }
7228
+ }
7229
+ },
7230
+ "aws-cdk-lib.interfaces.aws_quicksight": {
7231
+ "targets": {
7232
+ "dotnet": {
7233
+ "namespace": "Amazon.CDK.Interfaces.QuickSight"
7234
+ },
7235
+ "go": {
7236
+ "packageName": "interfacesawsquicksight"
7237
+ },
7238
+ "java": {
7239
+ "package": "software.amazon.awscdk.interfaces.quicksight"
7240
+ },
7241
+ "python": {
7242
+ "module": "aws_cdk.interfaces.aws_quicksight"
7243
+ }
7244
+ }
7245
+ },
7246
+ "aws-cdk-lib.interfaces.aws_ram": {
7247
+ "targets": {
7248
+ "dotnet": {
7249
+ "namespace": "Amazon.CDK.Interfaces.RAM"
7250
+ },
7251
+ "go": {
7252
+ "packageName": "interfacesawsram"
7253
+ },
7254
+ "java": {
7255
+ "package": "software.amazon.awscdk.interfaces.ram"
7256
+ },
7257
+ "python": {
7258
+ "module": "aws_cdk.interfaces.aws_ram"
7259
+ }
7260
+ }
7261
+ },
7262
+ "aws-cdk-lib.interfaces.aws_rbin": {
7263
+ "targets": {
7264
+ "dotnet": {
7265
+ "namespace": "Amazon.CDK.Interfaces.Rbin"
7266
+ },
7267
+ "go": {
7268
+ "packageName": "interfacesawsrbin"
7269
+ },
7270
+ "java": {
7271
+ "package": "software.amazon.awscdk.interfaces.rbin"
7272
+ },
7273
+ "python": {
7274
+ "module": "aws_cdk.interfaces.aws_rbin"
7275
+ }
7276
+ }
7277
+ },
7278
+ "aws-cdk-lib.interfaces.aws_rds": {
7279
+ "targets": {
7280
+ "dotnet": {
7281
+ "namespace": "Amazon.CDK.Interfaces.RDS"
7282
+ },
7283
+ "go": {
7284
+ "packageName": "interfacesawsrds"
7285
+ },
7286
+ "java": {
7287
+ "package": "software.amazon.awscdk.interfaces.rds"
7288
+ },
7289
+ "python": {
7290
+ "module": "aws_cdk.interfaces.aws_rds"
7291
+ }
7292
+ }
7293
+ },
7294
+ "aws-cdk-lib.interfaces.aws_redshift": {
7295
+ "targets": {
7296
+ "dotnet": {
7297
+ "namespace": "Amazon.CDK.Interfaces.Redshift"
7298
+ },
7299
+ "go": {
7300
+ "packageName": "interfacesawsredshift"
7301
+ },
7302
+ "java": {
7303
+ "package": "software.amazon.awscdk.interfaces.redshift"
7304
+ },
7305
+ "python": {
7306
+ "module": "aws_cdk.interfaces.aws_redshift"
7307
+ }
7308
+ }
7309
+ },
7310
+ "aws-cdk-lib.interfaces.aws_redshiftserverless": {
7311
+ "targets": {
7312
+ "dotnet": {
7313
+ "namespace": "Amazon.CDK.Interfaces.RedshiftServerless"
7314
+ },
7315
+ "go": {
7316
+ "packageName": "interfacesawsredshiftserverless"
7317
+ },
7318
+ "java": {
7319
+ "package": "software.amazon.awscdk.interfaces.redshiftserverless"
7320
+ },
7321
+ "python": {
7322
+ "module": "aws_cdk.interfaces.aws_redshiftserverless"
7323
+ }
7324
+ }
7325
+ },
7326
+ "aws-cdk-lib.interfaces.aws_refactorspaces": {
7327
+ "targets": {
7328
+ "dotnet": {
7329
+ "namespace": "Amazon.CDK.Interfaces.RefactorSpaces"
7330
+ },
7331
+ "go": {
7332
+ "packageName": "interfacesawsrefactorspaces"
7333
+ },
7334
+ "java": {
7335
+ "package": "software.amazon.awscdk.interfaces.refactorspaces"
7336
+ },
7337
+ "python": {
7338
+ "module": "aws_cdk.interfaces.aws_refactorspaces"
7339
+ }
7340
+ }
7341
+ },
7342
+ "aws-cdk-lib.interfaces.aws_rekognition": {
7343
+ "targets": {
7344
+ "dotnet": {
7345
+ "namespace": "Amazon.CDK.Interfaces.Rekognition"
7346
+ },
7347
+ "go": {
7348
+ "packageName": "interfacesawsrekognition"
7349
+ },
7350
+ "java": {
7351
+ "package": "software.amazon.awscdk.interfaces.rekognition"
7352
+ },
7353
+ "python": {
7354
+ "module": "aws_cdk.interfaces.aws_rekognition"
7355
+ }
7356
+ }
7357
+ },
7358
+ "aws-cdk-lib.interfaces.aws_resiliencehub": {
7359
+ "targets": {
7360
+ "dotnet": {
7361
+ "namespace": "Amazon.CDK.Interfaces.ResilienceHub"
7362
+ },
7363
+ "go": {
7364
+ "packageName": "interfacesawsresiliencehub"
7365
+ },
7366
+ "java": {
7367
+ "package": "software.amazon.awscdk.interfaces.resiliencehub"
7368
+ },
7369
+ "python": {
7370
+ "module": "aws_cdk.interfaces.aws_resiliencehub"
7371
+ }
7372
+ }
7373
+ },
7374
+ "aws-cdk-lib.interfaces.aws_resourceexplorer2": {
7375
+ "targets": {
7376
+ "dotnet": {
7377
+ "namespace": "Amazon.CDK.Interfaces.ResourceExplorer2"
7378
+ },
7379
+ "go": {
7380
+ "packageName": "interfacesawsresourceexplorer2"
7381
+ },
7382
+ "java": {
7383
+ "package": "software.amazon.awscdk.interfaces.resourceexplorer2"
7384
+ },
7385
+ "python": {
7386
+ "module": "aws_cdk.interfaces.aws_resourceexplorer2"
7387
+ }
7388
+ }
7389
+ },
7390
+ "aws-cdk-lib.interfaces.aws_resourcegroups": {
7391
+ "targets": {
7392
+ "dotnet": {
7393
+ "namespace": "Amazon.CDK.Interfaces.ResourceGroups"
7394
+ },
7395
+ "go": {
7396
+ "packageName": "interfacesawsresourcegroups"
7397
+ },
7398
+ "java": {
7399
+ "package": "software.amazon.awscdk.interfaces.resourcegroups"
7400
+ },
7401
+ "python": {
7402
+ "module": "aws_cdk.interfaces.aws_resourcegroups"
7403
+ }
7404
+ }
7405
+ },
7406
+ "aws-cdk-lib.interfaces.aws_robomaker": {
7407
+ "targets": {
7408
+ "dotnet": {
7409
+ "namespace": "Amazon.CDK.Interfaces.RoboMaker"
7410
+ },
7411
+ "go": {
7412
+ "packageName": "interfacesawsrobomaker"
7413
+ },
7414
+ "java": {
7415
+ "package": "software.amazon.awscdk.interfaces.robomaker"
7416
+ },
7417
+ "python": {
7418
+ "module": "aws_cdk.interfaces.aws_robomaker"
7419
+ }
7420
+ }
7421
+ },
7422
+ "aws-cdk-lib.interfaces.aws_rolesanywhere": {
7423
+ "targets": {
7424
+ "dotnet": {
7425
+ "namespace": "Amazon.CDK.Interfaces.RolesAnywhere"
7426
+ },
7427
+ "go": {
7428
+ "packageName": "interfacesawsrolesanywhere"
7429
+ },
7430
+ "java": {
7431
+ "package": "software.amazon.awscdk.interfaces.rolesanywhere"
7432
+ },
7433
+ "python": {
7434
+ "module": "aws_cdk.interfaces.aws_rolesanywhere"
7435
+ }
7436
+ }
7437
+ },
7438
+ "aws-cdk-lib.interfaces.aws_route53": {
7439
+ "targets": {
7440
+ "dotnet": {
7441
+ "namespace": "Amazon.CDK.Interfaces.Route53"
7442
+ },
7443
+ "go": {
7444
+ "packageName": "interfacesawsroute53"
7445
+ },
7446
+ "java": {
7447
+ "package": "software.amazon.awscdk.interfaces.route53"
7448
+ },
7449
+ "python": {
7450
+ "module": "aws_cdk.interfaces.aws_route53"
7451
+ }
7452
+ }
7453
+ },
7454
+ "aws-cdk-lib.interfaces.aws_route53profiles": {
7455
+ "targets": {
7456
+ "dotnet": {
7457
+ "namespace": "Amazon.CDK.Interfaces.Route53Profiles"
7458
+ },
7459
+ "go": {
7460
+ "packageName": "interfacesawsroute53profiles"
7461
+ },
7462
+ "java": {
7463
+ "package": "software.amazon.awscdk.interfaces.route53profiles"
7464
+ },
7465
+ "python": {
7466
+ "module": "aws_cdk.interfaces.aws_route53profiles"
7467
+ }
7468
+ }
7469
+ },
7470
+ "aws-cdk-lib.interfaces.aws_route53recoverycontrol": {
7471
+ "targets": {
7472
+ "dotnet": {
7473
+ "namespace": "Amazon.CDK.Interfaces.Route53RecoveryControl"
7474
+ },
7475
+ "go": {
7476
+ "packageName": "interfacesawsroute53recoverycontrol"
7477
+ },
7478
+ "java": {
7479
+ "package": "software.amazon.awscdk.interfaces.route53recoverycontrol"
7480
+ },
7481
+ "python": {
7482
+ "module": "aws_cdk.interfaces.aws_route53recoverycontrol"
7483
+ }
7484
+ }
7485
+ },
7486
+ "aws-cdk-lib.interfaces.aws_route53recoveryreadiness": {
7487
+ "targets": {
7488
+ "dotnet": {
7489
+ "namespace": "Amazon.CDK.Interfaces.Route53RecoveryReadiness"
7490
+ },
7491
+ "go": {
7492
+ "packageName": "interfacesawsroute53recoveryreadiness"
7493
+ },
7494
+ "java": {
7495
+ "package": "software.amazon.awscdk.interfaces.route53recoveryreadiness"
7496
+ },
7497
+ "python": {
7498
+ "module": "aws_cdk.interfaces.aws_route53recoveryreadiness"
7499
+ }
7500
+ }
7501
+ },
7502
+ "aws-cdk-lib.interfaces.aws_route53resolver": {
7503
+ "targets": {
7504
+ "dotnet": {
7505
+ "namespace": "Amazon.CDK.Interfaces.Route53Resolver"
7506
+ },
7507
+ "go": {
7508
+ "packageName": "interfacesawsroute53resolver"
7509
+ },
7510
+ "java": {
7511
+ "package": "software.amazon.awscdk.interfaces.route53resolver"
7512
+ },
7513
+ "python": {
7514
+ "module": "aws_cdk.interfaces.aws_route53resolver"
7515
+ }
7516
+ }
7517
+ },
7518
+ "aws-cdk-lib.interfaces.aws_rtbfabric": {
7519
+ "targets": {
7520
+ "dotnet": {
7521
+ "namespace": "Amazon.CDK.Interfaces.RTBFabric"
7522
+ },
7523
+ "go": {
7524
+ "packageName": "interfacesawsrtbfabric"
7525
+ },
7526
+ "java": {
7527
+ "package": "software.amazon.awscdk.interfaces.rtbfabric"
7528
+ },
7529
+ "python": {
7530
+ "module": "aws_cdk.interfaces.aws_rtbfabric"
7531
+ }
7532
+ }
7533
+ },
7534
+ "aws-cdk-lib.interfaces.aws_rum": {
7535
+ "targets": {
7536
+ "dotnet": {
7537
+ "namespace": "Amazon.CDK.Interfaces.RUM"
7538
+ },
7539
+ "go": {
7540
+ "packageName": "interfacesawsrum"
7541
+ },
7542
+ "java": {
7543
+ "package": "software.amazon.awscdk.interfaces.rum"
7544
+ },
7545
+ "python": {
7546
+ "module": "aws_cdk.interfaces.aws_rum"
7547
+ }
7548
+ }
7549
+ },
7550
+ "aws-cdk-lib.interfaces.aws_s3": {
7551
+ "targets": {
7552
+ "dotnet": {
7553
+ "namespace": "Amazon.CDK.Interfaces.S3"
7554
+ },
7555
+ "go": {
7556
+ "packageName": "interfacesawss3"
7557
+ },
7558
+ "java": {
7559
+ "package": "software.amazon.awscdk.interfaces.s3"
7560
+ },
7561
+ "python": {
7562
+ "module": "aws_cdk.interfaces.aws_s3"
7563
+ }
7564
+ }
7565
+ },
7566
+ "aws-cdk-lib.interfaces.aws_s3express": {
7567
+ "targets": {
7568
+ "dotnet": {
7569
+ "namespace": "Amazon.CDK.Interfaces.S3Express"
7570
+ },
7571
+ "go": {
7572
+ "packageName": "interfacesawss3express"
7573
+ },
7574
+ "java": {
7575
+ "package": "software.amazon.awscdk.interfaces.s3express"
7576
+ },
7577
+ "python": {
7578
+ "module": "aws_cdk.interfaces.aws_s3express"
7579
+ }
7580
+ }
7581
+ },
7582
+ "aws-cdk-lib.interfaces.aws_s3objectlambda": {
7583
+ "targets": {
7584
+ "dotnet": {
7585
+ "namespace": "Amazon.CDK.Interfaces.S3ObjectLambda"
7586
+ },
7587
+ "go": {
7588
+ "packageName": "interfacesawss3objectlambda"
7589
+ },
7590
+ "java": {
7591
+ "package": "software.amazon.awscdk.interfaces.s3objectlambda"
7592
+ },
7593
+ "python": {
7594
+ "module": "aws_cdk.interfaces.aws_s3objectlambda"
7595
+ }
7596
+ }
7597
+ },
7598
+ "aws-cdk-lib.interfaces.aws_s3outposts": {
7599
+ "targets": {
7600
+ "dotnet": {
7601
+ "namespace": "Amazon.CDK.Interfaces.S3Outposts"
7602
+ },
7603
+ "go": {
7604
+ "packageName": "interfacesawss3outposts"
7605
+ },
7606
+ "java": {
7607
+ "package": "software.amazon.awscdk.interfaces.s3outposts"
7608
+ },
7609
+ "python": {
7610
+ "module": "aws_cdk.interfaces.aws_s3outposts"
7611
+ }
7612
+ }
7613
+ },
7614
+ "aws-cdk-lib.interfaces.aws_s3tables": {
7615
+ "targets": {
7616
+ "dotnet": {
7617
+ "namespace": "Amazon.CDK.Interfaces.S3Tables"
7618
+ },
7619
+ "go": {
7620
+ "packageName": "interfacesawss3tables"
7621
+ },
7622
+ "java": {
7623
+ "package": "software.amazon.awscdk.interfaces.s3tables"
7624
+ },
7625
+ "python": {
7626
+ "module": "aws_cdk.interfaces.aws_s3tables"
7627
+ }
7628
+ }
7629
+ },
7630
+ "aws-cdk-lib.interfaces.aws_s3vectors": {
7631
+ "targets": {
7632
+ "dotnet": {
7633
+ "namespace": "Amazon.CDK.Interfaces.S3Vectors"
7634
+ },
7635
+ "go": {
7636
+ "packageName": "interfacesawss3vectors"
7637
+ },
7638
+ "java": {
7639
+ "package": "software.amazon.awscdk.interfaces.s3vectors"
7640
+ },
7641
+ "python": {
7642
+ "module": "aws_cdk.interfaces.aws_s3vectors"
7643
+ }
7644
+ }
7645
+ },
7646
+ "aws-cdk-lib.interfaces.aws_sagemaker": {
7647
+ "targets": {
7648
+ "dotnet": {
7649
+ "namespace": "Amazon.CDK.Interfaces.Sagemaker"
7650
+ },
7651
+ "go": {
7652
+ "packageName": "interfacesawssagemaker"
7653
+ },
7654
+ "java": {
7655
+ "package": "software.amazon.awscdk.interfaces.sagemaker"
7656
+ },
7657
+ "python": {
7658
+ "module": "aws_cdk.interfaces.aws_sagemaker"
7659
+ }
7660
+ }
7661
+ },
7662
+ "aws-cdk-lib.interfaces.aws_sam": {
7663
+ "targets": {
7664
+ "dotnet": {
7665
+ "namespace": "Amazon.CDK.Interfaces.SAM"
7666
+ },
7667
+ "go": {
7668
+ "packageName": "interfacesawssam"
7669
+ },
7670
+ "java": {
7671
+ "package": "software.amazon.awscdk.interfaces.sam"
7672
+ },
7673
+ "python": {
7674
+ "module": "aws_cdk.interfaces.aws_sam"
7675
+ }
7676
+ }
7677
+ },
7678
+ "aws-cdk-lib.interfaces.aws_scheduler": {
7679
+ "targets": {
7680
+ "dotnet": {
7681
+ "namespace": "Amazon.CDK.Interfaces.Scheduler"
7682
+ },
7683
+ "go": {
7684
+ "packageName": "interfacesawsscheduler"
7685
+ },
7686
+ "java": {
7687
+ "package": "software.amazon.awscdk.interfaces.scheduler"
7688
+ },
7689
+ "python": {
7690
+ "module": "aws_cdk.interfaces.aws_scheduler"
7691
+ }
7692
+ }
7693
+ },
7694
+ "aws-cdk-lib.interfaces.aws_sdb": {
7695
+ "targets": {
7696
+ "dotnet": {
7697
+ "namespace": "Amazon.CDK.Interfaces.SDB"
7698
+ },
7699
+ "go": {
7700
+ "packageName": "interfacesawssdb"
7701
+ },
7702
+ "java": {
7703
+ "package": "software.amazon.awscdk.interfaces.sdb"
7704
+ },
7705
+ "python": {
7706
+ "module": "aws_cdk.interfaces.aws_sdb"
7707
+ }
7708
+ }
7709
+ },
7710
+ "aws-cdk-lib.interfaces.aws_secretsmanager": {
7711
+ "targets": {
7712
+ "dotnet": {
7713
+ "namespace": "Amazon.CDK.Interfaces.SecretsManager"
7714
+ },
7715
+ "go": {
7716
+ "packageName": "interfacesawssecretsmanager"
7717
+ },
7718
+ "java": {
7719
+ "package": "software.amazon.awscdk.interfaces.secretsmanager"
7720
+ },
7721
+ "python": {
7722
+ "module": "aws_cdk.interfaces.aws_secretsmanager"
7723
+ }
7724
+ }
7725
+ },
7726
+ "aws-cdk-lib.interfaces.aws_securityhub": {
7727
+ "targets": {
7728
+ "dotnet": {
7729
+ "namespace": "Amazon.CDK.Interfaces.SecurityHub"
7730
+ },
7731
+ "go": {
7732
+ "packageName": "interfacesawssecurityhub"
7733
+ },
7734
+ "java": {
7735
+ "package": "software.amazon.awscdk.interfaces.securityhub"
7736
+ },
7737
+ "python": {
7738
+ "module": "aws_cdk.interfaces.aws_securityhub"
7739
+ }
7740
+ }
7741
+ },
7742
+ "aws-cdk-lib.interfaces.aws_securitylake": {
7743
+ "targets": {
7744
+ "dotnet": {
7745
+ "namespace": "Amazon.CDK.Interfaces.SecurityLake"
7746
+ },
7747
+ "go": {
7748
+ "packageName": "interfacesawssecuritylake"
7749
+ },
7750
+ "java": {
7751
+ "package": "software.amazon.awscdk.interfaces.securitylake"
7752
+ },
7753
+ "python": {
7754
+ "module": "aws_cdk.interfaces.aws_securitylake"
7755
+ }
7756
+ }
7757
+ },
7758
+ "aws-cdk-lib.interfaces.aws_servicecatalog": {
7759
+ "targets": {
7760
+ "dotnet": {
7761
+ "namespace": "Amazon.CDK.Interfaces.Servicecatalog"
7762
+ },
7763
+ "go": {
7764
+ "packageName": "interfacesawsservicecatalog"
7765
+ },
7766
+ "java": {
7767
+ "package": "software.amazon.awscdk.interfaces.servicecatalog"
7768
+ },
7769
+ "python": {
7770
+ "module": "aws_cdk.interfaces.aws_servicecatalog"
7771
+ }
7772
+ }
7773
+ },
7774
+ "aws-cdk-lib.interfaces.aws_servicecatalogappregistry": {
7775
+ "targets": {
7776
+ "dotnet": {
7777
+ "namespace": "Amazon.CDK.Interfaces.Servicecatalogappregistry"
7778
+ },
7779
+ "go": {
7780
+ "packageName": "interfacesawsservicecatalogappregistry"
7781
+ },
7782
+ "java": {
7783
+ "package": "software.amazon.awscdk.interfaces.servicecatalogappregistry"
7784
+ },
7785
+ "python": {
7786
+ "module": "aws_cdk.interfaces.aws_servicecatalogappregistry"
7787
+ }
7788
+ }
7789
+ },
7790
+ "aws-cdk-lib.interfaces.aws_servicediscovery": {
7791
+ "targets": {
7792
+ "dotnet": {
7793
+ "namespace": "Amazon.CDK.Interfaces.ServiceDiscovery"
7794
+ },
7795
+ "go": {
7796
+ "packageName": "interfacesawsservicediscovery"
7797
+ },
7798
+ "java": {
7799
+ "package": "software.amazon.awscdk.interfaces.servicediscovery"
7800
+ },
7801
+ "python": {
7802
+ "module": "aws_cdk.interfaces.aws_servicediscovery"
7803
+ }
7804
+ }
7805
+ },
7806
+ "aws-cdk-lib.interfaces.aws_ses": {
7807
+ "targets": {
7808
+ "dotnet": {
7809
+ "namespace": "Amazon.CDK.Interfaces.SES"
7810
+ },
7811
+ "go": {
7812
+ "packageName": "interfacesawsses"
7813
+ },
7814
+ "java": {
7815
+ "package": "software.amazon.awscdk.interfaces.ses"
7816
+ },
7817
+ "python": {
7818
+ "module": "aws_cdk.interfaces.aws_ses"
7819
+ }
7820
+ }
7821
+ },
7822
+ "aws-cdk-lib.interfaces.aws_shield": {
7823
+ "targets": {
7824
+ "dotnet": {
7825
+ "namespace": "Amazon.CDK.Interfaces.Shield"
7826
+ },
7827
+ "go": {
7828
+ "packageName": "interfacesawsshield"
7829
+ },
7830
+ "java": {
7831
+ "package": "software.amazon.awscdk.interfaces.shield"
7832
+ },
7833
+ "python": {
7834
+ "module": "aws_cdk.interfaces.aws_shield"
7835
+ }
7836
+ }
7837
+ },
7838
+ "aws-cdk-lib.interfaces.aws_signer": {
7839
+ "targets": {
7840
+ "dotnet": {
7841
+ "namespace": "Amazon.CDK.Interfaces.Signer"
7842
+ },
7843
+ "go": {
7844
+ "packageName": "interfacesawssigner"
7845
+ },
7846
+ "java": {
7847
+ "package": "software.amazon.awscdk.interfaces.signer"
7848
+ },
7849
+ "python": {
7850
+ "module": "aws_cdk.interfaces.aws_signer"
7851
+ }
7852
+ }
7853
+ },
7854
+ "aws-cdk-lib.interfaces.aws_simspaceweaver": {
7855
+ "targets": {
7856
+ "dotnet": {
7857
+ "namespace": "Amazon.CDK.Interfaces.SimSpaceWeaver"
7858
+ },
7859
+ "go": {
7860
+ "packageName": "interfacesawssimspaceweaver"
7861
+ },
7862
+ "java": {
7863
+ "package": "software.amazon.awscdk.interfaces.simspaceweaver"
7864
+ },
7865
+ "python": {
7866
+ "module": "aws_cdk.interfaces.aws_simspaceweaver"
7867
+ }
7868
+ }
7869
+ },
7870
+ "aws-cdk-lib.interfaces.aws_smsvoice": {
7871
+ "targets": {
7872
+ "dotnet": {
7873
+ "namespace": "Amazon.CDK.Interfaces.SMSVOICE"
7874
+ },
7875
+ "go": {
7876
+ "packageName": "interfacesawssmsvoice"
7877
+ },
7878
+ "java": {
7879
+ "package": "software.amazon.awscdk.interfaces.smsvoice"
7880
+ },
7881
+ "python": {
7882
+ "module": "aws_cdk.interfaces.aws_smsvoice"
7883
+ }
7884
+ }
7885
+ },
7886
+ "aws-cdk-lib.interfaces.aws_sns": {
7887
+ "targets": {
7888
+ "dotnet": {
7889
+ "namespace": "Amazon.CDK.Interfaces.SNS"
7890
+ },
7891
+ "go": {
7892
+ "packageName": "interfacesawssns"
7893
+ },
7894
+ "java": {
7895
+ "package": "software.amazon.awscdk.interfaces.sns"
7896
+ },
7897
+ "python": {
7898
+ "module": "aws_cdk.interfaces.aws_sns"
7899
+ }
7900
+ }
7901
+ },
7902
+ "aws-cdk-lib.interfaces.aws_sqs": {
7903
+ "targets": {
7904
+ "dotnet": {
7905
+ "namespace": "Amazon.CDK.Interfaces.SQS"
7906
+ },
7907
+ "go": {
7908
+ "packageName": "interfacesawssqs"
7909
+ },
7910
+ "java": {
7911
+ "package": "software.amazon.awscdk.interfaces.sqs"
7912
+ },
7913
+ "python": {
7914
+ "module": "aws_cdk.interfaces.aws_sqs"
7915
+ }
7916
+ }
7917
+ },
7918
+ "aws-cdk-lib.interfaces.aws_ssm": {
7919
+ "targets": {
7920
+ "dotnet": {
7921
+ "namespace": "Amazon.CDK.Interfaces.SSM"
7922
+ },
7923
+ "go": {
7924
+ "packageName": "interfacesawsssm"
7925
+ },
7926
+ "java": {
7927
+ "package": "software.amazon.awscdk.interfaces.ssm"
7928
+ },
7929
+ "python": {
7930
+ "module": "aws_cdk.interfaces.aws_ssm"
7931
+ }
7932
+ }
7933
+ },
7934
+ "aws-cdk-lib.interfaces.aws_ssmcontacts": {
7935
+ "targets": {
7936
+ "dotnet": {
7937
+ "namespace": "Amazon.CDK.Interfaces.SSMContacts"
7938
+ },
7939
+ "go": {
7940
+ "packageName": "interfacesawsssmcontacts"
7941
+ },
7942
+ "java": {
7943
+ "package": "software.amazon.awscdk.interfaces.ssmcontacts"
7944
+ },
7945
+ "python": {
7946
+ "module": "aws_cdk.interfaces.aws_ssmcontacts"
7947
+ }
7948
+ }
7949
+ },
7950
+ "aws-cdk-lib.interfaces.aws_ssmguiconnect": {
7951
+ "targets": {
7952
+ "dotnet": {
7953
+ "namespace": "Amazon.CDK.Interfaces.SSMGuiConnect"
7954
+ },
7955
+ "go": {
7956
+ "packageName": "interfacesawsssmguiconnect"
7957
+ },
7958
+ "java": {
7959
+ "package": "software.amazon.awscdk.interfaces.ssmguiconnect"
7960
+ },
7961
+ "python": {
7962
+ "module": "aws_cdk.interfaces.aws_ssmguiconnect"
7963
+ }
7964
+ }
7965
+ },
7966
+ "aws-cdk-lib.interfaces.aws_ssmincidents": {
7967
+ "targets": {
7968
+ "dotnet": {
7969
+ "namespace": "Amazon.CDK.Interfaces.SSMIncidents"
7970
+ },
7971
+ "go": {
7972
+ "packageName": "interfacesawsssmincidents"
7973
+ },
7974
+ "java": {
7975
+ "package": "software.amazon.awscdk.interfaces.ssmincidents"
7976
+ },
7977
+ "python": {
7978
+ "module": "aws_cdk.interfaces.aws_ssmincidents"
7979
+ }
7980
+ }
7981
+ },
7982
+ "aws-cdk-lib.interfaces.aws_ssmquicksetup": {
7983
+ "targets": {
7984
+ "dotnet": {
7985
+ "namespace": "Amazon.CDK.Interfaces.SSMQuickSetup"
7986
+ },
7987
+ "go": {
7988
+ "packageName": "interfacesawsssmquicksetup"
7989
+ },
7990
+ "java": {
7991
+ "package": "software.amazon.awscdk.interfaces.ssmquicksetup"
7992
+ },
7993
+ "python": {
7994
+ "module": "aws_cdk.interfaces.aws_ssmquicksetup"
7995
+ }
7996
+ }
7997
+ },
7998
+ "aws-cdk-lib.interfaces.aws_sso": {
7999
+ "targets": {
8000
+ "dotnet": {
8001
+ "namespace": "Amazon.CDK.Interfaces.SSO"
8002
+ },
8003
+ "go": {
8004
+ "packageName": "interfacesawssso"
8005
+ },
8006
+ "java": {
8007
+ "package": "software.amazon.awscdk.interfaces.sso"
8008
+ },
8009
+ "python": {
8010
+ "module": "aws_cdk.interfaces.aws_sso"
8011
+ }
8012
+ }
8013
+ },
8014
+ "aws-cdk-lib.interfaces.aws_stepfunctions": {
8015
+ "targets": {
8016
+ "dotnet": {
8017
+ "namespace": "Amazon.CDK.Interfaces.StepFunctions"
8018
+ },
8019
+ "go": {
8020
+ "packageName": "interfacesawsstepfunctions"
8021
+ },
8022
+ "java": {
8023
+ "package": "software.amazon.awscdk.interfaces.stepfunctions"
8024
+ },
8025
+ "python": {
8026
+ "module": "aws_cdk.interfaces.aws_stepfunctions"
8027
+ }
8028
+ }
8029
+ },
8030
+ "aws-cdk-lib.interfaces.aws_supportapp": {
8031
+ "targets": {
8032
+ "dotnet": {
8033
+ "namespace": "Amazon.CDK.Interfaces.SupportApp"
8034
+ },
8035
+ "go": {
8036
+ "packageName": "interfacesawssupportapp"
8037
+ },
8038
+ "java": {
8039
+ "package": "software.amazon.awscdk.interfaces.supportapp"
8040
+ },
8041
+ "python": {
8042
+ "module": "aws_cdk.interfaces.aws_supportapp"
8043
+ }
8044
+ }
8045
+ },
8046
+ "aws-cdk-lib.interfaces.aws_synthetics": {
8047
+ "targets": {
8048
+ "dotnet": {
8049
+ "namespace": "Amazon.CDK.Interfaces.Synthetics"
8050
+ },
8051
+ "go": {
8052
+ "packageName": "interfacesawssynthetics"
8053
+ },
8054
+ "java": {
8055
+ "package": "software.amazon.awscdk.interfaces.synthetics"
8056
+ },
8057
+ "python": {
8058
+ "module": "aws_cdk.interfaces.aws_synthetics"
8059
+ }
8060
+ }
8061
+ },
8062
+ "aws-cdk-lib.interfaces.aws_systemsmanagersap": {
8063
+ "targets": {
8064
+ "dotnet": {
8065
+ "namespace": "Amazon.CDK.Interfaces.SystemsManagerSAP"
8066
+ },
8067
+ "go": {
8068
+ "packageName": "interfacesawssystemsmanagersap"
8069
+ },
8070
+ "java": {
8071
+ "package": "software.amazon.awscdk.interfaces.systemsmanagersap"
8072
+ },
8073
+ "python": {
8074
+ "module": "aws_cdk.interfaces.aws_systemsmanagersap"
8075
+ }
8076
+ }
8077
+ },
8078
+ "aws-cdk-lib.interfaces.aws_timestream": {
8079
+ "targets": {
8080
+ "dotnet": {
8081
+ "namespace": "Amazon.CDK.Interfaces.Timestream"
8082
+ },
8083
+ "go": {
8084
+ "packageName": "interfacesawstimestream"
8085
+ },
8086
+ "java": {
8087
+ "package": "software.amazon.awscdk.interfaces.timestream"
8088
+ },
8089
+ "python": {
8090
+ "module": "aws_cdk.interfaces.aws_timestream"
8091
+ }
8092
+ }
8093
+ },
8094
+ "aws-cdk-lib.interfaces.aws_transfer": {
8095
+ "targets": {
8096
+ "dotnet": {
8097
+ "namespace": "Amazon.CDK.Interfaces.Transfer"
8098
+ },
8099
+ "go": {
8100
+ "packageName": "interfacesawstransfer"
8101
+ },
8102
+ "java": {
8103
+ "package": "software.amazon.awscdk.interfaces.transfer"
8104
+ },
8105
+ "python": {
8106
+ "module": "aws_cdk.interfaces.aws_transfer"
8107
+ }
8108
+ }
8109
+ },
8110
+ "aws-cdk-lib.interfaces.aws_verifiedpermissions": {
8111
+ "targets": {
8112
+ "dotnet": {
8113
+ "namespace": "Amazon.CDK.Interfaces.VerifiedPermissions"
8114
+ },
8115
+ "go": {
8116
+ "packageName": "interfacesawsverifiedpermissions"
8117
+ },
8118
+ "java": {
8119
+ "package": "software.amazon.awscdk.interfaces.verifiedpermissions"
8120
+ },
8121
+ "python": {
8122
+ "module": "aws_cdk.interfaces.aws_verifiedpermissions"
8123
+ }
8124
+ }
8125
+ },
8126
+ "aws-cdk-lib.interfaces.aws_voiceid": {
8127
+ "targets": {
8128
+ "dotnet": {
8129
+ "namespace": "Amazon.CDK.Interfaces.VoiceID"
8130
+ },
8131
+ "go": {
8132
+ "packageName": "interfacesawsvoiceid"
8133
+ },
8134
+ "java": {
8135
+ "package": "software.amazon.awscdk.interfaces.voiceid"
8136
+ },
8137
+ "python": {
8138
+ "module": "aws_cdk.interfaces.aws_voiceid"
8139
+ }
8140
+ }
8141
+ },
8142
+ "aws-cdk-lib.interfaces.aws_vpclattice": {
8143
+ "targets": {
8144
+ "dotnet": {
8145
+ "namespace": "Amazon.CDK.Interfaces.VpcLattice"
8146
+ },
8147
+ "go": {
8148
+ "packageName": "interfacesawsvpclattice"
8149
+ },
8150
+ "java": {
8151
+ "package": "software.amazon.awscdk.interfaces.vpclattice"
8152
+ },
8153
+ "python": {
8154
+ "module": "aws_cdk.interfaces.aws_vpclattice"
8155
+ }
8156
+ }
8157
+ },
8158
+ "aws-cdk-lib.interfaces.aws_waf": {
8159
+ "targets": {
8160
+ "dotnet": {
8161
+ "namespace": "Amazon.CDK.Interfaces.WAF"
8162
+ },
8163
+ "go": {
8164
+ "packageName": "interfacesawswaf"
8165
+ },
8166
+ "java": {
8167
+ "package": "software.amazon.awscdk.interfaces.waf"
8168
+ },
8169
+ "python": {
8170
+ "module": "aws_cdk.interfaces.aws_waf"
8171
+ }
8172
+ }
8173
+ },
8174
+ "aws-cdk-lib.interfaces.aws_wafregional": {
8175
+ "targets": {
8176
+ "dotnet": {
8177
+ "namespace": "Amazon.CDK.Interfaces.WAFRegional"
8178
+ },
8179
+ "go": {
8180
+ "packageName": "interfacesawswafregional"
8181
+ },
8182
+ "java": {
8183
+ "package": "software.amazon.awscdk.interfaces.regional"
8184
+ },
8185
+ "python": {
8186
+ "module": "aws_cdk.interfaces.aws_wafregional"
8187
+ }
8188
+ }
8189
+ },
8190
+ "aws-cdk-lib.interfaces.aws_wafv2": {
8191
+ "targets": {
8192
+ "dotnet": {
8193
+ "namespace": "Amazon.CDK.Interfaces.WAFv2"
8194
+ },
8195
+ "go": {
8196
+ "packageName": "interfacesawswafv2"
8197
+ },
8198
+ "java": {
8199
+ "package": "software.amazon.awscdk.interfaces.wafv2"
8200
+ },
8201
+ "python": {
8202
+ "module": "aws_cdk.interfaces.aws_wafv2"
8203
+ }
8204
+ }
8205
+ },
8206
+ "aws-cdk-lib.interfaces.aws_wisdom": {
8207
+ "targets": {
8208
+ "dotnet": {
8209
+ "namespace": "Amazon.CDK.Interfaces.Wisdom"
8210
+ },
8211
+ "go": {
8212
+ "packageName": "interfacesawswisdom"
8213
+ },
8214
+ "java": {
8215
+ "package": "software.amazon.awscdk.interfaces.wisdom"
8216
+ },
8217
+ "python": {
8218
+ "module": "aws_cdk.interfaces.aws_wisdom"
8219
+ }
8220
+ }
8221
+ },
8222
+ "aws-cdk-lib.interfaces.aws_workspaces": {
8223
+ "targets": {
8224
+ "dotnet": {
8225
+ "namespace": "Amazon.CDK.Interfaces.WorkSpaces"
8226
+ },
8227
+ "go": {
8228
+ "packageName": "interfacesawsworkspaces"
8229
+ },
8230
+ "java": {
8231
+ "package": "software.amazon.awscdk.interfaces.workspaces"
8232
+ },
8233
+ "python": {
8234
+ "module": "aws_cdk.interfaces.aws_workspaces"
8235
+ }
8236
+ }
8237
+ },
8238
+ "aws-cdk-lib.interfaces.aws_workspacesinstances": {
8239
+ "targets": {
8240
+ "dotnet": {
8241
+ "namespace": "Amazon.CDK.Interfaces.WorkspacesInstances"
8242
+ },
8243
+ "go": {
8244
+ "packageName": "interfacesawsworkspacesinstances"
8245
+ },
8246
+ "java": {
8247
+ "package": "software.amazon.awscdk.interfaces.workspacesinstances"
8248
+ },
8249
+ "python": {
8250
+ "module": "aws_cdk.interfaces.aws_workspacesinstances"
8251
+ }
8252
+ }
8253
+ },
8254
+ "aws-cdk-lib.interfaces.aws_workspacesthinclient": {
8255
+ "targets": {
8256
+ "dotnet": {
8257
+ "namespace": "Amazon.CDK.Interfaces.WorkSpacesThinClient"
8258
+ },
8259
+ "go": {
8260
+ "packageName": "interfacesawsworkspacesthinclient"
8261
+ },
8262
+ "java": {
8263
+ "package": "software.amazon.awscdk.interfaces.workspacesthinclient"
8264
+ },
8265
+ "python": {
8266
+ "module": "aws_cdk.interfaces.aws_workspacesthinclient"
8267
+ }
8268
+ }
8269
+ },
8270
+ "aws-cdk-lib.interfaces.aws_workspacesweb": {
8271
+ "targets": {
8272
+ "dotnet": {
8273
+ "namespace": "Amazon.CDK.Interfaces.WorkSpacesWeb"
8274
+ },
8275
+ "go": {
8276
+ "packageName": "interfacesawsworkspacesweb"
8277
+ },
8278
+ "java": {
8279
+ "package": "software.amazon.awscdk.interfaces.workspacesweb"
8280
+ },
8281
+ "python": {
8282
+ "module": "aws_cdk.interfaces.aws_workspacesweb"
8283
+ }
8284
+ }
8285
+ },
8286
+ "aws-cdk-lib.interfaces.aws_xray": {
8287
+ "targets": {
8288
+ "dotnet": {
8289
+ "namespace": "Amazon.CDK.Interfaces.XRay"
8290
+ },
8291
+ "go": {
8292
+ "packageName": "interfacesawsxray"
8293
+ },
8294
+ "java": {
8295
+ "package": "software.amazon.awscdk.interfaces.xray"
8296
+ },
8297
+ "python": {
8298
+ "module": "aws_cdk.interfaces.aws_xray"
8299
+ }
8300
+ }
8301
+ },
3998
8302
  "aws-cdk-lib.lambda_layer_awscli": {
3999
8303
  "targets": {
4000
8304
  "dotnet": {
@@ -4198,6 +8502,6 @@
4198
8502
  "symbolId": "src/p6cdks3protector:P6CDKS3Protector"
4199
8503
  }
4200
8504
  },
4201
- "version": "0.0.45",
4202
- "fingerprint": "CpqiS18UJjBwzGnsM4bGoAEgYR1U03ouLpM/tBgz/Ks="
8505
+ "version": "0.0.46",
8506
+ "fingerprint": "jG8StLF5sUye6DhZHrTVI434B91EFZ1hQLYjv7zzxSQ="
4203
8507
  }