@jjrawlins/cdk-ami-builder 0.0.19 → 0.0.21

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 (305) hide show
  1. package/.jsii +3 -3
  2. package/cdk-ami-builder/jsii/jsii.go +2 -2
  3. package/cdk-ami-builder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@smithy/config-resolver/package.json +2 -2
  8. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  9. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  10. package/node_modules/@smithy/middleware-retry/package.json +3 -3
  11. package/node_modules/@smithy/node-config-provider/package.json +2 -2
  12. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/externalDataInterceptor.js +1 -0
  13. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +5 -1
  14. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +24 -2
  15. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +9 -5
  16. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
  17. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +4 -0
  18. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +2 -1
  19. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +5 -1
  20. package/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
  21. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +5 -1
  22. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +2 -1
  23. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +2 -0
  24. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +9 -0
  25. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +5 -1
  26. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +2 -1
  27. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +2 -0
  28. package/node_modules/@smithy/shared-ini-file-loader/package.json +1 -1
  29. package/node_modules/@smithy/smithy-client/package.json +2 -2
  30. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  31. package/node_modules/@smithy/util-defaults-mode-node/package.json +5 -5
  32. package/node_modules/@smithy/util-endpoints/package.json +2 -2
  33. package/node_modules/cdk-iam-floyd/.claude/settings.local.json +30 -0
  34. package/node_modules/cdk-iam-floyd/CLAUDE.md +147 -0
  35. package/node_modules/cdk-iam-floyd/README.md +4 -4
  36. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +62 -14
  37. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +124 -28
  38. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +62 -14
  39. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +63 -15
  40. package/node_modules/cdk-iam-floyd/lib/generated/index.d.ts +8 -1
  41. package/node_modules/cdk-iam-floyd/lib/generated/index.js +26 -12
  42. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/aioperations.d.ts +25 -0
  43. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/aioperations.js +39 -8
  44. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/amplify.d.ts +0 -6
  45. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/amplify.js +1 -7
  46. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/apigatewaymanagement.d.ts +26 -0
  47. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/apigatewaymanagement.js +31 -1
  48. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/apigatewaymanagementv2.d.ts +169 -5
  49. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/apigatewaymanagementv2.js +203 -8
  50. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appintegrations.d.ts +60 -0
  51. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appintegrations.js +82 -1
  52. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/applicationmigrationservice.d.ts +12 -0
  53. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/applicationmigrationservice.js +13 -1
  54. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/applicationrecoverycontroller-zonalshift.d.ts +35 -0
  55. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/applicationrecoverycontroller-zonalshift.js +42 -1
  56. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appstream2-0.d.ts +15 -15
  57. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appstream2-0.js +22 -22
  58. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appsync.d.ts +1 -1
  59. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/appsync.js +5 -3
  60. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/arcregionswitch.d.ts +277 -0
  61. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/arcregionswitch.js +370 -0
  62. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/artifact.d.ts +10 -25
  63. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/artifact.js +11 -34
  64. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/auditmanager.d.ts +22 -5
  65. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/auditmanager.js +23 -6
  66. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/auroradsql.d.ts +96 -24
  67. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/auroradsql.js +121 -30
  68. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/backup.d.ts +62 -1
  69. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/backup.js +80 -2
  70. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/backupsearch.d.ts +4 -0
  71. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/backupsearch.js +5 -1
  72. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.d.ts +106 -0
  73. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/batch.js +137 -3
  74. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrock.d.ts +471 -0
  75. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrock.js +595 -1
  76. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrockagentcore.d.ts +912 -0
  77. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrockagentcore.js +1203 -0
  78. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billing.d.ts +6 -0
  79. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billing.js +10 -1
  80. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billingandcostmanagementdashboards.d.ts +122 -0
  81. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billingandcostmanagementdashboards.js +165 -0
  82. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billingandcostmanagementrecommendedactions.d.ts +25 -0
  83. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/billingandcostmanagementrecommendedactions.js +36 -0
  84. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/braket.d.ts +6 -6
  85. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/braket.js +7 -10
  86. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/budgetservice.d.ts +6 -0
  87. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/budgetservice.js +7 -1
  88. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/certificatemanager.d.ts +30 -1
  89. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/certificatemanager.js +36 -2
  90. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/chatbot.d.ts +128 -1
  91. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/chatbot.js +134 -1
  92. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cleanrooms.d.ts +56 -0
  93. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cleanrooms.js +72 -1
  94. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cleanroomsml.d.ts +14 -0
  95. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cleanroomsml.js +18 -1
  96. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloud9.d.ts +6 -8
  97. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloud9.js +8 -13
  98. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudmap.d.ts +57 -0
  99. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudmap.js +69 -1
  100. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudtrail.d.ts +20 -0
  101. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudtrail.js +27 -1
  102. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatch.d.ts +8 -0
  103. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatch.js +12 -1
  104. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchlogs.d.ts +8 -0
  105. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchlogs.js +12 -1
  106. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchobservabilityadminservice.d.ts +200 -9
  107. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchobservabilityadminservice.js +258 -14
  108. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/codebuild.d.ts +1909 -4
  109. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/codebuild.js +2131 -6
  110. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/codepipeline.d.ts +8 -0
  111. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/codepipeline.js +12 -1
  112. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cognitouserpools.d.ts +8 -0
  113. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cognitouserpools.js +12 -1
  114. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.d.ts +44 -0
  115. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.js +52 -1
  116. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcases.d.ts +9 -1
  117. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcases.js +13 -2
  118. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.d.ts +106 -0
  119. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectcustomerprofiles.js +142 -1
  120. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectoutboundcampaigns.d.ts +16 -0
  121. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connectoutboundcampaigns.js +23 -1
  122. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/controlcatalog.d.ts +8 -0
  123. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/controlcatalog.js +12 -1
  124. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costandusagereport.d.ts +3 -0
  125. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costandusagereport.js +4 -1
  126. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.d.ts +24 -0
  127. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/costexplorerservice.js +31 -1
  128. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/dataexchange.d.ts +16 -0
  129. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/dataexchange.js +17 -1
  130. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.d.ts +57 -3
  131. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/datazone.js +89 -8
  132. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/deadlinecloud.d.ts +17 -0
  133. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/deadlinecloud.js +18 -1
  134. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/directoryservice.d.ts +142 -0
  135. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/directoryservice.js +173 -1
  136. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/dynamodb.d.ts +16 -0
  137. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/dynamodb.js +23 -1
  138. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2.d.ts +521 -17
  139. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2.js +580 -29
  140. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2imagebuilder.d.ts +147 -62
  141. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2imagebuilder.js +155 -70
  142. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticblockstore.d.ts +2 -2
  143. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticblockstore.js +4 -4
  144. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticcontainerservice.d.ts +1 -30
  145. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticcontainerservice.js +2 -31
  146. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.d.ts +47 -0
  147. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elastickubernetesservice.js +62 -1
  148. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticloadbalancing.d.ts +1 -1
  149. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticloadbalancing.js +2 -2
  150. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticmapreduce.d.ts +8 -0
  151. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticmapreduce.js +12 -1
  152. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconnect.d.ts +55 -55
  153. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconnect.js +56 -56
  154. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconvert.d.ts +8 -0
  155. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconvert.js +12 -1
  156. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emroneksemrcontainers.d.ts +2 -13
  157. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emroneksemrcontainers.js +3 -16
  158. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emrserverless.d.ts +8 -0
  159. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emrserverless.js +12 -1
  160. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/endusermessagingsocial.d.ts +64 -0
  161. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/endusermessagingsocial.js +91 -3
  162. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/entityresolution.d.ts +8 -0
  163. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/entityresolution.js +12 -1
  164. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/eventbridge.d.ts +30 -0
  165. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/eventbridge.js +38 -1
  166. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/freetier.d.ts +32 -0
  167. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/freetier.js +48 -2
  168. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/fsx.d.ts +32 -0
  169. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/fsx.js +42 -1
  170. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/glue.d.ts +249 -0
  171. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/glue.js +264 -1
  172. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/gluedatabrew.d.ts +16 -0
  173. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/gluedatabrew.js +17 -1
  174. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.d.ts +138 -0
  175. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/guardduty.js +175 -3
  176. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthimaging.d.ts +56 -0
  177. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthimaging.js +78 -1
  178. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenter.d.ts +24 -51
  179. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenter.js +31 -70
  180. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/identityandaccessmanagementiam.d.ts +40 -0
  181. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/identityandaccessmanagementiam.js +45 -1
  182. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/inspector2.d.ts +179 -0
  183. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/inspector2.js +232 -1
  184. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/interactivevideoservice.d.ts +30 -0
  185. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/interactivevideoservice.js +40 -1
  186. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iot.d.ts +32 -4
  187. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iot.js +46 -9
  188. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotfleetwise.d.ts +0 -32
  189. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotfleetwise.js +1 -39
  190. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotmanagedintegrations.d.ts +42 -0
  191. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotmanagedintegrations.js +47 -1
  192. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotsitewise.d.ts +133 -0
  193. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotsitewise.js +178 -1
  194. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keymanagementservice.d.ts +1 -1
  195. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keymanagementservice.js +2 -2
  196. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keyspacesforapachecassandra.d.ts +51 -2
  197. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keyspacesforapachecassandra.js +68 -3
  198. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/kinesisdatastreams.d.ts +4 -0
  199. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/kinesisdatastreams.js +5 -1
  200. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lexv2.d.ts +16 -0
  201. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lexv2.js +23 -1
  202. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedserviceforprometheus.d.ts +129 -45
  203. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedserviceforprometheus.js +151 -46
  204. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacecatalog.d.ts +0 -32
  205. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacecatalog.js +3 -47
  206. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.d.ts +4 -4
  207. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/marketplacemeteringservice.js +5 -5
  208. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/memorydb.d.ts +12 -0
  209. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/memorydb.js +16 -1
  210. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/mq.d.ts +6 -0
  211. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/mq.js +10 -1
  212. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/multi-partyapproval.d.ts +6 -6
  213. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/multi-partyapproval.js +10 -10
  214. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/neptuneanalytics.d.ts +28 -0
  215. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/neptuneanalytics.js +35 -1
  216. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/networkfirewall.d.ts +123 -3
  217. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/networkfirewall.js +163 -5
  218. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/opensearchserverless.d.ts +38 -6
  219. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/opensearchserverless.js +51 -7
  220. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/organizations.d.ts +29 -5
  221. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/organizations.js +36 -6
  222. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/outposts.d.ts +14 -0
  223. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/outposts.js +18 -1
  224. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/parallelcomputingservice.d.ts +5 -5
  225. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/parallelcomputingservice.js +6 -6
  226. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/partnercentralselling.d.ts +18 -16
  227. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/partnercentralselling.js +19 -17
  228. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qbusiness.d.ts +87 -52
  229. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qbusiness.js +114 -73
  230. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qbusinessqapps.d.ts +0 -50
  231. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qbusinessqapps.js +1 -60
  232. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/quicksight.d.ts +25 -20
  233. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/quicksight.js +35 -23
  234. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/rds.d.ts +59 -1
  235. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/rds.js +65 -2
  236. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/redshift.d.ts +0 -4
  237. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/redshift.js +1 -5
  238. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/repostprivate.d.ts +48 -0
  239. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/repostprivate.js +67 -1
  240. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/resourceexplorer.d.ts +2 -2
  241. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/resourceexplorer.js +7 -5
  242. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3.d.ts +187 -175
  243. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3.js +202 -176
  244. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3express.d.ts +151 -2
  245. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3express.js +174 -4
  246. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3glacier.d.ts +2 -31
  247. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3glacier.js +3 -36
  248. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3vectors.d.ts +202 -0
  249. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3vectors.js +272 -0
  250. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemaker.d.ts +197 -1
  251. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemaker.js +241 -2
  252. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerwithmlflow.d.ts +54 -0
  253. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/sagemakerwithmlflow.js +83 -2
  254. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/savingsplans.d.ts +1 -1
  255. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/savingsplans.js +2 -2
  256. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/secretsmanager.d.ts +22 -22
  257. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/secretsmanager.js +23 -23
  258. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securityhub.d.ts +295 -6
  259. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securityhub.js +375 -7
  260. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securityincidentresponse.d.ts +2 -1
  261. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securityincidentresponse.js +3 -2
  262. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitylake.d.ts +4 -0
  263. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitylake.js +5 -1
  264. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.d.ts +10 -0
  265. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/securitytokenservice.js +13 -1
  266. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/service-oracledatabase-aws.d.ts +548 -0
  267. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/service-oracledatabase-aws.js +718 -0
  268. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/serviceformanagingawsconsoleuserexperiencecapabilities-.d.ts +41 -0
  269. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/serviceformanagingawsconsoleuserexperiencecapabilities-.js +60 -0
  270. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/servicequotas.d.ts +8 -0
  271. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/servicequotas.js +12 -1
  272. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/shield.d.ts +24 -0
  273. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/shield.js +34 -1
  274. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/shieldnetworksecuritydirector.d.ts +89 -0
  275. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/shieldnetworksecuritydirector.js +128 -0
  276. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/simpleemailservicev2.d.ts +211 -0
  277. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/simpleemailservicev2.js +256 -3
  278. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/snowdevicemanagement.d.ts +4 -0
  279. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/snowdevicemanagement.js +5 -1
  280. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.d.ts +24 -0
  281. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.js +35 -2
  282. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/systemsmanager.d.ts +27 -0
  283. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/systemsmanager.js +32 -1
  284. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/systemsmanagerforsap.d.ts +51 -3
  285. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/systemsmanagerforsap.js +76 -8
  286. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/transcribe.d.ts +27 -1
  287. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/transcribe.js +28 -2
  288. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/transform.d.ts +93 -8
  289. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/transform.js +117 -9
  290. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usernotifications.d.ts +34 -2
  291. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/usernotifications.js +51 -5
  292. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.d.ts +6 -0
  293. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/vpclattice.js +10 -1
  294. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspaces.d.ts +83 -0
  295. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspaces.js +113 -1
  296. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspacessecurebrowser.d.ts +77 -0
  297. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspacessecurebrowser.js +101 -1
  298. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspacesthinclient.d.ts +1 -0
  299. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspacesthinclient.js +2 -1
  300. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/x-ray.d.ts +35 -1
  301. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/x-ray.js +40 -2
  302. package/node_modules/cdk-iam-floyd/package.json +10 -10
  303. package/package.json +3 -3
  304. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportrecommendations.d.ts +0 -33
  305. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/supportrecommendations.js +0 -47
@@ -120,8 +120,9 @@ export declare class Securityhub extends PolicyStatement {
120
120
  *
121
121
  * Possible conditions:
122
122
  * - .ifASFFSyntaxPath()
123
+ * - .ifOCSFSyntaxPath()
123
124
  *
124
- * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html
125
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindingsV2.html
125
126
  */
126
127
  toBatchUpdateFindings(): this;
127
128
  /**
@@ -135,6 +136,14 @@ export declare class Securityhub extends PolicyStatement {
135
136
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html
136
137
  */
137
138
  toBatchUpdateStandardsControlAssociations(): this;
139
+ /**
140
+ * Grants permission to complete the OAuth 2.0 authorization code flow based on input parameters
141
+ *
142
+ * Access Level: Write
143
+ *
144
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ConnectorRegistrationsV2.html
145
+ */
146
+ toConnectorRegistrationsV2(): this;
138
147
  /**
139
148
  * Grants permission to create custom actions in Security Hub
140
149
  *
@@ -143,6 +152,14 @@ export declare class Securityhub extends PolicyStatement {
143
152
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateActionTarget.html
144
153
  */
145
154
  toCreateActionTarget(): this;
155
+ /**
156
+ * Grants permission to create an aggregatorV2, which configures data aggregation across Regions
157
+ *
158
+ * Access Level: Write
159
+ *
160
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateAggregatorV2.html
161
+ */
162
+ toCreateAggregatorV2(): this;
146
163
  /**
147
164
  * Grants permission to create an automation rule based on input parameters
148
165
  *
@@ -155,6 +172,18 @@ export declare class Securityhub extends PolicyStatement {
155
172
  * https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules
156
173
  */
157
174
  toCreateAutomationRule(): this;
175
+ /**
176
+ * Grants permission to create an automation rule V2 based on input parameters
177
+ *
178
+ * Access Level: Write
179
+ *
180
+ * Possible conditions:
181
+ * - .ifAwsRequestTag()
182
+ * - .ifAwsTagKeys()
183
+ *
184
+ * https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules
185
+ */
186
+ toCreateAutomationRuleV2(): this;
158
187
  /**
159
188
  * Grants permission to create a configuration policy to manage organization member settings in Security Hub
160
189
  *
@@ -167,12 +196,24 @@ export declare class Securityhub extends PolicyStatement {
167
196
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateConfigurationPolicy.html
168
197
  */
169
198
  toCreateConfigurationPolicy(): this;
199
+ /**
200
+ * Grants permission to create a connector V2 based on input parameters
201
+ *
202
+ * Access Level: Write
203
+ *
204
+ * Possible conditions:
205
+ * - .ifAwsRequestTag()
206
+ * - .ifAwsTagKeys()
207
+ *
208
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateConnectorV2.html
209
+ */
210
+ toCreateConnectorV2(): this;
170
211
  /**
171
212
  * Grants permission to create a finding aggregator, which contains the cross-Region finding aggregation configuration
172
213
  *
173
214
  * Access Level: Write
174
215
  *
175
- * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateFindingAggregator.html
216
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateFindingAggregator.html
176
217
  */
177
218
  toCreateFindingAggregator(): this;
178
219
  /**
@@ -191,6 +232,14 @@ export declare class Securityhub extends PolicyStatement {
191
232
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateMembers.html
192
233
  */
193
234
  toCreateMembers(): this;
235
+ /**
236
+ * Grants permission to create ticket for a selected OCSF finding
237
+ *
238
+ * Access Level: Write
239
+ *
240
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateTicketV2.html
241
+ */
242
+ toCreateTicketV2(): this;
194
243
  /**
195
244
  * Grants permission to decline Security Hub invitations to become a member account
196
245
  *
@@ -207,6 +256,22 @@ export declare class Securityhub extends PolicyStatement {
207
256
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DeleteActionTarget.html
208
257
  */
209
258
  toDeleteActionTarget(): this;
259
+ /**
260
+ * Grants permission to delete an aggregatorV2, which configures data aggregation across Regions
261
+ *
262
+ * Access Level: Write
263
+ *
264
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DeleteAggregatorV2.html
265
+ */
266
+ toDeleteAggregatorV2(): this;
267
+ /**
268
+ * Grants permission to delete an automation rule V2 in Security Hub
269
+ *
270
+ * Access Level: Write
271
+ *
272
+ * https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules
273
+ */
274
+ toDeleteAutomationRuleV2(): this;
210
275
  /**
211
276
  * Grants permission to delete an existing configuration policy
212
277
  *
@@ -215,6 +280,14 @@ export declare class Securityhub extends PolicyStatement {
215
280
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DeleteConfigurationPolicy.html
216
281
  */
217
282
  toDeleteConfigurationPolicy(): this;
283
+ /**
284
+ * Grants permission to delete a connector V2 in Security Hub
285
+ *
286
+ * Access Level: Write
287
+ *
288
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DeleteConnectorV2.html
289
+ */
290
+ toDeleteConnectorV2(): this;
218
291
  /**
219
292
  * Grants permission to delete a finding aggregator, which disables finding aggregation across Regions
220
293
  *
@@ -279,6 +352,22 @@ export declare class Securityhub extends PolicyStatement {
279
352
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeProducts.html
280
353
  */
281
354
  toDescribeProducts(): this;
355
+ /**
356
+ * Grants permission to retrieve information about the available Security Hub V2 product integrations
357
+ *
358
+ * Access Level: Read
359
+ *
360
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeProductsV2.html
361
+ */
362
+ toDescribeProductsV2(): this;
363
+ /**
364
+ * Grants permission to retrieve information about the hub V2 resource in your account
365
+ *
366
+ * Access Level: Read
367
+ *
368
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeSecurityHubV2.html
369
+ */
370
+ toDescribeSecurityHubV2(): this;
282
371
  /**
283
372
  * Grants permission to retrieve information about Security Hub standards
284
373
  *
@@ -309,7 +398,9 @@ export declare class Securityhub extends PolicyStatement {
309
398
  * Access Level: Write
310
399
  *
311
400
  * Dependent actions:
401
+ * - organizations:DeregisterDelegatedAdministrator
312
402
  * - organizations:DescribeOrganization
403
+ * - organizations:ListDelegatedAdministrators
313
404
  *
314
405
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DisableOrganizationAdminAccount.html
315
406
  */
@@ -322,6 +413,14 @@ export declare class Securityhub extends PolicyStatement {
322
413
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DisableSecurityHub.html
323
414
  */
324
415
  toDisableSecurityHub(): this;
416
+ /**
417
+ * Grants permission to disable Security Hub V2
418
+ *
419
+ * Access Level: Write
420
+ *
421
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DisableSecurityHubV2.html
422
+ */
423
+ toDisableSecurityHubV2(): this;
325
424
  /**
326
425
  * Grants permission to a Security Hub member account to disassociate from the associated administrator account
327
426
  *
@@ -362,6 +461,8 @@ export declare class Securityhub extends PolicyStatement {
362
461
  * Dependent actions:
363
462
  * - organizations:DescribeOrganization
364
463
  * - organizations:EnableAWSServiceAccess
464
+ * - organizations:ListAWSServiceAccessForOrganization
465
+ * - organizations:ListDelegatedAdministrators
365
466
  * - organizations:RegisterDelegatedAdministrator
366
467
  *
367
468
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_EnableOrganizationAdminAccount.html
@@ -380,11 +481,23 @@ export declare class Securityhub extends PolicyStatement {
380
481
  */
381
482
  toEnableSecurityHub(): this;
382
483
  /**
383
- * Grants permission to retrieve insight results by providing a set of filters instead of an insight ARN
484
+ * Grants permission to enable Security Hub V2
485
+ *
486
+ * Access Level: Write
487
+ *
488
+ * Possible conditions:
489
+ * - .ifAwsRequestTag()
490
+ * - .ifAwsTagKeys()
491
+ *
492
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_EnableSecurityHubV2.html
493
+ */
494
+ toEnableSecurityHubV2(): this;
495
+ /**
496
+ * Grants permission to retrieve aggregated statistical data about the findings
384
497
  *
385
498
  * Access Level: Read
386
499
  *
387
- * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetAdhocInsightResults.html
500
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetFindingStatisticsV2.html
388
501
  */
389
502
  toGetAdhocInsightResults(): this;
390
503
  /**
@@ -395,6 +508,22 @@ export declare class Securityhub extends PolicyStatement {
395
508
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetAdministratorAccount.html
396
509
  */
397
510
  toGetAdministratorAccount(): this;
511
+ /**
512
+ * Grants permission to retrieve details for an aggregatorV2, which configures data aggregation across Regions
513
+ *
514
+ * Access Level: Read
515
+ *
516
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetAggregatorV2.html
517
+ */
518
+ toGetAggregatorV2(): this;
519
+ /**
520
+ * Grants permission to retrieve details for an automation rule V2 from Security Hub based on rule Amazon Resource Name (ARN)
521
+ *
522
+ * Access Level: Read
523
+ *
524
+ * https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules
525
+ */
526
+ toGetAutomationRuleV2(): this;
398
527
  /**
399
528
  * Grants permission to get a complete overview of one configuration policy created by the calling account
400
529
  *
@@ -411,6 +540,14 @@ export declare class Securityhub extends PolicyStatement {
411
540
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetConfigurationPolicyAssociation.html
412
541
  */
413
542
  toGetConfigurationPolicyAssociation(): this;
543
+ /**
544
+ * Grants permission to retrieve details for a connector V2 from Security Hub based on connector id
545
+ *
546
+ * Access Level: Read
547
+ *
548
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetConnectorV2.html
549
+ */
550
+ toGetConnectorV2(): this;
414
551
  /**
415
552
  * Grants permission to retrieve a security score and counts of finding and control statuses for a security standard
416
553
  *
@@ -448,7 +585,7 @@ export declare class Securityhub extends PolicyStatement {
448
585
  *
449
586
  * Access Level: Read
450
587
  *
451
- * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetFindings.html
588
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetFindingsV2.html
452
589
  */
453
590
  toGetFindings(): this;
454
591
  /**
@@ -515,6 +652,22 @@ export declare class Securityhub extends PolicyStatement {
515
652
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetMembers.html
516
653
  */
517
654
  toGetMembers(): this;
655
+ /**
656
+ * Grants permission to retrieve aggregate statistics about resources
657
+ *
658
+ * Access Level: Read
659
+ *
660
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetResourcesStatisticsV2.html
661
+ */
662
+ toGetResourcesStatisticsV2(): this;
663
+ /**
664
+ * Grants permission to retrieve a list of resources
665
+ *
666
+ * Access Level: Read
667
+ *
668
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetResourcesV2.html
669
+ */
670
+ toGetResourcesV2(): this;
518
671
  /**
519
672
  * Grants permission to get the definition details of a specific security control identified by ID
520
673
  *
@@ -542,6 +695,14 @@ export declare class Securityhub extends PolicyStatement {
542
695
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_InviteMembers.html
543
696
  */
544
697
  toInviteMembers(): this;
698
+ /**
699
+ * Grants permission to retrieve a list of aggregatorsV2, which configures data aggregation across Regions
700
+ *
701
+ * Access Level: List
702
+ *
703
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListAggregatorsV2.html
704
+ */
705
+ toListAggregatorsV2(): this;
545
706
  /**
546
707
  * Grants permission to retrieve a list of automation rules and their metadata for the calling account from Security Hub
547
708
  *
@@ -550,6 +711,14 @@ export declare class Securityhub extends PolicyStatement {
550
711
  * https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules
551
712
  */
552
713
  toListAutomationRules(): this;
714
+ /**
715
+ * Grants permission to retrieve a list of automation rules V2 and their metadata for the calling account from Security Hub
716
+ *
717
+ * Access Level: List
718
+ *
719
+ * https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules
720
+ */
721
+ toListAutomationRulesV2(): this;
553
722
  /**
554
723
  * Grants permission to list the summaries of all configuration policies created by the calling account
555
724
  *
@@ -566,6 +735,14 @@ export declare class Securityhub extends PolicyStatement {
566
735
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListConfigurationPolicyAssociations.html
567
736
  */
568
737
  toListConfigurationPolicyAssociations(): this;
738
+ /**
739
+ * Grants permission to retrieve a list of connectors V2 and their metadata for the calling account from Security Hub
740
+ *
741
+ * Access Level: List
742
+ *
743
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListConnectorsV2.html
744
+ */
745
+ toListConnectorsV2(): this;
569
746
  /**
570
747
  * Grants permission to retrieve a list of controls for a standard, including the control IDs, statuses and finding counts
571
748
  *
@@ -587,7 +764,7 @@ export declare class Securityhub extends PolicyStatement {
587
764
  *
588
765
  * Access Level: List
589
766
  *
590
- * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateFindingAggregator.html
767
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListFindingAggregators.html
591
768
  */
592
769
  toListFindingAggregators(): this;
593
770
  /**
@@ -613,6 +790,7 @@ export declare class Securityhub extends PolicyStatement {
613
790
  *
614
791
  * Dependent actions:
615
792
  * - organizations:DescribeOrganization
793
+ * - organizations:ListDelegatedAdministrators
616
794
  *
617
795
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListOrganizationAdminAccounts.html
618
796
  */
@@ -700,6 +878,22 @@ export declare class Securityhub extends PolicyStatement {
700
878
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateActionTarget.html
701
879
  */
702
880
  toUpdateActionTarget(): this;
881
+ /**
882
+ * Grants permission to update an aggregatorV2, which configures data aggregation across Regions
883
+ *
884
+ * Access Level: Write
885
+ *
886
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateAggregatorV2.html
887
+ */
888
+ toUpdateAggregatorV2(): this;
889
+ /**
890
+ * Grants permission to update an automation rule V2 in Security Hub based on rule Amazon Resource Name (ARN) and input parameters
891
+ *
892
+ * Access Level: Write
893
+ *
894
+ * https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules
895
+ */
896
+ toUpdateAutomationRuleV2(): this;
703
897
  /**
704
898
  * Grants permission to update an existing configuration policy
705
899
  *
@@ -708,6 +902,14 @@ export declare class Securityhub extends PolicyStatement {
708
902
  * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateConfigurationPolicy.html
709
903
  */
710
904
  toUpdateConfigurationPolicy(): this;
905
+ /**
906
+ * Grants permission to update a connector V2 in Security Hub based on connector id and input parameters
907
+ *
908
+ * Access Level: Write
909
+ *
910
+ * https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_UpdateConnectorV2.html
911
+ */
912
+ toUpdateConnectorV2(): this;
711
913
  /**
712
914
  * Grants permission to update a finding aggregator, which contains the cross-Region finding aggregation configuration
713
915
  *
@@ -781,6 +983,20 @@ export declare class Securityhub extends PolicyStatement {
781
983
  * - .ifAwsResourceTag()
782
984
  */
783
985
  onHub(account?: string, region?: string, partition?: string): this;
986
+ /**
987
+ * Adds a resource of type hubv2 to the statement
988
+ *
989
+ * https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-access.html#resources
990
+ *
991
+ * @param hubV2Id - Identifier for the hubV2Id.
992
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
993
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
994
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
995
+ *
996
+ * Possible conditions:
997
+ * - .ifAwsResourceTag()
998
+ */
999
+ onHubv2(hubV2Id: string, account?: string, region?: string, partition?: string): this;
784
1000
  /**
785
1001
  * Adds a resource of type product to the statement
786
1002
  *
@@ -804,6 +1020,20 @@ export declare class Securityhub extends PolicyStatement {
804
1020
  * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
805
1021
  */
806
1022
  onFindingAggregator(findingAggregatorId: string, account?: string, region?: string, partition?: string): this;
1023
+ /**
1024
+ * Adds a resource of type aggregatorv2 to the statement
1025
+ *
1026
+ * https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-access.html#resources
1027
+ *
1028
+ * @param aggregatorV2Id - Identifier for the aggregatorV2Id.
1029
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
1030
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
1031
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
1032
+ *
1033
+ * Possible conditions:
1034
+ * - .ifAwsResourceTag()
1035
+ */
1036
+ onAggregatorv2(aggregatorV2Id: string, account?: string, region?: string, partition?: string): this;
807
1037
  /**
808
1038
  * Adds a resource of type automation-rule to the statement
809
1039
  *
@@ -813,8 +1043,25 @@ export declare class Securityhub extends PolicyStatement {
813
1043
  * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
814
1044
  * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
815
1045
  * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
1046
+ *
1047
+ * Possible conditions:
1048
+ * - .ifAwsResourceTag()
816
1049
  */
817
1050
  onAutomationRule(automationRuleId: string, account?: string, region?: string, partition?: string): this;
1051
+ /**
1052
+ * Adds a resource of type automation-rulev2 to the statement
1053
+ *
1054
+ * https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules
1055
+ *
1056
+ * @param automationRuleV2Id - Identifier for the automationRuleV2Id.
1057
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
1058
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
1059
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
1060
+ *
1061
+ * Possible conditions:
1062
+ * - .ifAwsResourceTag()
1063
+ */
1064
+ onAutomationRulev2(automationRuleV2Id: string, account?: string, region?: string, partition?: string): this;
818
1065
  /**
819
1066
  * Adds a resource of type configuration-policy to the statement
820
1067
  *
@@ -824,8 +1071,25 @@ export declare class Securityhub extends PolicyStatement {
824
1071
  * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
825
1072
  * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
826
1073
  * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
1074
+ *
1075
+ * Possible conditions:
1076
+ * - .ifAwsResourceTag()
827
1077
  */
828
1078
  onConfigurationPolicy(configurationPolicyId: string, account?: string, region?: string, partition?: string): this;
1079
+ /**
1080
+ * Adds a resource of type connectorv2 to the statement
1081
+ *
1082
+ * https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-access.html#resources
1083
+ *
1084
+ * @param connectorV2Id - Identifier for the connectorV2Id.
1085
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
1086
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
1087
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
1088
+ *
1089
+ * Possible conditions:
1090
+ * - .ifAwsResourceTag()
1091
+ */
1092
+ onConnectorv2(connectorV2Id: string, account?: string, region?: string, partition?: string): this;
829
1093
  /**
830
1094
  * Filters access by actions based on the presence of tag key-value pairs in the request
831
1095
  *
@@ -833,8 +1097,11 @@ export declare class Securityhub extends PolicyStatement {
833
1097
  *
834
1098
  * Applies to actions:
835
1099
  * - .toCreateAutomationRule()
1100
+ * - .toCreateAutomationRuleV2()
836
1101
  * - .toCreateConfigurationPolicy()
1102
+ * - .toCreateConnectorV2()
837
1103
  * - .toEnableSecurityHub()
1104
+ * - .toEnableSecurityHubV2()
838
1105
  *
839
1106
  * @param tagKey The tag key to check
840
1107
  * @param value The value(s) to check
@@ -848,6 +1115,12 @@ export declare class Securityhub extends PolicyStatement {
848
1115
  *
849
1116
  * Applies to resource types:
850
1117
  * - hub
1118
+ * - hubv2
1119
+ * - aggregatorv2
1120
+ * - automation-rule
1121
+ * - automation-rulev2
1122
+ * - configuration-policy
1123
+ * - connectorv2
851
1124
  *
852
1125
  * @param tagKey The tag key to check
853
1126
  * @param value The value(s) to check
@@ -861,8 +1134,11 @@ export declare class Securityhub extends PolicyStatement {
861
1134
  *
862
1135
  * Applies to actions:
863
1136
  * - .toCreateAutomationRule()
1137
+ * - .toCreateAutomationRuleV2()
864
1138
  * - .toCreateConfigurationPolicy()
1139
+ * - .toCreateConnectorV2()
865
1140
  * - .toEnableSecurityHub()
1141
+ * - .toEnableSecurityHubV2()
866
1142
  *
867
1143
  * @param value The value(s) to check
868
1144
  * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
@@ -881,6 +1157,19 @@ export declare class Securityhub extends PolicyStatement {
881
1157
  * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
882
1158
  */
883
1159
  ifASFFSyntaxPath(aSFFSyntaxPath: string, value: string | string[], operator?: Operator | string): this;
1160
+ /**
1161
+ * Filters access by the specified fields and values in the request
1162
+ *
1163
+ * https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-ocsfsyntaxpath
1164
+ *
1165
+ * Applies to actions:
1166
+ * - .toBatchUpdateFindings()
1167
+ *
1168
+ * @param oCSFSyntaxPath The tag key to check
1169
+ * @param value The value(s) to check
1170
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
1171
+ */
1172
+ ifOCSFSyntaxPath(oCSFSyntaxPath: string, value: string | string[], operator?: Operator | string): this;
884
1173
  /**
885
1174
  * Filters access by the AwsAccountId field that is specified in the request
886
1175
  *