@intentius/chant-lexicon-aws 0.41.19 → 0.42.1

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 (1756) hide show
  1. package/dist/composites/index.d.ts +2 -0
  2. package/dist/composites/index.d.ts.map +1 -1
  3. package/dist/composites/landing-zone.d.ts +65 -0
  4. package/dist/composites/landing-zone.d.ts.map +1 -0
  5. package/dist/governance.d.ts +128 -0
  6. package/dist/governance.d.ts.map +1 -0
  7. package/dist/index.d.ts +4 -2
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/integrity.json +6 -3
  10. package/dist/lint/audit-catalog.d.ts.map +1 -1
  11. package/dist/lint/post-synth/index.d.ts.map +1 -1
  12. package/dist/lint/post-synth/waw056.d.ts +12 -0
  13. package/dist/lint/post-synth/waw056.d.ts.map +1 -0
  14. package/dist/lint/post-synth/waw057.d.ts +11 -0
  15. package/dist/lint/post-synth/waw057.d.ts.map +1 -0
  16. package/dist/lint/post-synth/waw058.d.ts +12 -0
  17. package/dist/lint/post-synth/waw058.d.ts.map +1 -0
  18. package/dist/manifest.json +1 -1
  19. package/dist/okf/index.md +1724 -0
  20. package/dist/okf/rules/COR020.md +16 -0
  21. package/dist/okf/rules/EXT001.md +17 -0
  22. package/dist/okf/rules/WAW001.md +11 -0
  23. package/dist/okf/rules/WAW006.md +15 -0
  24. package/dist/okf/rules/WAW009.md +11 -0
  25. package/dist/okf/rules/WAW010.md +11 -0
  26. package/dist/okf/rules/WAW011.md +17 -0
  27. package/dist/okf/rules/WAW013.md +11 -0
  28. package/dist/okf/rules/WAW014.md +11 -0
  29. package/dist/okf/rules/WAW015.md +16 -0
  30. package/dist/okf/rules/WAW016.md +16 -0
  31. package/dist/okf/rules/WAW017.md +15 -0
  32. package/dist/okf/rules/WAW018.md +16 -0
  33. package/dist/okf/rules/WAW019.md +17 -0
  34. package/dist/okf/rules/WAW020.md +19 -0
  35. package/dist/okf/rules/WAW021.md +17 -0
  36. package/dist/okf/rules/WAW022.md +16 -0
  37. package/dist/okf/rules/WAW023.md +17 -0
  38. package/dist/okf/rules/WAW024.md +18 -0
  39. package/dist/okf/rules/WAW025.md +16 -0
  40. package/dist/okf/rules/WAW026.md +16 -0
  41. package/dist/okf/rules/WAW027.md +16 -0
  42. package/dist/okf/rules/WAW028.md +16 -0
  43. package/dist/okf/rules/WAW029.md +11 -0
  44. package/dist/okf/rules/WAW030.md +29 -0
  45. package/dist/okf/rules/WAW031.md +16 -0
  46. package/dist/okf/rules/WAW032.md +16 -0
  47. package/dist/okf/rules/WAW033.md +17 -0
  48. package/dist/okf/rules/WAW034.md +17 -0
  49. package/dist/okf/rules/WAW035.md +16 -0
  50. package/dist/okf/rules/WAW036.md +23 -0
  51. package/dist/okf/rules/WAW037.md +15 -0
  52. package/dist/okf/rules/WAW038.md +16 -0
  53. package/dist/okf/rules/WAW039.md +17 -0
  54. package/dist/okf/rules/WAW040.md +18 -0
  55. package/dist/okf/rules/WAW041.md +16 -0
  56. package/dist/okf/rules/WAW042.md +17 -0
  57. package/dist/okf/rules/WAW043.md +18 -0
  58. package/dist/okf/rules/WAW044.md +16 -0
  59. package/dist/okf/rules/WAW045.md +16 -0
  60. package/dist/okf/rules/WAW046.md +17 -0
  61. package/dist/okf/rules/WAW047.md +16 -0
  62. package/dist/okf/rules/WAW048.md +16 -0
  63. package/dist/okf/rules/WAW049.md +17 -0
  64. package/dist/okf/rules/WAW050.md +16 -0
  65. package/dist/okf/rules/WAW051.md +18 -0
  66. package/dist/okf/rules/WAW052.md +16 -0
  67. package/dist/okf/rules/WAW053.md +16 -0
  68. package/dist/okf/rules/WAW054.md +17 -0
  69. package/dist/okf/rules/WAW055.md +16 -0
  70. package/dist/okf/rules/WAW056.md +17 -0
  71. package/dist/okf/rules/WAW057.md +17 -0
  72. package/dist/okf/rules/WAW058.md +17 -0
  73. package/dist/okf/types/ACL.md +26 -0
  74. package/dist/okf/types/ACMPCACertificate.md +26 -0
  75. package/dist/okf/types/ACMPCAPermission.md +16 -0
  76. package/dist/okf/types/ADMChannel.md +21 -0
  77. package/dist/okf/types/AIAgent.md +29 -0
  78. package/dist/okf/types/AIAgentVersion.md +26 -0
  79. package/dist/okf/types/AIGuardrail.md +34 -0
  80. package/dist/okf/types/AIGuardrailVersion.md +26 -0
  81. package/dist/okf/types/AIPrompt.md +32 -0
  82. package/dist/okf/types/AIPromptVersion.md +26 -0
  83. package/dist/okf/types/APIKey.md +31 -0
  84. package/dist/okf/types/APNSChannel.md +26 -0
  85. package/dist/okf/types/APNSSandboxChannel.md +26 -0
  86. package/dist/okf/types/APNSVoipChannel.md +26 -0
  87. package/dist/okf/types/APNSVoipSandboxChannel.md +26 -0
  88. package/dist/okf/types/APSAnomalyDetector.md +24 -0
  89. package/dist/okf/types/APSResourcePolicy.md +14 -0
  90. package/dist/okf/types/APSWorkspace.md +28 -0
  91. package/dist/okf/types/ARCRegionSwitchPlan.md +39 -0
  92. package/dist/okf/types/AWSExternalAnthropicWorkspace.md +24 -0
  93. package/dist/okf/types/Accelerator.md +33 -0
  94. package/dist/okf/types/AcceptedPortfolioShare.md +14 -0
  95. package/dist/okf/types/AccessEntry.md +24 -0
  96. package/dist/okf/types/AccessGrant.md +28 -0
  97. package/dist/okf/types/AccessGrantsInstance.md +21 -0
  98. package/dist/okf/types/AccessGrantsLocation.md +22 -0
  99. package/dist/okf/types/AccessKey.md +22 -0
  100. package/dist/okf/types/AccessLogSubscription.md +27 -0
  101. package/dist/okf/types/AccessPointPolicy.md +14 -0
  102. package/dist/okf/types/AccessSource.md +32 -0
  103. package/dist/okf/types/AccessToken.md +34 -0
  104. package/dist/okf/types/Accessor.md +28 -0
  105. package/dist/okf/types/AccountAlias.md +18 -0
  106. package/dist/okf/types/AccountAuditConfiguration.md +16 -0
  107. package/dist/okf/types/AccountCustomization.md +20 -0
  108. package/dist/okf/types/AccountPolicy.md +22 -0
  109. package/dist/okf/types/AcmAccount.md +18 -0
  110. package/dist/okf/types/AcmCertificate.md +26 -0
  111. package/dist/okf/types/AcmeDomainValidation.md +21 -0
  112. package/dist/okf/types/AcmeEndpoint.md +24 -0
  113. package/dist/okf/types/AcmeExternalAccountBinding.md +21 -0
  114. package/dist/okf/types/Action.md +33 -0
  115. package/dist/okf/types/ActionConnector.md +34 -0
  116. package/dist/okf/types/Activity.md +20 -0
  117. package/dist/okf/types/Addon.md +32 -0
  118. package/dist/okf/types/AgentAlias.md +32 -0
  119. package/dist/okf/types/AgentStatus.md +29 -0
  120. package/dist/okf/types/AggregationAuthorization.md +20 -0
  121. package/dist/okf/types/AggregatorV2.md +22 -0
  122. package/dist/okf/types/Agreement.md +30 -0
  123. package/dist/okf/types/Alarm.md +46 -0
  124. package/dist/okf/types/AlarmModel.md +21 -0
  125. package/dist/okf/types/AlarmMuteRule.md +30 -0
  126. package/dist/okf/types/Algorithm.md +25 -0
  127. package/dist/okf/types/AllowList.md +25 -0
  128. package/dist/okf/types/AmazonMQConfiguration.md +28 -0
  129. package/dist/okf/types/AmplifyApp.md +41 -0
  130. package/dist/okf/types/AmplifyDomain.md +34 -0
  131. package/dist/okf/types/AmplifyUIBuilderComponent.md +35 -0
  132. package/dist/okf/types/AmplifyUIBuilderTheme.md +27 -0
  133. package/dist/okf/types/Analysis.md +37 -0
  134. package/dist/okf/types/AnalysisTemplate.md +36 -0
  135. package/dist/okf/types/Analyzer.md +22 -0
  136. package/dist/okf/types/AnnotationStore.md +36 -0
  137. package/dist/okf/types/AnomalyMonitor.md +30 -0
  138. package/dist/okf/types/AnomalySubscription.md +27 -0
  139. package/dist/okf/types/AnycastIpList.md +28 -0
  140. package/dist/okf/types/ApiCache.md +24 -0
  141. package/dist/okf/types/ApiDestination.md +25 -0
  142. package/dist/okf/types/ApiGatewayManagedOverrides.md +21 -0
  143. package/dist/okf/types/ApiKeyCredentialProvider.md +30 -0
  144. package/dist/okf/types/ApiMapping.md +21 -0
  145. package/dist/okf/types/ApigwAccount.md +18 -0
  146. package/dist/okf/types/ApigwApiKey.md +25 -0
  147. package/dist/okf/types/ApigwAuthorizer.md +27 -0
  148. package/dist/okf/types/ApigwDeployment.md +26 -0
  149. package/dist/okf/types/ApigwDomainName.md +35 -0
  150. package/dist/okf/types/ApigwModel.md +17 -0
  151. package/dist/okf/types/ApigwResource.md +20 -0
  152. package/dist/okf/types/ApigwStage.md +26 -0
  153. package/dist/okf/types/ApigwVpcLink.md +21 -0
  154. package/dist/okf/types/Apigwv2Authorizer.md +28 -0
  155. package/dist/okf/types/Apigwv2Deployment.md +24 -0
  156. package/dist/okf/types/Apigwv2DomainName.md +26 -0
  157. package/dist/okf/types/Apigwv2Integration.md +35 -0
  158. package/dist/okf/types/Apigwv2Model.md +22 -0
  159. package/dist/okf/types/Apigwv2Route.md +33 -0
  160. package/dist/okf/types/Apigwv2Stage.md +23 -0
  161. package/dist/okf/types/Apigwv2VpcLink.md +21 -0
  162. package/dist/okf/types/AppBlock.md +27 -0
  163. package/dist/okf/types/AppBlockBuilder.md +30 -0
  164. package/dist/okf/types/AppConfigApplication.md +20 -0
  165. package/dist/okf/types/AppConfigDeployment.md +28 -0
  166. package/dist/okf/types/AppConfigEnvironment.md +23 -0
  167. package/dist/okf/types/AppFlowConnector.md +21 -0
  168. package/dist/okf/types/AppFlowFlow.md +27 -0
  169. package/dist/okf/types/AppImageConfig.md +22 -0
  170. package/dist/okf/types/AppInstance.md +24 -0
  171. package/dist/okf/types/AppInstanceBot.md +26 -0
  172. package/dist/okf/types/AppInstanceUser.md +23 -0
  173. package/dist/okf/types/AppIntegrationsApplication.md +30 -0
  174. package/dist/okf/types/AppMeshRoute.md +29 -0
  175. package/dist/okf/types/AppMonitor.md +27 -0
  176. package/dist/okf/types/AppRunnerService.md +32 -0
  177. package/dist/okf/types/AppStreamApplication.md +31 -0
  178. package/dist/okf/types/AppStreamFleet.md +41 -0
  179. package/dist/okf/types/AppStreamStack.md +32 -0
  180. package/dist/okf/types/AppStreamUser.md +22 -0
  181. package/dist/okf/types/AppSyncApi.md +27 -0
  182. package/dist/okf/types/AppSyncApiKey.md +24 -0
  183. package/dist/okf/types/AppSyncDataSource.md +30 -0
  184. package/dist/okf/types/AppSyncDomainName.md +25 -0
  185. package/dist/okf/types/AppSyncGraphQLApi.md +47 -0
  186. package/dist/okf/types/AppTestTestCase.md +33 -0
  187. package/dist/okf/types/ApplicationAssignment.md +15 -0
  188. package/dist/okf/types/ApplicationAutoScalingScalingPolicy.md +26 -0
  189. package/dist/okf/types/ApplicationCloudWatchLoggingOption.md +19 -0
  190. package/dist/okf/types/ApplicationEntitlementAssociation.md +15 -0
  191. package/dist/okf/types/ApplicationFleetAssociation.md +14 -0
  192. package/dist/okf/types/ApplicationInferenceProfile.md +35 -0
  193. package/dist/okf/types/ApplicationInsightsApplication.md +29 -0
  194. package/dist/okf/types/ApplicationInstance.md +39 -0
  195. package/dist/okf/types/ApplicationSettings.md +22 -0
  196. package/dist/okf/types/ApplicationVersion.md +20 -0
  197. package/dist/okf/types/ApprovalTeam.md +42 -0
  198. package/dist/okf/types/ApprovedOrigin.md +14 -0
  199. package/dist/okf/types/Archive.md +23 -0
  200. package/dist/okf/types/Assessment.md +31 -0
  201. package/dist/okf/types/AssessmentFramework.md +34 -0
  202. package/dist/okf/types/AssessmentTarget.md +19 -0
  203. package/dist/okf/types/AssessmentTemplate.md +22 -0
  204. package/dist/okf/types/AssetModel.md +36 -0
  205. package/dist/okf/types/Assignment.md +18 -0
  206. package/dist/okf/types/Assistant.md +24 -0
  207. package/dist/okf/types/AssistantAssociation.md +25 -0
  208. package/dist/okf/types/AthenaCapacityReservation.md +29 -0
  209. package/dist/okf/types/AttributeGroup.md +23 -0
  210. package/dist/okf/types/AttributeGroupAssociation.md +21 -0
  211. package/dist/okf/types/AuthPolicy.md +19 -0
  212. package/dist/okf/types/AutoScalingConfiguration.md +26 -0
  213. package/dist/okf/types/AutoScalingGroup.md +59 -0
  214. package/dist/okf/types/AutoScalingScalingPolicy.md +30 -0
  215. package/dist/okf/types/AutoScalingScheduledAction.md +25 -0
  216. package/dist/okf/types/AutomatedReasoningPolicy.md +35 -0
  217. package/dist/okf/types/AutomatedReasoningPolicyVersion.md +32 -0
  218. package/dist/okf/types/AutomationRuleV2.md +30 -0
  219. package/dist/okf/types/AutoshiftObserverNotificationStatus.md +20 -0
  220. package/dist/okf/types/AwsLogSource.md +16 -0
  221. package/dist/okf/types/B2BICapability.md +28 -0
  222. package/dist/okf/types/B2BIProfile.md +31 -0
  223. package/dist/okf/types/B2BITransformer.md +34 -0
  224. package/dist/okf/types/BCMDashboard.md +27 -0
  225. package/dist/okf/types/BCMDataExportsExport.md +20 -0
  226. package/dist/okf/types/BackupPlan.md +23 -0
  227. package/dist/okf/types/BackupSelection.md +21 -0
  228. package/dist/okf/types/BackupVault.md +23 -0
  229. package/dist/okf/types/BaiduChannel.md +21 -0
  230. package/dist/okf/types/BasePathMapping.md +16 -0
  231. package/dist/okf/types/BasePathMappingV2.md +21 -0
  232. package/dist/okf/types/BatchScramSecret.md +14 -0
  233. package/dist/okf/types/BedrockAgent.md +53 -0
  234. package/dist/okf/types/BedrockAgentCoreDataset.md +33 -0
  235. package/dist/okf/types/BedrockAgentCoreGateway.md +43 -0
  236. package/dist/okf/types/BedrockAgentCorePolicy.md +33 -0
  237. package/dist/okf/types/BedrockAgentCoreResourcePolicy.md +14 -0
  238. package/dist/okf/types/BedrockBlueprint.md +29 -0
  239. package/dist/okf/types/BedrockDataSource.md +33 -0
  240. package/dist/okf/types/BedrockFlow.md +39 -0
  241. package/dist/okf/types/BedrockKnowledgeBase.md +33 -0
  242. package/dist/okf/types/BedrockMantleProject.md +23 -0
  243. package/dist/okf/types/BedrockPrompt.md +31 -0
  244. package/dist/okf/types/BedrockResourcePolicy.md +14 -0
  245. package/dist/okf/types/BillScenario.md +32 -0
  246. package/dist/okf/types/BillingConductorBillingGroup.md +33 -0
  247. package/dist/okf/types/BillingView.md +30 -0
  248. package/dist/okf/types/Bot.md +34 -0
  249. package/dist/okf/types/BotAlias.md +29 -0
  250. package/dist/okf/types/BotVersion.md +20 -0
  251. package/dist/okf/types/Branch.md +33 -0
  252. package/dist/okf/types/Bridge.md +26 -0
  253. package/dist/okf/types/BridgeOutput.md +15 -0
  254. package/dist/okf/types/BridgeSource.md +16 -0
  255. package/dist/okf/types/Broker.md +61 -0
  256. package/dist/okf/types/BrowserCustom.md +36 -0
  257. package/dist/okf/types/BrowserProfile.md +34 -0
  258. package/dist/okf/types/BrowserSettings.md +24 -0
  259. package/dist/okf/types/Bucket.md +65 -0
  260. package/dist/okf/types/Budget.md +20 -0
  261. package/dist/okf/types/BudgetsAction.md +26 -0
  262. package/dist/okf/types/Build.md +30 -0
  263. package/dist/okf/types/CACertificate.md +27 -0
  264. package/dist/okf/types/CRL.md +22 -0
  265. package/dist/okf/types/CacheCluster.md +48 -0
  266. package/dist/okf/types/CachePolicy.md +20 -0
  267. package/dist/okf/types/CalculatedAttributeDefinition.md +32 -0
  268. package/dist/okf/types/Canary.md +46 -0
  269. package/dist/okf/types/CapacityManagerDataExport.md +22 -0
  270. package/dist/okf/types/CapacityReservationFleet.md +26 -0
  271. package/dist/okf/types/CarrierGateway.md +23 -0
  272. package/dist/okf/types/CaseRule.md +28 -0
  273. package/dist/okf/types/CasesDomain.md +25 -0
  274. package/dist/okf/types/CasesTemplate.md +31 -0
  275. package/dist/okf/types/CassandraTable.md +27 -0
  276. package/dist/okf/types/Catalog.md +44 -0
  277. package/dist/okf/types/Cell.md +22 -0
  278. package/dist/okf/types/CertificateAuthority.md +28 -0
  279. package/dist/okf/types/CertificateAuthorityActivation.md +21 -0
  280. package/dist/okf/types/CertificateProvider.md +21 -0
  281. package/dist/okf/types/CfDistribution.md +25 -0
  282. package/dist/okf/types/CfFunction.md +26 -0
  283. package/dist/okf/types/CfPublicKey.md +20 -0
  284. package/dist/okf/types/CfTrustStore.md +31 -0
  285. package/dist/okf/types/Challenge.md +19 -0
  286. package/dist/okf/types/Channel.md +29 -0
  287. package/dist/okf/types/ChannelAssociation.md +14 -0
  288. package/dist/okf/types/ChannelGroup.md +26 -0
  289. package/dist/okf/types/ChannelNamespace.md +25 -0
  290. package/dist/okf/types/ChannelPlacementGroup.md +27 -0
  291. package/dist/okf/types/ChatbotSlackChannelConfiguration.md +27 -0
  292. package/dist/okf/types/CidrCollection.md +21 -0
  293. package/dist/okf/types/CisScanConfiguration.md +22 -0
  294. package/dist/okf/types/Classifier.md +21 -0
  295. package/dist/okf/types/ClientCertificate.md +19 -0
  296. package/dist/okf/types/ClientVpnAuthorizationRule.md +22 -0
  297. package/dist/okf/types/ClientVpnEndpoint.md +38 -0
  298. package/dist/okf/types/ClientVpnRoute.md +21 -0
  299. package/dist/okf/types/ClientVpnTargetNetworkAssociation.md +21 -0
  300. package/dist/okf/types/CloudAutonomousVmCluster.md +89 -0
  301. package/dist/okf/types/CloudExadataInfrastructure.md +68 -0
  302. package/dist/okf/types/CloudFormationProduct.md +36 -0
  303. package/dist/okf/types/CloudFormationProvisionedProduct.md +35 -0
  304. package/dist/okf/types/CloudFrontOriginAccessIdentity.md +20 -0
  305. package/dist/okf/types/CloudTrailChannel.md +21 -0
  306. package/dist/okf/types/CloudTrailDashboard.md +30 -0
  307. package/dist/okf/types/CloudTrailResourcePolicy.md +14 -0
  308. package/dist/okf/types/CloudVmCluster.md +82 -0
  309. package/dist/okf/types/CloudWatchAlarmTemplate.md +40 -0
  310. package/dist/okf/types/CloudWatchAlarmTemplateGroup.md +28 -0
  311. package/dist/okf/types/ClusterCapacityProviderAssociations.md +15 -0
  312. package/dist/okf/types/ClusterParameterGroup.md +17 -0
  313. package/dist/okf/types/ClusterPolicy.md +19 -0
  314. package/dist/okf/types/ClusterSecurityGroup.md +19 -0
  315. package/dist/okf/types/ClusterSecurityGroupIngress.md +21 -0
  316. package/dist/okf/types/ClusterSubnetGroup.md +20 -0
  317. package/dist/okf/types/CodeArtifactDomain.md +26 -0
  318. package/dist/okf/types/CodeArtifactRepository.md +28 -0
  319. package/dist/okf/types/CodeBuildFleet.md +29 -0
  320. package/dist/okf/types/CodeBuildProject.md +44 -0
  321. package/dist/okf/types/CodeCommitRepository.md +31 -0
  322. package/dist/okf/types/CodeConnectionsConnection.md +25 -0
  323. package/dist/okf/types/CodeDeployApplication.md +15 -0
  324. package/dist/okf/types/CodeInterpreterCustom.md +33 -0
  325. package/dist/okf/types/CodePipelinePipeline.md +31 -0
  326. package/dist/okf/types/CodeRepository.md +20 -0
  327. package/dist/okf/types/CodeSecurityIntegration.md +32 -0
  328. package/dist/okf/types/CodeSecurityScanConfiguration.md +22 -0
  329. package/dist/okf/types/CodeSigningConfig.md +23 -0
  330. package/dist/okf/types/CodeStarConnectionsConnection.md +25 -0
  331. package/dist/okf/types/Collaboration.md +34 -0
  332. package/dist/okf/types/CollectionGroup.md +25 -0
  333. package/dist/okf/types/CollectionIndex.md +15 -0
  334. package/dist/okf/types/Command.md +31 -0
  335. package/dist/okf/types/ComponentType.md +37 -0
  336. package/dist/okf/types/ComponentVersion.md +24 -0
  337. package/dist/okf/types/CompositeAlarm.md +28 -0
  338. package/dist/okf/types/ComputationModel.md +24 -0
  339. package/dist/okf/types/ComputeEnvironment.md +29 -0
  340. package/dist/okf/types/ComputeNodeGroup.md +36 -0
  341. package/dist/okf/types/ComputeOptimizerAutomationRule.md +37 -0
  342. package/dist/okf/types/Config.md +24 -0
  343. package/dist/okf/types/ConfigConnector.md +23 -0
  344. package/dist/okf/types/ConfigRule.md +28 -0
  345. package/dist/okf/types/ConfigurationAggregator.md +21 -0
  346. package/dist/okf/types/ConfigurationAssociation.md +19 -0
  347. package/dist/okf/types/ConfigurationBundle.md +35 -0
  348. package/dist/okf/types/ConfigurationManager.md +28 -0
  349. package/dist/okf/types/ConfigurationPolicy.md +29 -0
  350. package/dist/okf/types/ConfigurationProfile.md +29 -0
  351. package/dist/okf/types/ConfigurationRecorder.md +21 -0
  352. package/dist/okf/types/ConfigurationTemplate.md +24 -0
  353. package/dist/okf/types/ConfiguredModelAlgorithm.md +24 -0
  354. package/dist/okf/types/ConfiguredModelAlgorithmAssociation.md +25 -0
  355. package/dist/okf/types/ConfiguredTable.md +27 -0
  356. package/dist/okf/types/ConfiguredTableAssociation.md +26 -0
  357. package/dist/okf/types/ConformancePack.md +25 -0
  358. package/dist/okf/types/ConnectAttachment.md +46 -0
  359. package/dist/okf/types/ConnectCampaignsCampaign.md +22 -0
  360. package/dist/okf/types/ConnectCampaignsV2Campaign.md +28 -0
  361. package/dist/okf/types/ConnectInstance.md +30 -0
  362. package/dist/okf/types/ConnectPeer.md +36 -0
  363. package/dist/okf/types/ConnectPhoneNumber.md +26 -0
  364. package/dist/okf/types/ConnectPrompt.md +22 -0
  365. package/dist/okf/types/ConnectQueue.md +30 -0
  366. package/dist/okf/types/ConnectRule.md +24 -0
  367. package/dist/okf/types/ConnectSecurityProfile.md +33 -0
  368. package/dist/okf/types/ConnectTestCase.md +29 -0
  369. package/dist/okf/types/ConnectUser.md +33 -0
  370. package/dist/okf/types/ConnectView.md +27 -0
  371. package/dist/okf/types/ConnectWorkspace.md +29 -0
  372. package/dist/okf/types/ConnectionAlias.md +23 -0
  373. package/dist/okf/types/ConnectionFunction.md +34 -0
  374. package/dist/okf/types/ConnectionGroup.md +36 -0
  375. package/dist/okf/types/ConnectorDefinition.md +24 -0
  376. package/dist/okf/types/ConnectorDefinitionVersion.md +19 -0
  377. package/dist/okf/types/ConnectorProfile.md +25 -0
  378. package/dist/okf/types/ConnectorV2.md +40 -0
  379. package/dist/okf/types/ConsumableResource.md +27 -0
  380. package/dist/okf/types/Contact.md +22 -0
  381. package/dist/okf/types/ContactChannel.md +22 -0
  382. package/dist/okf/types/ContactFlow.md +24 -0
  383. package/dist/okf/types/ContactFlowModule.md +27 -0
  384. package/dist/okf/types/ContactFlowModuleAlias.md +23 -0
  385. package/dist/okf/types/ContactFlowModuleVersion.md +23 -0
  386. package/dist/okf/types/ContactFlowVersion.md +23 -0
  387. package/dist/okf/types/ContactList.md +16 -0
  388. package/dist/okf/types/ContainerFleet.md +50 -0
  389. package/dist/okf/types/ContainerGroupDefinition.md +35 -0
  390. package/dist/okf/types/ContainerRecipe.md +38 -0
  391. package/dist/okf/types/Context.md +27 -0
  392. package/dist/okf/types/ContinuousDeploymentPolicy.md +20 -0
  393. package/dist/okf/types/ControlPanel.md +26 -0
  394. package/dist/okf/types/CoreDefinition.md +24 -0
  395. package/dist/okf/types/CoreDefinitionVersion.md +19 -0
  396. package/dist/okf/types/CoreNetwork.md +35 -0
  397. package/dist/okf/types/CoreNetworkPrefixListAssociation.md +15 -0
  398. package/dist/okf/types/CostCategory.md +25 -0
  399. package/dist/okf/types/Crawler.md +26 -0
  400. package/dist/okf/types/CrossAccountAttachment.md +21 -0
  401. package/dist/okf/types/CustomAction.md +22 -0
  402. package/dist/okf/types/CustomActionType.md +25 -0
  403. package/dist/okf/types/CustomDBEngineVersion.md +30 -0
  404. package/dist/okf/types/CustomDataIdentifier.md +26 -0
  405. package/dist/okf/types/CustomEntityType.md +21 -0
  406. package/dist/okf/types/CustomLineItem.md +36 -0
  407. package/dist/okf/types/CustomMetric.md +21 -0
  408. package/dist/okf/types/CustomPermissions.md +21 -0
  409. package/dist/okf/types/CustomPlugin.md +26 -0
  410. package/dist/okf/types/CustomResource.md +19 -0
  411. package/dist/okf/types/CustomVerificationEmailTemplate.md +19 -0
  412. package/dist/okf/types/CustomerGateway.md +24 -0
  413. package/dist/okf/types/CustomerGatewayAssociation.md +16 -0
  414. package/dist/okf/types/CustomerProfilesDomain.md +31 -0
  415. package/dist/okf/types/CustomerProfilesEventStream.md +27 -0
  416. package/dist/okf/types/CustomerProfilesIntegration.md +27 -0
  417. package/dist/okf/types/CwAnomalyDetector.md +25 -0
  418. package/dist/okf/types/CwDashboard.md +15 -0
  419. package/dist/okf/types/DAXCluster.md +38 -0
  420. package/dist/okf/types/DAXParameterGroup.md +20 -0
  421. package/dist/okf/types/DAXSubnetGroup.md +20 -0
  422. package/dist/okf/types/DBProxy.md +38 -0
  423. package/dist/okf/types/DBProxyEndpoint.md +30 -0
  424. package/dist/okf/types/DBProxyTargetGroup.md +22 -0
  425. package/dist/okf/types/DBSecurityGroup.md +21 -0
  426. package/dist/okf/types/DBSecurityGroupIngress.md +22 -0
  427. package/dist/okf/types/DBShardGroup.md +26 -0
  428. package/dist/okf/types/DHCPOptions.md +24 -0
  429. package/dist/okf/types/DLMLifecyclePolicy.md +31 -0
  430. package/dist/okf/types/DMSCertificate.md +20 -0
  431. package/dist/okf/types/DMSEndpoint.md +50 -0
  432. package/dist/okf/types/DMSEventSubscription.md +19 -0
  433. package/dist/okf/types/DMSInstanceProfile.md +29 -0
  434. package/dist/okf/types/DNSSEC.md +13 -0
  435. package/dist/okf/types/DRTAccess.md +19 -0
  436. package/dist/okf/types/DSQLCluster.md +38 -0
  437. package/dist/okf/types/Daemon.md +34 -0
  438. package/dist/okf/types/DaemonTaskDefinition.md +27 -0
  439. package/dist/okf/types/DataAccessor.md +31 -0
  440. package/dist/okf/types/DataAutomationLibrary.md +27 -0
  441. package/dist/okf/types/DataAutomationProject.md +34 -0
  442. package/dist/okf/types/DataBrewDataset.md +19 -0
  443. package/dist/okf/types/DataBrewJob.md +32 -0
  444. package/dist/okf/types/DataBrewProject.md +18 -0
  445. package/dist/okf/types/DataBrewRecipe.md +16 -0
  446. package/dist/okf/types/DataBrewSchedule.md +16 -0
  447. package/dist/okf/types/DataCatalog.md +20 -0
  448. package/dist/okf/types/DataCatalogEncryptionSettings.md +14 -0
  449. package/dist/okf/types/DataCellsFilter.md +19 -0
  450. package/dist/okf/types/DataIntegration.md +27 -0
  451. package/dist/okf/types/DataLake.md +24 -0
  452. package/dist/okf/types/DataLakeAssociation.md +22 -0
  453. package/dist/okf/types/DataLakeSettings.md +28 -0
  454. package/dist/okf/types/DataMigration.md +27 -0
  455. package/dist/okf/types/DataPipelinePipeline.md +24 -0
  456. package/dist/okf/types/DataProtectionSettings.md +27 -0
  457. package/dist/okf/types/DataProvider.md +26 -0
  458. package/dist/okf/types/DataQualityJobDefinition.md +30 -0
  459. package/dist/okf/types/DataQualityRuleset.md +23 -0
  460. package/dist/okf/types/DataRepositoryAssociation.md +26 -0
  461. package/dist/okf/types/DataSet.md +47 -0
  462. package/dist/okf/types/DataSyncAgent.md +25 -0
  463. package/dist/okf/types/DataTable.md +32 -0
  464. package/dist/okf/types/DataTableAttribute.md +30 -0
  465. package/dist/okf/types/DataTableRecord.md +20 -0
  466. package/dist/okf/types/DataTransformationProfile.md +27 -0
  467. package/dist/okf/types/DataZoneConnection.md +39 -0
  468. package/dist/okf/types/DataZoneDataSource.md +50 -0
  469. package/dist/okf/types/DataZoneDomain.md +39 -0
  470. package/dist/okf/types/DataZoneEnvironment.md +52 -0
  471. package/dist/okf/types/DataZoneProject.md +39 -0
  472. package/dist/okf/types/DataZoneUserProfile.md +28 -0
  473. package/dist/okf/types/DatabaseSnapshot.md +46 -0
  474. package/dist/okf/types/DataflowEndpointGroup.md +23 -0
  475. package/dist/okf/types/DataflowEndpointGroupV2.md +25 -0
  476. package/dist/okf/types/DbCluster.md +98 -0
  477. package/dist/okf/types/DbInstance.md +146 -0
  478. package/dist/okf/types/DeadlineFleet.md +36 -0
  479. package/dist/okf/types/DeadlineMonitor.md +29 -0
  480. package/dist/okf/types/DeadlineQueue.md +30 -0
  481. package/dist/okf/types/DecoderManifest.md +29 -0
  482. package/dist/okf/types/DefaultViewAssociation.md +18 -0
  483. package/dist/okf/types/DelegatedAdmin.md +20 -0
  484. package/dist/okf/types/Delivery.md +28 -0
  485. package/dist/okf/types/DeliveryChannel.md +23 -0
  486. package/dist/okf/types/DeliveryDestination.md +23 -0
  487. package/dist/okf/types/DeliverySource.md +30 -0
  488. package/dist/okf/types/DeliveryStream.md +35 -0
  489. package/dist/okf/types/DeploymentConfig.md +17 -0
  490. package/dist/okf/types/DeploymentGroup.md +32 -0
  491. package/dist/okf/types/DeploymentStrategy.md +25 -0
  492. package/dist/okf/types/DetectiveGraph.md +19 -0
  493. package/dist/okf/types/DetectorModel.md +19 -0
  494. package/dist/okf/types/DevEndpoint.md +32 -0
  495. package/dist/okf/types/DevOpsAgentAgentSpace.md +34 -0
  496. package/dist/okf/types/DevOpsAgentAssociation.md +25 -0
  497. package/dist/okf/types/DevOpsAgentService.md +30 -0
  498. package/dist/okf/types/DevOpsGuruNotificationChannel.md +18 -0
  499. package/dist/okf/types/DeviceDefinition.md +24 -0
  500. package/dist/okf/types/DeviceDefinitionVersion.md +19 -0
  501. package/dist/okf/types/DeviceFleet.md +17 -0
  502. package/dist/okf/types/DeviceProfile.md +22 -0
  503. package/dist/okf/types/Dictionary.md +23 -0
  504. package/dist/okf/types/Dimension.md +21 -0
  505. package/dist/okf/types/DirectConnectConnection.md +28 -0
  506. package/dist/okf/types/DirectConnectGateway.md +22 -0
  507. package/dist/okf/types/DirectConnectGatewayAssociation.md +21 -0
  508. package/dist/okf/types/DirectConnectGatewayAttachment.md +46 -0
  509. package/dist/okf/types/DirectoryBucket.md +27 -0
  510. package/dist/okf/types/DirectoryConfig.md +16 -0
  511. package/dist/okf/types/DirectoryRegistration.md +19 -0
  512. package/dist/okf/types/Discoverer.md +25 -0
  513. package/dist/okf/types/Discovery.md +17 -0
  514. package/dist/okf/types/Disk.md +41 -0
  515. package/dist/okf/types/DiskSnapshot.md +38 -0
  516. package/dist/okf/types/DistributionConfiguration.md +21 -0
  517. package/dist/okf/types/DistributionTenant.md +38 -0
  518. package/dist/okf/types/DnsView.md +33 -0
  519. package/dist/okf/types/DocDBDBCluster.md +53 -0
  520. package/dist/okf/types/DocDBDBClusterParameterGroup.md +22 -0
  521. package/dist/okf/types/DocDBDBInstance.md +31 -0
  522. package/dist/okf/types/DocDBDBSubnetGroup.md +21 -0
  523. package/dist/okf/types/DocDBElasticCluster.md +33 -0
  524. package/dist/okf/types/DocDBEventSubscription.md +18 -0
  525. package/dist/okf/types/DocDBGlobalCluster.md +26 -0
  526. package/dist/okf/types/Document.md +22 -0
  527. package/dist/okf/types/DocumentClassifier.md +29 -0
  528. package/dist/okf/types/DocumentationPart.md +20 -0
  529. package/dist/okf/types/DocumentationVersion.md +15 -0
  530. package/dist/okf/types/DomainConfiguration.md +34 -0
  531. package/dist/okf/types/DomainNameAccessAssociation.md +21 -0
  532. package/dist/okf/types/DomainNameApiAssociation.md +19 -0
  533. package/dist/okf/types/DomainNameV2.md +27 -0
  534. package/dist/okf/types/DomainObjectType.md +25 -0
  535. package/dist/okf/types/DomainUnit.md +31 -0
  536. package/dist/okf/types/DomainVerification.md +25 -0
  537. package/dist/okf/types/EC2CapacityReservation.md +56 -0
  538. package/dist/okf/types/EC2Fleet.md +30 -0
  539. package/dist/okf/types/EC2Route.md +37 -0
  540. package/dist/okf/types/EC2SecurityGroupIngress.md +34 -0
  541. package/dist/okf/types/EC2Volume.md +36 -0
  542. package/dist/okf/types/ECRRegistryPolicy.md +18 -0
  543. package/dist/okf/types/ECRRepository.md +33 -0
  544. package/dist/okf/types/ECSCapacityProvider.md +17 -0
  545. package/dist/okf/types/EFSAccessPoint.md +24 -0
  546. package/dist/okf/types/EFSFileSystem.md +34 -0
  547. package/dist/okf/types/EFSMountTarget.md +23 -0
  548. package/dist/okf/types/EIP.md +27 -0
  549. package/dist/okf/types/EIPAssociation.md +22 -0
  550. package/dist/okf/types/EKSCapability.md +34 -0
  551. package/dist/okf/types/EKSCluster.md +54 -0
  552. package/dist/okf/types/EMRCluster.md +46 -0
  553. package/dist/okf/types/EMRContainersEndpoint.md +43 -0
  554. package/dist/okf/types/EMRContainersSecurityConfiguration.md +23 -0
  555. package/dist/okf/types/EMRSecurityConfiguration.md +14 -0
  556. package/dist/okf/types/EMRServerlessApplication.md +36 -0
  557. package/dist/okf/types/EVSEnvironment.md +45 -0
  558. package/dist/okf/types/EcParameterGroup.md +21 -0
  559. package/dist/okf/types/EcSecurityGroup.md +19 -0
  560. package/dist/okf/types/EcSecurityGroupIngress.md +20 -0
  561. package/dist/okf/types/EcSubnetGroup.md +16 -0
  562. package/dist/okf/types/EcUser.md +27 -0
  563. package/dist/okf/types/EcsCluster.md +24 -0
  564. package/dist/okf/types/EcsService.md +50 -0
  565. package/dist/okf/types/EgressOnlyInternetGateway.md +19 -0
  566. package/dist/okf/types/ElasticBeanstalkApplication.md +15 -0
  567. package/dist/okf/types/ElasticBeanstalkEnvironment.md +29 -0
  568. package/dist/okf/types/ElasticsearchDomain.md +38 -0
  569. package/dist/okf/types/ElbLoadBalancer.md +41 -0
  570. package/dist/okf/types/Elbv2TrustStore.md +26 -0
  571. package/dist/okf/types/EmailAddress.md +23 -0
  572. package/dist/okf/types/EmailChannel.md +24 -0
  573. package/dist/okf/types/EmailContact.md +28 -0
  574. package/dist/okf/types/EmailIdentity.md +34 -0
  575. package/dist/okf/types/EmailTemplate.md +26 -0
  576. package/dist/okf/types/EnabledBaseline.md +22 -0
  577. package/dist/okf/types/EnabledControl.md +16 -0
  578. package/dist/okf/types/EnclaveCertificateIamRoleAssociation.md +23 -0
  579. package/dist/okf/types/EncoderConfiguration.md +20 -0
  580. package/dist/okf/types/EncryptionConfiguration.md +24 -0
  581. package/dist/okf/types/EndpointAccess.md +40 -0
  582. package/dist/okf/types/EndpointAuthorization.md +35 -0
  583. package/dist/okf/types/EndpointConfig.md +28 -0
  584. package/dist/okf/types/EndpointGroup.md +27 -0
  585. package/dist/okf/types/EnforcedGuardrailConfiguration.md +35 -0
  586. package/dist/okf/types/Entitlement.md +24 -0
  587. package/dist/okf/types/Entity.md +33 -0
  588. package/dist/okf/types/EntityType.md +24 -0
  589. package/dist/okf/types/EnvironmentAccountConnection.md +28 -0
  590. package/dist/okf/types/EnvironmentActions.md +27 -0
  591. package/dist/okf/types/EnvironmentBlueprintConfiguration.md +32 -0
  592. package/dist/okf/types/EnvironmentEC2.md +29 -0
  593. package/dist/okf/types/EnvironmentProfile.md +37 -0
  594. package/dist/okf/types/EnvironmentTemplate.md +23 -0
  595. package/dist/okf/types/EvaluationForm.md +28 -0
  596. package/dist/okf/types/Evaluator.md +31 -0
  597. package/dist/okf/types/EventBridgeRuleTemplate.md +33 -0
  598. package/dist/okf/types/EventBridgeRuleTemplateGroup.md +28 -0
  599. package/dist/okf/types/EventBus.md +25 -0
  600. package/dist/okf/types/EventBusPolicy.md +18 -0
  601. package/dist/okf/types/EventDataStore.md +39 -0
  602. package/dist/okf/types/EventIntegration.md +22 -0
  603. package/dist/okf/types/EventInvokeConfig.md +17 -0
  604. package/dist/okf/types/EventRule.md +26 -0
  605. package/dist/okf/types/EventSchemasRegistry.md +20 -0
  606. package/dist/okf/types/EventSchemasRegistryPolicy.md +20 -0
  607. package/dist/okf/types/EventSchemasSchema.md +29 -0
  608. package/dist/okf/types/EventSourceMapping.md +47 -0
  609. package/dist/okf/types/EventTrigger.md +27 -0
  610. package/dist/okf/types/EventType.md +36 -0
  611. package/dist/okf/types/EventsConnection.md +29 -0
  612. package/dist/okf/types/EventsEndpoint.md +31 -0
  613. package/dist/okf/types/EvidentlyExperiment.md +29 -0
  614. package/dist/okf/types/EvidentlyProject.md +22 -0
  615. package/dist/okf/types/EvidentlySegment.md +21 -0
  616. package/dist/okf/types/ExecutionPlan.md +23 -0
  617. package/dist/okf/types/ExperimentTemplate.md +26 -0
  618. package/dist/okf/types/ExperimentTrialComponent.md +30 -0
  619. package/dist/okf/types/ExpressGatewayService.md +55 -0
  620. package/dist/okf/types/Extension.md +31 -0
  621. package/dist/okf/types/ExtensionAssociation.md +28 -0
  622. package/dist/okf/types/FHIRDatastore.md +31 -0
  623. package/dist/okf/types/FMSNotificationChannel.md +14 -0
  624. package/dist/okf/types/FMSPolicy.md +34 -0
  625. package/dist/okf/types/FMSResourceSet.md +22 -0
  626. package/dist/okf/types/FSxFileSystem.md +39 -0
  627. package/dist/okf/types/FSxSnapshot.md +22 -0
  628. package/dist/okf/types/FSxVolume.md +27 -0
  629. package/dist/okf/types/Faq.md +27 -0
  630. package/dist/okf/types/FargateProfile.md +23 -0
  631. package/dist/okf/types/Farm.md +24 -0
  632. package/dist/okf/types/Feature.md +25 -0
  633. package/dist/okf/types/FeatureGroup.md +29 -0
  634. package/dist/okf/types/Feed.md +24 -0
  635. package/dist/okf/types/Field.md +31 -0
  636. package/dist/okf/types/FileSystemPolicy.md +14 -0
  637. package/dist/okf/types/FinSpaceEnvironment.md +37 -0
  638. package/dist/okf/types/FindingAggregator.md +21 -0
  639. package/dist/okf/types/FindingsFilter.md +25 -0
  640. package/dist/okf/types/Firewall.md +36 -0
  641. package/dist/okf/types/FirewallPolicy.md +23 -0
  642. package/dist/okf/types/FirewallRule.md +39 -0
  643. package/dist/okf/types/FirewallRuleGroup.md +40 -0
  644. package/dist/okf/types/FirewallRuleGroupAssociation.md +37 -0
  645. package/dist/okf/types/FleetMetric.md +33 -0
  646. package/dist/okf/types/FlowAlias.md +31 -0
  647. package/dist/okf/types/FlowEntitlement.md +25 -0
  648. package/dist/okf/types/FlowLog.md +30 -0
  649. package/dist/okf/types/FlowOutput.md +39 -0
  650. package/dist/okf/types/FlowSource.md +40 -0
  651. package/dist/okf/types/FlowTemplate.md +19 -0
  652. package/dist/okf/types/FlowVersion.md +33 -0
  653. package/dist/okf/types/FlowVpcInterface.md +23 -0
  654. package/dist/okf/types/Flywheel.md +25 -0
  655. package/dist/okf/types/Folder.md +29 -0
  656. package/dist/okf/types/ForecastDataset.md +24 -0
  657. package/dist/okf/types/ForecastDatasetGroup.md +21 -0
  658. package/dist/okf/types/Form.md +29 -0
  659. package/dist/okf/types/FormType.md +33 -0
  660. package/dist/okf/types/Framework.md +27 -0
  661. package/dist/okf/types/FraudDetectorDetector.md +51 -0
  662. package/dist/okf/types/Function.md +58 -0
  663. package/dist/okf/types/FunctionConfiguration.md +33 -0
  664. package/dist/okf/types/FunctionDefinition.md +24 -0
  665. package/dist/okf/types/FunctionDefinitionVersion.md +20 -0
  666. package/dist/okf/types/FuotaTask.md +32 -0
  667. package/dist/okf/types/GCMChannel.md +22 -0
  668. package/dist/okf/types/GameLiftAlias.md +23 -0
  669. package/dist/okf/types/GameLiftFleet.md +50 -0
  670. package/dist/okf/types/GameServerGroup.md +31 -0
  671. package/dist/okf/types/GameSessionQueue.md +26 -0
  672. package/dist/okf/types/GatewayResponse.md +22 -0
  673. package/dist/okf/types/GatewayRoute.md +29 -0
  674. package/dist/okf/types/GatewayRouteTableAssociation.md +19 -0
  675. package/dist/okf/types/GatewayTarget.md +42 -0
  676. package/dist/okf/types/GeneratedTemplate.md +29 -0
  677. package/dist/okf/types/GeoMatchSet.md +19 -0
  678. package/dist/okf/types/GeofenceCollection.md +29 -0
  679. package/dist/okf/types/GitHubRepository.md +25 -0
  680. package/dist/okf/types/GlobalAcceleratorListener.md +21 -0
  681. package/dist/okf/types/GlobalNetwork.md +23 -0
  682. package/dist/okf/types/GlobalReplicationGroup.md +29 -0
  683. package/dist/okf/types/GlobalResolver.md +38 -0
  684. package/dist/okf/types/GlobalTable.md +39 -0
  685. package/dist/okf/types/GlueBlueprint.md +29 -0
  686. package/dist/okf/types/GlueConnection.md +19 -0
  687. package/dist/okf/types/GlueDatabase.md +15 -0
  688. package/dist/okf/types/GlueIntegration.md +30 -0
  689. package/dist/okf/types/GlueJob.md +35 -0
  690. package/dist/okf/types/GlueRegistry.md +20 -0
  691. package/dist/okf/types/GlueSchema.md +27 -0
  692. package/dist/okf/types/GlueSecurityConfiguration.md +19 -0
  693. package/dist/okf/types/GlueTable.md +22 -0
  694. package/dist/okf/types/GlueWorkflow.md +22 -0
  695. package/dist/okf/types/GrafanaWorkspace.md +47 -0
  696. package/dist/okf/types/Grant.md +30 -0
  697. package/dist/okf/types/GraphQLSchema.md +20 -0
  698. package/dist/okf/types/GraphSnapshot.md +28 -0
  699. package/dist/okf/types/GreengrassGroup.md +27 -0
  700. package/dist/okf/types/GreengrassV2Deployment.md +24 -0
  701. package/dist/okf/types/GroupMembership.md +20 -0
  702. package/dist/okf/types/GroupPolicy.md +15 -0
  703. package/dist/okf/types/GroupProfile.md +28 -0
  704. package/dist/okf/types/GroupVersion.md +25 -0
  705. package/dist/okf/types/GroupingConfiguration.md +20 -0
  706. package/dist/okf/types/GuardDutyDetector.md +22 -0
  707. package/dist/okf/types/GuardDutyFilter.md +19 -0
  708. package/dist/okf/types/GuardDutyIPSet.md +24 -0
  709. package/dist/okf/types/GuardDutyMember.md +18 -0
  710. package/dist/okf/types/GuardHook.md +27 -0
  711. package/dist/okf/types/Guardrail.md +49 -0
  712. package/dist/okf/types/GuardrailVersion.md +23 -0
  713. package/dist/okf/types/Harness.md +48 -0
  714. package/dist/okf/types/HarnessEndpoint.md +32 -0
  715. package/dist/okf/types/HealthCheck.md +19 -0
  716. package/dist/okf/types/HealthImagingDatastore.md +28 -0
  717. package/dist/okf/types/HookDefaultVersion.md +20 -0
  718. package/dist/okf/types/HookTypeConfig.md +21 -0
  719. package/dist/okf/types/HookVersion.md +29 -0
  720. package/dist/okf/types/Host.md +26 -0
  721. package/dist/okf/types/HostedConfigurationVersion.md +24 -0
  722. package/dist/okf/types/HostedZone.md +25 -0
  723. package/dist/okf/types/HostedZoneAssociation.md +28 -0
  724. package/dist/okf/types/HoursOfOperation.md +26 -0
  725. package/dist/okf/types/HttpApi.md +37 -0
  726. package/dist/okf/types/HttpNamespace.md +22 -0
  727. package/dist/okf/types/HubV2.md +20 -0
  728. package/dist/okf/types/Hypervisor.md +24 -0
  729. package/dist/okf/types/IAMGroup.md +21 -0
  730. package/dist/okf/types/IAMUser.md +25 -0
  731. package/dist/okf/types/IPAM.md +38 -0
  732. package/dist/okf/types/IPAMAllocation.md +21 -0
  733. package/dist/okf/types/IPAMPool.md +47 -0
  734. package/dist/okf/types/IPAMPoolCidr.md +22 -0
  735. package/dist/okf/types/IPAMPrefixListResolver.md +26 -0
  736. package/dist/okf/types/IPAMPrefixListResolverTarget.md +25 -0
  737. package/dist/okf/types/IPAMResourceDiscovery.md +31 -0
  738. package/dist/okf/types/IPAMResourceDiscoveryAssociation.md +34 -0
  739. package/dist/okf/types/IPAMScope.md +31 -0
  740. package/dist/okf/types/IVSChannel.md +31 -0
  741. package/dist/okf/types/IVSChatLoggingConfiguration.md +24 -0
  742. package/dist/okf/types/IVSPublicKey.md +22 -0
  743. package/dist/okf/types/IVSStage.md +22 -0
  744. package/dist/okf/types/IamPolicy.md +26 -0
  745. package/dist/okf/types/IdMappingTable.md +33 -0
  746. package/dist/okf/types/IdMappingWorkflow.md +29 -0
  747. package/dist/okf/types/IdNamespace.md +28 -0
  748. package/dist/okf/types/IdNamespaceAssociation.md +33 -0
  749. package/dist/okf/types/Identity.md +34 -0
  750. package/dist/okf/types/IdentityCenterConfiguration.md +22 -0
  751. package/dist/okf/types/IdentityPool.md +31 -0
  752. package/dist/okf/types/IdentityPoolPrincipalTag.md +16 -0
  753. package/dist/okf/types/IdentityPoolRoleAttachment.md +20 -0
  754. package/dist/okf/types/IdentityProvider.md +22 -0
  755. package/dist/okf/types/IdentityProviderConfig.md +22 -0
  756. package/dist/okf/types/IdentityStoreGroup.md +20 -0
  757. package/dist/okf/types/ImageBuilder.md +33 -0
  758. package/dist/okf/types/ImageBuilderComponent.md +37 -0
  759. package/dist/okf/types/ImageBuilderImage.md +42 -0
  760. package/dist/okf/types/ImageBuilderLifecyclePolicy.md +25 -0
  761. package/dist/okf/types/ImageBuilderWorkflow.md +32 -0
  762. package/dist/okf/types/ImagePipeline.md +35 -0
  763. package/dist/okf/types/ImageRecipe.md +34 -0
  764. package/dist/okf/types/ImageVersion.md +34 -0
  765. package/dist/okf/types/InAppTemplate.md +23 -0
  766. package/dist/okf/types/InboundExternalLink.md +31 -0
  767. package/dist/okf/types/InferenceComponent.md +36 -0
  768. package/dist/okf/types/InferenceExperiment.md +38 -0
  769. package/dist/okf/types/InferenceScheduler.md +26 -0
  770. package/dist/okf/types/InfluxDBCluster.md +47 -0
  771. package/dist/okf/types/InfluxDBInstance.md +49 -0
  772. package/dist/okf/types/InfrastructureConfiguration.md +31 -0
  773. package/dist/okf/types/IngestConfiguration.md +29 -0
  774. package/dist/okf/types/InputSecurityGroup.md +21 -0
  775. package/dist/okf/types/Insight.md +20 -0
  776. package/dist/okf/types/InsightRule.md +22 -0
  777. package/dist/okf/types/InspectorV2Filter.md +22 -0
  778. package/dist/okf/types/Instance.md +70 -0
  779. package/dist/okf/types/InstanceAccessControlAttributeConfiguration.md +15 -0
  780. package/dist/okf/types/InstanceConnectEndpoint.md +42 -0
  781. package/dist/okf/types/InstanceFleetConfig.md +25 -0
  782. package/dist/okf/types/InstanceGroupConfig.md +28 -0
  783. package/dist/okf/types/InstanceProfile.md +20 -0
  784. package/dist/okf/types/InstanceSnapshot.md +36 -0
  785. package/dist/okf/types/InstanceStorageConfig.md +24 -0
  786. package/dist/okf/types/IntegrationAssociation.md +21 -0
  787. package/dist/okf/types/IntegrationResourceProperty.md +21 -0
  788. package/dist/okf/types/IntegrationResponse.md +24 -0
  789. package/dist/okf/types/IntelligentPromptRouter.md +31 -0
  790. package/dist/okf/types/InterconnectConnection.md +39 -0
  791. package/dist/okf/types/IntermediateTable.md +34 -0
  792. package/dist/okf/types/InternetGateway.md +18 -0
  793. package/dist/okf/types/InternetMonitorMonitor.md +37 -0
  794. package/dist/okf/types/InvestigationGroup.md +35 -0
  795. package/dist/okf/types/InvoiceUnit.md +25 -0
  796. package/dist/okf/types/IoTAnalyticsChannel.md +21 -0
  797. package/dist/okf/types/IoTAnalyticsDataset.md +25 -0
  798. package/dist/okf/types/IoTAnalyticsDatastore.md +23 -0
  799. package/dist/okf/types/IoTAnalyticsPipeline.md +20 -0
  800. package/dist/okf/types/IoTAuthorizer.md +25 -0
  801. package/dist/okf/types/IoTBillingGroup.md +22 -0
  802. package/dist/okf/types/IoTCertificate.md +24 -0
  803. package/dist/okf/types/IoTEventsInput.md +16 -0
  804. package/dist/okf/types/IoTFleetWiseCampaign.md +42 -0
  805. package/dist/okf/types/IoTFleetWiseFleet.md +25 -0
  806. package/dist/okf/types/IoTJobTemplate.md +30 -0
  807. package/dist/okf/types/IoTPolicy.md +22 -0
  808. package/dist/okf/types/IoTSecurityProfile.md +25 -0
  809. package/dist/okf/types/IoTSiteWiseAccessPolicy.md +22 -0
  810. package/dist/okf/types/IoTSiteWiseAsset.md +28 -0
  811. package/dist/okf/types/IoTSiteWiseDashboard.md +24 -0
  812. package/dist/okf/types/IoTSiteWiseDataset.md +23 -0
  813. package/dist/okf/types/IoTSiteWiseGateway.md +22 -0
  814. package/dist/okf/types/IoTSiteWisePortal.md +33 -0
  815. package/dist/okf/types/IoTSiteWiseProject.md +24 -0
  816. package/dist/okf/types/IoTTwinMakerWorkspace.md +26 -0
  817. package/dist/okf/types/IoTWirelessDestination.md +23 -0
  818. package/dist/okf/types/IoTWirelessTaskDefinition.md +25 -0
  819. package/dist/okf/types/IpAccessSettings.md +27 -0
  820. package/dist/okf/types/IpPoolRouteTableAssociation.md +19 -0
  821. package/dist/okf/types/JobDefinition.md +32 -0
  822. package/dist/okf/types/JobQueue.md +26 -0
  823. package/dist/okf/types/KMSAlias.md +14 -0
  824. package/dist/okf/types/KafkaConnectConnector.md +31 -0
  825. package/dist/okf/types/KendraDataSource.md +29 -0
  826. package/dist/okf/types/KendraIndex.md +29 -0
  827. package/dist/okf/types/Key.md +36 -0
  828. package/dist/okf/types/KeyGroup.md +20 -0
  829. package/dist/okf/types/KeyPair.md +24 -0
  830. package/dist/okf/types/KeySigningKey.md +16 -0
  831. package/dist/okf/types/KeyValueStore.md +25 -0
  832. package/dist/okf/types/Keyspace.md +16 -0
  833. package/dist/okf/types/KinesisAnalyticsApplication.md +21 -0
  834. package/dist/okf/types/KinesisAnalyticsApplicationOutput.md +19 -0
  835. package/dist/okf/types/KinesisAnalyticsApplicationReferenceDataSource.md +19 -0
  836. package/dist/okf/types/KinesisAnalyticsV2Application.md +21 -0
  837. package/dist/okf/types/KinesisAnalyticsV2ApplicationOutput.md +19 -0
  838. package/dist/okf/types/KinesisAnalyticsV2ApplicationReferenceDataSource.md +19 -0
  839. package/dist/okf/types/KinesisResourcePolicy.md +14 -0
  840. package/dist/okf/types/KinesisStream.md +28 -0
  841. package/dist/okf/types/KinesisVideoStream.md +24 -0
  842. package/dist/okf/types/KmsKey.md +35 -0
  843. package/dist/okf/types/KnowledgeBasePolicy.md +19 -0
  844. package/dist/okf/types/Label.md +24 -0
  845. package/dist/okf/types/Lag.md +28 -0
  846. package/dist/okf/types/LakeFormationResource.md +22 -0
  847. package/dist/okf/types/LambdaAlias.md +23 -0
  848. package/dist/okf/types/LambdaCapacityProvider.md +28 -0
  849. package/dist/okf/types/LambdaHook.md +27 -0
  850. package/dist/okf/types/LandingZone.md +29 -0
  851. package/dist/okf/types/Launch.md +26 -0
  852. package/dist/okf/types/LaunchConfiguration.md +31 -0
  853. package/dist/okf/types/LaunchNotificationConstraint.md +22 -0
  854. package/dist/okf/types/LaunchRoleConstraint.md +23 -0
  855. package/dist/okf/types/LaunchTemplate.md +29 -0
  856. package/dist/okf/types/LaunchTemplateConstraint.md +22 -0
  857. package/dist/okf/types/LaunchWizardDeployment.md +32 -0
  858. package/dist/okf/types/LayerVersion.md +23 -0
  859. package/dist/okf/types/LayerVersionPermission.md +21 -0
  860. package/dist/okf/types/Layout.md +27 -0
  861. package/dist/okf/types/Ledger.md +22 -0
  862. package/dist/okf/types/LegalHold.md +27 -0
  863. package/dist/okf/types/Lens.md +28 -0
  864. package/dist/okf/types/LexResourcePolicy.md +21 -0
  865. package/dist/okf/types/License.md +31 -0
  866. package/dist/okf/types/LicenseAssetRuleSet.md +21 -0
  867. package/dist/okf/types/LicenseEndpoint.md +29 -0
  868. package/dist/okf/types/LifecycleAutomation.md +21 -0
  869. package/dist/okf/types/LifecycleHook.md +20 -0
  870. package/dist/okf/types/LightsailAlarm.md +30 -0
  871. package/dist/okf/types/LightsailBucket.md +28 -0
  872. package/dist/okf/types/LightsailCertificate.md +23 -0
  873. package/dist/okf/types/LightsailContainer.md +30 -0
  874. package/dist/okf/types/LightsailDatabase.md +32 -0
  875. package/dist/okf/types/LightsailDistribution.md +31 -0
  876. package/dist/okf/types/LightsailDomain.md +29 -0
  877. package/dist/okf/types/LightsailInstance.md +52 -0
  878. package/dist/okf/types/LightsailLoadBalancer.md +26 -0
  879. package/dist/okf/types/Limit.md +24 -0
  880. package/dist/okf/types/LinkAssociation.md +15 -0
  881. package/dist/okf/types/LinkRoutingRule.md +30 -0
  882. package/dist/okf/types/List.md +26 -0
  883. package/dist/okf/types/Listener.md +33 -0
  884. package/dist/okf/types/ListenerCertificate.md +19 -0
  885. package/dist/okf/types/ListenerRule.md +25 -0
  886. package/dist/okf/types/LiveSource.md +21 -0
  887. package/dist/okf/types/LoadBalancer.md +43 -0
  888. package/dist/okf/types/LoadBalancerTlsCertificate.md +25 -0
  889. package/dist/okf/types/LocalGatewayRoute.md +23 -0
  890. package/dist/okf/types/LocalGatewayRouteTable.md +28 -0
  891. package/dist/okf/types/LocalGatewayRouteTableVPCAssociation.md +24 -0
  892. package/dist/okf/types/LocalGatewayRouteTableVirtualInterfaceGroupAssociation.md +28 -0
  893. package/dist/okf/types/LocalGatewayVirtualInterface.md +33 -0
  894. package/dist/okf/types/LocalGatewayVirtualInterfaceGroup.md +29 -0
  895. package/dist/okf/types/Location.md +19 -0
  896. package/dist/okf/types/LocationAzureBlob.md +32 -0
  897. package/dist/okf/types/LocationEFS.md +26 -0
  898. package/dist/okf/types/LocationFSxLustre.md +23 -0
  899. package/dist/okf/types/LocationFSxONTAP.md +28 -0
  900. package/dist/okf/types/LocationFSxOpenZFS.md +24 -0
  901. package/dist/okf/types/LocationFSxWindows.md +31 -0
  902. package/dist/okf/types/LocationHDFS.md +37 -0
  903. package/dist/okf/types/LocationNFS.md +24 -0
  904. package/dist/okf/types/LocationObjectStorage.md +34 -0
  905. package/dist/okf/types/LocationS3.md +24 -0
  906. package/dist/okf/types/LocationSMB.md +37 -0
  907. package/dist/okf/types/LogAlarm.md +32 -0
  908. package/dist/okf/types/LogAnomalyDetectionIntegration.md +17 -0
  909. package/dist/okf/types/LogAnomalyDetector.md +30 -0
  910. package/dist/okf/types/LogDeliveryConfiguration.md +19 -0
  911. package/dist/okf/types/LogGroup.md +31 -0
  912. package/dist/okf/types/LogStream.md +14 -0
  913. package/dist/okf/types/LoggerDefinition.md +24 -0
  914. package/dist/okf/types/LoggerDefinitionVersion.md +19 -0
  915. package/dist/okf/types/Logging.md +20 -0
  916. package/dist/okf/types/LogicallyAirGappedBackupVault.md +29 -0
  917. package/dist/okf/types/LogsDestination.md +22 -0
  918. package/dist/okf/types/LogsIntegration.md +20 -0
  919. package/dist/okf/types/LogsResourcePolicy.md +14 -0
  920. package/dist/okf/types/LogsScheduledQuery.md +39 -0
  921. package/dist/okf/types/LogsTransformer.md +14 -0
  922. package/dist/okf/types/LookoutVisionProject.md +18 -0
  923. package/dist/okf/types/M2Application.md +26 -0
  924. package/dist/okf/types/M2Deployment.md +22 -0
  925. package/dist/okf/types/M2Environment.md +33 -0
  926. package/dist/okf/types/MLTransform.md +30 -0
  927. package/dist/okf/types/MPAIdentitySource.md +30 -0
  928. package/dist/okf/types/MSKCluster.md +33 -0
  929. package/dist/okf/types/MSKConfiguration.md +25 -0
  930. package/dist/okf/types/MSKTopic.md +22 -0
  931. package/dist/okf/types/MWAAEnvironment.md +56 -0
  932. package/dist/okf/types/MWAAServerlessWorkflow.md +36 -0
  933. package/dist/okf/types/MacieSession.md +23 -0
  934. package/dist/okf/types/Macro.md +22 -0
  935. package/dist/okf/types/MailManagerAddonInstance.md +23 -0
  936. package/dist/okf/types/MailManagerAddonSubscription.md +21 -0
  937. package/dist/okf/types/MailManagerAddressList.md +21 -0
  938. package/dist/okf/types/MailManagerArchive.md +25 -0
  939. package/dist/okf/types/MailManagerIngressPoint.md +32 -0
  940. package/dist/okf/types/MailManagerRelay.md +24 -0
  941. package/dist/okf/types/MailManagerRuleSet.md +22 -0
  942. package/dist/okf/types/MailManagerTrafficPolicy.md +24 -0
  943. package/dist/okf/types/MaintenanceWindow.md +28 -0
  944. package/dist/okf/types/MaintenanceWindowTarget.md +23 -0
  945. package/dist/okf/types/MaintenanceWindowTask.md +31 -0
  946. package/dist/okf/types/MalwareProtectionPlan.md +29 -0
  947. package/dist/okf/types/ManagedBlockchainMember.md +21 -0
  948. package/dist/okf/types/ManagedBlockchainNode.md +22 -0
  949. package/dist/okf/types/ManagedLoginBranding.md +23 -0
  950. package/dist/okf/types/ManagedNotificationAccountContactAssociation.md +14 -0
  951. package/dist/okf/types/ManagedNotificationAdditionalChannelAssociation.md +14 -0
  952. package/dist/okf/types/ManagedPolicy.md +42 -0
  953. package/dist/okf/types/Map.md +36 -0
  954. package/dist/okf/types/Master.md +15 -0
  955. package/dist/okf/types/MatchingWorkflow.md +29 -0
  956. package/dist/okf/types/MatchmakingConfiguration.md +34 -0
  957. package/dist/okf/types/MatchmakingRuleSet.md +22 -0
  958. package/dist/okf/types/MediaConnectFlow.md +38 -0
  959. package/dist/okf/types/MediaConnectGateway.md +22 -0
  960. package/dist/okf/types/MediaConvertJobTemplate.md +29 -0
  961. package/dist/okf/types/MediaConvertQueue.md +26 -0
  962. package/dist/okf/types/MediaLiveChannel.md +39 -0
  963. package/dist/okf/types/MediaLiveCluster.md +28 -0
  964. package/dist/okf/types/MediaLiveInput.md +35 -0
  965. package/dist/okf/types/MediaLiveNode.md +33 -0
  966. package/dist/okf/types/MediaPackageAsset.md +28 -0
  967. package/dist/okf/types/MediaPackageChannel.md +27 -0
  968. package/dist/okf/types/MediaPackageOriginEndpoint.md +33 -0
  969. package/dist/okf/types/MediaPackageV2Channel.md +33 -0
  970. package/dist/okf/types/MediaPackageV2ChannelPolicy.md +15 -0
  971. package/dist/okf/types/MediaPackageV2OriginEndpoint.md +45 -0
  972. package/dist/okf/types/MediaStoreContainer.md +26 -0
  973. package/dist/okf/types/MediaTailorChannel.md +26 -0
  974. package/dist/okf/types/MediaTailorChannelPolicy.md +14 -0
  975. package/dist/okf/types/MemberInvitation.md +17 -0
  976. package/dist/okf/types/Membership.md +31 -0
  977. package/dist/okf/types/Memory.md +66 -0
  978. package/dist/okf/types/MemoryDBCluster.md +52 -0
  979. package/dist/okf/types/MemoryDBParameterGroup.md +22 -0
  980. package/dist/okf/types/MemoryDBSubnetGroup.md +23 -0
  981. package/dist/okf/types/MemoryDBUser.md +23 -0
  982. package/dist/okf/types/Mesh.md +28 -0
  983. package/dist/okf/types/MessageTemplate.md +32 -0
  984. package/dist/okf/types/MessageTemplateVersion.md +21 -0
  985. package/dist/okf/types/MeteredProduct.md +25 -0
  986. package/dist/okf/types/Method.md +29 -0
  987. package/dist/okf/types/MetricFilter.md +19 -0
  988. package/dist/okf/types/MetricStream.md +32 -0
  989. package/dist/okf/types/MicrosoftAD.md +28 -0
  990. package/dist/okf/types/MicrosoftTeamsChannelConfiguration.md +29 -0
  991. package/dist/okf/types/MicrovmImage.md +41 -0
  992. package/dist/okf/types/MigrationProject.md +29 -0
  993. package/dist/okf/types/MissionProfile.md +31 -0
  994. package/dist/okf/types/MitigationAction.md +23 -0
  995. package/dist/okf/types/MlflowApp.md +33 -0
  996. package/dist/okf/types/MlflowTrackingServer.md +25 -0
  997. package/dist/okf/types/ModelBiasJobDefinition.md +30 -0
  998. package/dist/okf/types/ModelCard.md +38 -0
  999. package/dist/okf/types/ModelExplainabilityJobDefinition.md +30 -0
  1000. package/dist/okf/types/ModelManifest.md +27 -0
  1001. package/dist/okf/types/ModelPackage.md +49 -0
  1002. package/dist/okf/types/ModelPackageGroup.md +25 -0
  1003. package/dist/okf/types/ModelQualityJobDefinition.md +30 -0
  1004. package/dist/okf/types/ModuleDefaultVersion.md +15 -0
  1005. package/dist/okf/types/ModuleVersion.md +33 -0
  1006. package/dist/okf/types/MonitoringSchedule.md +28 -0
  1007. package/dist/okf/types/MonitoringSubscription.md +14 -0
  1008. package/dist/okf/types/MultiRegionAccessPoint.md +22 -0
  1009. package/dist/okf/types/MultiRegionAccessPointPolicy.md +20 -0
  1010. package/dist/okf/types/MultiRegionCluster.md +31 -0
  1011. package/dist/okf/types/MultiRegionEndpoint.md +15 -0
  1012. package/dist/okf/types/MulticastGroup.md +29 -0
  1013. package/dist/okf/types/Multiplex.md +30 -0
  1014. package/dist/okf/types/Multiplexprogram.md +23 -0
  1015. package/dist/okf/types/NamedQuery.md +22 -0
  1016. package/dist/okf/types/NatGateway.md +37 -0
  1017. package/dist/okf/types/NeptuneDBCluster.md +50 -0
  1018. package/dist/okf/types/NeptuneDBClusterParameterGroup.md +17 -0
  1019. package/dist/okf/types/NeptuneDBInstance.md +31 -0
  1020. package/dist/okf/types/NeptuneDBParameterGroup.md +17 -0
  1021. package/dist/okf/types/NeptuneDBSubnetGroup.md +16 -0
  1022. package/dist/okf/types/NeptuneEventSubscription.md +19 -0
  1023. package/dist/okf/types/NeptuneGlobalCluster.md +19 -0
  1024. package/dist/okf/types/NeptuneGraphGraph.md +29 -0
  1025. package/dist/okf/types/Network.md +27 -0
  1026. package/dist/okf/types/NetworkAcl.md +19 -0
  1027. package/dist/okf/types/NetworkAclEntry.md +26 -0
  1028. package/dist/okf/types/NetworkAnalyzerConfiguration.md +23 -0
  1029. package/dist/okf/types/NetworkConnector.md +23 -0
  1030. package/dist/okf/types/NetworkFirewallLoggingConfiguration.md +16 -0
  1031. package/dist/okf/types/NetworkFirewallRuleGroup.md +26 -0
  1032. package/dist/okf/types/NetworkFlowMonitorMonitor.md +28 -0
  1033. package/dist/okf/types/NetworkInsightsAccessScope.md +26 -0
  1034. package/dist/okf/types/NetworkInsightsAccessScopeAnalysis.md +33 -0
  1035. package/dist/okf/types/NetworkInsightsAnalysis.md +42 -0
  1036. package/dist/okf/types/NetworkInsightsPath.md +34 -0
  1037. package/dist/okf/types/NetworkInterface.md +45 -0
  1038. package/dist/okf/types/NetworkInterfaceAttachment.md +23 -0
  1039. package/dist/okf/types/NetworkInterfacePermission.md +20 -0
  1040. package/dist/okf/types/NetworkManagerDevice.md +33 -0
  1041. package/dist/okf/types/NetworkManagerLink.md +30 -0
  1042. package/dist/okf/types/NetworkManagerSite.md +27 -0
  1043. package/dist/okf/types/NetworkPerformanceMetricSubscription.md +16 -0
  1044. package/dist/okf/types/NetworkSettings.md +23 -0
  1045. package/dist/okf/types/Nodegroup.md +43 -0
  1046. package/dist/okf/types/NotebookInstance.md +33 -0
  1047. package/dist/okf/types/NotebookInstanceLifecycleConfig.md +20 -0
  1048. package/dist/okf/types/Notification.md +27 -0
  1049. package/dist/okf/types/NotificationConfiguration.md +25 -0
  1050. package/dist/okf/types/NotificationHub.md +20 -0
  1051. package/dist/okf/types/NotificationRule.md +27 -0
  1052. package/dist/okf/types/NotificationsEventRule.md +28 -0
  1053. package/dist/okf/types/OAuth2CredentialProvider.md +37 -0
  1054. package/dist/okf/types/OAuthClientApplication.md +32 -0
  1055. package/dist/okf/types/OIDCProvider.md +21 -0
  1056. package/dist/okf/types/OSISPipeline.md +34 -0
  1057. package/dist/okf/types/OTelEnrichment.md +19 -0
  1058. package/dist/okf/types/OamLink.md +24 -0
  1059. package/dist/okf/types/ObjectType.md +34 -0
  1060. package/dist/okf/types/ObservabilityConfiguration.md +24 -0
  1061. package/dist/okf/types/OdbNetwork.md +46 -0
  1062. package/dist/okf/types/OdbPeeringConnection.md +31 -0
  1063. package/dist/okf/types/OmicsConfiguration.md +27 -0
  1064. package/dist/okf/types/OmicsWorkflow.md +45 -0
  1065. package/dist/okf/types/OnlineEvaluationConfig.md +37 -0
  1066. package/dist/okf/types/OpenSearchServerlessAccessPolicy.md +16 -0
  1067. package/dist/okf/types/OpenSearchServerlessCollection.md +36 -0
  1068. package/dist/okf/types/OpenSearchServerlessIndex.md +21 -0
  1069. package/dist/okf/types/OpenSearchServerlessLifecyclePolicy.md +16 -0
  1070. package/dist/okf/types/OpenSearchServiceApplication.md +26 -0
  1071. package/dist/okf/types/OpenSearchServiceDomain.md +57 -0
  1072. package/dist/okf/types/OpsItem.md +40 -0
  1073. package/dist/okf/types/OptOutList.md +19 -0
  1074. package/dist/okf/types/OptionGroup.md +18 -0
  1075. package/dist/okf/types/Organization.md +32 -0
  1076. package/dist/okf/types/OrganizationAdmin.md +18 -0
  1077. package/dist/okf/types/OrganizationCentralizationRule.md +20 -0
  1078. package/dist/okf/types/OrganizationConfigRule.md +22 -0
  1079. package/dist/okf/types/OrganizationConfiguration.md +26 -0
  1080. package/dist/okf/types/OrganizationConformancePack.md +25 -0
  1081. package/dist/okf/types/OrganizationTelemetryRule.md +22 -0
  1082. package/dist/okf/types/OrganizationalUnit.md +24 -0
  1083. package/dist/okf/types/OrganizationalUnitAssociation.md +14 -0
  1084. package/dist/okf/types/OrganizationsAccount.md +34 -0
  1085. package/dist/okf/types/OrganizationsPolicy.md +32 -0
  1086. package/dist/okf/types/OrganizationsResourcePolicy.md +21 -0
  1087. package/dist/okf/types/OriginAccessControl.md +18 -0
  1088. package/dist/okf/types/OriginEndpointPolicy.md +17 -0
  1089. package/dist/okf/types/OriginRequestPolicy.md +20 -0
  1090. package/dist/okf/types/OutboundExternalLink.md +30 -0
  1091. package/dist/okf/types/Outcome.md +24 -0
  1092. package/dist/okf/types/OutpostResolver.md +34 -0
  1093. package/dist/okf/types/OutpostsSite.md +26 -0
  1094. package/dist/okf/types/Owner.md +23 -0
  1095. package/dist/okf/types/PCAConnectorADConnector.md +21 -0
  1096. package/dist/okf/types/PCAConnectorADTemplate.md +22 -0
  1097. package/dist/okf/types/PCAConnectorSCEPConnector.md +27 -0
  1098. package/dist/okf/types/PCSCluster.md +31 -0
  1099. package/dist/okf/types/PCSQueue.md +28 -0
  1100. package/dist/okf/types/PackageGroup.md +24 -0
  1101. package/dist/okf/types/PackageVersion.md +33 -0
  1102. package/dist/okf/types/PackagingConfiguration.md +24 -0
  1103. package/dist/okf/types/PackagingGroup.md +23 -0
  1104. package/dist/okf/types/PanoramaPackage.md +29 -0
  1105. package/dist/okf/types/Partition.md +21 -0
  1106. package/dist/okf/types/PartnerAccount.md +26 -0
  1107. package/dist/okf/types/PartnerApp.md +34 -0
  1108. package/dist/okf/types/Partnership.md +32 -0
  1109. package/dist/okf/types/PatchBaseline.md +32 -0
  1110. package/dist/okf/types/PaymentConnector.md +30 -0
  1111. package/dist/okf/types/PaymentCredentialProvider.md +27 -0
  1112. package/dist/okf/types/PaymentCryptographyAlias.md +14 -0
  1113. package/dist/okf/types/PaymentManager.md +33 -0
  1114. package/dist/okf/types/Pentest.md +32 -0
  1115. package/dist/okf/types/Permission.md +26 -0
  1116. package/dist/okf/types/PermissionSet.md +27 -0
  1117. package/dist/okf/types/Permissions.md +21 -0
  1118. package/dist/okf/types/PersonalizeDataset.md +22 -0
  1119. package/dist/okf/types/PersonalizeDatasetGroup.md +21 -0
  1120. package/dist/okf/types/PersonalizeSchema.md +20 -0
  1121. package/dist/okf/types/PinpointApp.md +21 -0
  1122. package/dist/okf/types/PinpointCampaign.md +37 -0
  1123. package/dist/okf/types/PinpointEmailConfigurationSet.md +23 -0
  1124. package/dist/okf/types/PinpointEmailConfigurationSetEventDestination.md +20 -0
  1125. package/dist/okf/types/PinpointEmailDedicatedIpPool.md +19 -0
  1126. package/dist/okf/types/PinpointEventStream.md +20 -0
  1127. package/dist/okf/types/PinpointSegment.md +24 -0
  1128. package/dist/okf/types/Pipe.md +38 -0
  1129. package/dist/okf/types/PlaceIndex.md +29 -0
  1130. package/dist/okf/types/PlacementGroup.md +24 -0
  1131. package/dist/okf/types/PlaybackConfiguration.md +45 -0
  1132. package/dist/okf/types/PlaybackKeyPair.md +22 -0
  1133. package/dist/okf/types/PlaybackRestrictionPolicy.md +22 -0
  1134. package/dist/okf/types/Plugin.md +33 -0
  1135. package/dist/okf/types/PodIdentityAssociation.md +29 -0
  1136. package/dist/okf/types/PolicyAssociation.md +28 -0
  1137. package/dist/okf/types/PolicyEngine.md +31 -0
  1138. package/dist/okf/types/PolicyGrant.md +27 -0
  1139. package/dist/okf/types/PolicyPrincipalAttachment.md +19 -0
  1140. package/dist/okf/types/PolicyStatement.md +18 -0
  1141. package/dist/okf/types/PolicyStore.md +27 -0
  1142. package/dist/okf/types/PolicyStoreAlias.md +14 -0
  1143. package/dist/okf/types/PolicyTemplate.md +21 -0
  1144. package/dist/okf/types/Pool.md +28 -0
  1145. package/dist/okf/types/Portfolio.md +24 -0
  1146. package/dist/okf/types/PortfolioPrincipalAssociation.md +16 -0
  1147. package/dist/okf/types/PortfolioProductAssociation.md +16 -0
  1148. package/dist/okf/types/PortfolioShare.md +16 -0
  1149. package/dist/okf/types/PredefinedAttribute.md +24 -0
  1150. package/dist/okf/types/Preferences.md +18 -0
  1151. package/dist/okf/types/PrefixList.md +28 -0
  1152. package/dist/okf/types/PreparedStatement.md +16 -0
  1153. package/dist/okf/types/Preset.md +22 -0
  1154. package/dist/okf/types/PricingPlan.md +27 -0
  1155. package/dist/okf/types/PricingRule.md +34 -0
  1156. package/dist/okf/types/PrimaryTaskSet.md +15 -0
  1157. package/dist/okf/types/PrincipalPermissions.md +24 -0
  1158. package/dist/okf/types/PrivacyBudgetTemplate.md +30 -0
  1159. package/dist/okf/types/PrivateConnection.md +25 -0
  1160. package/dist/okf/types/PrivateDnsNamespace.md +26 -0
  1161. package/dist/okf/types/PrivateGraphEndpoint.md +23 -0
  1162. package/dist/okf/types/PrivateVirtualInterface.md +30 -0
  1163. package/dist/okf/types/ProactiveEngagement.md +19 -0
  1164. package/dist/okf/types/ProcessingJob.md +48 -0
  1165. package/dist/okf/types/ProductSubscription.md +18 -0
  1166. package/dist/okf/types/ProfileAssociation.md +22 -0
  1167. package/dist/okf/types/ProfilePermission.md +17 -0
  1168. package/dist/okf/types/ProfileResourceAssociation.md +23 -0
  1169. package/dist/okf/types/ProfilingGroup.md +22 -0
  1170. package/dist/okf/types/ProjectMembership.md +23 -0
  1171. package/dist/okf/types/ProjectProfile.md +41 -0
  1172. package/dist/okf/types/PromptVersion.md +36 -0
  1173. package/dist/okf/types/ProtectConfiguration.md +22 -0
  1174. package/dist/okf/types/Protection.md +28 -0
  1175. package/dist/okf/types/ProtectionGroup.md +23 -0
  1176. package/dist/okf/types/ProvisioningTemplate.md +25 -0
  1177. package/dist/okf/types/PublicDnsNamespace.md +25 -0
  1178. package/dist/okf/types/PublicRepository.md +21 -0
  1179. package/dist/okf/types/PublicTypeVersion.md +26 -0
  1180. package/dist/okf/types/PublicVirtualInterface.md +27 -0
  1181. package/dist/okf/types/Publisher.md +25 -0
  1182. package/dist/okf/types/PublishingDestination.md +25 -0
  1183. package/dist/okf/types/PullThroughCacheRule.md +18 -0
  1184. package/dist/okf/types/PullTimeUpdateExclusion.md +13 -0
  1185. package/dist/okf/types/PushTemplate.md +28 -0
  1186. package/dist/okf/types/QBusinessApplication.md +41 -0
  1187. package/dist/okf/types/QBusinessDataSource.md +38 -0
  1188. package/dist/okf/types/QBusinessIndex.md +34 -0
  1189. package/dist/okf/types/QBusinessPermission.md +17 -0
  1190. package/dist/okf/types/QLDBStream.md +26 -0
  1191. package/dist/okf/types/QueryDefinition.md +22 -0
  1192. package/dist/okf/types/Queue.md +39 -0
  1193. package/dist/okf/types/QueueEnvironment.md +24 -0
  1194. package/dist/okf/types/QueueFleetAssociation.md +15 -0
  1195. package/dist/okf/types/QueueInlinePolicy.md +14 -0
  1196. package/dist/okf/types/QueueLimitAssociation.md +15 -0
  1197. package/dist/okf/types/QueuePolicy.md +19 -0
  1198. package/dist/okf/types/QuickConnect.md +24 -0
  1199. package/dist/okf/types/QuickResponse.md +34 -0
  1200. package/dist/okf/types/QuickSightAgent.md +41 -0
  1201. package/dist/okf/types/QuickSightDashboard.md +40 -0
  1202. package/dist/okf/types/QuickSightDataSource.md +36 -0
  1203. package/dist/okf/types/QuickSightFlow.md +32 -0
  1204. package/dist/okf/types/QuickSightKnowledgeBase.md +43 -0
  1205. package/dist/okf/types/QuickSightSpace.md +30 -0
  1206. package/dist/okf/types/QuickSightTemplate.md +32 -0
  1207. package/dist/okf/types/QuickSightTheme.md +33 -0
  1208. package/dist/okf/types/QuickSightTopic.md +27 -0
  1209. package/dist/okf/types/QuotaShare.md +24 -0
  1210. package/dist/okf/types/RAMPermission.md +27 -0
  1211. package/dist/okf/types/RDSDBClusterParameterGroup.md +17 -0
  1212. package/dist/okf/types/RDSDBParameterGroup.md +17 -0
  1213. package/dist/okf/types/RDSDBSubnetGroup.md +25 -0
  1214. package/dist/okf/types/RDSEventSubscription.md +19 -0
  1215. package/dist/okf/types/RDSGlobalCluster.md +25 -0
  1216. package/dist/okf/types/RDSIntegration.md +27 -0
  1217. package/dist/okf/types/RTBFabricLink.md +34 -0
  1218. package/dist/okf/types/RateBasedRule.md +22 -0
  1219. package/dist/okf/types/RbinRule.md +29 -0
  1220. package/dist/okf/types/ReadinessCheck.md +20 -0
  1221. package/dist/okf/types/RealtimeLogConfig.md +21 -0
  1222. package/dist/okf/types/ReceiptFilter.md +18 -0
  1223. package/dist/okf/types/ReceiptRule.md +20 -0
  1224. package/dist/okf/types/ReceiptRuleSet.md +18 -0
  1225. package/dist/okf/types/Recommender.md +35 -0
  1226. package/dist/okf/types/RecordSet.md +34 -0
  1227. package/dist/okf/types/RecordSetGroup.md +21 -0
  1228. package/dist/okf/types/RecordingConfiguration.md +25 -0
  1229. package/dist/okf/types/RecoveryGroup.md +20 -0
  1230. package/dist/okf/types/RedshiftCluster.md +75 -0
  1231. package/dist/okf/types/RedshiftEventSubscription.md +35 -0
  1232. package/dist/okf/types/RedshiftIntegration.md +25 -0
  1233. package/dist/okf/types/RedshiftScheduledAction.md +27 -0
  1234. package/dist/okf/types/RedshiftServerlessNamespace.md +44 -0
  1235. package/dist/okf/types/RedshiftServerlessSnapshot.md +33 -0
  1236. package/dist/okf/types/RefactorSpacesApplication.md +37 -0
  1237. package/dist/okf/types/RefactorSpacesEnvironment.md +25 -0
  1238. package/dist/okf/types/RefactorSpacesRoute.md +28 -0
  1239. package/dist/okf/types/RefactorSpacesService.md +28 -0
  1240. package/dist/okf/types/ReferenceStore.md +25 -0
  1241. package/dist/okf/types/RefreshSchedule.md +20 -0
  1242. package/dist/okf/types/Registration.md +27 -0
  1243. package/dist/okf/types/RegistryScanningConfiguration.md +19 -0
  1244. package/dist/okf/types/RekognitionCollection.md +19 -0
  1245. package/dist/okf/types/RekognitionProject.md +19 -0
  1246. package/dist/okf/types/RemediationConfiguration.md +22 -0
  1247. package/dist/okf/types/ReplicaKey.md +25 -0
  1248. package/dist/okf/types/ReplicationConfig.md +27 -0
  1249. package/dist/okf/types/ReplicationConfiguration.md +18 -0
  1250. package/dist/okf/types/ReplicationGroup.md +75 -0
  1251. package/dist/okf/types/ReplicationInstance.md +38 -0
  1252. package/dist/okf/types/ReplicationSet.md +20 -0
  1253. package/dist/okf/types/ReplicationSubnetGroup.md +21 -0
  1254. package/dist/okf/types/ReplicationTask.md +30 -0
  1255. package/dist/okf/types/Replicator.md +26 -0
  1256. package/dist/okf/types/ReportDefinition.md +25 -0
  1257. package/dist/okf/types/ReportGroup.md +24 -0
  1258. package/dist/okf/types/ReportPlan.md +22 -0
  1259. package/dist/okf/types/RepositoryAssociation.md +23 -0
  1260. package/dist/okf/types/RepositoryCreationTemplate.md +29 -0
  1261. package/dist/okf/types/RepositoryLink.md +26 -0
  1262. package/dist/okf/types/RequestValidator.md +21 -0
  1263. package/dist/okf/types/RequesterGateway.md +36 -0
  1264. package/dist/okf/types/ResilienceHubApp.md +28 -0
  1265. package/dist/okf/types/ResilienceHubV2Policy.md +31 -0
  1266. package/dist/okf/types/ResilienceHubV2Service.md +35 -0
  1267. package/dist/okf/types/ResiliencyPolicy.md +23 -0
  1268. package/dist/okf/types/Resolver.md +34 -0
  1269. package/dist/okf/types/ResolverConfig.md +23 -0
  1270. package/dist/okf/types/ResolverDNSSECConfig.md +22 -0
  1271. package/dist/okf/types/ResolverEndpoint.md +36 -0
  1272. package/dist/okf/types/ResolverQueryLoggingConfig.md +34 -0
  1273. package/dist/okf/types/ResolverQueryLoggingConfigAssociation.md +27 -0
  1274. package/dist/okf/types/ResolverRule.md +26 -0
  1275. package/dist/okf/types/ResolverRuleAssociation.md +20 -0
  1276. package/dist/okf/types/ResourceAssociation.md +22 -0
  1277. package/dist/okf/types/ResourceCollection.md +18 -0
  1278. package/dist/okf/types/ResourceConfiguration.md +32 -0
  1279. package/dist/okf/types/ResourceDataSync.md +21 -0
  1280. package/dist/okf/types/ResourceDefaultVersion.md +20 -0
  1281. package/dist/okf/types/ResourceDefinition.md +24 -0
  1282. package/dist/okf/types/ResourceDefinitionVersion.md +19 -0
  1283. package/dist/okf/types/ResourceExplorer2Index.md +21 -0
  1284. package/dist/okf/types/ResourceExplorer2View.md +22 -0
  1285. package/dist/okf/types/ResourceGateway.md +27 -0
  1286. package/dist/okf/types/ResourceGroup.md +18 -0
  1287. package/dist/okf/types/ResourceGroupsGroup.md +23 -0
  1288. package/dist/okf/types/ResourceShare.md +35 -0
  1289. package/dist/okf/types/ResourceSpecificLogging.md +20 -0
  1290. package/dist/okf/types/ResourceUpdateConstraint.md +22 -0
  1291. package/dist/okf/types/ResourceVersion.md +31 -0
  1292. package/dist/okf/types/ResponderGateway.md +42 -0
  1293. package/dist/okf/types/ResponseHeadersPolicy.md +20 -0
  1294. package/dist/okf/types/ResponsePlan.md +25 -0
  1295. package/dist/okf/types/RestApi.md +36 -0
  1296. package/dist/okf/types/RestoreTestingPlan.md +23 -0
  1297. package/dist/okf/types/RestoreTestingSelection.md +20 -0
  1298. package/dist/okf/types/Retriever.md +31 -0
  1299. package/dist/okf/types/ReviewTemplate.md +28 -0
  1300. package/dist/okf/types/RoboMakerFleet.md +19 -0
  1301. package/dist/okf/types/Robot.md +22 -0
  1302. package/dist/okf/types/RobotApplication.md +23 -0
  1303. package/dist/okf/types/RobotApplicationVersion.md +21 -0
  1304. package/dist/okf/types/Role.md +33 -0
  1305. package/dist/okf/types/RoleAlias.md +21 -0
  1306. package/dist/okf/types/RolePolicy.md +15 -0
  1307. package/dist/okf/types/RolesAnywhereProfile.md +29 -0
  1308. package/dist/okf/types/Room.md +25 -0
  1309. package/dist/okf/types/Rotation.md +27 -0
  1310. package/dist/okf/types/RotationSchedule.md +24 -0
  1311. package/dist/okf/types/Route53GlobalResolverFirewallDomainList.md +36 -0
  1312. package/dist/okf/types/Route53ProfilesProfile.md +25 -0
  1313. package/dist/okf/types/Route53RecoveryControlCluster.md +24 -0
  1314. package/dist/okf/types/Route53RecoveryReadinessResourceSet.md +21 -0
  1315. package/dist/okf/types/Route53ResolverFirewallDomainList.md +37 -0
  1316. package/dist/okf/types/RouteCalculator.md +28 -0
  1317. package/dist/okf/types/RouteResponse.md +23 -0
  1318. package/dist/okf/types/RouteServer.md +24 -0
  1319. package/dist/okf/types/RouteServerAssociation.md +14 -0
  1320. package/dist/okf/types/RouteServerEndpoint.md +28 -0
  1321. package/dist/okf/types/RouteServerPeer.md +33 -0
  1322. package/dist/okf/types/RouteServerPropagation.md +14 -0
  1323. package/dist/okf/types/RouteTable.md +19 -0
  1324. package/dist/okf/types/RouterInput.md +46 -0
  1325. package/dist/okf/types/RouterNetworkInterface.md +35 -0
  1326. package/dist/okf/types/RouterOutput.md +42 -0
  1327. package/dist/okf/types/RoutingControl.md +22 -0
  1328. package/dist/okf/types/RoutingProfile.md +26 -0
  1329. package/dist/okf/types/RoutingRule.md +23 -0
  1330. package/dist/okf/types/RuleGroupsNamespace.md +21 -0
  1331. package/dist/okf/types/Ruleset.md +17 -0
  1332. package/dist/okf/types/RunGroup.md +27 -0
  1333. package/dist/okf/types/Runtime.md +47 -0
  1334. package/dist/okf/types/RuntimeEndpoint.md +38 -0
  1335. package/dist/okf/types/S3AccessPoint.md +28 -0
  1336. package/dist/okf/types/S3AccessPointAttachment.md +24 -0
  1337. package/dist/okf/types/S3BucketPolicy.md +18 -0
  1338. package/dist/okf/types/S3ExpressAccessPoint.md +27 -0
  1339. package/dist/okf/types/S3ExpressBucketPolicy.md +14 -0
  1340. package/dist/okf/types/S3FilesAccessPoint.md +28 -0
  1341. package/dist/okf/types/S3FilesFileSystem.md +36 -0
  1342. package/dist/okf/types/S3FilesMountTarget.md +35 -0
  1343. package/dist/okf/types/S3ObjectLambdaAccessPoint.md +30 -0
  1344. package/dist/okf/types/S3OutpostsAccessPoint.md +21 -0
  1345. package/dist/okf/types/S3OutpostsBucket.md +21 -0
  1346. package/dist/okf/types/S3OutpostsBucketPolicy.md +14 -0
  1347. package/dist/okf/types/S3OutpostsEndpoint.md +33 -0
  1348. package/dist/okf/types/S3TableIntegration.md +22 -0
  1349. package/dist/okf/types/S3TablesNamespace.md +14 -0
  1350. package/dist/okf/types/S3TablesTable.md +31 -0
  1351. package/dist/okf/types/S3VectorsIndex.md +28 -0
  1352. package/dist/okf/types/SAMLProvider.md +26 -0
  1353. package/dist/okf/types/SCNDataset.md +28 -0
  1354. package/dist/okf/types/SCNNamespace.md +25 -0
  1355. package/dist/okf/types/SDBDomain.md +18 -0
  1356. package/dist/okf/types/SESConfigurationSet.md +21 -0
  1357. package/dist/okf/types/SESConfigurationSetEventDestination.md +19 -0
  1358. package/dist/okf/types/SESDedicatedIpPool.md +15 -0
  1359. package/dist/okf/types/SESTemplate.md +19 -0
  1360. package/dist/okf/types/SMSChannel.md +21 -0
  1361. package/dist/okf/types/SMSVOICEConfigurationSet.md +23 -0
  1362. package/dist/okf/types/SMSVOICEPhoneNumber.md +31 -0
  1363. package/dist/okf/types/SMSVOICEResourcePolicy.md +14 -0
  1364. package/dist/okf/types/SSMAssociation.md +36 -0
  1365. package/dist/okf/types/SSMContactsPlan.md +20 -0
  1366. package/dist/okf/types/SSMResourcePolicy.md +21 -0
  1367. package/dist/okf/types/SSOApplication.md +26 -0
  1368. package/dist/okf/types/SSOInstance.md +25 -0
  1369. package/dist/okf/types/SafetyRule.md +25 -0
  1370. package/dist/okf/types/SageMakerApp.md +26 -0
  1371. package/dist/okf/types/SageMakerCluster.md +38 -0
  1372. package/dist/okf/types/SageMakerDevice.md +15 -0
  1373. package/dist/okf/types/SageMakerDomain.md +42 -0
  1374. package/dist/okf/types/SageMakerEndpoint.md +25 -0
  1375. package/dist/okf/types/SageMakerExperiment.md +25 -0
  1376. package/dist/okf/types/SageMakerHub.md +29 -0
  1377. package/dist/okf/types/SageMakerImage.md +22 -0
  1378. package/dist/okf/types/SageMakerModel.md +25 -0
  1379. package/dist/okf/types/SageMakerPipeline.md +19 -0
  1380. package/dist/okf/types/SageMakerProject.md +29 -0
  1381. package/dist/okf/types/SageMakerUserProfile.md +23 -0
  1382. package/dist/okf/types/SamplingRule.md +22 -0
  1383. package/dist/okf/types/ScalableTarget.md +29 -0
  1384. package/dist/okf/types/ScalingPlan.md +23 -0
  1385. package/dist/okf/types/Scene.md +30 -0
  1386. package/dist/okf/types/ScheduleGroup.md +25 -0
  1387. package/dist/okf/types/ScheduledAudit.md +23 -0
  1388. package/dist/okf/types/SchedulerSchedule.md +28 -0
  1389. package/dist/okf/types/SchedulingPolicy.md +21 -0
  1390. package/dist/okf/types/SchemaMapping.md +27 -0
  1391. package/dist/okf/types/SchemaVersion.md +19 -0
  1392. package/dist/okf/types/SchemaVersionMetadata.md +15 -0
  1393. package/dist/okf/types/Scraper.md +28 -0
  1394. package/dist/okf/types/Script.md +28 -0
  1395. package/dist/okf/types/SdiSource.md +27 -0
  1396. package/dist/okf/types/Secret.md +29 -0
  1397. package/dist/okf/types/SecretTargetAttachment.md +20 -0
  1398. package/dist/okf/types/SecurityAgentAgentSpace.md +31 -0
  1399. package/dist/okf/types/SecurityAgentApplication.md +26 -0
  1400. package/dist/okf/types/SecurityConfig.md +26 -0
  1401. package/dist/okf/types/SecurityControl.md +16 -0
  1402. package/dist/okf/types/SecurityGroup.md +31 -0
  1403. package/dist/okf/types/SecurityGroupEgress.md +26 -0
  1404. package/dist/okf/types/SecurityGroupVpcAssociation.md +23 -0
  1405. package/dist/okf/types/SecurityHubAutomationRule.md +31 -0
  1406. package/dist/okf/types/SecurityHubConnector.md +39 -0
  1407. package/dist/okf/types/SecurityHubHub.md +23 -0
  1408. package/dist/okf/types/SecurityKey.md +19 -0
  1409. package/dist/okf/types/SecurityPolicy.md +16 -0
  1410. package/dist/okf/types/SecurityRequirementPack.md +23 -0
  1411. package/dist/okf/types/SegmentDefinition.md +29 -0
  1412. package/dist/okf/types/SenderId.md +21 -0
  1413. package/dist/okf/types/SequenceStore.md +40 -0
  1414. package/dist/okf/types/Server.md +40 -0
  1415. package/dist/okf/types/ServerCertificate.md +23 -0
  1416. package/dist/okf/types/ServerlessApi.md +35 -0
  1417. package/dist/okf/types/ServerlessApplication.md +21 -0
  1418. package/dist/okf/types/ServerlessCache.md +43 -0
  1419. package/dist/okf/types/ServerlessCluster.md +21 -0
  1420. package/dist/okf/types/ServerlessConnector.md +15 -0
  1421. package/dist/okf/types/ServerlessFunction.md +43 -0
  1422. package/dist/okf/types/ServerlessGraphQLApi.md +33 -0
  1423. package/dist/okf/types/ServerlessHttpApi.md +29 -0
  1424. package/dist/okf/types/ServerlessLayerVersion.md +24 -0
  1425. package/dist/okf/types/ServerlessStateMachine.md +29 -0
  1426. package/dist/okf/types/ServiceAction.md +22 -0
  1427. package/dist/okf/types/ServiceActionAssociation.md +15 -0
  1428. package/dist/okf/types/ServiceCatalogAppRegistryApplication.md +28 -0
  1429. package/dist/okf/types/ServiceDiscoveryInstance.md +19 -0
  1430. package/dist/okf/types/ServiceDiscoveryService.md +28 -0
  1431. package/dist/okf/types/ServiceEnvironment.md +22 -0
  1432. package/dist/okf/types/ServiceFunction.md +29 -0
  1433. package/dist/okf/types/ServiceLevelObjective.md +31 -0
  1434. package/dist/okf/types/ServiceLinkedRole.md +20 -0
  1435. package/dist/okf/types/ServiceNetwork.md +27 -0
  1436. package/dist/okf/types/ServiceNetworkResourceAssociation.md +23 -0
  1437. package/dist/okf/types/ServiceNetworkServiceAssociation.md +41 -0
  1438. package/dist/okf/types/ServiceNetworkVpcAssociation.md +37 -0
  1439. package/dist/okf/types/ServicePrincipalName.md +14 -0
  1440. package/dist/okf/types/ServiceProfile.md +38 -0
  1441. package/dist/okf/types/ServiceSetting.md +25 -0
  1442. package/dist/okf/types/ServiceTemplate.md +23 -0
  1443. package/dist/okf/types/SessionLogger.md +27 -0
  1444. package/dist/okf/types/SignalCatalog.md +31 -0
  1445. package/dist/okf/types/SignalMap.md +52 -0
  1446. package/dist/okf/types/SignalingChannel.md +21 -0
  1447. package/dist/okf/types/SigningConfiguration.md +18 -0
  1448. package/dist/okf/types/SigningProfile.md +26 -0
  1449. package/dist/okf/types/SimpleAD.md +30 -0
  1450. package/dist/okf/types/SimpleTable.md +17 -0
  1451. package/dist/okf/types/Simulation.md +22 -0
  1452. package/dist/okf/types/SimulationApplication.md +25 -0
  1453. package/dist/okf/types/SimulationApplicationVersion.md +21 -0
  1454. package/dist/okf/types/Sink.md +20 -0
  1455. package/dist/okf/types/SiteToSiteVpnAttachment.md +46 -0
  1456. package/dist/okf/types/Skill.md +20 -0
  1457. package/dist/okf/types/SlackWorkspaceConfiguration.md +14 -0
  1458. package/dist/okf/types/SmResourcePolicy.md +20 -0
  1459. package/dist/okf/types/SmsTemplate.md +24 -0
  1460. package/dist/okf/types/SnapshotBlockPublicAccess.md +18 -0
  1461. package/dist/okf/types/SnapshotSchedule.md +23 -0
  1462. package/dist/okf/types/SoftwarePackage.md +20 -0
  1463. package/dist/okf/types/SoftwarePackageVersion.md +31 -0
  1464. package/dist/okf/types/Solution.md +24 -0
  1465. package/dist/okf/types/SourceApiAssociation.md +37 -0
  1466. package/dist/okf/types/SourceCredential.md +21 -0
  1467. package/dist/okf/types/SourceLocation.md +23 -0
  1468. package/dist/okf/types/Space.md +26 -0
  1469. package/dist/okf/types/SpendingLimit.md +29 -0
  1470. package/dist/okf/types/SpotFleet.md +19 -0
  1471. package/dist/okf/types/SqlHaStandbyDetectedInstance.md +23 -0
  1472. package/dist/okf/types/SsmParameter.md +26 -0
  1473. package/dist/okf/types/Stack.md +46 -0
  1474. package/dist/okf/types/StackFleetAssociation.md +19 -0
  1475. package/dist/okf/types/StackSet.md +32 -0
  1476. package/dist/okf/types/StackSetConstraint.md +26 -0
  1477. package/dist/okf/types/StackUserAssociation.md +16 -0
  1478. package/dist/okf/types/Standard.md +19 -0
  1479. package/dist/okf/types/StateMachine.md +32 -0
  1480. package/dist/okf/types/StateMachineAlias.md +22 -0
  1481. package/dist/okf/types/StateMachineVersion.md +20 -0
  1482. package/dist/okf/types/StateTemplate.md +30 -0
  1483. package/dist/okf/types/StaticIp.md +23 -0
  1484. package/dist/okf/types/Step.md +23 -0
  1485. package/dist/okf/types/StorageConfiguration.md +20 -0
  1486. package/dist/okf/types/StorageLens.md +18 -0
  1487. package/dist/okf/types/StorageLensGroup.md +20 -0
  1488. package/dist/okf/types/StorageProfile.md +21 -0
  1489. package/dist/okf/types/StorageVirtualMachine.md +27 -0
  1490. package/dist/okf/types/StoredQuery.md +23 -0
  1491. package/dist/okf/types/StreamConsumer.md +24 -0
  1492. package/dist/okf/types/StreamKey.md +21 -0
  1493. package/dist/okf/types/StreamProcessor.md +34 -0
  1494. package/dist/okf/types/StreamingDistribution.md +21 -0
  1495. package/dist/okf/types/Studio.md +38 -0
  1496. package/dist/okf/types/StudioLifecycleConfig.md +21 -0
  1497. package/dist/okf/types/StudioSessionMapping.md +16 -0
  1498. package/dist/okf/types/Subnet.md +40 -0
  1499. package/dist/okf/types/SubnetCidrBlock.md +25 -0
  1500. package/dist/okf/types/SubnetNetworkAclAssociation.md +19 -0
  1501. package/dist/okf/types/SubnetRouteTableAssociation.md +19 -0
  1502. package/dist/okf/types/Subscriber.md +32 -0
  1503. package/dist/okf/types/SubscriberNotification.md +19 -0
  1504. package/dist/okf/types/Subscription.md +28 -0
  1505. package/dist/okf/types/SubscriptionDefinition.md +24 -0
  1506. package/dist/okf/types/SubscriptionDefinitionVersion.md +19 -0
  1507. package/dist/okf/types/SubscriptionFilter.md +21 -0
  1508. package/dist/okf/types/SubscriptionTarget.md +40 -0
  1509. package/dist/okf/types/SuiteDefinition.md +23 -0
  1510. package/dist/okf/types/SupportAppSlackChannelConfiguration.md +20 -0
  1511. package/dist/okf/types/SyncConfiguration.md +29 -0
  1512. package/dist/okf/types/SyncJob.md +27 -0
  1513. package/dist/okf/types/SyntheticsGroup.md +20 -0
  1514. package/dist/okf/types/System.md +28 -0
  1515. package/dist/okf/types/SystemsManagerSAPApplication.md +26 -0
  1516. package/dist/okf/types/TLSInspectionConfiguration.md +23 -0
  1517. package/dist/okf/types/Table.md +44 -0
  1518. package/dist/okf/types/TableBucket.md +24 -0
  1519. package/dist/okf/types/TableBucketPolicy.md +14 -0
  1520. package/dist/okf/types/TableOptimizer.md +22 -0
  1521. package/dist/okf/types/TablePolicy.md +23 -0
  1522. package/dist/okf/types/Tag.md +19 -0
  1523. package/dist/okf/types/TagAssociation.md +21 -0
  1524. package/dist/okf/types/TagOption.md +20 -0
  1525. package/dist/okf/types/TagOptionAssociation.md +14 -0
  1526. package/dist/okf/types/TagSyncTask.md +27 -0
  1527. package/dist/okf/types/TapePool.md +24 -0
  1528. package/dist/okf/types/TargetAccountConfiguration.md +16 -0
  1529. package/dist/okf/types/TargetDomain.md +30 -0
  1530. package/dist/okf/types/TargetGroup.md +43 -0
  1531. package/dist/okf/types/Task.md +35 -0
  1532. package/dist/okf/types/TaskDefinition.md +45 -0
  1533. package/dist/okf/types/TaskSet.md +29 -0
  1534. package/dist/okf/types/TaskTemplate.md +28 -0
  1535. package/dist/okf/types/TelemetryEnrichment.md +18 -0
  1536. package/dist/okf/types/TelemetryPipelines.md +28 -0
  1537. package/dist/okf/types/TelemetryRule.md +22 -0
  1538. package/dist/okf/types/TemplateGroupAccessControlEntry.md +16 -0
  1539. package/dist/okf/types/Tenant.md +20 -0
  1540. package/dist/okf/types/Terms.md +23 -0
  1541. package/dist/okf/types/Thing.md +21 -0
  1542. package/dist/okf/types/ThingGroup.md +24 -0
  1543. package/dist/okf/types/ThingPrincipalAttachment.md +20 -0
  1544. package/dist/okf/types/ThingType.md +23 -0
  1545. package/dist/okf/types/ThreatEntitySet.md +32 -0
  1546. package/dist/okf/types/ThreatIntelSet.md +24 -0
  1547. package/dist/okf/types/TieringConfiguration.md +25 -0
  1548. package/dist/okf/types/TimestreamDatabase.md +20 -0
  1549. package/dist/okf/types/TimestreamScheduledQuery.md +43 -0
  1550. package/dist/okf/types/TimestreamTable.md +25 -0
  1551. package/dist/okf/types/Topic.md +34 -0
  1552. package/dist/okf/types/TopicInlinePolicy.md +14 -0
  1553. package/dist/okf/types/TopicPolicy.md +19 -0
  1554. package/dist/okf/types/TopicRule.md +20 -0
  1555. package/dist/okf/types/TopicRuleDestination.md +22 -0
  1556. package/dist/okf/types/TopicV2.md +27 -0
  1557. package/dist/okf/types/Tracker.md +32 -0
  1558. package/dist/okf/types/TrackerConsumer.md +14 -0
  1559. package/dist/okf/types/TrafficDistributionGroup.md +25 -0
  1560. package/dist/okf/types/TrafficMirrorFilter.md +20 -0
  1561. package/dist/okf/types/TrafficMirrorFilterRule.md +28 -0
  1562. package/dist/okf/types/TrafficMirrorSession.md +26 -0
  1563. package/dist/okf/types/TrafficMirrorTarget.md +22 -0
  1564. package/dist/okf/types/Trail.md +40 -0
  1565. package/dist/okf/types/TrainingDataset.md +24 -0
  1566. package/dist/okf/types/TransactionSearchConfig.md +18 -0
  1567. package/dist/okf/types/TransferCertificate.md +37 -0
  1568. package/dist/okf/types/TransferConnector.md +35 -0
  1569. package/dist/okf/types/TransferProfile.md +23 -0
  1570. package/dist/okf/types/TransferUser.md +27 -0
  1571. package/dist/okf/types/TransferWorkflow.md +23 -0
  1572. package/dist/okf/types/TransitGateway.md +35 -0
  1573. package/dist/okf/types/TransitGatewayAttachment.md +22 -0
  1574. package/dist/okf/types/TransitGatewayConnect.md +26 -0
  1575. package/dist/okf/types/TransitGatewayConnectPeer.md +30 -0
  1576. package/dist/okf/types/TransitGatewayMeteringPolicy.md +24 -0
  1577. package/dist/okf/types/TransitGatewayMeteringPolicyEntry.md +31 -0
  1578. package/dist/okf/types/TransitGatewayMulticastDomain.md +26 -0
  1579. package/dist/okf/types/TransitGatewayMulticastDomainAssociation.md +24 -0
  1580. package/dist/okf/types/TransitGatewayMulticastGroupMember.md +32 -0
  1581. package/dist/okf/types/TransitGatewayMulticastGroupSource.md +32 -0
  1582. package/dist/okf/types/TransitGatewayPeering.md +38 -0
  1583. package/dist/okf/types/TransitGatewayPeeringAttachment.md +28 -0
  1584. package/dist/okf/types/TransitGatewayPolicyTable.md +23 -0
  1585. package/dist/okf/types/TransitGatewayPolicyTableAssociation.md +19 -0
  1586. package/dist/okf/types/TransitGatewayPolicyTableEntry.md +21 -0
  1587. package/dist/okf/types/TransitGatewayRegistration.md +14 -0
  1588. package/dist/okf/types/TransitGatewayRoute.md +16 -0
  1589. package/dist/okf/types/TransitGatewayRouteTable.md +19 -0
  1590. package/dist/okf/types/TransitGatewayRouteTableAssociation.md +14 -0
  1591. package/dist/okf/types/TransitGatewayRouteTableAttachment.md +48 -0
  1592. package/dist/okf/types/TransitGatewayRouteTablePropagation.md +14 -0
  1593. package/dist/okf/types/TransitGatewayVpcAttachment.md +24 -0
  1594. package/dist/okf/types/TransitVirtualInterface.md +29 -0
  1595. package/dist/okf/types/TrialComponent.md +31 -0
  1596. package/dist/okf/types/Trigger.md +22 -0
  1597. package/dist/okf/types/TrustAnchor.md +24 -0
  1598. package/dist/okf/types/TrustStoreRevocation.md +21 -0
  1599. package/dist/okf/types/TrustedEntitySet.md +32 -0
  1600. package/dist/okf/types/Type.md +75 -0
  1601. package/dist/okf/types/TypeActivation.md +27 -0
  1602. package/dist/okf/types/Url.md +24 -0
  1603. package/dist/okf/types/UsagePlan.md +23 -0
  1604. package/dist/okf/types/UsagePlanKey.md +20 -0
  1605. package/dist/okf/types/UsageProfile.md +21 -0
  1606. package/dist/okf/types/UserAccessLoggingSettings.md +21 -0
  1607. package/dist/okf/types/UserDefinedFunction.md +24 -0
  1608. package/dist/okf/types/UserGroup.md +23 -0
  1609. package/dist/okf/types/UserHierarchyGroup.md +21 -0
  1610. package/dist/okf/types/UserHierarchyStructure.md +19 -0
  1611. package/dist/okf/types/UserJourney.md +25 -0
  1612. package/dist/okf/types/UserPolicy.md +15 -0
  1613. package/dist/okf/types/UserPool.md +61 -0
  1614. package/dist/okf/types/UserPoolClient.md +48 -0
  1615. package/dist/okf/types/UserPoolDomain.md +22 -0
  1616. package/dist/okf/types/UserPoolGroup.md +17 -0
  1617. package/dist/okf/types/UserPoolIdentityProvider.md +18 -0
  1618. package/dist/okf/types/UserPoolRegionalConfigurationAttachment.md +18 -0
  1619. package/dist/okf/types/UserPoolReplica.md +15 -0
  1620. package/dist/okf/types/UserPoolResourceServer.md +16 -0
  1621. package/dist/okf/types/UserPoolRiskConfigurationAttachment.md +17 -0
  1622. package/dist/okf/types/UserPoolUICustomizationAttachment.md +15 -0
  1623. package/dist/okf/types/UserPoolUser.md +20 -0
  1624. package/dist/okf/types/UserPoolUserToGroupAttachment.md +15 -0
  1625. package/dist/okf/types/UserSettings.md +37 -0
  1626. package/dist/okf/types/UserToGroupAddition.md +19 -0
  1627. package/dist/okf/types/VPCBlockPublicAccessExclusion.md +21 -0
  1628. package/dist/okf/types/VPCBlockPublicAccessOptions.md +20 -0
  1629. package/dist/okf/types/VPCCidrBlock.md +31 -0
  1630. package/dist/okf/types/VPCConnection.md +36 -0
  1631. package/dist/okf/types/VPCDHCPOptionsAssociation.md +14 -0
  1632. package/dist/okf/types/VPCEncryptionControl.md +58 -0
  1633. package/dist/okf/types/VPCEndpoint.md +37 -0
  1634. package/dist/okf/types/VPCEndpointConnectionNotification.md +21 -0
  1635. package/dist/okf/types/VPCEndpointService.md +25 -0
  1636. package/dist/okf/types/VPCEndpointServicePermissions.md +14 -0
  1637. package/dist/okf/types/VPCGatewayAttachment.md +24 -0
  1638. package/dist/okf/types/VPCPeeringConnection.md +24 -0
  1639. package/dist/okf/types/VPNConcentrator.md +22 -0
  1640. package/dist/okf/types/VPNConnection.md +35 -0
  1641. package/dist/okf/types/VPNConnectionRoute.md +14 -0
  1642. package/dist/okf/types/VPNGateway.md +20 -0
  1643. package/dist/okf/types/VPNGatewayRoutePropagation.md +19 -0
  1644. package/dist/okf/types/Variable.md +28 -0
  1645. package/dist/okf/types/VariantStore.md +34 -0
  1646. package/dist/okf/types/VdmAttributes.md +19 -0
  1647. package/dist/okf/types/VectorBucket.md +22 -0
  1648. package/dist/okf/types/VectorBucketPolicy.md +15 -0
  1649. package/dist/okf/types/Vehicle.md +28 -0
  1650. package/dist/okf/types/VerifiedAccessEndpoint.md +45 -0
  1651. package/dist/okf/types/VerifiedAccessGroup.md +31 -0
  1652. package/dist/okf/types/VerifiedAccessInstance.md +30 -0
  1653. package/dist/okf/types/VerifiedAccessTrustProvider.md +31 -0
  1654. package/dist/okf/types/VerifiedPermissionsIdentitySource.md +22 -0
  1655. package/dist/okf/types/VerifiedPermissionsPolicy.md +22 -0
  1656. package/dist/okf/types/Version.md +25 -0
  1657. package/dist/okf/types/ViewVersion.md +22 -0
  1658. package/dist/okf/types/VirtualCluster.md +24 -0
  1659. package/dist/okf/types/VirtualGateway.md +28 -0
  1660. package/dist/okf/types/VirtualMFADevice.md +21 -0
  1661. package/dist/okf/types/VirtualNode.md +28 -0
  1662. package/dist/okf/types/VirtualRouter.md +28 -0
  1663. package/dist/okf/types/VirtualService.md +28 -0
  1664. package/dist/okf/types/VocabularyFilter.md +23 -0
  1665. package/dist/okf/types/VodSource.md +21 -0
  1666. package/dist/okf/types/VoiceChannel.md +19 -0
  1667. package/dist/okf/types/VoiceIDDomain.md +21 -0
  1668. package/dist/okf/types/VolumeAssociation.md +16 -0
  1669. package/dist/okf/types/VolumeAttachment.md +16 -0
  1670. package/dist/okf/types/Vpc.md +66 -0
  1671. package/dist/okf/types/VpcAttachment.md +49 -0
  1672. package/dist/okf/types/VpcConnection.md +23 -0
  1673. package/dist/okf/types/VpcConnector.md +23 -0
  1674. package/dist/okf/types/VpcEndpoint.md +21 -0
  1675. package/dist/okf/types/VpcEndpointAssociation.md +26 -0
  1676. package/dist/okf/types/VpcIngressConnection.md +25 -0
  1677. package/dist/okf/types/VpcLatticeListener.md +29 -0
  1678. package/dist/okf/types/VpcLatticeResourcePolicy.md +14 -0
  1679. package/dist/okf/types/VpcLatticeRule.md +26 -0
  1680. package/dist/okf/types/VpcLatticeService.md +34 -0
  1681. package/dist/okf/types/VpcLatticeTargetGroup.md +30 -0
  1682. package/dist/okf/types/VpcOrigin.md +29 -0
  1683. package/dist/okf/types/WAFByteMatchSet.md +19 -0
  1684. package/dist/okf/types/WAFIPSet.md +19 -0
  1685. package/dist/okf/types/WAFRegionalByteMatchSet.md +19 -0
  1686. package/dist/okf/types/WAFRegionalIPSet.md +19 -0
  1687. package/dist/okf/types/WAFRegionalRegexPatternSet.md +19 -0
  1688. package/dist/okf/types/WAFRegionalRule.md +20 -0
  1689. package/dist/okf/types/WAFRegionalSizeConstraintSet.md +19 -0
  1690. package/dist/okf/types/WAFRegionalSqlInjectionMatchSet.md +19 -0
  1691. package/dist/okf/types/WAFRegionalWebACL.md +21 -0
  1692. package/dist/okf/types/WAFRegionalWebACLAssociation.md +19 -0
  1693. package/dist/okf/types/WAFRegionalXssMatchSet.md +19 -0
  1694. package/dist/okf/types/WAFRule.md +20 -0
  1695. package/dist/okf/types/WAFSizeConstraintSet.md +19 -0
  1696. package/dist/okf/types/WAFSqlInjectionMatchSet.md +19 -0
  1697. package/dist/okf/types/WAFWebACL.md +21 -0
  1698. package/dist/okf/types/WAFXssMatchSet.md +19 -0
  1699. package/dist/okf/types/WAFv2IPSet.md +25 -0
  1700. package/dist/okf/types/WAFv2LoggingConfiguration.md +21 -0
  1701. package/dist/okf/types/WAFv2RegexPatternSet.md +24 -0
  1702. package/dist/okf/types/WAFv2RuleGroup.md +34 -0
  1703. package/dist/okf/types/WAFv2WebACL.md +39 -0
  1704. package/dist/okf/types/WAFv2WebACLAssociation.md +14 -0
  1705. package/dist/okf/types/WALWorkspace.md +14 -0
  1706. package/dist/okf/types/WaitCondition.md +22 -0
  1707. package/dist/okf/types/WaitConditionHandle.md +17 -0
  1708. package/dist/okf/types/WarmPool.md +17 -0
  1709. package/dist/okf/types/WebApp.md +29 -0
  1710. package/dist/okf/types/WebExperience.md +38 -0
  1711. package/dist/okf/types/Webhook.md +28 -0
  1712. package/dist/okf/types/WellArchitectedProfile.md +29 -0
  1713. package/dist/okf/types/WirelessDevice.md +30 -0
  1714. package/dist/okf/types/WirelessDeviceImportTask.md +37 -0
  1715. package/dist/okf/types/WirelessGateway.md +26 -0
  1716. package/dist/okf/types/WisdomKnowledgeBase.md +27 -0
  1717. package/dist/okf/types/WorkGroup.md +26 -0
  1718. package/dist/okf/types/WorkSpacesThinClientEnvironment.md +45 -0
  1719. package/dist/okf/types/WorkSpacesWebPortal.md +47 -0
  1720. package/dist/okf/types/WorkSpacesWebTrustStore.md +21 -0
  1721. package/dist/okf/types/WorkSpacesWorkspace.md +27 -0
  1722. package/dist/okf/types/WorkerConfiguration.md +23 -0
  1723. package/dist/okf/types/WorkflowDefinition.md +24 -0
  1724. package/dist/okf/types/WorkflowVersion.md +44 -0
  1725. package/dist/okf/types/Workgroup.md +55 -0
  1726. package/dist/okf/types/WorkloadIdentity.md +24 -0
  1727. package/dist/okf/types/WorkspaceInstance.md +24 -0
  1728. package/dist/okf/types/WorkspaceIpGroup.md +23 -0
  1729. package/dist/okf/types/WorkspacesInstancesVolume.md +26 -0
  1730. package/dist/okf/types/WorkspacesPool.md +30 -0
  1731. package/dist/okf/types/Workteam.md +23 -0
  1732. package/dist/okf/types/XRayGroup.md +21 -0
  1733. package/dist/okf/types/XRayResourcePolicy.md +15 -0
  1734. package/dist/okf/types/ZonalAutoshiftConfiguration.md +15 -0
  1735. package/dist/rules/waw056.ts +67 -0
  1736. package/dist/rules/waw057.ts +48 -0
  1737. package/dist/rules/waw058.ts +71 -0
  1738. package/dist/skills/chant-aws-carve-terraform.md +7 -4
  1739. package/package.json +2 -2
  1740. package/src/codegen/package.test.ts +18 -0
  1741. package/src/composites/index.ts +7 -0
  1742. package/src/composites/landing-zone.test.ts +53 -0
  1743. package/src/composites/landing-zone.ts +150 -0
  1744. package/src/governance.test.ts +81 -0
  1745. package/src/governance.ts +249 -0
  1746. package/src/index.ts +16 -0
  1747. package/src/lint/audit-catalog.ts +5 -0
  1748. package/src/lint/post-synth/index.ts +6 -0
  1749. package/src/lint/post-synth/waw056.test.ts +78 -0
  1750. package/src/lint/post-synth/waw056.ts +67 -0
  1751. package/src/lint/post-synth/waw057.test.ts +65 -0
  1752. package/src/lint/post-synth/waw057.ts +48 -0
  1753. package/src/lint/post-synth/waw058.test.ts +82 -0
  1754. package/src/lint/post-synth/waw058.ts +71 -0
  1755. package/src/package-cli.ts +2 -19
  1756. package/src/skills/chant-aws-carve-terraform.md +7 -4
@@ -0,0 +1,150 @@
1
+ /**
2
+ * Landing-zone bootstrap composites (#791, epic #787 C1).
3
+ *
4
+ * Fixed-shape resources for greenfield creation of the recommended
5
+ * governance foundation through a management-account stack. The evaluability
6
+ * rules (EVL002/004) require composites to declare a fixed set of resources,
7
+ * so these carry the foundation only; arbitrary OU/account trees are
8
+ * authored as config with `landingZoneConfig()` (../governance.ts) and
9
+ * reconciled by the AWS cloud warden (#792), and further OUs/accounts are
10
+ * declared as ordinary resources referencing these members' ids.
11
+ *
12
+ * The pieces compose:
13
+ * const org = OrganizationRoot({}); // greenfield only
14
+ * const lz = GovernanceFoundation({ parentRootId: org.organization.RootId });
15
+ * const rr = RegionRestriction({ regions: ["eu-west-1"], targetIds: [org.organization.RootId] });
16
+ * const at = OrganizationTrail({ bucket: "acme-org-audit" });
17
+ * Brownfield skips OrganizationRoot and passes the existing root id
18
+ * ("r-...") to GovernanceFoundation.
19
+ */
20
+
21
+ import { Composite } from "@intentius/chant";
22
+ import {
23
+ Organization,
24
+ OrganizationalUnit,
25
+ OrganizationsPolicy,
26
+ Trail,
27
+ } from "../generated";
28
+ import { DENY_AUDIT_TAMPER, DENY_LEAVE_ORGANIZATION, regionRestriction } from "../governance";
29
+
30
+ // ---------------------------------------------------------------------------
31
+ // OrganizationRoot — greenfield only
32
+ // ---------------------------------------------------------------------------
33
+
34
+ export interface OrganizationRootProps {
35
+ featureSet?: "ALL" | "CONSOLIDATED_BILLING";
36
+ }
37
+
38
+ export type OrganizationRootResult = {
39
+ organization: InstanceType<typeof Organization>;
40
+ };
41
+
42
+ /** Creates the organization itself. Control Tower / existing orgs skip this. */
43
+ export const OrganizationRoot = Composite<OrganizationRootProps, OrganizationRootResult>((props) => {
44
+ const organization = new Organization({ FeatureSet: props.featureSet ?? "ALL" });
45
+ return { organization };
46
+ }, "OrganizationRoot");
47
+
48
+ // ---------------------------------------------------------------------------
49
+ // GovernanceFoundation — the recommended foundation
50
+ // ---------------------------------------------------------------------------
51
+
52
+ export interface GovernanceFoundationProps {
53
+ /** The organization root to hang the foundation off ("r-..." or `OrganizationRoot(...).organization.RootId`). */
54
+ parentRootId: string;
55
+ }
56
+
57
+ export type GovernanceFoundationResult = {
58
+ ouSecurity: InstanceType<typeof OrganizationalUnit>;
59
+ ouInfrastructure: InstanceType<typeof OrganizationalUnit>;
60
+ ouSandbox: InstanceType<typeof OrganizationalUnit>;
61
+ ouWorkloads: InstanceType<typeof OrganizationalUnit>;
62
+ scpDenyLeaveOrganization: InstanceType<typeof OrganizationsPolicy>;
63
+ scpDenyAuditTamper: InstanceType<typeof OrganizationsPolicy>;
64
+ };
65
+
66
+ /**
67
+ * Security / Infrastructure / Sandbox / Workloads OUs,
68
+ * `deny-leave-organization` attached at the root and `deny-audit-tamper`
69
+ * on the Security OU — the same baseline `landingZoneConfig()` declares.
70
+ */
71
+ export const GovernanceFoundation = Composite<GovernanceFoundationProps, GovernanceFoundationResult>((props) => {
72
+ const ouSecurity = new OrganizationalUnit({ Name: "Security", ParentId: props.parentRootId });
73
+ const ouInfrastructure = new OrganizationalUnit({ Name: "Infrastructure", ParentId: props.parentRootId });
74
+ const ouSandbox = new OrganizationalUnit({ Name: "Sandbox", ParentId: props.parentRootId });
75
+ const ouWorkloads = new OrganizationalUnit({ Name: "Workloads", ParentId: props.parentRootId });
76
+
77
+ const scpDenyLeaveOrganization = new OrganizationsPolicy({
78
+ Name: "deny-leave-organization",
79
+ Type: "SERVICE_CONTROL_POLICY",
80
+ Content: DENY_LEAVE_ORGANIZATION.document,
81
+ Description: DENY_LEAVE_ORGANIZATION.description,
82
+ TargetIds: [props.parentRootId],
83
+ });
84
+ const scpDenyAuditTamper = new OrganizationsPolicy({
85
+ Name: "deny-audit-tamper",
86
+ Type: "SERVICE_CONTROL_POLICY",
87
+ Content: DENY_AUDIT_TAMPER.document,
88
+ Description: DENY_AUDIT_TAMPER.description,
89
+ TargetIds: [ouSecurity.Id],
90
+ });
91
+
92
+ return {
93
+ ouSecurity,
94
+ ouInfrastructure,
95
+ ouSandbox,
96
+ ouWorkloads,
97
+ scpDenyLeaveOrganization,
98
+ scpDenyAuditTamper,
99
+ };
100
+ }, "GovernanceFoundation");
101
+
102
+ // ---------------------------------------------------------------------------
103
+ // RegionRestriction — optional root guardrail
104
+ // ---------------------------------------------------------------------------
105
+
106
+ export interface RegionRestrictionProps {
107
+ /** The only regions requests may target (global services excepted). */
108
+ regions: string[];
109
+ /** Root/OU ids the SCP attaches to. */
110
+ targetIds: string[];
111
+ }
112
+
113
+ export type RegionRestrictionResult = {
114
+ scpRegionRestriction: InstanceType<typeof OrganizationsPolicy>;
115
+ };
116
+
117
+ export const RegionRestriction = Composite<RegionRestrictionProps, RegionRestrictionResult>((props) => {
118
+ const policy = regionRestriction(props.regions);
119
+ const scpRegionRestriction = new OrganizationsPolicy({
120
+ Name: "region-restriction",
121
+ Type: "SERVICE_CONTROL_POLICY",
122
+ Content: policy.document,
123
+ Description: policy.description,
124
+ TargetIds: props.targetIds,
125
+ });
126
+ return { scpRegionRestriction };
127
+ }, "RegionRestriction");
128
+
129
+ // ---------------------------------------------------------------------------
130
+ // OrganizationTrail — the audit sink
131
+ // ---------------------------------------------------------------------------
132
+
133
+ export interface OrganizationTrailProps {
134
+ /** S3 bucket the organization trail delivers into. */
135
+ bucket: string;
136
+ }
137
+
138
+ export type OrganizationTrailResult = {
139
+ trail: InstanceType<typeof Trail>;
140
+ };
141
+
142
+ export const OrganizationTrail = Composite<OrganizationTrailProps, OrganizationTrailResult>((props) => {
143
+ const trail = new Trail({
144
+ IsLogging: true,
145
+ S3BucketName: props.bucket,
146
+ IsMultiRegionTrail: true,
147
+ IsOrganizationTrail: true,
148
+ });
149
+ return { trail };
150
+ }, "OrganizationTrail");
@@ -0,0 +1,81 @@
1
+ import { describe, expect, test } from "vitest";
2
+ import { landingZoneConfig, FOUNDATION_OUS } from "./governance";
3
+
4
+ describe("landingZoneConfig (#791)", () => {
5
+ test("the default is the recommended foundation", () => {
6
+ const cfg = landingZoneConfig();
7
+ expect(Object.keys(cfg.ous)).toEqual(["Security", "Infrastructure", "Sandbox", "Workloads"]);
8
+ expect(cfg.organization.scps).toEqual(["deny-leave-organization"]);
9
+ expect(cfg.ous.Security.scps).toEqual(["deny-audit-tamper"]);
10
+ expect(Object.keys(cfg.scps).sort()).toEqual(["deny-audit-tamper", "deny-leave-organization"]);
11
+ expect(cfg.auditSinks).toBeUndefined();
12
+ });
13
+
14
+ test("custom OUs and accounts merge over the foundation (brownfield: partial trees work)", () => {
15
+ const cfg = landingZoneConfig({
16
+ ous: {
17
+ Workloads: {
18
+ children: { Prod: { accounts: [{ name: "checkout", email: "aws+checkout@acme.dev" }] } },
19
+ },
20
+ },
21
+ });
22
+ // Same-name key wins over the foundation's Workloads…
23
+ expect(cfg.ous.Workloads.children?.Prod.accounts?.[0].name).toBe("checkout");
24
+ // …while the rest of the foundation persists.
25
+ expect(cfg.ous.Security).toEqual(FOUNDATION_OUS.Security);
26
+
27
+ const partial = landingZoneConfig({ foundation: false, ous: { Legacy: {} }, rootScps: [] });
28
+ expect(Object.keys(partial.ous)).toEqual(["Legacy"]);
29
+ expect(partial.organization.scps).toBeUndefined();
30
+ expect(partial.scps).toEqual({});
31
+ });
32
+
33
+ test("allowedRegions adds a root region-restriction SCP", () => {
34
+ const cfg = landingZoneConfig({ allowedRegions: ["eu-west-1", "eu-central-1"] });
35
+ expect(cfg.organization.scps).toContain("region-restriction");
36
+ expect(JSON.stringify(cfg.scps["region-restriction"].document)).toContain("eu-central-1");
37
+ });
38
+
39
+ test("cloudtrailBucket declares the audit sink", () => {
40
+ const cfg = landingZoneConfig({ cloudtrailBucket: "acme-audit" });
41
+ expect(cfg.auditSinks?.cloudtrail).toEqual({ bucket: "acme-audit", multiRegion: true });
42
+ });
43
+
44
+ test("identity passes through; assignments must reference defined permission sets", () => {
45
+ const identity = {
46
+ permissionSets: { admin: { managedPolicies: ["arn:aws:iam::aws:policy/AdministratorAccess"] } },
47
+ breakGlass: { principal: "BreakGlass", principalType: "GROUP" as const, permissionSet: "admin", accounts: ["management"] },
48
+ };
49
+ const cfg = landingZoneConfig({ identity });
50
+ expect(cfg.identity).toEqual(identity);
51
+ expect(landingZoneConfig().identity).toBeUndefined();
52
+
53
+ expect(() =>
54
+ landingZoneConfig({
55
+ identity: {
56
+ permissionSets: {},
57
+ assignments: [{ principal: "Platform", principalType: "GROUP", permissionSet: "nope", accounts: ["management"] }],
58
+ },
59
+ }),
60
+ ).toThrowError('references permission set "nope"');
61
+ expect(() =>
62
+ landingZoneConfig({
63
+ identity: {
64
+ permissionSets: {},
65
+ breakGlass: { principal: "BreakGlass", principalType: "GROUP", permissionSet: "gone", accounts: ["management"] },
66
+ },
67
+ }),
68
+ ).toThrowError('references permission set "gone"');
69
+ });
70
+
71
+ test("only attached SCPs are emitted; attaching an undefined SCP throws", () => {
72
+ const cfg = landingZoneConfig({
73
+ scps: { unused: { document: { Version: "2012-10-17", Statement: [] } } },
74
+ });
75
+ expect(cfg.scps.unused).toBeUndefined();
76
+
77
+ expect(() => landingZoneConfig({ ous: { Security: { scps: ["nope"] } } })).toThrowError(
78
+ 'SCP "nope" is attached but not defined',
79
+ );
80
+ });
81
+ });
@@ -0,0 +1,249 @@
1
+ /**
2
+ * AWS governance authoring (#791, epic #787 C1): the desired-state config
3
+ * shape the AWS cloud warden (#792) reconciles, and `landingZoneConfig()` —
4
+ * the typed authoring layer that emits it.
5
+ *
6
+ * This is deliberately NOT a composite. The evaluability rules (EVL002/004,
7
+ * #916/#952) require composites to declare a fixed set of resources, so a
8
+ * data-driven OU tree walker cannot be one. The split mirrors the SCM
9
+ * wardens: authoring emits config (this module, arbitrary cardinality);
10
+ * resources for greenfield bootstrap are the fixed-shape composites in
11
+ * `composites/landing-zone.ts`; the warden consumes only the config.
12
+ *
13
+ * GCP (Folder/OrgPolicy/AuditConfig) and Azure (blocked on #1545)
14
+ * counterparts are tracked as #791 follow-ups.
15
+ */
16
+
17
+ // ---------------------------------------------------------------------------
18
+ // The desired-state config shape the AWS cloud warden consumes (#792)
19
+ // ---------------------------------------------------------------------------
20
+
21
+ /** An SCP definition, keyed by name in `AwsGovernanceConfig.scps`. */
22
+ export interface ScpConfig {
23
+ description?: string;
24
+ /** The policy document (SCP JSON). */
25
+ document: Record<string, unknown>;
26
+ }
27
+
28
+ /** A member account declared inside an OU. */
29
+ export interface AccountConfig {
30
+ name: string;
31
+ email: string;
32
+ }
33
+
34
+ /** One OU: its guardrails, accounts, and child OUs, keyed by OU name. */
35
+ export interface OuConfig {
36
+ /** Names of SCPs (from `scps`) attached to this OU. */
37
+ scps?: string[];
38
+ accounts?: AccountConfig[];
39
+ children?: Record<string, OuConfig>;
40
+ }
41
+
42
+ /** An IAM Identity Center permission set, keyed by name in `IdentityConfig.permissionSets`. */
43
+ export interface PermissionSetConfig {
44
+ description?: string;
45
+ /** ISO-8601 session duration, e.g. "PT8H". Omitted → the provider default (PT1H). */
46
+ sessionDuration?: string;
47
+ /** Managed policy ARNs attached to the set. */
48
+ managedPolicies?: string[];
49
+ /** Inline policy document attached to the set. */
50
+ inlinePolicy?: Record<string, unknown>;
51
+ }
52
+
53
+ /** One permission-set grant to an identity-store principal on member accounts. */
54
+ export interface AssignmentConfig {
55
+ /** Identity-store principal: a group's DisplayName or a user's UserName. */
56
+ principal: string;
57
+ principalType: "GROUP" | "USER";
58
+ /** Permission-set name from `IdentityConfig.permissionSets`. */
59
+ permissionSet: string;
60
+ /** Account names (as declared in the OU tree) the grant applies to. */
61
+ accounts: string[];
62
+ }
63
+
64
+ /** IAM Identity Center desired state — the `identity-assignment` verb (#792). */
65
+ export interface IdentityConfig {
66
+ /** Permission-set definitions, keyed by the names assignments reference. */
67
+ permissionSets: Record<string, PermissionSetConfig>;
68
+ assignments?: AssignmentConfig[];
69
+ /**
70
+ * The named break-glass admin grant. Implicitly desired (reconcile keeps
71
+ * it) and protected by the warden's break-glass-admin guardrail: no plan
72
+ * may remove this assignment or its permission set.
73
+ */
74
+ breakGlass?: AssignmentConfig;
75
+ }
76
+
77
+ /**
78
+ * The desired-state governance tree for one AWS organization. This is the
79
+ * shape `wardens/aws` (#792) loads as config — the AWS counterpart of the
80
+ * SCM wardens' GovernanceConfig. Cycles map onto the governance verbs
81
+ * (#790): the OU/account tree is `org-unit`, SCPs are `policy-guardrail`,
82
+ * audit sinks are `audit-sink`.
83
+ */
84
+ export interface AwsGovernanceConfig {
85
+ organization: {
86
+ /** SCP names attached at the organization root. */
87
+ scps?: string[];
88
+ };
89
+ /** Top-level OUs under the root, keyed by OU name. */
90
+ ous: Record<string, OuConfig>;
91
+ /** SCP definitions, keyed by the names the tree attaches. */
92
+ scps: Record<string, ScpConfig>;
93
+ /** IAM Identity Center permission sets and account assignments. */
94
+ identity?: IdentityConfig;
95
+ /** Where audit evidence flows. */
96
+ auditSinks?: {
97
+ cloudtrail?: { bucket: string; multiRegion: boolean };
98
+ };
99
+ }
100
+
101
+ // ---------------------------------------------------------------------------
102
+ // Baseline guardrails (shared with the bootstrap composites)
103
+ // ---------------------------------------------------------------------------
104
+
105
+ export const DENY_LEAVE_ORGANIZATION: ScpConfig = {
106
+ description: "Member accounts may not remove themselves from the organization.",
107
+ document: {
108
+ Version: "2012-10-17",
109
+ Statement: [{ Effect: "Deny", Action: "organizations:LeaveOrganization", Resource: "*" }],
110
+ },
111
+ };
112
+
113
+ export const DENY_AUDIT_TAMPER: ScpConfig = {
114
+ description: "Audit trails and recorders cannot be stopped or deleted from member accounts.",
115
+ document: {
116
+ Version: "2012-10-17",
117
+ Statement: [
118
+ {
119
+ Effect: "Deny",
120
+ Action: [
121
+ "cloudtrail:StopLogging",
122
+ "cloudtrail:DeleteTrail",
123
+ "config:StopConfigurationRecorder",
124
+ "config:DeleteConfigurationRecorder",
125
+ "config:DeleteDeliveryChannel",
126
+ ],
127
+ Resource: "*",
128
+ },
129
+ ],
130
+ },
131
+ };
132
+
133
+ /** Deny requests outside `regions`, excepting global services. */
134
+ export function regionRestriction(regions: readonly string[]): ScpConfig {
135
+ return {
136
+ description: `Deny requests outside [${regions.join(", ")}] except global services.`,
137
+ document: {
138
+ Version: "2012-10-17",
139
+ Statement: [
140
+ {
141
+ Effect: "Deny",
142
+ NotAction: [
143
+ "iam:*",
144
+ "organizations:*",
145
+ "route53:*",
146
+ "cloudfront:*",
147
+ "sts:*",
148
+ "support:*",
149
+ "budgets:*",
150
+ ],
151
+ Resource: "*",
152
+ Condition: { StringNotEquals: { "aws:RequestedRegion": regions } },
153
+ },
154
+ ],
155
+ },
156
+ };
157
+ }
158
+
159
+ /**
160
+ * The recommended foundation OU structure. Exported so callers can extend it
161
+ * rather than restate it.
162
+ */
163
+ export const FOUNDATION_OUS: Record<string, OuConfig> = {
164
+ Security: { scps: ["deny-audit-tamper"] },
165
+ Infrastructure: {},
166
+ Sandbox: {},
167
+ Workloads: {},
168
+ };
169
+
170
+ // ---------------------------------------------------------------------------
171
+ // Authoring
172
+ // ---------------------------------------------------------------------------
173
+
174
+ export interface LandingZoneConfigProps {
175
+ /**
176
+ * Start from the recommended foundation: Security / Infrastructure /
177
+ * Sandbox / Workloads OUs, `deny-leave-organization` at the root, and
178
+ * `deny-audit-tamper` on Security. Default true; your `ous`/`scps` merge
179
+ * over it (same-name keys win).
180
+ */
181
+ foundation?: boolean;
182
+ /** Adds a region-restriction SCP at the root allowing only these regions. */
183
+ allowedRegions?: string[];
184
+ /** OU tree, merged over the foundation's. Greenfield (full tree) and brownfield (partial subtree) are both just this map. */
185
+ ous?: Record<string, OuConfig>;
186
+ /** SCP definitions, merged over the foundation's. */
187
+ scps?: Record<string, ScpConfig>;
188
+ /** Extra SCP names to attach at the organization root. */
189
+ rootScps?: string[];
190
+ /** IAM Identity Center permission sets, assignments, and the break-glass admin. */
191
+ identity?: IdentityConfig;
192
+ /** Declare an organization CloudTrail flowing into this bucket. */
193
+ cloudtrailBucket?: string;
194
+ }
195
+
196
+ /**
197
+ * Author the desired-state tree the AWS cloud warden (#792) reconciles.
198
+ * Pure. Throws when the tree attaches an SCP name with no definition; only
199
+ * SCPs the tree actually attaches are included in the output.
200
+ */
201
+ export function landingZoneConfig(props: LandingZoneConfigProps = {}): AwsGovernanceConfig {
202
+ const foundation = props.foundation ?? true;
203
+ const scps: Record<string, ScpConfig> = {
204
+ ...(foundation
205
+ ? { "deny-leave-organization": DENY_LEAVE_ORGANIZATION, "deny-audit-tamper": DENY_AUDIT_TAMPER }
206
+ : {}),
207
+ ...(props.allowedRegions?.length ? { "region-restriction": regionRestriction(props.allowedRegions) } : {}),
208
+ ...props.scps,
209
+ };
210
+ const ous = { ...(foundation ? FOUNDATION_OUS : {}), ...props.ous };
211
+ const rootScps = [
212
+ ...(foundation ? ["deny-leave-organization"] : []),
213
+ ...(props.allowedRegions?.length ? ["region-restriction"] : []),
214
+ ...(props.rootScps ?? []),
215
+ ];
216
+
217
+ const attached = new Set(rootScps);
218
+ const collect = (tree: Record<string, OuConfig>): void => {
219
+ for (const node of Object.values(tree)) {
220
+ for (const s of node.scps ?? []) attached.add(s);
221
+ if (node.children) collect(node.children);
222
+ }
223
+ };
224
+ collect(ous);
225
+ for (const name of attached) {
226
+ if (!scps[name]) throw new Error(`landingZoneConfig: SCP "${name}" is attached but not defined in scps`);
227
+ }
228
+
229
+ if (props.identity) {
230
+ const granted = [...(props.identity.assignments ?? []), ...(props.identity.breakGlass ? [props.identity.breakGlass] : [])];
231
+ for (const a of granted) {
232
+ if (!props.identity.permissionSets[a.permissionSet]) {
233
+ throw new Error(
234
+ `landingZoneConfig: assignment for "${a.principal}" references permission set "${a.permissionSet}" not defined in identity.permissionSets`,
235
+ );
236
+ }
237
+ }
238
+ }
239
+
240
+ return {
241
+ organization: rootScps.length ? { scps: rootScps } : {},
242
+ ous,
243
+ scps: Object.fromEntries(Object.entries(scps).filter(([n]) => attached.has(n))),
244
+ ...(props.identity ? { identity: props.identity } : {}),
245
+ ...(props.cloudtrailBucket
246
+ ? { auditSinks: { cloudtrail: { bucket: props.cloudtrailBucket, multiRegion: true } } }
247
+ : {}),
248
+ };
249
+ }
package/src/index.ts CHANGED
@@ -114,6 +114,7 @@ export {
114
114
  SolrFargateService,
115
115
  MicrovmApp, MICROVM_LIMITS,
116
116
  AgentCoreAgent,
117
+ OrganizationRoot, GovernanceFoundation, RegionRestriction, OrganizationTrail,
117
118
  } from "./composites/index";
118
119
  export type {
119
120
  LambdaFunctionProps, LambdaApiProps, ScheduledLambdaProps,
@@ -124,6 +125,7 @@ export type {
124
125
  SolrFargateServiceProps,
125
126
  MicrovmAppProps, MicrovmAppResult, MicrovmAppBuildConnectorProps, MicrovmMemoryMiB,
126
127
  AgentCoreAgentProps, AgentCoreAgentResult,
128
+ OrganizationRootProps, GovernanceFoundationProps, RegionRestrictionProps, OrganizationTrailProps,
127
129
  } from "./composites/index";
128
130
 
129
131
  // Code generation pipeline
@@ -135,3 +137,17 @@ export type { PackageOptions, PackageResult } from "./codegen/package";
135
137
  // emr-*, code-deploy, …) contributed to core's capability-plugin seam. Core
136
138
  // loads `awsCapabilityPlugin` when a project's chant.config lists this lexicon.
137
139
  export { awsCapabilityPlugin } from "./components/capability-plugin";
140
+
141
+ // AWS governance authoring (#791): the desired-state config the AWS cloud
142
+ // warden (#792) reconciles, and the typed landing-zone authoring layer.
143
+ export { landingZoneConfig, regionRestriction, DENY_AUDIT_TAMPER, DENY_LEAVE_ORGANIZATION, FOUNDATION_OUS } from "./governance";
144
+ export type {
145
+ AwsGovernanceConfig,
146
+ LandingZoneConfigProps,
147
+ OuConfig,
148
+ ScpConfig,
149
+ AccountConfig,
150
+ IdentityConfig,
151
+ PermissionSetConfig,
152
+ AssignmentConfig,
153
+ } from "./governance";
@@ -62,4 +62,9 @@ export const awsAuditCatalog: Record<string, RuleMeta> = {
62
62
  WAW053: auditRule("WAW053", "merge-worthy", "guidance", "ECR repository does not scan images on push", "Set ImageScanningConfiguration.ScanOnPush: true.", { authority: [AWS_SEC] }),
63
63
  WAW054: auditRule("WAW054", "merge-worthy", "guidance", "ECR repository allows mutable image tags", "Set ImageTagMutability: IMMUTABLE.", { authority: [AWS_SEC] }),
64
64
  WAW055: auditRule("WAW055", "report-only", "guidance", "CloudWatch Logs log group has no retention period", "Set an explicit RetentionInDays.", { category: "best-practice" }),
65
+
66
+ // #793 — governance posture regressions (epic #787 C3).
67
+ WAW056: auditRule("WAW056", "merge-worthy", "guidance", "SCP guardrail has no Deny statement", "Add a Deny statement — SCPs only filter permissions, so a Deny-less SCP guards nothing.", { authority: [AWS_SEC] }),
68
+ WAW057: auditRule("WAW057", "merge-worthy", "guidance", "SCP guardrail attached to no targets", "Attach the SCP to the organization root or an OU via TargetIds.", { authority: [AWS_SEC] }),
69
+ WAW058: auditRule("WAW058", "merge-worthy", "guidance", "Organization audit trail dropped or scoped down", "Keep an organization CloudTrail with IsLogging: true and IsMultiRegionTrail: true.", { authority: [AWS_SEC] }),
65
70
  };
@@ -47,6 +47,9 @@ import { waw052 } from "./waw052";
47
47
  import { waw053 } from "./waw053";
48
48
  import { waw054 } from "./waw054";
49
49
  import { waw055 } from "./waw055";
50
+ import { waw056 } from "./waw056";
51
+ import { waw057 } from "./waw057";
52
+ import { waw058 } from "./waw058";
50
53
 
51
54
  export const postSynthChecks: PostSynthCheck[] = [
52
55
  cor020,
@@ -96,4 +99,7 @@ export const postSynthChecks: PostSynthCheck[] = [
96
99
  waw053,
97
100
  waw054,
98
101
  waw055,
102
+ waw056,
103
+ waw057,
104
+ waw058,
99
105
  ];
@@ -0,0 +1,78 @@
1
+ import { describe, test, expect } from "vitest";
2
+ import { createPostSynthContext } from "@intentius/chant-test-utils";
3
+ import { waw056, checkScpDeniesNothing } from "./waw056";
4
+
5
+ function makeCtx(template: object) {
6
+ return createPostSynthContext({ aws: template });
7
+ }
8
+
9
+ function scp(content: unknown) {
10
+ return {
11
+ Type: "AWS::Organizations::Policy",
12
+ Properties: { Name: "guard", Type: "SERVICE_CONTROL_POLICY", Content: content, TargetIds: ["r-1"] },
13
+ };
14
+ }
15
+
16
+ describe("WAW056: SCP guardrail denies nothing", () => {
17
+ test("check metadata", () => {
18
+ expect(waw056.id).toBe("WAW056");
19
+ expect(waw056.description).toContain("Deny");
20
+ });
21
+
22
+ test("flags an SCP whose statements are all Allow", () => {
23
+ const ctx = makeCtx({
24
+ Resources: {
25
+ Guard: scp({ Version: "2012-10-17", Statement: [{ Effect: "Allow", Action: "*", Resource: "*" }] }),
26
+ },
27
+ });
28
+ const diags = checkScpDeniesNothing(ctx);
29
+ expect(diags).toHaveLength(1);
30
+ expect(diags[0].checkId).toBe("WAW056");
31
+ expect(diags[0].severity).toBe("error");
32
+ expect(diags[0].entity).toBe("Guard");
33
+ });
34
+
35
+ test("flags an SCP with an empty Statement array", () => {
36
+ const ctx = makeCtx({ Resources: { Guard: scp({ Version: "2012-10-17", Statement: [] }) } });
37
+ expect(checkScpDeniesNothing(ctx)).toHaveLength(1);
38
+ });
39
+
40
+ test("no diagnostic when a Deny statement is present", () => {
41
+ const ctx = makeCtx({
42
+ Resources: {
43
+ Guard: scp({
44
+ Version: "2012-10-17",
45
+ Statement: [{ Effect: "Deny", Action: "organizations:LeaveOrganization", Resource: "*" }],
46
+ }),
47
+ },
48
+ });
49
+ expect(checkScpDeniesNothing(ctx)).toHaveLength(0);
50
+ });
51
+
52
+ test("parses string Content and accepts a single Statement object", () => {
53
+ const denied = makeCtx({
54
+ Resources: {
55
+ Guard: scp(JSON.stringify({ Statement: { Effect: "Deny", Action: "s3:*", Resource: "*" } })),
56
+ },
57
+ });
58
+ expect(checkScpDeniesNothing(denied)).toHaveLength(0);
59
+
60
+ const allowOnly = makeCtx({
61
+ Resources: { Guard: scp(JSON.stringify({ Statement: [{ Effect: "Allow", Action: "*" }] })) },
62
+ });
63
+ expect(checkScpDeniesNothing(allowOnly)).toHaveLength(1);
64
+ });
65
+
66
+ test("skips intrinsic Content and non-SCP policy types", () => {
67
+ const ctx = makeCtx({
68
+ Resources: {
69
+ Intrinsic: scp({ Ref: "PolicyDoc" }),
70
+ TagPolicy: {
71
+ Type: "AWS::Organizations::Policy",
72
+ Properties: { Name: "tags", Type: "TAG_POLICY", Content: { Statement: [] } },
73
+ },
74
+ },
75
+ });
76
+ expect(checkScpDeniesNothing(ctx)).toHaveLength(0);
77
+ });
78
+ });