@pulumi/aws 6.84.0-alpha.1752785069 → 7.0.0-alpha.1752855061

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 (6150) hide show
  1. package/accessanalyzer/analyzer.d.ts +66 -11
  2. package/accessanalyzer/analyzer.js +50 -1
  3. package/accessanalyzer/analyzer.js.map +1 -1
  4. package/accessanalyzer/archiveRule.d.ts +12 -0
  5. package/accessanalyzer/archiveRule.js +2 -0
  6. package/accessanalyzer/archiveRule.js.map +1 -1
  7. package/acm/certificate.d.ts +11 -108
  8. package/acm/certificate.js +2 -0
  9. package/acm/certificate.js.map +1 -1
  10. package/acm/certificateValidation.d.ts +12 -0
  11. package/acm/certificateValidation.js +2 -0
  12. package/acm/certificateValidation.js.map +1 -1
  13. package/acm/getCertificate.d.ts +9 -0
  14. package/acm/getCertificate.js +2 -0
  15. package/acm/getCertificate.js.map +1 -1
  16. package/acmpca/certificate.d.ts +12 -0
  17. package/acmpca/certificate.js +2 -0
  18. package/acmpca/certificate.js.map +1 -1
  19. package/acmpca/certificateAuthority.d.ts +13 -5
  20. package/acmpca/certificateAuthority.js +3 -1
  21. package/acmpca/certificateAuthority.js.map +1 -1
  22. package/acmpca/certificateAuthorityCertificate.d.ts +12 -0
  23. package/acmpca/certificateAuthorityCertificate.js +2 -0
  24. package/acmpca/certificateAuthorityCertificate.js.map +1 -1
  25. package/acmpca/getCertificate.d.ts +9 -0
  26. package/acmpca/getCertificate.js +2 -0
  27. package/acmpca/getCertificate.js.map +1 -1
  28. package/acmpca/getCertificateAuthority.d.ts +9 -0
  29. package/acmpca/getCertificateAuthority.js +2 -0
  30. package/acmpca/getCertificateAuthority.js.map +1 -1
  31. package/acmpca/permission.d.ts +12 -0
  32. package/acmpca/permission.js +2 -0
  33. package/acmpca/permission.js.map +1 -1
  34. package/acmpca/policy.d.ts +12 -0
  35. package/acmpca/policy.js +2 -0
  36. package/acmpca/policy.js.map +1 -1
  37. package/alb/getListener.d.ts +9 -0
  38. package/alb/getListener.js +2 -0
  39. package/alb/getListener.js.map +1 -1
  40. package/alb/getLoadBalancer.d.ts +9 -0
  41. package/alb/getLoadBalancer.js +2 -0
  42. package/alb/getLoadBalancer.js.map +1 -1
  43. package/alb/getTargetGroup.d.ts +9 -0
  44. package/alb/getTargetGroup.js +2 -0
  45. package/alb/getTargetGroup.js.map +1 -1
  46. package/alb/index.d.ts +0 -2
  47. package/alb/index.js +0 -2
  48. package/alb/index.js.map +1 -1
  49. package/alb/listener.d.ts +14 -6
  50. package/alb/listener.js +2 -0
  51. package/alb/listener.js.map +1 -1
  52. package/alb/listenerCertificate.d.ts +12 -0
  53. package/alb/listenerCertificate.js +2 -0
  54. package/alb/listenerCertificate.js.map +1 -1
  55. package/alb/listenerRule.d.ts +12 -4
  56. package/alb/listenerRule.js +2 -0
  57. package/alb/listenerRule.js.map +1 -1
  58. package/alb/loadBalancer.d.ts +23 -13
  59. package/alb/loadBalancer.js +2 -0
  60. package/alb/loadBalancer.js.map +1 -1
  61. package/alb/targetGroup.d.ts +12 -4
  62. package/alb/targetGroup.js +2 -0
  63. package/alb/targetGroup.js.map +1 -1
  64. package/alb/targetGroupAttachment.d.ts +12 -0
  65. package/alb/targetGroupAttachment.js +2 -0
  66. package/alb/targetGroupAttachment.js.map +1 -1
  67. package/amp/alertManagerDefinition.d.ts +12 -0
  68. package/amp/alertManagerDefinition.js +2 -0
  69. package/amp/alertManagerDefinition.js.map +1 -1
  70. package/amp/getDefaultScraperConfiguration.d.ts +21 -2
  71. package/amp/getDefaultScraperConfiguration.js +10 -4
  72. package/amp/getDefaultScraperConfiguration.js.map +1 -1
  73. package/amp/getWorkspace.d.ts +9 -0
  74. package/amp/getWorkspace.js +2 -0
  75. package/amp/getWorkspace.js.map +1 -1
  76. package/amp/getWorkspaces.d.ts +9 -0
  77. package/amp/getWorkspaces.js +2 -0
  78. package/amp/getWorkspaces.js.map +1 -1
  79. package/amp/index.d.ts +4 -1
  80. package/amp/index.js +6 -1
  81. package/amp/index.js.map +1 -1
  82. package/amp/queryLoggingConfiguration.d.ts +107 -0
  83. package/amp/queryLoggingConfiguration.js +82 -0
  84. package/amp/queryLoggingConfiguration.js.map +1 -0
  85. package/amp/ruleGroupNamespace.d.ts +12 -4
  86. package/amp/ruleGroupNamespace.js +2 -0
  87. package/amp/ruleGroupNamespace.js.map +1 -1
  88. package/amp/scraper.d.ts +12 -6
  89. package/amp/scraper.js +2 -0
  90. package/amp/scraper.js.map +1 -1
  91. package/amp/workspace.d.ts +12 -4
  92. package/amp/workspace.js +2 -0
  93. package/amp/workspace.js.map +1 -1
  94. package/amp/workspaceConfiguration.d.ts +12 -0
  95. package/amp/workspaceConfiguration.js +2 -0
  96. package/amp/workspaceConfiguration.js.map +1 -1
  97. package/amplify/app.d.ts +38 -4
  98. package/amplify/app.js +18 -0
  99. package/amplify/app.js.map +1 -1
  100. package/amplify/backendEnvironment.d.ts +12 -0
  101. package/amplify/backendEnvironment.js +2 -0
  102. package/amplify/backendEnvironment.js.map +1 -1
  103. package/amplify/branch.d.ts +28 -8
  104. package/amplify/branch.js +8 -4
  105. package/amplify/branch.js.map +1 -1
  106. package/amplify/domainAssociation.d.ts +12 -0
  107. package/amplify/domainAssociation.js +2 -0
  108. package/amplify/domainAssociation.js.map +1 -1
  109. package/amplify/webhook.d.ts +12 -0
  110. package/amplify/webhook.js +2 -0
  111. package/amplify/webhook.js.map +1 -1
  112. package/apigateway/account.d.ts +8 -20
  113. package/apigateway/account.js +4 -4
  114. package/apigateway/account.js.map +1 -1
  115. package/apigateway/apiKey.d.ts +12 -4
  116. package/apigateway/apiKey.js +2 -0
  117. package/apigateway/apiKey.js.map +1 -1
  118. package/apigateway/authorizer.d.ts +12 -0
  119. package/apigateway/authorizer.js +2 -0
  120. package/apigateway/authorizer.js.map +1 -1
  121. package/apigateway/basePathMapping.d.ts +12 -0
  122. package/apigateway/basePathMapping.js +2 -0
  123. package/apigateway/basePathMapping.js.map +1 -1
  124. package/apigateway/clientCertificate.d.ts +12 -4
  125. package/apigateway/clientCertificate.js +2 -0
  126. package/apigateway/clientCertificate.js.map +1 -1
  127. package/apigateway/deployment.d.ts +14 -105
  128. package/apigateway/deployment.js +3 -13
  129. package/apigateway/deployment.js.map +1 -1
  130. package/apigateway/documentationPart.d.ts +12 -0
  131. package/apigateway/documentationPart.js +2 -0
  132. package/apigateway/documentationPart.js.map +1 -1
  133. package/apigateway/documentationVersion.d.ts +12 -0
  134. package/apigateway/documentationVersion.js +2 -0
  135. package/apigateway/documentationVersion.js.map +1 -1
  136. package/apigateway/domainName.d.ts +12 -4
  137. package/apigateway/domainName.js +2 -0
  138. package/apigateway/domainName.js.map +1 -1
  139. package/apigateway/domainNameAccessAssociation.d.ts +12 -4
  140. package/apigateway/domainNameAccessAssociation.js +2 -0
  141. package/apigateway/domainNameAccessAssociation.js.map +1 -1
  142. package/apigateway/getApiKeys.d.ts +9 -0
  143. package/apigateway/getApiKeys.js +2 -0
  144. package/apigateway/getApiKeys.js.map +1 -1
  145. package/apigateway/getAuthorizer.d.ts +9 -0
  146. package/apigateway/getAuthorizer.js +2 -0
  147. package/apigateway/getAuthorizer.js.map +1 -1
  148. package/apigateway/getAuthorizers.d.ts +9 -0
  149. package/apigateway/getAuthorizers.js +2 -0
  150. package/apigateway/getAuthorizers.js.map +1 -1
  151. package/apigateway/getDomainName.d.ts +9 -0
  152. package/apigateway/getDomainName.js +2 -0
  153. package/apigateway/getDomainName.js.map +1 -1
  154. package/apigateway/getExport.d.ts +9 -0
  155. package/apigateway/getExport.js +2 -0
  156. package/apigateway/getExport.js.map +1 -1
  157. package/apigateway/getKey.d.ts +9 -0
  158. package/apigateway/getKey.js +2 -0
  159. package/apigateway/getKey.js.map +1 -1
  160. package/apigateway/getResource.d.ts +9 -0
  161. package/apigateway/getResource.js +2 -0
  162. package/apigateway/getResource.js.map +1 -1
  163. package/apigateway/getRestApi.d.ts +9 -0
  164. package/apigateway/getRestApi.js +2 -0
  165. package/apigateway/getRestApi.js.map +1 -1
  166. package/apigateway/getSdk.d.ts +9 -0
  167. package/apigateway/getSdk.js +2 -0
  168. package/apigateway/getSdk.js.map +1 -1
  169. package/apigateway/getVpcLink.d.ts +9 -0
  170. package/apigateway/getVpcLink.js +2 -0
  171. package/apigateway/getVpcLink.js.map +1 -1
  172. package/apigateway/integration.d.ts +12 -0
  173. package/apigateway/integration.js +2 -0
  174. package/apigateway/integration.js.map +1 -1
  175. package/apigateway/integrationResponse.d.ts +12 -0
  176. package/apigateway/integrationResponse.js +2 -0
  177. package/apigateway/integrationResponse.js.map +1 -1
  178. package/apigateway/method.d.ts +12 -0
  179. package/apigateway/method.js +2 -0
  180. package/apigateway/method.js.map +1 -1
  181. package/apigateway/methodResponse.d.ts +12 -0
  182. package/apigateway/methodResponse.js +2 -0
  183. package/apigateway/methodResponse.js.map +1 -1
  184. package/apigateway/methodSettings.d.ts +12 -0
  185. package/apigateway/methodSettings.js +2 -0
  186. package/apigateway/methodSettings.js.map +1 -1
  187. package/apigateway/model.d.ts +12 -0
  188. package/apigateway/model.js +2 -0
  189. package/apigateway/model.js.map +1 -1
  190. package/apigateway/requestValidator.d.ts +12 -0
  191. package/apigateway/requestValidator.js +2 -0
  192. package/apigateway/requestValidator.js.map +1 -1
  193. package/apigateway/resource.d.ts +12 -0
  194. package/apigateway/resource.js +2 -0
  195. package/apigateway/resource.js.map +1 -1
  196. package/apigateway/response.d.ts +12 -0
  197. package/apigateway/response.js +2 -0
  198. package/apigateway/response.js.map +1 -1
  199. package/apigateway/restApi.d.ts +12 -4
  200. package/apigateway/restApi.js +2 -0
  201. package/apigateway/restApi.js.map +1 -1
  202. package/apigateway/restApiPolicy.d.ts +12 -0
  203. package/apigateway/restApiPolicy.js +2 -0
  204. package/apigateway/restApiPolicy.js.map +1 -1
  205. package/apigateway/restApiPut.d.ts +12 -0
  206. package/apigateway/restApiPut.js +2 -0
  207. package/apigateway/restApiPut.js.map +1 -1
  208. package/apigateway/stage.d.ts +18 -10
  209. package/apigateway/stage.js +2 -0
  210. package/apigateway/stage.js.map +1 -1
  211. package/apigateway/usagePlan.d.ts +12 -4
  212. package/apigateway/usagePlan.js +2 -0
  213. package/apigateway/usagePlan.js.map +1 -1
  214. package/apigateway/usagePlanKey.d.ts +12 -0
  215. package/apigateway/usagePlanKey.js +2 -0
  216. package/apigateway/usagePlanKey.js.map +1 -1
  217. package/apigateway/vpcLink.d.ts +12 -4
  218. package/apigateway/vpcLink.js +2 -0
  219. package/apigateway/vpcLink.js.map +1 -1
  220. package/apigatewayv2/api.d.ts +12 -4
  221. package/apigatewayv2/api.js +2 -0
  222. package/apigatewayv2/api.js.map +1 -1
  223. package/apigatewayv2/apiMapping.d.ts +12 -0
  224. package/apigatewayv2/apiMapping.js +2 -0
  225. package/apigatewayv2/apiMapping.js.map +1 -1
  226. package/apigatewayv2/authorizer.d.ts +12 -0
  227. package/apigatewayv2/authorizer.js +2 -0
  228. package/apigatewayv2/authorizer.js.map +1 -1
  229. package/apigatewayv2/deployment.d.ts +12 -0
  230. package/apigatewayv2/deployment.js +2 -0
  231. package/apigatewayv2/deployment.js.map +1 -1
  232. package/apigatewayv2/domainName.d.ts +12 -4
  233. package/apigatewayv2/domainName.js +2 -0
  234. package/apigatewayv2/domainName.js.map +1 -1
  235. package/apigatewayv2/getApi.d.ts +9 -0
  236. package/apigatewayv2/getApi.js +2 -0
  237. package/apigatewayv2/getApi.js.map +1 -1
  238. package/apigatewayv2/getApis.d.ts +9 -0
  239. package/apigatewayv2/getApis.js +2 -0
  240. package/apigatewayv2/getApis.js.map +1 -1
  241. package/apigatewayv2/getExport.d.ts +9 -0
  242. package/apigatewayv2/getExport.js +2 -0
  243. package/apigatewayv2/getExport.js.map +1 -1
  244. package/apigatewayv2/getVpcLink.d.ts +9 -0
  245. package/apigatewayv2/getVpcLink.js +2 -0
  246. package/apigatewayv2/getVpcLink.js.map +1 -1
  247. package/apigatewayv2/integration.d.ts +12 -0
  248. package/apigatewayv2/integration.js +2 -0
  249. package/apigatewayv2/integration.js.map +1 -1
  250. package/apigatewayv2/integrationResponse.d.ts +12 -0
  251. package/apigatewayv2/integrationResponse.js +2 -0
  252. package/apigatewayv2/integrationResponse.js.map +1 -1
  253. package/apigatewayv2/model.d.ts +12 -0
  254. package/apigatewayv2/model.js +2 -0
  255. package/apigatewayv2/model.js.map +1 -1
  256. package/apigatewayv2/route.d.ts +12 -0
  257. package/apigatewayv2/route.js +2 -0
  258. package/apigatewayv2/route.js.map +1 -1
  259. package/apigatewayv2/routeResponse.d.ts +12 -0
  260. package/apigatewayv2/routeResponse.js +2 -0
  261. package/apigatewayv2/routeResponse.js.map +1 -1
  262. package/apigatewayv2/stage.d.ts +12 -4
  263. package/apigatewayv2/stage.js +2 -0
  264. package/apigatewayv2/stage.js.map +1 -1
  265. package/apigatewayv2/vpcLink.d.ts +12 -4
  266. package/apigatewayv2/vpcLink.js +2 -0
  267. package/apigatewayv2/vpcLink.js.map +1 -1
  268. package/appautoscaling/policy.d.ts +12 -0
  269. package/appautoscaling/policy.js +2 -0
  270. package/appautoscaling/policy.js.map +1 -1
  271. package/appautoscaling/scheduledAction.d.ts +12 -0
  272. package/appautoscaling/scheduledAction.js +2 -0
  273. package/appautoscaling/scheduledAction.js.map +1 -1
  274. package/appautoscaling/target.d.ts +12 -4
  275. package/appautoscaling/target.js +2 -0
  276. package/appautoscaling/target.js.map +1 -1
  277. package/appconfig/application.d.ts +12 -4
  278. package/appconfig/application.js +2 -0
  279. package/appconfig/application.js.map +1 -1
  280. package/appconfig/configurationProfile.d.ts +12 -4
  281. package/appconfig/configurationProfile.js +2 -0
  282. package/appconfig/configurationProfile.js.map +1 -1
  283. package/appconfig/deployment.d.ts +12 -4
  284. package/appconfig/deployment.js +2 -0
  285. package/appconfig/deployment.js.map +1 -1
  286. package/appconfig/deploymentStrategy.d.ts +12 -4
  287. package/appconfig/deploymentStrategy.js +2 -0
  288. package/appconfig/deploymentStrategy.js.map +1 -1
  289. package/appconfig/environment.d.ts +12 -4
  290. package/appconfig/environment.js +2 -0
  291. package/appconfig/environment.js.map +1 -1
  292. package/appconfig/eventIntegration.d.ts +12 -4
  293. package/appconfig/eventIntegration.js +2 -0
  294. package/appconfig/eventIntegration.js.map +1 -1
  295. package/appconfig/extension.d.ts +12 -6
  296. package/appconfig/extension.js +2 -0
  297. package/appconfig/extension.js.map +1 -1
  298. package/appconfig/extensionAssociation.d.ts +12 -0
  299. package/appconfig/extensionAssociation.js +2 -0
  300. package/appconfig/extensionAssociation.js.map +1 -1
  301. package/appconfig/getConfigurationProfile.d.ts +9 -0
  302. package/appconfig/getConfigurationProfile.js +2 -0
  303. package/appconfig/getConfigurationProfile.js.map +1 -1
  304. package/appconfig/getConfigurationProfiles.d.ts +9 -0
  305. package/appconfig/getConfigurationProfiles.js +2 -0
  306. package/appconfig/getConfigurationProfiles.js.map +1 -1
  307. package/appconfig/getEnvironment.d.ts +9 -0
  308. package/appconfig/getEnvironment.js +2 -0
  309. package/appconfig/getEnvironment.js.map +1 -1
  310. package/appconfig/getEnvironments.d.ts +9 -0
  311. package/appconfig/getEnvironments.js +2 -0
  312. package/appconfig/getEnvironments.js.map +1 -1
  313. package/appconfig/hostedConfigurationVersion.d.ts +12 -0
  314. package/appconfig/hostedConfigurationVersion.js +2 -0
  315. package/appconfig/hostedConfigurationVersion.js.map +1 -1
  316. package/appfabric/appAuthorization.d.ts +12 -6
  317. package/appfabric/appAuthorization.js +2 -0
  318. package/appfabric/appAuthorization.js.map +1 -1
  319. package/appfabric/appAuthorizationConnection.d.ts +12 -0
  320. package/appfabric/appAuthorizationConnection.js +2 -0
  321. package/appfabric/appAuthorizationConnection.js.map +1 -1
  322. package/appfabric/appBundle.d.ts +12 -4
  323. package/appfabric/appBundle.js +2 -0
  324. package/appfabric/appBundle.js.map +1 -1
  325. package/appfabric/ingestion.d.ts +12 -4
  326. package/appfabric/ingestion.js +2 -0
  327. package/appfabric/ingestion.js.map +1 -1
  328. package/appfabric/ingestionDestination.d.ts +12 -4
  329. package/appfabric/ingestionDestination.js +2 -0
  330. package/appfabric/ingestionDestination.js.map +1 -1
  331. package/appflow/connectorProfile.d.ts +19 -4
  332. package/appflow/connectorProfile.js +6 -4
  333. package/appflow/connectorProfile.js.map +1 -1
  334. package/appflow/flow.d.ts +19 -11
  335. package/appflow/flow.js +9 -7
  336. package/appflow/flow.js.map +1 -1
  337. package/appintegrations/dataIntegration.d.ts +12 -4
  338. package/appintegrations/dataIntegration.js +2 -0
  339. package/appintegrations/dataIntegration.js.map +1 -1
  340. package/appintegrations/getEventIntegration.d.ts +9 -0
  341. package/appintegrations/getEventIntegration.js +2 -0
  342. package/appintegrations/getEventIntegration.js.map +1 -1
  343. package/applicationinsights/application.d.ts +12 -4
  344. package/applicationinsights/application.js +2 -0
  345. package/applicationinsights/application.js.map +1 -1
  346. package/applicationloadbalancing/index.d.ts +0 -2
  347. package/applicationloadbalancing/index.js +0 -3
  348. package/applicationloadbalancing/index.js.map +1 -1
  349. package/appmesh/gatewayRoute.d.ts +12 -4
  350. package/appmesh/gatewayRoute.js +2 -0
  351. package/appmesh/gatewayRoute.js.map +1 -1
  352. package/appmesh/getGatewayRoute.d.ts +9 -0
  353. package/appmesh/getGatewayRoute.js +2 -0
  354. package/appmesh/getGatewayRoute.js.map +1 -1
  355. package/appmesh/getMesh.d.ts +9 -0
  356. package/appmesh/getMesh.js +2 -0
  357. package/appmesh/getMesh.js.map +1 -1
  358. package/appmesh/getRoute.d.ts +9 -0
  359. package/appmesh/getRoute.js +2 -0
  360. package/appmesh/getRoute.js.map +1 -1
  361. package/appmesh/getVirtualGateway.d.ts +9 -0
  362. package/appmesh/getVirtualGateway.js +2 -0
  363. package/appmesh/getVirtualGateway.js.map +1 -1
  364. package/appmesh/getVirtualNode.d.ts +9 -0
  365. package/appmesh/getVirtualNode.js +2 -0
  366. package/appmesh/getVirtualNode.js.map +1 -1
  367. package/appmesh/getVirtualRouter.d.ts +9 -0
  368. package/appmesh/getVirtualRouter.js +2 -0
  369. package/appmesh/getVirtualRouter.js.map +1 -1
  370. package/appmesh/getVirtualService.d.ts +9 -0
  371. package/appmesh/getVirtualService.js +2 -0
  372. package/appmesh/getVirtualService.js.map +1 -1
  373. package/appmesh/mesh.d.ts +12 -4
  374. package/appmesh/mesh.js +2 -0
  375. package/appmesh/mesh.js.map +1 -1
  376. package/appmesh/route.d.ts +12 -4
  377. package/appmesh/route.js +2 -0
  378. package/appmesh/route.js.map +1 -1
  379. package/appmesh/virtualGateway.d.ts +12 -4
  380. package/appmesh/virtualGateway.js +2 -0
  381. package/appmesh/virtualGateway.js.map +1 -1
  382. package/appmesh/virtualNode.d.ts +12 -4
  383. package/appmesh/virtualNode.js +2 -0
  384. package/appmesh/virtualNode.js.map +1 -1
  385. package/appmesh/virtualRouter.d.ts +12 -4
  386. package/appmesh/virtualRouter.js +2 -0
  387. package/appmesh/virtualRouter.js.map +1 -1
  388. package/appmesh/virtualService.d.ts +12 -4
  389. package/appmesh/virtualService.js +2 -0
  390. package/appmesh/virtualService.js.map +1 -1
  391. package/apprunner/autoScalingConfigurationVersion.d.ts +12 -4
  392. package/apprunner/autoScalingConfigurationVersion.js +2 -0
  393. package/apprunner/autoScalingConfigurationVersion.js.map +1 -1
  394. package/apprunner/connection.d.ts +12 -4
  395. package/apprunner/connection.js +2 -0
  396. package/apprunner/connection.js.map +1 -1
  397. package/apprunner/customDomainAssociation.d.ts +12 -0
  398. package/apprunner/customDomainAssociation.js +2 -0
  399. package/apprunner/customDomainAssociation.js.map +1 -1
  400. package/apprunner/defaultAutoScalingConfigurationVersion.d.ts +12 -0
  401. package/apprunner/defaultAutoScalingConfigurationVersion.js +2 -0
  402. package/apprunner/defaultAutoScalingConfigurationVersion.js.map +1 -1
  403. package/apprunner/deployment.d.ts +12 -0
  404. package/apprunner/deployment.js +2 -0
  405. package/apprunner/deployment.js.map +1 -1
  406. package/apprunner/getHostedZoneId.d.ts +3 -5
  407. package/apprunner/getHostedZoneId.js.map +1 -1
  408. package/apprunner/observabilityConfiguration.d.ts +12 -4
  409. package/apprunner/observabilityConfiguration.js +2 -0
  410. package/apprunner/observabilityConfiguration.js.map +1 -1
  411. package/apprunner/service.d.ts +12 -4
  412. package/apprunner/service.js +2 -0
  413. package/apprunner/service.js.map +1 -1
  414. package/apprunner/vpcConnector.d.ts +12 -4
  415. package/apprunner/vpcConnector.js +2 -0
  416. package/apprunner/vpcConnector.js.map +1 -1
  417. package/apprunner/vpcIngressConnection.d.ts +12 -4
  418. package/apprunner/vpcIngressConnection.js +2 -0
  419. package/apprunner/vpcIngressConnection.js.map +1 -1
  420. package/appstream/directoryConfig.d.ts +12 -0
  421. package/appstream/directoryConfig.js +2 -0
  422. package/appstream/directoryConfig.js.map +1 -1
  423. package/appstream/fleet.d.ts +12 -6
  424. package/appstream/fleet.js +2 -0
  425. package/appstream/fleet.js.map +1 -1
  426. package/appstream/fleetStackAssociation.d.ts +12 -0
  427. package/appstream/fleetStackAssociation.js +2 -0
  428. package/appstream/fleetStackAssociation.js.map +1 -1
  429. package/appstream/getImage.d.ts +9 -0
  430. package/appstream/getImage.js +2 -0
  431. package/appstream/getImage.js.map +1 -1
  432. package/appstream/imageBuilder.d.ts +12 -4
  433. package/appstream/imageBuilder.js +2 -0
  434. package/appstream/imageBuilder.js.map +1 -1
  435. package/appstream/stack.d.ts +12 -6
  436. package/appstream/stack.js +2 -0
  437. package/appstream/stack.js.map +1 -1
  438. package/appstream/user.d.ts +12 -0
  439. package/appstream/user.js +2 -0
  440. package/appstream/user.js.map +1 -1
  441. package/appstream/userStackAssociation.d.ts +12 -0
  442. package/appstream/userStackAssociation.js +2 -0
  443. package/appstream/userStackAssociation.js.map +1 -1
  444. package/appsync/apiCache.d.ts +12 -0
  445. package/appsync/apiCache.js +2 -0
  446. package/appsync/apiCache.js.map +1 -1
  447. package/appsync/apiKey.d.ts +12 -0
  448. package/appsync/apiKey.js +2 -0
  449. package/appsync/apiKey.js.map +1 -1
  450. package/appsync/dataSource.d.ts +12 -0
  451. package/appsync/dataSource.js +2 -0
  452. package/appsync/dataSource.js.map +1 -1
  453. package/appsync/domainName.d.ts +12 -0
  454. package/appsync/domainName.js +2 -0
  455. package/appsync/domainName.js.map +1 -1
  456. package/appsync/domainNameApiAssociation.d.ts +12 -0
  457. package/appsync/domainNameApiAssociation.js +2 -0
  458. package/appsync/domainNameApiAssociation.js.map +1 -1
  459. package/appsync/function.d.ts +12 -0
  460. package/appsync/function.js +2 -0
  461. package/appsync/function.js.map +1 -1
  462. package/appsync/graphQLApi.d.ts +12 -4
  463. package/appsync/graphQLApi.js +2 -0
  464. package/appsync/graphQLApi.js.map +1 -1
  465. package/appsync/resolver.d.ts +12 -0
  466. package/appsync/resolver.js +2 -0
  467. package/appsync/resolver.js.map +1 -1
  468. package/appsync/sourceApiAssociation.d.ts +12 -0
  469. package/appsync/sourceApiAssociation.js +2 -0
  470. package/appsync/sourceApiAssociation.js.map +1 -1
  471. package/appsync/type.d.ts +12 -0
  472. package/appsync/type.js +2 -0
  473. package/appsync/type.js.map +1 -1
  474. package/athena/capacityReservation.d.ts +12 -4
  475. package/athena/capacityReservation.js +2 -0
  476. package/athena/capacityReservation.js.map +1 -1
  477. package/athena/dataCatalog.d.ts +12 -4
  478. package/athena/dataCatalog.js +2 -0
  479. package/athena/dataCatalog.js.map +1 -1
  480. package/athena/database.d.ts +13 -1
  481. package/athena/database.js +3 -1
  482. package/athena/database.js.map +1 -1
  483. package/athena/getNamedQuery.d.ts +9 -0
  484. package/athena/getNamedQuery.js +2 -0
  485. package/athena/getNamedQuery.js.map +1 -1
  486. package/athena/namedQuery.d.ts +13 -1
  487. package/athena/namedQuery.js +3 -1
  488. package/athena/namedQuery.js.map +1 -1
  489. package/athena/preparedStatement.d.ts +13 -1
  490. package/athena/preparedStatement.js +3 -1
  491. package/athena/preparedStatement.js.map +1 -1
  492. package/athena/workgroup.d.ts +12 -4
  493. package/athena/workgroup.js +2 -0
  494. package/athena/workgroup.js.map +1 -1
  495. package/auditmanager/accountRegistration.d.ts +12 -0
  496. package/auditmanager/accountRegistration.js +2 -0
  497. package/auditmanager/accountRegistration.js.map +1 -1
  498. package/auditmanager/assessment.d.ts +14 -8
  499. package/auditmanager/assessment.js +2 -3
  500. package/auditmanager/assessment.js.map +1 -1
  501. package/auditmanager/assessmentDelegation.d.ts +12 -0
  502. package/auditmanager/assessmentDelegation.js +2 -0
  503. package/auditmanager/assessmentDelegation.js.map +1 -1
  504. package/auditmanager/assessmentReport.d.ts +12 -0
  505. package/auditmanager/assessmentReport.js +2 -0
  506. package/auditmanager/assessmentReport.js.map +1 -1
  507. package/auditmanager/control.d.ts +12 -6
  508. package/auditmanager/control.js +2 -0
  509. package/auditmanager/control.js.map +1 -1
  510. package/auditmanager/framework.d.ts +12 -6
  511. package/auditmanager/framework.js +2 -0
  512. package/auditmanager/framework.js.map +1 -1
  513. package/auditmanager/frameworkShare.d.ts +12 -0
  514. package/auditmanager/frameworkShare.js +2 -0
  515. package/auditmanager/frameworkShare.js.map +1 -1
  516. package/auditmanager/getControl.d.ts +10 -4
  517. package/auditmanager/getControl.js +2 -2
  518. package/auditmanager/getControl.js.map +1 -1
  519. package/auditmanager/getFramework.d.ts +10 -4
  520. package/auditmanager/getFramework.js +2 -2
  521. package/auditmanager/getFramework.js.map +1 -1
  522. package/auditmanager/organizationAdminAccountRegistration.d.ts +12 -0
  523. package/auditmanager/organizationAdminAccountRegistration.js +2 -0
  524. package/auditmanager/organizationAdminAccountRegistration.js.map +1 -1
  525. package/autoscaling/attachment.d.ts +12 -0
  526. package/autoscaling/attachment.js +2 -0
  527. package/autoscaling/attachment.js.map +1 -1
  528. package/autoscaling/getAmiIds.d.ts +17 -8
  529. package/autoscaling/getAmiIds.js +10 -8
  530. package/autoscaling/getAmiIds.js.map +1 -1
  531. package/autoscaling/getGroup.d.ts +9 -0
  532. package/autoscaling/getGroup.js +2 -0
  533. package/autoscaling/getGroup.js.map +1 -1
  534. package/autoscaling/group.d.ts +15 -4
  535. package/autoscaling/group.js +2 -0
  536. package/autoscaling/group.js.map +1 -1
  537. package/autoscaling/index.d.ts +0 -2
  538. package/autoscaling/index.js +0 -2
  539. package/autoscaling/index.js.map +1 -1
  540. package/autoscaling/lifecycleHook.d.ts +12 -0
  541. package/autoscaling/lifecycleHook.js +2 -0
  542. package/autoscaling/lifecycleHook.js.map +1 -1
  543. package/autoscaling/notification.d.ts +20 -8
  544. package/autoscaling/notification.js +6 -4
  545. package/autoscaling/notification.js.map +1 -1
  546. package/autoscaling/policy.d.ts +12 -0
  547. package/autoscaling/policy.js +2 -0
  548. package/autoscaling/policy.js.map +1 -1
  549. package/autoscaling/schedule.d.ts +12 -0
  550. package/autoscaling/schedule.js +2 -0
  551. package/autoscaling/schedule.js.map +1 -1
  552. package/autoscaling/tag.d.ts +12 -0
  553. package/autoscaling/tag.js +2 -0
  554. package/autoscaling/tag.js.map +1 -1
  555. package/autoscaling/trafficSourceAttachment.d.ts +12 -0
  556. package/autoscaling/trafficSourceAttachment.js +2 -0
  557. package/autoscaling/trafficSourceAttachment.js.map +1 -1
  558. package/autoscalingplans/scalingPlan.d.ts +12 -0
  559. package/autoscalingplans/scalingPlan.js +2 -0
  560. package/autoscalingplans/scalingPlan.js.map +1 -1
  561. package/backup/framework.d.ts +12 -4
  562. package/backup/framework.js +2 -0
  563. package/backup/framework.js.map +1 -1
  564. package/backup/getFramework.d.ts +9 -0
  565. package/backup/getFramework.js +2 -0
  566. package/backup/getFramework.js.map +1 -1
  567. package/backup/getPlan.d.ts +9 -0
  568. package/backup/getPlan.js +2 -0
  569. package/backup/getPlan.js.map +1 -1
  570. package/backup/getReportPlan.d.ts +9 -0
  571. package/backup/getReportPlan.js +2 -0
  572. package/backup/getReportPlan.js.map +1 -1
  573. package/backup/getSelection.d.ts +9 -0
  574. package/backup/getSelection.js +2 -0
  575. package/backup/getSelection.js.map +1 -1
  576. package/backup/getVault.d.ts +9 -0
  577. package/backup/getVault.js +2 -0
  578. package/backup/getVault.js.map +1 -1
  579. package/backup/logicallyAirGappedVault.d.ts +12 -4
  580. package/backup/logicallyAirGappedVault.js +2 -0
  581. package/backup/logicallyAirGappedVault.js.map +1 -1
  582. package/backup/plan.d.ts +12 -4
  583. package/backup/plan.js +2 -0
  584. package/backup/plan.js.map +1 -1
  585. package/backup/regionSettings.d.ts +12 -0
  586. package/backup/regionSettings.js +2 -0
  587. package/backup/regionSettings.js.map +1 -1
  588. package/backup/reportPlan.d.ts +12 -4
  589. package/backup/reportPlan.js +2 -0
  590. package/backup/reportPlan.js.map +1 -1
  591. package/backup/restoreTestingPlan.d.ts +12 -4
  592. package/backup/restoreTestingPlan.js +2 -0
  593. package/backup/restoreTestingPlan.js.map +1 -1
  594. package/backup/restoreTestingSelection.d.ts +12 -0
  595. package/backup/restoreTestingSelection.js +2 -0
  596. package/backup/restoreTestingSelection.js.map +1 -1
  597. package/backup/selection.d.ts +12 -0
  598. package/backup/selection.js +2 -0
  599. package/backup/selection.js.map +1 -1
  600. package/backup/vault.d.ts +12 -4
  601. package/backup/vault.js +2 -0
  602. package/backup/vault.js.map +1 -1
  603. package/backup/vaultLockConfiguration.d.ts +12 -0
  604. package/backup/vaultLockConfiguration.js +2 -0
  605. package/backup/vaultLockConfiguration.js.map +1 -1
  606. package/backup/vaultNotifications.d.ts +15 -3
  607. package/backup/vaultNotifications.js +5 -3
  608. package/backup/vaultNotifications.js.map +1 -1
  609. package/backup/vaultPolicy.d.ts +12 -0
  610. package/backup/vaultPolicy.js +2 -0
  611. package/backup/vaultPolicy.js.map +1 -1
  612. package/batch/computeEnvironment.d.ts +40 -32
  613. package/batch/computeEnvironment.js +10 -8
  614. package/batch/computeEnvironment.js.map +1 -1
  615. package/batch/getComputeEnvironment.d.ts +14 -5
  616. package/batch/getComputeEnvironment.js +6 -4
  617. package/batch/getComputeEnvironment.js.map +1 -1
  618. package/batch/getJobDefinition.d.ts +9 -0
  619. package/batch/getJobDefinition.js +2 -0
  620. package/batch/getJobDefinition.js.map +1 -1
  621. package/batch/getJobQueue.d.ts +9 -0
  622. package/batch/getJobQueue.js +2 -0
  623. package/batch/getJobQueue.js.map +1 -1
  624. package/batch/getSchedulingPolicy.d.ts +9 -0
  625. package/batch/getSchedulingPolicy.js +2 -0
  626. package/batch/getSchedulingPolicy.js.map +1 -1
  627. package/batch/jobDefinition.d.ts +47 -4
  628. package/batch/jobDefinition.js +37 -0
  629. package/batch/jobDefinition.js.map +1 -1
  630. package/batch/jobQueue.d.ts +12 -22
  631. package/batch/jobQueue.js +2 -2
  632. package/batch/jobQueue.js.map +1 -1
  633. package/batch/schedulingPolicy.d.ts +12 -4
  634. package/batch/schedulingPolicy.js +2 -0
  635. package/batch/schedulingPolicy.js.map +1 -1
  636. package/bcmdata/export.d.ts +10 -6
  637. package/bcmdata/export.js +2 -0
  638. package/bcmdata/export.js.map +1 -1
  639. package/bedrock/agentAgent.d.ts +14 -6
  640. package/bedrock/agentAgent.js +4 -2
  641. package/bedrock/agentAgent.js.map +1 -1
  642. package/bedrock/agentAgentActionGroup.d.ts +12 -0
  643. package/bedrock/agentAgentActionGroup.js +2 -0
  644. package/bedrock/agentAgentActionGroup.js.map +1 -1
  645. package/bedrock/agentAgentAlias.d.ts +12 -4
  646. package/bedrock/agentAgentAlias.js +2 -0
  647. package/bedrock/agentAgentAlias.js.map +1 -1
  648. package/bedrock/agentAgentCollaborator.d.ts +16 -4
  649. package/bedrock/agentAgentCollaborator.js +6 -4
  650. package/bedrock/agentAgentCollaborator.js.map +1 -1
  651. package/bedrock/agentAgentKnowledgeBaseAssociation.d.ts +12 -0
  652. package/bedrock/agentAgentKnowledgeBaseAssociation.js +2 -0
  653. package/bedrock/agentAgentKnowledgeBaseAssociation.js.map +1 -1
  654. package/bedrock/agentDataSource.d.ts +12 -0
  655. package/bedrock/agentDataSource.js +2 -0
  656. package/bedrock/agentDataSource.js.map +1 -1
  657. package/bedrock/agentKnowledgeBase.d.ts +12 -4
  658. package/bedrock/agentKnowledgeBase.js +2 -0
  659. package/bedrock/agentKnowledgeBase.js.map +1 -1
  660. package/bedrock/agentPrompt.d.ts +12 -4
  661. package/bedrock/agentPrompt.js +2 -0
  662. package/bedrock/agentPrompt.js.map +1 -1
  663. package/bedrock/customModel.d.ts +12 -4
  664. package/bedrock/customModel.js +2 -0
  665. package/bedrock/customModel.js.map +1 -1
  666. package/bedrock/getAgentAgentVersions.d.ts +9 -0
  667. package/bedrock/getAgentAgentVersions.js +2 -0
  668. package/bedrock/getAgentAgentVersions.js.map +1 -1
  669. package/bedrock/getCustomModel.d.ts +9 -0
  670. package/bedrock/getCustomModel.js +2 -0
  671. package/bedrock/getCustomModel.js.map +1 -1
  672. package/bedrock/getCustomModels.d.ts +21 -2
  673. package/bedrock/getCustomModels.js +10 -4
  674. package/bedrock/getCustomModels.js.map +1 -1
  675. package/bedrock/getInferenceProfile.d.ts +9 -0
  676. package/bedrock/getInferenceProfile.js +2 -0
  677. package/bedrock/getInferenceProfile.js.map +1 -1
  678. package/bedrock/getInferenceProfiles.d.ts +21 -2
  679. package/bedrock/getInferenceProfiles.js +10 -4
  680. package/bedrock/getInferenceProfiles.js.map +1 -1
  681. package/bedrock/guardrail.d.ts +12 -6
  682. package/bedrock/guardrail.js +2 -0
  683. package/bedrock/guardrail.js.map +1 -1
  684. package/bedrock/guardrailVersion.d.ts +12 -0
  685. package/bedrock/guardrailVersion.js +2 -0
  686. package/bedrock/guardrailVersion.js.map +1 -1
  687. package/bedrock/index.d.ts +2 -2
  688. package/bedrock/inferenceProfile.d.ts +12 -6
  689. package/bedrock/inferenceProfile.js +2 -0
  690. package/bedrock/inferenceProfile.js.map +1 -1
  691. package/bedrock/provisionedModelThroughput.d.ts +12 -4
  692. package/bedrock/provisionedModelThroughput.js +2 -0
  693. package/bedrock/provisionedModelThroughput.js.map +1 -1
  694. package/bedrockfoundation/getModel.d.ts +9 -0
  695. package/bedrockfoundation/getModel.js +2 -0
  696. package/bedrockfoundation/getModel.js.map +1 -1
  697. package/bedrockfoundation/getModels.d.ts +9 -0
  698. package/bedrockfoundation/getModels.js +2 -0
  699. package/bedrockfoundation/getModels.js.map +1 -1
  700. package/bedrockmodel/invocationLoggingConfiguration.d.ts +66 -0
  701. package/bedrockmodel/invocationLoggingConfiguration.js +56 -0
  702. package/bedrockmodel/invocationLoggingConfiguration.js.map +1 -1
  703. package/budgets/budget.d.ts +0 -4
  704. package/budgets/budget.js.map +1 -1
  705. package/budgets/budgetAction.d.ts +0 -4
  706. package/budgets/budgetAction.js.map +1 -1
  707. package/cfg/aggregateAuthorization.d.ts +28 -14
  708. package/cfg/aggregateAuthorization.js +4 -5
  709. package/cfg/aggregateAuthorization.js.map +1 -1
  710. package/cfg/configurationAggregator.d.ts +12 -4
  711. package/cfg/configurationAggregator.js +2 -0
  712. package/cfg/configurationAggregator.js.map +1 -1
  713. package/cfg/conformancePack.d.ts +15 -3
  714. package/cfg/conformancePack.js +5 -3
  715. package/cfg/conformancePack.js.map +1 -1
  716. package/cfg/deliveryChannel.d.ts +13 -1
  717. package/cfg/deliveryChannel.js +3 -1
  718. package/cfg/deliveryChannel.js.map +1 -1
  719. package/cfg/organizationConformancePack.d.ts +15 -3
  720. package/cfg/organizationConformancePack.js +5 -3
  721. package/cfg/organizationConformancePack.js.map +1 -1
  722. package/cfg/organizationCustomPolicyRule.d.ts +12 -0
  723. package/cfg/organizationCustomPolicyRule.js +2 -0
  724. package/cfg/organizationCustomPolicyRule.js.map +1 -1
  725. package/cfg/organizationCustomRule.d.ts +12 -0
  726. package/cfg/organizationCustomRule.js +2 -0
  727. package/cfg/organizationCustomRule.js.map +1 -1
  728. package/cfg/organizationManagedRule.d.ts +12 -0
  729. package/cfg/organizationManagedRule.js +2 -0
  730. package/cfg/organizationManagedRule.js.map +1 -1
  731. package/cfg/recorder.d.ts +12 -0
  732. package/cfg/recorder.js +2 -0
  733. package/cfg/recorder.js.map +1 -1
  734. package/cfg/recorderStatus.d.ts +13 -1
  735. package/cfg/recorderStatus.js +3 -1
  736. package/cfg/recorderStatus.js.map +1 -1
  737. package/cfg/remediationConfiguration.d.ts +12 -0
  738. package/cfg/remediationConfiguration.js +2 -0
  739. package/cfg/remediationConfiguration.js.map +1 -1
  740. package/cfg/retentionConfiguration.d.ts +12 -0
  741. package/cfg/retentionConfiguration.js +2 -0
  742. package/cfg/retentionConfiguration.js.map +1 -1
  743. package/cfg/rule.d.ts +12 -4
  744. package/cfg/rule.js +2 -0
  745. package/cfg/rule.js.map +1 -1
  746. package/chatbot/getSlackWorkspace.d.ts +9 -0
  747. package/chatbot/getSlackWorkspace.js +2 -0
  748. package/chatbot/getSlackWorkspace.js.map +1 -1
  749. package/chatbot/slackChannelConfiguration.d.ts +12 -4
  750. package/chatbot/slackChannelConfiguration.js +2 -0
  751. package/chatbot/slackChannelConfiguration.js.map +1 -1
  752. package/chatbot/teamsChannelConfiguration.d.ts +12 -4
  753. package/chatbot/teamsChannelConfiguration.js +2 -0
  754. package/chatbot/teamsChannelConfiguration.js.map +1 -1
  755. package/chime/index.d.ts +0 -3
  756. package/chime/index.js +1 -6
  757. package/chime/index.js.map +1 -1
  758. package/chime/sdkvoiceSipMediaApplication.d.ts +12 -4
  759. package/chime/sdkvoiceSipMediaApplication.js +2 -0
  760. package/chime/sdkvoiceSipMediaApplication.js.map +1 -1
  761. package/chime/sdkvoiceSipRule.d.ts +12 -0
  762. package/chime/sdkvoiceSipRule.js +2 -0
  763. package/chime/sdkvoiceSipRule.js.map +1 -1
  764. package/chime/sdkvoiceVoiceProfileDomain.d.ts +12 -6
  765. package/chime/sdkvoiceVoiceProfileDomain.js +2 -0
  766. package/chime/sdkvoiceVoiceProfileDomain.js.map +1 -1
  767. package/chime/voiceConnector.d.ts +12 -4
  768. package/chime/voiceConnector.js +2 -0
  769. package/chime/voiceConnector.js.map +1 -1
  770. package/chime/voiceConnectorGroup.d.ts +12 -0
  771. package/chime/voiceConnectorGroup.js +2 -0
  772. package/chime/voiceConnectorGroup.js.map +1 -1
  773. package/chime/voiceConnectorLogging.d.ts +12 -0
  774. package/chime/voiceConnectorLogging.js +2 -0
  775. package/chime/voiceConnectorLogging.js.map +1 -1
  776. package/chime/voiceConnectorOrigination.d.ts +12 -0
  777. package/chime/voiceConnectorOrigination.js +2 -0
  778. package/chime/voiceConnectorOrigination.js.map +1 -1
  779. package/chime/voiceConnectorStreaming.d.ts +12 -0
  780. package/chime/voiceConnectorStreaming.js +2 -0
  781. package/chime/voiceConnectorStreaming.js.map +1 -1
  782. package/chime/voiceConnectorTermination.d.ts +12 -0
  783. package/chime/voiceConnectorTermination.js +2 -0
  784. package/chime/voiceConnectorTermination.js.map +1 -1
  785. package/chime/voiceConnectorTerminationCredentials.d.ts +12 -0
  786. package/chime/voiceConnectorTerminationCredentials.js +2 -0
  787. package/chime/voiceConnectorTerminationCredentials.js.map +1 -1
  788. package/chimesdkmediapipelines/mediaInsightsPipelineConfiguration.d.ts +12 -6
  789. package/chimesdkmediapipelines/mediaInsightsPipelineConfiguration.js +2 -0
  790. package/chimesdkmediapipelines/mediaInsightsPipelineConfiguration.js.map +1 -1
  791. package/cleanrooms/collaboration.d.ts +12 -6
  792. package/cleanrooms/collaboration.js +2 -0
  793. package/cleanrooms/collaboration.js.map +1 -1
  794. package/cleanrooms/configuredTable.d.ts +12 -6
  795. package/cleanrooms/configuredTable.js +2 -0
  796. package/cleanrooms/configuredTable.js.map +1 -1
  797. package/cleanrooms/membership.d.ts +12 -6
  798. package/cleanrooms/membership.js +2 -0
  799. package/cleanrooms/membership.js.map +1 -1
  800. package/cloud9/environmentEC2.d.ts +12 -4
  801. package/cloud9/environmentEC2.js +2 -0
  802. package/cloud9/environmentEC2.js.map +1 -1
  803. package/cloud9/environmentMembership.d.ts +12 -0
  804. package/cloud9/environmentMembership.js +2 -0
  805. package/cloud9/environmentMembership.js.map +1 -1
  806. package/cloudcontrol/getResource.d.ts +9 -0
  807. package/cloudcontrol/getResource.js +2 -0
  808. package/cloudcontrol/getResource.js.map +1 -1
  809. package/cloudcontrol/resource.d.ts +12 -0
  810. package/cloudcontrol/resource.js +2 -0
  811. package/cloudcontrol/resource.js.map +1 -1
  812. package/cloudformation/cloudFormationType.d.ts +12 -0
  813. package/cloudformation/cloudFormationType.js +2 -0
  814. package/cloudformation/cloudFormationType.js.map +1 -1
  815. package/cloudformation/getCloudFormationType.d.ts +9 -0
  816. package/cloudformation/getCloudFormationType.js +2 -0
  817. package/cloudformation/getCloudFormationType.js.map +1 -1
  818. package/cloudformation/getExport.d.ts +9 -0
  819. package/cloudformation/getExport.js +2 -0
  820. package/cloudformation/getExport.js.map +1 -1
  821. package/cloudformation/getStack.d.ts +9 -0
  822. package/cloudformation/getStack.js +2 -0
  823. package/cloudformation/getStack.js.map +1 -1
  824. package/cloudformation/stack.d.ts +12 -4
  825. package/cloudformation/stack.js +2 -0
  826. package/cloudformation/stack.js.map +1 -1
  827. package/cloudformation/stackInstances.d.ts +12 -0
  828. package/cloudformation/stackInstances.js +2 -0
  829. package/cloudformation/stackInstances.js.map +1 -1
  830. package/cloudformation/stackSet.d.ts +12 -4
  831. package/cloudformation/stackSet.js +2 -0
  832. package/cloudformation/stackSet.js.map +1 -1
  833. package/cloudformation/stackSetInstance.d.ts +23 -5
  834. package/cloudformation/stackSetInstance.js +4 -2
  835. package/cloudformation/stackSetInstance.js.map +1 -1
  836. package/cloudfront/distribution.d.ts +16 -8
  837. package/cloudfront/distribution.js +6 -4
  838. package/cloudfront/distribution.js.map +1 -1
  839. package/cloudfront/getDistribution.d.ts +4 -0
  840. package/cloudfront/getDistribution.js.map +1 -1
  841. package/cloudfront/getLogDeliveryCanonicalUserId.d.ts +10 -10
  842. package/cloudfront/getLogDeliveryCanonicalUserId.js +8 -8
  843. package/cloudfront/originAccessIdentity.d.ts +1 -1
  844. package/cloudfront/originAccessIdentity.js +1 -1
  845. package/cloudfront/responseHeadersPolicy.d.ts +0 -4
  846. package/cloudfront/responseHeadersPolicy.js +1 -1
  847. package/cloudfront/responseHeadersPolicy.js.map +1 -1
  848. package/cloudfront/vpcOrigin.d.ts +0 -4
  849. package/cloudfront/vpcOrigin.js.map +1 -1
  850. package/cloudhsmv2/cluster.d.ts +12 -4
  851. package/cloudhsmv2/cluster.js +2 -0
  852. package/cloudhsmv2/cluster.js.map +1 -1
  853. package/cloudhsmv2/getCluster.d.ts +9 -0
  854. package/cloudhsmv2/getCluster.js +2 -0
  855. package/cloudhsmv2/getCluster.js.map +1 -1
  856. package/cloudhsmv2/hsm.d.ts +18 -0
  857. package/cloudhsmv2/hsm.js +2 -0
  858. package/cloudhsmv2/hsm.js.map +1 -1
  859. package/cloudsearch/domain.d.ts +12 -0
  860. package/cloudsearch/domain.js +2 -0
  861. package/cloudsearch/domain.js.map +1 -1
  862. package/cloudsearch/domainServiceAccessPolicy.d.ts +12 -0
  863. package/cloudsearch/domainServiceAccessPolicy.js +2 -0
  864. package/cloudsearch/domainServiceAccessPolicy.js.map +1 -1
  865. package/cloudtrail/eventDataStore.d.ts +12 -4
  866. package/cloudtrail/eventDataStore.js +2 -0
  867. package/cloudtrail/eventDataStore.js.map +1 -1
  868. package/cloudtrail/getServiceAccount.d.ts +8 -10
  869. package/cloudtrail/getServiceAccount.js +4 -4
  870. package/cloudtrail/getServiceAccount.js.map +1 -1
  871. package/cloudtrail/trail.d.ts +19 -11
  872. package/cloudtrail/trail.js +9 -7
  873. package/cloudtrail/trail.js.map +1 -1
  874. package/cloudwatch/compositeAlarm.d.ts +12 -4
  875. package/cloudwatch/compositeAlarm.js +2 -0
  876. package/cloudwatch/compositeAlarm.js.map +1 -1
  877. package/cloudwatch/contributorInsightRule.d.ts +12 -6
  878. package/cloudwatch/contributorInsightRule.js +2 -0
  879. package/cloudwatch/contributorInsightRule.js.map +1 -1
  880. package/cloudwatch/contributorManagedInsightRule.d.ts +12 -6
  881. package/cloudwatch/contributorManagedInsightRule.js +2 -0
  882. package/cloudwatch/contributorManagedInsightRule.js.map +1 -1
  883. package/cloudwatch/dashboard.d.ts +12 -0
  884. package/cloudwatch/dashboard.js +2 -0
  885. package/cloudwatch/dashboard.js.map +1 -1
  886. package/cloudwatch/eventApiDestination.d.ts +12 -0
  887. package/cloudwatch/eventApiDestination.js +2 -0
  888. package/cloudwatch/eventApiDestination.js.map +1 -1
  889. package/cloudwatch/eventArchive.d.ts +103 -15
  890. package/cloudwatch/eventArchive.js +69 -1
  891. package/cloudwatch/eventArchive.js.map +1 -1
  892. package/cloudwatch/eventBus.d.ts +12 -4
  893. package/cloudwatch/eventBus.js +2 -0
  894. package/cloudwatch/eventBus.js.map +1 -1
  895. package/cloudwatch/eventBusPolicy.d.ts +12 -0
  896. package/cloudwatch/eventBusPolicy.js +2 -0
  897. package/cloudwatch/eventBusPolicy.js.map +1 -1
  898. package/cloudwatch/eventConnection.d.ts +12 -0
  899. package/cloudwatch/eventConnection.js +2 -0
  900. package/cloudwatch/eventConnection.js.map +1 -1
  901. package/cloudwatch/eventEndpoint.d.ts +12 -0
  902. package/cloudwatch/eventEndpoint.js +2 -0
  903. package/cloudwatch/eventEndpoint.js.map +1 -1
  904. package/cloudwatch/eventPermission.d.ts +12 -0
  905. package/cloudwatch/eventPermission.js +2 -0
  906. package/cloudwatch/eventPermission.js.map +1 -1
  907. package/cloudwatch/eventRule.d.ts +30 -46
  908. package/cloudwatch/eventRule.js +5 -3
  909. package/cloudwatch/eventRule.js.map +1 -1
  910. package/cloudwatch/eventRuleMixins.js +1 -1
  911. package/cloudwatch/eventRuleMixins.js.map +1 -1
  912. package/cloudwatch/eventTarget.d.ts +12 -0
  913. package/cloudwatch/eventTarget.js +2 -0
  914. package/cloudwatch/eventTarget.js.map +1 -1
  915. package/cloudwatch/getContributorManagedInsightRules.d.ts +9 -0
  916. package/cloudwatch/getContributorManagedInsightRules.js +2 -0
  917. package/cloudwatch/getContributorManagedInsightRules.js.map +1 -1
  918. package/cloudwatch/getEventBus.d.ts +9 -0
  919. package/cloudwatch/getEventBus.js +2 -0
  920. package/cloudwatch/getEventBus.js.map +1 -1
  921. package/cloudwatch/getEventBuses.d.ts +9 -0
  922. package/cloudwatch/getEventBuses.js +2 -0
  923. package/cloudwatch/getEventBuses.js.map +1 -1
  924. package/cloudwatch/getEventConnection.d.ts +9 -0
  925. package/cloudwatch/getEventConnection.js +2 -0
  926. package/cloudwatch/getEventConnection.js.map +1 -1
  927. package/cloudwatch/getEventSource.d.ts +9 -0
  928. package/cloudwatch/getEventSource.js +2 -0
  929. package/cloudwatch/getEventSource.js.map +1 -1
  930. package/cloudwatch/getLogGroup.d.ts +9 -0
  931. package/cloudwatch/getLogGroup.js +2 -0
  932. package/cloudwatch/getLogGroup.js.map +1 -1
  933. package/cloudwatch/getLogGroups.d.ts +9 -0
  934. package/cloudwatch/getLogGroups.js +2 -0
  935. package/cloudwatch/getLogGroups.js.map +1 -1
  936. package/cloudwatch/internetMonitor.d.ts +12 -4
  937. package/cloudwatch/internetMonitor.js +2 -0
  938. package/cloudwatch/internetMonitor.js.map +1 -1
  939. package/cloudwatch/logAccountPolicy.d.ts +12 -0
  940. package/cloudwatch/logAccountPolicy.js +2 -0
  941. package/cloudwatch/logAccountPolicy.js.map +1 -1
  942. package/cloudwatch/logAnomalyDetector.d.ts +12 -6
  943. package/cloudwatch/logAnomalyDetector.js +2 -0
  944. package/cloudwatch/logAnomalyDetector.js.map +1 -1
  945. package/cloudwatch/logDataProtectionPolicy.d.ts +14 -2
  946. package/cloudwatch/logDataProtectionPolicy.js +4 -2
  947. package/cloudwatch/logDataProtectionPolicy.js.map +1 -1
  948. package/cloudwatch/logDelivery.d.ts +12 -4
  949. package/cloudwatch/logDelivery.js +2 -0
  950. package/cloudwatch/logDelivery.js.map +1 -1
  951. package/cloudwatch/logDeliveryDestination.d.ts +12 -4
  952. package/cloudwatch/logDeliveryDestination.js +2 -0
  953. package/cloudwatch/logDeliveryDestination.js.map +1 -1
  954. package/cloudwatch/logDeliveryDestinationPolicy.d.ts +12 -0
  955. package/cloudwatch/logDeliveryDestinationPolicy.js +2 -0
  956. package/cloudwatch/logDeliveryDestinationPolicy.js.map +1 -1
  957. package/cloudwatch/logDeliverySource.d.ts +12 -4
  958. package/cloudwatch/logDeliverySource.js +2 -0
  959. package/cloudwatch/logDeliverySource.js.map +1 -1
  960. package/cloudwatch/logDestination.d.ts +12 -4
  961. package/cloudwatch/logDestination.js +2 -0
  962. package/cloudwatch/logDestination.js.map +1 -1
  963. package/cloudwatch/logDestinationPolicy.d.ts +12 -0
  964. package/cloudwatch/logDestinationPolicy.js +2 -0
  965. package/cloudwatch/logDestinationPolicy.js.map +1 -1
  966. package/cloudwatch/logGroup.d.ts +18 -10
  967. package/cloudwatch/logGroup.js +2 -0
  968. package/cloudwatch/logGroup.js.map +1 -1
  969. package/cloudwatch/logGroupMixins.js +2 -2
  970. package/cloudwatch/logGroupMixins.js.map +1 -1
  971. package/cloudwatch/logIndexPolicy.d.ts +12 -0
  972. package/cloudwatch/logIndexPolicy.js +2 -0
  973. package/cloudwatch/logIndexPolicy.js.map +1 -1
  974. package/cloudwatch/logMetricFilter.d.ts +12 -0
  975. package/cloudwatch/logMetricFilter.js +2 -0
  976. package/cloudwatch/logMetricFilter.js.map +1 -1
  977. package/cloudwatch/logResourcePolicy.d.ts +15 -3
  978. package/cloudwatch/logResourcePolicy.js +2 -0
  979. package/cloudwatch/logResourcePolicy.js.map +1 -1
  980. package/cloudwatch/logStream.d.ts +12 -0
  981. package/cloudwatch/logStream.js +2 -0
  982. package/cloudwatch/logStream.js.map +1 -1
  983. package/cloudwatch/logSubscriptionFilter.d.ts +12 -0
  984. package/cloudwatch/logSubscriptionFilter.js +2 -0
  985. package/cloudwatch/logSubscriptionFilter.js.map +1 -1
  986. package/cloudwatch/metricAlarm.d.ts +12 -4
  987. package/cloudwatch/metricAlarm.js +2 -0
  988. package/cloudwatch/metricAlarm.js.map +1 -1
  989. package/cloudwatch/metricStream.d.ts +14 -6
  990. package/cloudwatch/metricStream.js +4 -2
  991. package/cloudwatch/metricStream.js.map +1 -1
  992. package/cloudwatch/queryDefinition.d.ts +12 -0
  993. package/cloudwatch/queryDefinition.js +2 -0
  994. package/cloudwatch/queryDefinition.js.map +1 -1
  995. package/codeartifact/domain.d.ts +12 -4
  996. package/codeartifact/domain.js +2 -0
  997. package/codeartifact/domain.js.map +1 -1
  998. package/codeartifact/domainPermissions.d.ts +13 -1
  999. package/codeartifact/domainPermissions.js +2 -3
  1000. package/codeartifact/domainPermissions.js.map +1 -1
  1001. package/codeartifact/getAuthorizationToken.d.ts +9 -0
  1002. package/codeartifact/getAuthorizationToken.js +2 -0
  1003. package/codeartifact/getAuthorizationToken.js.map +1 -1
  1004. package/codeartifact/getRepositoryEndpoint.d.ts +9 -0
  1005. package/codeartifact/getRepositoryEndpoint.js +2 -0
  1006. package/codeartifact/getRepositoryEndpoint.js.map +1 -1
  1007. package/codeartifact/repository.d.ts +12 -4
  1008. package/codeartifact/repository.js +2 -0
  1009. package/codeartifact/repository.js.map +1 -1
  1010. package/codeartifact/repositoryPermissionsPolicy.d.ts +12 -0
  1011. package/codeartifact/repositoryPermissionsPolicy.js +2 -0
  1012. package/codeartifact/repositoryPermissionsPolicy.js.map +1 -1
  1013. package/codebuild/fleet.d.ts +12 -6
  1014. package/codebuild/fleet.js +2 -0
  1015. package/codebuild/fleet.js.map +1 -1
  1016. package/codebuild/getFleet.d.ts +9 -0
  1017. package/codebuild/getFleet.js +2 -0
  1018. package/codebuild/getFleet.js.map +1 -1
  1019. package/codebuild/project.d.ts +20 -12
  1020. package/codebuild/project.js +10 -8
  1021. package/codebuild/project.js.map +1 -1
  1022. package/codebuild/reportGroup.d.ts +14 -6
  1023. package/codebuild/reportGroup.js +4 -2
  1024. package/codebuild/reportGroup.js.map +1 -1
  1025. package/codebuild/resourcePolicy.d.ts +12 -0
  1026. package/codebuild/resourcePolicy.js +2 -0
  1027. package/codebuild/resourcePolicy.js.map +1 -1
  1028. package/codebuild/sourceCredential.d.ts +12 -0
  1029. package/codebuild/sourceCredential.js +2 -0
  1030. package/codebuild/sourceCredential.js.map +1 -1
  1031. package/codebuild/webhook.d.ts +12 -0
  1032. package/codebuild/webhook.js +2 -0
  1033. package/codebuild/webhook.js.map +1 -1
  1034. package/codecatalyst/devEnvironment.d.ts +12 -0
  1035. package/codecatalyst/devEnvironment.js +2 -0
  1036. package/codecatalyst/devEnvironment.js.map +1 -1
  1037. package/codecatalyst/getDevEnvironment.d.ts +9 -0
  1038. package/codecatalyst/getDevEnvironment.js +2 -0
  1039. package/codecatalyst/getDevEnvironment.js.map +1 -1
  1040. package/codecatalyst/project.d.ts +12 -0
  1041. package/codecatalyst/project.js +2 -0
  1042. package/codecatalyst/project.js.map +1 -1
  1043. package/codecatalyst/sourceRepository.d.ts +12 -0
  1044. package/codecatalyst/sourceRepository.js +2 -0
  1045. package/codecatalyst/sourceRepository.js.map +1 -1
  1046. package/codecommit/approvalRuleTemplate.d.ts +12 -0
  1047. package/codecommit/approvalRuleTemplate.js +2 -0
  1048. package/codecommit/approvalRuleTemplate.js.map +1 -1
  1049. package/codecommit/approvalRuleTemplateAssociation.d.ts +12 -0
  1050. package/codecommit/approvalRuleTemplateAssociation.js +2 -0
  1051. package/codecommit/approvalRuleTemplateAssociation.js.map +1 -1
  1052. package/codecommit/getApprovalRuleTemplate.d.ts +9 -0
  1053. package/codecommit/getApprovalRuleTemplate.js +2 -0
  1054. package/codecommit/getApprovalRuleTemplate.js.map +1 -1
  1055. package/codecommit/getRepository.d.ts +9 -0
  1056. package/codecommit/getRepository.js +2 -0
  1057. package/codecommit/getRepository.js.map +1 -1
  1058. package/codecommit/repository.d.ts +12 -4
  1059. package/codecommit/repository.js +2 -0
  1060. package/codecommit/repository.js.map +1 -1
  1061. package/codecommit/trigger.d.ts +12 -0
  1062. package/codecommit/trigger.js +2 -0
  1063. package/codecommit/trigger.js.map +1 -1
  1064. package/codeconnections/connection.d.ts +12 -4
  1065. package/codeconnections/connection.js +2 -0
  1066. package/codeconnections/connection.js.map +1 -1
  1067. package/codeconnections/host.d.ts +12 -6
  1068. package/codeconnections/host.js +2 -0
  1069. package/codeconnections/host.js.map +1 -1
  1070. package/codedeploy/application.d.ts +12 -4
  1071. package/codedeploy/application.js +2 -0
  1072. package/codedeploy/application.js.map +1 -1
  1073. package/codedeploy/deploymentConfig.d.ts +12 -0
  1074. package/codedeploy/deploymentConfig.js +2 -0
  1075. package/codedeploy/deploymentConfig.js.map +1 -1
  1076. package/codedeploy/deploymentGroup.d.ts +12 -4
  1077. package/codedeploy/deploymentGroup.js +2 -0
  1078. package/codedeploy/deploymentGroup.js.map +1 -1
  1079. package/codeguruprofiler/getProfilingGroup.d.ts +9 -0
  1080. package/codeguruprofiler/getProfilingGroup.js +2 -0
  1081. package/codeguruprofiler/getProfilingGroup.js.map +1 -1
  1082. package/codeguruprofiler/profilingGroup.d.ts +12 -4
  1083. package/codeguruprofiler/profilingGroup.js +2 -0
  1084. package/codeguruprofiler/profilingGroup.js.map +1 -1
  1085. package/codegurureviewer/repositoryAssociation.d.ts +12 -6
  1086. package/codegurureviewer/repositoryAssociation.js +2 -0
  1087. package/codegurureviewer/repositoryAssociation.js.map +1 -1
  1088. package/codepipeline/customActionType.d.ts +12 -4
  1089. package/codepipeline/customActionType.js +2 -0
  1090. package/codepipeline/customActionType.js.map +1 -1
  1091. package/codepipeline/pipeline.d.ts +19 -11
  1092. package/codepipeline/pipeline.js +3 -1
  1093. package/codepipeline/pipeline.js.map +1 -1
  1094. package/codepipeline/webhook.d.ts +12 -4
  1095. package/codepipeline/webhook.js +2 -0
  1096. package/codepipeline/webhook.js.map +1 -1
  1097. package/codestarconnections/connection.d.ts +12 -4
  1098. package/codestarconnections/connection.js +2 -0
  1099. package/codestarconnections/connection.js.map +1 -1
  1100. package/codestarconnections/getConnection.d.ts +9 -0
  1101. package/codestarconnections/getConnection.js +2 -0
  1102. package/codestarconnections/getConnection.js.map +1 -1
  1103. package/codestarconnections/host.d.ts +12 -0
  1104. package/codestarconnections/host.js +2 -0
  1105. package/codestarconnections/host.js.map +1 -1
  1106. package/codestarnotifications/notificationRule.d.ts +15 -7
  1107. package/codestarnotifications/notificationRule.js +5 -3
  1108. package/codestarnotifications/notificationRule.js.map +1 -1
  1109. package/cognito/getIdentityPool.d.ts +9 -0
  1110. package/cognito/getIdentityPool.js +2 -0
  1111. package/cognito/getIdentityPool.js.map +1 -1
  1112. package/cognito/getUserGroup.d.ts +9 -0
  1113. package/cognito/getUserGroup.js +2 -0
  1114. package/cognito/getUserGroup.js.map +1 -1
  1115. package/cognito/getUserGroups.d.ts +9 -0
  1116. package/cognito/getUserGroups.js +2 -0
  1117. package/cognito/getUserGroups.js.map +1 -1
  1118. package/cognito/getUserPool.d.ts +9 -0
  1119. package/cognito/getUserPool.js +2 -0
  1120. package/cognito/getUserPool.js.map +1 -1
  1121. package/cognito/getUserPoolClient.d.ts +9 -0
  1122. package/cognito/getUserPoolClient.js +2 -0
  1123. package/cognito/getUserPoolClient.js.map +1 -1
  1124. package/cognito/getUserPoolClients.d.ts +9 -0
  1125. package/cognito/getUserPoolClients.js +2 -0
  1126. package/cognito/getUserPoolClients.js.map +1 -1
  1127. package/cognito/getUserPoolSigningCertificate.d.ts +9 -0
  1128. package/cognito/getUserPoolSigningCertificate.js +2 -0
  1129. package/cognito/getUserPoolSigningCertificate.js.map +1 -1
  1130. package/cognito/getUserPools.d.ts +9 -0
  1131. package/cognito/getUserPools.js +2 -0
  1132. package/cognito/getUserPools.js.map +1 -1
  1133. package/cognito/identityPool.d.ts +12 -4
  1134. package/cognito/identityPool.js +2 -0
  1135. package/cognito/identityPool.js.map +1 -1
  1136. package/cognito/identityPoolProviderPrincipalTag.d.ts +12 -0
  1137. package/cognito/identityPoolProviderPrincipalTag.js +2 -0
  1138. package/cognito/identityPoolProviderPrincipalTag.js.map +1 -1
  1139. package/cognito/identityPoolRoleAttachment.d.ts +12 -0
  1140. package/cognito/identityPoolRoleAttachment.js +2 -0
  1141. package/cognito/identityPoolRoleAttachment.js.map +1 -1
  1142. package/cognito/identityProvider.d.ts +12 -0
  1143. package/cognito/identityProvider.js +2 -0
  1144. package/cognito/identityProvider.js.map +1 -1
  1145. package/cognito/managedUserPoolClient.d.ts +12 -0
  1146. package/cognito/managedUserPoolClient.js +2 -0
  1147. package/cognito/managedUserPoolClient.js.map +1 -1
  1148. package/cognito/resourceServer.d.ts +12 -0
  1149. package/cognito/resourceServer.js +2 -0
  1150. package/cognito/resourceServer.js.map +1 -1
  1151. package/cognito/riskConfiguration.d.ts +12 -0
  1152. package/cognito/riskConfiguration.js +2 -0
  1153. package/cognito/riskConfiguration.js.map +1 -1
  1154. package/cognito/user.d.ts +12 -0
  1155. package/cognito/user.js +2 -0
  1156. package/cognito/user.js.map +1 -1
  1157. package/cognito/userGroup.d.ts +12 -0
  1158. package/cognito/userGroup.js +2 -0
  1159. package/cognito/userGroup.js.map +1 -1
  1160. package/cognito/userInGroup.d.ts +20 -0
  1161. package/cognito/userInGroup.js +10 -0
  1162. package/cognito/userInGroup.js.map +1 -1
  1163. package/cognito/userPool.d.ts +12 -4
  1164. package/cognito/userPool.js +2 -0
  1165. package/cognito/userPool.js.map +1 -1
  1166. package/cognito/userPoolClient.d.ts +12 -0
  1167. package/cognito/userPoolClient.js +2 -0
  1168. package/cognito/userPoolClient.js.map +1 -1
  1169. package/cognito/userPoolDomain.d.ts +12 -0
  1170. package/cognito/userPoolDomain.js +2 -0
  1171. package/cognito/userPoolDomain.js.map +1 -1
  1172. package/cognito/userPoolUICustomization.d.ts +12 -0
  1173. package/cognito/userPoolUICustomization.js +2 -0
  1174. package/cognito/userPoolUICustomization.js.map +1 -1
  1175. package/comprehend/documentClassifier.d.ts +12 -4
  1176. package/comprehend/documentClassifier.js +2 -0
  1177. package/comprehend/documentClassifier.js.map +1 -1
  1178. package/comprehend/entityRecognizer.d.ts +12 -4
  1179. package/comprehend/entityRecognizer.js +2 -0
  1180. package/comprehend/entityRecognizer.js.map +1 -1
  1181. package/computeoptimizer/enrollmentStatus.d.ts +12 -0
  1182. package/computeoptimizer/enrollmentStatus.js +2 -0
  1183. package/computeoptimizer/enrollmentStatus.js.map +1 -1
  1184. package/computeoptimizer/recommendationPreferences.d.ts +12 -0
  1185. package/computeoptimizer/recommendationPreferences.js +2 -0
  1186. package/computeoptimizer/recommendationPreferences.js.map +1 -1
  1187. package/config/require.d.ts +1 -1
  1188. package/config/require.js.map +1 -1
  1189. package/config/vars.d.ts +2 -3
  1190. package/config/vars.js +4 -4
  1191. package/config/vars.js.map +1 -1
  1192. package/connect/botAssociation.d.ts +13 -1
  1193. package/connect/botAssociation.js +3 -1
  1194. package/connect/botAssociation.js.map +1 -1
  1195. package/connect/contactFlow.d.ts +12 -4
  1196. package/connect/contactFlow.js +2 -0
  1197. package/connect/contactFlow.js.map +1 -1
  1198. package/connect/contactFlowModule.d.ts +12 -4
  1199. package/connect/contactFlowModule.js +2 -0
  1200. package/connect/contactFlowModule.js.map +1 -1
  1201. package/connect/getBotAssociation.d.ts +9 -0
  1202. package/connect/getBotAssociation.js +2 -0
  1203. package/connect/getBotAssociation.js.map +1 -1
  1204. package/connect/getContactFlow.d.ts +9 -0
  1205. package/connect/getContactFlow.js +2 -0
  1206. package/connect/getContactFlow.js.map +1 -1
  1207. package/connect/getContactFlowModule.d.ts +9 -0
  1208. package/connect/getContactFlowModule.js +2 -0
  1209. package/connect/getContactFlowModule.js.map +1 -1
  1210. package/connect/getHoursOfOperation.d.ts +9 -0
  1211. package/connect/getHoursOfOperation.js +2 -0
  1212. package/connect/getHoursOfOperation.js.map +1 -1
  1213. package/connect/getInstance.d.ts +9 -0
  1214. package/connect/getInstance.js +2 -0
  1215. package/connect/getInstance.js.map +1 -1
  1216. package/connect/getInstanceStorageConfig.d.ts +9 -0
  1217. package/connect/getInstanceStorageConfig.js +2 -0
  1218. package/connect/getInstanceStorageConfig.js.map +1 -1
  1219. package/connect/getLambdaFunctionAssociation.d.ts +9 -0
  1220. package/connect/getLambdaFunctionAssociation.js +2 -0
  1221. package/connect/getLambdaFunctionAssociation.js.map +1 -1
  1222. package/connect/getPrompt.d.ts +9 -0
  1223. package/connect/getPrompt.js +2 -0
  1224. package/connect/getPrompt.js.map +1 -1
  1225. package/connect/getQueue.d.ts +9 -0
  1226. package/connect/getQueue.js +2 -0
  1227. package/connect/getQueue.js.map +1 -1
  1228. package/connect/getQuickConnect.d.ts +9 -0
  1229. package/connect/getQuickConnect.js +2 -0
  1230. package/connect/getQuickConnect.js.map +1 -1
  1231. package/connect/getRoutingProfile.d.ts +9 -0
  1232. package/connect/getRoutingProfile.js +2 -0
  1233. package/connect/getRoutingProfile.js.map +1 -1
  1234. package/connect/getSecurityProfile.d.ts +9 -0
  1235. package/connect/getSecurityProfile.js +2 -0
  1236. package/connect/getSecurityProfile.js.map +1 -1
  1237. package/connect/getUser.d.ts +9 -0
  1238. package/connect/getUser.js +2 -0
  1239. package/connect/getUser.js.map +1 -1
  1240. package/connect/getUserHierarchyGroup.d.ts +9 -0
  1241. package/connect/getUserHierarchyGroup.js +2 -0
  1242. package/connect/getUserHierarchyGroup.js.map +1 -1
  1243. package/connect/getUserHierarchyStructure.d.ts +9 -0
  1244. package/connect/getUserHierarchyStructure.js +2 -0
  1245. package/connect/getUserHierarchyStructure.js.map +1 -1
  1246. package/connect/getVocabulary.d.ts +9 -0
  1247. package/connect/getVocabulary.js +2 -0
  1248. package/connect/getVocabulary.js.map +1 -1
  1249. package/connect/hoursOfOperation.d.ts +12 -4
  1250. package/connect/hoursOfOperation.js +2 -0
  1251. package/connect/hoursOfOperation.js.map +1 -1
  1252. package/connect/instance.d.ts +12 -4
  1253. package/connect/instance.js +2 -0
  1254. package/connect/instance.js.map +1 -1
  1255. package/connect/instanceStorageConfig.d.ts +12 -0
  1256. package/connect/instanceStorageConfig.js +2 -0
  1257. package/connect/instanceStorageConfig.js.map +1 -1
  1258. package/connect/lambdaFunctionAssociation.d.ts +12 -0
  1259. package/connect/lambdaFunctionAssociation.js +2 -0
  1260. package/connect/lambdaFunctionAssociation.js.map +1 -1
  1261. package/connect/phoneNumber.d.ts +12 -4
  1262. package/connect/phoneNumber.js +2 -0
  1263. package/connect/phoneNumber.js.map +1 -1
  1264. package/connect/queue.d.ts +12 -4
  1265. package/connect/queue.js +2 -0
  1266. package/connect/queue.js.map +1 -1
  1267. package/connect/quickConnect.d.ts +12 -4
  1268. package/connect/quickConnect.js +2 -0
  1269. package/connect/quickConnect.js.map +1 -1
  1270. package/connect/routingProfile.d.ts +12 -4
  1271. package/connect/routingProfile.js +2 -0
  1272. package/connect/routingProfile.js.map +1 -1
  1273. package/connect/securityProfile.d.ts +12 -4
  1274. package/connect/securityProfile.js +2 -0
  1275. package/connect/securityProfile.js.map +1 -1
  1276. package/connect/user.d.ts +12 -4
  1277. package/connect/user.js +2 -0
  1278. package/connect/user.js.map +1 -1
  1279. package/connect/userHierarchyGroup.d.ts +12 -4
  1280. package/connect/userHierarchyGroup.js +2 -0
  1281. package/connect/userHierarchyGroup.js.map +1 -1
  1282. package/connect/userHierarchyStructure.d.ts +12 -0
  1283. package/connect/userHierarchyStructure.js +2 -0
  1284. package/connect/userHierarchyStructure.js.map +1 -1
  1285. package/connect/vocabulary.d.ts +12 -4
  1286. package/connect/vocabulary.js +2 -0
  1287. package/connect/vocabulary.js.map +1 -1
  1288. package/controltower/controlTowerControl.d.ts +13 -1
  1289. package/controltower/controlTowerControl.js +3 -1
  1290. package/controltower/controlTowerControl.js.map +1 -1
  1291. package/controltower/getControls.d.ts +9 -0
  1292. package/controltower/getControls.js +2 -0
  1293. package/controltower/getControls.js.map +1 -1
  1294. package/controltower/landingZone.d.ts +12 -4
  1295. package/controltower/landingZone.js +2 -0
  1296. package/controltower/landingZone.js.map +1 -1
  1297. package/costexplorer/anomalyMonitor.d.ts +0 -4
  1298. package/costexplorer/anomalyMonitor.js.map +1 -1
  1299. package/costexplorer/anomalySubscription.d.ts +0 -4
  1300. package/costexplorer/anomalySubscription.js.map +1 -1
  1301. package/costexplorer/costCategory.d.ts +0 -4
  1302. package/costexplorer/costCategory.js.map +1 -1
  1303. package/cur/reportDefinition.d.ts +9 -12
  1304. package/cur/reportDefinition.js +4 -0
  1305. package/cur/reportDefinition.js.map +1 -1
  1306. package/customerprofiles/domain.d.ts +16 -8
  1307. package/customerprofiles/domain.js +6 -4
  1308. package/customerprofiles/domain.js.map +1 -1
  1309. package/customerprofiles/profile.d.ts +12 -0
  1310. package/customerprofiles/profile.js +2 -0
  1311. package/customerprofiles/profile.js.map +1 -1
  1312. package/dataexchange/dataSet.d.ts +12 -4
  1313. package/dataexchange/dataSet.js +2 -0
  1314. package/dataexchange/dataSet.js.map +1 -1
  1315. package/dataexchange/eventAction.d.ts +12 -0
  1316. package/dataexchange/eventAction.js +2 -0
  1317. package/dataexchange/eventAction.js.map +1 -1
  1318. package/dataexchange/revision.d.ts +12 -4
  1319. package/dataexchange/revision.js +2 -0
  1320. package/dataexchange/revision.js.map +1 -1
  1321. package/dataexchange/revisionAssets.d.ts +12 -4
  1322. package/dataexchange/revisionAssets.js +2 -0
  1323. package/dataexchange/revisionAssets.js.map +1 -1
  1324. package/datapipeline/getPipeline.d.ts +9 -0
  1325. package/datapipeline/getPipeline.js +2 -0
  1326. package/datapipeline/getPipeline.js.map +1 -1
  1327. package/datapipeline/getPipelineDefinition.d.ts +9 -0
  1328. package/datapipeline/getPipelineDefinition.js +2 -0
  1329. package/datapipeline/getPipelineDefinition.js.map +1 -1
  1330. package/datapipeline/pipeline.d.ts +12 -4
  1331. package/datapipeline/pipeline.js +2 -0
  1332. package/datapipeline/pipeline.js.map +1 -1
  1333. package/datapipeline/pipelineDefinition.d.ts +12 -0
  1334. package/datapipeline/pipelineDefinition.js +2 -0
  1335. package/datapipeline/pipelineDefinition.js.map +1 -1
  1336. package/datasync/agent.d.ts +13 -5
  1337. package/datasync/agent.js +3 -1
  1338. package/datasync/agent.js.map +1 -1
  1339. package/datasync/efsLocation.d.ts +15 -8
  1340. package/datasync/efsLocation.js +2 -0
  1341. package/datasync/efsLocation.js.map +1 -1
  1342. package/datasync/fsxOpenZfsFileSystem.d.ts +12 -4
  1343. package/datasync/fsxOpenZfsFileSystem.js +2 -0
  1344. package/datasync/fsxOpenZfsFileSystem.js.map +1 -1
  1345. package/datasync/locationAzureBlob.d.ts +12 -4
  1346. package/datasync/locationAzureBlob.js +2 -0
  1347. package/datasync/locationAzureBlob.js.map +1 -1
  1348. package/datasync/locationFsxLustre.d.ts +12 -4
  1349. package/datasync/locationFsxLustre.js +2 -0
  1350. package/datasync/locationFsxLustre.js.map +1 -1
  1351. package/datasync/locationFsxOntapFileSystem.d.ts +12 -6
  1352. package/datasync/locationFsxOntapFileSystem.js +2 -0
  1353. package/datasync/locationFsxOntapFileSystem.js.map +1 -1
  1354. package/datasync/locationFsxWindows.d.ts +12 -4
  1355. package/datasync/locationFsxWindows.js +2 -0
  1356. package/datasync/locationFsxWindows.js.map +1 -1
  1357. package/datasync/locationHdfs.d.ts +12 -4
  1358. package/datasync/locationHdfs.js +2 -0
  1359. package/datasync/locationHdfs.js.map +1 -1
  1360. package/datasync/locationObjectStorage.d.ts +12 -4
  1361. package/datasync/locationObjectStorage.js +2 -0
  1362. package/datasync/locationObjectStorage.js.map +1 -1
  1363. package/datasync/locationSmb.d.ts +12 -4
  1364. package/datasync/locationSmb.js +2 -0
  1365. package/datasync/locationSmb.js.map +1 -1
  1366. package/datasync/nfsLocation.d.ts +12 -4
  1367. package/datasync/nfsLocation.js +2 -0
  1368. package/datasync/nfsLocation.js.map +1 -1
  1369. package/datasync/s3location.d.ts +15 -8
  1370. package/datasync/s3location.js +2 -0
  1371. package/datasync/s3location.js.map +1 -1
  1372. package/datasync/task.d.ts +21 -14
  1373. package/datasync/task.js +2 -0
  1374. package/datasync/task.js.map +1 -1
  1375. package/datazone/assetType.d.ts +12 -0
  1376. package/datazone/assetType.js +2 -0
  1377. package/datazone/assetType.js.map +1 -1
  1378. package/datazone/domain.d.ts +12 -4
  1379. package/datazone/domain.js +2 -0
  1380. package/datazone/domain.js.map +1 -1
  1381. package/datazone/environment.d.ts +12 -0
  1382. package/datazone/environment.js +2 -0
  1383. package/datazone/environment.js.map +1 -1
  1384. package/datazone/environmentBlueprintConfiguration.d.ts +15 -36
  1385. package/datazone/environmentBlueprintConfiguration.js +2 -27
  1386. package/datazone/environmentBlueprintConfiguration.js.map +1 -1
  1387. package/datazone/environmentProfile.d.ts +12 -0
  1388. package/datazone/environmentProfile.js +2 -0
  1389. package/datazone/environmentProfile.js.map +1 -1
  1390. package/datazone/formType.d.ts +12 -0
  1391. package/datazone/formType.js +2 -0
  1392. package/datazone/formType.js.map +1 -1
  1393. package/datazone/getDomain.d.ts +9 -0
  1394. package/datazone/getDomain.js +2 -0
  1395. package/datazone/getDomain.js.map +1 -1
  1396. package/datazone/getEnvironmentBlueprint.d.ts +9 -0
  1397. package/datazone/getEnvironmentBlueprint.js +2 -0
  1398. package/datazone/getEnvironmentBlueprint.js.map +1 -1
  1399. package/datazone/glossary.d.ts +12 -0
  1400. package/datazone/glossary.js +2 -0
  1401. package/datazone/glossary.js.map +1 -1
  1402. package/datazone/glossaryTerm.d.ts +12 -0
  1403. package/datazone/glossaryTerm.js +2 -0
  1404. package/datazone/glossaryTerm.js.map +1 -1
  1405. package/datazone/project.d.ts +12 -0
  1406. package/datazone/project.js +2 -0
  1407. package/datazone/project.js.map +1 -1
  1408. package/datazone/userProfile.d.ts +12 -0
  1409. package/datazone/userProfile.js +2 -0
  1410. package/datazone/userProfile.js.map +1 -1
  1411. package/dax/cluster.d.ts +12 -4
  1412. package/dax/cluster.js +2 -0
  1413. package/dax/cluster.js.map +1 -1
  1414. package/dax/parameterGroup.d.ts +12 -0
  1415. package/dax/parameterGroup.js +2 -0
  1416. package/dax/parameterGroup.js.map +1 -1
  1417. package/dax/subnetGroup.d.ts +12 -0
  1418. package/dax/subnetGroup.js +2 -0
  1419. package/dax/subnetGroup.js.map +1 -1
  1420. package/detective/graph.d.ts +12 -6
  1421. package/detective/graph.js +2 -0
  1422. package/detective/graph.js.map +1 -1
  1423. package/detective/invitationAccepter.d.ts +12 -0
  1424. package/detective/invitationAccepter.js +2 -0
  1425. package/detective/invitationAccepter.js.map +1 -1
  1426. package/detective/member.d.ts +12 -0
  1427. package/detective/member.js +2 -0
  1428. package/detective/member.js.map +1 -1
  1429. package/detective/organizationAdminAccount.d.ts +12 -0
  1430. package/detective/organizationAdminAccount.js +2 -0
  1431. package/detective/organizationAdminAccount.js.map +1 -1
  1432. package/detective/organizationConfiguration.d.ts +12 -0
  1433. package/detective/organizationConfiguration.js +2 -0
  1434. package/detective/organizationConfiguration.js.map +1 -1
  1435. package/devicefarm/devicePool.d.ts +12 -4
  1436. package/devicefarm/devicePool.js +2 -0
  1437. package/devicefarm/devicePool.js.map +1 -1
  1438. package/devicefarm/instanceProfile.d.ts +12 -4
  1439. package/devicefarm/instanceProfile.js +2 -0
  1440. package/devicefarm/instanceProfile.js.map +1 -1
  1441. package/devicefarm/networkProfile.d.ts +12 -4
  1442. package/devicefarm/networkProfile.js +2 -0
  1443. package/devicefarm/networkProfile.js.map +1 -1
  1444. package/devicefarm/project.d.ts +12 -4
  1445. package/devicefarm/project.js +2 -0
  1446. package/devicefarm/project.js.map +1 -1
  1447. package/devicefarm/testGridProject.d.ts +12 -4
  1448. package/devicefarm/testGridProject.js +2 -0
  1449. package/devicefarm/testGridProject.js.map +1 -1
  1450. package/devicefarm/upload.d.ts +12 -0
  1451. package/devicefarm/upload.js +2 -0
  1452. package/devicefarm/upload.js.map +1 -1
  1453. package/devopsguru/eventSourcesConfig.d.ts +13 -1
  1454. package/devopsguru/eventSourcesConfig.js +3 -1
  1455. package/devopsguru/eventSourcesConfig.js.map +1 -1
  1456. package/devopsguru/getNotificationChannel.d.ts +9 -0
  1457. package/devopsguru/getNotificationChannel.js +2 -0
  1458. package/devopsguru/getNotificationChannel.js.map +1 -1
  1459. package/devopsguru/getResourceCollection.d.ts +7 -15
  1460. package/devopsguru/getResourceCollection.js +2 -4
  1461. package/devopsguru/getResourceCollection.js.map +1 -1
  1462. package/devopsguru/notificationChannel.d.ts +12 -0
  1463. package/devopsguru/notificationChannel.js +2 -0
  1464. package/devopsguru/notificationChannel.js.map +1 -1
  1465. package/devopsguru/resourceCollection.d.ts +12 -0
  1466. package/devopsguru/resourceCollection.js +2 -0
  1467. package/devopsguru/resourceCollection.js.map +1 -1
  1468. package/devopsguru/serviceIntegration.d.ts +13 -1
  1469. package/devopsguru/serviceIntegration.js +3 -1
  1470. package/devopsguru/serviceIntegration.js.map +1 -1
  1471. package/directconnect/bgpPeer.d.ts +12 -0
  1472. package/directconnect/bgpPeer.js +2 -0
  1473. package/directconnect/bgpPeer.js.map +1 -1
  1474. package/directconnect/connection.d.ts +12 -4
  1475. package/directconnect/connection.js +2 -0
  1476. package/directconnect/connection.js.map +1 -1
  1477. package/directconnect/connectionAssociation.d.ts +12 -0
  1478. package/directconnect/connectionAssociation.js +2 -0
  1479. package/directconnect/connectionAssociation.js.map +1 -1
  1480. package/directconnect/connectionConfirmation.d.ts +12 -0
  1481. package/directconnect/connectionConfirmation.js +2 -0
  1482. package/directconnect/connectionConfirmation.js.map +1 -1
  1483. package/directconnect/gatewayAssociation.d.ts +6 -6
  1484. package/directconnect/gatewayAssociation.js +2 -2
  1485. package/directconnect/gatewayAssociation.js.map +1 -1
  1486. package/directconnect/gatewayAssociationProposal.d.ts +12 -0
  1487. package/directconnect/gatewayAssociationProposal.js +2 -0
  1488. package/directconnect/gatewayAssociationProposal.js.map +1 -1
  1489. package/directconnect/getConnection.d.ts +9 -0
  1490. package/directconnect/getConnection.js +2 -0
  1491. package/directconnect/getConnection.js.map +1 -1
  1492. package/directconnect/getLocation.d.ts +9 -0
  1493. package/directconnect/getLocation.js +2 -0
  1494. package/directconnect/getLocation.js.map +1 -1
  1495. package/directconnect/getLocations.d.ts +21 -2
  1496. package/directconnect/getLocations.js +10 -4
  1497. package/directconnect/getLocations.js.map +1 -1
  1498. package/directconnect/getRouterConfiguration.d.ts +9 -0
  1499. package/directconnect/getRouterConfiguration.js +2 -0
  1500. package/directconnect/getRouterConfiguration.js.map +1 -1
  1501. package/directconnect/hostedConnection.d.ts +14 -2
  1502. package/directconnect/hostedConnection.js +2 -0
  1503. package/directconnect/hostedConnection.js.map +1 -1
  1504. package/directconnect/hostedPrivateVirtualInterface.d.ts +12 -0
  1505. package/directconnect/hostedPrivateVirtualInterface.js +2 -0
  1506. package/directconnect/hostedPrivateVirtualInterface.js.map +1 -1
  1507. package/directconnect/hostedPrivateVirtualInterfaceAccepter.d.ts +12 -4
  1508. package/directconnect/hostedPrivateVirtualInterfaceAccepter.js +2 -0
  1509. package/directconnect/hostedPrivateVirtualInterfaceAccepter.js.map +1 -1
  1510. package/directconnect/hostedPublicVirtualInterface.d.ts +12 -0
  1511. package/directconnect/hostedPublicVirtualInterface.js +2 -0
  1512. package/directconnect/hostedPublicVirtualInterface.js.map +1 -1
  1513. package/directconnect/hostedPublicVirtualInterfaceAccepter.d.ts +12 -4
  1514. package/directconnect/hostedPublicVirtualInterfaceAccepter.js +2 -0
  1515. package/directconnect/hostedPublicVirtualInterfaceAccepter.js.map +1 -1
  1516. package/directconnect/hostedTransitVirtualInterface.d.ts +12 -0
  1517. package/directconnect/hostedTransitVirtualInterface.js +2 -0
  1518. package/directconnect/hostedTransitVirtualInterface.js.map +1 -1
  1519. package/directconnect/hostedTransitVirtualInterfaceAcceptor.d.ts +12 -4
  1520. package/directconnect/hostedTransitVirtualInterfaceAcceptor.js +2 -0
  1521. package/directconnect/hostedTransitVirtualInterfaceAcceptor.js.map +1 -1
  1522. package/directconnect/index.d.ts +1 -1
  1523. package/directconnect/linkAggregationGroup.d.ts +12 -4
  1524. package/directconnect/linkAggregationGroup.js +2 -0
  1525. package/directconnect/linkAggregationGroup.js.map +1 -1
  1526. package/directconnect/macsecKeyAssociation.d.ts +12 -0
  1527. package/directconnect/macsecKeyAssociation.js +2 -0
  1528. package/directconnect/macsecKeyAssociation.js.map +1 -1
  1529. package/directconnect/privateVirtualInterface.d.ts +12 -4
  1530. package/directconnect/privateVirtualInterface.js +2 -0
  1531. package/directconnect/privateVirtualInterface.js.map +1 -1
  1532. package/directconnect/publicVirtualInterface.d.ts +12 -4
  1533. package/directconnect/publicVirtualInterface.js +2 -0
  1534. package/directconnect/publicVirtualInterface.js.map +1 -1
  1535. package/directconnect/transitVirtualInterface.d.ts +12 -4
  1536. package/directconnect/transitVirtualInterface.js +2 -0
  1537. package/directconnect/transitVirtualInterface.js.map +1 -1
  1538. package/directoryservice/conditionalForwarder.d.ts +12 -0
  1539. package/directoryservice/conditionalForwarder.js +2 -0
  1540. package/directoryservice/conditionalForwarder.js.map +1 -1
  1541. package/directoryservice/directory.d.ts +12 -4
  1542. package/directoryservice/directory.js +2 -0
  1543. package/directoryservice/directory.js.map +1 -1
  1544. package/directoryservice/getDirectory.d.ts +9 -0
  1545. package/directoryservice/getDirectory.js +2 -0
  1546. package/directoryservice/getDirectory.js.map +1 -1
  1547. package/directoryservice/index.d.ts +0 -6
  1548. package/directoryservice/index.js +1 -11
  1549. package/directoryservice/index.js.map +1 -1
  1550. package/directoryservice/logSubscription.d.ts +12 -0
  1551. package/directoryservice/logSubscription.js +2 -0
  1552. package/directoryservice/logSubscription.js.map +1 -1
  1553. package/directoryservice/radiusSettings.d.ts +12 -0
  1554. package/directoryservice/radiusSettings.js +2 -0
  1555. package/directoryservice/radiusSettings.js.map +1 -1
  1556. package/directoryservice/serviceRegion.d.ts +12 -4
  1557. package/directoryservice/serviceRegion.js +2 -0
  1558. package/directoryservice/serviceRegion.js.map +1 -1
  1559. package/directoryservice/sharedDirectory.d.ts +12 -0
  1560. package/directoryservice/sharedDirectory.js +2 -0
  1561. package/directoryservice/sharedDirectory.js.map +1 -1
  1562. package/directoryservice/sharedDirectoryAccepter.d.ts +12 -0
  1563. package/directoryservice/sharedDirectoryAccepter.js +2 -0
  1564. package/directoryservice/sharedDirectoryAccepter.js.map +1 -1
  1565. package/directoryservice/trust.d.ts +12 -0
  1566. package/directoryservice/trust.js +2 -0
  1567. package/directoryservice/trust.js.map +1 -1
  1568. package/dlm/lifecyclePolicy.d.ts +12 -4
  1569. package/dlm/lifecyclePolicy.js +2 -0
  1570. package/dlm/lifecyclePolicy.js.map +1 -1
  1571. package/dms/certificate.d.ts +12 -10
  1572. package/dms/certificate.js +2 -0
  1573. package/dms/certificate.js.map +1 -1
  1574. package/dms/endpoint.d.ts +10 -17
  1575. package/dms/endpoint.js +3 -6
  1576. package/dms/endpoint.js.map +1 -1
  1577. package/dms/eventSubscription.d.ts +12 -4
  1578. package/dms/eventSubscription.js +2 -0
  1579. package/dms/eventSubscription.js.map +1 -1
  1580. package/dms/getCertificate.d.ts +9 -0
  1581. package/dms/getCertificate.js +2 -0
  1582. package/dms/getCertificate.js.map +1 -1
  1583. package/dms/getEndpoint.d.ts +9 -0
  1584. package/dms/getEndpoint.js +2 -0
  1585. package/dms/getEndpoint.js.map +1 -1
  1586. package/dms/getReplicationInstance.d.ts +9 -0
  1587. package/dms/getReplicationInstance.js +2 -0
  1588. package/dms/getReplicationInstance.js.map +1 -1
  1589. package/dms/getReplicationSubnetGroup.d.ts +9 -0
  1590. package/dms/getReplicationSubnetGroup.js +2 -0
  1591. package/dms/getReplicationSubnetGroup.js.map +1 -1
  1592. package/dms/getReplicationTask.d.ts +9 -10
  1593. package/dms/getReplicationTask.js +2 -0
  1594. package/dms/getReplicationTask.js.map +1 -1
  1595. package/dms/replicationConfig.d.ts +12 -4
  1596. package/dms/replicationConfig.js +2 -0
  1597. package/dms/replicationConfig.js.map +1 -1
  1598. package/dms/replicationInstance.d.ts +12 -34
  1599. package/dms/replicationInstance.js +2 -0
  1600. package/dms/replicationInstance.js.map +1 -1
  1601. package/dms/replicationSubnetGroup.d.ts +12 -4
  1602. package/dms/replicationSubnetGroup.js +2 -0
  1603. package/dms/replicationSubnetGroup.js.map +1 -1
  1604. package/dms/replicationTask.d.ts +12 -4
  1605. package/dms/replicationTask.js +2 -0
  1606. package/dms/replicationTask.js.map +1 -1
  1607. package/dms/s3endpoint.d.ts +12 -4
  1608. package/dms/s3endpoint.js +2 -0
  1609. package/dms/s3endpoint.js.map +1 -1
  1610. package/docdb/cluster.d.ts +12 -4
  1611. package/docdb/cluster.js +2 -0
  1612. package/docdb/cluster.js.map +1 -1
  1613. package/docdb/clusterInstance.d.ts +12 -4
  1614. package/docdb/clusterInstance.js +2 -0
  1615. package/docdb/clusterInstance.js.map +1 -1
  1616. package/docdb/clusterParameterGroup.d.ts +12 -4
  1617. package/docdb/clusterParameterGroup.js +2 -0
  1618. package/docdb/clusterParameterGroup.js.map +1 -1
  1619. package/docdb/clusterSnapshot.d.ts +12 -0
  1620. package/docdb/clusterSnapshot.js +2 -0
  1621. package/docdb/clusterSnapshot.js.map +1 -1
  1622. package/docdb/elasticCluster.d.ts +12 -6
  1623. package/docdb/elasticCluster.js +2 -0
  1624. package/docdb/elasticCluster.js.map +1 -1
  1625. package/docdb/eventSubscription.d.ts +12 -4
  1626. package/docdb/eventSubscription.js +2 -0
  1627. package/docdb/eventSubscription.js.map +1 -1
  1628. package/docdb/getEngineVersion.d.ts +9 -0
  1629. package/docdb/getEngineVersion.js +2 -0
  1630. package/docdb/getEngineVersion.js.map +1 -1
  1631. package/docdb/getOrderableDbInstance.d.ts +9 -0
  1632. package/docdb/getOrderableDbInstance.js +2 -0
  1633. package/docdb/getOrderableDbInstance.js.map +1 -1
  1634. package/docdb/globalCluster.d.ts +12 -0
  1635. package/docdb/globalCluster.js +2 -0
  1636. package/docdb/globalCluster.js.map +1 -1
  1637. package/docdb/subnetGroup.d.ts +12 -4
  1638. package/docdb/subnetGroup.js +2 -0
  1639. package/docdb/subnetGroup.js.map +1 -1
  1640. package/drs/replicationConfigurationTemplate.d.ts +12 -4
  1641. package/drs/replicationConfigurationTemplate.js +2 -0
  1642. package/drs/replicationConfigurationTemplate.js.map +1 -1
  1643. package/dsql/cluster.d.ts +12 -4
  1644. package/dsql/cluster.js +2 -0
  1645. package/dsql/cluster.js.map +1 -1
  1646. package/dsql/clusterPeering.d.ts +12 -0
  1647. package/dsql/clusterPeering.js +2 -0
  1648. package/dsql/clusterPeering.js.map +1 -1
  1649. package/dynamodb/contributorInsights.d.ts +12 -0
  1650. package/dynamodb/contributorInsights.js +2 -0
  1651. package/dynamodb/contributorInsights.js.map +1 -1
  1652. package/dynamodb/dynamodbMixins.js +1 -1
  1653. package/dynamodb/dynamodbMixins.js.map +1 -1
  1654. package/dynamodb/getTable.d.ts +9 -0
  1655. package/dynamodb/getTable.js +2 -0
  1656. package/dynamodb/getTable.js.map +1 -1
  1657. package/dynamodb/getTableItem.d.ts +9 -0
  1658. package/dynamodb/getTableItem.js +2 -0
  1659. package/dynamodb/getTableItem.js.map +1 -1
  1660. package/dynamodb/getTables.d.ts +21 -2
  1661. package/dynamodb/getTables.js +10 -4
  1662. package/dynamodb/getTables.js.map +1 -1
  1663. package/dynamodb/globalTable.d.ts +12 -0
  1664. package/dynamodb/globalTable.js +2 -0
  1665. package/dynamodb/globalTable.js.map +1 -1
  1666. package/dynamodb/index.d.ts +1 -1
  1667. package/dynamodb/kinesisStreamingDestination.d.ts +12 -0
  1668. package/dynamodb/kinesisStreamingDestination.js +2 -0
  1669. package/dynamodb/kinesisStreamingDestination.js.map +1 -1
  1670. package/dynamodb/resourcePolicy.d.ts +12 -0
  1671. package/dynamodb/resourcePolicy.js +2 -0
  1672. package/dynamodb/resourcePolicy.js.map +1 -1
  1673. package/dynamodb/table.d.ts +48 -5
  1674. package/dynamodb/table.js +38 -1
  1675. package/dynamodb/table.js.map +1 -1
  1676. package/dynamodb/tableExport.d.ts +13 -1
  1677. package/dynamodb/tableExport.js +3 -1
  1678. package/dynamodb/tableExport.js.map +1 -1
  1679. package/dynamodb/tableItem.d.ts +12 -0
  1680. package/dynamodb/tableItem.js +2 -0
  1681. package/dynamodb/tableItem.js.map +1 -1
  1682. package/dynamodb/tableReplica.d.ts +12 -4
  1683. package/dynamodb/tableReplica.js +2 -0
  1684. package/dynamodb/tableReplica.js.map +1 -1
  1685. package/dynamodb/tag.d.ts +13 -1
  1686. package/dynamodb/tag.js +3 -1
  1687. package/dynamodb/tag.js.map +1 -1
  1688. package/ebs/defaultKmsKey.d.ts +12 -0
  1689. package/ebs/defaultKmsKey.js +2 -0
  1690. package/ebs/defaultKmsKey.js.map +1 -1
  1691. package/ebs/encryptionByDefault.d.ts +12 -0
  1692. package/ebs/encryptionByDefault.js +2 -0
  1693. package/ebs/encryptionByDefault.js.map +1 -1
  1694. package/ebs/fastSnapshotRestore.d.ts +12 -0
  1695. package/ebs/fastSnapshotRestore.js +2 -0
  1696. package/ebs/fastSnapshotRestore.js.map +1 -1
  1697. package/ebs/getDefaultKmsKey.d.ts +21 -2
  1698. package/ebs/getDefaultKmsKey.js +10 -4
  1699. package/ebs/getDefaultKmsKey.js.map +1 -1
  1700. package/ebs/getEbsVolumes.d.ts +9 -0
  1701. package/ebs/getEbsVolumes.js +2 -0
  1702. package/ebs/getEbsVolumes.js.map +1 -1
  1703. package/ebs/getEncryptionByDefault.d.ts +21 -2
  1704. package/ebs/getEncryptionByDefault.js +10 -4
  1705. package/ebs/getEncryptionByDefault.js.map +1 -1
  1706. package/ebs/getSnapshot.d.ts +11 -6
  1707. package/ebs/getSnapshot.js +2 -0
  1708. package/ebs/getSnapshot.js.map +1 -1
  1709. package/ebs/getSnapshotIds.d.ts +11 -6
  1710. package/ebs/getSnapshotIds.js +2 -0
  1711. package/ebs/getSnapshotIds.js.map +1 -1
  1712. package/ebs/getVolume.d.ts +9 -0
  1713. package/ebs/getVolume.js +2 -0
  1714. package/ebs/getVolume.js.map +1 -1
  1715. package/ebs/index.d.ts +2 -2
  1716. package/ebs/snapshot.d.ts +12 -4
  1717. package/ebs/snapshot.js +2 -0
  1718. package/ebs/snapshot.js.map +1 -1
  1719. package/ebs/snapshotBlockPublicAccess.d.ts +12 -0
  1720. package/ebs/snapshotBlockPublicAccess.js +2 -0
  1721. package/ebs/snapshotBlockPublicAccess.js.map +1 -1
  1722. package/ebs/snapshotCopy.d.ts +12 -4
  1723. package/ebs/snapshotCopy.js +2 -0
  1724. package/ebs/snapshotCopy.js.map +1 -1
  1725. package/ebs/snapshotImport.d.ts +12 -4
  1726. package/ebs/snapshotImport.js +2 -0
  1727. package/ebs/snapshotImport.js.map +1 -1
  1728. package/ebs/volume.d.ts +12 -4
  1729. package/ebs/volume.js +2 -0
  1730. package/ebs/volume.js.map +1 -1
  1731. package/ec2/ami.d.ts +12 -4
  1732. package/ec2/ami.js +2 -0
  1733. package/ec2/ami.js.map +1 -1
  1734. package/ec2/amiCopy.d.ts +12 -6
  1735. package/ec2/amiCopy.js +2 -0
  1736. package/ec2/amiCopy.js.map +1 -1
  1737. package/ec2/amiFromInstance.d.ts +12 -6
  1738. package/ec2/amiFromInstance.js +2 -0
  1739. package/ec2/amiFromInstance.js.map +1 -1
  1740. package/ec2/amiLaunchPermission.d.ts +12 -0
  1741. package/ec2/amiLaunchPermission.js +2 -0
  1742. package/ec2/amiLaunchPermission.js.map +1 -1
  1743. package/ec2/availabilityZoneGroup.d.ts +12 -0
  1744. package/ec2/availabilityZoneGroup.js +2 -0
  1745. package/ec2/availabilityZoneGroup.js.map +1 -1
  1746. package/ec2/capacityBlockReservation.d.ts +12 -4
  1747. package/ec2/capacityBlockReservation.js +2 -0
  1748. package/ec2/capacityBlockReservation.js.map +1 -1
  1749. package/ec2/capacityReservation.d.ts +12 -4
  1750. package/ec2/capacityReservation.js +2 -0
  1751. package/ec2/capacityReservation.js.map +1 -1
  1752. package/ec2/carrierGateway.d.ts +12 -4
  1753. package/ec2/carrierGateway.js +2 -0
  1754. package/ec2/carrierGateway.js.map +1 -1
  1755. package/ec2/customerGateway.d.ts +12 -4
  1756. package/ec2/customerGateway.js +2 -0
  1757. package/ec2/customerGateway.js.map +1 -1
  1758. package/ec2/dedicatedHost.d.ts +12 -4
  1759. package/ec2/dedicatedHost.js +2 -0
  1760. package/ec2/dedicatedHost.js.map +1 -1
  1761. package/ec2/defaultCreditSpecification.d.ts +12 -0
  1762. package/ec2/defaultCreditSpecification.js +2 -0
  1763. package/ec2/defaultCreditSpecification.js.map +1 -1
  1764. package/ec2/defaultNetworkAcl.d.ts +12 -4
  1765. package/ec2/defaultNetworkAcl.js +2 -0
  1766. package/ec2/defaultNetworkAcl.js.map +1 -1
  1767. package/ec2/defaultRouteTable.d.ts +12 -4
  1768. package/ec2/defaultRouteTable.js +2 -0
  1769. package/ec2/defaultRouteTable.js.map +1 -1
  1770. package/ec2/defaultSecurityGroup.d.ts +12 -4
  1771. package/ec2/defaultSecurityGroup.js +2 -0
  1772. package/ec2/defaultSecurityGroup.js.map +1 -1
  1773. package/ec2/defaultSubnet.d.ts +3 -6
  1774. package/ec2/defaultSubnet.js +2 -0
  1775. package/ec2/defaultSubnet.js.map +1 -1
  1776. package/ec2/defaultVpc.d.ts +3 -6
  1777. package/ec2/defaultVpc.js +2 -0
  1778. package/ec2/defaultVpc.js.map +1 -1
  1779. package/ec2/defaultVpcDhcpOptions.d.ts +3 -6
  1780. package/ec2/defaultVpcDhcpOptions.js +2 -0
  1781. package/ec2/defaultVpcDhcpOptions.js.map +1 -1
  1782. package/ec2/egressOnlyInternetGateway.d.ts +12 -4
  1783. package/ec2/egressOnlyInternetGateway.js +2 -0
  1784. package/ec2/egressOnlyInternetGateway.js.map +1 -1
  1785. package/ec2/eip.d.ts +30 -40
  1786. package/ec2/eip.js +2 -2
  1787. package/ec2/eip.js.map +1 -1
  1788. package/ec2/eipAssociation.d.ts +12 -0
  1789. package/ec2/eipAssociation.js +2 -0
  1790. package/ec2/eipAssociation.js.map +1 -1
  1791. package/ec2/eipDomainName.d.ts +12 -0
  1792. package/ec2/eipDomainName.js +2 -0
  1793. package/ec2/eipDomainName.js.map +1 -1
  1794. package/ec2/fleet.d.ts +12 -4
  1795. package/ec2/fleet.js +2 -0
  1796. package/ec2/fleet.js.map +1 -1
  1797. package/ec2/flowLog.d.ts +48 -61
  1798. package/ec2/flowLog.js +6 -6
  1799. package/ec2/flowLog.js.map +1 -1
  1800. package/ec2/getAmi.d.ts +24 -0
  1801. package/ec2/getAmi.js +4 -0
  1802. package/ec2/getAmi.js.map +1 -1
  1803. package/ec2/getAmiIds.d.ts +9 -0
  1804. package/ec2/getAmiIds.js +2 -0
  1805. package/ec2/getAmiIds.js.map +1 -1
  1806. package/ec2/getCapacityBlockOffering.d.ts +9 -0
  1807. package/ec2/getCapacityBlockOffering.js +2 -0
  1808. package/ec2/getCapacityBlockOffering.js.map +1 -1
  1809. package/ec2/getCoipPool.d.ts +9 -0
  1810. package/ec2/getCoipPool.js +2 -0
  1811. package/ec2/getCoipPool.js.map +1 -1
  1812. package/ec2/getCoipPools.d.ts +9 -0
  1813. package/ec2/getCoipPools.js +2 -0
  1814. package/ec2/getCoipPools.js.map +1 -1
  1815. package/ec2/getCustomerGateway.d.ts +9 -0
  1816. package/ec2/getCustomerGateway.js +2 -0
  1817. package/ec2/getCustomerGateway.js.map +1 -1
  1818. package/ec2/getDedicatedHost.d.ts +9 -0
  1819. package/ec2/getDedicatedHost.js +2 -0
  1820. package/ec2/getDedicatedHost.js.map +1 -1
  1821. package/ec2/getEips.d.ts +9 -0
  1822. package/ec2/getEips.js +2 -0
  1823. package/ec2/getEips.js.map +1 -1
  1824. package/ec2/getElasticIp.d.ts +9 -0
  1825. package/ec2/getElasticIp.js +2 -0
  1826. package/ec2/getElasticIp.js.map +1 -1
  1827. package/ec2/getInstance.d.ts +9 -0
  1828. package/ec2/getInstance.js +2 -0
  1829. package/ec2/getInstance.js.map +1 -1
  1830. package/ec2/getInstanceType.d.ts +9 -0
  1831. package/ec2/getInstanceType.js +2 -0
  1832. package/ec2/getInstanceType.js.map +1 -1
  1833. package/ec2/getInstanceTypeOffering.d.ts +9 -0
  1834. package/ec2/getInstanceTypeOffering.js +2 -0
  1835. package/ec2/getInstanceTypeOffering.js.map +1 -1
  1836. package/ec2/getInstanceTypeOfferings.d.ts +9 -0
  1837. package/ec2/getInstanceTypeOfferings.js +2 -0
  1838. package/ec2/getInstanceTypeOfferings.js.map +1 -1
  1839. package/ec2/getInstanceTypes.d.ts +9 -0
  1840. package/ec2/getInstanceTypes.js +2 -0
  1841. package/ec2/getInstanceTypes.js.map +1 -1
  1842. package/ec2/getInstances.d.ts +9 -0
  1843. package/ec2/getInstances.js +2 -0
  1844. package/ec2/getInstances.js.map +1 -1
  1845. package/ec2/getInternetGateway.d.ts +9 -0
  1846. package/ec2/getInternetGateway.js +2 -0
  1847. package/ec2/getInternetGateway.js.map +1 -1
  1848. package/ec2/getIpamPreviewNextCidr.d.ts +9 -0
  1849. package/ec2/getIpamPreviewNextCidr.js +2 -0
  1850. package/ec2/getIpamPreviewNextCidr.js.map +1 -1
  1851. package/ec2/getKeyPair.d.ts +9 -0
  1852. package/ec2/getKeyPair.js +2 -0
  1853. package/ec2/getKeyPair.js.map +1 -1
  1854. package/ec2/getLaunchConfiguration.d.ts +9 -0
  1855. package/ec2/getLaunchConfiguration.js +2 -0
  1856. package/ec2/getLaunchConfiguration.js.map +1 -1
  1857. package/ec2/getLaunchTemplate.d.ts +9 -8
  1858. package/ec2/getLaunchTemplate.js +2 -0
  1859. package/ec2/getLaunchTemplate.js.map +1 -1
  1860. package/ec2/getLocalGateway.d.ts +9 -0
  1861. package/ec2/getLocalGateway.js +2 -0
  1862. package/ec2/getLocalGateway.js.map +1 -1
  1863. package/ec2/getLocalGatewayRouteTable.d.ts +9 -0
  1864. package/ec2/getLocalGatewayRouteTable.js +2 -0
  1865. package/ec2/getLocalGatewayRouteTable.js.map +1 -1
  1866. package/ec2/getLocalGatewayRouteTables.d.ts +9 -0
  1867. package/ec2/getLocalGatewayRouteTables.js +2 -0
  1868. package/ec2/getLocalGatewayRouteTables.js.map +1 -1
  1869. package/ec2/getLocalGatewayVirtualInterface.d.ts +9 -0
  1870. package/ec2/getLocalGatewayVirtualInterface.js +2 -0
  1871. package/ec2/getLocalGatewayVirtualInterface.js.map +1 -1
  1872. package/ec2/getLocalGatewayVirtualInterfaceGroup.d.ts +9 -0
  1873. package/ec2/getLocalGatewayVirtualInterfaceGroup.js +2 -0
  1874. package/ec2/getLocalGatewayVirtualInterfaceGroup.js.map +1 -1
  1875. package/ec2/getLocalGatewayVirtualInterfaceGroups.d.ts +9 -0
  1876. package/ec2/getLocalGatewayVirtualInterfaceGroups.js +2 -0
  1877. package/ec2/getLocalGatewayVirtualInterfaceGroups.js.map +1 -1
  1878. package/ec2/getLocalGateways.d.ts +9 -0
  1879. package/ec2/getLocalGateways.js +2 -0
  1880. package/ec2/getLocalGateways.js.map +1 -1
  1881. package/ec2/getManagedPrefixList.d.ts +11 -2
  1882. package/ec2/getManagedPrefixList.js +4 -2
  1883. package/ec2/getManagedPrefixList.js.map +1 -1
  1884. package/ec2/getManagedPrefixLists.d.ts +9 -0
  1885. package/ec2/getManagedPrefixLists.js +2 -0
  1886. package/ec2/getManagedPrefixLists.js.map +1 -1
  1887. package/ec2/getNatGateway.d.ts +9 -0
  1888. package/ec2/getNatGateway.js +2 -0
  1889. package/ec2/getNatGateway.js.map +1 -1
  1890. package/ec2/getNatGateways.d.ts +9 -0
  1891. package/ec2/getNatGateways.js +2 -0
  1892. package/ec2/getNatGateways.js.map +1 -1
  1893. package/ec2/getNetworkAcls.d.ts +9 -0
  1894. package/ec2/getNetworkAcls.js +2 -0
  1895. package/ec2/getNetworkAcls.js.map +1 -1
  1896. package/ec2/getNetworkInsightsAnalysis.d.ts +9 -0
  1897. package/ec2/getNetworkInsightsAnalysis.js +2 -0
  1898. package/ec2/getNetworkInsightsAnalysis.js.map +1 -1
  1899. package/ec2/getNetworkInsightsPath.d.ts +9 -0
  1900. package/ec2/getNetworkInsightsPath.js +2 -0
  1901. package/ec2/getNetworkInsightsPath.js.map +1 -1
  1902. package/ec2/getNetworkInterface.d.ts +9 -0
  1903. package/ec2/getNetworkInterface.js +2 -0
  1904. package/ec2/getNetworkInterface.js.map +1 -1
  1905. package/ec2/getNetworkInterfaces.d.ts +9 -0
  1906. package/ec2/getNetworkInterfaces.js +2 -0
  1907. package/ec2/getNetworkInterfaces.js.map +1 -1
  1908. package/ec2/getPrefixList.d.ts +9 -0
  1909. package/ec2/getPrefixList.js +2 -0
  1910. package/ec2/getPrefixList.js.map +1 -1
  1911. package/ec2/getPublicIpv4Pool.d.ts +9 -0
  1912. package/ec2/getPublicIpv4Pool.js +2 -0
  1913. package/ec2/getPublicIpv4Pool.js.map +1 -1
  1914. package/ec2/getPublicIpv4Pools.d.ts +9 -0
  1915. package/ec2/getPublicIpv4Pools.js +2 -0
  1916. package/ec2/getPublicIpv4Pools.js.map +1 -1
  1917. package/ec2/getRoute.d.ts +9 -0
  1918. package/ec2/getRoute.js +2 -0
  1919. package/ec2/getRoute.js.map +1 -1
  1920. package/ec2/getRouteTable.d.ts +9 -0
  1921. package/ec2/getRouteTable.js +2 -0
  1922. package/ec2/getRouteTable.js.map +1 -1
  1923. package/ec2/getRouteTables.d.ts +9 -0
  1924. package/ec2/getRouteTables.js +2 -0
  1925. package/ec2/getRouteTables.js.map +1 -1
  1926. package/ec2/getSecurityGroup.d.ts +9 -0
  1927. package/ec2/getSecurityGroup.js +2 -0
  1928. package/ec2/getSecurityGroup.js.map +1 -1
  1929. package/ec2/getSecurityGroups.d.ts +9 -0
  1930. package/ec2/getSecurityGroups.js +2 -0
  1931. package/ec2/getSecurityGroups.js.map +1 -1
  1932. package/ec2/getSerialConsoleAccess.d.ts +21 -2
  1933. package/ec2/getSerialConsoleAccess.js +10 -4
  1934. package/ec2/getSerialConsoleAccess.js.map +1 -1
  1935. package/ec2/getSpotDatafeedSubscription.d.ts +21 -2
  1936. package/ec2/getSpotDatafeedSubscription.js +10 -4
  1937. package/ec2/getSpotDatafeedSubscription.js.map +1 -1
  1938. package/ec2/getSpotPrice.d.ts +9 -0
  1939. package/ec2/getSpotPrice.js +2 -0
  1940. package/ec2/getSpotPrice.js.map +1 -1
  1941. package/ec2/getSubnet.d.ts +9 -0
  1942. package/ec2/getSubnet.js +2 -0
  1943. package/ec2/getSubnet.js.map +1 -1
  1944. package/ec2/getSubnets.d.ts +9 -0
  1945. package/ec2/getSubnets.js +2 -0
  1946. package/ec2/getSubnets.js.map +1 -1
  1947. package/ec2/getTransitGatewayRouteTables.d.ts +9 -0
  1948. package/ec2/getTransitGatewayRouteTables.js +2 -0
  1949. package/ec2/getTransitGatewayRouteTables.js.map +1 -1
  1950. package/ec2/getVpc.d.ts +9 -0
  1951. package/ec2/getVpc.js +2 -0
  1952. package/ec2/getVpc.js.map +1 -1
  1953. package/ec2/getVpcDhcpOptions.d.ts +9 -0
  1954. package/ec2/getVpcDhcpOptions.js +2 -0
  1955. package/ec2/getVpcDhcpOptions.js.map +1 -1
  1956. package/ec2/getVpcEndpoint.d.ts +9 -0
  1957. package/ec2/getVpcEndpoint.js +2 -0
  1958. package/ec2/getVpcEndpoint.js.map +1 -1
  1959. package/ec2/getVpcEndpointService.d.ts +7 -1
  1960. package/ec2/getVpcEndpointService.js.map +1 -1
  1961. package/ec2/getVpcIpam.d.ts +9 -0
  1962. package/ec2/getVpcIpam.js +2 -0
  1963. package/ec2/getVpcIpam.js.map +1 -1
  1964. package/ec2/getVpcIpamPool.d.ts +9 -0
  1965. package/ec2/getVpcIpamPool.js +2 -0
  1966. package/ec2/getVpcIpamPool.js.map +1 -1
  1967. package/ec2/getVpcIpamPoolCidrs.d.ts +9 -0
  1968. package/ec2/getVpcIpamPoolCidrs.js +2 -0
  1969. package/ec2/getVpcIpamPoolCidrs.js.map +1 -1
  1970. package/ec2/getVpcIpamPools.d.ts +9 -0
  1971. package/ec2/getVpcIpamPools.js +2 -0
  1972. package/ec2/getVpcIpamPools.js.map +1 -1
  1973. package/ec2/getVpcIpams.d.ts +9 -0
  1974. package/ec2/getVpcIpams.js +2 -0
  1975. package/ec2/getVpcIpams.js.map +1 -1
  1976. package/ec2/getVpcPeeringConnection.d.ts +12 -16
  1977. package/ec2/getVpcPeeringConnection.js +0 -4
  1978. package/ec2/getVpcPeeringConnection.js.map +1 -1
  1979. package/ec2/getVpcPeeringConnections.d.ts +9 -0
  1980. package/ec2/getVpcPeeringConnections.js +2 -0
  1981. package/ec2/getVpcPeeringConnections.js.map +1 -1
  1982. package/ec2/getVpcs.d.ts +9 -0
  1983. package/ec2/getVpcs.js +2 -0
  1984. package/ec2/getVpcs.js.map +1 -1
  1985. package/ec2/getVpnGateway.d.ts +9 -0
  1986. package/ec2/getVpnGateway.js +2 -0
  1987. package/ec2/getVpnGateway.js.map +1 -1
  1988. package/ec2/index.d.ts +2 -16
  1989. package/ec2/index.js +3 -17
  1990. package/ec2/index.js.map +1 -1
  1991. package/ec2/instance.d.ts +13 -47
  1992. package/ec2/instance.js +2 -4
  1993. package/ec2/instance.js.map +1 -1
  1994. package/ec2/instanceMetadataDefaults.d.ts +12 -0
  1995. package/ec2/instanceMetadataDefaults.js +2 -0
  1996. package/ec2/instanceMetadataDefaults.js.map +1 -1
  1997. package/ec2/internetGateway.d.ts +12 -4
  1998. package/ec2/internetGateway.js +2 -0
  1999. package/ec2/internetGateway.js.map +1 -1
  2000. package/ec2/internetGatewayAttachment.d.ts +12 -0
  2001. package/ec2/internetGatewayAttachment.js +2 -0
  2002. package/ec2/internetGatewayAttachment.js.map +1 -1
  2003. package/ec2/keyPair.d.ts +12 -4
  2004. package/ec2/keyPair.js +2 -0
  2005. package/ec2/keyPair.js.map +1 -1
  2006. package/ec2/launchConfiguration.d.ts +12 -0
  2007. package/ec2/launchConfiguration.js +2 -0
  2008. package/ec2/launchConfiguration.js.map +1 -1
  2009. package/ec2/launchTemplate.d.ts +12 -43
  2010. package/ec2/launchTemplate.js +2 -4
  2011. package/ec2/launchTemplate.js.map +1 -1
  2012. package/ec2/localGatewayRoute.d.ts +12 -0
  2013. package/ec2/localGatewayRoute.js +2 -0
  2014. package/ec2/localGatewayRoute.js.map +1 -1
  2015. package/ec2/localGatewayRouteTableVpcAssociation.d.ts +12 -4
  2016. package/ec2/localGatewayRouteTableVpcAssociation.js +2 -0
  2017. package/ec2/localGatewayRouteTableVpcAssociation.js.map +1 -1
  2018. package/ec2/mainRouteTableAssociation.d.ts +12 -0
  2019. package/ec2/mainRouteTableAssociation.js +2 -0
  2020. package/ec2/mainRouteTableAssociation.js.map +1 -1
  2021. package/ec2/managedPrefixList.d.ts +12 -4
  2022. package/ec2/managedPrefixList.js +2 -0
  2023. package/ec2/managedPrefixList.js.map +1 -1
  2024. package/ec2/managedPrefixListEntry.d.ts +12 -0
  2025. package/ec2/managedPrefixListEntry.js +2 -0
  2026. package/ec2/managedPrefixListEntry.js.map +1 -1
  2027. package/ec2/natGateway.d.ts +12 -4
  2028. package/ec2/natGateway.js +2 -0
  2029. package/ec2/natGateway.js.map +1 -1
  2030. package/ec2/networkAcl.d.ts +12 -4
  2031. package/ec2/networkAcl.js +2 -0
  2032. package/ec2/networkAcl.js.map +1 -1
  2033. package/ec2/networkAclAssociation.d.ts +12 -0
  2034. package/ec2/networkAclAssociation.js +2 -0
  2035. package/ec2/networkAclAssociation.js.map +1 -1
  2036. package/ec2/networkAclRule.d.ts +12 -0
  2037. package/ec2/networkAclRule.js +2 -0
  2038. package/ec2/networkAclRule.js.map +1 -1
  2039. package/ec2/networkInsightsAnalysis.d.ts +12 -4
  2040. package/ec2/networkInsightsAnalysis.js +2 -0
  2041. package/ec2/networkInsightsAnalysis.js.map +1 -1
  2042. package/ec2/networkInsightsPath.d.ts +12 -4
  2043. package/ec2/networkInsightsPath.js +2 -0
  2044. package/ec2/networkInsightsPath.js.map +1 -1
  2045. package/ec2/networkInterface.d.ts +12 -4
  2046. package/ec2/networkInterface.js +2 -0
  2047. package/ec2/networkInterface.js.map +1 -1
  2048. package/ec2/networkInterfaceAttachment.d.ts +12 -0
  2049. package/ec2/networkInterfaceAttachment.js +2 -0
  2050. package/ec2/networkInterfaceAttachment.js.map +1 -1
  2051. package/ec2/networkInterfacePermission.d.ts +12 -0
  2052. package/ec2/networkInterfacePermission.js +2 -0
  2053. package/ec2/networkInterfacePermission.js.map +1 -1
  2054. package/ec2/networkInterfaceSecurityGroupAttachment.d.ts +12 -0
  2055. package/ec2/networkInterfaceSecurityGroupAttachment.js +2 -0
  2056. package/ec2/networkInterfaceSecurityGroupAttachment.js.map +1 -1
  2057. package/ec2/peeringConnectionOptions.d.ts +12 -0
  2058. package/ec2/peeringConnectionOptions.js +2 -0
  2059. package/ec2/peeringConnectionOptions.js.map +1 -1
  2060. package/ec2/placementGroup.d.ts +12 -4
  2061. package/ec2/placementGroup.js +2 -0
  2062. package/ec2/placementGroup.js.map +1 -1
  2063. package/ec2/proxyProtocolPolicy.d.ts +12 -0
  2064. package/ec2/proxyProtocolPolicy.js +2 -0
  2065. package/ec2/proxyProtocolPolicy.js.map +1 -1
  2066. package/ec2/route.d.ts +12 -0
  2067. package/ec2/route.js +2 -0
  2068. package/ec2/route.js.map +1 -1
  2069. package/ec2/routeTable.d.ts +12 -4
  2070. package/ec2/routeTable.js +2 -0
  2071. package/ec2/routeTable.js.map +1 -1
  2072. package/ec2/routeTableAssociation.d.ts +12 -0
  2073. package/ec2/routeTableAssociation.js +2 -0
  2074. package/ec2/routeTableAssociation.js.map +1 -1
  2075. package/ec2/securityGroup.d.ts +12 -4
  2076. package/ec2/securityGroup.js +2 -0
  2077. package/ec2/securityGroup.js.map +1 -1
  2078. package/ec2/securityGroupAssociation.d.ts +12 -0
  2079. package/ec2/securityGroupAssociation.js +2 -0
  2080. package/ec2/securityGroupAssociation.js.map +1 -1
  2081. package/ec2/securityGroupRule.d.ts +16 -7
  2082. package/ec2/securityGroupRule.js +3 -1
  2083. package/ec2/securityGroupRule.js.map +1 -1
  2084. package/ec2/snapshotCreateVolumePermission.d.ts +12 -0
  2085. package/ec2/snapshotCreateVolumePermission.js +2 -0
  2086. package/ec2/snapshotCreateVolumePermission.js.map +1 -1
  2087. package/ec2/spotDatafeedSubscription.d.ts +13 -1
  2088. package/ec2/spotDatafeedSubscription.js +3 -1
  2089. package/ec2/spotDatafeedSubscription.js.map +1 -1
  2090. package/ec2/spotFleetRequest.d.ts +12 -4
  2091. package/ec2/spotFleetRequest.js +2 -0
  2092. package/ec2/spotFleetRequest.js.map +1 -1
  2093. package/ec2/spotInstanceRequest.d.ts +13 -65
  2094. package/ec2/spotInstanceRequest.js +2 -6
  2095. package/ec2/spotInstanceRequest.js.map +1 -1
  2096. package/ec2/subnet.d.ts +12 -4
  2097. package/ec2/subnet.js +2 -0
  2098. package/ec2/subnet.js.map +1 -1
  2099. package/ec2/subnetCidrReservation.d.ts +12 -0
  2100. package/ec2/subnetCidrReservation.js +2 -0
  2101. package/ec2/subnetCidrReservation.js.map +1 -1
  2102. package/ec2/tag.d.ts +12 -0
  2103. package/ec2/tag.js +2 -0
  2104. package/ec2/tag.js.map +1 -1
  2105. package/ec2/trafficMirrorFilter.d.ts +12 -4
  2106. package/ec2/trafficMirrorFilter.js +2 -0
  2107. package/ec2/trafficMirrorFilter.js.map +1 -1
  2108. package/ec2/trafficMirrorFilterRule.d.ts +12 -0
  2109. package/ec2/trafficMirrorFilterRule.js +2 -0
  2110. package/ec2/trafficMirrorFilterRule.js.map +1 -1
  2111. package/ec2/trafficMirrorSession.d.ts +12 -4
  2112. package/ec2/trafficMirrorSession.js +2 -0
  2113. package/ec2/trafficMirrorSession.js.map +1 -1
  2114. package/ec2/trafficMirrorTarget.d.ts +12 -4
  2115. package/ec2/trafficMirrorTarget.js +2 -0
  2116. package/ec2/trafficMirrorTarget.js.map +1 -1
  2117. package/ec2/volumeAttachment.d.ts +12 -0
  2118. package/ec2/volumeAttachment.js +2 -0
  2119. package/ec2/volumeAttachment.js.map +1 -1
  2120. package/ec2/vpc.d.ts +14 -6
  2121. package/ec2/vpc.js +4 -2
  2122. package/ec2/vpc.js.map +1 -1
  2123. package/ec2/vpcBlockPublicAccessExclusion.d.ts +12 -4
  2124. package/ec2/vpcBlockPublicAccessExclusion.js +2 -0
  2125. package/ec2/vpcBlockPublicAccessExclusion.js.map +1 -1
  2126. package/ec2/vpcBlockPublicAccessOptions.d.ts +12 -0
  2127. package/ec2/vpcBlockPublicAccessOptions.js +2 -0
  2128. package/ec2/vpcBlockPublicAccessOptions.js.map +1 -1
  2129. package/ec2/vpcDhcpOptions.d.ts +12 -4
  2130. package/ec2/vpcDhcpOptions.js +2 -0
  2131. package/ec2/vpcDhcpOptions.js.map +1 -1
  2132. package/ec2/vpcDhcpOptionsAssociation.d.ts +12 -0
  2133. package/ec2/vpcDhcpOptionsAssociation.js +2 -0
  2134. package/ec2/vpcDhcpOptionsAssociation.js.map +1 -1
  2135. package/ec2/vpcEndpoint.d.ts +12 -4
  2136. package/ec2/vpcEndpoint.js +2 -0
  2137. package/ec2/vpcEndpoint.js.map +1 -1
  2138. package/ec2/vpcEndpointConnectionAccepter.d.ts +12 -0
  2139. package/ec2/vpcEndpointConnectionAccepter.js +2 -0
  2140. package/ec2/vpcEndpointConnectionAccepter.js.map +1 -1
  2141. package/ec2/vpcEndpointConnectionNotification.d.ts +12 -0
  2142. package/ec2/vpcEndpointConnectionNotification.js +2 -0
  2143. package/ec2/vpcEndpointConnectionNotification.js.map +1 -1
  2144. package/ec2/vpcEndpointPolicy.d.ts +12 -0
  2145. package/ec2/vpcEndpointPolicy.js +2 -0
  2146. package/ec2/vpcEndpointPolicy.js.map +1 -1
  2147. package/ec2/vpcEndpointRouteTableAssociation.d.ts +12 -0
  2148. package/ec2/vpcEndpointRouteTableAssociation.js +2 -0
  2149. package/ec2/vpcEndpointRouteTableAssociation.js.map +1 -1
  2150. package/ec2/vpcEndpointService.d.ts +12 -4
  2151. package/ec2/vpcEndpointService.js +2 -0
  2152. package/ec2/vpcEndpointService.js.map +1 -1
  2153. package/ec2/vpcEndpointServiceAllowedPrinciple.d.ts +12 -0
  2154. package/ec2/vpcEndpointServiceAllowedPrinciple.js +2 -0
  2155. package/ec2/vpcEndpointServiceAllowedPrinciple.js.map +1 -1
  2156. package/ec2/vpcEndpointSubnetAssociation.d.ts +12 -0
  2157. package/ec2/vpcEndpointSubnetAssociation.js +2 -0
  2158. package/ec2/vpcEndpointSubnetAssociation.js.map +1 -1
  2159. package/ec2/vpcIpam.d.ts +13 -5
  2160. package/ec2/vpcIpam.js +3 -1
  2161. package/ec2/vpcIpam.js.map +1 -1
  2162. package/ec2/vpcIpamPool.d.ts +16 -8
  2163. package/ec2/vpcIpamPool.js +6 -4
  2164. package/ec2/vpcIpamPool.js.map +1 -1
  2165. package/ec2/vpcIpamPoolCidr.d.ts +15 -3
  2166. package/ec2/vpcIpamPoolCidr.js +5 -3
  2167. package/ec2/vpcIpamPoolCidr.js.map +1 -1
  2168. package/ec2/vpcIpamPoolCidrAllocation.d.ts +16 -4
  2169. package/ec2/vpcIpamPoolCidrAllocation.js +6 -4
  2170. package/ec2/vpcIpamPoolCidrAllocation.js.map +1 -1
  2171. package/ec2/vpcIpamPreviewNextCidr.d.ts +14 -2
  2172. package/ec2/vpcIpamPreviewNextCidr.js +4 -2
  2173. package/ec2/vpcIpamPreviewNextCidr.js.map +1 -1
  2174. package/ec2/vpcIpamResourceDiscovery.d.ts +13 -5
  2175. package/ec2/vpcIpamResourceDiscovery.js +3 -1
  2176. package/ec2/vpcIpamResourceDiscovery.js.map +1 -1
  2177. package/ec2/vpcIpamResourceDiscoveryAssociation.d.ts +12 -4
  2178. package/ec2/vpcIpamResourceDiscoveryAssociation.js +2 -0
  2179. package/ec2/vpcIpamResourceDiscoveryAssociation.js.map +1 -1
  2180. package/ec2/vpcIpamScope.d.ts +13 -7
  2181. package/ec2/vpcIpamScope.js +3 -1
  2182. package/ec2/vpcIpamScope.js.map +1 -1
  2183. package/ec2/vpcIpv4CidrBlockAssociation.d.ts +12 -0
  2184. package/ec2/vpcIpv4CidrBlockAssociation.js +2 -0
  2185. package/ec2/vpcIpv4CidrBlockAssociation.js.map +1 -1
  2186. package/ec2/vpcIpv6CidrBlockAssociation.d.ts +12 -0
  2187. package/ec2/vpcIpv6CidrBlockAssociation.js +2 -0
  2188. package/ec2/vpcIpv6CidrBlockAssociation.js.map +1 -1
  2189. package/ec2/vpcNetworkPerformanceMetricSubscription.d.ts +12 -0
  2190. package/ec2/vpcNetworkPerformanceMetricSubscription.js +2 -0
  2191. package/ec2/vpcNetworkPerformanceMetricSubscription.js.map +1 -1
  2192. package/ec2/vpcPeeringConnection.d.ts +12 -4
  2193. package/ec2/vpcPeeringConnection.js +2 -0
  2194. package/ec2/vpcPeeringConnection.js.map +1 -1
  2195. package/ec2/vpcPeeringConnectionAccepter.d.ts +46 -4
  2196. package/ec2/vpcPeeringConnectionAccepter.js +36 -0
  2197. package/ec2/vpcPeeringConnectionAccepter.js.map +1 -1
  2198. package/ec2/vpnConnection.d.ts +12 -4
  2199. package/ec2/vpnConnection.js +2 -0
  2200. package/ec2/vpnConnection.js.map +1 -1
  2201. package/ec2/vpnConnectionRoute.d.ts +12 -0
  2202. package/ec2/vpnConnectionRoute.js +2 -0
  2203. package/ec2/vpnConnectionRoute.js.map +1 -1
  2204. package/ec2/vpnGateway.d.ts +12 -4
  2205. package/ec2/vpnGateway.js +2 -0
  2206. package/ec2/vpnGateway.js.map +1 -1
  2207. package/ec2/vpnGatewayAttachment.d.ts +12 -0
  2208. package/ec2/vpnGatewayAttachment.js +2 -0
  2209. package/ec2/vpnGatewayAttachment.js.map +1 -1
  2210. package/ec2/vpnGatewayRoutePropagation.d.ts +12 -0
  2211. package/ec2/vpnGatewayRoutePropagation.js +2 -0
  2212. package/ec2/vpnGatewayRoutePropagation.js.map +1 -1
  2213. package/ec2clientvpn/authorizationRule.d.ts +12 -0
  2214. package/ec2clientvpn/authorizationRule.js +2 -0
  2215. package/ec2clientvpn/authorizationRule.js.map +1 -1
  2216. package/ec2clientvpn/endpoint.d.ts +12 -4
  2217. package/ec2clientvpn/endpoint.js +2 -0
  2218. package/ec2clientvpn/endpoint.js.map +1 -1
  2219. package/ec2clientvpn/getEndpoint.d.ts +9 -0
  2220. package/ec2clientvpn/getEndpoint.js +2 -0
  2221. package/ec2clientvpn/getEndpoint.js.map +1 -1
  2222. package/ec2clientvpn/networkAssociation.d.ts +12 -0
  2223. package/ec2clientvpn/networkAssociation.js +2 -0
  2224. package/ec2clientvpn/networkAssociation.js.map +1 -1
  2225. package/ec2clientvpn/route.d.ts +12 -0
  2226. package/ec2clientvpn/route.js +2 -0
  2227. package/ec2clientvpn/route.js.map +1 -1
  2228. package/ec2transitgateway/connect.d.ts +12 -4
  2229. package/ec2transitgateway/connect.js +2 -0
  2230. package/ec2transitgateway/connect.js.map +1 -1
  2231. package/ec2transitgateway/connectPeer.d.ts +12 -4
  2232. package/ec2transitgateway/connectPeer.js +2 -0
  2233. package/ec2transitgateway/connectPeer.js.map +1 -1
  2234. package/ec2transitgateway/defaultRouteTableAssociation.d.ts +12 -0
  2235. package/ec2transitgateway/defaultRouteTableAssociation.js +2 -0
  2236. package/ec2transitgateway/defaultRouteTableAssociation.js.map +1 -1
  2237. package/ec2transitgateway/defaultRouteTablePropagation.d.ts +12 -0
  2238. package/ec2transitgateway/defaultRouteTablePropagation.js +2 -0
  2239. package/ec2transitgateway/defaultRouteTablePropagation.js.map +1 -1
  2240. package/ec2transitgateway/getAttachment.d.ts +9 -0
  2241. package/ec2transitgateway/getAttachment.js +2 -0
  2242. package/ec2transitgateway/getAttachment.js.map +1 -1
  2243. package/ec2transitgateway/getAttachments.d.ts +9 -0
  2244. package/ec2transitgateway/getAttachments.js +2 -0
  2245. package/ec2transitgateway/getAttachments.js.map +1 -1
  2246. package/ec2transitgateway/getConnect.d.ts +9 -0
  2247. package/ec2transitgateway/getConnect.js +2 -0
  2248. package/ec2transitgateway/getConnect.js.map +1 -1
  2249. package/ec2transitgateway/getConnectPeer.d.ts +9 -0
  2250. package/ec2transitgateway/getConnectPeer.js +2 -0
  2251. package/ec2transitgateway/getConnectPeer.js.map +1 -1
  2252. package/ec2transitgateway/getDirectConnectGatewayAttachment.d.ts +9 -0
  2253. package/ec2transitgateway/getDirectConnectGatewayAttachment.js +2 -0
  2254. package/ec2transitgateway/getDirectConnectGatewayAttachment.js.map +1 -1
  2255. package/ec2transitgateway/getMulticastDomain.d.ts +9 -0
  2256. package/ec2transitgateway/getMulticastDomain.js +2 -0
  2257. package/ec2transitgateway/getMulticastDomain.js.map +1 -1
  2258. package/ec2transitgateway/getPeeringAttachment.d.ts +9 -0
  2259. package/ec2transitgateway/getPeeringAttachment.js +2 -0
  2260. package/ec2transitgateway/getPeeringAttachment.js.map +1 -1
  2261. package/ec2transitgateway/getPeeringAttachments.d.ts +9 -0
  2262. package/ec2transitgateway/getPeeringAttachments.js +2 -0
  2263. package/ec2transitgateway/getPeeringAttachments.js.map +1 -1
  2264. package/ec2transitgateway/getRouteTable.d.ts +9 -0
  2265. package/ec2transitgateway/getRouteTable.js +2 -0
  2266. package/ec2transitgateway/getRouteTable.js.map +1 -1
  2267. package/ec2transitgateway/getRouteTableAssociations.d.ts +9 -0
  2268. package/ec2transitgateway/getRouteTableAssociations.js +2 -0
  2269. package/ec2transitgateway/getRouteTableAssociations.js.map +1 -1
  2270. package/ec2transitgateway/getRouteTablePropagations.d.ts +9 -0
  2271. package/ec2transitgateway/getRouteTablePropagations.js +2 -0
  2272. package/ec2transitgateway/getRouteTablePropagations.js.map +1 -1
  2273. package/ec2transitgateway/getRouteTableRoutes.d.ts +9 -0
  2274. package/ec2transitgateway/getRouteTableRoutes.js +2 -0
  2275. package/ec2transitgateway/getRouteTableRoutes.js.map +1 -1
  2276. package/ec2transitgateway/getTransitGateway.d.ts +9 -0
  2277. package/ec2transitgateway/getTransitGateway.js +2 -0
  2278. package/ec2transitgateway/getTransitGateway.js.map +1 -1
  2279. package/ec2transitgateway/getVpcAttachment.d.ts +9 -0
  2280. package/ec2transitgateway/getVpcAttachment.js +2 -0
  2281. package/ec2transitgateway/getVpcAttachment.js.map +1 -1
  2282. package/ec2transitgateway/getVpcAttachments.d.ts +9 -0
  2283. package/ec2transitgateway/getVpcAttachments.js +2 -0
  2284. package/ec2transitgateway/getVpcAttachments.js.map +1 -1
  2285. package/ec2transitgateway/getVpnAttachment.d.ts +9 -0
  2286. package/ec2transitgateway/getVpnAttachment.js +2 -0
  2287. package/ec2transitgateway/getVpnAttachment.js.map +1 -1
  2288. package/ec2transitgateway/instanceConnectEndpoint.d.ts +12 -4
  2289. package/ec2transitgateway/instanceConnectEndpoint.js +2 -0
  2290. package/ec2transitgateway/instanceConnectEndpoint.js.map +1 -1
  2291. package/ec2transitgateway/instanceState.d.ts +12 -0
  2292. package/ec2transitgateway/instanceState.js +2 -0
  2293. package/ec2transitgateway/instanceState.js.map +1 -1
  2294. package/ec2transitgateway/multicastDomain.d.ts +12 -4
  2295. package/ec2transitgateway/multicastDomain.js +2 -0
  2296. package/ec2transitgateway/multicastDomain.js.map +1 -1
  2297. package/ec2transitgateway/multicastDomainAssociation.d.ts +12 -0
  2298. package/ec2transitgateway/multicastDomainAssociation.js +2 -0
  2299. package/ec2transitgateway/multicastDomainAssociation.js.map +1 -1
  2300. package/ec2transitgateway/multicastGroupMember.d.ts +12 -0
  2301. package/ec2transitgateway/multicastGroupMember.js +2 -0
  2302. package/ec2transitgateway/multicastGroupMember.js.map +1 -1
  2303. package/ec2transitgateway/multicastGroupSource.d.ts +12 -0
  2304. package/ec2transitgateway/multicastGroupSource.js +2 -0
  2305. package/ec2transitgateway/multicastGroupSource.js.map +1 -1
  2306. package/ec2transitgateway/peeringAttachment.d.ts +12 -4
  2307. package/ec2transitgateway/peeringAttachment.js +2 -0
  2308. package/ec2transitgateway/peeringAttachment.js.map +1 -1
  2309. package/ec2transitgateway/peeringAttachmentAccepter.d.ts +12 -4
  2310. package/ec2transitgateway/peeringAttachmentAccepter.js +2 -0
  2311. package/ec2transitgateway/peeringAttachmentAccepter.js.map +1 -1
  2312. package/ec2transitgateway/policyTable.d.ts +12 -4
  2313. package/ec2transitgateway/policyTable.js +2 -0
  2314. package/ec2transitgateway/policyTable.js.map +1 -1
  2315. package/ec2transitgateway/policyTableAssociation.d.ts +12 -0
  2316. package/ec2transitgateway/policyTableAssociation.js +2 -0
  2317. package/ec2transitgateway/policyTableAssociation.js.map +1 -1
  2318. package/ec2transitgateway/prefixListReference.d.ts +12 -0
  2319. package/ec2transitgateway/prefixListReference.js +2 -0
  2320. package/ec2transitgateway/prefixListReference.js.map +1 -1
  2321. package/ec2transitgateway/route.d.ts +12 -0
  2322. package/ec2transitgateway/route.js +2 -0
  2323. package/ec2transitgateway/route.js.map +1 -1
  2324. package/ec2transitgateway/routeTable.d.ts +12 -4
  2325. package/ec2transitgateway/routeTable.js +2 -0
  2326. package/ec2transitgateway/routeTable.js.map +1 -1
  2327. package/ec2transitgateway/routeTableAssociation.d.ts +12 -0
  2328. package/ec2transitgateway/routeTableAssociation.js +2 -0
  2329. package/ec2transitgateway/routeTableAssociation.js.map +1 -1
  2330. package/ec2transitgateway/routeTablePropagation.d.ts +12 -0
  2331. package/ec2transitgateway/routeTablePropagation.js +2 -0
  2332. package/ec2transitgateway/routeTablePropagation.js.map +1 -1
  2333. package/ec2transitgateway/transitGateway.d.ts +14 -7
  2334. package/ec2transitgateway/transitGateway.js +2 -0
  2335. package/ec2transitgateway/transitGateway.js.map +1 -1
  2336. package/ec2transitgateway/vpcAttachment.d.ts +12 -4
  2337. package/ec2transitgateway/vpcAttachment.js +2 -0
  2338. package/ec2transitgateway/vpcAttachment.js.map +1 -1
  2339. package/ec2transitgateway/vpcAttachmentAccepter.d.ts +12 -4
  2340. package/ec2transitgateway/vpcAttachmentAccepter.js +2 -0
  2341. package/ec2transitgateway/vpcAttachmentAccepter.js.map +1 -1
  2342. package/ecr/accountSetting.d.ts +12 -0
  2343. package/ecr/accountSetting.js +2 -0
  2344. package/ecr/accountSetting.js.map +1 -1
  2345. package/ecr/getAuthorizationToken.d.ts +9 -0
  2346. package/ecr/getAuthorizationToken.js +2 -0
  2347. package/ecr/getAuthorizationToken.js.map +1 -1
  2348. package/ecr/getImage.d.ts +9 -0
  2349. package/ecr/getImage.js +2 -0
  2350. package/ecr/getImage.js.map +1 -1
  2351. package/ecr/getPullThroughCacheRule.d.ts +9 -0
  2352. package/ecr/getPullThroughCacheRule.js +2 -0
  2353. package/ecr/getPullThroughCacheRule.js.map +1 -1
  2354. package/ecr/getRepositories.d.ts +21 -2
  2355. package/ecr/getRepositories.js +10 -4
  2356. package/ecr/getRepositories.js.map +1 -1
  2357. package/ecr/getRepository.d.ts +9 -0
  2358. package/ecr/getRepository.js +2 -0
  2359. package/ecr/getRepository.js.map +1 -1
  2360. package/ecr/getRepositoryCreationTemplate.d.ts +9 -0
  2361. package/ecr/getRepositoryCreationTemplate.js +2 -0
  2362. package/ecr/getRepositoryCreationTemplate.js.map +1 -1
  2363. package/ecr/index.d.ts +2 -4
  2364. package/ecr/index.js +3 -4
  2365. package/ecr/index.js.map +1 -1
  2366. package/ecr/lifecyclePolicy.d.ts +15 -3
  2367. package/ecr/lifecyclePolicy.js +2 -0
  2368. package/ecr/lifecyclePolicy.js.map +1 -1
  2369. package/ecr/lifecyclePolicyDocument.d.ts +5 -67
  2370. package/ecr/lifecyclePolicyDocument.js +0 -13
  2371. package/ecr/lifecyclePolicyDocument.js.map +1 -1
  2372. package/ecr/pullThroughCacheRule.d.ts +12 -0
  2373. package/ecr/pullThroughCacheRule.js +2 -0
  2374. package/ecr/pullThroughCacheRule.js.map +1 -1
  2375. package/ecr/registryPolicy.d.ts +16 -4
  2376. package/ecr/registryPolicy.js +3 -1
  2377. package/ecr/registryPolicy.js.map +1 -1
  2378. package/ecr/registryScanningConfiguration.d.ts +12 -0
  2379. package/ecr/registryScanningConfiguration.js +2 -0
  2380. package/ecr/registryScanningConfiguration.js.map +1 -1
  2381. package/ecr/replicationConfiguration.d.ts +12 -0
  2382. package/ecr/replicationConfiguration.js +2 -0
  2383. package/ecr/replicationConfiguration.js.map +1 -1
  2384. package/ecr/repository.d.ts +12 -4
  2385. package/ecr/repository.js +2 -0
  2386. package/ecr/repository.js.map +1 -1
  2387. package/ecr/repositoryCreationTemplate.d.ts +12 -0
  2388. package/ecr/repositoryCreationTemplate.js +2 -0
  2389. package/ecr/repositoryCreationTemplate.js.map +1 -1
  2390. package/ecr/repositoryPolicy.d.ts +15 -3
  2391. package/ecr/repositoryPolicy.js +2 -0
  2392. package/ecr/repositoryPolicy.js.map +1 -1
  2393. package/ecrpublic/getAuthorizationToken.d.ts +21 -2
  2394. package/ecrpublic/getAuthorizationToken.js +10 -4
  2395. package/ecrpublic/getAuthorizationToken.js.map +1 -1
  2396. package/ecrpublic/index.d.ts +1 -1
  2397. package/ecrpublic/repository.d.ts +12 -4
  2398. package/ecrpublic/repository.js +2 -0
  2399. package/ecrpublic/repository.js.map +1 -1
  2400. package/ecrpublic/repositoryPolicy.d.ts +12 -0
  2401. package/ecrpublic/repositoryPolicy.js +2 -0
  2402. package/ecrpublic/repositoryPolicy.js.map +1 -1
  2403. package/ecs/accountSettingDefault.d.ts +12 -0
  2404. package/ecs/accountSettingDefault.js +2 -0
  2405. package/ecs/accountSettingDefault.js.map +1 -1
  2406. package/ecs/capacityProvider.d.ts +18 -10
  2407. package/ecs/capacityProvider.js +8 -6
  2408. package/ecs/capacityProvider.js.map +1 -1
  2409. package/ecs/cluster.d.ts +12 -4
  2410. package/ecs/cluster.js +2 -0
  2411. package/ecs/cluster.js.map +1 -1
  2412. package/ecs/clusterCapacityProviders.d.ts +12 -0
  2413. package/ecs/clusterCapacityProviders.js +2 -0
  2414. package/ecs/clusterCapacityProviders.js.map +1 -1
  2415. package/ecs/getCluster.d.ts +9 -0
  2416. package/ecs/getCluster.js +2 -0
  2417. package/ecs/getCluster.js.map +1 -1
  2418. package/ecs/getClusters.d.ts +21 -2
  2419. package/ecs/getClusters.js +10 -4
  2420. package/ecs/getClusters.js.map +1 -1
  2421. package/ecs/getContainerDefinition.d.ts +9 -0
  2422. package/ecs/getContainerDefinition.js +2 -0
  2423. package/ecs/getContainerDefinition.js.map +1 -1
  2424. package/ecs/getService.d.ts +9 -0
  2425. package/ecs/getService.js +2 -0
  2426. package/ecs/getService.js.map +1 -1
  2427. package/ecs/getTaskDefinition.d.ts +9 -4
  2428. package/ecs/getTaskDefinition.js +2 -0
  2429. package/ecs/getTaskDefinition.js.map +1 -1
  2430. package/ecs/getTaskExecution.d.ts +9 -0
  2431. package/ecs/getTaskExecution.js +2 -0
  2432. package/ecs/getTaskExecution.js.map +1 -1
  2433. package/ecs/index.d.ts +1 -1
  2434. package/ecs/service.d.ts +20 -4
  2435. package/ecs/service.js +4 -0
  2436. package/ecs/service.js.map +1 -1
  2437. package/ecs/tag.d.ts +13 -1
  2438. package/ecs/tag.js +3 -1
  2439. package/ecs/tag.js.map +1 -1
  2440. package/ecs/taskDefinition.d.ts +20 -34
  2441. package/ecs/taskDefinition.js +4 -14
  2442. package/ecs/taskDefinition.js.map +1 -1
  2443. package/ecs/taskSet.d.ts +12 -4
  2444. package/ecs/taskSet.js +2 -0
  2445. package/ecs/taskSet.js.map +1 -1
  2446. package/efs/accessPoint.d.ts +12 -4
  2447. package/efs/accessPoint.js +2 -0
  2448. package/efs/accessPoint.js.map +1 -1
  2449. package/efs/backupPolicy.d.ts +12 -0
  2450. package/efs/backupPolicy.js +2 -0
  2451. package/efs/backupPolicy.js.map +1 -1
  2452. package/efs/fileSystem.d.ts +12 -4
  2453. package/efs/fileSystem.js +2 -0
  2454. package/efs/fileSystem.js.map +1 -1
  2455. package/efs/fileSystemPolicy.d.ts +12 -0
  2456. package/efs/fileSystemPolicy.js +2 -0
  2457. package/efs/fileSystemPolicy.js.map +1 -1
  2458. package/efs/getAccessPoint.d.ts +9 -0
  2459. package/efs/getAccessPoint.js +2 -0
  2460. package/efs/getAccessPoint.js.map +1 -1
  2461. package/efs/getAccessPoints.d.ts +9 -0
  2462. package/efs/getAccessPoints.js +2 -0
  2463. package/efs/getAccessPoints.js.map +1 -1
  2464. package/efs/getFileSystem.d.ts +10 -4
  2465. package/efs/getFileSystem.js +2 -0
  2466. package/efs/getFileSystem.js.map +1 -1
  2467. package/efs/getMountTarget.d.ts +9 -0
  2468. package/efs/getMountTarget.js +2 -0
  2469. package/efs/getMountTarget.js.map +1 -1
  2470. package/efs/mountTarget.d.ts +12 -0
  2471. package/efs/mountTarget.js +2 -0
  2472. package/efs/mountTarget.js.map +1 -1
  2473. package/efs/replicationConfiguration.d.ts +12 -0
  2474. package/efs/replicationConfiguration.js +2 -0
  2475. package/efs/replicationConfiguration.js.map +1 -1
  2476. package/eks/accessEntry.d.ts +12 -4
  2477. package/eks/accessEntry.js +2 -0
  2478. package/eks/accessEntry.js.map +1 -1
  2479. package/eks/accessPolicyAssociation.d.ts +12 -0
  2480. package/eks/accessPolicyAssociation.js +2 -0
  2481. package/eks/accessPolicyAssociation.js.map +1 -1
  2482. package/eks/addon.d.ts +12 -22
  2483. package/eks/addon.js +2 -2
  2484. package/eks/addon.js.map +1 -1
  2485. package/eks/cluster.d.ts +12 -9
  2486. package/eks/cluster.js +2 -4
  2487. package/eks/cluster.js.map +1 -1
  2488. package/eks/fargateProfile.d.ts +12 -4
  2489. package/eks/fargateProfile.js +2 -0
  2490. package/eks/fargateProfile.js.map +1 -1
  2491. package/eks/getAccessEntry.d.ts +21 -0
  2492. package/eks/getAccessEntry.js +4 -0
  2493. package/eks/getAccessEntry.js.map +1 -1
  2494. package/eks/getAddon.d.ts +9 -0
  2495. package/eks/getAddon.js +2 -0
  2496. package/eks/getAddon.js.map +1 -1
  2497. package/eks/getAddonVersion.d.ts +9 -0
  2498. package/eks/getAddonVersion.js +2 -0
  2499. package/eks/getAddonVersion.js.map +1 -1
  2500. package/eks/getCluster.d.ts +9 -0
  2501. package/eks/getCluster.js +2 -0
  2502. package/eks/getCluster.js.map +1 -1
  2503. package/eks/getClusterAuth.d.ts +9 -0
  2504. package/eks/getClusterAuth.js +2 -0
  2505. package/eks/getClusterAuth.js.map +1 -1
  2506. package/eks/getClusterVersions.d.ts +9 -0
  2507. package/eks/getClusterVersions.js +2 -0
  2508. package/eks/getClusterVersions.js.map +1 -1
  2509. package/eks/getClusters.d.ts +21 -2
  2510. package/eks/getClusters.js +10 -4
  2511. package/eks/getClusters.js.map +1 -1
  2512. package/eks/getNodeGroup.d.ts +9 -0
  2513. package/eks/getNodeGroup.js +2 -0
  2514. package/eks/getNodeGroup.js.map +1 -1
  2515. package/eks/getNodeGroups.d.ts +9 -0
  2516. package/eks/getNodeGroups.js +2 -0
  2517. package/eks/getNodeGroups.js.map +1 -1
  2518. package/eks/identityProviderConfig.d.ts +12 -4
  2519. package/eks/identityProviderConfig.js +2 -0
  2520. package/eks/identityProviderConfig.js.map +1 -1
  2521. package/eks/index.d.ts +1 -1
  2522. package/eks/nodeGroup.d.ts +12 -4
  2523. package/eks/nodeGroup.js +2 -0
  2524. package/eks/nodeGroup.js.map +1 -1
  2525. package/eks/podIdentityAssociation.d.ts +44 -4
  2526. package/eks/podIdentityAssociation.js +8 -0
  2527. package/eks/podIdentityAssociation.js.map +1 -1
  2528. package/elasticache/cluster.d.ts +12 -10
  2529. package/elasticache/cluster.js +2 -0
  2530. package/elasticache/cluster.js.map +1 -1
  2531. package/elasticache/getCluster.d.ts +9 -0
  2532. package/elasticache/getCluster.js +2 -0
  2533. package/elasticache/getCluster.js.map +1 -1
  2534. package/elasticache/getReplicationGroup.d.ts +9 -0
  2535. package/elasticache/getReplicationGroup.js +2 -0
  2536. package/elasticache/getReplicationGroup.js.map +1 -1
  2537. package/elasticache/getReservedCacheNodeOffering.d.ts +9 -0
  2538. package/elasticache/getReservedCacheNodeOffering.js +2 -0
  2539. package/elasticache/getReservedCacheNodeOffering.js.map +1 -1
  2540. package/elasticache/getServerlessCache.d.ts +9 -0
  2541. package/elasticache/getServerlessCache.js +2 -0
  2542. package/elasticache/getServerlessCache.js.map +1 -1
  2543. package/elasticache/getSubnetGroup.d.ts +9 -0
  2544. package/elasticache/getSubnetGroup.js +2 -0
  2545. package/elasticache/getSubnetGroup.js.map +1 -1
  2546. package/elasticache/getUser.d.ts +9 -0
  2547. package/elasticache/getUser.js +2 -0
  2548. package/elasticache/getUser.js.map +1 -1
  2549. package/elasticache/globalReplicationGroup.d.ts +12 -0
  2550. package/elasticache/globalReplicationGroup.js +2 -0
  2551. package/elasticache/globalReplicationGroup.js.map +1 -1
  2552. package/elasticache/parameterGroup.d.ts +12 -4
  2553. package/elasticache/parameterGroup.js +2 -0
  2554. package/elasticache/parameterGroup.js.map +1 -1
  2555. package/elasticache/replicationGroup.d.ts +15 -7
  2556. package/elasticache/replicationGroup.js +2 -0
  2557. package/elasticache/replicationGroup.js.map +1 -1
  2558. package/elasticache/reservedCacheNode.d.ts +12 -4
  2559. package/elasticache/reservedCacheNode.js +2 -0
  2560. package/elasticache/reservedCacheNode.js.map +1 -1
  2561. package/elasticache/serverlessCache.d.ts +12 -6
  2562. package/elasticache/serverlessCache.js +2 -0
  2563. package/elasticache/serverlessCache.js.map +1 -1
  2564. package/elasticache/subnetGroup.d.ts +12 -4
  2565. package/elasticache/subnetGroup.js +2 -0
  2566. package/elasticache/subnetGroup.js.map +1 -1
  2567. package/elasticache/user.d.ts +12 -6
  2568. package/elasticache/user.js +2 -0
  2569. package/elasticache/user.js.map +1 -1
  2570. package/elasticache/userGroup.d.ts +12 -4
  2571. package/elasticache/userGroup.js +2 -0
  2572. package/elasticache/userGroup.js.map +1 -1
  2573. package/elasticache/userGroupAssociation.d.ts +12 -0
  2574. package/elasticache/userGroupAssociation.js +2 -0
  2575. package/elasticache/userGroupAssociation.js.map +1 -1
  2576. package/elasticbeanstalk/application.d.ts +12 -4
  2577. package/elasticbeanstalk/application.js +2 -0
  2578. package/elasticbeanstalk/application.js.map +1 -1
  2579. package/elasticbeanstalk/applicationVersion.d.ts +13 -5
  2580. package/elasticbeanstalk/applicationVersion.js +3 -1
  2581. package/elasticbeanstalk/applicationVersion.js.map +1 -1
  2582. package/elasticbeanstalk/configurationTemplate.d.ts +12 -0
  2583. package/elasticbeanstalk/configurationTemplate.js +2 -0
  2584. package/elasticbeanstalk/configurationTemplate.js.map +1 -1
  2585. package/elasticbeanstalk/environment.d.ts +15 -7
  2586. package/elasticbeanstalk/environment.js +2 -0
  2587. package/elasticbeanstalk/environment.js.map +1 -1
  2588. package/elasticbeanstalk/getApplication.d.ts +9 -0
  2589. package/elasticbeanstalk/getApplication.js +2 -0
  2590. package/elasticbeanstalk/getApplication.js.map +1 -1
  2591. package/elasticbeanstalk/getHostedZone.d.ts +3 -6
  2592. package/elasticbeanstalk/getHostedZone.js.map +1 -1
  2593. package/elasticbeanstalk/getSolutionStack.d.ts +9 -0
  2594. package/elasticbeanstalk/getSolutionStack.js +2 -0
  2595. package/elasticbeanstalk/getSolutionStack.js.map +1 -1
  2596. package/elasticsearch/domain.d.ts +16 -9
  2597. package/elasticsearch/domain.js +4 -2
  2598. package/elasticsearch/domain.js.map +1 -1
  2599. package/elasticsearch/domainPolicy.d.ts +15 -3
  2600. package/elasticsearch/domainPolicy.js +2 -0
  2601. package/elasticsearch/domainPolicy.js.map +1 -1
  2602. package/elasticsearch/domainSamlOptions.d.ts +12 -0
  2603. package/elasticsearch/domainSamlOptions.js +2 -0
  2604. package/elasticsearch/domainSamlOptions.js.map +1 -1
  2605. package/elasticsearch/getDomain.d.ts +9 -0
  2606. package/elasticsearch/getDomain.js +2 -0
  2607. package/elasticsearch/getDomain.js.map +1 -1
  2608. package/elasticsearch/vpcEndpoint.d.ts +12 -0
  2609. package/elasticsearch/vpcEndpoint.js +2 -0
  2610. package/elasticsearch/vpcEndpoint.js.map +1 -1
  2611. package/elastictranscoder/pipeline.d.ts +14 -0
  2612. package/elastictranscoder/pipeline.js +4 -0
  2613. package/elastictranscoder/pipeline.js.map +1 -1
  2614. package/elastictranscoder/preset.d.ts +14 -0
  2615. package/elastictranscoder/preset.js +4 -0
  2616. package/elastictranscoder/preset.js.map +1 -1
  2617. package/elb/appCookieStickinessPolicy.d.ts +12 -0
  2618. package/elb/appCookieStickinessPolicy.js +2 -0
  2619. package/elb/appCookieStickinessPolicy.js.map +1 -1
  2620. package/elb/attachment.d.ts +12 -0
  2621. package/elb/attachment.js +2 -0
  2622. package/elb/attachment.js.map +1 -1
  2623. package/elb/getHostedZoneId.d.ts +3 -5
  2624. package/elb/getHostedZoneId.js.map +1 -1
  2625. package/elb/getLoadBalancer.d.ts +9 -0
  2626. package/elb/getLoadBalancer.js +2 -0
  2627. package/elb/getLoadBalancer.js.map +1 -1
  2628. package/elb/getServiceAccount.d.ts +8 -10
  2629. package/elb/getServiceAccount.js +4 -4
  2630. package/elb/getServiceAccount.js.map +1 -1
  2631. package/elb/listenerPolicy.d.ts +12 -0
  2632. package/elb/listenerPolicy.js +2 -0
  2633. package/elb/listenerPolicy.js.map +1 -1
  2634. package/elb/loadBalancer.d.ts +12 -4
  2635. package/elb/loadBalancer.js +2 -0
  2636. package/elb/loadBalancer.js.map +1 -1
  2637. package/elb/loadBalancerBackendServerPolicy.d.ts +12 -0
  2638. package/elb/loadBalancerBackendServerPolicy.js +2 -0
  2639. package/elb/loadBalancerBackendServerPolicy.js.map +1 -1
  2640. package/elb/loadBalancerCookieStickinessPolicy.d.ts +12 -0
  2641. package/elb/loadBalancerCookieStickinessPolicy.js +2 -0
  2642. package/elb/loadBalancerCookieStickinessPolicy.js.map +1 -1
  2643. package/elb/loadBalancerPolicy.d.ts +12 -0
  2644. package/elb/loadBalancerPolicy.js +2 -0
  2645. package/elb/loadBalancerPolicy.js.map +1 -1
  2646. package/elb/sslNegotiationPolicy.d.ts +12 -0
  2647. package/elb/sslNegotiationPolicy.js +2 -0
  2648. package/elb/sslNegotiationPolicy.js.map +1 -1
  2649. package/emr/blockPublicAccessConfiguration.d.ts +12 -0
  2650. package/emr/blockPublicAccessConfiguration.js +2 -0
  2651. package/emr/blockPublicAccessConfiguration.js.map +1 -1
  2652. package/emr/cluster.d.ts +24 -4
  2653. package/emr/cluster.js +4 -0
  2654. package/emr/cluster.js.map +1 -1
  2655. package/emr/getReleaseLabels.d.ts +9 -0
  2656. package/emr/getReleaseLabels.js +2 -0
  2657. package/emr/getReleaseLabels.js.map +1 -1
  2658. package/emr/getSupportedInstanceTypes.d.ts +10 -10
  2659. package/emr/getSupportedInstanceTypes.js +2 -2
  2660. package/emr/getSupportedInstanceTypes.js.map +1 -1
  2661. package/emr/instanceFleet.d.ts +12 -0
  2662. package/emr/instanceFleet.js +2 -0
  2663. package/emr/instanceFleet.js.map +1 -1
  2664. package/emr/instanceGroup.d.ts +12 -0
  2665. package/emr/instanceGroup.js +2 -0
  2666. package/emr/instanceGroup.js.map +1 -1
  2667. package/emr/managedScalingPolicy.d.ts +12 -0
  2668. package/emr/managedScalingPolicy.js +2 -0
  2669. package/emr/managedScalingPolicy.js.map +1 -1
  2670. package/emr/securityConfiguration.d.ts +12 -0
  2671. package/emr/securityConfiguration.js +2 -0
  2672. package/emr/securityConfiguration.js.map +1 -1
  2673. package/emr/studio.d.ts +12 -6
  2674. package/emr/studio.js +2 -0
  2675. package/emr/studio.js.map +1 -1
  2676. package/emr/studioSessionMapping.d.ts +12 -0
  2677. package/emr/studioSessionMapping.js +2 -0
  2678. package/emr/studioSessionMapping.js.map +1 -1
  2679. package/emrcontainers/getVirtualCluster.d.ts +9 -0
  2680. package/emrcontainers/getVirtualCluster.js +2 -0
  2681. package/emrcontainers/getVirtualCluster.js.map +1 -1
  2682. package/emrcontainers/jobTemplate.d.ts +12 -4
  2683. package/emrcontainers/jobTemplate.js +2 -0
  2684. package/emrcontainers/jobTemplate.js.map +1 -1
  2685. package/emrcontainers/virtualCluster.d.ts +12 -4
  2686. package/emrcontainers/virtualCluster.js +2 -0
  2687. package/emrcontainers/virtualCluster.js.map +1 -1
  2688. package/emrserverless/application.d.ts +12 -4
  2689. package/emrserverless/application.js +2 -0
  2690. package/emrserverless/application.js.map +1 -1
  2691. package/evidently/feature.d.ts +14 -4
  2692. package/evidently/feature.js +4 -0
  2693. package/evidently/feature.js.map +1 -1
  2694. package/evidently/launch.d.ts +14 -4
  2695. package/evidently/launch.js +4 -0
  2696. package/evidently/launch.js.map +1 -1
  2697. package/evidently/project.d.ts +14 -4
  2698. package/evidently/project.js +4 -0
  2699. package/evidently/project.js.map +1 -1
  2700. package/evidently/segment.d.ts +14 -4
  2701. package/evidently/segment.js +4 -0
  2702. package/evidently/segment.js.map +1 -1
  2703. package/finspace/kxCluster.d.ts +15 -7
  2704. package/finspace/kxCluster.js +2 -0
  2705. package/finspace/kxCluster.js.map +1 -1
  2706. package/finspace/kxDatabase.d.ts +12 -4
  2707. package/finspace/kxDatabase.js +2 -0
  2708. package/finspace/kxDatabase.js.map +1 -1
  2709. package/finspace/kxDataview.d.ts +12 -4
  2710. package/finspace/kxDataview.js +2 -0
  2711. package/finspace/kxDataview.js.map +1 -1
  2712. package/finspace/kxEnvironment.d.ts +12 -4
  2713. package/finspace/kxEnvironment.js +2 -0
  2714. package/finspace/kxEnvironment.js.map +1 -1
  2715. package/finspace/kxScalingGroup.d.ts +28 -20
  2716. package/finspace/kxScalingGroup.js +2 -0
  2717. package/finspace/kxScalingGroup.js.map +1 -1
  2718. package/finspace/kxUser.d.ts +12 -4
  2719. package/finspace/kxUser.js +2 -0
  2720. package/finspace/kxUser.js.map +1 -1
  2721. package/finspace/kxVolume.d.ts +30 -24
  2722. package/finspace/kxVolume.js +2 -0
  2723. package/finspace/kxVolume.js.map +1 -1
  2724. package/fis/experimentTemplate.d.ts +12 -6
  2725. package/fis/experimentTemplate.js +2 -0
  2726. package/fis/experimentTemplate.js.map +1 -1
  2727. package/fis/getExperimentTemplates.d.ts +9 -0
  2728. package/fis/getExperimentTemplates.js +2 -0
  2729. package/fis/getExperimentTemplates.js.map +1 -1
  2730. package/fms/policy.d.ts +24 -4
  2731. package/fms/policy.js +4 -0
  2732. package/fms/policy.js.map +1 -1
  2733. package/fms/resourceSet.d.ts +12 -6
  2734. package/fms/resourceSet.js +2 -0
  2735. package/fms/resourceSet.js.map +1 -1
  2736. package/fsx/backup.d.ts +18 -4
  2737. package/fsx/backup.js +2 -0
  2738. package/fsx/backup.js.map +1 -1
  2739. package/fsx/dataRepositoryAssociation.d.ts +14 -6
  2740. package/fsx/dataRepositoryAssociation.js +4 -2
  2741. package/fsx/dataRepositoryAssociation.js.map +1 -1
  2742. package/fsx/fileCache.d.ts +12 -6
  2743. package/fsx/fileCache.js +2 -0
  2744. package/fsx/fileCache.js.map +1 -1
  2745. package/fsx/getOntapFileSystem.d.ts +9 -0
  2746. package/fsx/getOntapFileSystem.js +2 -0
  2747. package/fsx/getOntapFileSystem.js.map +1 -1
  2748. package/fsx/getOntapStorageVirtualMachine.d.ts +9 -0
  2749. package/fsx/getOntapStorageVirtualMachine.js +2 -0
  2750. package/fsx/getOntapStorageVirtualMachine.js.map +1 -1
  2751. package/fsx/getOntapStorageVirtualMachines.d.ts +9 -0
  2752. package/fsx/getOntapStorageVirtualMachines.js +2 -0
  2753. package/fsx/getOntapStorageVirtualMachines.js.map +1 -1
  2754. package/fsx/getOpenZfsSnapshot.d.ts +9 -0
  2755. package/fsx/getOpenZfsSnapshot.js +2 -0
  2756. package/fsx/getOpenZfsSnapshot.js.map +1 -1
  2757. package/fsx/getWindowsFileSystem.d.ts +9 -0
  2758. package/fsx/getWindowsFileSystem.js +2 -0
  2759. package/fsx/getWindowsFileSystem.js.map +1 -1
  2760. package/fsx/lustreFileSystem.d.ts +12 -4
  2761. package/fsx/lustreFileSystem.js +2 -0
  2762. package/fsx/lustreFileSystem.js.map +1 -1
  2763. package/fsx/ontapFileSystem.d.ts +12 -4
  2764. package/fsx/ontapFileSystem.js +2 -0
  2765. package/fsx/ontapFileSystem.js.map +1 -1
  2766. package/fsx/ontapStorageVirtualMachine.d.ts +12 -4
  2767. package/fsx/ontapStorageVirtualMachine.js +2 -0
  2768. package/fsx/ontapStorageVirtualMachine.js.map +1 -1
  2769. package/fsx/ontapVolume.d.ts +12 -4
  2770. package/fsx/ontapVolume.js +2 -0
  2771. package/fsx/ontapVolume.js.map +1 -1
  2772. package/fsx/openZfsFileSystem.d.ts +12 -4
  2773. package/fsx/openZfsFileSystem.js +2 -0
  2774. package/fsx/openZfsFileSystem.js.map +1 -1
  2775. package/fsx/openZfsSnapshot.d.ts +12 -4
  2776. package/fsx/openZfsSnapshot.js +2 -0
  2777. package/fsx/openZfsSnapshot.js.map +1 -1
  2778. package/fsx/openZfsVolume.d.ts +12 -4
  2779. package/fsx/openZfsVolume.js +2 -0
  2780. package/fsx/openZfsVolume.js.map +1 -1
  2781. package/fsx/windowsFileSystem.d.ts +12 -4
  2782. package/fsx/windowsFileSystem.js +2 -0
  2783. package/fsx/windowsFileSystem.js.map +1 -1
  2784. package/gamelift/alias.d.ts +12 -4
  2785. package/gamelift/alias.js +2 -0
  2786. package/gamelift/alias.js.map +1 -1
  2787. package/gamelift/build.d.ts +12 -4
  2788. package/gamelift/build.js +2 -0
  2789. package/gamelift/build.js.map +1 -1
  2790. package/gamelift/fleet.d.ts +12 -4
  2791. package/gamelift/fleet.js +2 -0
  2792. package/gamelift/fleet.js.map +1 -1
  2793. package/gamelift/gameServerGroup.d.ts +12 -6
  2794. package/gamelift/gameServerGroup.js +2 -0
  2795. package/gamelift/gameServerGroup.js.map +1 -1
  2796. package/gamelift/gameSessionQueue.d.ts +12 -4
  2797. package/gamelift/gameSessionQueue.js +2 -0
  2798. package/gamelift/gameSessionQueue.js.map +1 -1
  2799. package/gamelift/index.d.ts +0 -6
  2800. package/gamelift/index.js +1 -11
  2801. package/gamelift/index.js.map +1 -1
  2802. package/gamelift/script.d.ts +12 -4
  2803. package/gamelift/script.js +2 -0
  2804. package/gamelift/script.js.map +1 -1
  2805. package/getArn.d.ts +1 -1
  2806. package/getAvailabilityZone.d.ts +17 -8
  2807. package/getAvailabilityZone.js +6 -4
  2808. package/getAvailabilityZone.js.map +1 -1
  2809. package/getAvailabilityZones.d.ts +9 -0
  2810. package/getAvailabilityZones.js +2 -0
  2811. package/getAvailabilityZones.js.map +1 -1
  2812. package/getBillingServiceAccount.d.ts +4 -4
  2813. package/getBillingServiceAccount.js +4 -4
  2814. package/getRegion.d.ts +26 -10
  2815. package/getRegion.js +10 -8
  2816. package/getRegion.js.map +1 -1
  2817. package/getService.d.ts +4 -4
  2818. package/getService.js +2 -2
  2819. package/getServicePrincipal.d.ts +3 -6
  2820. package/getServicePrincipal.js.map +1 -1
  2821. package/glacier/vault.d.ts +12 -4
  2822. package/glacier/vault.js +2 -0
  2823. package/glacier/vault.js.map +1 -1
  2824. package/glacier/vaultLock.d.ts +12 -0
  2825. package/glacier/vaultLock.js +2 -0
  2826. package/glacier/vaultLock.js.map +1 -1
  2827. package/globalaccelerator/accelerator.d.ts +0 -4
  2828. package/globalaccelerator/accelerator.js.map +1 -1
  2829. package/globalaccelerator/crossAccountAttachment.d.ts +0 -4
  2830. package/globalaccelerator/crossAccountAttachment.js.map +1 -1
  2831. package/globalaccelerator/customRoutingAccelerator.d.ts +0 -4
  2832. package/globalaccelerator/customRoutingAccelerator.js.map +1 -1
  2833. package/globalaccelerator/getAccelerator.d.ts +0 -2
  2834. package/globalaccelerator/getAccelerator.js +0 -2
  2835. package/globalaccelerator/getAccelerator.js.map +1 -1
  2836. package/glue/catalogDatabase.d.ts +12 -4
  2837. package/glue/catalogDatabase.js +2 -0
  2838. package/glue/catalogDatabase.js.map +1 -1
  2839. package/glue/catalogTable.d.ts +12 -0
  2840. package/glue/catalogTable.js +2 -0
  2841. package/glue/catalogTable.js.map +1 -1
  2842. package/glue/catalogTableOptimizer.d.ts +12 -0
  2843. package/glue/catalogTableOptimizer.js +2 -0
  2844. package/glue/catalogTableOptimizer.js.map +1 -1
  2845. package/glue/classifier.d.ts +12 -0
  2846. package/glue/classifier.js +2 -0
  2847. package/glue/classifier.js.map +1 -1
  2848. package/glue/connection.d.ts +12 -4
  2849. package/glue/connection.js +2 -0
  2850. package/glue/connection.js.map +1 -1
  2851. package/glue/crawler.d.ts +12 -4
  2852. package/glue/crawler.js +2 -0
  2853. package/glue/crawler.js.map +1 -1
  2854. package/glue/dataCatalogEncryptionSettings.d.ts +12 -0
  2855. package/glue/dataCatalogEncryptionSettings.js +2 -0
  2856. package/glue/dataCatalogEncryptionSettings.js.map +1 -1
  2857. package/glue/dataQualityRuleset.d.ts +12 -4
  2858. package/glue/dataQualityRuleset.js +2 -0
  2859. package/glue/dataQualityRuleset.js.map +1 -1
  2860. package/glue/devEndpoint.d.ts +12 -4
  2861. package/glue/devEndpoint.js +2 -0
  2862. package/glue/devEndpoint.js.map +1 -1
  2863. package/glue/getCatalogTable.d.ts +12 -0
  2864. package/glue/getCatalogTable.js +2 -0
  2865. package/glue/getCatalogTable.js.map +1 -1
  2866. package/glue/getConnection.d.ts +9 -0
  2867. package/glue/getConnection.js +2 -0
  2868. package/glue/getConnection.js.map +1 -1
  2869. package/glue/getDataCatalogEncryptionSettings.d.ts +9 -0
  2870. package/glue/getDataCatalogEncryptionSettings.js +2 -0
  2871. package/glue/getDataCatalogEncryptionSettings.js.map +1 -1
  2872. package/glue/getRegistry.d.ts +9 -0
  2873. package/glue/getRegistry.js +2 -0
  2874. package/glue/getRegistry.js.map +1 -1
  2875. package/glue/getScript.d.ts +9 -0
  2876. package/glue/getScript.js +2 -0
  2877. package/glue/getScript.js.map +1 -1
  2878. package/glue/job.d.ts +24 -4
  2879. package/glue/job.js +4 -0
  2880. package/glue/job.js.map +1 -1
  2881. package/glue/mltransform.d.ts +12 -4
  2882. package/glue/mltransform.js +2 -0
  2883. package/glue/mltransform.js.map +1 -1
  2884. package/glue/partition.d.ts +12 -0
  2885. package/glue/partition.js +2 -0
  2886. package/glue/partition.js.map +1 -1
  2887. package/glue/partitionIndex.d.ts +12 -0
  2888. package/glue/partitionIndex.js +2 -0
  2889. package/glue/partitionIndex.js.map +1 -1
  2890. package/glue/registry.d.ts +12 -4
  2891. package/glue/registry.js +2 -0
  2892. package/glue/registry.js.map +1 -1
  2893. package/glue/resourcePolicy.d.ts +13 -1
  2894. package/glue/resourcePolicy.js +3 -1
  2895. package/glue/resourcePolicy.js.map +1 -1
  2896. package/glue/schema.d.ts +12 -4
  2897. package/glue/schema.js +2 -0
  2898. package/glue/schema.js.map +1 -1
  2899. package/glue/securityConfiguration.d.ts +12 -0
  2900. package/glue/securityConfiguration.js +2 -0
  2901. package/glue/securityConfiguration.js.map +1 -1
  2902. package/glue/trigger.d.ts +12 -4
  2903. package/glue/trigger.js +2 -0
  2904. package/glue/trigger.js.map +1 -1
  2905. package/glue/userDefinedFunction.d.ts +12 -0
  2906. package/glue/userDefinedFunction.js +2 -0
  2907. package/glue/userDefinedFunction.js.map +1 -1
  2908. package/glue/workflow.d.ts +12 -4
  2909. package/glue/workflow.js +2 -0
  2910. package/glue/workflow.js.map +1 -1
  2911. package/grafana/getWorkspace.d.ts +9 -0
  2912. package/grafana/getWorkspace.js +2 -0
  2913. package/grafana/getWorkspace.js.map +1 -1
  2914. package/grafana/licenseAssociation.d.ts +12 -0
  2915. package/grafana/licenseAssociation.js +2 -0
  2916. package/grafana/licenseAssociation.js.map +1 -1
  2917. package/grafana/roleAssociation.d.ts +12 -0
  2918. package/grafana/roleAssociation.js +2 -0
  2919. package/grafana/roleAssociation.js.map +1 -1
  2920. package/grafana/workspace.d.ts +16 -8
  2921. package/grafana/workspace.js +3 -1
  2922. package/grafana/workspace.js.map +1 -1
  2923. package/grafana/workspaceApiKey.d.ts +12 -0
  2924. package/grafana/workspaceApiKey.js +2 -0
  2925. package/grafana/workspaceApiKey.js.map +1 -1
  2926. package/grafana/workspaceSamlConfiguration.d.ts +12 -0
  2927. package/grafana/workspaceSamlConfiguration.js +2 -0
  2928. package/grafana/workspaceSamlConfiguration.js.map +1 -1
  2929. package/grafana/workspaceServiceAccount.d.ts +12 -0
  2930. package/grafana/workspaceServiceAccount.js +2 -0
  2931. package/grafana/workspaceServiceAccount.js.map +1 -1
  2932. package/grafana/workspaceServiceAccountToken.d.ts +12 -0
  2933. package/grafana/workspaceServiceAccountToken.js +2 -0
  2934. package/grafana/workspaceServiceAccountToken.js.map +1 -1
  2935. package/guardduty/detector.d.ts +18 -4
  2936. package/guardduty/detector.js +2 -0
  2937. package/guardduty/detector.js.map +1 -1
  2938. package/guardduty/detectorFeature.d.ts +33 -0
  2939. package/guardduty/detectorFeature.js +23 -0
  2940. package/guardduty/detectorFeature.js.map +1 -1
  2941. package/guardduty/filter.d.ts +12 -4
  2942. package/guardduty/filter.js +2 -0
  2943. package/guardduty/filter.js.map +1 -1
  2944. package/guardduty/getDetector.d.ts +9 -0
  2945. package/guardduty/getDetector.js +2 -0
  2946. package/guardduty/getDetector.js.map +1 -1
  2947. package/guardduty/getFindingIds.d.ts +9 -0
  2948. package/guardduty/getFindingIds.js +2 -0
  2949. package/guardduty/getFindingIds.js.map +1 -1
  2950. package/guardduty/inviteAccepter.d.ts +12 -0
  2951. package/guardduty/inviteAccepter.js +2 -0
  2952. package/guardduty/inviteAccepter.js.map +1 -1
  2953. package/guardduty/ipset.d.ts +14 -6
  2954. package/guardduty/ipset.js +4 -2
  2955. package/guardduty/ipset.js.map +1 -1
  2956. package/guardduty/malwareProtectionPlan.d.ts +12 -6
  2957. package/guardduty/malwareProtectionPlan.js +2 -0
  2958. package/guardduty/malwareProtectionPlan.js.map +1 -1
  2959. package/guardduty/member.d.ts +12 -0
  2960. package/guardduty/member.js +2 -0
  2961. package/guardduty/member.js.map +1 -1
  2962. package/guardduty/memberDetectorFeature.d.ts +13 -11
  2963. package/guardduty/memberDetectorFeature.js +3 -11
  2964. package/guardduty/memberDetectorFeature.js.map +1 -1
  2965. package/guardduty/organizationAdminAccount.d.ts +12 -0
  2966. package/guardduty/organizationAdminAccount.js +2 -0
  2967. package/guardduty/organizationAdminAccount.js.map +1 -1
  2968. package/guardduty/organizationConfiguration.d.ts +25 -22
  2969. package/guardduty/organizationConfiguration.js +5 -2
  2970. package/guardduty/organizationConfiguration.js.map +1 -1
  2971. package/guardduty/organizationConfigurationFeature.d.ts +13 -1
  2972. package/guardduty/organizationConfigurationFeature.js +3 -1
  2973. package/guardduty/organizationConfigurationFeature.js.map +1 -1
  2974. package/guardduty/publishingDestination.d.ts +16 -4
  2975. package/guardduty/publishingDestination.js +6 -4
  2976. package/guardduty/publishingDestination.js.map +1 -1
  2977. package/guardduty/threatIntelSet.d.ts +14 -6
  2978. package/guardduty/threatIntelSet.js +4 -2
  2979. package/guardduty/threatIntelSet.js.map +1 -1
  2980. package/iam/documents.d.ts +8 -154
  2981. package/iam/documents.js.map +1 -1
  2982. package/iam/getPrincipalPolicySimulation.d.ts +12 -12
  2983. package/iam/getPrincipalPolicySimulation.js +12 -12
  2984. package/iam/groupPolicy.d.ts +3 -3
  2985. package/iam/groupPolicy.js.map +1 -1
  2986. package/iam/groupPolicyAttachment.d.ts +3 -4
  2987. package/iam/groupPolicyAttachment.js.map +1 -1
  2988. package/iam/index.d.ts +0 -1
  2989. package/iam/index.js +0 -1
  2990. package/iam/index.js.map +1 -1
  2991. package/iam/instanceProfile.d.ts +0 -4
  2992. package/iam/instanceProfile.js.map +1 -1
  2993. package/iam/openIdConnectProvider.d.ts +0 -4
  2994. package/iam/openIdConnectProvider.js.map +1 -1
  2995. package/iam/policy.d.ts +3 -7
  2996. package/iam/policy.js.map +1 -1
  2997. package/iam/policyAttachment.d.ts +3 -4
  2998. package/iam/policyAttachment.js.map +1 -1
  2999. package/iam/role.d.ts +2 -7
  3000. package/iam/role.js.map +1 -1
  3001. package/iam/rolePolicy.d.ts +25 -18
  3002. package/iam/rolePolicy.js.map +1 -1
  3003. package/iam/rolePolicyAttachment.d.ts +3 -4
  3004. package/iam/rolePolicyAttachment.js.map +1 -1
  3005. package/iam/samlProvider.d.ts +0 -4
  3006. package/iam/samlProvider.js.map +1 -1
  3007. package/iam/serverCertificate.d.ts +0 -4
  3008. package/iam/serverCertificate.js.map +1 -1
  3009. package/iam/serviceLinkedRole.d.ts +0 -4
  3010. package/iam/serviceLinkedRole.js.map +1 -1
  3011. package/iam/user.d.ts +0 -4
  3012. package/iam/user.js.map +1 -1
  3013. package/iam/userPolicy.d.ts +3 -3
  3014. package/iam/userPolicy.js.map +1 -1
  3015. package/iam/userPolicyAttachment.d.ts +3 -4
  3016. package/iam/userPolicyAttachment.js.map +1 -1
  3017. package/iam/virtualMfaDevice.d.ts +0 -4
  3018. package/iam/virtualMfaDevice.js.map +1 -1
  3019. package/identitystore/getGroup.d.ts +9 -16
  3020. package/identitystore/getGroup.js +2 -2
  3021. package/identitystore/getGroup.js.map +1 -1
  3022. package/identitystore/getGroupMemberships.d.ts +9 -0
  3023. package/identitystore/getGroupMemberships.js +2 -0
  3024. package/identitystore/getGroupMemberships.js.map +1 -1
  3025. package/identitystore/getGroups.d.ts +9 -0
  3026. package/identitystore/getGroups.js +2 -0
  3027. package/identitystore/getGroups.js.map +1 -1
  3028. package/identitystore/getUser.d.ts +12 -16
  3029. package/identitystore/getUser.js +2 -2
  3030. package/identitystore/getUser.js.map +1 -1
  3031. package/identitystore/getUsers.d.ts +12 -0
  3032. package/identitystore/getUsers.js +2 -0
  3033. package/identitystore/getUsers.js.map +1 -1
  3034. package/identitystore/group.d.ts +12 -0
  3035. package/identitystore/group.js +2 -0
  3036. package/identitystore/group.js.map +1 -1
  3037. package/identitystore/groupMembership.d.ts +12 -0
  3038. package/identitystore/groupMembership.js +2 -0
  3039. package/identitystore/groupMembership.js.map +1 -1
  3040. package/identitystore/user.d.ts +12 -0
  3041. package/identitystore/user.js +2 -0
  3042. package/identitystore/user.js.map +1 -1
  3043. package/imagebuilder/component.d.ts +12 -4
  3044. package/imagebuilder/component.js +2 -0
  3045. package/imagebuilder/component.js.map +1 -1
  3046. package/imagebuilder/containerRecipe.d.ts +12 -4
  3047. package/imagebuilder/containerRecipe.js +2 -0
  3048. package/imagebuilder/containerRecipe.js.map +1 -1
  3049. package/imagebuilder/distributionConfiguration.d.ts +12 -4
  3050. package/imagebuilder/distributionConfiguration.js +2 -0
  3051. package/imagebuilder/distributionConfiguration.js.map +1 -1
  3052. package/imagebuilder/getComponent.d.ts +9 -0
  3053. package/imagebuilder/getComponent.js +2 -0
  3054. package/imagebuilder/getComponent.js.map +1 -1
  3055. package/imagebuilder/getComponents.d.ts +9 -0
  3056. package/imagebuilder/getComponents.js +2 -0
  3057. package/imagebuilder/getComponents.js.map +1 -1
  3058. package/imagebuilder/getContainerRecipe.d.ts +9 -0
  3059. package/imagebuilder/getContainerRecipe.js +2 -0
  3060. package/imagebuilder/getContainerRecipe.js.map +1 -1
  3061. package/imagebuilder/getContainerRecipes.d.ts +9 -0
  3062. package/imagebuilder/getContainerRecipes.js +2 -0
  3063. package/imagebuilder/getContainerRecipes.js.map +1 -1
  3064. package/imagebuilder/getDistributionConfiguration.d.ts +12 -0
  3065. package/imagebuilder/getDistributionConfiguration.js +2 -0
  3066. package/imagebuilder/getDistributionConfiguration.js.map +1 -1
  3067. package/imagebuilder/getDistributionConfigurations.d.ts +9 -0
  3068. package/imagebuilder/getDistributionConfigurations.js +2 -0
  3069. package/imagebuilder/getDistributionConfigurations.js.map +1 -1
  3070. package/imagebuilder/getImage.d.ts +12 -0
  3071. package/imagebuilder/getImage.js +2 -0
  3072. package/imagebuilder/getImage.js.map +1 -1
  3073. package/imagebuilder/getImagePipeline.d.ts +9 -0
  3074. package/imagebuilder/getImagePipeline.js +2 -0
  3075. package/imagebuilder/getImagePipeline.js.map +1 -1
  3076. package/imagebuilder/getImagePipelines.d.ts +9 -0
  3077. package/imagebuilder/getImagePipelines.js +2 -0
  3078. package/imagebuilder/getImagePipelines.js.map +1 -1
  3079. package/imagebuilder/getImageRecipe.d.ts +9 -0
  3080. package/imagebuilder/getImageRecipe.js +2 -0
  3081. package/imagebuilder/getImageRecipe.js.map +1 -1
  3082. package/imagebuilder/getImageRecipes.d.ts +9 -0
  3083. package/imagebuilder/getImageRecipes.js +2 -0
  3084. package/imagebuilder/getImageRecipes.js.map +1 -1
  3085. package/imagebuilder/getInfrastructureConfiguration.d.ts +9 -0
  3086. package/imagebuilder/getInfrastructureConfiguration.js +2 -0
  3087. package/imagebuilder/getInfrastructureConfiguration.js.map +1 -1
  3088. package/imagebuilder/getInfrastructureConfigurations.d.ts +9 -0
  3089. package/imagebuilder/getInfrastructureConfigurations.js +2 -0
  3090. package/imagebuilder/getInfrastructureConfigurations.js.map +1 -1
  3091. package/imagebuilder/image.d.ts +12 -4
  3092. package/imagebuilder/image.js +2 -0
  3093. package/imagebuilder/image.js.map +1 -1
  3094. package/imagebuilder/imagePipeline.d.ts +12 -4
  3095. package/imagebuilder/imagePipeline.js +2 -0
  3096. package/imagebuilder/imagePipeline.js.map +1 -1
  3097. package/imagebuilder/imageRecipe.d.ts +13 -5
  3098. package/imagebuilder/imageRecipe.js +3 -1
  3099. package/imagebuilder/imageRecipe.js.map +1 -1
  3100. package/imagebuilder/infrastructureConfiguration.d.ts +12 -4
  3101. package/imagebuilder/infrastructureConfiguration.js +2 -0
  3102. package/imagebuilder/infrastructureConfiguration.js.map +1 -1
  3103. package/imagebuilder/lifecyclePolicy.d.ts +12 -4
  3104. package/imagebuilder/lifecyclePolicy.js +2 -0
  3105. package/imagebuilder/lifecyclePolicy.js.map +1 -1
  3106. package/imagebuilder/workflow.d.ts +12 -6
  3107. package/imagebuilder/workflow.js +2 -0
  3108. package/imagebuilder/workflow.js.map +1 -1
  3109. package/index.d.ts +1 -6
  3110. package/index.js +2 -11
  3111. package/index.js.map +1 -1
  3112. package/inspector/assessmentTarget.d.ts +12 -0
  3113. package/inspector/assessmentTarget.js +2 -0
  3114. package/inspector/assessmentTarget.js.map +1 -1
  3115. package/inspector/assessmentTemplate.d.ts +12 -4
  3116. package/inspector/assessmentTemplate.js +2 -0
  3117. package/inspector/assessmentTemplate.js.map +1 -1
  3118. package/inspector/getRulesPackages.d.ts +21 -2
  3119. package/inspector/getRulesPackages.js +10 -4
  3120. package/inspector/getRulesPackages.js.map +1 -1
  3121. package/inspector/index.d.ts +1 -1
  3122. package/inspector/resourceGroup.d.ts +12 -0
  3123. package/inspector/resourceGroup.js +2 -0
  3124. package/inspector/resourceGroup.js.map +1 -1
  3125. package/inspector2/delegatedAdminAccount.d.ts +12 -0
  3126. package/inspector2/delegatedAdminAccount.js +2 -0
  3127. package/inspector2/delegatedAdminAccount.js.map +1 -1
  3128. package/inspector2/enabler.d.ts +12 -0
  3129. package/inspector2/enabler.js +2 -0
  3130. package/inspector2/enabler.js.map +1 -1
  3131. package/inspector2/filter.d.ts +12 -4
  3132. package/inspector2/filter.js +2 -0
  3133. package/inspector2/filter.js.map +1 -1
  3134. package/inspector2/memberAssociation.d.ts +12 -0
  3135. package/inspector2/memberAssociation.js +2 -0
  3136. package/inspector2/memberAssociation.js.map +1 -1
  3137. package/inspector2/organizationConfiguration.d.ts +12 -0
  3138. package/inspector2/organizationConfiguration.js +2 -0
  3139. package/inspector2/organizationConfiguration.js.map +1 -1
  3140. package/iot/authorizer.d.ts +12 -4
  3141. package/iot/authorizer.js +2 -0
  3142. package/iot/authorizer.js.map +1 -1
  3143. package/iot/billingGroup.d.ts +12 -6
  3144. package/iot/billingGroup.js +2 -0
  3145. package/iot/billingGroup.js.map +1 -1
  3146. package/iot/caCertificate.d.ts +12 -4
  3147. package/iot/caCertificate.js +2 -0
  3148. package/iot/caCertificate.js.map +1 -1
  3149. package/iot/certificate.d.ts +12 -0
  3150. package/iot/certificate.js +2 -0
  3151. package/iot/certificate.js.map +1 -1
  3152. package/iot/domainConfiguration.d.ts +12 -4
  3153. package/iot/domainConfiguration.js +2 -0
  3154. package/iot/domainConfiguration.js.map +1 -1
  3155. package/iot/eventConfigurations.d.ts +12 -0
  3156. package/iot/eventConfigurations.js +2 -0
  3157. package/iot/eventConfigurations.js.map +1 -1
  3158. package/iot/getEndpoint.d.ts +9 -0
  3159. package/iot/getEndpoint.js +2 -0
  3160. package/iot/getEndpoint.js.map +1 -1
  3161. package/iot/getRegistrationCode.d.ts +21 -2
  3162. package/iot/getRegistrationCode.js +10 -4
  3163. package/iot/getRegistrationCode.js.map +1 -1
  3164. package/iot/index.d.ts +1 -1
  3165. package/iot/indexingConfiguration.d.ts +12 -0
  3166. package/iot/indexingConfiguration.js +2 -0
  3167. package/iot/indexingConfiguration.js.map +1 -1
  3168. package/iot/loggingOptions.d.ts +12 -0
  3169. package/iot/loggingOptions.js +2 -0
  3170. package/iot/loggingOptions.js.map +1 -1
  3171. package/iot/policy.d.ts +12 -4
  3172. package/iot/policy.js +2 -0
  3173. package/iot/policy.js.map +1 -1
  3174. package/iot/policyAttachment.d.ts +15 -4
  3175. package/iot/policyAttachment.js +2 -0
  3176. package/iot/policyAttachment.js.map +1 -1
  3177. package/iot/provisioningTemplate.d.ts +12 -4
  3178. package/iot/provisioningTemplate.js +2 -0
  3179. package/iot/provisioningTemplate.js.map +1 -1
  3180. package/iot/roleAlias.d.ts +12 -4
  3181. package/iot/roleAlias.js +2 -0
  3182. package/iot/roleAlias.js.map +1 -1
  3183. package/iot/thing.d.ts +12 -0
  3184. package/iot/thing.js +2 -0
  3185. package/iot/thing.js.map +1 -1
  3186. package/iot/thingGroup.d.ts +12 -6
  3187. package/iot/thingGroup.js +2 -0
  3188. package/iot/thingGroup.js.map +1 -1
  3189. package/iot/thingGroupMembership.d.ts +12 -0
  3190. package/iot/thingGroupMembership.js +2 -0
  3191. package/iot/thingGroupMembership.js.map +1 -1
  3192. package/iot/thingPrincipalAttachment.d.ts +15 -4
  3193. package/iot/thingPrincipalAttachment.js +2 -0
  3194. package/iot/thingPrincipalAttachment.js.map +1 -1
  3195. package/iot/thingType.d.ts +12 -4
  3196. package/iot/thingType.js +2 -0
  3197. package/iot/thingType.js.map +1 -1
  3198. package/iot/topicRule.d.ts +15 -7
  3199. package/iot/topicRule.js +5 -3
  3200. package/iot/topicRule.js.map +1 -1
  3201. package/iot/topicRuleDestination.d.ts +12 -0
  3202. package/iot/topicRuleDestination.js +2 -0
  3203. package/iot/topicRuleDestination.js.map +1 -1
  3204. package/ivs/channel.d.ts +12 -4
  3205. package/ivs/channel.js +2 -0
  3206. package/ivs/channel.js.map +1 -1
  3207. package/ivs/getStreamKey.d.ts +9 -0
  3208. package/ivs/getStreamKey.js +2 -0
  3209. package/ivs/getStreamKey.js.map +1 -1
  3210. package/ivs/playbackKeyPair.d.ts +12 -4
  3211. package/ivs/playbackKeyPair.js +2 -0
  3212. package/ivs/playbackKeyPair.js.map +1 -1
  3213. package/ivs/recordingConfiguration.d.ts +12 -4
  3214. package/ivs/recordingConfiguration.js +2 -0
  3215. package/ivs/recordingConfiguration.js.map +1 -1
  3216. package/ivschat/loggingConfiguration.d.ts +16 -8
  3217. package/ivschat/loggingConfiguration.js +6 -4
  3218. package/ivschat/loggingConfiguration.js.map +1 -1
  3219. package/ivschat/room.d.ts +12 -4
  3220. package/ivschat/room.js +2 -0
  3221. package/ivschat/room.js.map +1 -1
  3222. package/kendra/dataSource.d.ts +12 -4
  3223. package/kendra/dataSource.js +2 -0
  3224. package/kendra/dataSource.js.map +1 -1
  3225. package/kendra/experience.d.ts +12 -0
  3226. package/kendra/experience.js +2 -0
  3227. package/kendra/experience.js.map +1 -1
  3228. package/kendra/faq.d.ts +3 -4
  3229. package/kendra/faq.js +2 -0
  3230. package/kendra/faq.js.map +1 -1
  3231. package/kendra/getExperience.d.ts +9 -0
  3232. package/kendra/getExperience.js +2 -0
  3233. package/kendra/getExperience.js.map +1 -1
  3234. package/kendra/getFaq.d.ts +9 -0
  3235. package/kendra/getFaq.js +2 -0
  3236. package/kendra/getFaq.js.map +1 -1
  3237. package/kendra/getIndex.d.ts +9 -0
  3238. package/kendra/getIndex.js +2 -0
  3239. package/kendra/getIndex.js.map +1 -1
  3240. package/kendra/getQuerySuggestionsBlockList.d.ts +9 -0
  3241. package/kendra/getQuerySuggestionsBlockList.js +2 -0
  3242. package/kendra/getQuerySuggestionsBlockList.js.map +1 -1
  3243. package/kendra/getThesaurus.d.ts +9 -0
  3244. package/kendra/getThesaurus.js +2 -0
  3245. package/kendra/getThesaurus.js.map +1 -1
  3246. package/kendra/index_.d.ts +12 -4
  3247. package/kendra/index_.js +2 -0
  3248. package/kendra/index_.js.map +1 -1
  3249. package/kendra/querySuggestionsBlockList.d.ts +3 -4
  3250. package/kendra/querySuggestionsBlockList.js +2 -0
  3251. package/kendra/querySuggestionsBlockList.js.map +1 -1
  3252. package/kendra/thesaurus.d.ts +3 -4
  3253. package/kendra/thesaurus.js +2 -0
  3254. package/kendra/thesaurus.js.map +1 -1
  3255. package/keyspaces/keyspace.d.ts +12 -4
  3256. package/keyspaces/keyspace.js +2 -0
  3257. package/keyspaces/keyspace.js.map +1 -1
  3258. package/keyspaces/table.d.ts +12 -4
  3259. package/keyspaces/table.js +2 -0
  3260. package/keyspaces/table.js.map +1 -1
  3261. package/kinesis/analyticsApplication.d.ts +16 -7
  3262. package/kinesis/analyticsApplication.js +4 -0
  3263. package/kinesis/analyticsApplication.js.map +1 -1
  3264. package/kinesis/firehoseDeliveryStream.d.ts +22 -14
  3265. package/kinesis/firehoseDeliveryStream.js +6 -4
  3266. package/kinesis/firehoseDeliveryStream.js.map +1 -1
  3267. package/kinesis/getFirehoseDeliveryStream.d.ts +9 -0
  3268. package/kinesis/getFirehoseDeliveryStream.js +2 -0
  3269. package/kinesis/getFirehoseDeliveryStream.js.map +1 -1
  3270. package/kinesis/getStream.d.ts +9 -0
  3271. package/kinesis/getStream.js +2 -0
  3272. package/kinesis/getStream.js.map +1 -1
  3273. package/kinesis/getStreamConsumer.d.ts +18 -0
  3274. package/kinesis/getStreamConsumer.js +4 -0
  3275. package/kinesis/getStreamConsumer.js.map +1 -1
  3276. package/kinesis/kinesisMixins.js +1 -1
  3277. package/kinesis/kinesisMixins.js.map +1 -1
  3278. package/kinesis/resourcePolicy.d.ts +12 -0
  3279. package/kinesis/resourcePolicy.js +2 -0
  3280. package/kinesis/resourcePolicy.js.map +1 -1
  3281. package/kinesis/stream.d.ts +12 -4
  3282. package/kinesis/stream.js +2 -0
  3283. package/kinesis/stream.js.map +1 -1
  3284. package/kinesis/streamConsumer.d.ts +27 -0
  3285. package/kinesis/streamConsumer.js +6 -0
  3286. package/kinesis/streamConsumer.js.map +1 -1
  3287. package/kinesis/videoStream.d.ts +12 -4
  3288. package/kinesis/videoStream.js +2 -0
  3289. package/kinesis/videoStream.js.map +1 -1
  3290. package/kinesisanalyticsv2/application.d.ts +14 -6
  3291. package/kinesisanalyticsv2/application.js +4 -2
  3292. package/kinesisanalyticsv2/application.js.map +1 -1
  3293. package/kinesisanalyticsv2/applicationSnapshot.d.ts +12 -0
  3294. package/kinesisanalyticsv2/applicationSnapshot.js +2 -0
  3295. package/kinesisanalyticsv2/applicationSnapshot.js.map +1 -1
  3296. package/kms/alias.d.ts +12 -0
  3297. package/kms/alias.js +2 -0
  3298. package/kms/alias.js.map +1 -1
  3299. package/kms/ciphertext.d.ts +12 -0
  3300. package/kms/ciphertext.js +2 -0
  3301. package/kms/ciphertext.js.map +1 -1
  3302. package/kms/customKeyStore.d.ts +12 -0
  3303. package/kms/customKeyStore.js +2 -0
  3304. package/kms/customKeyStore.js.map +1 -1
  3305. package/kms/externalKey.d.ts +12 -4
  3306. package/kms/externalKey.js +2 -0
  3307. package/kms/externalKey.js.map +1 -1
  3308. package/kms/getAlias.d.ts +9 -0
  3309. package/kms/getAlias.js +2 -0
  3310. package/kms/getAlias.js.map +1 -1
  3311. package/kms/getCipherText.d.ts +9 -0
  3312. package/kms/getCipherText.js +2 -0
  3313. package/kms/getCipherText.js.map +1 -1
  3314. package/kms/getCustomKeyStore.d.ts +9 -0
  3315. package/kms/getCustomKeyStore.js +2 -0
  3316. package/kms/getCustomKeyStore.js.map +1 -1
  3317. package/kms/getKey.d.ts +13 -1
  3318. package/kms/getKey.js +2 -0
  3319. package/kms/getKey.js.map +1 -1
  3320. package/kms/getPublicKey.d.ts +9 -0
  3321. package/kms/getPublicKey.js +2 -0
  3322. package/kms/getPublicKey.js.map +1 -1
  3323. package/kms/getSecret.d.ts +9 -0
  3324. package/kms/getSecret.js +8 -0
  3325. package/kms/getSecret.js.map +1 -1
  3326. package/kms/getSecrets.d.ts +3 -0
  3327. package/kms/getSecrets.js +2 -0
  3328. package/kms/getSecrets.js.map +1 -1
  3329. package/kms/grant.d.ts +12 -0
  3330. package/kms/grant.js +2 -0
  3331. package/kms/grant.js.map +1 -1
  3332. package/kms/key.d.ts +15 -7
  3333. package/kms/key.js +2 -0
  3334. package/kms/key.js.map +1 -1
  3335. package/kms/keyPolicy.d.ts +12 -0
  3336. package/kms/keyPolicy.js +2 -0
  3337. package/kms/keyPolicy.js.map +1 -1
  3338. package/kms/replicaExternalKey.d.ts +12 -4
  3339. package/kms/replicaExternalKey.js +2 -0
  3340. package/kms/replicaExternalKey.js.map +1 -1
  3341. package/kms/replicaKey.d.ts +33 -4
  3342. package/kms/replicaKey.js +23 -0
  3343. package/kms/replicaKey.js.map +1 -1
  3344. package/lakeformation/dataCellsFilter.d.ts +12 -0
  3345. package/lakeformation/dataCellsFilter.js +2 -0
  3346. package/lakeformation/dataCellsFilter.js.map +1 -1
  3347. package/lakeformation/dataLakeSettings.d.ts +12 -0
  3348. package/lakeformation/dataLakeSettings.js +2 -0
  3349. package/lakeformation/dataLakeSettings.js.map +1 -1
  3350. package/lakeformation/getDataLakeSettings.d.ts +9 -0
  3351. package/lakeformation/getDataLakeSettings.js +2 -0
  3352. package/lakeformation/getDataLakeSettings.js.map +1 -1
  3353. package/lakeformation/getPermissions.d.ts +9 -0
  3354. package/lakeformation/getPermissions.js +2 -0
  3355. package/lakeformation/getPermissions.js.map +1 -1
  3356. package/lakeformation/getResource.d.ts +9 -0
  3357. package/lakeformation/getResource.js +2 -0
  3358. package/lakeformation/getResource.js.map +1 -1
  3359. package/lakeformation/lfTag.d.ts +12 -0
  3360. package/lakeformation/lfTag.js +2 -0
  3361. package/lakeformation/lfTag.js.map +1 -1
  3362. package/lakeformation/optIn.d.ts +12 -0
  3363. package/lakeformation/optIn.js +2 -0
  3364. package/lakeformation/optIn.js.map +1 -1
  3365. package/lakeformation/permissions.d.ts +12 -0
  3366. package/lakeformation/permissions.js +2 -0
  3367. package/lakeformation/permissions.js.map +1 -1
  3368. package/lakeformation/resource.d.ts +27 -6
  3369. package/lakeformation/resource.js +2 -0
  3370. package/lakeformation/resource.js.map +1 -1
  3371. package/lakeformation/resourceLfTag.d.ts +12 -0
  3372. package/lakeformation/resourceLfTag.js +2 -0
  3373. package/lakeformation/resourceLfTag.js.map +1 -1
  3374. package/lakeformation/resourceLfTags.d.ts +12 -0
  3375. package/lakeformation/resourceLfTags.js +2 -0
  3376. package/lakeformation/resourceLfTags.js.map +1 -1
  3377. package/lambda/alias.d.ts +91 -23
  3378. package/lambda/alias.js +62 -10
  3379. package/lambda/alias.js.map +1 -1
  3380. package/lambda/codeSigningConfig.d.ts +118 -25
  3381. package/lambda/codeSigningConfig.js +90 -9
  3382. package/lambda/codeSigningConfig.js.map +1 -1
  3383. package/lambda/eventSourceMapping.d.ts +216 -161
  3384. package/lambda/eventSourceMapping.js +106 -63
  3385. package/lambda/eventSourceMapping.js.map +1 -1
  3386. package/lambda/function.d.ts +320 -224
  3387. package/lambda/function.js +219 -116
  3388. package/lambda/function.js.map +1 -1
  3389. package/lambda/functionEventInvokeConfig.d.ts +113 -27
  3390. package/lambda/functionEventInvokeConfig.js +97 -21
  3391. package/lambda/functionEventInvokeConfig.js.map +1 -1
  3392. package/lambda/functionRecursionConfig.d.ts +63 -9
  3393. package/lambda/functionRecursionConfig.js +44 -6
  3394. package/lambda/functionRecursionConfig.js.map +1 -1
  3395. package/lambda/functionUrl.d.ts +61 -31
  3396. package/lambda/functionUrl.js +24 -10
  3397. package/lambda/functionUrl.js.map +1 -1
  3398. package/lambda/getAlias.d.ts +199 -6
  3399. package/lambda/getAlias.js +186 -4
  3400. package/lambda/getAlias.js.map +1 -1
  3401. package/lambda/getCodeSigningConfig.d.ts +135 -10
  3402. package/lambda/getCodeSigningConfig.js +122 -8
  3403. package/lambda/getCodeSigningConfig.js.map +1 -1
  3404. package/lambda/getFunction.d.ts +202 -26
  3405. package/lambda/getFunction.js +166 -10
  3406. package/lambda/getFunction.js.map +1 -1
  3407. package/lambda/getFunctionUrl.d.ts +108 -15
  3408. package/lambda/getFunctionUrl.js +92 -10
  3409. package/lambda/getFunctionUrl.js.map +1 -1
  3410. package/lambda/getFunctions.d.ts +153 -6
  3411. package/lambda/getFunctions.js +140 -6
  3412. package/lambda/getFunctions.js.map +1 -1
  3413. package/lambda/getInvocation.d.ts +34 -19
  3414. package/lambda/getInvocation.js +16 -10
  3415. package/lambda/getInvocation.js.map +1 -1
  3416. package/lambda/getLayerVersion.d.ts +184 -17
  3417. package/lambda/getLayerVersion.js +166 -10
  3418. package/lambda/getLayerVersion.js.map +1 -1
  3419. package/lambda/index.d.ts +1 -2
  3420. package/lambda/index.js +0 -1
  3421. package/lambda/index.js.map +1 -1
  3422. package/lambda/invocation.d.ts +51 -30
  3423. package/lambda/invocation.js +30 -19
  3424. package/lambda/invocation.js.map +1 -1
  3425. package/lambda/lambdaMixins.d.ts +2 -3
  3426. package/lambda/lambdaMixins.js +2 -2
  3427. package/lambda/lambdaMixins.js.map +1 -1
  3428. package/lambda/layerVersion.d.ts +75 -15
  3429. package/lambda/layerVersion.js +59 -9
  3430. package/lambda/layerVersion.js.map +1 -1
  3431. package/lambda/layerVersionPermission.d.ts +123 -31
  3432. package/lambda/layerVersionPermission.js +84 -8
  3433. package/lambda/layerVersionPermission.js.map +1 -1
  3434. package/lambda/permission.d.ts +57 -74
  3435. package/lambda/permission.js +8 -17
  3436. package/lambda/permission.js.map +1 -1
  3437. package/lambda/provisionedConcurrencyConfig.d.ts +21 -9
  3438. package/lambda/provisionedConcurrencyConfig.js +5 -3
  3439. package/lambda/provisionedConcurrencyConfig.js.map +1 -1
  3440. package/lambda/runtimeManagementConfig.d.ts +19 -8
  3441. package/lambda/runtimeManagementConfig.js +9 -8
  3442. package/lambda/runtimeManagementConfig.js.map +1 -1
  3443. package/lb/getHostedZoneId.d.ts +3 -5
  3444. package/lb/getHostedZoneId.js.map +1 -1
  3445. package/lb/getLbs.d.ts +9 -0
  3446. package/lb/getLbs.js +2 -0
  3447. package/lb/getLbs.js.map +1 -1
  3448. package/lb/getListener.d.ts +9 -0
  3449. package/lb/getListener.js +2 -0
  3450. package/lb/getListener.js.map +1 -1
  3451. package/lb/getListenerRule.d.ts +9 -0
  3452. package/lb/getListenerRule.js +2 -0
  3453. package/lb/getListenerRule.js.map +1 -1
  3454. package/lb/getLoadBalancer.d.ts +9 -0
  3455. package/lb/getLoadBalancer.js +2 -0
  3456. package/lb/getLoadBalancer.js.map +1 -1
  3457. package/lb/getTargetGroup.d.ts +9 -0
  3458. package/lb/getTargetGroup.js +2 -0
  3459. package/lb/getTargetGroup.js.map +1 -1
  3460. package/lb/getTrustStore.d.ts +9 -0
  3461. package/lb/getTrustStore.js +2 -0
  3462. package/lb/getTrustStore.js.map +1 -1
  3463. package/lb/listener.d.ts +14 -6
  3464. package/lb/listener.js +2 -0
  3465. package/lb/listener.js.map +1 -1
  3466. package/lb/listenerCertificate.d.ts +12 -0
  3467. package/lb/listenerCertificate.js +2 -0
  3468. package/lb/listenerCertificate.js.map +1 -1
  3469. package/lb/listenerRule.d.ts +12 -4
  3470. package/lb/listenerRule.js +2 -0
  3471. package/lb/listenerRule.js.map +1 -1
  3472. package/lb/loadBalancer.d.ts +16 -6
  3473. package/lb/loadBalancer.js +2 -0
  3474. package/lb/loadBalancer.js.map +1 -1
  3475. package/lb/targetGroup.d.ts +12 -4
  3476. package/lb/targetGroup.js +2 -0
  3477. package/lb/targetGroup.js.map +1 -1
  3478. package/lb/targetGroupAttachment.d.ts +12 -0
  3479. package/lb/targetGroupAttachment.js +2 -0
  3480. package/lb/targetGroupAttachment.js.map +1 -1
  3481. package/lb/trustStore.d.ts +12 -4
  3482. package/lb/trustStore.js +2 -0
  3483. package/lb/trustStore.js.map +1 -1
  3484. package/lb/trustStoreRevocation.d.ts +12 -0
  3485. package/lb/trustStoreRevocation.js +2 -0
  3486. package/lb/trustStoreRevocation.js.map +1 -1
  3487. package/lex/bot.d.ts +12 -0
  3488. package/lex/bot.js +2 -0
  3489. package/lex/bot.js.map +1 -1
  3490. package/lex/botAlias.d.ts +12 -0
  3491. package/lex/botAlias.js +2 -0
  3492. package/lex/botAlias.js.map +1 -1
  3493. package/lex/getBot.d.ts +9 -0
  3494. package/lex/getBot.js +2 -0
  3495. package/lex/getBot.js.map +1 -1
  3496. package/lex/getBotAlias.d.ts +9 -0
  3497. package/lex/getBotAlias.js +2 -0
  3498. package/lex/getBotAlias.js.map +1 -1
  3499. package/lex/getIntent.d.ts +9 -0
  3500. package/lex/getIntent.js +2 -0
  3501. package/lex/getIntent.js.map +1 -1
  3502. package/lex/getSlotType.d.ts +9 -0
  3503. package/lex/getSlotType.js +2 -0
  3504. package/lex/getSlotType.js.map +1 -1
  3505. package/lex/intent.d.ts +12 -0
  3506. package/lex/intent.js +2 -0
  3507. package/lex/intent.js.map +1 -1
  3508. package/lex/slotType.d.ts +12 -0
  3509. package/lex/slotType.js +2 -0
  3510. package/lex/slotType.js.map +1 -1
  3511. package/lex/v2modelsBot.d.ts +12 -6
  3512. package/lex/v2modelsBot.js +2 -0
  3513. package/lex/v2modelsBot.js.map +1 -1
  3514. package/lex/v2modelsBotLocale.d.ts +12 -0
  3515. package/lex/v2modelsBotLocale.js +2 -0
  3516. package/lex/v2modelsBotLocale.js.map +1 -1
  3517. package/lex/v2modelsBotVersion.d.ts +15 -9
  3518. package/lex/v2modelsBotVersion.js +2 -0
  3519. package/lex/v2modelsBotVersion.js.map +1 -1
  3520. package/lex/v2modelsIntent.d.ts +12 -0
  3521. package/lex/v2modelsIntent.js +2 -0
  3522. package/lex/v2modelsIntent.js.map +1 -1
  3523. package/lex/v2modelsSlot.d.ts +12 -0
  3524. package/lex/v2modelsSlot.js +2 -0
  3525. package/lex/v2modelsSlot.js.map +1 -1
  3526. package/lex/v2modelsSlotType.d.ts +23 -11
  3527. package/lex/v2modelsSlotType.js +8 -6
  3528. package/lex/v2modelsSlotType.js.map +1 -1
  3529. package/licensemanager/association.d.ts +12 -0
  3530. package/licensemanager/association.js +2 -0
  3531. package/licensemanager/association.js.map +1 -1
  3532. package/licensemanager/getLicenseGrants.d.ts +9 -0
  3533. package/licensemanager/getLicenseGrants.js +2 -0
  3534. package/licensemanager/getLicenseGrants.js.map +1 -1
  3535. package/licensemanager/getReceivedLicense.d.ts +9 -0
  3536. package/licensemanager/getReceivedLicense.js +2 -0
  3537. package/licensemanager/getReceivedLicense.js.map +1 -1
  3538. package/licensemanager/getReceivedLicenses.d.ts +9 -0
  3539. package/licensemanager/getReceivedLicenses.js +2 -0
  3540. package/licensemanager/getReceivedLicenses.js.map +1 -1
  3541. package/licensemanager/licenseConfiguration.d.ts +12 -4
  3542. package/licensemanager/licenseConfiguration.js +2 -0
  3543. package/licensemanager/licenseConfiguration.js.map +1 -1
  3544. package/licensemanager/licenseGrant.d.ts +12 -0
  3545. package/licensemanager/licenseGrant.js +2 -0
  3546. package/licensemanager/licenseGrant.js.map +1 -1
  3547. package/licensemanager/licenseGrantAccepter.d.ts +12 -0
  3548. package/licensemanager/licenseGrantAccepter.js +2 -0
  3549. package/licensemanager/licenseGrantAccepter.js.map +1 -1
  3550. package/lightsail/bucket.d.ts +6 -6
  3551. package/lightsail/bucket.js +1 -1
  3552. package/lightsail/bucket.js.map +1 -1
  3553. package/lightsail/bucketAccessKey.d.ts +12 -0
  3554. package/lightsail/bucketAccessKey.js +2 -0
  3555. package/lightsail/bucketAccessKey.js.map +1 -1
  3556. package/lightsail/bucketResourceAccess.d.ts +12 -0
  3557. package/lightsail/bucketResourceAccess.js +2 -0
  3558. package/lightsail/bucketResourceAccess.js.map +1 -1
  3559. package/lightsail/certificate.d.ts +12 -4
  3560. package/lightsail/certificate.js +2 -0
  3561. package/lightsail/certificate.js.map +1 -1
  3562. package/lightsail/containerService.d.ts +12 -4
  3563. package/lightsail/containerService.js +2 -0
  3564. package/lightsail/containerService.js.map +1 -1
  3565. package/lightsail/containerServiceDeploymentVersion.d.ts +12 -0
  3566. package/lightsail/containerServiceDeploymentVersion.js +2 -0
  3567. package/lightsail/containerServiceDeploymentVersion.js.map +1 -1
  3568. package/lightsail/database.d.ts +12 -4
  3569. package/lightsail/database.js +2 -0
  3570. package/lightsail/database.js.map +1 -1
  3571. package/lightsail/disk.d.ts +12 -4
  3572. package/lightsail/disk.js +2 -0
  3573. package/lightsail/disk.js.map +1 -1
  3574. package/lightsail/disk_attachment.d.ts +12 -0
  3575. package/lightsail/disk_attachment.js +2 -0
  3576. package/lightsail/disk_attachment.js.map +1 -1
  3577. package/lightsail/distribution.d.ts +12 -4
  3578. package/lightsail/distribution.js +2 -0
  3579. package/lightsail/distribution.js.map +1 -1
  3580. package/lightsail/domain.d.ts +18 -0
  3581. package/lightsail/domain.js +2 -0
  3582. package/lightsail/domain.js.map +1 -1
  3583. package/lightsail/domainEntry.d.ts +12 -0
  3584. package/lightsail/domainEntry.js +2 -0
  3585. package/lightsail/domainEntry.js.map +1 -1
  3586. package/lightsail/instance.d.ts +12 -4
  3587. package/lightsail/instance.js +2 -0
  3588. package/lightsail/instance.js.map +1 -1
  3589. package/lightsail/instancePublicPorts.d.ts +24 -6
  3590. package/lightsail/instancePublicPorts.js +2 -0
  3591. package/lightsail/instancePublicPorts.js.map +1 -1
  3592. package/lightsail/keyPair.d.ts +12 -4
  3593. package/lightsail/keyPair.js +2 -0
  3594. package/lightsail/keyPair.js.map +1 -1
  3595. package/lightsail/lb.d.ts +12 -4
  3596. package/lightsail/lb.js +2 -0
  3597. package/lightsail/lb.js.map +1 -1
  3598. package/lightsail/lbAttachment.d.ts +18 -0
  3599. package/lightsail/lbAttachment.js +2 -0
  3600. package/lightsail/lbAttachment.js.map +1 -1
  3601. package/lightsail/lbCertificate.d.ts +12 -0
  3602. package/lightsail/lbCertificate.js +2 -0
  3603. package/lightsail/lbCertificate.js.map +1 -1
  3604. package/lightsail/lbCertificateAttachment.d.ts +18 -0
  3605. package/lightsail/lbCertificateAttachment.js +2 -0
  3606. package/lightsail/lbCertificateAttachment.js.map +1 -1
  3607. package/lightsail/lbHttpsRedirectionPolicy.d.ts +18 -0
  3608. package/lightsail/lbHttpsRedirectionPolicy.js +2 -0
  3609. package/lightsail/lbHttpsRedirectionPolicy.js.map +1 -1
  3610. package/lightsail/lbStickinessPolicy.d.ts +18 -0
  3611. package/lightsail/lbStickinessPolicy.js +2 -0
  3612. package/lightsail/lbStickinessPolicy.js.map +1 -1
  3613. package/lightsail/staticIp.d.ts +18 -0
  3614. package/lightsail/staticIp.js +2 -0
  3615. package/lightsail/staticIp.js.map +1 -1
  3616. package/lightsail/staticIpAttachment.d.ts +18 -0
  3617. package/lightsail/staticIpAttachment.js +2 -0
  3618. package/lightsail/staticIpAttachment.js.map +1 -1
  3619. package/location/geofenceCollection.d.ts +12 -6
  3620. package/location/geofenceCollection.js +2 -0
  3621. package/location/geofenceCollection.js.map +1 -1
  3622. package/location/getGeofenceCollection.d.ts +9 -0
  3623. package/location/getGeofenceCollection.js +2 -0
  3624. package/location/getGeofenceCollection.js.map +1 -1
  3625. package/location/getMap.d.ts +9 -0
  3626. package/location/getMap.js +2 -0
  3627. package/location/getMap.js.map +1 -1
  3628. package/location/getPlaceIndex.d.ts +9 -0
  3629. package/location/getPlaceIndex.js +2 -0
  3630. package/location/getPlaceIndex.js.map +1 -1
  3631. package/location/getRouteCalculator.d.ts +9 -0
  3632. package/location/getRouteCalculator.js +2 -0
  3633. package/location/getRouteCalculator.js.map +1 -1
  3634. package/location/getTracker.d.ts +9 -0
  3635. package/location/getTracker.js +2 -0
  3636. package/location/getTracker.js.map +1 -1
  3637. package/location/getTrackerAssociation.d.ts +9 -0
  3638. package/location/getTrackerAssociation.js +2 -0
  3639. package/location/getTrackerAssociation.js.map +1 -1
  3640. package/location/getTrackerAssociations.d.ts +9 -0
  3641. package/location/getTrackerAssociations.js +2 -0
  3642. package/location/getTrackerAssociations.js.map +1 -1
  3643. package/location/map.d.ts +12 -4
  3644. package/location/map.js +2 -0
  3645. package/location/map.js.map +1 -1
  3646. package/location/placeIndex.d.ts +12 -4
  3647. package/location/placeIndex.js +2 -0
  3648. package/location/placeIndex.js.map +1 -1
  3649. package/location/routeCalculation.d.ts +12 -4
  3650. package/location/routeCalculation.js +2 -0
  3651. package/location/routeCalculation.js.map +1 -1
  3652. package/location/tracker.d.ts +12 -4
  3653. package/location/tracker.js +2 -0
  3654. package/location/tracker.js.map +1 -1
  3655. package/location/trackerAssociation.d.ts +12 -0
  3656. package/location/trackerAssociation.js +2 -0
  3657. package/location/trackerAssociation.js.map +1 -1
  3658. package/m2/application.d.ts +12 -4
  3659. package/m2/application.js +2 -0
  3660. package/m2/application.js.map +1 -1
  3661. package/m2/deployment.d.ts +12 -0
  3662. package/m2/deployment.js +2 -0
  3663. package/m2/deployment.js.map +1 -1
  3664. package/m2/environment.d.ts +12 -6
  3665. package/m2/environment.js +2 -0
  3666. package/m2/environment.js.map +1 -1
  3667. package/macie/customDataIdentifier.d.ts +12 -4
  3668. package/macie/customDataIdentifier.js +2 -0
  3669. package/macie/customDataIdentifier.js.map +1 -1
  3670. package/macie/findingsFilter.d.ts +13 -5
  3671. package/macie/findingsFilter.js +3 -1
  3672. package/macie/findingsFilter.js.map +1 -1
  3673. package/macie2/account.d.ts +12 -0
  3674. package/macie2/account.js +2 -0
  3675. package/macie2/account.js.map +1 -1
  3676. package/macie2/classificationExportConfiguration.d.ts +17 -5
  3677. package/macie2/classificationExportConfiguration.js +7 -2
  3678. package/macie2/classificationExportConfiguration.js.map +1 -1
  3679. package/macie2/classificationJob.d.ts +12 -4
  3680. package/macie2/classificationJob.js +2 -0
  3681. package/macie2/classificationJob.js.map +1 -1
  3682. package/macie2/invitationAccepter.d.ts +12 -0
  3683. package/macie2/invitationAccepter.js +2 -0
  3684. package/macie2/invitationAccepter.js.map +1 -1
  3685. package/macie2/member.d.ts +12 -4
  3686. package/macie2/member.js +2 -0
  3687. package/macie2/member.js.map +1 -1
  3688. package/macie2/organizationAdminAccount.d.ts +12 -0
  3689. package/macie2/organizationAdminAccount.js +2 -0
  3690. package/macie2/organizationAdminAccount.js.map +1 -1
  3691. package/macie2/organizationConfiguration.d.ts +12 -0
  3692. package/macie2/organizationConfiguration.js +2 -0
  3693. package/macie2/organizationConfiguration.js.map +1 -1
  3694. package/mediaconvert/getQueue.d.ts +9 -0
  3695. package/mediaconvert/getQueue.js +2 -0
  3696. package/mediaconvert/getQueue.js.map +1 -1
  3697. package/mediaconvert/queue.d.ts +12 -4
  3698. package/mediaconvert/queue.js +2 -0
  3699. package/mediaconvert/queue.js.map +1 -1
  3700. package/medialive/channel.d.ts +12 -6
  3701. package/medialive/channel.js +2 -0
  3702. package/medialive/channel.js.map +1 -1
  3703. package/medialive/getInput.d.ts +9 -0
  3704. package/medialive/getInput.js +2 -0
  3705. package/medialive/getInput.js.map +1 -1
  3706. package/medialive/input.d.ts +12 -6
  3707. package/medialive/input.js +2 -0
  3708. package/medialive/input.js.map +1 -1
  3709. package/medialive/inputSecurityGroup.d.ts +12 -6
  3710. package/medialive/inputSecurityGroup.js +2 -0
  3711. package/medialive/inputSecurityGroup.js.map +1 -1
  3712. package/medialive/multiplex.d.ts +12 -6
  3713. package/medialive/multiplex.js +2 -0
  3714. package/medialive/multiplex.js.map +1 -1
  3715. package/medialive/multiplexProgram.d.ts +12 -0
  3716. package/medialive/multiplexProgram.js +2 -0
  3717. package/medialive/multiplexProgram.js.map +1 -1
  3718. package/mediapackage/channel.d.ts +12 -4
  3719. package/mediapackage/channel.js +2 -0
  3720. package/mediapackage/channel.js.map +1 -1
  3721. package/mediapackagev2/channelGroup.d.ts +12 -4
  3722. package/mediapackagev2/channelGroup.js +2 -0
  3723. package/mediapackagev2/channelGroup.js.map +1 -1
  3724. package/mediastore/container.d.ts +14 -4
  3725. package/mediastore/container.js +4 -0
  3726. package/mediastore/container.js.map +1 -1
  3727. package/mediastore/containerPolicy.d.ts +13 -1
  3728. package/mediastore/containerPolicy.js +3 -1
  3729. package/mediastore/containerPolicy.js.map +1 -1
  3730. package/memorydb/acl.d.ts +12 -4
  3731. package/memorydb/acl.js +2 -0
  3732. package/memorydb/acl.js.map +1 -1
  3733. package/memorydb/cluster.d.ts +12 -4
  3734. package/memorydb/cluster.js +2 -0
  3735. package/memorydb/cluster.js.map +1 -1
  3736. package/memorydb/getAcl.d.ts +9 -0
  3737. package/memorydb/getAcl.js +2 -0
  3738. package/memorydb/getAcl.js.map +1 -1
  3739. package/memorydb/getCluster.d.ts +9 -0
  3740. package/memorydb/getCluster.js +2 -0
  3741. package/memorydb/getCluster.js.map +1 -1
  3742. package/memorydb/getParameterGroup.d.ts +9 -0
  3743. package/memorydb/getParameterGroup.js +2 -0
  3744. package/memorydb/getParameterGroup.js.map +1 -1
  3745. package/memorydb/getSnapshot.d.ts +9 -0
  3746. package/memorydb/getSnapshot.js +2 -0
  3747. package/memorydb/getSnapshot.js.map +1 -1
  3748. package/memorydb/getSubnetGroup.d.ts +9 -0
  3749. package/memorydb/getSubnetGroup.js +2 -0
  3750. package/memorydb/getSubnetGroup.js.map +1 -1
  3751. package/memorydb/getUser.d.ts +9 -0
  3752. package/memorydb/getUser.js +2 -0
  3753. package/memorydb/getUser.js.map +1 -1
  3754. package/memorydb/multiRegionCluster.d.ts +12 -4
  3755. package/memorydb/multiRegionCluster.js +2 -0
  3756. package/memorydb/multiRegionCluster.js.map +1 -1
  3757. package/memorydb/parameterGroup.d.ts +12 -4
  3758. package/memorydb/parameterGroup.js +2 -0
  3759. package/memorydb/parameterGroup.js.map +1 -1
  3760. package/memorydb/snapshot.d.ts +12 -4
  3761. package/memorydb/snapshot.js +2 -0
  3762. package/memorydb/snapshot.js.map +1 -1
  3763. package/memorydb/subnetGroup.d.ts +12 -4
  3764. package/memorydb/subnetGroup.js +2 -0
  3765. package/memorydb/subnetGroup.js.map +1 -1
  3766. package/memorydb/user.d.ts +12 -4
  3767. package/memorydb/user.js +2 -0
  3768. package/memorydb/user.js.map +1 -1
  3769. package/mq/broker.d.ts +49 -51
  3770. package/mq/broker.js +14 -22
  3771. package/mq/broker.js.map +1 -1
  3772. package/mq/configuration.d.ts +24 -18
  3773. package/mq/configuration.js +3 -3
  3774. package/mq/configuration.js.map +1 -1
  3775. package/mq/getBroker.d.ts +80 -40
  3776. package/mq/getBroker.js +4 -36
  3777. package/mq/getBroker.js.map +1 -1
  3778. package/mq/getBrokerEngineTypes.d.ts +15 -10
  3779. package/mq/getBrokerEngineTypes.js +4 -6
  3780. package/mq/getBrokerEngineTypes.js.map +1 -1
  3781. package/mq/getInstanceTypeOfferings.d.ts +36 -17
  3782. package/mq/getInstanceTypeOfferings.js +28 -16
  3783. package/mq/getInstanceTypeOfferings.js.map +1 -1
  3784. package/msk/cluster.d.ts +14 -6
  3785. package/msk/cluster.js +4 -2
  3786. package/msk/cluster.js.map +1 -1
  3787. package/msk/clusterPolicy.d.ts +12 -0
  3788. package/msk/clusterPolicy.js +2 -0
  3789. package/msk/clusterPolicy.js.map +1 -1
  3790. package/msk/configuration.d.ts +12 -0
  3791. package/msk/configuration.js +2 -0
  3792. package/msk/configuration.js.map +1 -1
  3793. package/msk/getBootstrapBrokers.d.ts +9 -0
  3794. package/msk/getBootstrapBrokers.js +2 -0
  3795. package/msk/getBootstrapBrokers.js.map +1 -1
  3796. package/msk/getBrokerNodes.d.ts +9 -0
  3797. package/msk/getBrokerNodes.js +2 -0
  3798. package/msk/getBrokerNodes.js.map +1 -1
  3799. package/msk/getCluster.d.ts +9 -0
  3800. package/msk/getCluster.js +2 -0
  3801. package/msk/getCluster.js.map +1 -1
  3802. package/msk/getConfiguration.d.ts +9 -0
  3803. package/msk/getConfiguration.js +2 -0
  3804. package/msk/getConfiguration.js.map +1 -1
  3805. package/msk/getKafkaVersion.d.ts +9 -0
  3806. package/msk/getKafkaVersion.js +2 -0
  3807. package/msk/getKafkaVersion.js.map +1 -1
  3808. package/msk/getVpcConnection.d.ts +9 -0
  3809. package/msk/getVpcConnection.js +2 -0
  3810. package/msk/getVpcConnection.js.map +1 -1
  3811. package/msk/replicator.d.ts +12 -4
  3812. package/msk/replicator.js +2 -0
  3813. package/msk/replicator.js.map +1 -1
  3814. package/msk/scramSecretAssociation.d.ts +12 -0
  3815. package/msk/scramSecretAssociation.js +2 -0
  3816. package/msk/scramSecretAssociation.js.map +1 -1
  3817. package/msk/serverlessCluster.d.ts +12 -4
  3818. package/msk/serverlessCluster.js +2 -0
  3819. package/msk/serverlessCluster.js.map +1 -1
  3820. package/msk/singleScramSecretAssociation.d.ts +12 -0
  3821. package/msk/singleScramSecretAssociation.js +2 -0
  3822. package/msk/singleScramSecretAssociation.js.map +1 -1
  3823. package/msk/vpcConnection.d.ts +12 -4
  3824. package/msk/vpcConnection.js +2 -0
  3825. package/msk/vpcConnection.js.map +1 -1
  3826. package/mskconnect/connector.d.ts +12 -4
  3827. package/mskconnect/connector.js +2 -0
  3828. package/mskconnect/connector.js.map +1 -1
  3829. package/mskconnect/customPlugin.d.ts +13 -5
  3830. package/mskconnect/customPlugin.js +3 -1
  3831. package/mskconnect/customPlugin.js.map +1 -1
  3832. package/mskconnect/getConnector.d.ts +9 -0
  3833. package/mskconnect/getConnector.js +2 -0
  3834. package/mskconnect/getConnector.js.map +1 -1
  3835. package/mskconnect/getCustomPlugin.d.ts +9 -0
  3836. package/mskconnect/getCustomPlugin.js +2 -0
  3837. package/mskconnect/getCustomPlugin.js.map +1 -1
  3838. package/mskconnect/getWorkerConfiguration.d.ts +9 -0
  3839. package/mskconnect/getWorkerConfiguration.js +2 -0
  3840. package/mskconnect/getWorkerConfiguration.js.map +1 -1
  3841. package/mskconnect/workerConfiguration.d.ts +12 -4
  3842. package/mskconnect/workerConfiguration.js +2 -0
  3843. package/mskconnect/workerConfiguration.js.map +1 -1
  3844. package/mwaa/environment.d.ts +13 -5
  3845. package/mwaa/environment.js +3 -1
  3846. package/mwaa/environment.js.map +1 -1
  3847. package/neptune/cluster.d.ts +15 -7
  3848. package/neptune/cluster.js +2 -0
  3849. package/neptune/cluster.js.map +1 -1
  3850. package/neptune/clusterEndpoint.d.ts +12 -4
  3851. package/neptune/clusterEndpoint.js +2 -0
  3852. package/neptune/clusterEndpoint.js.map +1 -1
  3853. package/neptune/clusterInstance.d.ts +12 -4
  3854. package/neptune/clusterInstance.js +2 -0
  3855. package/neptune/clusterInstance.js.map +1 -1
  3856. package/neptune/clusterParameterGroup.d.ts +12 -4
  3857. package/neptune/clusterParameterGroup.js +2 -0
  3858. package/neptune/clusterParameterGroup.js.map +1 -1
  3859. package/neptune/clusterSnapshot.d.ts +12 -0
  3860. package/neptune/clusterSnapshot.js +2 -0
  3861. package/neptune/clusterSnapshot.js.map +1 -1
  3862. package/neptune/eventSubscription.d.ts +12 -4
  3863. package/neptune/eventSubscription.js +2 -0
  3864. package/neptune/eventSubscription.js.map +1 -1
  3865. package/neptune/getEngineVersion.d.ts +9 -0
  3866. package/neptune/getEngineVersion.js +2 -0
  3867. package/neptune/getEngineVersion.js.map +1 -1
  3868. package/neptune/getOrderableDbInstance.d.ts +9 -0
  3869. package/neptune/getOrderableDbInstance.js +2 -0
  3870. package/neptune/getOrderableDbInstance.js.map +1 -1
  3871. package/neptune/globalCluster.d.ts +12 -0
  3872. package/neptune/globalCluster.js +2 -0
  3873. package/neptune/globalCluster.js.map +1 -1
  3874. package/neptune/parameterGroup.d.ts +12 -4
  3875. package/neptune/parameterGroup.js +2 -0
  3876. package/neptune/parameterGroup.js.map +1 -1
  3877. package/neptune/subnetGroup.d.ts +12 -4
  3878. package/neptune/subnetGroup.js +2 -0
  3879. package/neptune/subnetGroup.js.map +1 -1
  3880. package/neptunegraph/graph.d.ts +18 -6
  3881. package/neptunegraph/graph.js +3 -1
  3882. package/neptunegraph/graph.js.map +1 -1
  3883. package/networkfirewall/firewall.d.ts +12 -4
  3884. package/networkfirewall/firewall.js +2 -0
  3885. package/networkfirewall/firewall.js.map +1 -1
  3886. package/networkfirewall/firewallPolicy.d.ts +63 -6
  3887. package/networkfirewall/firewallPolicy.js +53 -2
  3888. package/networkfirewall/firewallPolicy.js.map +1 -1
  3889. package/networkfirewall/getFirewall.d.ts +9 -0
  3890. package/networkfirewall/getFirewall.js +2 -0
  3891. package/networkfirewall/getFirewall.js.map +1 -1
  3892. package/networkfirewall/getFirewallPolicy.d.ts +9 -0
  3893. package/networkfirewall/getFirewallPolicy.js +2 -0
  3894. package/networkfirewall/getFirewallPolicy.js.map +1 -1
  3895. package/networkfirewall/getResourcePolicy.d.ts +9 -0
  3896. package/networkfirewall/getResourcePolicy.js +2 -0
  3897. package/networkfirewall/getResourcePolicy.js.map +1 -1
  3898. package/networkfirewall/loggingConfiguration.d.ts +12 -0
  3899. package/networkfirewall/loggingConfiguration.js +2 -0
  3900. package/networkfirewall/loggingConfiguration.js.map +1 -1
  3901. package/networkfirewall/resourcePolicy.d.ts +12 -0
  3902. package/networkfirewall/resourcePolicy.js +2 -0
  3903. package/networkfirewall/resourcePolicy.js.map +1 -1
  3904. package/networkfirewall/ruleGroup.d.ts +12 -4
  3905. package/networkfirewall/ruleGroup.js +2 -0
  3906. package/networkfirewall/ruleGroup.js.map +1 -1
  3907. package/networkfirewall/tlsInspectionConfiguration.d.ts +12 -6
  3908. package/networkfirewall/tlsInspectionConfiguration.js +2 -0
  3909. package/networkfirewall/tlsInspectionConfiguration.js.map +1 -1
  3910. package/networkmanager/attachmentAccepter.d.ts +71 -33
  3911. package/networkmanager/attachmentAccepter.js +47 -9
  3912. package/networkmanager/attachmentAccepter.js.map +1 -1
  3913. package/networkmanager/connectAttachment.d.ts +43 -39
  3914. package/networkmanager/connectAttachment.js +4 -2
  3915. package/networkmanager/connectAttachment.js.map +1 -1
  3916. package/networkmanager/connectPeer.d.ts +47 -37
  3917. package/networkmanager/connectPeer.js +5 -3
  3918. package/networkmanager/connectPeer.js.map +1 -1
  3919. package/networkmanager/connection.d.ts +31 -28
  3920. package/networkmanager/connection.js +3 -2
  3921. package/networkmanager/connection.js.map +1 -1
  3922. package/networkmanager/coreNetwork.d.ts +22 -36
  3923. package/networkmanager/coreNetwork.js +3 -3
  3924. package/networkmanager/coreNetwork.js.map +1 -1
  3925. package/networkmanager/coreNetworkPolicyAttachment.d.ts +6 -4
  3926. package/networkmanager/coreNetworkPolicyAttachment.js +3 -1
  3927. package/networkmanager/coreNetworkPolicyAttachment.js.map +1 -1
  3928. package/networkmanager/customerGatewayAssociation.d.ts +21 -14
  3929. package/networkmanager/customerGatewayAssociation.js +3 -2
  3930. package/networkmanager/customerGatewayAssociation.js.map +1 -1
  3931. package/networkmanager/device.d.ts +40 -37
  3932. package/networkmanager/device.js +3 -2
  3933. package/networkmanager/device.js.map +1 -1
  3934. package/networkmanager/dxGatewayAttachment.d.ts +12 -8
  3935. package/networkmanager/dxGatewayAttachment.js +4 -2
  3936. package/networkmanager/dxGatewayAttachment.js.map +1 -1
  3937. package/networkmanager/getConnection.d.ts +2 -2
  3938. package/networkmanager/getConnection.js +2 -2
  3939. package/networkmanager/getConnections.d.ts +2 -2
  3940. package/networkmanager/getConnections.js +2 -2
  3941. package/networkmanager/getDevice.d.ts +26 -2
  3942. package/networkmanager/getDevice.js +26 -2
  3943. package/networkmanager/getDevice.js.map +1 -1
  3944. package/networkmanager/getDevices.d.ts +2 -2
  3945. package/networkmanager/getDevices.js +2 -2
  3946. package/networkmanager/getGlobalNetwork.d.ts +2 -2
  3947. package/networkmanager/getGlobalNetwork.js +2 -2
  3948. package/networkmanager/getGlobalNetworks.d.ts +2 -2
  3949. package/networkmanager/getGlobalNetworks.js +2 -2
  3950. package/networkmanager/getLink.d.ts +2 -2
  3951. package/networkmanager/getLink.js +2 -2
  3952. package/networkmanager/getLinks.d.ts +2 -2
  3953. package/networkmanager/getLinks.js +2 -2
  3954. package/networkmanager/getSite.d.ts +2 -2
  3955. package/networkmanager/getSite.js +2 -2
  3956. package/networkmanager/getSites.d.ts +2 -2
  3957. package/networkmanager/getSites.js +2 -2
  3958. package/networkmanager/globalNetwork.d.ts +7 -9
  3959. package/networkmanager/globalNetwork.js +3 -1
  3960. package/networkmanager/globalNetwork.js.map +1 -1
  3961. package/networkmanager/link.d.ts +29 -27
  3962. package/networkmanager/link.js +1 -1
  3963. package/networkmanager/linkAssociation.d.ts +10 -12
  3964. package/networkmanager/linkAssociation.js +1 -3
  3965. package/networkmanager/linkAssociation.js.map +1 -1
  3966. package/networkmanager/site.d.ts +17 -15
  3967. package/networkmanager/site.js +1 -1
  3968. package/networkmanager/siteToSiteVpnAttachment.d.ts +27 -31
  3969. package/networkmanager/siteToSiteVpnAttachment.js +1 -1
  3970. package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
  3971. package/networkmanager/transitGatewayConnectPeerAssociation.d.ts +20 -15
  3972. package/networkmanager/transitGatewayConnectPeerAssociation.js +2 -3
  3973. package/networkmanager/transitGatewayConnectPeerAssociation.js.map +1 -1
  3974. package/networkmanager/transitGatewayPeering.d.ts +29 -27
  3975. package/networkmanager/transitGatewayPeering.js +1 -1
  3976. package/networkmanager/transitGatewayRegistration.d.ts +7 -9
  3977. package/networkmanager/transitGatewayRegistration.js +1 -3
  3978. package/networkmanager/transitGatewayRegistration.js.map +1 -1
  3979. package/networkmanager/transitGatewayRouteTableAttachment.d.ts +35 -33
  3980. package/networkmanager/transitGatewayRouteTableAttachment.js +1 -1
  3981. package/networkmanager/vpcAttachment.d.ts +33 -37
  3982. package/networkmanager/vpcAttachment.js +1 -1
  3983. package/networkmanager/vpcAttachment.js.map +1 -1
  3984. package/networkmonitor/monitor.d.ts +12 -4
  3985. package/networkmonitor/monitor.js +2 -0
  3986. package/networkmonitor/monitor.js.map +1 -1
  3987. package/networkmonitor/probe.d.ts +12 -4
  3988. package/networkmonitor/probe.js +2 -0
  3989. package/networkmonitor/probe.js.map +1 -1
  3990. package/notifications/contactsEmailContact.d.ts +0 -4
  3991. package/notifications/contactsEmailContact.js.map +1 -1
  3992. package/notifications/notificationConfiguration.d.ts +0 -4
  3993. package/notifications/notificationConfiguration.js.map +1 -1
  3994. package/oam/getLink.d.ts +9 -0
  3995. package/oam/getLink.js +2 -0
  3996. package/oam/getLink.js.map +1 -1
  3997. package/oam/getLinks.d.ts +21 -2
  3998. package/oam/getLinks.js +10 -4
  3999. package/oam/getLinks.js.map +1 -1
  4000. package/oam/getSink.d.ts +9 -0
  4001. package/oam/getSink.js +2 -0
  4002. package/oam/getSink.js.map +1 -1
  4003. package/oam/getSinks.d.ts +21 -2
  4004. package/oam/getSinks.js +10 -4
  4005. package/oam/getSinks.js.map +1 -1
  4006. package/oam/index.d.ts +2 -2
  4007. package/oam/link.d.ts +12 -6
  4008. package/oam/link.js +2 -0
  4009. package/oam/link.js.map +1 -1
  4010. package/oam/sink.d.ts +12 -6
  4011. package/oam/sink.js +2 -0
  4012. package/oam/sink.js.map +1 -1
  4013. package/oam/sinkPolicy.d.ts +12 -0
  4014. package/oam/sinkPolicy.js +2 -0
  4015. package/oam/sinkPolicy.js.map +1 -1
  4016. package/opensearch/authorizeVpcEndpointAccess.d.ts +12 -0
  4017. package/opensearch/authorizeVpcEndpointAccess.js +2 -0
  4018. package/opensearch/authorizeVpcEndpointAccess.js.map +1 -1
  4019. package/opensearch/domain.d.ts +14 -18
  4020. package/opensearch/domain.js +4 -4
  4021. package/opensearch/domain.js.map +1 -1
  4022. package/opensearch/domainPolicy.d.ts +12 -0
  4023. package/opensearch/domainPolicy.js +2 -0
  4024. package/opensearch/domainPolicy.js.map +1 -1
  4025. package/opensearch/domainSamlOptions.d.ts +12 -0
  4026. package/opensearch/domainSamlOptions.js +2 -0
  4027. package/opensearch/domainSamlOptions.js.map +1 -1
  4028. package/opensearch/getDomain.d.ts +9 -6
  4029. package/opensearch/getDomain.js +2 -0
  4030. package/opensearch/getDomain.js.map +1 -1
  4031. package/opensearch/getServerlessAccessPolicy.d.ts +9 -0
  4032. package/opensearch/getServerlessAccessPolicy.js +2 -0
  4033. package/opensearch/getServerlessAccessPolicy.js.map +1 -1
  4034. package/opensearch/getServerlessCollection.d.ts +13 -0
  4035. package/opensearch/getServerlessCollection.js +2 -0
  4036. package/opensearch/getServerlessCollection.js.map +1 -1
  4037. package/opensearch/getServerlessLifecyclePolicy.d.ts +9 -0
  4038. package/opensearch/getServerlessLifecyclePolicy.js +2 -0
  4039. package/opensearch/getServerlessLifecyclePolicy.js.map +1 -1
  4040. package/opensearch/getServerlessSecurityConfig.d.ts +12 -3
  4041. package/opensearch/getServerlessSecurityConfig.js +2 -0
  4042. package/opensearch/getServerlessSecurityConfig.js.map +1 -1
  4043. package/opensearch/getServerlessSecurityPolicy.d.ts +9 -0
  4044. package/opensearch/getServerlessSecurityPolicy.js +2 -0
  4045. package/opensearch/getServerlessSecurityPolicy.js.map +1 -1
  4046. package/opensearch/getServerlessVpcEndpoint.d.ts +9 -0
  4047. package/opensearch/getServerlessVpcEndpoint.js +2 -0
  4048. package/opensearch/getServerlessVpcEndpoint.js.map +1 -1
  4049. package/opensearch/inboundConnectionAccepter.d.ts +14 -2
  4050. package/opensearch/inboundConnectionAccepter.js +4 -2
  4051. package/opensearch/inboundConnectionAccepter.js.map +1 -1
  4052. package/opensearch/outboundConnection.d.ts +14 -2
  4053. package/opensearch/outboundConnection.js +4 -2
  4054. package/opensearch/outboundConnection.js.map +1 -1
  4055. package/opensearch/package.d.ts +13 -1
  4056. package/opensearch/package.js +3 -1
  4057. package/opensearch/package.js.map +1 -1
  4058. package/opensearch/packageAssociation.d.ts +12 -0
  4059. package/opensearch/packageAssociation.js +2 -0
  4060. package/opensearch/packageAssociation.js.map +1 -1
  4061. package/opensearch/serverlessAccessPolicy.d.ts +12 -0
  4062. package/opensearch/serverlessAccessPolicy.js +2 -0
  4063. package/opensearch/serverlessAccessPolicy.js.map +1 -1
  4064. package/opensearch/serverlessCollection.d.ts +12 -6
  4065. package/opensearch/serverlessCollection.js +2 -0
  4066. package/opensearch/serverlessCollection.js.map +1 -1
  4067. package/opensearch/serverlessLifecyclePolicy.d.ts +12 -0
  4068. package/opensearch/serverlessLifecyclePolicy.js +2 -0
  4069. package/opensearch/serverlessLifecyclePolicy.js.map +1 -1
  4070. package/opensearch/serverlessSecurityConfig.d.ts +12 -0
  4071. package/opensearch/serverlessSecurityConfig.js +2 -0
  4072. package/opensearch/serverlessSecurityConfig.js.map +1 -1
  4073. package/opensearch/serverlessSecurityPolicy.d.ts +12 -0
  4074. package/opensearch/serverlessSecurityPolicy.js +2 -0
  4075. package/opensearch/serverlessSecurityPolicy.js.map +1 -1
  4076. package/opensearch/serverlessVpcEndpoint.d.ts +12 -0
  4077. package/opensearch/serverlessVpcEndpoint.js +2 -0
  4078. package/opensearch/serverlessVpcEndpoint.js.map +1 -1
  4079. package/opensearch/vpcEndpoint.d.ts +12 -0
  4080. package/opensearch/vpcEndpoint.js +2 -0
  4081. package/opensearch/vpcEndpoint.js.map +1 -1
  4082. package/opensearchingest/pipeline.d.ts +13 -7
  4083. package/opensearchingest/pipeline.js +3 -1
  4084. package/opensearchingest/pipeline.js.map +1 -1
  4085. package/organizations/account.d.ts +0 -4
  4086. package/organizations/account.js.map +1 -1
  4087. package/organizations/organizationalUnit.d.ts +0 -4
  4088. package/organizations/organizationalUnit.js.map +1 -1
  4089. package/organizations/policy.d.ts +0 -4
  4090. package/organizations/policy.js.map +1 -1
  4091. package/organizations/resourcePolicy.d.ts +0 -4
  4092. package/organizations/resourcePolicy.js.map +1 -1
  4093. package/outposts/getAsset.d.ts +9 -0
  4094. package/outposts/getAsset.js +2 -0
  4095. package/outposts/getAsset.js.map +1 -1
  4096. package/outposts/getAssets.d.ts +9 -0
  4097. package/outposts/getAssets.js +2 -0
  4098. package/outposts/getAssets.js.map +1 -1
  4099. package/outposts/getOutpost.d.ts +9 -0
  4100. package/outposts/getOutpost.js +2 -0
  4101. package/outposts/getOutpost.js.map +1 -1
  4102. package/outposts/getOutpostInstanceType.d.ts +9 -0
  4103. package/outposts/getOutpostInstanceType.js +2 -0
  4104. package/outposts/getOutpostInstanceType.js.map +1 -1
  4105. package/outposts/getOutpostInstanceTypes.d.ts +9 -0
  4106. package/outposts/getOutpostInstanceTypes.js +2 -0
  4107. package/outposts/getOutpostInstanceTypes.js.map +1 -1
  4108. package/outposts/getOutposts.d.ts +9 -0
  4109. package/outposts/getOutposts.js +2 -0
  4110. package/outposts/getOutposts.js.map +1 -1
  4111. package/outposts/getSite.d.ts +9 -0
  4112. package/outposts/getSite.js +2 -0
  4113. package/outposts/getSite.js.map +1 -1
  4114. package/outposts/getSites.d.ts +21 -2
  4115. package/outposts/getSites.js +10 -4
  4116. package/outposts/getSites.js.map +1 -1
  4117. package/outposts/index.d.ts +1 -1
  4118. package/package.json +2 -2
  4119. package/paymentcryptography/key.d.ts +37 -7
  4120. package/paymentcryptography/key.js +24 -0
  4121. package/paymentcryptography/key.js.map +1 -1
  4122. package/paymentcryptography/keyAlias.d.ts +38 -0
  4123. package/paymentcryptography/keyAlias.js +28 -0
  4124. package/paymentcryptography/keyAlias.js.map +1 -1
  4125. package/pinpoint/admChannel.d.ts +12 -0
  4126. package/pinpoint/admChannel.js +2 -0
  4127. package/pinpoint/admChannel.js.map +1 -1
  4128. package/pinpoint/apnsChannel.d.ts +12 -0
  4129. package/pinpoint/apnsChannel.js +2 -0
  4130. package/pinpoint/apnsChannel.js.map +1 -1
  4131. package/pinpoint/apnsSandboxChannel.d.ts +12 -0
  4132. package/pinpoint/apnsSandboxChannel.js +2 -0
  4133. package/pinpoint/apnsSandboxChannel.js.map +1 -1
  4134. package/pinpoint/apnsVoipChannel.d.ts +12 -0
  4135. package/pinpoint/apnsVoipChannel.js +2 -0
  4136. package/pinpoint/apnsVoipChannel.js.map +1 -1
  4137. package/pinpoint/apnsVoipSandboxChannel.d.ts +12 -0
  4138. package/pinpoint/apnsVoipSandboxChannel.js +2 -0
  4139. package/pinpoint/apnsVoipSandboxChannel.js.map +1 -1
  4140. package/pinpoint/app.d.ts +12 -4
  4141. package/pinpoint/app.js +2 -0
  4142. package/pinpoint/app.js.map +1 -1
  4143. package/pinpoint/baiduChannel.d.ts +12 -0
  4144. package/pinpoint/baiduChannel.js +2 -0
  4145. package/pinpoint/baiduChannel.js.map +1 -1
  4146. package/pinpoint/emailChannel.d.ts +12 -0
  4147. package/pinpoint/emailChannel.js +2 -0
  4148. package/pinpoint/emailChannel.js.map +1 -1
  4149. package/pinpoint/emailTemplate.d.ts +12 -6
  4150. package/pinpoint/emailTemplate.js +2 -0
  4151. package/pinpoint/emailTemplate.js.map +1 -1
  4152. package/pinpoint/eventStream.d.ts +12 -0
  4153. package/pinpoint/eventStream.js +2 -0
  4154. package/pinpoint/eventStream.js.map +1 -1
  4155. package/pinpoint/gcmChannel.d.ts +12 -0
  4156. package/pinpoint/gcmChannel.js +2 -0
  4157. package/pinpoint/gcmChannel.js.map +1 -1
  4158. package/pinpoint/smsChannel.d.ts +12 -0
  4159. package/pinpoint/smsChannel.js +2 -0
  4160. package/pinpoint/smsChannel.js.map +1 -1
  4161. package/pinpoint/smsvoicev2ConfigurationSet.d.ts +12 -4
  4162. package/pinpoint/smsvoicev2ConfigurationSet.js +2 -0
  4163. package/pinpoint/smsvoicev2ConfigurationSet.js.map +1 -1
  4164. package/pinpoint/smsvoicev2OptOutList.d.ts +12 -4
  4165. package/pinpoint/smsvoicev2OptOutList.js +2 -0
  4166. package/pinpoint/smsvoicev2OptOutList.js.map +1 -1
  4167. package/pinpoint/smsvoicev2PhoneNumber.d.ts +12 -4
  4168. package/pinpoint/smsvoicev2PhoneNumber.js +2 -0
  4169. package/pinpoint/smsvoicev2PhoneNumber.js.map +1 -1
  4170. package/pipes/pipe.d.ts +12 -4
  4171. package/pipes/pipe.js +2 -0
  4172. package/pipes/pipe.js.map +1 -1
  4173. package/polly/getVoices.d.ts +9 -0
  4174. package/polly/getVoices.js +2 -0
  4175. package/polly/getVoices.js.map +1 -1
  4176. package/provider.d.ts +3 -4
  4177. package/provider.js +1 -1
  4178. package/provider.js.map +1 -1
  4179. package/qbusiness/application.d.ts +12 -4
  4180. package/qbusiness/application.js +2 -0
  4181. package/qbusiness/application.js.map +1 -1
  4182. package/qldb/getLedger.d.ts +9 -0
  4183. package/qldb/getLedger.js +2 -0
  4184. package/qldb/getLedger.js.map +1 -1
  4185. package/qldb/ledger.d.ts +12 -4
  4186. package/qldb/ledger.js +2 -0
  4187. package/qldb/ledger.js.map +1 -1
  4188. package/qldb/stream.d.ts +12 -4
  4189. package/qldb/stream.js +2 -0
  4190. package/qldb/stream.js.map +1 -1
  4191. package/quicksight/accountSubscription.d.ts +12 -0
  4192. package/quicksight/accountSubscription.js +2 -0
  4193. package/quicksight/accountSubscription.js.map +1 -1
  4194. package/quicksight/analysis.d.ts +12 -4
  4195. package/quicksight/analysis.js +2 -0
  4196. package/quicksight/analysis.js.map +1 -1
  4197. package/quicksight/dashboard.d.ts +12 -4
  4198. package/quicksight/dashboard.js +2 -0
  4199. package/quicksight/dashboard.js.map +1 -1
  4200. package/quicksight/dataSet.d.ts +12 -4
  4201. package/quicksight/dataSet.js +2 -0
  4202. package/quicksight/dataSet.js.map +1 -1
  4203. package/quicksight/dataSource.d.ts +14 -6
  4204. package/quicksight/dataSource.js +4 -2
  4205. package/quicksight/dataSource.js.map +1 -1
  4206. package/quicksight/folder.d.ts +12 -4
  4207. package/quicksight/folder.js +2 -0
  4208. package/quicksight/folder.js.map +1 -1
  4209. package/quicksight/folderMembership.d.ts +12 -0
  4210. package/quicksight/folderMembership.js +2 -0
  4211. package/quicksight/folderMembership.js.map +1 -1
  4212. package/quicksight/getDataSet.d.ts +7 -16
  4213. package/quicksight/getDataSet.js +2 -2
  4214. package/quicksight/getDataSet.js.map +1 -1
  4215. package/quicksight/getQuicksightAnalysis.d.ts +9 -0
  4216. package/quicksight/getQuicksightAnalysis.js +2 -0
  4217. package/quicksight/getQuicksightAnalysis.js.map +1 -1
  4218. package/quicksight/getQuicksightGroup.d.ts +9 -0
  4219. package/quicksight/getQuicksightGroup.js +2 -0
  4220. package/quicksight/getQuicksightGroup.js.map +1 -1
  4221. package/quicksight/getQuicksightUser.d.ts +9 -0
  4222. package/quicksight/getQuicksightUser.js +2 -0
  4223. package/quicksight/getQuicksightUser.js.map +1 -1
  4224. package/quicksight/getTheme.d.ts +9 -0
  4225. package/quicksight/getTheme.js +2 -0
  4226. package/quicksight/getTheme.js.map +1 -1
  4227. package/quicksight/group.d.ts +12 -0
  4228. package/quicksight/group.js +2 -0
  4229. package/quicksight/group.js.map +1 -1
  4230. package/quicksight/groupMembership.d.ts +12 -0
  4231. package/quicksight/groupMembership.js +2 -0
  4232. package/quicksight/groupMembership.js.map +1 -1
  4233. package/quicksight/iamPolicyAssignment.d.ts +12 -0
  4234. package/quicksight/iamPolicyAssignment.js +2 -0
  4235. package/quicksight/iamPolicyAssignment.js.map +1 -1
  4236. package/quicksight/index.d.ts +0 -3
  4237. package/quicksight/index.js +1 -4
  4238. package/quicksight/index.js.map +1 -1
  4239. package/quicksight/ingestion.d.ts +12 -0
  4240. package/quicksight/ingestion.js +2 -0
  4241. package/quicksight/ingestion.js.map +1 -1
  4242. package/quicksight/namespace.d.ts +12 -4
  4243. package/quicksight/namespace.js +2 -0
  4244. package/quicksight/namespace.js.map +1 -1
  4245. package/quicksight/refreshSchedule.d.ts +12 -0
  4246. package/quicksight/refreshSchedule.js +2 -0
  4247. package/quicksight/refreshSchedule.js.map +1 -1
  4248. package/quicksight/roleMembership.d.ts +12 -0
  4249. package/quicksight/roleMembership.js +2 -0
  4250. package/quicksight/roleMembership.js.map +1 -1
  4251. package/quicksight/template.d.ts +12 -4
  4252. package/quicksight/template.js +2 -0
  4253. package/quicksight/template.js.map +1 -1
  4254. package/quicksight/templateAlias.d.ts +12 -0
  4255. package/quicksight/templateAlias.js +2 -0
  4256. package/quicksight/templateAlias.js.map +1 -1
  4257. package/quicksight/theme.d.ts +12 -4
  4258. package/quicksight/theme.js +2 -0
  4259. package/quicksight/theme.js.map +1 -1
  4260. package/quicksight/user.d.ts +12 -0
  4261. package/quicksight/user.js +2 -0
  4262. package/quicksight/user.js.map +1 -1
  4263. package/quicksight/vpcConnection.d.ts +12 -4
  4264. package/quicksight/vpcConnection.js +2 -0
  4265. package/quicksight/vpcConnection.js.map +1 -1
  4266. package/ram/getResourceShare.d.ts +9 -0
  4267. package/ram/getResourceShare.js +2 -0
  4268. package/ram/getResourceShare.js.map +1 -1
  4269. package/ram/principalAssociation.d.ts +12 -0
  4270. package/ram/principalAssociation.js +2 -0
  4271. package/ram/principalAssociation.js.map +1 -1
  4272. package/ram/resourceAssociation.d.ts +12 -0
  4273. package/ram/resourceAssociation.js +2 -0
  4274. package/ram/resourceAssociation.js.map +1 -1
  4275. package/ram/resourceShare.d.ts +12 -4
  4276. package/ram/resourceShare.js +2 -0
  4277. package/ram/resourceShare.js.map +1 -1
  4278. package/ram/resourceShareAccepter.d.ts +12 -0
  4279. package/ram/resourceShareAccepter.js +2 -0
  4280. package/ram/resourceShareAccepter.js.map +1 -1
  4281. package/rbin/rule.d.ts +64 -23
  4282. package/rbin/rule.js +28 -1
  4283. package/rbin/rule.js.map +1 -1
  4284. package/rds/certificate.d.ts +12 -0
  4285. package/rds/certificate.js +2 -0
  4286. package/rds/certificate.js.map +1 -1
  4287. package/rds/cluster.d.ts +13 -5
  4288. package/rds/cluster.js +3 -1
  4289. package/rds/cluster.js.map +1 -1
  4290. package/rds/clusterActivityStream.d.ts +13 -1
  4291. package/rds/clusterActivityStream.js +3 -1
  4292. package/rds/clusterActivityStream.js.map +1 -1
  4293. package/rds/clusterEndpoint.d.ts +15 -7
  4294. package/rds/clusterEndpoint.js +5 -3
  4295. package/rds/clusterEndpoint.js.map +1 -1
  4296. package/rds/clusterInstance.d.ts +16 -9
  4297. package/rds/clusterInstance.js +3 -1
  4298. package/rds/clusterInstance.js.map +1 -1
  4299. package/rds/clusterParameterGroup.d.ts +12 -4
  4300. package/rds/clusterParameterGroup.js +2 -0
  4301. package/rds/clusterParameterGroup.js.map +1 -1
  4302. package/rds/clusterRoleAssociation.d.ts +12 -0
  4303. package/rds/clusterRoleAssociation.js +2 -0
  4304. package/rds/clusterRoleAssociation.js.map +1 -1
  4305. package/rds/clusterSnapshot.d.ts +12 -4
  4306. package/rds/clusterSnapshot.js +2 -0
  4307. package/rds/clusterSnapshot.js.map +1 -1
  4308. package/rds/clusterSnapshotCopy.d.ts +12 -4
  4309. package/rds/clusterSnapshotCopy.js +2 -0
  4310. package/rds/clusterSnapshotCopy.js.map +1 -1
  4311. package/rds/customDbEngineVersion.d.ts +12 -4
  4312. package/rds/customDbEngineVersion.js +2 -0
  4313. package/rds/customDbEngineVersion.js.map +1 -1
  4314. package/rds/eventSubscription.d.ts +12 -4
  4315. package/rds/eventSubscription.js +2 -0
  4316. package/rds/eventSubscription.js.map +1 -1
  4317. package/rds/exportTask.d.ts +18 -6
  4318. package/rds/exportTask.js +8 -6
  4319. package/rds/exportTask.js.map +1 -1
  4320. package/rds/getCertificate.d.ts +9 -0
  4321. package/rds/getCertificate.js +2 -0
  4322. package/rds/getCertificate.js.map +1 -1
  4323. package/rds/getCluster.d.ts +9 -0
  4324. package/rds/getCluster.js +2 -0
  4325. package/rds/getCluster.js.map +1 -1
  4326. package/rds/getClusterParameterGroup.d.ts +9 -0
  4327. package/rds/getClusterParameterGroup.js +2 -0
  4328. package/rds/getClusterParameterGroup.js.map +1 -1
  4329. package/rds/getClusterSnapshot.d.ts +9 -0
  4330. package/rds/getClusterSnapshot.js +2 -0
  4331. package/rds/getClusterSnapshot.js.map +1 -1
  4332. package/rds/getClusters.d.ts +9 -0
  4333. package/rds/getClusters.js +2 -0
  4334. package/rds/getClusters.js.map +1 -1
  4335. package/rds/getEngineVersion.d.ts +9 -0
  4336. package/rds/getEngineVersion.js +2 -0
  4337. package/rds/getEngineVersion.js.map +1 -1
  4338. package/rds/getEventCategories.d.ts +9 -0
  4339. package/rds/getEventCategories.js +2 -0
  4340. package/rds/getEventCategories.js.map +1 -1
  4341. package/rds/getInstance.d.ts +9 -0
  4342. package/rds/getInstance.js +2 -0
  4343. package/rds/getInstance.js.map +1 -1
  4344. package/rds/getInstances.d.ts +9 -0
  4345. package/rds/getInstances.js +2 -0
  4346. package/rds/getInstances.js.map +1 -1
  4347. package/rds/getOrderableDbInstance.d.ts +9 -0
  4348. package/rds/getOrderableDbInstance.js +2 -0
  4349. package/rds/getOrderableDbInstance.js.map +1 -1
  4350. package/rds/getParameterGroup.d.ts +9 -0
  4351. package/rds/getParameterGroup.js +2 -0
  4352. package/rds/getParameterGroup.js.map +1 -1
  4353. package/rds/getProxy.d.ts +9 -0
  4354. package/rds/getProxy.js +2 -0
  4355. package/rds/getProxy.js.map +1 -1
  4356. package/rds/getReservedInstanceOffering.d.ts +9 -0
  4357. package/rds/getReservedInstanceOffering.js +2 -0
  4358. package/rds/getReservedInstanceOffering.js.map +1 -1
  4359. package/rds/getSnapshot.d.ts +9 -0
  4360. package/rds/getSnapshot.js +2 -0
  4361. package/rds/getSnapshot.js.map +1 -1
  4362. package/rds/getSubnetGroup.d.ts +9 -0
  4363. package/rds/getSubnetGroup.js +2 -0
  4364. package/rds/getSubnetGroup.js.map +1 -1
  4365. package/rds/globalCluster.d.ts +17 -9
  4366. package/rds/globalCluster.js +7 -5
  4367. package/rds/globalCluster.js.map +1 -1
  4368. package/rds/index.d.ts +0 -4
  4369. package/rds/index.js +0 -4
  4370. package/rds/index.js.map +1 -1
  4371. package/rds/instance.d.ts +12 -16
  4372. package/rds/instance.js +2 -2
  4373. package/rds/instance.js.map +1 -1
  4374. package/rds/instanceAutomatedBackupsReplication.d.ts +12 -0
  4375. package/rds/instanceAutomatedBackupsReplication.js +2 -0
  4376. package/rds/instanceAutomatedBackupsReplication.js.map +1 -1
  4377. package/rds/instanceDesiredState.d.ts +12 -0
  4378. package/rds/instanceDesiredState.js +2 -0
  4379. package/rds/instanceDesiredState.js.map +1 -1
  4380. package/rds/integration.d.ts +12 -4
  4381. package/rds/integration.js +2 -0
  4382. package/rds/integration.js.map +1 -1
  4383. package/rds/optionGroup.d.ts +12 -4
  4384. package/rds/optionGroup.js +2 -0
  4385. package/rds/optionGroup.js.map +1 -1
  4386. package/rds/parameterGroup.d.ts +12 -4
  4387. package/rds/parameterGroup.js +2 -0
  4388. package/rds/parameterGroup.js.map +1 -1
  4389. package/rds/proxy.d.ts +12 -4
  4390. package/rds/proxy.js +2 -0
  4391. package/rds/proxy.js.map +1 -1
  4392. package/rds/proxyDefaultTargetGroup.d.ts +12 -0
  4393. package/rds/proxyDefaultTargetGroup.js +2 -0
  4394. package/rds/proxyDefaultTargetGroup.js.map +1 -1
  4395. package/rds/proxyEndpoint.d.ts +12 -6
  4396. package/rds/proxyEndpoint.js +2 -0
  4397. package/rds/proxyEndpoint.js.map +1 -1
  4398. package/rds/proxyTarget.d.ts +12 -0
  4399. package/rds/proxyTarget.js +2 -0
  4400. package/rds/proxyTarget.js.map +1 -1
  4401. package/rds/reservedInstance.d.ts +12 -4
  4402. package/rds/reservedInstance.js +2 -0
  4403. package/rds/reservedInstance.js.map +1 -1
  4404. package/rds/roleAssociation.d.ts +12 -0
  4405. package/rds/roleAssociation.js +2 -0
  4406. package/rds/roleAssociation.js.map +1 -1
  4407. package/rds/shardGroup.d.ts +12 -4
  4408. package/rds/shardGroup.js +2 -0
  4409. package/rds/shardGroup.js.map +1 -1
  4410. package/rds/snapshot.d.ts +12 -4
  4411. package/rds/snapshot.js +2 -0
  4412. package/rds/snapshot.js.map +1 -1
  4413. package/rds/snapshotCopy.d.ts +12 -4
  4414. package/rds/snapshotCopy.js +2 -0
  4415. package/rds/snapshotCopy.js.map +1 -1
  4416. package/rds/subnetGroup.d.ts +12 -4
  4417. package/rds/subnetGroup.js +2 -0
  4418. package/rds/subnetGroup.js.map +1 -1
  4419. package/redshift/authenticationProfile.d.ts +12 -0
  4420. package/redshift/authenticationProfile.js +2 -0
  4421. package/redshift/authenticationProfile.js.map +1 -1
  4422. package/redshift/cluster.d.ts +21 -58
  4423. package/redshift/cluster.js +5 -7
  4424. package/redshift/cluster.js.map +1 -1
  4425. package/redshift/clusterIamRoles.d.ts +12 -0
  4426. package/redshift/clusterIamRoles.js +2 -0
  4427. package/redshift/clusterIamRoles.js.map +1 -1
  4428. package/redshift/clusterSnapshot.d.ts +12 -4
  4429. package/redshift/clusterSnapshot.js +2 -0
  4430. package/redshift/clusterSnapshot.js.map +1 -1
  4431. package/redshift/dataShareAuthorization.d.ts +12 -0
  4432. package/redshift/dataShareAuthorization.js +2 -0
  4433. package/redshift/dataShareAuthorization.js.map +1 -1
  4434. package/redshift/dataShareConsumerAssociation.d.ts +12 -0
  4435. package/redshift/dataShareConsumerAssociation.js +2 -0
  4436. package/redshift/dataShareConsumerAssociation.js.map +1 -1
  4437. package/redshift/endpointAccess.d.ts +12 -0
  4438. package/redshift/endpointAccess.js +2 -0
  4439. package/redshift/endpointAccess.js.map +1 -1
  4440. package/redshift/endpointAuthorization.d.ts +12 -0
  4441. package/redshift/endpointAuthorization.js +2 -0
  4442. package/redshift/endpointAuthorization.js.map +1 -1
  4443. package/redshift/eventSubscription.d.ts +12 -4
  4444. package/redshift/eventSubscription.js +2 -0
  4445. package/redshift/eventSubscription.js.map +1 -1
  4446. package/redshift/getCluster.d.ts +9 -0
  4447. package/redshift/getCluster.js +2 -0
  4448. package/redshift/getCluster.js.map +1 -1
  4449. package/redshift/getClusterCredentials.d.ts +9 -0
  4450. package/redshift/getClusterCredentials.js +2 -0
  4451. package/redshift/getClusterCredentials.js.map +1 -1
  4452. package/redshift/getDataShares.d.ts +6 -6
  4453. package/redshift/getDataShares.js +2 -2
  4454. package/redshift/getDataShares.js.map +1 -1
  4455. package/redshift/getOrderableCluster.d.ts +9 -0
  4456. package/redshift/getOrderableCluster.js +2 -0
  4457. package/redshift/getOrderableCluster.js.map +1 -1
  4458. package/redshift/getProducerDataShares.d.ts +10 -10
  4459. package/redshift/getProducerDataShares.js +2 -2
  4460. package/redshift/getProducerDataShares.js.map +1 -1
  4461. package/redshift/getSubnetGroup.d.ts +9 -0
  4462. package/redshift/getSubnetGroup.js +2 -0
  4463. package/redshift/getSubnetGroup.js.map +1 -1
  4464. package/redshift/hsmClientCertificate.d.ts +12 -4
  4465. package/redshift/hsmClientCertificate.js +2 -0
  4466. package/redshift/hsmClientCertificate.js.map +1 -1
  4467. package/redshift/hsmConfiguration.d.ts +12 -4
  4468. package/redshift/hsmConfiguration.js +2 -0
  4469. package/redshift/hsmConfiguration.js.map +1 -1
  4470. package/redshift/index.d.ts +0 -3
  4471. package/redshift/index.js +1 -4
  4472. package/redshift/index.js.map +1 -1
  4473. package/redshift/integration.d.ts +12 -4
  4474. package/redshift/integration.js +2 -0
  4475. package/redshift/integration.js.map +1 -1
  4476. package/redshift/logging.d.ts +12 -0
  4477. package/redshift/logging.js +2 -0
  4478. package/redshift/logging.js.map +1 -1
  4479. package/redshift/parameterGroup.d.ts +12 -4
  4480. package/redshift/parameterGroup.js +2 -0
  4481. package/redshift/parameterGroup.js.map +1 -1
  4482. package/redshift/partner.d.ts +12 -0
  4483. package/redshift/partner.js +2 -0
  4484. package/redshift/partner.js.map +1 -1
  4485. package/redshift/resourcePolicy.d.ts +12 -0
  4486. package/redshift/resourcePolicy.js +2 -0
  4487. package/redshift/resourcePolicy.js.map +1 -1
  4488. package/redshift/scheduledAction.d.ts +12 -0
  4489. package/redshift/scheduledAction.js +2 -0
  4490. package/redshift/scheduledAction.js.map +1 -1
  4491. package/redshift/snapshotCopy.d.ts +12 -0
  4492. package/redshift/snapshotCopy.js +2 -0
  4493. package/redshift/snapshotCopy.js.map +1 -1
  4494. package/redshift/snapshotCopyGrant.d.ts +12 -17
  4495. package/redshift/snapshotCopyGrant.js +2 -13
  4496. package/redshift/snapshotCopyGrant.js.map +1 -1
  4497. package/redshift/snapshotSchedule.d.ts +12 -4
  4498. package/redshift/snapshotSchedule.js +2 -0
  4499. package/redshift/snapshotSchedule.js.map +1 -1
  4500. package/redshift/snapshotScheduleAssociation.d.ts +12 -0
  4501. package/redshift/snapshotScheduleAssociation.js +2 -0
  4502. package/redshift/snapshotScheduleAssociation.js.map +1 -1
  4503. package/redshift/subnetGroup.d.ts +12 -4
  4504. package/redshift/subnetGroup.js +2 -0
  4505. package/redshift/subnetGroup.js.map +1 -1
  4506. package/redshift/usageLimit.d.ts +12 -4
  4507. package/redshift/usageLimit.js +2 -0
  4508. package/redshift/usageLimit.js.map +1 -1
  4509. package/redshiftdata/statement.d.ts +12 -0
  4510. package/redshiftdata/statement.js +2 -0
  4511. package/redshiftdata/statement.js.map +1 -1
  4512. package/redshiftserverless/customDomainAssociation.d.ts +12 -0
  4513. package/redshiftserverless/customDomainAssociation.js +2 -0
  4514. package/redshiftserverless/customDomainAssociation.js.map +1 -1
  4515. package/redshiftserverless/endpointAccess.d.ts +12 -0
  4516. package/redshiftserverless/endpointAccess.js +2 -0
  4517. package/redshiftserverless/endpointAccess.js.map +1 -1
  4518. package/redshiftserverless/getCredentials.d.ts +9 -0
  4519. package/redshiftserverless/getCredentials.js +2 -0
  4520. package/redshiftserverless/getCredentials.js.map +1 -1
  4521. package/redshiftserverless/getNamespace.d.ts +9 -0
  4522. package/redshiftserverless/getNamespace.js +2 -0
  4523. package/redshiftserverless/getNamespace.js.map +1 -1
  4524. package/redshiftserverless/getWorkgroup.d.ts +9 -0
  4525. package/redshiftserverless/getWorkgroup.js +2 -0
  4526. package/redshiftserverless/getWorkgroup.js.map +1 -1
  4527. package/redshiftserverless/namespace.d.ts +12 -4
  4528. package/redshiftserverless/namespace.js +2 -0
  4529. package/redshiftserverless/namespace.js.map +1 -1
  4530. package/redshiftserverless/resourcePolicy.d.ts +12 -0
  4531. package/redshiftserverless/resourcePolicy.js +2 -0
  4532. package/redshiftserverless/resourcePolicy.js.map +1 -1
  4533. package/redshiftserverless/snapshot.d.ts +12 -0
  4534. package/redshiftserverless/snapshot.js +2 -0
  4535. package/redshiftserverless/snapshot.js.map +1 -1
  4536. package/redshiftserverless/usageLimit.d.ts +12 -0
  4537. package/redshiftserverless/usageLimit.js +2 -0
  4538. package/redshiftserverless/usageLimit.js.map +1 -1
  4539. package/redshiftserverless/workgroup.d.ts +12 -4
  4540. package/redshiftserverless/workgroup.js +2 -0
  4541. package/redshiftserverless/workgroup.js.map +1 -1
  4542. package/rekognition/collection.d.ts +12 -4
  4543. package/rekognition/collection.js +2 -0
  4544. package/rekognition/collection.js.map +1 -1
  4545. package/rekognition/project.d.ts +12 -4
  4546. package/rekognition/project.js +2 -0
  4547. package/rekognition/project.js.map +1 -1
  4548. package/rekognition/streamProcessor.d.ts +13 -5
  4549. package/rekognition/streamProcessor.js +3 -1
  4550. package/rekognition/streamProcessor.js.map +1 -1
  4551. package/resiliencehub/resiliencyPolicy.d.ts +44 -4
  4552. package/resiliencehub/resiliencyPolicy.js +34 -0
  4553. package/resiliencehub/resiliencyPolicy.js.map +1 -1
  4554. package/resourceexplorer/index_.d.ts +12 -4
  4555. package/resourceexplorer/index_.js +2 -0
  4556. package/resourceexplorer/index_.js.map +1 -1
  4557. package/resourceexplorer/search.d.ts +12 -0
  4558. package/resourceexplorer/search.js +2 -0
  4559. package/resourceexplorer/search.js.map +1 -1
  4560. package/resourceexplorer/view.d.ts +12 -4
  4561. package/resourceexplorer/view.js +2 -0
  4562. package/resourceexplorer/view.js.map +1 -1
  4563. package/resourcegroups/group.d.ts +12 -4
  4564. package/resourcegroups/group.js +2 -0
  4565. package/resourcegroups/group.js.map +1 -1
  4566. package/resourcegroups/resource.d.ts +12 -0
  4567. package/resourcegroups/resource.js +2 -0
  4568. package/resourcegroups/resource.js.map +1 -1
  4569. package/resourcegroupstaggingapi/getResources.d.ts +9 -0
  4570. package/resourcegroupstaggingapi/getResources.js +2 -0
  4571. package/resourcegroupstaggingapi/getResources.js.map +1 -1
  4572. package/rolesanywhere/profile.d.ts +0 -4
  4573. package/rolesanywhere/profile.js.map +1 -1
  4574. package/rolesanywhere/trustAnchor.d.ts +0 -4
  4575. package/rolesanywhere/trustAnchor.js.map +1 -1
  4576. package/route53/getProfilesProfiles.d.ts +21 -2
  4577. package/route53/getProfilesProfiles.js +10 -4
  4578. package/route53/getProfilesProfiles.js.map +1 -1
  4579. package/route53/getQueryLogConfig.d.ts +9 -0
  4580. package/route53/getQueryLogConfig.js +2 -0
  4581. package/route53/getQueryLogConfig.js.map +1 -1
  4582. package/route53/getResolverEndpoint.d.ts +9 -0
  4583. package/route53/getResolverEndpoint.js +2 -0
  4584. package/route53/getResolverEndpoint.js.map +1 -1
  4585. package/route53/getResolverFirewallConfig.d.ts +9 -0
  4586. package/route53/getResolverFirewallConfig.js +2 -0
  4587. package/route53/getResolverFirewallConfig.js.map +1 -1
  4588. package/route53/getResolverFirewallDomainList.d.ts +9 -0
  4589. package/route53/getResolverFirewallDomainList.js +2 -0
  4590. package/route53/getResolverFirewallDomainList.js.map +1 -1
  4591. package/route53/getResolverFirewallRuleGroup.d.ts +9 -0
  4592. package/route53/getResolverFirewallRuleGroup.js +2 -0
  4593. package/route53/getResolverFirewallRuleGroup.js.map +1 -1
  4594. package/route53/getResolverFirewallRuleGroupAssociation.d.ts +9 -0
  4595. package/route53/getResolverFirewallRuleGroupAssociation.js +2 -0
  4596. package/route53/getResolverFirewallRuleGroupAssociation.js.map +1 -1
  4597. package/route53/getResolverFirewallRules.d.ts +9 -0
  4598. package/route53/getResolverFirewallRules.js +2 -0
  4599. package/route53/getResolverFirewallRules.js.map +1 -1
  4600. package/route53/getResolverRule.d.ts +9 -0
  4601. package/route53/getResolverRule.js +2 -0
  4602. package/route53/getResolverRule.js.map +1 -1
  4603. package/route53/getResolverRules.d.ts +9 -0
  4604. package/route53/getResolverRules.js +2 -0
  4605. package/route53/getResolverRules.js.map +1 -1
  4606. package/route53/getTrafficPolicyDocument.d.ts +4 -4
  4607. package/route53/getTrafficPolicyDocument.js +4 -4
  4608. package/route53/healthCheck.d.ts +0 -4
  4609. package/route53/healthCheck.js.map +1 -1
  4610. package/route53/index.d.ts +1 -2
  4611. package/route53/index.js +0 -1
  4612. package/route53/index.js.map +1 -1
  4613. package/route53/profilesAssociation.d.ts +12 -4
  4614. package/route53/profilesAssociation.js +2 -0
  4615. package/route53/profilesAssociation.js.map +1 -1
  4616. package/route53/profilesProfile.d.ts +12 -4
  4617. package/route53/profilesProfile.js +2 -0
  4618. package/route53/profilesProfile.js.map +1 -1
  4619. package/route53/profilesResourceAssociation.d.ts +13 -1
  4620. package/route53/profilesResourceAssociation.js +2 -0
  4621. package/route53/profilesResourceAssociation.js.map +1 -1
  4622. package/route53/resolverConfig.d.ts +12 -0
  4623. package/route53/resolverConfig.js +2 -0
  4624. package/route53/resolverConfig.js.map +1 -1
  4625. package/route53/resolverDnsSecConfig.d.ts +12 -0
  4626. package/route53/resolverDnsSecConfig.js +2 -0
  4627. package/route53/resolverDnsSecConfig.js.map +1 -1
  4628. package/route53/resolverEndpoint.d.ts +12 -4
  4629. package/route53/resolverEndpoint.js +2 -0
  4630. package/route53/resolverEndpoint.js.map +1 -1
  4631. package/route53/resolverFirewallConfig.d.ts +12 -0
  4632. package/route53/resolverFirewallConfig.js +2 -0
  4633. package/route53/resolverFirewallConfig.js.map +1 -1
  4634. package/route53/resolverFirewallDomainList.d.ts +12 -4
  4635. package/route53/resolverFirewallDomainList.js +2 -0
  4636. package/route53/resolverFirewallDomainList.js.map +1 -1
  4637. package/route53/resolverFirewallRule.d.ts +12 -0
  4638. package/route53/resolverFirewallRule.js +2 -0
  4639. package/route53/resolverFirewallRule.js.map +1 -1
  4640. package/route53/resolverFirewallRuleGroup.d.ts +12 -4
  4641. package/route53/resolverFirewallRuleGroup.js +2 -0
  4642. package/route53/resolverFirewallRuleGroup.js.map +1 -1
  4643. package/route53/resolverFirewallRuleGroupAssociation.d.ts +12 -4
  4644. package/route53/resolverFirewallRuleGroupAssociation.js +2 -0
  4645. package/route53/resolverFirewallRuleGroupAssociation.js.map +1 -1
  4646. package/route53/resolverQueryLogConfig.d.ts +12 -4
  4647. package/route53/resolverQueryLogConfig.js +2 -0
  4648. package/route53/resolverQueryLogConfig.js.map +1 -1
  4649. package/route53/resolverQueryLogConfigAssociation.d.ts +12 -0
  4650. package/route53/resolverQueryLogConfigAssociation.js +2 -0
  4651. package/route53/resolverQueryLogConfigAssociation.js.map +1 -1
  4652. package/route53/resolverRule.d.ts +12 -4
  4653. package/route53/resolverRule.js +2 -0
  4654. package/route53/resolverRule.js.map +1 -1
  4655. package/route53/resolverRuleAssociation.d.ts +12 -0
  4656. package/route53/resolverRuleAssociation.js +2 -0
  4657. package/route53/resolverRuleAssociation.js.map +1 -1
  4658. package/route53/zone.d.ts +0 -4
  4659. package/route53/zone.js.map +1 -1
  4660. package/route53domains/domain.d.ts +0 -4
  4661. package/route53domains/domain.js.map +1 -1
  4662. package/route53domains/registeredDomain.d.ts +0 -4
  4663. package/route53domains/registeredDomain.js.map +1 -1
  4664. package/route53recoveryreadiness/cell.d.ts +0 -4
  4665. package/route53recoveryreadiness/cell.js.map +1 -1
  4666. package/route53recoveryreadiness/readinessCheck.d.ts +0 -4
  4667. package/route53recoveryreadiness/readinessCheck.js.map +1 -1
  4668. package/route53recoveryreadiness/recoveryGroup.d.ts +0 -4
  4669. package/route53recoveryreadiness/recoveryGroup.js.map +1 -1
  4670. package/route53recoveryreadiness/resourceSet.d.ts +0 -4
  4671. package/route53recoveryreadiness/resourceSet.js.map +1 -1
  4672. package/rum/appMonitor.d.ts +12 -4
  4673. package/rum/appMonitor.js +2 -0
  4674. package/rum/appMonitor.js.map +1 -1
  4675. package/rum/metricsDestination.d.ts +12 -0
  4676. package/rum/metricsDestination.js +2 -0
  4677. package/rum/metricsDestination.js.map +1 -1
  4678. package/s3/accessPoint.d.ts +13 -1
  4679. package/s3/accessPoint.js +3 -1
  4680. package/s3/accessPoint.js.map +1 -1
  4681. package/s3/analyticsConfiguration.d.ts +15 -3
  4682. package/s3/analyticsConfiguration.js +5 -3
  4683. package/s3/analyticsConfiguration.js.map +1 -1
  4684. package/s3/bucket.d.ts +239 -426
  4685. package/s3/bucket.js +19 -325
  4686. package/s3/bucket.js.map +1 -1
  4687. package/s3/bucketAccelerateConfiguration.d.ts +119 -0
  4688. package/s3/bucketAccelerateConfiguration.js +98 -0
  4689. package/s3/bucketAccelerateConfiguration.js.map +1 -0
  4690. package/s3/bucketAccelerateConfigurationV2.d.ts +17 -2
  4691. package/s3/bucketAccelerateConfigurationV2.js +11 -2
  4692. package/s3/bucketAccelerateConfigurationV2.js.map +1 -1
  4693. package/s3/bucketAcl.d.ts +238 -0
  4694. package/s3/bucketAcl.js +202 -0
  4695. package/s3/bucketAcl.js.map +1 -0
  4696. package/s3/bucketAclV2.d.ts +21 -6
  4697. package/s3/bucketAclV2.js +15 -6
  4698. package/s3/bucketAclV2.js.map +1 -1
  4699. package/s3/bucketCorsConfiguration.d.ts +138 -0
  4700. package/s3/bucketCorsConfiguration.js +115 -0
  4701. package/s3/bucketCorsConfiguration.js.map +1 -0
  4702. package/s3/bucketCorsConfigurationV2.d.ts +18 -3
  4703. package/s3/bucketCorsConfigurationV2.js +12 -3
  4704. package/s3/bucketCorsConfigurationV2.js.map +1 -1
  4705. package/s3/bucketIntelligentTieringConfiguration.d.ts +14 -2
  4706. package/s3/bucketIntelligentTieringConfiguration.js +4 -2
  4707. package/s3/bucketIntelligentTieringConfiguration.js.map +1 -1
  4708. package/s3/bucketLifecycleConfiguration.d.ts +434 -0
  4709. package/s3/bucketLifecycleConfiguration.js +397 -0
  4710. package/s3/bucketLifecycleConfiguration.js.map +1 -0
  4711. package/s3/bucketLifecycleConfigurationV2.d.ts +33 -18
  4712. package/s3/bucketLifecycleConfigurationV2.js +27 -18
  4713. package/s3/bucketLifecycleConfigurationV2.js.map +1 -1
  4714. package/s3/bucketLogging.d.ts +171 -0
  4715. package/s3/bucketLogging.js +121 -0
  4716. package/s3/bucketLogging.js.map +1 -0
  4717. package/s3/bucketLoggingV2.d.ts +20 -5
  4718. package/s3/bucketLoggingV2.js +14 -5
  4719. package/s3/bucketLoggingV2.js.map +1 -1
  4720. package/s3/bucketMetric.d.ts +15 -3
  4721. package/s3/bucketMetric.js +5 -3
  4722. package/s3/bucketMetric.js.map +1 -1
  4723. package/s3/bucketNotification.d.ts +18 -6
  4724. package/s3/bucketNotification.js +8 -6
  4725. package/s3/bucketNotification.js.map +1 -1
  4726. package/s3/bucketObject.d.ts +22 -14
  4727. package/s3/bucketObject.js +12 -10
  4728. package/s3/bucketObject.js.map +1 -1
  4729. package/s3/bucketObjectLockConfiguration.d.ts +161 -0
  4730. package/s3/bucketObjectLockConfiguration.js +114 -0
  4731. package/s3/bucketObjectLockConfiguration.js.map +1 -0
  4732. package/s3/bucketObjectLockConfigurationV2.d.ts +21 -6
  4733. package/s3/bucketObjectLockConfigurationV2.js +12 -3
  4734. package/s3/bucketObjectLockConfigurationV2.js.map +1 -1
  4735. package/s3/bucketObjectv2.d.ts +23 -15
  4736. package/s3/bucketObjectv2.js +13 -11
  4737. package/s3/bucketObjectv2.js.map +1 -1
  4738. package/s3/bucketOwnershipControls.d.ts +13 -1
  4739. package/s3/bucketOwnershipControls.js +3 -1
  4740. package/s3/bucketOwnershipControls.js.map +1 -1
  4741. package/s3/bucketPolicy.d.ts +18 -4
  4742. package/s3/bucketPolicy.js +5 -1
  4743. package/s3/bucketPolicy.js.map +1 -1
  4744. package/s3/bucketPublicAccessBlock.d.ts +13 -1
  4745. package/s3/bucketPublicAccessBlock.js +3 -1
  4746. package/s3/bucketPublicAccessBlock.js.map +1 -1
  4747. package/s3/bucketReplicationConfig.d.ts +12 -160
  4748. package/s3/bucketReplicationConfig.js +2 -160
  4749. package/s3/bucketReplicationConfig.js.map +1 -1
  4750. package/s3/bucketRequestPaymentConfiguration.d.ts +120 -0
  4751. package/s3/bucketRequestPaymentConfiguration.js +99 -0
  4752. package/s3/bucketRequestPaymentConfiguration.js.map +1 -0
  4753. package/s3/bucketRequestPaymentConfigurationV2.d.ts +17 -2
  4754. package/s3/bucketRequestPaymentConfigurationV2.js +11 -2
  4755. package/s3/bucketRequestPaymentConfigurationV2.js.map +1 -1
  4756. package/s3/bucketServerSideEncryptionConfiguration.d.ts +130 -0
  4757. package/s3/bucketServerSideEncryptionConfiguration.js +107 -0
  4758. package/s3/bucketServerSideEncryptionConfiguration.js.map +1 -0
  4759. package/s3/bucketServerSideEncryptionConfigurationV2.d.ts +18 -3
  4760. package/s3/bucketServerSideEncryptionConfigurationV2.js +12 -3
  4761. package/s3/bucketServerSideEncryptionConfigurationV2.js.map +1 -1
  4762. package/s3/bucketV2.d.ts +99 -82
  4763. package/s3/bucketV2.js +11 -6
  4764. package/s3/bucketV2.js.map +1 -1
  4765. package/s3/bucketVersioning.d.ts +192 -0
  4766. package/s3/bucketVersioning.js +159 -0
  4767. package/s3/bucketVersioning.js.map +1 -0
  4768. package/s3/bucketVersioningV2.d.ts +25 -10
  4769. package/s3/bucketVersioningV2.js +19 -10
  4770. package/s3/bucketVersioningV2.js.map +1 -1
  4771. package/s3/bucketWebsiteConfiguration.d.ts +228 -0
  4772. package/s3/bucketWebsiteConfiguration.js +147 -0
  4773. package/s3/bucketWebsiteConfiguration.js.map +1 -0
  4774. package/s3/bucketWebsiteConfigurationV2.d.ts +17 -2
  4775. package/s3/bucketWebsiteConfigurationV2.js +11 -2
  4776. package/s3/bucketWebsiteConfigurationV2.js.map +1 -1
  4777. package/s3/directoryBucket.d.ts +45 -3
  4778. package/s3/directoryBucket.js +6 -0
  4779. package/s3/directoryBucket.js.map +1 -1
  4780. package/s3/getBucket.d.ts +12 -3
  4781. package/s3/getBucket.js +2 -0
  4782. package/s3/getBucket.js.map +1 -1
  4783. package/s3/getBucketObject.d.ts +9 -0
  4784. package/s3/getBucketObject.js +2 -0
  4785. package/s3/getBucketObject.js.map +1 -1
  4786. package/s3/getBucketObjects.d.ts +9 -0
  4787. package/s3/getBucketObjects.js +2 -0
  4788. package/s3/getBucketObjects.js.map +1 -1
  4789. package/s3/getBucketPolicy.d.ts +9 -0
  4790. package/s3/getBucketPolicy.js +2 -0
  4791. package/s3/getBucketPolicy.js.map +1 -1
  4792. package/s3/getDirectoryBuckets.d.ts +21 -2
  4793. package/s3/getDirectoryBuckets.js +10 -4
  4794. package/s3/getDirectoryBuckets.js.map +1 -1
  4795. package/s3/getObject.d.ts +9 -0
  4796. package/s3/getObject.js +2 -0
  4797. package/s3/getObject.js.map +1 -1
  4798. package/s3/getObjects.d.ts +9 -0
  4799. package/s3/getObjects.js +2 -0
  4800. package/s3/getObjects.js.map +1 -1
  4801. package/s3/index.d.ts +31 -2
  4802. package/s3/index.js +52 -2
  4803. package/s3/index.js.map +1 -1
  4804. package/s3/inventory.d.ts +16 -4
  4805. package/s3/inventory.js +6 -4
  4806. package/s3/inventory.js.map +1 -1
  4807. package/s3/objectCopy.d.ts +12 -4
  4808. package/s3/objectCopy.js +2 -0
  4809. package/s3/objectCopy.js.map +1 -1
  4810. package/s3/s3Mixins.js +1 -1
  4811. package/s3/s3Mixins.js.map +1 -1
  4812. package/s3control/accessGrant.d.ts +12 -4
  4813. package/s3control/accessGrant.js +2 -0
  4814. package/s3control/accessGrant.js.map +1 -1
  4815. package/s3control/accessGrantsInstance.d.ts +12 -4
  4816. package/s3control/accessGrantsInstance.js +2 -0
  4817. package/s3control/accessGrantsInstance.js.map +1 -1
  4818. package/s3control/accessGrantsInstanceResourcePolicy.d.ts +12 -0
  4819. package/s3control/accessGrantsInstanceResourcePolicy.js +2 -0
  4820. package/s3control/accessGrantsInstanceResourcePolicy.js.map +1 -1
  4821. package/s3control/accessGrantsLocation.d.ts +12 -4
  4822. package/s3control/accessGrantsLocation.js +2 -0
  4823. package/s3control/accessGrantsLocation.js.map +1 -1
  4824. package/s3control/accessPointPolicy.d.ts +13 -1
  4825. package/s3control/accessPointPolicy.js +3 -1
  4826. package/s3control/accessPointPolicy.js.map +1 -1
  4827. package/s3control/bucket.d.ts +13 -5
  4828. package/s3control/bucket.js +3 -1
  4829. package/s3control/bucket.js.map +1 -1
  4830. package/s3control/bucketLifecycleConfiguration.d.ts +13 -1
  4831. package/s3control/bucketLifecycleConfiguration.js +3 -1
  4832. package/s3control/bucketLifecycleConfiguration.js.map +1 -1
  4833. package/s3control/bucketPolicy.d.ts +12 -0
  4834. package/s3control/bucketPolicy.js +2 -0
  4835. package/s3control/bucketPolicy.js.map +1 -1
  4836. package/s3control/directoryBucketAccessPointScope.d.ts +12 -0
  4837. package/s3control/directoryBucketAccessPointScope.js +2 -0
  4838. package/s3control/directoryBucketAccessPointScope.js.map +1 -1
  4839. package/s3control/getMultiRegionAccessPoint.d.ts +12 -0
  4840. package/s3control/getMultiRegionAccessPoint.js +2 -0
  4841. package/s3control/getMultiRegionAccessPoint.js.map +1 -1
  4842. package/s3control/multiRegionAccessPoint.d.ts +14 -2
  4843. package/s3control/multiRegionAccessPoint.js +4 -2
  4844. package/s3control/multiRegionAccessPoint.js.map +1 -1
  4845. package/s3control/multiRegionAccessPointPolicy.d.ts +12 -0
  4846. package/s3control/multiRegionAccessPointPolicy.js +2 -0
  4847. package/s3control/multiRegionAccessPointPolicy.js.map +1 -1
  4848. package/s3control/objectLambdaAccessPoint.d.ts +13 -1
  4849. package/s3control/objectLambdaAccessPoint.js +3 -1
  4850. package/s3control/objectLambdaAccessPoint.js.map +1 -1
  4851. package/s3control/objectLambdaAccessPointPolicy.d.ts +13 -1
  4852. package/s3control/objectLambdaAccessPointPolicy.js +3 -1
  4853. package/s3control/objectLambdaAccessPointPolicy.js.map +1 -1
  4854. package/s3control/storageLensConfiguration.d.ts +12 -4
  4855. package/s3control/storageLensConfiguration.js +2 -0
  4856. package/s3control/storageLensConfiguration.js.map +1 -1
  4857. package/s3outposts/endpoint.d.ts +12 -0
  4858. package/s3outposts/endpoint.js +2 -0
  4859. package/s3outposts/endpoint.js.map +1 -1
  4860. package/s3tables/namespace.d.ts +12 -0
  4861. package/s3tables/namespace.js +2 -0
  4862. package/s3tables/namespace.js.map +1 -1
  4863. package/s3tables/table.d.ts +74 -0
  4864. package/s3tables/table.js +51 -0
  4865. package/s3tables/table.js.map +1 -1
  4866. package/s3tables/tableBucket.d.ts +12 -0
  4867. package/s3tables/tableBucket.js +2 -0
  4868. package/s3tables/tableBucket.js.map +1 -1
  4869. package/s3tables/tableBucketPolicy.d.ts +12 -0
  4870. package/s3tables/tableBucketPolicy.js +2 -0
  4871. package/s3tables/tableBucketPolicy.js.map +1 -1
  4872. package/s3tables/tablePolicy.d.ts +12 -0
  4873. package/s3tables/tablePolicy.js +2 -0
  4874. package/s3tables/tablePolicy.js.map +1 -1
  4875. package/sagemaker/app.d.ts +12 -4
  4876. package/sagemaker/app.js +2 -0
  4877. package/sagemaker/app.js.map +1 -1
  4878. package/sagemaker/appImageConfig.d.ts +69 -10
  4879. package/sagemaker/appImageConfig.js +47 -0
  4880. package/sagemaker/appImageConfig.js.map +1 -1
  4881. package/sagemaker/codeRepository.d.ts +12 -4
  4882. package/sagemaker/codeRepository.js +2 -0
  4883. package/sagemaker/codeRepository.js.map +1 -1
  4884. package/sagemaker/dataQualityJobDefinition.d.ts +12 -4
  4885. package/sagemaker/dataQualityJobDefinition.js +2 -0
  4886. package/sagemaker/dataQualityJobDefinition.js.map +1 -1
  4887. package/sagemaker/device.d.ts +12 -0
  4888. package/sagemaker/device.js +2 -0
  4889. package/sagemaker/device.js.map +1 -1
  4890. package/sagemaker/deviceFleet.d.ts +12 -4
  4891. package/sagemaker/deviceFleet.js +2 -0
  4892. package/sagemaker/deviceFleet.js.map +1 -1
  4893. package/sagemaker/domain.d.ts +51 -4
  4894. package/sagemaker/domain.js +41 -0
  4895. package/sagemaker/domain.js.map +1 -1
  4896. package/sagemaker/endpoint.d.ts +12 -4
  4897. package/sagemaker/endpoint.js +2 -0
  4898. package/sagemaker/endpoint.js.map +1 -1
  4899. package/sagemaker/endpointConfiguration.d.ts +12 -4
  4900. package/sagemaker/endpointConfiguration.js +2 -0
  4901. package/sagemaker/endpointConfiguration.js.map +1 -1
  4902. package/sagemaker/featureGroup.d.ts +12 -4
  4903. package/sagemaker/featureGroup.js +2 -0
  4904. package/sagemaker/featureGroup.js.map +1 -1
  4905. package/sagemaker/flowDefinition.d.ts +13 -5
  4906. package/sagemaker/flowDefinition.js +3 -1
  4907. package/sagemaker/flowDefinition.js.map +1 -1
  4908. package/sagemaker/getPrebuiltEcrImage.d.ts +3 -3
  4909. package/sagemaker/hub.d.ts +12 -4
  4910. package/sagemaker/hub.js +2 -0
  4911. package/sagemaker/hub.js.map +1 -1
  4912. package/sagemaker/humanTaskUI.d.ts +12 -4
  4913. package/sagemaker/humanTaskUI.js +2 -0
  4914. package/sagemaker/humanTaskUI.js.map +1 -1
  4915. package/sagemaker/image.d.ts +12 -4
  4916. package/sagemaker/image.js +2 -0
  4917. package/sagemaker/image.js.map +1 -1
  4918. package/sagemaker/imageVersion.d.ts +42 -2
  4919. package/sagemaker/imageVersion.js +22 -2
  4920. package/sagemaker/imageVersion.js.map +1 -1
  4921. package/sagemaker/mlflowTrackingServer.d.ts +12 -4
  4922. package/sagemaker/mlflowTrackingServer.js +2 -0
  4923. package/sagemaker/mlflowTrackingServer.js.map +1 -1
  4924. package/sagemaker/model.d.ts +12 -4
  4925. package/sagemaker/model.js +2 -0
  4926. package/sagemaker/model.js.map +1 -1
  4927. package/sagemaker/modelPackageGroup.d.ts +12 -4
  4928. package/sagemaker/modelPackageGroup.js +2 -0
  4929. package/sagemaker/modelPackageGroup.js.map +1 -1
  4930. package/sagemaker/modelPackageGroupPolicy.d.ts +12 -0
  4931. package/sagemaker/modelPackageGroupPolicy.js +2 -0
  4932. package/sagemaker/modelPackageGroupPolicy.js.map +1 -1
  4933. package/sagemaker/monitoringSchedule.d.ts +12 -4
  4934. package/sagemaker/monitoringSchedule.js +2 -0
  4935. package/sagemaker/monitoringSchedule.js.map +1 -1
  4936. package/sagemaker/notebookInstance.d.ts +12 -22
  4937. package/sagemaker/notebookInstance.js +2 -2
  4938. package/sagemaker/notebookInstance.js.map +1 -1
  4939. package/sagemaker/notebookInstanceLifecycleConfiguration.d.ts +12 -4
  4940. package/sagemaker/notebookInstanceLifecycleConfiguration.js +2 -0
  4941. package/sagemaker/notebookInstanceLifecycleConfiguration.js.map +1 -1
  4942. package/sagemaker/pipeline.d.ts +12 -4
  4943. package/sagemaker/pipeline.js +2 -0
  4944. package/sagemaker/pipeline.js.map +1 -1
  4945. package/sagemaker/project.d.ts +12 -4
  4946. package/sagemaker/project.js +2 -0
  4947. package/sagemaker/project.js.map +1 -1
  4948. package/sagemaker/servicecatalogPortfolioStatus.d.ts +12 -0
  4949. package/sagemaker/servicecatalogPortfolioStatus.js +2 -0
  4950. package/sagemaker/servicecatalogPortfolioStatus.js.map +1 -1
  4951. package/sagemaker/space.d.ts +12 -4
  4952. package/sagemaker/space.js +2 -0
  4953. package/sagemaker/space.js.map +1 -1
  4954. package/sagemaker/studioLifecycleConfig.d.ts +12 -4
  4955. package/sagemaker/studioLifecycleConfig.js +2 -0
  4956. package/sagemaker/studioLifecycleConfig.js.map +1 -1
  4957. package/sagemaker/userProfile.d.ts +12 -4
  4958. package/sagemaker/userProfile.js +2 -0
  4959. package/sagemaker/userProfile.js.map +1 -1
  4960. package/sagemaker/workforce.d.ts +12 -0
  4961. package/sagemaker/workforce.js +2 -0
  4962. package/sagemaker/workforce.js.map +1 -1
  4963. package/sagemaker/workteam.d.ts +12 -4
  4964. package/sagemaker/workteam.js +2 -0
  4965. package/sagemaker/workteam.js.map +1 -1
  4966. package/scheduler/schedule.d.ts +12 -0
  4967. package/scheduler/schedule.js +2 -0
  4968. package/scheduler/schedule.js.map +1 -1
  4969. package/scheduler/scheduleGroup.d.ts +12 -4
  4970. package/scheduler/scheduleGroup.js +2 -0
  4971. package/scheduler/scheduleGroup.js.map +1 -1
  4972. package/schemas/discoverer.d.ts +12 -4
  4973. package/schemas/discoverer.js +2 -0
  4974. package/schemas/discoverer.js.map +1 -1
  4975. package/schemas/registry.d.ts +12 -4
  4976. package/schemas/registry.js +2 -0
  4977. package/schemas/registry.js.map +1 -1
  4978. package/schemas/registryPolicy.d.ts +12 -0
  4979. package/schemas/registryPolicy.js +2 -0
  4980. package/schemas/registryPolicy.js.map +1 -1
  4981. package/schemas/schema.d.ts +12 -4
  4982. package/schemas/schema.js +2 -0
  4983. package/schemas/schema.js.map +1 -1
  4984. package/secretsmanager/getRandomPassword.d.ts +9 -0
  4985. package/secretsmanager/getRandomPassword.js +2 -0
  4986. package/secretsmanager/getRandomPassword.js.map +1 -1
  4987. package/secretsmanager/getSecret.d.ts +9 -0
  4988. package/secretsmanager/getSecret.js +2 -0
  4989. package/secretsmanager/getSecret.js.map +1 -1
  4990. package/secretsmanager/getSecretRotation.d.ts +9 -0
  4991. package/secretsmanager/getSecretRotation.js +2 -0
  4992. package/secretsmanager/getSecretRotation.js.map +1 -1
  4993. package/secretsmanager/getSecretVersion.d.ts +9 -0
  4994. package/secretsmanager/getSecretVersion.js +2 -0
  4995. package/secretsmanager/getSecretVersion.js.map +1 -1
  4996. package/secretsmanager/getSecretVersions.d.ts +9 -0
  4997. package/secretsmanager/getSecretVersions.js +2 -0
  4998. package/secretsmanager/getSecretVersions.js.map +1 -1
  4999. package/secretsmanager/getSecrets.d.ts +9 -0
  5000. package/secretsmanager/getSecrets.js +2 -0
  5001. package/secretsmanager/getSecrets.js.map +1 -1
  5002. package/secretsmanager/secret.d.ts +12 -4
  5003. package/secretsmanager/secret.js +2 -0
  5004. package/secretsmanager/secret.js.map +1 -1
  5005. package/secretsmanager/secretPolicy.d.ts +12 -0
  5006. package/secretsmanager/secretPolicy.js +2 -0
  5007. package/secretsmanager/secretPolicy.js.map +1 -1
  5008. package/secretsmanager/secretRotation.d.ts +12 -0
  5009. package/secretsmanager/secretRotation.js +2 -0
  5010. package/secretsmanager/secretRotation.js.map +1 -1
  5011. package/secretsmanager/secretVersion.d.ts +12 -0
  5012. package/secretsmanager/secretVersion.js +2 -0
  5013. package/secretsmanager/secretVersion.js.map +1 -1
  5014. package/securityhub/account.d.ts +12 -0
  5015. package/securityhub/account.js +2 -0
  5016. package/securityhub/account.js.map +1 -1
  5017. package/securityhub/actionTarget.d.ts +12 -0
  5018. package/securityhub/actionTarget.js +2 -0
  5019. package/securityhub/actionTarget.js.map +1 -1
  5020. package/securityhub/automationRule.d.ts +12 -6
  5021. package/securityhub/automationRule.js +2 -0
  5022. package/securityhub/automationRule.js.map +1 -1
  5023. package/securityhub/configurationPolicy.d.ts +12 -0
  5024. package/securityhub/configurationPolicy.js +2 -0
  5025. package/securityhub/configurationPolicy.js.map +1 -1
  5026. package/securityhub/configurationPolicyAssociation.d.ts +12 -0
  5027. package/securityhub/configurationPolicyAssociation.js +2 -0
  5028. package/securityhub/configurationPolicyAssociation.js.map +1 -1
  5029. package/securityhub/findingAggregator.d.ts +12 -0
  5030. package/securityhub/findingAggregator.js +2 -0
  5031. package/securityhub/findingAggregator.js.map +1 -1
  5032. package/securityhub/getStandardsControlAssociations.d.ts +9 -0
  5033. package/securityhub/getStandardsControlAssociations.js +2 -0
  5034. package/securityhub/getStandardsControlAssociations.js.map +1 -1
  5035. package/securityhub/insight.d.ts +12 -0
  5036. package/securityhub/insight.js +2 -0
  5037. package/securityhub/insight.js.map +1 -1
  5038. package/securityhub/inviteAccepter.d.ts +12 -0
  5039. package/securityhub/inviteAccepter.js +2 -0
  5040. package/securityhub/inviteAccepter.js.map +1 -1
  5041. package/securityhub/member.d.ts +12 -0
  5042. package/securityhub/member.js +2 -0
  5043. package/securityhub/member.js.map +1 -1
  5044. package/securityhub/organizationAdminAccount.d.ts +12 -0
  5045. package/securityhub/organizationAdminAccount.js +2 -0
  5046. package/securityhub/organizationAdminAccount.js.map +1 -1
  5047. package/securityhub/organizationConfiguration.d.ts +12 -0
  5048. package/securityhub/organizationConfiguration.js +2 -0
  5049. package/securityhub/organizationConfiguration.js.map +1 -1
  5050. package/securityhub/productSubscription.d.ts +13 -1
  5051. package/securityhub/productSubscription.js +3 -1
  5052. package/securityhub/productSubscription.js.map +1 -1
  5053. package/securityhub/standardsControl.d.ts +12 -0
  5054. package/securityhub/standardsControl.js +2 -0
  5055. package/securityhub/standardsControl.js.map +1 -1
  5056. package/securityhub/standardsControlAssociation.d.ts +12 -0
  5057. package/securityhub/standardsControlAssociation.js +2 -0
  5058. package/securityhub/standardsControlAssociation.js.map +1 -1
  5059. package/securityhub/standardsSubscription.d.ts +13 -1
  5060. package/securityhub/standardsSubscription.js +3 -1
  5061. package/securityhub/standardsSubscription.js.map +1 -1
  5062. package/securitylake/awsLogSource.d.ts +12 -0
  5063. package/securitylake/awsLogSource.js +2 -0
  5064. package/securitylake/awsLogSource.js.map +1 -1
  5065. package/securitylake/customLogSource.d.ts +12 -0
  5066. package/securitylake/customLogSource.js +2 -0
  5067. package/securitylake/customLogSource.js.map +1 -1
  5068. package/securitylake/dataLake.d.ts +12 -4
  5069. package/securitylake/dataLake.js +2 -0
  5070. package/securitylake/dataLake.js.map +1 -1
  5071. package/securitylake/subscriber.d.ts +17 -9
  5072. package/securitylake/subscriber.js +6 -4
  5073. package/securitylake/subscriber.js.map +1 -1
  5074. package/securitylake/subscriberNotification.d.ts +12 -0
  5075. package/securitylake/subscriberNotification.js +2 -0
  5076. package/securitylake/subscriberNotification.js.map +1 -1
  5077. package/serverlessrepository/cloudFormationStack.d.ts +13 -5
  5078. package/serverlessrepository/cloudFormationStack.js +3 -1
  5079. package/serverlessrepository/cloudFormationStack.js.map +1 -1
  5080. package/serverlessrepository/getApplication.d.ts +9 -0
  5081. package/serverlessrepository/getApplication.js +2 -0
  5082. package/serverlessrepository/getApplication.js.map +1 -1
  5083. package/servicecatalog/appregistryApplication.d.ts +13 -5
  5084. package/servicecatalog/appregistryApplication.js +3 -1
  5085. package/servicecatalog/appregistryApplication.js.map +1 -1
  5086. package/servicecatalog/appregistryAttributeGroup.d.ts +12 -4
  5087. package/servicecatalog/appregistryAttributeGroup.js +2 -0
  5088. package/servicecatalog/appregistryAttributeGroup.js.map +1 -1
  5089. package/servicecatalog/appregistryAttributeGroupAssociation.d.ts +12 -0
  5090. package/servicecatalog/appregistryAttributeGroupAssociation.js +2 -0
  5091. package/servicecatalog/appregistryAttributeGroupAssociation.js.map +1 -1
  5092. package/servicecatalog/budgetResourceAssociation.d.ts +12 -0
  5093. package/servicecatalog/budgetResourceAssociation.js +2 -0
  5094. package/servicecatalog/budgetResourceAssociation.js.map +1 -1
  5095. package/servicecatalog/constraint.d.ts +12 -0
  5096. package/servicecatalog/constraint.js +2 -0
  5097. package/servicecatalog/constraint.js.map +1 -1
  5098. package/servicecatalog/getAppregistryApplication.d.ts +9 -0
  5099. package/servicecatalog/getAppregistryApplication.js +2 -0
  5100. package/servicecatalog/getAppregistryApplication.js.map +1 -1
  5101. package/servicecatalog/getAppregistryAttributeGroup.d.ts +11 -0
  5102. package/servicecatalog/getAppregistryAttributeGroup.js +2 -0
  5103. package/servicecatalog/getAppregistryAttributeGroup.js.map +1 -1
  5104. package/servicecatalog/getAppregistryAttributeGroupAssociations.d.ts +11 -4
  5105. package/servicecatalog/getAppregistryAttributeGroupAssociations.js +2 -0
  5106. package/servicecatalog/getAppregistryAttributeGroupAssociations.js.map +1 -1
  5107. package/servicecatalog/getConstraint.d.ts +9 -0
  5108. package/servicecatalog/getConstraint.js +2 -0
  5109. package/servicecatalog/getConstraint.js.map +1 -1
  5110. package/servicecatalog/getLaunchPaths.d.ts +9 -0
  5111. package/servicecatalog/getLaunchPaths.js +2 -0
  5112. package/servicecatalog/getLaunchPaths.js.map +1 -1
  5113. package/servicecatalog/getPortfolio.d.ts +9 -0
  5114. package/servicecatalog/getPortfolio.js +2 -0
  5115. package/servicecatalog/getPortfolio.js.map +1 -1
  5116. package/servicecatalog/getPortfolioConstraints.d.ts +9 -0
  5117. package/servicecatalog/getPortfolioConstraints.js +2 -0
  5118. package/servicecatalog/getPortfolioConstraints.js.map +1 -1
  5119. package/servicecatalog/getProduct.d.ts +9 -0
  5120. package/servicecatalog/getProduct.js +2 -0
  5121. package/servicecatalog/getProduct.js.map +1 -1
  5122. package/servicecatalog/getProvisioningArtifacts.d.ts +9 -0
  5123. package/servicecatalog/getProvisioningArtifacts.js +2 -0
  5124. package/servicecatalog/getProvisioningArtifacts.js.map +1 -1
  5125. package/servicecatalog/portfolio.d.ts +12 -4
  5126. package/servicecatalog/portfolio.js +2 -0
  5127. package/servicecatalog/portfolio.js.map +1 -1
  5128. package/servicecatalog/portfolioShare.d.ts +12 -0
  5129. package/servicecatalog/portfolioShare.js +2 -0
  5130. package/servicecatalog/portfolioShare.js.map +1 -1
  5131. package/servicecatalog/principalPortfolioAssociation.d.ts +12 -0
  5132. package/servicecatalog/principalPortfolioAssociation.js +2 -0
  5133. package/servicecatalog/principalPortfolioAssociation.js.map +1 -1
  5134. package/servicecatalog/product.d.ts +12 -4
  5135. package/servicecatalog/product.js +2 -0
  5136. package/servicecatalog/product.js.map +1 -1
  5137. package/servicecatalog/productPortfolioAssociation.d.ts +12 -0
  5138. package/servicecatalog/productPortfolioAssociation.js +2 -0
  5139. package/servicecatalog/productPortfolioAssociation.js.map +1 -1
  5140. package/servicecatalog/provisionedProduct.d.ts +12 -4
  5141. package/servicecatalog/provisionedProduct.js +2 -0
  5142. package/servicecatalog/provisionedProduct.js.map +1 -1
  5143. package/servicecatalog/provisioningArtifact.d.ts +12 -0
  5144. package/servicecatalog/provisioningArtifact.js +2 -0
  5145. package/servicecatalog/provisioningArtifact.js.map +1 -1
  5146. package/servicecatalog/serviceAction.d.ts +12 -0
  5147. package/servicecatalog/serviceAction.js +2 -0
  5148. package/servicecatalog/serviceAction.js.map +1 -1
  5149. package/servicecatalog/tagOption.d.ts +12 -0
  5150. package/servicecatalog/tagOption.js +2 -0
  5151. package/servicecatalog/tagOption.js.map +1 -1
  5152. package/servicecatalog/tagOptionResourceAssociation.d.ts +12 -0
  5153. package/servicecatalog/tagOptionResourceAssociation.js +2 -0
  5154. package/servicecatalog/tagOptionResourceAssociation.js.map +1 -1
  5155. package/servicediscovery/getDnsNamespace.d.ts +9 -0
  5156. package/servicediscovery/getDnsNamespace.js +2 -0
  5157. package/servicediscovery/getDnsNamespace.js.map +1 -1
  5158. package/servicediscovery/getHttpNamespace.d.ts +9 -0
  5159. package/servicediscovery/getHttpNamespace.js +2 -0
  5160. package/servicediscovery/getHttpNamespace.js.map +1 -1
  5161. package/servicediscovery/getService.d.ts +9 -24
  5162. package/servicediscovery/getService.js +2 -2
  5163. package/servicediscovery/getService.js.map +1 -1
  5164. package/servicediscovery/httpNamespace.d.ts +12 -4
  5165. package/servicediscovery/httpNamespace.js +2 -0
  5166. package/servicediscovery/httpNamespace.js.map +1 -1
  5167. package/servicediscovery/instance.d.ts +12 -0
  5168. package/servicediscovery/instance.js +2 -0
  5169. package/servicediscovery/instance.js.map +1 -1
  5170. package/servicediscovery/privateDnsNamespace.d.ts +12 -4
  5171. package/servicediscovery/privateDnsNamespace.js +2 -0
  5172. package/servicediscovery/privateDnsNamespace.js.map +1 -1
  5173. package/servicediscovery/publicDnsNamespace.d.ts +12 -4
  5174. package/servicediscovery/publicDnsNamespace.js +2 -0
  5175. package/servicediscovery/publicDnsNamespace.js.map +1 -1
  5176. package/servicediscovery/service.d.ts +12 -10
  5177. package/servicediscovery/service.js +2 -0
  5178. package/servicediscovery/service.js.map +1 -1
  5179. package/servicequotas/getService.d.ts +9 -0
  5180. package/servicequotas/getService.js +2 -0
  5181. package/servicequotas/getService.js.map +1 -1
  5182. package/servicequotas/getServiceQuota.d.ts +9 -0
  5183. package/servicequotas/getServiceQuota.js +2 -0
  5184. package/servicequotas/getServiceQuota.js.map +1 -1
  5185. package/servicequotas/getTemplates.d.ts +21 -15
  5186. package/servicequotas/getTemplates.js +8 -6
  5187. package/servicequotas/getTemplates.js.map +1 -1
  5188. package/servicequotas/serviceQuota.d.ts +12 -0
  5189. package/servicequotas/serviceQuota.js +2 -0
  5190. package/servicequotas/serviceQuota.js.map +1 -1
  5191. package/servicequotas/template.d.ts +23 -5
  5192. package/servicequotas/template.js +3 -4
  5193. package/servicequotas/template.js.map +1 -1
  5194. package/servicequotas/templateAssociation.d.ts +12 -0
  5195. package/servicequotas/templateAssociation.js +2 -0
  5196. package/servicequotas/templateAssociation.js.map +1 -1
  5197. package/ses/activeReceiptRuleSet.d.ts +12 -0
  5198. package/ses/activeReceiptRuleSet.js +2 -0
  5199. package/ses/activeReceiptRuleSet.js.map +1 -1
  5200. package/ses/configurationSet.d.ts +12 -0
  5201. package/ses/configurationSet.js +2 -0
  5202. package/ses/configurationSet.js.map +1 -1
  5203. package/ses/domainDkim.d.ts +12 -0
  5204. package/ses/domainDkim.js +2 -0
  5205. package/ses/domainDkim.js.map +1 -1
  5206. package/ses/domainIdentity.d.ts +12 -0
  5207. package/ses/domainIdentity.js +2 -0
  5208. package/ses/domainIdentity.js.map +1 -1
  5209. package/ses/domainIdentityVerification.d.ts +12 -0
  5210. package/ses/domainIdentityVerification.js +2 -0
  5211. package/ses/domainIdentityVerification.js.map +1 -1
  5212. package/ses/emailIdentity.d.ts +12 -0
  5213. package/ses/emailIdentity.js +2 -0
  5214. package/ses/emailIdentity.js.map +1 -1
  5215. package/ses/eventDestination.d.ts +12 -0
  5216. package/ses/eventDestination.js +2 -0
  5217. package/ses/eventDestination.js.map +1 -1
  5218. package/ses/getActiveReceiptRuleSet.d.ts +21 -2
  5219. package/ses/getActiveReceiptRuleSet.js +10 -4
  5220. package/ses/getActiveReceiptRuleSet.js.map +1 -1
  5221. package/ses/getDomainIdentity.d.ts +9 -0
  5222. package/ses/getDomainIdentity.js +2 -0
  5223. package/ses/getDomainIdentity.js.map +1 -1
  5224. package/ses/getEmailIdentity.d.ts +9 -0
  5225. package/ses/getEmailIdentity.js +2 -0
  5226. package/ses/getEmailIdentity.js.map +1 -1
  5227. package/ses/identityNotificationTopic.d.ts +12 -0
  5228. package/ses/identityNotificationTopic.js +2 -0
  5229. package/ses/identityNotificationTopic.js.map +1 -1
  5230. package/ses/identityPolicy.d.ts +12 -0
  5231. package/ses/identityPolicy.js +2 -0
  5232. package/ses/identityPolicy.js.map +1 -1
  5233. package/ses/index.d.ts +1 -1
  5234. package/ses/mailFrom.d.ts +12 -0
  5235. package/ses/mailFrom.js +2 -0
  5236. package/ses/mailFrom.js.map +1 -1
  5237. package/ses/receiptFilter.d.ts +12 -0
  5238. package/ses/receiptFilter.js +2 -0
  5239. package/ses/receiptFilter.js.map +1 -1
  5240. package/ses/receiptRule.d.ts +12 -0
  5241. package/ses/receiptRule.js +2 -0
  5242. package/ses/receiptRule.js.map +1 -1
  5243. package/ses/receiptRuleSet.d.ts +12 -0
  5244. package/ses/receiptRuleSet.js +2 -0
  5245. package/ses/receiptRuleSet.js.map +1 -1
  5246. package/ses/template.d.ts +12 -0
  5247. package/ses/template.js +2 -0
  5248. package/ses/template.js.map +1 -1
  5249. package/sesv2/accountSuppressionAttributes.d.ts +12 -0
  5250. package/sesv2/accountSuppressionAttributes.js +2 -0
  5251. package/sesv2/accountSuppressionAttributes.js.map +1 -1
  5252. package/sesv2/accountVdmAttributes.d.ts +12 -0
  5253. package/sesv2/accountVdmAttributes.js +2 -0
  5254. package/sesv2/accountVdmAttributes.js.map +1 -1
  5255. package/sesv2/configurationSet.d.ts +12 -6
  5256. package/sesv2/configurationSet.js +2 -0
  5257. package/sesv2/configurationSet.js.map +1 -1
  5258. package/sesv2/configurationSetEventDestination.d.ts +12 -0
  5259. package/sesv2/configurationSetEventDestination.js +2 -0
  5260. package/sesv2/configurationSetEventDestination.js.map +1 -1
  5261. package/sesv2/contactList.d.ts +12 -6
  5262. package/sesv2/contactList.js +2 -0
  5263. package/sesv2/contactList.js.map +1 -1
  5264. package/sesv2/dedicatedIpAssignment.d.ts +12 -0
  5265. package/sesv2/dedicatedIpAssignment.js +2 -0
  5266. package/sesv2/dedicatedIpAssignment.js.map +1 -1
  5267. package/sesv2/dedicatedIpPool.d.ts +12 -6
  5268. package/sesv2/dedicatedIpPool.js +2 -0
  5269. package/sesv2/dedicatedIpPool.js.map +1 -1
  5270. package/sesv2/emailIdentity.d.ts +12 -4
  5271. package/sesv2/emailIdentity.js +2 -0
  5272. package/sesv2/emailIdentity.js.map +1 -1
  5273. package/sesv2/emailIdentityFeedbackAttributes.d.ts +12 -0
  5274. package/sesv2/emailIdentityFeedbackAttributes.js +2 -0
  5275. package/sesv2/emailIdentityFeedbackAttributes.js.map +1 -1
  5276. package/sesv2/emailIdentityMailFromAttributes.d.ts +12 -0
  5277. package/sesv2/emailIdentityMailFromAttributes.js +2 -0
  5278. package/sesv2/emailIdentityMailFromAttributes.js.map +1 -1
  5279. package/sesv2/emailIdentityPolicy.d.ts +12 -0
  5280. package/sesv2/emailIdentityPolicy.js +2 -0
  5281. package/sesv2/emailIdentityPolicy.js.map +1 -1
  5282. package/sesv2/getConfigurationSet.d.ts +9 -0
  5283. package/sesv2/getConfigurationSet.js +2 -0
  5284. package/sesv2/getConfigurationSet.js.map +1 -1
  5285. package/sesv2/getDedicatedIpPool.d.ts +9 -0
  5286. package/sesv2/getDedicatedIpPool.js +2 -0
  5287. package/sesv2/getDedicatedIpPool.js.map +1 -1
  5288. package/sesv2/getEmailIdentity.d.ts +9 -0
  5289. package/sesv2/getEmailIdentity.js +2 -0
  5290. package/sesv2/getEmailIdentity.js.map +1 -1
  5291. package/sesv2/getEmailIdentityMailFromAttributes.d.ts +9 -0
  5292. package/sesv2/getEmailIdentityMailFromAttributes.js +2 -0
  5293. package/sesv2/getEmailIdentityMailFromAttributes.js.map +1 -1
  5294. package/sfn/activity.d.ts +12 -4
  5295. package/sfn/activity.js +2 -0
  5296. package/sfn/activity.js.map +1 -1
  5297. package/sfn/alias.d.ts +12 -0
  5298. package/sfn/alias.js +2 -0
  5299. package/sfn/alias.js.map +1 -1
  5300. package/sfn/getActivity.d.ts +9 -0
  5301. package/sfn/getActivity.js +2 -0
  5302. package/sfn/getActivity.js.map +1 -1
  5303. package/sfn/getAlias.d.ts +9 -0
  5304. package/sfn/getAlias.js +2 -0
  5305. package/sfn/getAlias.js.map +1 -1
  5306. package/sfn/getStateMachine.d.ts +9 -0
  5307. package/sfn/getStateMachine.js +2 -0
  5308. package/sfn/getStateMachine.js.map +1 -1
  5309. package/sfn/getStateMachineVersions.d.ts +9 -0
  5310. package/sfn/getStateMachineVersions.js +2 -0
  5311. package/sfn/getStateMachineVersions.js.map +1 -1
  5312. package/sfn/stateMachine.d.ts +12 -4
  5313. package/sfn/stateMachine.js +2 -0
  5314. package/sfn/stateMachine.js.map +1 -1
  5315. package/shield/drtAccessLogBucketAssociation.d.ts +1 -1
  5316. package/shield/drtAccessLogBucketAssociation.js +1 -1
  5317. package/shield/protection.d.ts +1 -5
  5318. package/shield/protection.js +1 -1
  5319. package/shield/protection.js.map +1 -1
  5320. package/shield/protectionGroup.d.ts +2 -6
  5321. package/shield/protectionGroup.js +2 -2
  5322. package/shield/protectionGroup.js.map +1 -1
  5323. package/shield/protectionHealthCheckAssociation.d.ts +1 -1
  5324. package/shield/protectionHealthCheckAssociation.js +1 -1
  5325. package/signer/getSigningJob.d.ts +9 -0
  5326. package/signer/getSigningJob.js +2 -0
  5327. package/signer/getSigningJob.js.map +1 -1
  5328. package/signer/getSigningProfile.d.ts +9 -0
  5329. package/signer/getSigningProfile.js +2 -0
  5330. package/signer/getSigningProfile.js.map +1 -1
  5331. package/signer/signingJob.d.ts +12 -0
  5332. package/signer/signingJob.js +2 -0
  5333. package/signer/signingJob.js.map +1 -1
  5334. package/signer/signingProfile.d.ts +12 -4
  5335. package/signer/signingProfile.js +2 -0
  5336. package/signer/signingProfile.js.map +1 -1
  5337. package/signer/signingProfilePermission.d.ts +12 -0
  5338. package/signer/signingProfilePermission.js +2 -0
  5339. package/signer/signingProfilePermission.js.map +1 -1
  5340. package/sns/dataProtectionPolicy.d.ts +12 -0
  5341. package/sns/dataProtectionPolicy.js +2 -0
  5342. package/sns/dataProtectionPolicy.js.map +1 -1
  5343. package/sns/getTopic.d.ts +9 -0
  5344. package/sns/getTopic.js +2 -0
  5345. package/sns/getTopic.js.map +1 -1
  5346. package/sns/platformApplication.d.ts +12 -0
  5347. package/sns/platformApplication.js +2 -0
  5348. package/sns/platformApplication.js.map +1 -1
  5349. package/sns/smsPreferences.d.ts +12 -0
  5350. package/sns/smsPreferences.js +2 -0
  5351. package/sns/smsPreferences.js.map +1 -1
  5352. package/sns/snsMixins.js +2 -2
  5353. package/sns/snsMixins.js.map +1 -1
  5354. package/sns/topic.d.ts +14 -7
  5355. package/sns/topic.js +2 -0
  5356. package/sns/topic.js.map +1 -1
  5357. package/sns/topicPolicy.d.ts +15 -3
  5358. package/sns/topicPolicy.js +2 -0
  5359. package/sns/topicPolicy.js.map +1 -1
  5360. package/sns/topicSubscription.d.ts +15 -3
  5361. package/sns/topicSubscription.js +5 -3
  5362. package/sns/topicSubscription.js.map +1 -1
  5363. package/sqs/getQueue.d.ts +9 -0
  5364. package/sqs/getQueue.js +2 -0
  5365. package/sqs/getQueue.js.map +1 -1
  5366. package/sqs/getQueues.d.ts +9 -0
  5367. package/sqs/getQueues.js +2 -0
  5368. package/sqs/getQueues.js.map +1 -1
  5369. package/sqs/queue.d.ts +12 -4
  5370. package/sqs/queue.js +2 -0
  5371. package/sqs/queue.js.map +1 -1
  5372. package/sqs/queuePolicy.d.ts +16 -4
  5373. package/sqs/queuePolicy.js +3 -1
  5374. package/sqs/queuePolicy.js.map +1 -1
  5375. package/sqs/redrive.d.ts +1 -2
  5376. package/sqs/redriveAllowPolicy.d.ts +12 -0
  5377. package/sqs/redriveAllowPolicy.js +2 -0
  5378. package/sqs/redriveAllowPolicy.js.map +1 -1
  5379. package/sqs/redrivePolicy.d.ts +12 -0
  5380. package/sqs/redrivePolicy.js +2 -0
  5381. package/sqs/redrivePolicy.js.map +1 -1
  5382. package/sqs/sqsMixins.js +1 -1
  5383. package/sqs/sqsMixins.js.map +1 -1
  5384. package/ssm/activation.d.ts +12 -4
  5385. package/ssm/activation.js +2 -0
  5386. package/ssm/activation.js.map +1 -1
  5387. package/ssm/association.d.ts +12 -22
  5388. package/ssm/association.js +2 -2
  5389. package/ssm/association.js.map +1 -1
  5390. package/ssm/contactsRotation.d.ts +12 -4
  5391. package/ssm/contactsRotation.js +2 -0
  5392. package/ssm/contactsRotation.js.map +1 -1
  5393. package/ssm/defaultPatchBaseline.d.ts +12 -0
  5394. package/ssm/defaultPatchBaseline.js +2 -0
  5395. package/ssm/defaultPatchBaseline.js.map +1 -1
  5396. package/ssm/document.d.ts +12 -4
  5397. package/ssm/document.js +2 -0
  5398. package/ssm/document.js.map +1 -1
  5399. package/ssm/getContactsRotation.d.ts +9 -0
  5400. package/ssm/getContactsRotation.js +2 -0
  5401. package/ssm/getContactsRotation.js.map +1 -1
  5402. package/ssm/getDocument.d.ts +9 -0
  5403. package/ssm/getDocument.js +2 -0
  5404. package/ssm/getDocument.js.map +1 -1
  5405. package/ssm/getInstances.d.ts +9 -0
  5406. package/ssm/getInstances.js +2 -0
  5407. package/ssm/getInstances.js.map +1 -1
  5408. package/ssm/getMaintenanceWindows.d.ts +9 -0
  5409. package/ssm/getMaintenanceWindows.js +2 -0
  5410. package/ssm/getMaintenanceWindows.js.map +1 -1
  5411. package/ssm/getParameter.d.ts +9 -0
  5412. package/ssm/getParameter.js +2 -0
  5413. package/ssm/getParameter.js.map +1 -1
  5414. package/ssm/getParametersByPath.d.ts +9 -0
  5415. package/ssm/getParametersByPath.js +2 -0
  5416. package/ssm/getParametersByPath.js.map +1 -1
  5417. package/ssm/getPatchBaseline.d.ts +9 -0
  5418. package/ssm/getPatchBaseline.js +2 -0
  5419. package/ssm/getPatchBaseline.js.map +1 -1
  5420. package/ssm/getPatchBaselines.d.ts +9 -0
  5421. package/ssm/getPatchBaselines.js +2 -0
  5422. package/ssm/getPatchBaselines.js.map +1 -1
  5423. package/ssm/index.d.ts +0 -1
  5424. package/ssm/index.js +0 -1
  5425. package/ssm/index.js.map +1 -1
  5426. package/ssm/maintenanceWindow.d.ts +12 -4
  5427. package/ssm/maintenanceWindow.js +2 -0
  5428. package/ssm/maintenanceWindow.js.map +1 -1
  5429. package/ssm/maintenanceWindowTarget.d.ts +12 -0
  5430. package/ssm/maintenanceWindowTarget.js +2 -0
  5431. package/ssm/maintenanceWindowTarget.js.map +1 -1
  5432. package/ssm/maintenanceWindowTask.d.ts +12 -0
  5433. package/ssm/maintenanceWindowTask.js +2 -0
  5434. package/ssm/maintenanceWindowTask.js.map +1 -1
  5435. package/ssm/parameter.d.ts +13 -5
  5436. package/ssm/parameter.js +2 -0
  5437. package/ssm/parameter.js.map +1 -1
  5438. package/ssm/patchBaseline.d.ts +12 -4
  5439. package/ssm/patchBaseline.js +2 -0
  5440. package/ssm/patchBaseline.js.map +1 -1
  5441. package/ssm/patchGroup.d.ts +12 -0
  5442. package/ssm/patchGroup.js +2 -0
  5443. package/ssm/patchGroup.js.map +1 -1
  5444. package/ssm/quicksetupConfigurationManager.d.ts +14 -6
  5445. package/ssm/quicksetupConfigurationManager.js +4 -2
  5446. package/ssm/quicksetupConfigurationManager.js.map +1 -1
  5447. package/ssm/resourceDataSync.d.ts +16 -4
  5448. package/ssm/resourceDataSync.js +6 -4
  5449. package/ssm/resourceDataSync.js.map +1 -1
  5450. package/ssm/serviceSetting.d.ts +12 -0
  5451. package/ssm/serviceSetting.js +2 -0
  5452. package/ssm/serviceSetting.js.map +1 -1
  5453. package/ssmcontacts/contact.d.ts +15 -7
  5454. package/ssmcontacts/contact.js +2 -0
  5455. package/ssmcontacts/contact.js.map +1 -1
  5456. package/ssmcontacts/contactChannel.d.ts +12 -0
  5457. package/ssmcontacts/contactChannel.js +2 -0
  5458. package/ssmcontacts/contactChannel.js.map +1 -1
  5459. package/ssmcontacts/getContact.d.ts +9 -0
  5460. package/ssmcontacts/getContact.js +2 -0
  5461. package/ssmcontacts/getContact.js.map +1 -1
  5462. package/ssmcontacts/getContactChannel.d.ts +9 -0
  5463. package/ssmcontacts/getContactChannel.js +2 -0
  5464. package/ssmcontacts/getContactChannel.js.map +1 -1
  5465. package/ssmcontacts/getPlan.d.ts +9 -0
  5466. package/ssmcontacts/getPlan.js +2 -0
  5467. package/ssmcontacts/getPlan.js.map +1 -1
  5468. package/ssmcontacts/plan.d.ts +12 -0
  5469. package/ssmcontacts/plan.js +2 -0
  5470. package/ssmcontacts/plan.js.map +1 -1
  5471. package/ssmincidents/getReplicationSet.d.ts +9 -0
  5472. package/ssmincidents/getReplicationSet.js.map +1 -1
  5473. package/ssmincidents/getResponsePlan.d.ts +9 -0
  5474. package/ssmincidents/getResponsePlan.js +2 -0
  5475. package/ssmincidents/getResponsePlan.js.map +1 -1
  5476. package/ssmincidents/replicationSet.d.ts +23 -9
  5477. package/ssmincidents/replicationSet.js +2 -3
  5478. package/ssmincidents/replicationSet.js.map +1 -1
  5479. package/ssmincidents/responsePlan.d.ts +12 -4
  5480. package/ssmincidents/responsePlan.js +2 -0
  5481. package/ssmincidents/responsePlan.js.map +1 -1
  5482. package/ssoadmin/accountAssignment.d.ts +12 -0
  5483. package/ssoadmin/accountAssignment.js +2 -0
  5484. package/ssoadmin/accountAssignment.js.map +1 -1
  5485. package/ssoadmin/application.d.ts +26 -6
  5486. package/ssoadmin/application.js +4 -0
  5487. package/ssoadmin/application.js.map +1 -1
  5488. package/ssoadmin/applicationAccessScope.d.ts +13 -1
  5489. package/ssoadmin/applicationAccessScope.js +3 -1
  5490. package/ssoadmin/applicationAccessScope.js.map +1 -1
  5491. package/ssoadmin/applicationAssignment.d.ts +14 -2
  5492. package/ssoadmin/applicationAssignment.js +4 -2
  5493. package/ssoadmin/applicationAssignment.js.map +1 -1
  5494. package/ssoadmin/applicationAssignmentConfiguration.d.ts +13 -1
  5495. package/ssoadmin/applicationAssignmentConfiguration.js +3 -1
  5496. package/ssoadmin/applicationAssignmentConfiguration.js.map +1 -1
  5497. package/ssoadmin/customerManagedPolicyAttachment.d.ts +12 -0
  5498. package/ssoadmin/customerManagedPolicyAttachment.js +2 -0
  5499. package/ssoadmin/customerManagedPolicyAttachment.js.map +1 -1
  5500. package/ssoadmin/getApplication.d.ts +6 -6
  5501. package/ssoadmin/getApplication.js +2 -2
  5502. package/ssoadmin/getApplication.js.map +1 -1
  5503. package/ssoadmin/getApplicationAssignments.d.ts +8 -8
  5504. package/ssoadmin/getApplicationAssignments.js +4 -4
  5505. package/ssoadmin/getApplicationAssignments.js.map +1 -1
  5506. package/ssoadmin/getApplicationProviders.d.ts +6 -6
  5507. package/ssoadmin/getApplicationProviders.js +2 -2
  5508. package/ssoadmin/getApplicationProviders.js.map +1 -1
  5509. package/ssoadmin/getInstances.d.ts +21 -2
  5510. package/ssoadmin/getInstances.js +10 -4
  5511. package/ssoadmin/getInstances.js.map +1 -1
  5512. package/ssoadmin/getPermissionSet.d.ts +13 -0
  5513. package/ssoadmin/getPermissionSet.js +2 -0
  5514. package/ssoadmin/getPermissionSet.js.map +1 -1
  5515. package/ssoadmin/getPermissionSets.d.ts +9 -0
  5516. package/ssoadmin/getPermissionSets.js +2 -0
  5517. package/ssoadmin/getPermissionSets.js.map +1 -1
  5518. package/ssoadmin/getPrincipalApplicationAssignments.d.ts +9 -0
  5519. package/ssoadmin/getPrincipalApplicationAssignments.js +2 -0
  5520. package/ssoadmin/getPrincipalApplicationAssignments.js.map +1 -1
  5521. package/ssoadmin/index.d.ts +1 -1
  5522. package/ssoadmin/instanceAccessControlAttributes.d.ts +12 -0
  5523. package/ssoadmin/instanceAccessControlAttributes.js +2 -0
  5524. package/ssoadmin/instanceAccessControlAttributes.js.map +1 -1
  5525. package/ssoadmin/managedPolicyAttachment.d.ts +12 -0
  5526. package/ssoadmin/managedPolicyAttachment.js +2 -0
  5527. package/ssoadmin/managedPolicyAttachment.js.map +1 -1
  5528. package/ssoadmin/permissionSet.d.ts +12 -4
  5529. package/ssoadmin/permissionSet.js +2 -0
  5530. package/ssoadmin/permissionSet.js.map +1 -1
  5531. package/ssoadmin/permissionSetInlinePolicy.d.ts +12 -0
  5532. package/ssoadmin/permissionSetInlinePolicy.js +2 -0
  5533. package/ssoadmin/permissionSetInlinePolicy.js.map +1 -1
  5534. package/ssoadmin/permissionsBoundaryAttachment.d.ts +12 -0
  5535. package/ssoadmin/permissionsBoundaryAttachment.js +2 -0
  5536. package/ssoadmin/permissionsBoundaryAttachment.js.map +1 -1
  5537. package/ssoadmin/trustedTokenIssuer.d.ts +12 -4
  5538. package/ssoadmin/trustedTokenIssuer.js +2 -0
  5539. package/ssoadmin/trustedTokenIssuer.js.map +1 -1
  5540. package/storagegateway/cache.d.ts +12 -0
  5541. package/storagegateway/cache.js +2 -0
  5542. package/storagegateway/cache.js.map +1 -1
  5543. package/storagegateway/cachesIscsiVolume.d.ts +12 -4
  5544. package/storagegateway/cachesIscsiVolume.js +2 -0
  5545. package/storagegateway/cachesIscsiVolume.js.map +1 -1
  5546. package/storagegateway/fileSystemAssociation.d.ts +12 -4
  5547. package/storagegateway/fileSystemAssociation.js +2 -0
  5548. package/storagegateway/fileSystemAssociation.js.map +1 -1
  5549. package/storagegateway/gateway.d.ts +12 -4
  5550. package/storagegateway/gateway.js +2 -0
  5551. package/storagegateway/gateway.js.map +1 -1
  5552. package/storagegateway/getLocalDisk.d.ts +9 -0
  5553. package/storagegateway/getLocalDisk.js +2 -0
  5554. package/storagegateway/getLocalDisk.js.map +1 -1
  5555. package/storagegateway/nfsFileShare.d.ts +12 -4
  5556. package/storagegateway/nfsFileShare.js +2 -0
  5557. package/storagegateway/nfsFileShare.js.map +1 -1
  5558. package/storagegateway/smbFileShare.d.ts +18 -10
  5559. package/storagegateway/smbFileShare.js +2 -0
  5560. package/storagegateway/smbFileShare.js.map +1 -1
  5561. package/storagegateway/storedIscsiVolume.d.ts +12 -4
  5562. package/storagegateway/storedIscsiVolume.js +2 -0
  5563. package/storagegateway/storedIscsiVolume.js.map +1 -1
  5564. package/storagegateway/tapePool.d.ts +12 -4
  5565. package/storagegateway/tapePool.js +2 -0
  5566. package/storagegateway/tapePool.js.map +1 -1
  5567. package/storagegateway/uploadBuffer.d.ts +12 -0
  5568. package/storagegateway/uploadBuffer.js +2 -0
  5569. package/storagegateway/uploadBuffer.js.map +1 -1
  5570. package/storagegateway/workingStorage.d.ts +12 -0
  5571. package/storagegateway/workingStorage.js +2 -0
  5572. package/storagegateway/workingStorage.js.map +1 -1
  5573. package/swf/domain.d.ts +12 -4
  5574. package/swf/domain.js +2 -0
  5575. package/swf/domain.js.map +1 -1
  5576. package/synthetics/canary.d.ts +12 -4
  5577. package/synthetics/canary.js +2 -0
  5578. package/synthetics/canary.js.map +1 -1
  5579. package/synthetics/getRuntimeVersion.d.ts +9 -0
  5580. package/synthetics/getRuntimeVersion.js +2 -0
  5581. package/synthetics/getRuntimeVersion.js.map +1 -1
  5582. package/synthetics/getRuntimeVersions.d.ts +6 -6
  5583. package/synthetics/getRuntimeVersions.js +2 -2
  5584. package/synthetics/getRuntimeVersions.js.map +1 -1
  5585. package/synthetics/group.d.ts +12 -4
  5586. package/synthetics/group.js +2 -0
  5587. package/synthetics/group.js.map +1 -1
  5588. package/synthetics/groupAssociation.d.ts +12 -0
  5589. package/synthetics/groupAssociation.js +2 -0
  5590. package/synthetics/groupAssociation.js.map +1 -1
  5591. package/timestreaminfluxdb/dbInstance.d.ts +16 -8
  5592. package/timestreaminfluxdb/dbInstance.js +6 -4
  5593. package/timestreaminfluxdb/dbInstance.js.map +1 -1
  5594. package/timestreamquery/scheduledQuery.d.ts +13 -5
  5595. package/timestreamquery/scheduledQuery.js +3 -1
  5596. package/timestreamquery/scheduledQuery.js.map +1 -1
  5597. package/timestreamwrite/database.d.ts +12 -4
  5598. package/timestreamwrite/database.js +2 -0
  5599. package/timestreamwrite/database.js.map +1 -1
  5600. package/timestreamwrite/getDatabase.d.ts +9 -0
  5601. package/timestreamwrite/getDatabase.js +2 -0
  5602. package/timestreamwrite/getDatabase.js.map +1 -1
  5603. package/timestreamwrite/getTable.d.ts +9 -0
  5604. package/timestreamwrite/getTable.js +2 -0
  5605. package/timestreamwrite/getTable.js.map +1 -1
  5606. package/timestreamwrite/table.d.ts +12 -4
  5607. package/timestreamwrite/table.js +2 -0
  5608. package/timestreamwrite/table.js.map +1 -1
  5609. package/transcribe/languageModel.d.ts +15 -9
  5610. package/transcribe/languageModel.js +5 -3
  5611. package/transcribe/languageModel.js.map +1 -1
  5612. package/transcribe/medicalVocabulary.d.ts +13 -7
  5613. package/transcribe/medicalVocabulary.js +3 -1
  5614. package/transcribe/medicalVocabulary.js.map +1 -1
  5615. package/transcribe/vocabulary.d.ts +13 -7
  5616. package/transcribe/vocabulary.js +3 -1
  5617. package/transcribe/vocabulary.js.map +1 -1
  5618. package/transcribe/vocabularyFilter.d.ts +12 -6
  5619. package/transcribe/vocabularyFilter.js +2 -0
  5620. package/transcribe/vocabularyFilter.js.map +1 -1
  5621. package/transfer/access.d.ts +12 -0
  5622. package/transfer/access.js +2 -0
  5623. package/transfer/access.js.map +1 -1
  5624. package/transfer/agreement.d.ts +12 -6
  5625. package/transfer/agreement.js +2 -0
  5626. package/transfer/agreement.js.map +1 -1
  5627. package/transfer/certificate.d.ts +12 -6
  5628. package/transfer/certificate.js +2 -0
  5629. package/transfer/certificate.js.map +1 -1
  5630. package/transfer/connector.d.ts +12 -6
  5631. package/transfer/connector.js +2 -0
  5632. package/transfer/connector.js.map +1 -1
  5633. package/transfer/getConnector.d.ts +9 -0
  5634. package/transfer/getConnector.js +2 -0
  5635. package/transfer/getConnector.js.map +1 -1
  5636. package/transfer/getServer.d.ts +9 -0
  5637. package/transfer/getServer.js +2 -0
  5638. package/transfer/getServer.js.map +1 -1
  5639. package/transfer/profile.d.ts +12 -6
  5640. package/transfer/profile.js +2 -0
  5641. package/transfer/profile.js.map +1 -1
  5642. package/transfer/server.d.ts +12 -4
  5643. package/transfer/server.js +2 -0
  5644. package/transfer/server.js.map +1 -1
  5645. package/transfer/sshKey.d.ts +12 -0
  5646. package/transfer/sshKey.js +2 -0
  5647. package/transfer/sshKey.js.map +1 -1
  5648. package/transfer/tag.d.ts +12 -0
  5649. package/transfer/tag.js +2 -0
  5650. package/transfer/tag.js.map +1 -1
  5651. package/transfer/user.d.ts +12 -4
  5652. package/transfer/user.js +2 -0
  5653. package/transfer/user.js.map +1 -1
  5654. package/transfer/workflow.d.ts +12 -4
  5655. package/transfer/workflow.js +2 -0
  5656. package/transfer/workflow.js.map +1 -1
  5657. package/types/enums/alb/index.d.ts +10 -0
  5658. package/types/enums/alb/index.js +10 -0
  5659. package/types/enums/alb/index.js.map +1 -1
  5660. package/types/enums/ec2/index.d.ts +0 -40
  5661. package/types/enums/ec2/index.js +0 -40
  5662. package/types/enums/ec2/index.js.map +1 -1
  5663. package/types/enums/ecr/index.d.ts +24 -0
  5664. package/types/enums/ecr/index.js +18 -0
  5665. package/types/enums/ecr/index.js.map +1 -0
  5666. package/types/enums/iam/index.d.ts +16 -158
  5667. package/types/enums/iam/index.js +9 -159
  5668. package/types/enums/iam/index.js.map +1 -1
  5669. package/types/enums/index.d.ts +2 -1
  5670. package/types/enums/index.js +3 -1
  5671. package/types/enums/index.js.map +1 -1
  5672. package/types/input.d.ts +996 -2197
  5673. package/types/input.js.map +1 -1
  5674. package/types/output.d.ts +999 -1848
  5675. package/types/output.js.map +1 -1
  5676. package/verifiedaccess/endpoint.d.ts +12 -6
  5677. package/verifiedaccess/endpoint.js +2 -0
  5678. package/verifiedaccess/endpoint.js.map +1 -1
  5679. package/verifiedaccess/group.d.ts +12 -6
  5680. package/verifiedaccess/group.js +2 -0
  5681. package/verifiedaccess/group.js.map +1 -1
  5682. package/verifiedaccess/instance.d.ts +12 -6
  5683. package/verifiedaccess/instance.js +2 -0
  5684. package/verifiedaccess/instance.js.map +1 -1
  5685. package/verifiedaccess/instanceLoggingConfiguration.d.ts +12 -0
  5686. package/verifiedaccess/instanceLoggingConfiguration.js +2 -0
  5687. package/verifiedaccess/instanceLoggingConfiguration.js.map +1 -1
  5688. package/verifiedaccess/instanceTrustProviderAttachment.d.ts +12 -0
  5689. package/verifiedaccess/instanceTrustProviderAttachment.js +2 -0
  5690. package/verifiedaccess/instanceTrustProviderAttachment.js.map +1 -1
  5691. package/verifiedaccess/trustProvider.d.ts +12 -6
  5692. package/verifiedaccess/trustProvider.js +2 -0
  5693. package/verifiedaccess/trustProvider.js.map +1 -1
  5694. package/verifiedpermissions/getPolicyStore.d.ts +9 -0
  5695. package/verifiedpermissions/getPolicyStore.js +2 -0
  5696. package/verifiedpermissions/getPolicyStore.js.map +1 -1
  5697. package/verifiedpermissions/identitySource.d.ts +12 -0
  5698. package/verifiedpermissions/identitySource.js +2 -0
  5699. package/verifiedpermissions/identitySource.js.map +1 -1
  5700. package/verifiedpermissions/policy.d.ts +12 -0
  5701. package/verifiedpermissions/policy.js +2 -0
  5702. package/verifiedpermissions/policy.js.map +1 -1
  5703. package/verifiedpermissions/policyStore.d.ts +12 -4
  5704. package/verifiedpermissions/policyStore.js +2 -0
  5705. package/verifiedpermissions/policyStore.js.map +1 -1
  5706. package/verifiedpermissions/policyTemplate.d.ts +12 -0
  5707. package/verifiedpermissions/policyTemplate.js +2 -0
  5708. package/verifiedpermissions/policyTemplate.js.map +1 -1
  5709. package/verifiedpermissions/schema.d.ts +39 -0
  5710. package/verifiedpermissions/schema.js +29 -0
  5711. package/verifiedpermissions/schema.js.map +1 -1
  5712. package/vpc/endpointPrivateDns.d.ts +12 -0
  5713. package/vpc/endpointPrivateDns.js +2 -0
  5714. package/vpc/endpointPrivateDns.js.map +1 -1
  5715. package/vpc/endpointServicePrivateDnsVerification.d.ts +12 -0
  5716. package/vpc/endpointServicePrivateDnsVerification.js +2 -0
  5717. package/vpc/endpointServicePrivateDnsVerification.js.map +1 -1
  5718. package/vpc/getEndpointAssociations.d.ts +77 -0
  5719. package/vpc/{getVpcEndpointAssociations.js → getEndpointAssociations.js} +12 -10
  5720. package/vpc/getEndpointAssociations.js.map +1 -0
  5721. package/vpc/getSecurityGroupRule.d.ts +9 -0
  5722. package/vpc/getSecurityGroupRule.js +2 -0
  5723. package/vpc/getSecurityGroupRule.js.map +1 -1
  5724. package/vpc/getSecurityGroupRules.d.ts +9 -0
  5725. package/vpc/getSecurityGroupRules.js +2 -0
  5726. package/vpc/getSecurityGroupRules.js.map +1 -1
  5727. package/vpc/index.d.ts +3 -3
  5728. package/vpc/index.js +4 -4
  5729. package/vpc/index.js.map +1 -1
  5730. package/vpc/routeServer.d.ts +12 -4
  5731. package/vpc/routeServer.js +2 -0
  5732. package/vpc/routeServer.js.map +1 -1
  5733. package/vpc/routeServerEndpoint.d.ts +12 -4
  5734. package/vpc/routeServerEndpoint.js +2 -0
  5735. package/vpc/routeServerEndpoint.js.map +1 -1
  5736. package/vpc/routeServerPeer.d.ts +27 -4
  5737. package/vpc/routeServerPeer.js +2 -0
  5738. package/vpc/routeServerPeer.js.map +1 -1
  5739. package/vpc/routeServerPropagation.d.ts +18 -0
  5740. package/vpc/routeServerPropagation.js +2 -0
  5741. package/vpc/routeServerPropagation.js.map +1 -1
  5742. package/vpc/routeServerVpcAssociation.d.ts +18 -0
  5743. package/vpc/routeServerVpcAssociation.js +2 -0
  5744. package/vpc/routeServerVpcAssociation.js.map +1 -1
  5745. package/vpc/securityGroupEgressRule.d.ts +12 -4
  5746. package/vpc/securityGroupEgressRule.js +2 -0
  5747. package/vpc/securityGroupEgressRule.js.map +1 -1
  5748. package/vpc/securityGroupIngressRule.d.ts +18 -4
  5749. package/vpc/securityGroupIngressRule.js +2 -0
  5750. package/vpc/securityGroupIngressRule.js.map +1 -1
  5751. package/vpc/securityGroupVpcAssociation.d.ts +12 -0
  5752. package/vpc/securityGroupVpcAssociation.js +2 -0
  5753. package/vpc/securityGroupVpcAssociation.js.map +1 -1
  5754. package/vpclattice/accessLogSubscription.d.ts +12 -6
  5755. package/vpclattice/accessLogSubscription.js +2 -0
  5756. package/vpclattice/accessLogSubscription.js.map +1 -1
  5757. package/vpclattice/authPolicy.d.ts +12 -0
  5758. package/vpclattice/authPolicy.js +2 -0
  5759. package/vpclattice/authPolicy.js.map +1 -1
  5760. package/vpclattice/getAuthPolicy.d.ts +9 -0
  5761. package/vpclattice/getAuthPolicy.js +2 -0
  5762. package/vpclattice/getAuthPolicy.js.map +1 -1
  5763. package/vpclattice/getListener.d.ts +9 -0
  5764. package/vpclattice/getListener.js +2 -0
  5765. package/vpclattice/getListener.js.map +1 -1
  5766. package/vpclattice/getResourcePolicy.d.ts +9 -0
  5767. package/vpclattice/getResourcePolicy.js +2 -0
  5768. package/vpclattice/getResourcePolicy.js.map +1 -1
  5769. package/vpclattice/getService.d.ts +9 -0
  5770. package/vpclattice/getService.js +2 -0
  5771. package/vpclattice/getService.js.map +1 -1
  5772. package/vpclattice/getServiceNetwork.d.ts +9 -0
  5773. package/vpclattice/getServiceNetwork.js +2 -0
  5774. package/vpclattice/getServiceNetwork.js.map +1 -1
  5775. package/vpclattice/listener.d.ts +12 -6
  5776. package/vpclattice/listener.js +2 -0
  5777. package/vpclattice/listener.js.map +1 -1
  5778. package/vpclattice/listenerRule.d.ts +12 -4
  5779. package/vpclattice/listenerRule.js +2 -0
  5780. package/vpclattice/listenerRule.js.map +1 -1
  5781. package/vpclattice/resourceConfiguration.d.ts +12 -4
  5782. package/vpclattice/resourceConfiguration.js +2 -0
  5783. package/vpclattice/resourceConfiguration.js.map +1 -1
  5784. package/vpclattice/resourceGateway.d.ts +12 -4
  5785. package/vpclattice/resourceGateway.js +2 -0
  5786. package/vpclattice/resourceGateway.js.map +1 -1
  5787. package/vpclattice/resourcePolicy.d.ts +12 -0
  5788. package/vpclattice/resourcePolicy.js +2 -0
  5789. package/vpclattice/resourcePolicy.js.map +1 -1
  5790. package/vpclattice/service.d.ts +12 -4
  5791. package/vpclattice/service.js +2 -0
  5792. package/vpclattice/service.js.map +1 -1
  5793. package/vpclattice/serviceNetwork.d.ts +12 -4
  5794. package/vpclattice/serviceNetwork.js +2 -0
  5795. package/vpclattice/serviceNetwork.js.map +1 -1
  5796. package/vpclattice/serviceNetworkResourceAssociation.d.ts +12 -4
  5797. package/vpclattice/serviceNetworkResourceAssociation.js +2 -0
  5798. package/vpclattice/serviceNetworkResourceAssociation.js.map +1 -1
  5799. package/vpclattice/serviceNetworkServiceAssociation.d.ts +12 -7
  5800. package/vpclattice/serviceNetworkServiceAssociation.js +2 -0
  5801. package/vpclattice/serviceNetworkServiceAssociation.js.map +1 -1
  5802. package/vpclattice/serviceNetworkVpcAssociation.d.ts +12 -4
  5803. package/vpclattice/serviceNetworkVpcAssociation.js +2 -0
  5804. package/vpclattice/serviceNetworkVpcAssociation.js.map +1 -1
  5805. package/vpclattice/targetGroup.d.ts +12 -4
  5806. package/vpclattice/targetGroup.js +2 -0
  5807. package/vpclattice/targetGroup.js.map +1 -1
  5808. package/vpclattice/targetGroupAttachment.d.ts +12 -0
  5809. package/vpclattice/targetGroupAttachment.js +2 -0
  5810. package/vpclattice/targetGroupAttachment.js.map +1 -1
  5811. package/waf/rateBasedRule.d.ts +0 -4
  5812. package/waf/rateBasedRule.js.map +1 -1
  5813. package/waf/rule.d.ts +0 -4
  5814. package/waf/rule.js.map +1 -1
  5815. package/waf/ruleGroup.d.ts +0 -4
  5816. package/waf/ruleGroup.js.map +1 -1
  5817. package/waf/webAcl.d.ts +0 -4
  5818. package/waf/webAcl.js.map +1 -1
  5819. package/wafregional/byteMatchSet.d.ts +12 -0
  5820. package/wafregional/byteMatchSet.js +2 -0
  5821. package/wafregional/byteMatchSet.js.map +1 -1
  5822. package/wafregional/geoMatchSet.d.ts +12 -0
  5823. package/wafregional/geoMatchSet.js +2 -0
  5824. package/wafregional/geoMatchSet.js.map +1 -1
  5825. package/wafregional/getIpset.d.ts +9 -0
  5826. package/wafregional/getIpset.js +2 -0
  5827. package/wafregional/getIpset.js.map +1 -1
  5828. package/wafregional/getRateBasedMod.d.ts +9 -0
  5829. package/wafregional/getRateBasedMod.js +2 -0
  5830. package/wafregional/getRateBasedMod.js.map +1 -1
  5831. package/wafregional/getRule.d.ts +9 -0
  5832. package/wafregional/getRule.js +2 -0
  5833. package/wafregional/getRule.js.map +1 -1
  5834. package/wafregional/getSubscribedRuleGroup.d.ts +9 -0
  5835. package/wafregional/getSubscribedRuleGroup.js +2 -0
  5836. package/wafregional/getSubscribedRuleGroup.js.map +1 -1
  5837. package/wafregional/getWebAcl.d.ts +9 -0
  5838. package/wafregional/getWebAcl.js +2 -0
  5839. package/wafregional/getWebAcl.js.map +1 -1
  5840. package/wafregional/ipSet.d.ts +12 -0
  5841. package/wafregional/ipSet.js +2 -0
  5842. package/wafregional/ipSet.js.map +1 -1
  5843. package/wafregional/rateBasedRule.d.ts +12 -4
  5844. package/wafregional/rateBasedRule.js +2 -0
  5845. package/wafregional/rateBasedRule.js.map +1 -1
  5846. package/wafregional/regexMatchSet.d.ts +12 -0
  5847. package/wafregional/regexMatchSet.js +2 -0
  5848. package/wafregional/regexMatchSet.js.map +1 -1
  5849. package/wafregional/regexPatternSet.d.ts +12 -0
  5850. package/wafregional/regexPatternSet.js +2 -0
  5851. package/wafregional/regexPatternSet.js.map +1 -1
  5852. package/wafregional/rule.d.ts +12 -4
  5853. package/wafregional/rule.js +2 -0
  5854. package/wafregional/rule.js.map +1 -1
  5855. package/wafregional/ruleGroup.d.ts +12 -4
  5856. package/wafregional/ruleGroup.js +2 -0
  5857. package/wafregional/ruleGroup.js.map +1 -1
  5858. package/wafregional/sizeConstraintSet.d.ts +12 -0
  5859. package/wafregional/sizeConstraintSet.js +2 -0
  5860. package/wafregional/sizeConstraintSet.js.map +1 -1
  5861. package/wafregional/sqlInjectionMatchSet.d.ts +12 -0
  5862. package/wafregional/sqlInjectionMatchSet.js +2 -0
  5863. package/wafregional/sqlInjectionMatchSet.js.map +1 -1
  5864. package/wafregional/webAcl.d.ts +12 -4
  5865. package/wafregional/webAcl.js +2 -0
  5866. package/wafregional/webAcl.js.map +1 -1
  5867. package/wafregional/webAclAssociation.d.ts +12 -0
  5868. package/wafregional/webAclAssociation.js +2 -0
  5869. package/wafregional/webAclAssociation.js.map +1 -1
  5870. package/wafregional/xssMatchSet.d.ts +12 -0
  5871. package/wafregional/xssMatchSet.js +2 -0
  5872. package/wafregional/xssMatchSet.js.map +1 -1
  5873. package/wafv2/apiKey.d.ts +12 -0
  5874. package/wafv2/apiKey.js +2 -0
  5875. package/wafv2/apiKey.js.map +1 -1
  5876. package/wafv2/getIpSet.d.ts +9 -0
  5877. package/wafv2/getIpSet.js +2 -0
  5878. package/wafv2/getIpSet.js.map +1 -1
  5879. package/wafv2/getRegexPatternSet.d.ts +9 -0
  5880. package/wafv2/getRegexPatternSet.js +2 -0
  5881. package/wafv2/getRegexPatternSet.js.map +1 -1
  5882. package/wafv2/getRuleGroup.d.ts +9 -0
  5883. package/wafv2/getRuleGroup.js +2 -0
  5884. package/wafv2/getRuleGroup.js.map +1 -1
  5885. package/wafv2/getWebAcl.d.ts +9 -0
  5886. package/wafv2/getWebAcl.js +2 -0
  5887. package/wafv2/getWebAcl.js.map +1 -1
  5888. package/wafv2/ipSet.d.ts +12 -4
  5889. package/wafv2/ipSet.js +2 -0
  5890. package/wafv2/ipSet.js.map +1 -1
  5891. package/wafv2/regexPatternSet.d.ts +12 -4
  5892. package/wafv2/regexPatternSet.js +2 -0
  5893. package/wafv2/regexPatternSet.js.map +1 -1
  5894. package/wafv2/ruleGroup.d.ts +12 -4
  5895. package/wafv2/ruleGroup.js +2 -0
  5896. package/wafv2/ruleGroup.js.map +1 -1
  5897. package/wafv2/webAcl.d.ts +12 -4
  5898. package/wafv2/webAcl.js +2 -0
  5899. package/wafv2/webAcl.js.map +1 -1
  5900. package/wafv2/webAclAssociation.d.ts +12 -0
  5901. package/wafv2/webAclAssociation.js +2 -0
  5902. package/wafv2/webAclAssociation.js.map +1 -1
  5903. package/wafv2/webAclLoggingConfiguration.d.ts +12 -0
  5904. package/wafv2/webAclLoggingConfiguration.js +2 -0
  5905. package/wafv2/webAclLoggingConfiguration.js.map +1 -1
  5906. package/workspaces/connectionAlias.d.ts +12 -4
  5907. package/workspaces/connectionAlias.js +2 -0
  5908. package/workspaces/connectionAlias.js.map +1 -1
  5909. package/workspaces/directory.d.ts +12 -4
  5910. package/workspaces/directory.js +2 -0
  5911. package/workspaces/directory.js.map +1 -1
  5912. package/workspaces/getBundle.d.ts +9 -0
  5913. package/workspaces/getBundle.js +2 -0
  5914. package/workspaces/getBundle.js.map +1 -1
  5915. package/workspaces/getDirectory.d.ts +9 -0
  5916. package/workspaces/getDirectory.js +2 -0
  5917. package/workspaces/getDirectory.js.map +1 -1
  5918. package/workspaces/getImage.d.ts +9 -0
  5919. package/workspaces/getImage.js +2 -0
  5920. package/workspaces/getImage.js.map +1 -1
  5921. package/workspaces/getWorkspace.d.ts +9 -0
  5922. package/workspaces/getWorkspace.js +2 -0
  5923. package/workspaces/getWorkspace.js.map +1 -1
  5924. package/workspaces/index.d.ts +0 -18
  5925. package/workspaces/index.js +1 -31
  5926. package/workspaces/index.js.map +1 -1
  5927. package/workspaces/ipGroup.d.ts +12 -4
  5928. package/workspaces/ipGroup.js +2 -0
  5929. package/workspaces/ipGroup.js.map +1 -1
  5930. package/workspaces/workspace.d.ts +12 -4
  5931. package/workspaces/workspace.js +2 -0
  5932. package/workspaces/workspace.js.map +1 -1
  5933. package/workspacesweb/browserSettings.d.ts +12 -4
  5934. package/workspacesweb/browserSettings.js +2 -0
  5935. package/workspacesweb/browserSettings.js.map +1 -1
  5936. package/workspacesweb/dataProtectionSettings.d.ts +12 -4
  5937. package/workspacesweb/dataProtectionSettings.js +2 -2
  5938. package/workspacesweb/dataProtectionSettings.js.map +1 -1
  5939. package/workspacesweb/ipAccessSettings.d.ts +12 -4
  5940. package/workspacesweb/ipAccessSettings.js +2 -2
  5941. package/workspacesweb/ipAccessSettings.js.map +1 -1
  5942. package/workspacesweb/networkSettings.d.ts +12 -4
  5943. package/workspacesweb/networkSettings.js +2 -0
  5944. package/workspacesweb/networkSettings.js.map +1 -1
  5945. package/workspacesweb/userAccessLoggingSettings.d.ts +12 -4
  5946. package/workspacesweb/userAccessLoggingSettings.js +2 -2
  5947. package/workspacesweb/userAccessLoggingSettings.js.map +1 -1
  5948. package/workspacesweb/userSettings.d.ts +12 -4
  5949. package/workspacesweb/userSettings.js +2 -0
  5950. package/workspacesweb/userSettings.js.map +1 -1
  5951. package/xray/encryptionConfig.d.ts +12 -0
  5952. package/xray/encryptionConfig.js +2 -0
  5953. package/xray/encryptionConfig.js.map +1 -1
  5954. package/xray/group.d.ts +12 -4
  5955. package/xray/group.js +2 -0
  5956. package/xray/group.js.map +1 -1
  5957. package/xray/resourcePolicy.d.ts +12 -0
  5958. package/xray/resourcePolicy.js +2 -0
  5959. package/xray/resourcePolicy.js.map +1 -1
  5960. package/xray/samplingRule.d.ts +12 -4
  5961. package/xray/samplingRule.js +2 -0
  5962. package/xray/samplingRule.js.map +1 -1
  5963. package/alb/ipAddressType.d.ts +0 -5
  5964. package/alb/ipAddressType.js +0 -21
  5965. package/alb/ipAddressType.js.map +0 -1
  5966. package/alb/loadBalancerType.d.ts +0 -5
  5967. package/alb/loadBalancerType.js +0 -21
  5968. package/alb/loadBalancerType.js.map +0 -1
  5969. package/applicationloadbalancing/ipAddressType.d.ts +0 -5
  5970. package/applicationloadbalancing/ipAddressType.js +0 -21
  5971. package/applicationloadbalancing/ipAddressType.js.map +0 -1
  5972. package/applicationloadbalancing/loadBalancerType.d.ts +0 -5
  5973. package/applicationloadbalancing/loadBalancerType.js +0 -21
  5974. package/applicationloadbalancing/loadBalancerType.js.map +0 -1
  5975. package/arn.d.ts +0 -5
  5976. package/arn.js +0 -16
  5977. package/arn.js.map +0 -1
  5978. package/autoscaling/metrics.d.ts +0 -19
  5979. package/autoscaling/metrics.js +0 -35
  5980. package/autoscaling/metrics.js.map +0 -1
  5981. package/autoscaling/notificationType.d.ts +0 -11
  5982. package/autoscaling/notificationType.js +0 -27
  5983. package/autoscaling/notificationType.js.map +0 -1
  5984. package/chime/voiceConnectorOrganization.d.ts +0 -120
  5985. package/chime/voiceConnectorOrganization.js +0 -107
  5986. package/chime/voiceConnectorOrganization.js.map +0 -1
  5987. package/directoryservice/conditionalForwader.d.ts +0 -102
  5988. package/directoryservice/conditionalForwader.js +0 -94
  5989. package/directoryservice/conditionalForwader.js.map +0 -1
  5990. package/directoryservice/logService.d.ts +0 -108
  5991. package/directoryservice/logService.js +0 -107
  5992. package/directoryservice/logService.js.map +0 -1
  5993. package/ec2/getVpcIamPool.d.ts +0 -209
  5994. package/ec2/getVpcIamPool.js +0 -106
  5995. package/ec2/getVpcIamPool.js.map +0 -1
  5996. package/ec2/getVpcIamPoolCidrs.d.ts +0 -158
  5997. package/ec2/getVpcIamPoolCidrs.js +0 -138
  5998. package/ec2/getVpcIamPoolCidrs.js.map +0 -1
  5999. package/ec2/getVpcIamPools.d.ts +0 -97
  6000. package/ec2/getVpcIamPools.js +0 -82
  6001. package/ec2/getVpcIamPools.js.map +0 -1
  6002. package/ec2/instancePlatform.d.ts +0 -52
  6003. package/ec2/instancePlatform.js +0 -69
  6004. package/ec2/instancePlatform.js.map +0 -1
  6005. package/ec2/instanceType.d.ts +0 -337
  6006. package/ec2/instanceType.js +0 -355
  6007. package/ec2/instanceType.js.map +0 -1
  6008. package/ec2/placementStrategy.d.ts +0 -14
  6009. package/ec2/placementStrategy.js +0 -30
  6010. package/ec2/placementStrategy.js.map +0 -1
  6011. package/ec2/protocolType.d.ts +0 -9
  6012. package/ec2/protocolType.js +0 -25
  6013. package/ec2/protocolType.js.map +0 -1
  6014. package/ec2/tenancy.d.ts +0 -16
  6015. package/ec2/tenancy.js +0 -33
  6016. package/ec2/tenancy.js.map +0 -1
  6017. package/ecr/getCredentials.d.ts +0 -28
  6018. package/ecr/getCredentials.js +0 -22
  6019. package/ecr/getCredentials.js.map +0 -1
  6020. package/gamelift/matchmakingConfiguration.d.ts +0 -272
  6021. package/gamelift/matchmakingConfiguration.js +0 -107
  6022. package/gamelift/matchmakingConfiguration.js.map +0 -1
  6023. package/gamelift/matchmakingRuleSet.d.ts +0 -107
  6024. package/gamelift/matchmakingRuleSet.js +0 -76
  6025. package/gamelift/matchmakingRuleSet.js.map +0 -1
  6026. package/iam/managedPolicies.d.ts +0 -534
  6027. package/iam/managedPolicies.js +0 -551
  6028. package/iam/managedPolicies.js.map +0 -1
  6029. package/lambda/runtimes.d.ts +0 -43
  6030. package/lambda/runtimes.js +0 -59
  6031. package/lambda/runtimes.js.map +0 -1
  6032. package/opsworks/application.d.ts +0 -293
  6033. package/opsworks/application.js +0 -138
  6034. package/opsworks/application.js.map +0 -1
  6035. package/opsworks/customLayer.d.ts +0 -345
  6036. package/opsworks/customLayer.js +0 -127
  6037. package/opsworks/customLayer.js.map +0 -1
  6038. package/opsworks/ecsClusterLayer.d.ts +0 -314
  6039. package/opsworks/ecsClusterLayer.js +0 -118
  6040. package/opsworks/ecsClusterLayer.js.map +0 -1
  6041. package/opsworks/gangliaLayer.d.ts +0 -342
  6042. package/opsworks/gangliaLayer.js +0 -122
  6043. package/opsworks/gangliaLayer.js.map +0 -1
  6044. package/opsworks/haproxyLayer.d.ts +0 -378
  6045. package/opsworks/haproxyLayer.js +0 -128
  6046. package/opsworks/haproxyLayer.js.map +0 -1
  6047. package/opsworks/index.d.ts +0 -51
  6048. package/opsworks/index.js +0 -102
  6049. package/opsworks/index.js.map +0 -1
  6050. package/opsworks/instance.d.ts +0 -592
  6051. package/opsworks/instance.js +0 -211
  6052. package/opsworks/instance.js.map +0 -1
  6053. package/opsworks/javaAppLayer.d.ts +0 -363
  6054. package/opsworks/javaAppLayer.js +0 -120
  6055. package/opsworks/javaAppLayer.js.map +0 -1
  6056. package/opsworks/memcachedLayer.d.ts +0 -315
  6057. package/opsworks/memcachedLayer.js +0 -112
  6058. package/opsworks/memcachedLayer.js.map +0 -1
  6059. package/opsworks/mysqlLayer.d.ts +0 -327
  6060. package/opsworks/mysqlLayer.js +0 -114
  6061. package/opsworks/mysqlLayer.js.map +0 -1
  6062. package/opsworks/nodejsAppLayer.d.ts +0 -315
  6063. package/opsworks/nodejsAppLayer.js +0 -112
  6064. package/opsworks/nodejsAppLayer.js.map +0 -1
  6065. package/opsworks/permission.d.ts +0 -112
  6066. package/opsworks/permission.js +0 -79
  6067. package/opsworks/permission.js.map +0 -1
  6068. package/opsworks/phpAppLayer.d.ts +0 -311
  6069. package/opsworks/phpAppLayer.js +0 -118
  6070. package/opsworks/phpAppLayer.js.map +0 -1
  6071. package/opsworks/railsAppLayer.d.ts +0 -375
  6072. package/opsworks/railsAppLayer.js +0 -122
  6073. package/opsworks/railsAppLayer.js.map +0 -1
  6074. package/opsworks/rdsDbInstance.d.ts +0 -99
  6075. package/opsworks/rdsDbInstance.js +0 -84
  6076. package/opsworks/rdsDbInstance.js.map +0 -1
  6077. package/opsworks/stack.d.ts +0 -376
  6078. package/opsworks/stack.js +0 -142
  6079. package/opsworks/stack.js.map +0 -1
  6080. package/opsworks/staticWebLayer.d.ts +0 -302
  6081. package/opsworks/staticWebLayer.js +0 -118
  6082. package/opsworks/staticWebLayer.js.map +0 -1
  6083. package/opsworks/userProfile.d.ts +0 -97
  6084. package/opsworks/userProfile.js +0 -74
  6085. package/opsworks/userProfile.js.map +0 -1
  6086. package/quicksight/getAnalysis.d.ts +0 -92
  6087. package/quicksight/getAnalysis.js +0 -62
  6088. package/quicksight/getAnalysis.js.map +0 -1
  6089. package/rds/engineMode.d.ts +0 -9
  6090. package/rds/engineMode.js +0 -25
  6091. package/rds/engineMode.js.map +0 -1
  6092. package/rds/engineType.d.ts +0 -7
  6093. package/rds/engineType.js +0 -23
  6094. package/rds/engineType.js.map +0 -1
  6095. package/rds/instanceType.d.ts +0 -122
  6096. package/rds/instanceType.js +0 -139
  6097. package/rds/instanceType.js.map +0 -1
  6098. package/rds/storageType.d.ts +0 -10
  6099. package/rds/storageType.js +0 -27
  6100. package/rds/storageType.js.map +0 -1
  6101. package/redshift/getServiceAccount.d.ts +0 -133
  6102. package/redshift/getServiceAccount.js +0 -120
  6103. package/redshift/getServiceAccount.js.map +0 -1
  6104. package/region.d.ts +0 -49
  6105. package/region.js +0 -65
  6106. package/region.js.map +0 -1
  6107. package/route53/recordType.d.ts +0 -28
  6108. package/route53/recordType.js +0 -45
  6109. package/route53/recordType.js.map +0 -1
  6110. package/s3/cannedAcl.d.ts +0 -17
  6111. package/s3/cannedAcl.js +0 -33
  6112. package/s3/cannedAcl.js.map +0 -1
  6113. package/simpledb/domain.d.ts +0 -70
  6114. package/simpledb/domain.js +0 -71
  6115. package/simpledb/domain.js.map +0 -1
  6116. package/simpledb/index.d.ts +0 -3
  6117. package/simpledb/index.js +0 -22
  6118. package/simpledb/index.js.map +0 -1
  6119. package/ssm/parameterType.d.ts +0 -7
  6120. package/ssm/parameterType.js +0 -13
  6121. package/ssm/parameterType.js.map +0 -1
  6122. package/vpc/getVpcEndpointAssociations.d.ts +0 -68
  6123. package/vpc/getVpcEndpointAssociations.js.map +0 -1
  6124. package/worklink/fleet.d.ts +0 -224
  6125. package/worklink/fleet.js +0 -127
  6126. package/worklink/fleet.js.map +0 -1
  6127. package/worklink/index.d.ts +0 -6
  6128. package/worklink/index.js +0 -27
  6129. package/worklink/index.js.map +0 -1
  6130. package/worklink/websiteCertificateAuthorityAssociation.d.ts +0 -109
  6131. package/worklink/websiteCertificateAuthorityAssociation.js +0 -90
  6132. package/worklink/websiteCertificateAuthorityAssociation.js.map +0 -1
  6133. package/workspaces/webBrowserSettings.d.ts +0 -193
  6134. package/workspaces/webBrowserSettings.js +0 -125
  6135. package/workspaces/webBrowserSettings.js.map +0 -1
  6136. package/workspaces/webDataProtectionSettings.d.ts +0 -264
  6137. package/workspaces/webDataProtectionSettings.js +0 -174
  6138. package/workspaces/webDataProtectionSettings.js.map +0 -1
  6139. package/workspaces/webIpAccessSettings.d.ts +0 -245
  6140. package/workspaces/webIpAccessSettings.js +0 -155
  6141. package/workspaces/webIpAccessSettings.js.map +0 -1
  6142. package/workspaces/webNetworkSettings.d.ts +0 -184
  6143. package/workspaces/webNetworkSettings.js +0 -128
  6144. package/workspaces/webNetworkSettings.js.map +0 -1
  6145. package/workspaces/webUserAccessLoggingSettings.d.ts +0 -152
  6146. package/workspaces/webUserAccessLoggingSettings.js +0 -110
  6147. package/workspaces/webUserAccessLoggingSettings.js.map +0 -1
  6148. package/workspaces/webUserSettings.d.ts +0 -345
  6149. package/workspaces/webUserSettings.js +0 -197
  6150. package/workspaces/webUserSettings.js.map +0 -1
package/types/input.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
- import { RoutingRule } from "../s3";
3
+ import * as enums from "../types/enums";
4
4
  export interface GetAvailabilityZoneFilter {
5
5
  /**
6
6
  * Name of the filter field. Valid values can be found in the [EC2 DescribeAvailabilityZones API Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html).
@@ -746,14 +746,6 @@ export interface ProviderEndpoint {
746
746
  * Use this to override the default service endpoint URL
747
747
  */
748
748
  iot?: pulumi.Input<string>;
749
- /**
750
- * Use this to override the default service endpoint URL
751
- */
752
- iotanalytics?: pulumi.Input<string>;
753
- /**
754
- * Use this to override the default service endpoint URL
755
- */
756
- iotevents?: pulumi.Input<string>;
757
749
  /**
758
750
  * Use this to override the default service endpoint URL
759
751
  */
@@ -966,10 +958,6 @@ export interface ProviderEndpoint {
966
958
  * Use this to override the default service endpoint URL
967
959
  */
968
960
  opensearchservice?: pulumi.Input<string>;
969
- /**
970
- * Use this to override the default service endpoint URL
971
- */
972
- opsworks?: pulumi.Input<string>;
973
961
  /**
974
962
  * Use this to override the default service endpoint URL
975
963
  */
@@ -1154,10 +1142,6 @@ export interface ProviderEndpoint {
1154
1142
  * Use this to override the default service endpoint URL
1155
1143
  */
1156
1144
  schemas?: pulumi.Input<string>;
1157
- /**
1158
- * Use this to override the default service endpoint URL
1159
- */
1160
- sdb?: pulumi.Input<string>;
1161
1145
  /**
1162
1146
  * Use this to override the default service endpoint URL
1163
1147
  */
@@ -1218,10 +1202,6 @@ export interface ProviderEndpoint {
1218
1202
  * Use this to override the default service endpoint URL
1219
1203
  */
1220
1204
  signer?: pulumi.Input<string>;
1221
- /**
1222
- * Use this to override the default service endpoint URL
1223
- */
1224
- simpledb?: pulumi.Input<string>;
1225
1205
  /**
1226
1206
  * Use this to override the default service endpoint URL
1227
1207
  */
@@ -1330,10 +1310,6 @@ export interface ProviderEndpoint {
1330
1310
  * Use this to override the default service endpoint URL
1331
1311
  */
1332
1312
  wellarchitected?: pulumi.Input<string>;
1333
- /**
1334
- * Use this to override the default service endpoint URL
1335
- */
1336
- worklink?: pulumi.Input<string>;
1337
1313
  /**
1338
1314
  * Use this to override the default service endpoint URL
1339
1315
  */
@@ -1360,33 +1336,63 @@ export interface ProviderIgnoreTags {
1360
1336
  export declare namespace accessanalyzer {
1361
1337
  interface AnalyzerConfiguration {
1362
1338
  /**
1363
- * A block that specifies the configuration of an unused access analyzer for an AWS organization or account. Documented below
1339
+ * Specifies the configuration of an internal access analyzer for an AWS organization or account. This configuration determines how the analyzer evaluates access within your AWS environment. See `internalAccess` Block for details.
1340
+ */
1341
+ internalAccess?: pulumi.Input<inputs.accessanalyzer.AnalyzerConfigurationInternalAccess>;
1342
+ /**
1343
+ * Specifies the configuration of an unused access analyzer for an AWS organization or account. See `unusedAccess` Block for details.
1364
1344
  */
1365
1345
  unusedAccess?: pulumi.Input<inputs.accessanalyzer.AnalyzerConfigurationUnusedAccess>;
1366
1346
  }
1347
+ interface AnalyzerConfigurationInternalAccess {
1348
+ /**
1349
+ * Information about analysis rules for the internal access analyzer. These rules determine which resources and access patterns will be analyzed. See `analysisRule` Block for Internal Access Analyzer for details.
1350
+ */
1351
+ analysisRule?: pulumi.Input<inputs.accessanalyzer.AnalyzerConfigurationInternalAccessAnalysisRule>;
1352
+ }
1353
+ interface AnalyzerConfigurationInternalAccessAnalysisRule {
1354
+ /**
1355
+ * List of rules for the internal access analyzer containing criteria to include in analysis. Only resources that meet the rule criteria will generate findings. See `inclusion` Block for details.
1356
+ */
1357
+ inclusions?: pulumi.Input<pulumi.Input<inputs.accessanalyzer.AnalyzerConfigurationInternalAccessAnalysisRuleInclusion>[]>;
1358
+ }
1359
+ interface AnalyzerConfigurationInternalAccessAnalysisRuleInclusion {
1360
+ /**
1361
+ * List of AWS account IDs to apply to the internal access analysis rule criteria. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers.
1362
+ */
1363
+ accountIds?: pulumi.Input<pulumi.Input<string>[]>;
1364
+ /**
1365
+ * List of resource ARNs to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources that match these ARNs.
1366
+ */
1367
+ resourceArns?: pulumi.Input<pulumi.Input<string>[]>;
1368
+ /**
1369
+ * List of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. Refer to [InternalAccessAnalysisRuleCriteria](https://docs.aws.amazon.com/access-analyzer/latest/APIReference/API_InternalAccessAnalysisRuleCriteria.html) in the AWS IAM Access Analyzer API Reference for valid values.
1370
+ */
1371
+ resourceTypes?: pulumi.Input<pulumi.Input<string>[]>;
1372
+ }
1367
1373
  interface AnalyzerConfigurationUnusedAccess {
1368
1374
  /**
1369
- * A block for analysis rules. Documented below
1375
+ * Information about analysis rules for the analyzer. Analysis rules determine which entities will generate findings based on the criteria you define when you create the rule. See `analysisRule` Block for Unused Access Analyzer for details.
1370
1376
  */
1371
1377
  analysisRule?: pulumi.Input<inputs.accessanalyzer.AnalyzerConfigurationUnusedAccessAnalysisRule>;
1372
1378
  /**
1373
- * The specified access age in days for which to generate findings for unused access.
1379
+ * Specified access age in days for which to generate findings for unused access.
1374
1380
  */
1375
1381
  unusedAccessAge?: pulumi.Input<number>;
1376
1382
  }
1377
1383
  interface AnalyzerConfigurationUnusedAccessAnalysisRule {
1378
1384
  /**
1379
- * A block for the analyzer rules containing criteria to exclude from analysis. Documented below
1385
+ * List of rules for the analyzer containing criteria to exclude from analysis. Entities that meet the rule criteria will not generate findings. See `exclusion` Block for details.
1380
1386
  */
1381
1387
  exclusions?: pulumi.Input<pulumi.Input<inputs.accessanalyzer.AnalyzerConfigurationUnusedAccessAnalysisRuleExclusion>[]>;
1382
1388
  }
1383
1389
  interface AnalyzerConfigurationUnusedAccessAnalysisRuleExclusion {
1384
1390
  /**
1385
- * A list of account IDs to exclude from the analysis.
1391
+ * List of AWS account IDs to apply to the analysis rule criteria. The accounts cannot include the organization analyzer owner account. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers.
1386
1392
  */
1387
1393
  accountIds?: pulumi.Input<pulumi.Input<string>[]>;
1388
1394
  /**
1389
- * A list of key-value pairs for resource tags to exclude from the analysis.
1395
+ * List of key-value pairs for resource tags to exclude from the analysis.
1390
1396
  */
1391
1397
  resourceTags?: pulumi.Input<pulumi.Input<{
1392
1398
  [key: string]: pulumi.Input<string>;
@@ -1796,11 +1802,12 @@ export declare namespace alb {
1796
1802
  */
1797
1803
  advertiseTrustStoreCaNames?: pulumi.Input<string>;
1798
1804
  /**
1799
- * Whether client certificate expiry is ignored. Default is `false`.
1805
+ * Whether client certificate expiry is ignored.
1806
+ * Default is `false`.
1800
1807
  */
1801
1808
  ignoreClientCertificateExpiry?: pulumi.Input<boolean>;
1802
1809
  /**
1803
- * Valid values are `off`, `verify` and `passthrough`.
1810
+ * Valid values are `off`, `passthrough`, and `verify`.
1804
1811
  */
1805
1812
  mode: pulumi.Input<string>;
1806
1813
  /**
@@ -2245,6 +2252,42 @@ export declare namespace alb {
2245
2252
  }
2246
2253
  }
2247
2254
  export declare namespace amp {
2255
+ interface QueryLoggingConfigurationDestination {
2256
+ /**
2257
+ * Configuration block for CloudWatch Logs destination. See `cloudwatchLogs`.
2258
+ */
2259
+ cloudwatchLogs?: pulumi.Input<inputs.amp.QueryLoggingConfigurationDestinationCloudwatchLogs>;
2260
+ /**
2261
+ * A list of filter configurations that specify which logs should be sent to the destination. See `filters`.
2262
+ */
2263
+ filters?: pulumi.Input<inputs.amp.QueryLoggingConfigurationDestinationFilters>;
2264
+ }
2265
+ interface QueryLoggingConfigurationDestinationCloudwatchLogs {
2266
+ /**
2267
+ * The ARN of the CloudWatch log group to which query logs will be sent.
2268
+ */
2269
+ logGroupArn: pulumi.Input<string>;
2270
+ }
2271
+ interface QueryLoggingConfigurationDestinationFilters {
2272
+ /**
2273
+ * The Query Samples Processed (QSP) threshold above which queries will be logged. Queries processing more samples than this threshold will be captured in logs.
2274
+ */
2275
+ qspThreshold: pulumi.Input<number>;
2276
+ }
2277
+ interface QueryLoggingConfigurationTimeouts {
2278
+ /**
2279
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
2280
+ */
2281
+ create?: pulumi.Input<string>;
2282
+ /**
2283
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
2284
+ */
2285
+ delete?: pulumi.Input<string>;
2286
+ /**
2287
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
2288
+ */
2289
+ update?: pulumi.Input<string>;
2290
+ }
2248
2291
  interface ScraperDestination {
2249
2292
  /**
2250
2293
  * Configuration block for an Amazon Managed Prometheus workspace destination. See `amp`.
@@ -2402,6 +2445,12 @@ export declare namespace amplify {
2402
2445
  */
2403
2446
  target: pulumi.Input<string>;
2404
2447
  }
2448
+ interface AppJobConfig {
2449
+ /**
2450
+ * Size of the build instance. Valid values: `STANDARD_8GB`, `LARGE_16GB`, and `XLARGE_72GB`. Default: `STANDARD_8GB`.
2451
+ */
2452
+ buildComputeType?: pulumi.Input<string>;
2453
+ }
2405
2454
  interface AppProductionBranch {
2406
2455
  /**
2407
2456
  * Branch name for the production branch.
@@ -2466,22 +2515,6 @@ export declare namespace apigateway {
2466
2515
  */
2467
2516
  rateLimit: pulumi.Input<number>;
2468
2517
  }
2469
- interface DeploymentCanarySettings {
2470
- /**
2471
- * Percentage (0.0-100.0) of traffic routed to the canary deployment.
2472
- */
2473
- percentTraffic?: pulumi.Input<number>;
2474
- /**
2475
- * Stage variable overrides used for the canary release deployment. They can override existing stage variables or add new stage variables for the canary release deployment. These stage variables are represented as a string-to-string map between stage variable names and their values.
2476
- */
2477
- stageVariableOverrides?: pulumi.Input<{
2478
- [key: string]: pulumi.Input<string>;
2479
- }>;
2480
- /**
2481
- * Boolean flag to indicate whether the canary release deployment uses the stage cache or not.
2482
- */
2483
- useStageCache?: pulumi.Input<boolean>;
2484
- }
2485
2518
  interface DocumentationPartLocation {
2486
2519
  /**
2487
2520
  * HTTP verb of a method. The default value is `*` for any method.
@@ -3794,7 +3827,8 @@ export declare namespace appflow {
3794
3827
  bucketPrefix?: pulumi.Input<string>;
3795
3828
  privateLinkServiceName?: pulumi.Input<string>;
3796
3829
  /**
3797
- * AWS Region of the Snowflake account.
3830
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
3831
+ * * `name ` (Required) - Name of the connector profile. The name is unique for each `ConnectorProfile` in your AWS account.
3798
3832
  */
3799
3833
  region?: pulumi.Input<string>;
3800
3834
  /**
@@ -7742,56 +7776,6 @@ export declare namespace auditmanager {
7742
7776
  */
7743
7777
  id: pulumi.Input<string>;
7744
7778
  }
7745
- interface GetControlControlMappingSource {
7746
- sourceDescription?: string;
7747
- sourceFrequency?: string;
7748
- sourceId?: string;
7749
- sourceKeyword?: inputs.auditmanager.GetControlControlMappingSourceSourceKeyword;
7750
- sourceName?: string;
7751
- sourceSetUpOption?: string;
7752
- sourceType?: string;
7753
- troubleshootingText?: string;
7754
- }
7755
- interface GetControlControlMappingSourceArgs {
7756
- sourceDescription?: pulumi.Input<string>;
7757
- sourceFrequency?: pulumi.Input<string>;
7758
- sourceId?: pulumi.Input<string>;
7759
- sourceKeyword?: pulumi.Input<inputs.auditmanager.GetControlControlMappingSourceSourceKeywordArgs>;
7760
- sourceName?: pulumi.Input<string>;
7761
- sourceSetUpOption?: pulumi.Input<string>;
7762
- sourceType?: pulumi.Input<string>;
7763
- troubleshootingText?: pulumi.Input<string>;
7764
- }
7765
- interface GetControlControlMappingSourceSourceKeyword {
7766
- keywordInputType?: string;
7767
- keywordValue?: string;
7768
- }
7769
- interface GetControlControlMappingSourceSourceKeywordArgs {
7770
- keywordInputType?: pulumi.Input<string>;
7771
- keywordValue?: pulumi.Input<string>;
7772
- }
7773
- interface GetFrameworkControlSet {
7774
- controls?: inputs.auditmanager.GetFrameworkControlSetControl[];
7775
- id?: string;
7776
- /**
7777
- * Name of the framework.
7778
- */
7779
- name?: string;
7780
- }
7781
- interface GetFrameworkControlSetArgs {
7782
- controls?: pulumi.Input<pulumi.Input<inputs.auditmanager.GetFrameworkControlSetControlArgs>[]>;
7783
- id?: pulumi.Input<string>;
7784
- /**
7785
- * Name of the framework.
7786
- */
7787
- name?: pulumi.Input<string>;
7788
- }
7789
- interface GetFrameworkControlSetControl {
7790
- id?: string;
7791
- }
7792
- interface GetFrameworkControlSetControlArgs {
7793
- id?: pulumi.Input<string>;
7794
- }
7795
7779
  }
7796
7780
  export declare namespace autoscaling {
7797
7781
  interface GetAmiIdsFilter {
@@ -9364,7 +9348,7 @@ export declare namespace batch {
9364
9348
  /**
9365
9349
  * Properties of the container that's used on the Amazon EKS pod. See containers below.
9366
9350
  */
9367
- containers: pulumi.Input<inputs.batch.JobDefinitionEksPropertiesPodPropertiesContainers>;
9351
+ containers: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksPropertiesPodPropertiesContainer>[]>;
9368
9352
  /**
9369
9353
  * DNS policy for the pod. The default value is `ClusterFirst`. If the `hostNetwork` argument is not specified, the default is `ClusterFirstWithHostNet`. `ClusterFirst` indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation.
9370
9354
  */
@@ -9398,7 +9382,7 @@ export declare namespace batch {
9398
9382
  */
9399
9383
  volumes?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksPropertiesPodPropertiesVolume>[]>;
9400
9384
  }
9401
- interface JobDefinitionEksPropertiesPodPropertiesContainers {
9385
+ interface JobDefinitionEksPropertiesPodPropertiesContainer {
9402
9386
  /**
9403
9387
  * Array of arguments to the entrypoint. If this isn't specified, the CMD of the container image is used. This corresponds to the args member in the Entrypoint portion of the Pod in Kubernetes. Environment variable references are expanded using the container's environment.
9404
9388
  */
@@ -9410,7 +9394,7 @@ export declare namespace batch {
9410
9394
  /**
9411
9395
  * Environment variables to pass to a container. See EKS Environment below.
9412
9396
  */
9413
- envs?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksPropertiesPodPropertiesContainersEnv>[]>;
9397
+ envs?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksPropertiesPodPropertiesContainerEnv>[]>;
9414
9398
  /**
9415
9399
  * Docker image used to start the container.
9416
9400
  */
@@ -9426,17 +9410,17 @@ export declare namespace batch {
9426
9410
  /**
9427
9411
  * Type and amount of resources to assign to a container. The supported resources include `memory`, `cpu`, and `nvidia.com/gpu`.
9428
9412
  */
9429
- resources?: pulumi.Input<inputs.batch.JobDefinitionEksPropertiesPodPropertiesContainersResources>;
9413
+ resources?: pulumi.Input<inputs.batch.JobDefinitionEksPropertiesPodPropertiesContainerResources>;
9430
9414
  /**
9431
9415
  * Security context for a job.
9432
9416
  */
9433
- securityContext?: pulumi.Input<inputs.batch.JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext>;
9417
+ securityContext?: pulumi.Input<inputs.batch.JobDefinitionEksPropertiesPodPropertiesContainerSecurityContext>;
9434
9418
  /**
9435
9419
  * Volume mounts for the container.
9436
9420
  */
9437
- volumeMounts?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount>[]>;
9421
+ volumeMounts?: pulumi.Input<pulumi.Input<inputs.batch.JobDefinitionEksPropertiesPodPropertiesContainerVolumeMount>[]>;
9438
9422
  }
9439
- interface JobDefinitionEksPropertiesPodPropertiesContainersEnv {
9423
+ interface JobDefinitionEksPropertiesPodPropertiesContainerEnv {
9440
9424
  /**
9441
9425
  * Name of the job definition.
9442
9426
  */
@@ -9446,7 +9430,7 @@ export declare namespace batch {
9446
9430
  */
9447
9431
  value: pulumi.Input<string>;
9448
9432
  }
9449
- interface JobDefinitionEksPropertiesPodPropertiesContainersResources {
9433
+ interface JobDefinitionEksPropertiesPodPropertiesContainerResources {
9450
9434
  limits?: pulumi.Input<{
9451
9435
  [key: string]: pulumi.Input<string>;
9452
9436
  }>;
@@ -9454,14 +9438,14 @@ export declare namespace batch {
9454
9438
  [key: string]: pulumi.Input<string>;
9455
9439
  }>;
9456
9440
  }
9457
- interface JobDefinitionEksPropertiesPodPropertiesContainersSecurityContext {
9441
+ interface JobDefinitionEksPropertiesPodPropertiesContainerSecurityContext {
9458
9442
  privileged?: pulumi.Input<boolean>;
9459
9443
  readOnlyRootFileSystem?: pulumi.Input<boolean>;
9460
9444
  runAsGroup?: pulumi.Input<number>;
9461
9445
  runAsNonRoot?: pulumi.Input<boolean>;
9462
9446
  runAsUser?: pulumi.Input<number>;
9463
9447
  }
9464
- interface JobDefinitionEksPropertiesPodPropertiesContainersVolumeMount {
9448
+ interface JobDefinitionEksPropertiesPodPropertiesContainerVolumeMount {
9465
9449
  mountPath: pulumi.Input<string>;
9466
9450
  /**
9467
9451
  * Name of the job definition.
@@ -9701,9 +9685,6 @@ export declare namespace bcmdata {
9701
9685
  * Destination configuration for this specific data export. See the `destinationConfigurations` argument reference below.
9702
9686
  */
9703
9687
  destinationConfigurations?: pulumi.Input<pulumi.Input<inputs.bcmdata.ExportExportDestinationConfiguration>[]>;
9704
- /**
9705
- * Amazon Resource Name (ARN) for this export.
9706
- */
9707
9688
  exportArn?: pulumi.Input<string>;
9708
9689
  /**
9709
9690
  * Name of this specific data export.
@@ -11776,28 +11757,6 @@ export declare namespace chime {
11776
11757
  */
11777
11758
  voiceConnectorId: pulumi.Input<string>;
11778
11759
  }
11779
- interface VoiceConnectorOrganizationRoute {
11780
- /**
11781
- * The FQDN or IP address to contact for origination traffic.
11782
- */
11783
- host: pulumi.Input<string>;
11784
- /**
11785
- * The designated origination route port. Defaults to `5060`.
11786
- */
11787
- port?: pulumi.Input<number>;
11788
- /**
11789
- * The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.
11790
- */
11791
- priority: pulumi.Input<number>;
11792
- /**
11793
- * The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.
11794
- */
11795
- protocol: pulumi.Input<string>;
11796
- /**
11797
- * The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.
11798
- */
11799
- weight: pulumi.Input<number>;
11800
- }
11801
11760
  interface VoiceConnectorOriginationRoute {
11802
11761
  /**
11803
11762
  * The FQDN or IP address to contact for origination traffic.
@@ -12227,7 +12186,7 @@ export declare namespace cloudformation {
12227
12186
  */
12228
12187
  organizationalUnitId?: pulumi.Input<string>;
12229
12188
  /**
12230
- * Region that the stack instance is associated with.
12189
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
12231
12190
  */
12232
12191
  region?: pulumi.Input<string>;
12233
12192
  /**
@@ -12469,11 +12428,11 @@ export declare namespace cloudfront {
12469
12428
  }
12470
12429
  interface ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig {
12471
12430
  /**
12472
- * The amount of time in seconds after which sessions will cease if no requests are received. Valid values are `300` `3600` (5–60 minutes). The value must be less than or equal to `maximumTtl`.
12431
+ * The amount of time in seconds after which sessions will cease if no requests are received. Valid values are `300` - `3600` (5–60 minutes). The value must be less than or equal to `maximumTtl`.
12473
12432
  */
12474
12433
  idleTtl: pulumi.Input<number>;
12475
12434
  /**
12476
- * The maximum amount of time in seconds to consider requests from the viewer as being part of the same session. Valid values are `300` `3600` (5–60 minutes). The value must be greater than or equal to `idleTtl`.
12435
+ * The maximum amount of time in seconds to consider requests from the viewer as being part of the same session. Valid values are `300` - `3600` (5–60 minutes). The value must be greater than or equal to `idleTtl`.
12477
12436
  */
12478
12437
  maximumTtl: pulumi.Input<number>;
12479
12438
  }
@@ -14384,6 +14343,14 @@ export declare namespace cloudwatch {
14384
14343
  metricName: pulumi.Input<string>;
14385
14344
  namespace: pulumi.Input<string>;
14386
14345
  }
14346
+ /**
14347
+ * Represents an AWS IAM policy document that defines permissions for AWS resources and actions.
14348
+ */
14349
+ interface PolicyDocument {
14350
+ Id?: pulumi.Input<string>;
14351
+ Statement: pulumi.Input<pulumi.Input<inputs.iam.PolicyStatement>[]>;
14352
+ Version: pulumi.Input<enums.iam.PolicyDocumentVersion>;
14353
+ }
14387
14354
  }
14388
14355
  export declare namespace codeartifact {
14389
14356
  interface RepositoryExternalConnections {
@@ -14586,6 +14553,10 @@ export declare namespace codebuild {
14586
14553
  * the [CodeBuild User Guide](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html).
14587
14554
  */
14588
14555
  computeType: pulumi.Input<string>;
14556
+ /**
14557
+ * Configuration block. Detailed below.
14558
+ */
14559
+ dockerServer?: pulumi.Input<inputs.codebuild.ProjectEnvironmentDockerServer>;
14589
14560
  /**
14590
14561
  * Configuration block. Detailed below.
14591
14562
  */
@@ -14625,6 +14596,16 @@ export declare namespace codebuild {
14625
14596
  */
14626
14597
  type: pulumi.Input<string>;
14627
14598
  }
14599
+ interface ProjectEnvironmentDockerServer {
14600
+ /**
14601
+ * Compute type for the Docker server. Valid values: `BUILD_GENERAL1_SMALL`, `BUILD_GENERAL1_MEDIUM`, `BUILD_GENERAL1_LARGE`, `BUILD_GENERAL1_XLARGE`, and `BUILD_GENERAL1_2XLARGE`.
14602
+ */
14603
+ computeType: pulumi.Input<string>;
14604
+ /**
14605
+ * List of security group IDs to assign to the Docker server.
14606
+ */
14607
+ securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
14608
+ }
14628
14609
  interface ProjectEnvironmentEnvironmentVariable {
14629
14610
  /**
14630
14611
  * Environment variable's name or key.
@@ -20165,38 +20146,6 @@ export declare namespace devopsguru {
20165
20146
  */
20166
20147
  topicArn?: pulumi.Input<string>;
20167
20148
  }
20168
- interface GetResourceCollectionCloudformation {
20169
- /**
20170
- * Array of the names of the AWS CloudFormation stacks.
20171
- */
20172
- stackNames?: string[];
20173
- }
20174
- interface GetResourceCollectionCloudformationArgs {
20175
- /**
20176
- * Array of the names of the AWS CloudFormation stacks.
20177
- */
20178
- stackNames?: pulumi.Input<pulumi.Input<string>[]>;
20179
- }
20180
- interface GetResourceCollectionTag {
20181
- /**
20182
- * An AWS tag key that is used to identify the AWS resources that DevOps Guru analyzes.
20183
- */
20184
- appBoundaryKey?: string;
20185
- /**
20186
- * Array of tag values.
20187
- */
20188
- tagValues?: string[];
20189
- }
20190
- interface GetResourceCollectionTagArgs {
20191
- /**
20192
- * An AWS tag key that is used to identify the AWS resources that DevOps Guru analyzes.
20193
- */
20194
- appBoundaryKey?: pulumi.Input<string>;
20195
- /**
20196
- * Array of tag values.
20197
- */
20198
- tagValues?: pulumi.Input<pulumi.Input<string>[]>;
20199
- }
20200
20149
  interface NotificationChannelFilters {
20201
20150
  /**
20202
20151
  * Events to receive notifications for. Valid values are `NEW_INSIGHT`, `CLOSED_INSIGHT`, `NEW_ASSOCIATION`, `SEVERITY_UPGRADED`, and `NEW_RECOMMENDATION`.
@@ -20791,160 +20740,6 @@ export declare namespace dms {
20791
20740
  */
20792
20741
  serviceAccessRoleArn?: pulumi.Input<string>;
20793
20742
  }
20794
- interface EndpointS3Settings {
20795
- /**
20796
- * Whether to add column name information to the .csv output file. Default is `false`.
20797
- */
20798
- addColumnName?: pulumi.Input<boolean>;
20799
- /**
20800
- * S3 object prefix.
20801
- */
20802
- bucketFolder?: pulumi.Input<string>;
20803
- /**
20804
- * S3 bucket name.
20805
- */
20806
- bucketName?: pulumi.Input<string>;
20807
- /**
20808
- * Predefined (canned) access control list for objects created in an S3 bucket. Valid values include `none`, `private`, `public-read`, `public-read-write`, `authenticated-read`, `aws-exec-read`, `bucket-owner-read`, and `bucket-owner-full-control`. Default is `none`.
20809
- */
20810
- cannedAclForObjects?: pulumi.Input<string>;
20811
- /**
20812
- * Whether to write insert and update operations to .csv or .parquet output files. Default is `false`.
20813
- */
20814
- cdcInsertsAndUpdates?: pulumi.Input<boolean>;
20815
- /**
20816
- * Whether to write insert operations to .csv or .parquet output files. Default is `false`.
20817
- */
20818
- cdcInsertsOnly?: pulumi.Input<boolean>;
20819
- /**
20820
- * Maximum length of the interval, defined in seconds, after which to output a file to Amazon S3. Default is `60`.
20821
- */
20822
- cdcMaxBatchInterval?: pulumi.Input<number>;
20823
- /**
20824
- * Minimum file size condition as defined in kilobytes to output a file to Amazon S3. Default is `32000`. **NOTE:** Previously, this setting was measured in megabytes but now represents kilobytes. Update configurations accordingly.
20825
- */
20826
- cdcMinFileSize?: pulumi.Input<number>;
20827
- /**
20828
- * Folder path of CDC files. For an S3 source, this setting is required if a task captures change data; otherwise, it's optional. If `cdcPath` is set, AWS DMS reads CDC files from this path and replicates the data changes to the target endpoint. Supported in AWS DMS versions 3.4.2 and later.
20829
- */
20830
- cdcPath?: pulumi.Input<string>;
20831
- /**
20832
- * Set to compress target files. Default is `NONE`. Valid values are `GZIP` and `NONE`.
20833
- */
20834
- compressionType?: pulumi.Input<string>;
20835
- /**
20836
- * Delimiter used to separate columns in the source files. Default is `,`.
20837
- */
20838
- csvDelimiter?: pulumi.Input<string>;
20839
- /**
20840
- * String to use for all columns not included in the supplemental log.
20841
- */
20842
- csvNoSupValue?: pulumi.Input<string>;
20843
- /**
20844
- * String to as null when writing to the target.
20845
- */
20846
- csvNullValue?: pulumi.Input<string>;
20847
- /**
20848
- * Delimiter used to separate rows in the source files. Default is `\n`.
20849
- */
20850
- csvRowDelimiter?: pulumi.Input<string>;
20851
- /**
20852
- * Output format for the files that AWS DMS uses to create S3 objects. Valid values are `csv` and `parquet`. Default is `csv`.
20853
- */
20854
- dataFormat?: pulumi.Input<string>;
20855
- /**
20856
- * Size of one data page in bytes. Default is `1048576` (1 MiB).
20857
- */
20858
- dataPageSize?: pulumi.Input<number>;
20859
- /**
20860
- * Date separating delimiter to use during folder partitioning. Valid values are `SLASH`, `UNDERSCORE`, `DASH`, and `NONE`. Default is `SLASH`.
20861
- */
20862
- datePartitionDelimiter?: pulumi.Input<string>;
20863
- /**
20864
- * Partition S3 bucket folders based on transaction commit dates. Default is `false`.
20865
- */
20866
- datePartitionEnabled?: pulumi.Input<boolean>;
20867
- /**
20868
- * Date format to use during folder partitioning. Use this parameter when `datePartitionEnabled` is set to true. Valid values are `YYYYMMDD`, `YYYYMMDDHH`, `YYYYMM`, `MMYYYYDD`, and `DDMMYYYY`. Default is `YYYYMMDD`.
20869
- */
20870
- datePartitionSequence?: pulumi.Input<string>;
20871
- /**
20872
- * Maximum size in bytes of an encoded dictionary page of a column. Default is `1048576` (1 MiB).
20873
- */
20874
- dictPageSizeLimit?: pulumi.Input<number>;
20875
- /**
20876
- * Whether to enable statistics for Parquet pages and row groups. Default is `true`.
20877
- */
20878
- enableStatistics?: pulumi.Input<boolean>;
20879
- /**
20880
- * Type of encoding to use. Value values are `rleDictionary`, `plain`, and `plainDictionary`. Default is `rleDictionary`.
20881
- */
20882
- encodingType?: pulumi.Input<string>;
20883
- /**
20884
- * Server-side encryption mode that you want to encrypt your .csv or .parquet object files copied to S3. Valid values are `SSE_S3` and `SSE_KMS`. Default is `SSE_S3`.
20885
- */
20886
- encryptionMode?: pulumi.Input<string>;
20887
- /**
20888
- * JSON document that describes how AWS DMS should interpret the data.
20889
- */
20890
- externalTableDefinition?: pulumi.Input<string>;
20891
- /**
20892
- * Whether to integrate AWS Glue Data Catalog with an Amazon S3 target. See [Using AWS Glue Data Catalog with an Amazon S3 target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.GlueCatalog) for more information. Default is `false`.
20893
- */
20894
- glueCatalogGeneration?: pulumi.Input<boolean>;
20895
- /**
20896
- * When this value is set to `1`, DMS ignores the first row header in a .csv file. Default is `0`.
20897
- */
20898
- ignoreHeaderRows?: pulumi.Input<number>;
20899
- /**
20900
- * Whether to enable a full load to write INSERT operations to the .csv output files only to indicate how the rows were added to the source database. Default is `false`.
20901
- */
20902
- includeOpForFullLoad?: pulumi.Input<boolean>;
20903
- /**
20904
- * Maximum size (in KB) of any .csv file to be created while migrating to an S3 target during full load. Valid values are from `1` to `1048576`. Default is `1048576` (1 GB).
20905
- */
20906
- maxFileSize?: pulumi.Input<number>;
20907
- /**
20908
- * Specifies the precision of any TIMESTAMP column values written to an S3 object file in .parquet format. Default is `false`.
20909
- */
20910
- parquetTimestampInMillisecond?: pulumi.Input<boolean>;
20911
- /**
20912
- * Version of the .parquet file format. Default is `parquet-1-0`. Valid values are `parquet-1-0` and `parquet-2-0`.
20913
- */
20914
- parquetVersion?: pulumi.Input<string>;
20915
- /**
20916
- * Whether DMS saves the transaction order for a CDC load on the S3 target specified by `cdcPath`. Default is `false`.
20917
- */
20918
- preserveTransactions?: pulumi.Input<boolean>;
20919
- /**
20920
- * For an S3 source, whether each leading double quotation mark has to be followed by an ending double quotation mark. Default is `true`.
20921
- */
20922
- rfc4180?: pulumi.Input<boolean>;
20923
- /**
20924
- * Number of rows in a row group. Default is `10000`.
20925
- */
20926
- rowGroupLength?: pulumi.Input<number>;
20927
- /**
20928
- * ARN or Id of KMS Key to use when `encryptionMode` is `SSE_KMS`.
20929
- */
20930
- serverSideEncryptionKmsKeyId?: pulumi.Input<string>;
20931
- /**
20932
- * ARN of the IAM Role with permissions to read from or write to the S3 Bucket.
20933
- */
20934
- serviceAccessRoleArn?: pulumi.Input<string>;
20935
- /**
20936
- * Column to add with timestamp information to the endpoint data for an Amazon S3 target.
20937
- */
20938
- timestampColumnName?: pulumi.Input<string>;
20939
- /**
20940
- * Whether to use `csvNoSupValue` for columns not included in the supplemental log.
20941
- */
20942
- useCsvNoSupValue?: pulumi.Input<boolean>;
20943
- /**
20944
- * When set to true, uses the task start time as the timestamp column value instead of the time data is written to target. For full load, when set to true, each row of the timestamp column contains the task start time. For CDC loads, each row of the timestamp column contains the transaction commit time. When set to false, the full load timestamp in the timestamp column increments with the time data arrives at the target. Default is `false`.
20945
- */
20946
- useTaskStartTimeForFullLoadTimestamp?: pulumi.Input<boolean>;
20947
- }
20948
20743
  interface ReplicationConfigComputeConfig {
20949
20744
  /**
20950
20745
  * The Availability Zone where the DMS Serverless replication using this configuration will run. The default value is a random.
@@ -21305,6 +21100,10 @@ export declare namespace dynamodb {
21305
21100
  * ARN of the table
21306
21101
  */
21307
21102
  arn?: pulumi.Input<string>;
21103
+ /**
21104
+ * Whether this global table will be using `STRONG` consistency mode or `EVENTUAL` consistency mode. Default value is `EVENTUAL`.
21105
+ */
21106
+ consistencyMode?: pulumi.Input<string>;
21308
21107
  /**
21309
21108
  * ARN of the CMK that should be used for the AWS KMS encryption.
21310
21109
  * This argument should only be used if the key is different from the default KMS-managed DynamoDB key, `alias/aws/dynamodb`.
@@ -22289,7 +22088,7 @@ export declare namespace ec2 {
22289
22088
  }
22290
22089
  interface FlowLogDestinationOptions {
22291
22090
  /**
22292
- * The format for the flow log. Default value: `plain-text`. Valid values: `plain-text`, `parquet`.
22091
+ * File format for the flow log. Default value: `plain-text`. Valid values: `plain-text`, `parquet`.
22293
22092
  */
22294
22093
  fileFormat?: pulumi.Input<string>;
22295
22094
  /**
@@ -23209,68 +23008,6 @@ export declare namespace ec2 {
23209
23008
  */
23210
23009
  values: pulumi.Input<pulumi.Input<string>[]>;
23211
23010
  }
23212
- interface GetVpcIamPoolCidrsFilter {
23213
- /**
23214
- * Name of the field to filter by, as defined by
23215
- * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetIpamPoolCidrs.html).
23216
- */
23217
- name: string;
23218
- /**
23219
- * Set of values that are accepted for the given field.
23220
- */
23221
- values: string[];
23222
- }
23223
- interface GetVpcIamPoolCidrsFilterArgs {
23224
- /**
23225
- * Name of the field to filter by, as defined by
23226
- * [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetIpamPoolCidrs.html).
23227
- */
23228
- name: pulumi.Input<string>;
23229
- /**
23230
- * Set of values that are accepted for the given field.
23231
- */
23232
- values: pulumi.Input<pulumi.Input<string>[]>;
23233
- }
23234
- interface GetVpcIamPoolFilter {
23235
- /**
23236
- * The name of the filter. Filter names are case-sensitive.
23237
- */
23238
- name: string;
23239
- /**
23240
- * The filter values. Filter values are case-sensitive.
23241
- */
23242
- values: string[];
23243
- }
23244
- interface GetVpcIamPoolFilterArgs {
23245
- /**
23246
- * The name of the filter. Filter names are case-sensitive.
23247
- */
23248
- name: pulumi.Input<string>;
23249
- /**
23250
- * The filter values. Filter values are case-sensitive.
23251
- */
23252
- values: pulumi.Input<pulumi.Input<string>[]>;
23253
- }
23254
- interface GetVpcIamPoolsFilter {
23255
- /**
23256
- * The name of the filter. Filter names are case-sensitive.
23257
- */
23258
- name: string;
23259
- /**
23260
- * The filter values. Filter values are case-sensitive.
23261
- */
23262
- values: string[];
23263
- }
23264
- interface GetVpcIamPoolsFilterArgs {
23265
- /**
23266
- * The name of the filter. Filter names are case-sensitive.
23267
- */
23268
- name: pulumi.Input<string>;
23269
- /**
23270
- * The filter values. Filter values are case-sensitive.
23271
- */
23272
- values: pulumi.Input<pulumi.Input<string>[]>;
23273
- }
23274
23011
  interface GetVpcIpamPoolCidrsFilter {
23275
23012
  /**
23276
23013
  * Name of the field to filter by, as defined by
@@ -23881,18 +23618,6 @@ export declare namespace ec2 {
23881
23618
  */
23882
23619
  cpuCredits?: pulumi.Input<string>;
23883
23620
  }
23884
- interface LaunchTemplateElasticGpuSpecification {
23885
- /**
23886
- * The [Elastic GPU Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-graphics.html#elastic-graphics-basics)
23887
- */
23888
- type: pulumi.Input<string>;
23889
- }
23890
- interface LaunchTemplateElasticInferenceAccelerator {
23891
- /**
23892
- * Accelerator type.
23893
- */
23894
- type: pulumi.Input<string>;
23895
- }
23896
23621
  interface LaunchTemplateEnclaveOptions {
23897
23622
  /**
23898
23623
  * If set to `true`, Nitro Enclaves will be enabled on the instance.
@@ -26940,6 +26665,75 @@ export declare namespace ecr {
26940
26665
  */
26941
26666
  tagStatus: pulumi.Input<string>;
26942
26667
  }
26668
+ interface LifecyclePolicyAction {
26669
+ /**
26670
+ * The type of action to take. Currently only 'expire' is supported.
26671
+ */
26672
+ type: pulumi.Input<enums.ecr.LifecyclePolicyActionType>;
26673
+ }
26674
+ /**
26675
+ * Represents an ECR lifecycle policy document.
26676
+ */
26677
+ interface LifecyclePolicyDocument {
26678
+ /**
26679
+ * The rules that comprise the lifecycle policy.
26680
+ */
26681
+ rules: pulumi.Input<pulumi.Input<inputs.ecr.LifecyclePolicyRule>[]>;
26682
+ }
26683
+ /**
26684
+ * Represents a rule in an ECR lifecycle policy.
26685
+ */
26686
+ interface LifecyclePolicyRule {
26687
+ /**
26688
+ * The action to take when the rule is triggered.
26689
+ */
26690
+ action: pulumi.Input<inputs.ecr.LifecyclePolicyAction>;
26691
+ /**
26692
+ * A description of the rule.
26693
+ */
26694
+ description?: pulumi.Input<string>;
26695
+ /**
26696
+ * The priority of the rule, must be unique within the policy.
26697
+ */
26698
+ rulePriority: pulumi.Input<number>;
26699
+ /**
26700
+ * The selection criteria for the rule.
26701
+ */
26702
+ selection: pulumi.Input<inputs.ecr.LifecyclePolicySelection>;
26703
+ }
26704
+ /**
26705
+ * Represents selection criteria for an ECR lifecycle policy rule.
26706
+ */
26707
+ interface LifecyclePolicySelection {
26708
+ /**
26709
+ * The count number to use with the count type.
26710
+ */
26711
+ countNumber: pulumi.Input<number>;
26712
+ /**
26713
+ * The type of count to perform. Either 'imageCountMoreThan' or 'sinceImagePushed'.
26714
+ */
26715
+ countType: pulumi.Input<enums.ecr.LifecyclePolicyCountType>;
26716
+ /**
26717
+ * The unit of time for sinceImagePushed. Either 'days'.
26718
+ */
26719
+ countUnit?: pulumi.Input<string>;
26720
+ /**
26721
+ * A list of image tag prefixes on which to take action.
26722
+ */
26723
+ tagPrefixList?: pulumi.Input<pulumi.Input<string>[]>;
26724
+ /**
26725
+ * The tag status of the image. Either 'tagged', 'untagged', or 'any'.
26726
+ */
26727
+ tagStatus: pulumi.Input<enums.ecr.LifecyclePolicyTagStatus>;
26728
+ }
26729
+ /**
26730
+ * Represents an AWS IAM policy document that defines permissions for AWS resources and actions.
26731
+ */
26732
+ interface PolicyDocument {
26733
+ Id?: pulumi.Input<string>;
26734
+ Statement: pulumi.Input<pulumi.Input<inputs.iam.PolicyStatement>[]>;
26735
+ Version: pulumi.Input<enums.iam.PolicyDocumentVersion>;
26736
+ }
26943
26737
  interface RegistryScanningConfigurationRule {
26944
26738
  /**
26945
26739
  * One or more repository filter blocks, containing a `filter` (required string filtering repositories, see pattern regex [here](https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_ScanningRepositoryFilter.html)) and a `filterType` (required string, currently only `WILDCARD` is supported).
@@ -27247,12 +27041,6 @@ export declare namespace ecs {
27247
27041
  * Amazon Resource Name (ARN) of the task execution role override for the task.
27248
27042
  */
27249
27043
  executionRoleArn?: string;
27250
- /**
27251
- * **DEPRECATED** Elastic Inference accelerator override for the task. See below.
27252
- *
27253
- * @deprecated inference_accelerator_overrides is deprecated. AWS no longer supports the Elastic Inference service.
27254
- */
27255
- inferenceAcceleratorOverrides?: inputs.ecs.GetTaskExecutionOverridesInferenceAcceleratorOverride[];
27256
27044
  /**
27257
27045
  * The memory override for the task.
27258
27046
  */
@@ -27275,12 +27063,6 @@ export declare namespace ecs {
27275
27063
  * Amazon Resource Name (ARN) of the task execution role override for the task.
27276
27064
  */
27277
27065
  executionRoleArn?: pulumi.Input<string>;
27278
- /**
27279
- * **DEPRECATED** Elastic Inference accelerator override for the task. See below.
27280
- *
27281
- * @deprecated inference_accelerator_overrides is deprecated. AWS no longer supports the Elastic Inference service.
27282
- */
27283
- inferenceAcceleratorOverrides?: pulumi.Input<pulumi.Input<inputs.ecs.GetTaskExecutionOverridesInferenceAcceleratorOverrideArgs>[]>;
27284
27066
  /**
27285
27067
  * The memory override for the task.
27286
27068
  */
@@ -27372,44 +27154,24 @@ export declare namespace ecs {
27372
27154
  }
27373
27155
  interface GetTaskExecutionOverridesContainerOverrideResourceRequirement {
27374
27156
  /**
27375
- * The type of resource to assign to a container. Valid values are `GPU` or `InferenceAccelerator`.
27157
+ * The type of resource to assign to a container. Valid values are `GPU`.
27376
27158
  */
27377
27159
  type: string;
27378
27160
  /**
27379
- * The value for the specified resource type. If the `GPU` type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on. If the `InferenceAccelerator` type is used, the value matches the `deviceName` for an InferenceAccelerator specified in a task definition.
27161
+ * The value for the specified resource type. If the `GPU` type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.
27380
27162
  */
27381
27163
  value: string;
27382
27164
  }
27383
27165
  interface GetTaskExecutionOverridesContainerOverrideResourceRequirementArgs {
27384
27166
  /**
27385
- * The type of resource to assign to a container. Valid values are `GPU` or `InferenceAccelerator`.
27167
+ * The type of resource to assign to a container. Valid values are `GPU`.
27386
27168
  */
27387
27169
  type: pulumi.Input<string>;
27388
27170
  /**
27389
- * The value for the specified resource type. If the `GPU` type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on. If the `InferenceAccelerator` type is used, the value matches the `deviceName` for an InferenceAccelerator specified in a task definition.
27171
+ * The value for the specified resource type. If the `GPU` type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.
27390
27172
  */
27391
27173
  value: pulumi.Input<string>;
27392
27174
  }
27393
- interface GetTaskExecutionOverridesInferenceAcceleratorOverride {
27394
- /**
27395
- * The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.
27396
- */
27397
- deviceName?: string;
27398
- /**
27399
- * The Elastic Inference accelerator type to use.
27400
- */
27401
- deviceType?: string;
27402
- }
27403
- interface GetTaskExecutionOverridesInferenceAcceleratorOverrideArgs {
27404
- /**
27405
- * The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.
27406
- */
27407
- deviceName?: pulumi.Input<string>;
27408
- /**
27409
- * The Elastic Inference accelerator type to use.
27410
- */
27411
- deviceType?: pulumi.Input<string>;
27412
- }
27413
27175
  interface GetTaskExecutionPlacementConstraint {
27414
27176
  /**
27415
27177
  * A cluster query language expression to apply to the constraint. The expression can have a maximum length of 2000 characters. You can't specify an expression if the constraint type is `distinctInstance`.
@@ -27779,16 +27541,6 @@ export declare namespace ecs {
27779
27541
  */
27780
27542
  sizeInGib: pulumi.Input<number>;
27781
27543
  }
27782
- interface TaskDefinitionInferenceAccelerator {
27783
- /**
27784
- * Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a ResourceRequirement.
27785
- */
27786
- deviceName: pulumi.Input<string>;
27787
- /**
27788
- * Elastic Inference accelerator type to use.
27789
- */
27790
- deviceType: pulumi.Input<string>;
27791
- }
27792
27544
  interface TaskDefinitionPlacementConstraint {
27793
27545
  /**
27794
27546
  * Cluster Query Language expression to apply to the constraint. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html).
@@ -28967,6 +28719,14 @@ export declare namespace elasticsearch {
28967
28719
  */
28968
28720
  vpcId?: pulumi.Input<string>;
28969
28721
  }
28722
+ /**
28723
+ * Represents an AWS IAM policy document that defines permissions for AWS resources and actions.
28724
+ */
28725
+ interface PolicyDocument {
28726
+ Id?: pulumi.Input<string>;
28727
+ Statement: pulumi.Input<pulumi.Input<inputs.iam.PolicyStatement>[]>;
28728
+ Version: pulumi.Input<enums.iam.PolicyDocumentVersion>;
28729
+ }
28970
28730
  interface VpcEndpointVpcOptions {
28971
28731
  availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
28972
28732
  /**
@@ -29805,98 +29565,6 @@ export declare namespace emr {
29805
29565
  */
29806
29566
  prefix?: pulumi.Input<string>;
29807
29567
  }
29808
- interface GetSupportedInstanceTypesSupportedInstanceType {
29809
- /**
29810
- * CPU architecture.
29811
- */
29812
- architecture?: string;
29813
- /**
29814
- * Indicates whether the instance type supports Amazon EBS optimization.
29815
- */
29816
- ebsOptimizedAvailable?: boolean;
29817
- /**
29818
- * Indicates whether the instance type uses Amazon EBS optimization by default.
29819
- */
29820
- ebsOptimizedByDefault?: boolean;
29821
- /**
29822
- * Indicates whether the instance type only supports Amazon EBS.
29823
- */
29824
- ebsStorageOnly?: boolean;
29825
- /**
29826
- * The Amazon EC2 family and generation for the instance type.
29827
- */
29828
- instanceFamilyId?: string;
29829
- /**
29830
- * Indicates whether the instance type only supports 64-bit architecture.
29831
- */
29832
- is64BitsOnly?: boolean;
29833
- /**
29834
- * Memory that is available to Amazon EMR from the instance type.
29835
- */
29836
- memoryGb?: number;
29837
- /**
29838
- * Number of disks for the instance type.
29839
- */
29840
- numberOfDisks?: number;
29841
- /**
29842
- * Storage capacity of the instance type.
29843
- */
29844
- storageGb?: number;
29845
- /**
29846
- * Amazon EC2 instance type. For example, `m5.xlarge`.
29847
- */
29848
- type?: string;
29849
- /**
29850
- * The number of vCPUs available for the instance type.
29851
- */
29852
- vcpu?: number;
29853
- }
29854
- interface GetSupportedInstanceTypesSupportedInstanceTypeArgs {
29855
- /**
29856
- * CPU architecture.
29857
- */
29858
- architecture?: pulumi.Input<string>;
29859
- /**
29860
- * Indicates whether the instance type supports Amazon EBS optimization.
29861
- */
29862
- ebsOptimizedAvailable?: pulumi.Input<boolean>;
29863
- /**
29864
- * Indicates whether the instance type uses Amazon EBS optimization by default.
29865
- */
29866
- ebsOptimizedByDefault?: pulumi.Input<boolean>;
29867
- /**
29868
- * Indicates whether the instance type only supports Amazon EBS.
29869
- */
29870
- ebsStorageOnly?: pulumi.Input<boolean>;
29871
- /**
29872
- * The Amazon EC2 family and generation for the instance type.
29873
- */
29874
- instanceFamilyId?: pulumi.Input<string>;
29875
- /**
29876
- * Indicates whether the instance type only supports 64-bit architecture.
29877
- */
29878
- is64BitsOnly?: pulumi.Input<boolean>;
29879
- /**
29880
- * Memory that is available to Amazon EMR from the instance type.
29881
- */
29882
- memoryGb?: pulumi.Input<number>;
29883
- /**
29884
- * Number of disks for the instance type.
29885
- */
29886
- numberOfDisks?: pulumi.Input<number>;
29887
- /**
29888
- * Storage capacity of the instance type.
29889
- */
29890
- storageGb?: pulumi.Input<number>;
29891
- /**
29892
- * Amazon EC2 instance type. For example, `m5.xlarge`.
29893
- */
29894
- type?: pulumi.Input<string>;
29895
- /**
29896
- * The number of vCPUs available for the instance type.
29897
- */
29898
- vcpu?: pulumi.Input<number>;
29899
- }
29900
29568
  interface InstanceFleetInstanceTypeConfig {
29901
29569
  /**
29902
29570
  * The bid price for each EC2 Spot instance type as defined by `instanceType`. Expressed in USD. If neither `bidPrice` nor `bidPriceAsPercentageOfOnDemandPrice` is provided, `bidPriceAsPercentageOfOnDemandPrice` defaults to 100%.
@@ -30469,7 +30137,7 @@ export declare namespace finspace {
30469
30137
  * * RDB - Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the `savedownStorageConfiguration` parameter.
30470
30138
  * * GATEWAY - A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.
30471
30139
  * * GP - A general purpose cluster allows you to quickly iterate on code during development by granting greater access to system commands and enabling a fast reload of custom code. This cluster type can optionally mount databases including cache and savedown storage. For this cluster type, the node count is fixed at 1. It does not support autoscaling and supports only `SINGLE` AZ mode.
30472
- * * Tickerplant A tickerplant cluster allows you to subscribe to feed handlers based on IAM permissions. It can publish to RDBs, other Tickerplants, and real-time subscribers (RTS). Tickerplants can persist messages to log, which is readable by any RDB environment. It supports only single-node that is only one kdb process.
30140
+ * * Tickerplant - A tickerplant cluster allows you to subscribe to feed handlers based on IAM permissions. It can publish to RDBs, other Tickerplants, and real-time subscribers (RTS). Tickerplants can persist messages to log, which is readable by any RDB environment. It supports only single-node that is only one kdb process.
30473
30141
  */
30474
30142
  type: pulumi.Input<string>;
30475
30143
  }
@@ -30482,13 +30150,13 @@ export declare namespace finspace {
30482
30150
  * Determines the hardware of the host computer used for your cluster instance. Each node type offers different memory and storage capabilities. Choose a node type based on the requirements of the application or software that you plan to run on your instance.
30483
30151
  *
30484
30152
  * You can only specify one of the following values:
30485
- * * kx.s.large The node type with a configuration of 12 GiB memory and 2 vCPUs.
30486
- * * kx.s.xlarge The node type with a configuration of 27 GiB memory and 4 vCPUs.
30487
- * * kx.s.2xlarge The node type with a configuration of 54 GiB memory and 8 vCPUs.
30488
- * * kx.s.4xlarge The node type with a configuration of 108 GiB memory and 16 vCPUs.
30489
- * * kx.s.8xlarge The node type with a configuration of 216 GiB memory and 32 vCPUs.
30490
- * * kx.s.16xlarge The node type with a configuration of 432 GiB memory and 64 vCPUs.
30491
- * * kx.s.32xlarge The node type with a configuration of 864 GiB memory and 128 vCPUs.
30153
+ * * kx.s.large - The node type with a configuration of 12 GiB memory and 2 vCPUs.
30154
+ * * kx.s.xlarge - The node type with a configuration of 27 GiB memory and 4 vCPUs.
30155
+ * * kx.s.2xlarge - The node type with a configuration of 54 GiB memory and 8 vCPUs.
30156
+ * * kx.s.4xlarge - The node type with a configuration of 108 GiB memory and 16 vCPUs.
30157
+ * * kx.s.8xlarge - The node type with a configuration of 216 GiB memory and 32 vCPUs.
30158
+ * * kx.s.16xlarge - The node type with a configuration of 432 GiB memory and 64 vCPUs.
30159
+ * * kx.s.32xlarge - The node type with a configuration of 864 GiB memory and 128 vCPUs.
30492
30160
  */
30493
30161
  nodeType: pulumi.Input<string>;
30494
30162
  }
@@ -31850,16 +31518,6 @@ export declare namespace gamelift {
31850
31518
  */
31851
31519
  policyDurationSeconds?: pulumi.Input<number>;
31852
31520
  }
31853
- interface MatchmakingConfigurationGameProperty {
31854
- /**
31855
- * A game property key
31856
- */
31857
- key: pulumi.Input<string>;
31858
- /**
31859
- * A game property value.
31860
- */
31861
- value: pulumi.Input<string>;
31862
- }
31863
31521
  interface ScriptStorageLocation {
31864
31522
  /**
31865
31523
  * Name of your S3 bucket.
@@ -33329,6 +32987,24 @@ export declare namespace guardduty {
33329
32987
  }
33330
32988
  }
33331
32989
  export declare namespace iam {
32990
+ /**
32991
+ * When you use an AWS account identifier as the principal in a policy, the permissions in the policy statement can be granted to all identities contained in that account. This includes IAM users and roles in that account.
32992
+ */
32993
+ interface AWSPrincipal {
32994
+ /**
32995
+ * AWS account identifier or ARN.
32996
+ */
32997
+ AWS: pulumi.Input<string | pulumi.Input<string>[]>;
32998
+ }
32999
+ /**
33000
+ * Federated principal for identity providers.
33001
+ */
33002
+ interface FederatedPrincipal {
33003
+ /**
33004
+ * The federated principal identifier.
33005
+ */
33006
+ Federated: pulumi.Input<string | pulumi.Input<string>[]>;
33007
+ }
33332
33008
  interface GetPolicyDocumentStatement {
33333
33009
  /**
33334
33010
  * List of actions that this statement either allows or denies. For example, `["ec2:RunInstances", "s3:*"]`.
@@ -33509,6 +33185,57 @@ export declare namespace iam {
33509
33185
  */
33510
33186
  values: pulumi.Input<pulumi.Input<string>[]>;
33511
33187
  }
33188
+ /**
33189
+ * Represents an AWS IAM policy document that defines permissions for AWS resources and actions.
33190
+ */
33191
+ interface PolicyDocument {
33192
+ Id?: pulumi.Input<string>;
33193
+ Statement: pulumi.Input<pulumi.Input<inputs.iam.PolicyStatement>[]>;
33194
+ Version: pulumi.Input<enums.iam.PolicyDocumentVersion>;
33195
+ }
33196
+ /**
33197
+ * The Statement element is the main element for a policy. This element is required. It can include multiple elements (see the subsequent sections in this page). The Statement element contains an array of individual statements.
33198
+ */
33199
+ interface PolicyStatement {
33200
+ /**
33201
+ * Include a list of actions that the policy allows or denies. Required (either Action or NotAction)
33202
+ */
33203
+ Action?: pulumi.Input<string | pulumi.Input<string>[]>;
33204
+ /**
33205
+ * Specify the circumstances under which the policy grants permission.
33206
+ */
33207
+ Condition?: pulumi.Input<{
33208
+ [key: string]: any;
33209
+ }>;
33210
+ /**
33211
+ * Indicate whether the policy allows or denies access.
33212
+ */
33213
+ Effect: pulumi.Input<enums.iam.PolicyStatementEffect>;
33214
+ /**
33215
+ * Include a list of actions that are not covered by this policy. Required (either Action or NotAction)
33216
+ */
33217
+ NotAction?: pulumi.Input<string | pulumi.Input<string>[]>;
33218
+ /**
33219
+ * Indicate the account, user, role, or federated user to which this policy does not apply.
33220
+ */
33221
+ NotPrincipal?: pulumi.Input<string | inputs.iam.AWSPrincipal | inputs.iam.ServicePrincipal | inputs.iam.FederatedPrincipal>;
33222
+ /**
33223
+ * A list of resources that are specifically excluded by this policy.
33224
+ */
33225
+ NotResource?: pulumi.Input<string | pulumi.Input<string>[]>;
33226
+ /**
33227
+ * Indicate the account, user, role, or federated user to which you would like to allow or deny access. If you are creating a policy to attach to a user or role, you cannot include this element. The principal is implied as that user or role.
33228
+ */
33229
+ Principal?: pulumi.Input<string | inputs.iam.AWSPrincipal | inputs.iam.ServicePrincipal | inputs.iam.FederatedPrincipal>;
33230
+ /**
33231
+ * A list of resources to which the actions apply.
33232
+ */
33233
+ Resource?: pulumi.Input<string | pulumi.Input<string>[]>;
33234
+ /**
33235
+ * An optional statement ID to differentiate between your statements.
33236
+ */
33237
+ Sid?: pulumi.Input<string>;
33238
+ }
33512
33239
  interface RoleInlinePolicy {
33513
33240
  /**
33514
33241
  * Name of the role policy.
@@ -33519,6 +33246,15 @@ export declare namespace iam {
33519
33246
  */
33520
33247
  policy?: pulumi.Input<string>;
33521
33248
  }
33249
+ /**
33250
+ * IAM roles that can be assumed by an AWS service are called service roles. Service roles must include a trust policy. A service principal is an identifier that is used to grant permissions to a service.
33251
+ */
33252
+ interface ServicePrincipal {
33253
+ /**
33254
+ * The service principal identifier.
33255
+ */
33256
+ Service: pulumi.Input<string | pulumi.Input<string>[]>;
33257
+ }
33522
33258
  }
33523
33259
  export declare namespace identitystore {
33524
33260
  interface GetGroupAlternateIdentifier {
@@ -33585,26 +33321,6 @@ export declare namespace identitystore {
33585
33321
  */
33586
33322
  attributeValue: pulumi.Input<string>;
33587
33323
  }
33588
- interface GetGroupFilter {
33589
- /**
33590
- * Attribute path that is used to specify which attribute name to search. Currently, `DisplayName` is the only valid attribute path.
33591
- */
33592
- attributePath: string;
33593
- /**
33594
- * Value for an attribute.
33595
- */
33596
- attributeValue: string;
33597
- }
33598
- interface GetGroupFilterArgs {
33599
- /**
33600
- * Attribute path that is used to specify which attribute name to search. Currently, `DisplayName` is the only valid attribute path.
33601
- */
33602
- attributePath: pulumi.Input<string>;
33603
- /**
33604
- * Value for an attribute.
33605
- */
33606
- attributeValue: pulumi.Input<string>;
33607
- }
33608
33324
  interface GetUserAlternateIdentifier {
33609
33325
  /**
33610
33326
  * Configuration block for filtering by the identifier issued by an external identity provider. Detailed below.
@@ -33669,26 +33385,6 @@ export declare namespace identitystore {
33669
33385
  */
33670
33386
  attributeValue: pulumi.Input<string>;
33671
33387
  }
33672
- interface GetUserFilter {
33673
- /**
33674
- * Attribute path that is used to specify which attribute name to search. Currently, `UserName` is the only valid attribute path.
33675
- */
33676
- attributePath: string;
33677
- /**
33678
- * Value for an attribute.
33679
- */
33680
- attributeValue: string;
33681
- }
33682
- interface GetUserFilterArgs {
33683
- /**
33684
- * Attribute path that is used to specify which attribute name to search. Currently, `UserName` is the only valid attribute path.
33685
- */
33686
- attributePath: pulumi.Input<string>;
33687
- /**
33688
- * Value for an attribute.
33689
- */
33690
- attributeValue: pulumi.Input<string>;
33691
- }
33692
33388
  interface GroupExternalId {
33693
33389
  /**
33694
33390
  * The identifier issued to this resource by an external identity provider.
@@ -33915,9 +33611,7 @@ export declare namespace imagebuilder {
33915
33611
  */
33916
33612
  licenseConfigurationArns?: pulumi.Input<pulumi.Input<string>[]>;
33917
33613
  /**
33918
- * AWS Region for the distribution.
33919
- *
33920
- * The following arguments are optional:
33614
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
33921
33615
  */
33922
33616
  region: pulumi.Input<string>;
33923
33617
  /**
@@ -34265,7 +33959,7 @@ export declare namespace imagebuilder {
34265
33959
  */
34266
33960
  name?: pulumi.Input<string>;
34267
33961
  /**
34268
- * Region of the container image.
33962
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
34269
33963
  */
34270
33964
  region?: pulumi.Input<string>;
34271
33965
  }
@@ -34275,7 +33969,7 @@ export declare namespace imagebuilder {
34275
33969
  */
34276
33970
  imageUris?: pulumi.Input<pulumi.Input<string>[]>;
34277
33971
  /**
34278
- * Region of the container image.
33972
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
34279
33973
  */
34280
33974
  region?: pulumi.Input<string>;
34281
33975
  }
@@ -36512,7 +36206,7 @@ export declare namespace kendra {
36512
36206
  */
36513
36207
  authenticationConfiguration?: pulumi.Input<inputs.kendra.DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration>;
36514
36208
  /**
36515
- * Specifies the number of levels in a website that you want to crawl. The first level begins from the website seed or starting point URL. For example, if a website has 3 levels index level (i.e. seed in this example), sections level, and subsections level and you are only interested in crawling information up to the sections level (i.e. levels 0-1), you can set your depth to 1. The default crawl depth is set to `2`. Minimum value of `0`. Maximum value of `10`.
36209
+ * Specifies the number of levels in a website that you want to crawl. The first level begins from the website seed or starting point URL. For example, if a website has 3 levels - index level (i.e. seed in this example), sections level, and subsections level - and you are only interested in crawling information up to the sections level (i.e. levels 0-1), you can set your depth to 1. The default crawl depth is set to `2`. Minimum value of `0`. Maximum value of `10`.
36516
36210
  */
36517
36211
  crawlDepth?: pulumi.Input<number>;
36518
36212
  /**
@@ -36595,9 +36289,9 @@ export declare namespace kendra {
36595
36289
  seedUrls: pulumi.Input<pulumi.Input<string>[]>;
36596
36290
  /**
36597
36291
  * The default mode is set to `HOST_ONLY`. You can choose one of the following modes:
36598
- * * `HOST_ONLY` crawl only the website host names. For example, if the seed URL is `"abc.example.com"`, then only URLs with host name `"abc.example.com"` are crawled.
36599
- * * `SUBDOMAINS` crawl the website host names with subdomains. For example, if the seed URL is `"abc.example.com"`, then `"a.abc.example.com"` and `"b.abc.example.com"` are also crawled.
36600
- * * `EVERYTHING` crawl the website host names with subdomains and other domains that the webpages link to.
36292
+ * * `HOST_ONLY` - crawl only the website host names. For example, if the seed URL is `"abc.example.com"`, then only URLs with host name `"abc.example.com"` are crawled.
36293
+ * * `SUBDOMAINS` - crawl the website host names with subdomains. For example, if the seed URL is `"abc.example.com"`, then `"a.abc.example.com"` and `"b.abc.example.com"` are also crawled.
36294
+ * * `EVERYTHING` - crawl the website host names with subdomains and other domains that the webpages link to.
36601
36295
  */
36602
36296
  webCrawlerMode?: pulumi.Input<string>;
36603
36297
  }
@@ -40694,7 +40388,7 @@ export declare namespace lakeformation {
40694
40388
  export declare namespace lambda {
40695
40389
  interface AliasRoutingConfig {
40696
40390
  /**
40697
- * A map that defines the proportion of events that should be sent to different versions of a lambda function.
40391
+ * Map that defines the proportion of events that should be sent to different versions of a Lambda function.
40698
40392
  */
40699
40393
  additionalVersionWeights?: pulumi.Input<{
40700
40394
  [key: string]: pulumi.Input<number>;
@@ -40702,41 +40396,41 @@ export declare namespace lambda {
40702
40396
  }
40703
40397
  interface CodeSigningConfigAllowedPublishers {
40704
40398
  /**
40705
- * The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
40399
+ * Set of ARNs for each of the signing profiles. A signing profile defines a trusted user who can sign a code package. Maximum of 20 signing profiles.
40706
40400
  */
40707
40401
  signingProfileVersionArns: pulumi.Input<pulumi.Input<string>[]>;
40708
40402
  }
40709
40403
  interface CodeSigningConfigPolicies {
40710
40404
  /**
40711
- * Code signing configuration policy for deployment validation failure. If you set the policy to Enforce, Lambda blocks the deployment request if code-signing validation checks fail. If you set the policy to Warn, Lambda allows the deployment and creates a CloudWatch log. Valid values: `Warn`, `Enforce`. Default value: `Warn`.
40405
+ * Code signing configuration policy for deployment validation failure. If you set the policy to `Enforce`, Lambda blocks the deployment request if code-signing validation checks fail. If you set the policy to `Warn`, Lambda allows the deployment and creates a CloudWatch log. Valid values: `Warn`, `Enforce`. Default value: `Warn`.
40712
40406
  */
40713
40407
  untrustedArtifactOnDeployment: pulumi.Input<string>;
40714
40408
  }
40715
40409
  interface EventSourceMappingAmazonManagedKafkaEventSourceConfig {
40716
40410
  /**
40717
- * A Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [AmazonManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_AmazonManagedKafkaEventSourceConfig.html).
40411
+ * Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [AmazonManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_AmazonManagedKafkaEventSourceConfig.html).
40718
40412
  */
40719
40413
  consumerGroupId?: pulumi.Input<string>;
40720
40414
  }
40721
40415
  interface EventSourceMappingDestinationConfig {
40722
40416
  /**
40723
- * The destination configuration for failed invocations. Detailed below.
40417
+ * Destination configuration for failed invocations. See below.
40724
40418
  */
40725
40419
  onFailure?: pulumi.Input<inputs.lambda.EventSourceMappingDestinationConfigOnFailure>;
40726
40420
  }
40727
40421
  interface EventSourceMappingDestinationConfigOnFailure {
40728
40422
  /**
40729
- * The Amazon Resource Name (ARN) of the destination resource.
40423
+ * ARN of the destination resource.
40730
40424
  */
40731
40425
  destinationArn: pulumi.Input<string>;
40732
40426
  }
40733
40427
  interface EventSourceMappingDocumentDbEventSourceConfig {
40734
40428
  /**
40735
- * The name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections.
40429
+ * Name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections.
40736
40430
  */
40737
40431
  collectionName?: pulumi.Input<string>;
40738
40432
  /**
40739
- * The name of the database to consume within the DocumentDB cluster.
40433
+ * Name of the database to consume within the DocumentDB cluster.
40740
40434
  */
40741
40435
  databaseName: pulumi.Input<string>;
40742
40436
  /**
@@ -40746,41 +40440,41 @@ export declare namespace lambda {
40746
40440
  }
40747
40441
  interface EventSourceMappingFilterCriteria {
40748
40442
  /**
40749
- * A set of up to 5 filter. If an event satisfies at least one, Lambda sends the event to the function or adds it to the next batch. Detailed below.
40443
+ * Set of up to 5 filter. If an event satisfies at least one, Lambda sends the event to the function or adds it to the next batch. See below.
40750
40444
  */
40751
40445
  filters?: pulumi.Input<pulumi.Input<inputs.lambda.EventSourceMappingFilterCriteriaFilter>[]>;
40752
40446
  }
40753
40447
  interface EventSourceMappingFilterCriteriaFilter {
40754
40448
  /**
40755
- * A filter pattern up to 4096 characters. See [Filter Rule Syntax](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax).
40449
+ * Filter pattern up to 4096 characters. See [Filter Rule Syntax](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax).
40756
40450
  */
40757
40451
  pattern?: pulumi.Input<string>;
40758
40452
  }
40759
40453
  interface EventSourceMappingMetricsConfig {
40760
40454
  /**
40761
- * A list containing the metrics to be produced by the event source mapping. Valid values: `EventCount`.
40455
+ * List containing the metrics to be produced by the event source mapping. Valid values: `EventCount`.
40762
40456
  */
40763
40457
  metrics: pulumi.Input<pulumi.Input<string>[]>;
40764
40458
  }
40765
40459
  interface EventSourceMappingProvisionedPollerConfig {
40766
40460
  /**
40767
- * The maximum number of event pollers this event source can scale up to. The range is between 1 and 2000.
40461
+ * Maximum number of event pollers this event source can scale up to. The range is between 1 and 2000.
40768
40462
  */
40769
40463
  maximumPollers?: pulumi.Input<number>;
40770
40464
  /**
40771
- * The minimum number of event pollers this event source can scale down to. The range is between 1 and 200.
40465
+ * Minimum number of event pollers this event source can scale down to. The range is between 1 and 200.
40772
40466
  */
40773
40467
  minimumPollers?: pulumi.Input<number>;
40774
40468
  }
40775
40469
  interface EventSourceMappingScalingConfig {
40776
40470
  /**
40777
- * Limits the number of concurrent instances that the Amazon SQS event source can invoke. Must be greater than or equal to `2`. See [Configuring maximum concurrency for Amazon SQS event sources](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency). You need to raise a [Service Quota Ticket](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) to increase the concurrency beyond 1000.
40471
+ * Limits the number of concurrent instances that the Amazon SQS event source can invoke. Must be greater than or equal to 2. See [Configuring maximum concurrency for Amazon SQS event sources](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency). You need to raise a [Service Quota Ticket](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) to increase the concurrency beyond 1000.
40778
40472
  */
40779
40473
  maximumConcurrency?: pulumi.Input<number>;
40780
40474
  }
40781
40475
  interface EventSourceMappingSelfManagedEventSource {
40782
40476
  /**
40783
- * A map of endpoints for the self managed source. For Kafka self-managed sources, the key should be `KAFKA_BOOTSTRAP_SERVERS` and the value should be a string with a comma separated list of broker endpoints.
40477
+ * Map of endpoints for the self managed source. For Kafka self-managed sources, the key should be `KAFKA_BOOTSTRAP_SERVERS` and the value should be a string with a comma separated list of broker endpoints.
40784
40478
  */
40785
40479
  endpoints: pulumi.Input<{
40786
40480
  [key: string]: pulumi.Input<string>;
@@ -40788,29 +40482,29 @@ export declare namespace lambda {
40788
40482
  }
40789
40483
  interface EventSourceMappingSelfManagedKafkaEventSourceConfig {
40790
40484
  /**
40791
- * A Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [SelfManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_SelfManagedKafkaEventSourceConfig.html).
40485
+ * Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [SelfManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_SelfManagedKafkaEventSourceConfig.html).
40792
40486
  */
40793
40487
  consumerGroupId?: pulumi.Input<string>;
40794
40488
  }
40795
40489
  interface EventSourceMappingSourceAccessConfiguration {
40796
40490
  /**
40797
- * The type of authentication protocol, VPC components, or virtual host for your event source. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/lambda/latest/api/API_SourceAccessConfiguration.html).
40491
+ * Type of authentication protocol, VPC components, or virtual host for your event source. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/lambda/latest/api/API_SourceAccessConfiguration.html).
40798
40492
  */
40799
40493
  type: pulumi.Input<string>;
40800
40494
  /**
40801
- * The URI for this configuration. For type `VPC_SUBNET` the value should be `subnet:subnet_id` where `subnetId` is the value you would find in an aws.ec2.Subnet resource's id attribute. For type `VPC_SECURITY_GROUP` the value should be `security_group:security_group_id` where `securityGroupId` is the value you would find in an aws.ec2.SecurityGroup resource's id attribute.
40495
+ * URI for this configuration. For type `VPC_SUBNET` the value should be `subnet:subnet_id` where `subnetId` is the value you would find in an aws.ec2.Subnet resource's id attribute. For type `VPC_SECURITY_GROUP` the value should be `security_group:security_group_id` where `securityGroupId` is the value you would find in an aws.ec2.SecurityGroup resource's id attribute.
40802
40496
  */
40803
40497
  uri: pulumi.Input<string>;
40804
40498
  }
40805
40499
  interface FunctionDeadLetterConfig {
40806
40500
  /**
40807
- * ARN of an SNS topic or SQS queue to notify when an invocation fails. If this option is used, the function's IAM role must be granted suitable access to write to the target object, which means allowing either the `sns:Publish` or `sqs:SendMessage` action on this ARN, depending on which service is targeted.
40501
+ * ARN of an SNS topic or SQS queue to notify when an invocation fails.
40808
40502
  */
40809
40503
  targetArn: pulumi.Input<string>;
40810
40504
  }
40811
40505
  interface FunctionEnvironment {
40812
40506
  /**
40813
- * Map of environment variables that are accessible from the function code during execution. If provided at least one key must be present.
40507
+ * Map of environment variables available to your Lambda function during execution.
40814
40508
  */
40815
40509
  variables?: pulumi.Input<{
40816
40510
  [key: string]: pulumi.Input<string>;
@@ -40818,77 +40512,77 @@ export declare namespace lambda {
40818
40512
  }
40819
40513
  interface FunctionEphemeralStorage {
40820
40514
  /**
40821
- * The size of the Lambda function Ephemeral storage(`/tmp`) represented in MB. The minimum supported `ephemeralStorage` value defaults to `512`MB and the maximum supported value is `10240`MB.
40515
+ * Amount of ephemeral storage (`/tmp`) in MB. Valid between 512 MB and 10,240 MB (10 GB).
40822
40516
  */
40823
40517
  size?: pulumi.Input<number>;
40824
40518
  }
40825
40519
  interface FunctionEventInvokeConfigDestinationConfig {
40826
40520
  /**
40827
- * Configuration block with destination configuration for failed asynchronous invocations. See below for details.
40521
+ * Configuration block with destination configuration for failed asynchronous invocations. See below.
40828
40522
  */
40829
40523
  onFailure?: pulumi.Input<inputs.lambda.FunctionEventInvokeConfigDestinationConfigOnFailure>;
40830
40524
  /**
40831
- * Configuration block with destination configuration for successful asynchronous invocations. See below for details.
40525
+ * Configuration block with destination configuration for successful asynchronous invocations. See below.
40832
40526
  */
40833
40527
  onSuccess?: pulumi.Input<inputs.lambda.FunctionEventInvokeConfigDestinationConfigOnSuccess>;
40834
40528
  }
40835
40529
  interface FunctionEventInvokeConfigDestinationConfigOnFailure {
40836
40530
  /**
40837
- * Amazon Resource Name (ARN) of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions.
40531
+ * ARN of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions.
40838
40532
  */
40839
40533
  destination: pulumi.Input<string>;
40840
40534
  }
40841
40535
  interface FunctionEventInvokeConfigDestinationConfigOnSuccess {
40842
40536
  /**
40843
- * Amazon Resource Name (ARN) of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions.
40537
+ * ARN of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions.
40844
40538
  */
40845
40539
  destination: pulumi.Input<string>;
40846
40540
  }
40847
40541
  interface FunctionFileSystemConfig {
40848
40542
  /**
40849
- * Amazon Resource Name (ARN) of the Amazon EFS Access Point that provides access to the file system.
40543
+ * ARN of the Amazon EFS Access Point.
40850
40544
  */
40851
40545
  arn: pulumi.Input<string>;
40852
40546
  /**
40853
- * Path where the function can access the file system, starting with /mnt/.
40547
+ * Path where the function can access the file system. Must start with `/mnt/`.
40854
40548
  */
40855
40549
  localMountPath: pulumi.Input<string>;
40856
40550
  }
40857
40551
  interface FunctionImageConfig {
40858
40552
  /**
40859
- * Parameters that you want to pass in with `entryPoint`.
40553
+ * Parameters to pass to the container image.
40860
40554
  */
40861
40555
  commands?: pulumi.Input<pulumi.Input<string>[]>;
40862
40556
  /**
40863
- * Entry point to your application, which is typically the location of the runtime executable.
40557
+ * Entry point to your application.
40864
40558
  */
40865
40559
  entryPoints?: pulumi.Input<pulumi.Input<string>[]>;
40866
40560
  /**
40867
- * Working directory.
40561
+ * Working directory for the container image.
40868
40562
  */
40869
40563
  workingDirectory?: pulumi.Input<string>;
40870
40564
  }
40871
40565
  interface FunctionLoggingConfig {
40872
40566
  /**
40873
- * for JSON structured logs, choose the detail level of the logs your application sends to CloudWatch when using supported logging libraries.
40567
+ * Detail level of application logs. Valid values: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`, `FATAL`.
40874
40568
  */
40875
40569
  applicationLogLevel?: pulumi.Input<string>;
40876
40570
  /**
40877
- * select between `Text` and structured `JSON` format for your function's logs.
40571
+ * Log format. Valid values: `Text`, `JSON`.
40878
40572
  */
40879
40573
  logFormat: pulumi.Input<string>;
40880
40574
  /**
40881
- * the CloudWatch log group your function sends logs to.
40575
+ * CloudWatch log group where logs are sent.
40882
40576
  */
40883
40577
  logGroup?: pulumi.Input<string>;
40884
40578
  /**
40885
- * for JSON structured logs, choose the detail level of the Lambda platform event logs sent to CloudWatch, such as `WARN`, `DEBUG`, or `INFO`.
40579
+ * Detail level of Lambda platform logs. Valid values: `DEBUG`, `INFO`, `WARN`.
40886
40580
  */
40887
40581
  systemLogLevel?: pulumi.Input<string>;
40888
40582
  }
40889
40583
  interface FunctionSnapStart {
40890
40584
  /**
40891
- * Conditions where snap start is enabled. Valid values are `PublishedVersions`.
40585
+ * When to apply snap start optimization. Valid value: `PublishedVersions`.
40892
40586
  */
40893
40587
  applyOn: pulumi.Input<string>;
40894
40588
  /**
@@ -40898,39 +40592,39 @@ export declare namespace lambda {
40898
40592
  }
40899
40593
  interface FunctionTracingConfig {
40900
40594
  /**
40901
- * Whether to sample and trace a subset of incoming requests with AWS X-Ray. Valid values are `PassThrough` and `Active`. If `PassThrough`, Lambda will only trace the request from an upstream service if it contains a tracing header with "sampled=1". If `Active`, Lambda will respect any tracing header it receives from an upstream service. If no tracing header is received, Lambda will call X-Ray for a tracing decision.
40595
+ * X-Ray tracing mode. Valid values: `Active`, `PassThrough`.
40902
40596
  */
40903
40597
  mode: pulumi.Input<string>;
40904
40598
  }
40905
40599
  interface FunctionUrlCors {
40906
40600
  /**
40907
- * Whether to allow cookies or other credentials in requests to the function URL. The default is `false`.
40601
+ * Whether to allow cookies or other credentials in requests to the function URL.
40908
40602
  */
40909
40603
  allowCredentials?: pulumi.Input<boolean>;
40910
40604
  /**
40911
- * The HTTP headers that origins can include in requests to the function URL. For example: `["date", "keep-alive", "x-custom-header"]`.
40605
+ * HTTP headers that origins can include in requests to the function URL.
40912
40606
  */
40913
40607
  allowHeaders?: pulumi.Input<pulumi.Input<string>[]>;
40914
40608
  /**
40915
- * The HTTP methods that are allowed when calling the function URL. For example: `["GET", "POST", "DELETE"]`, or the wildcard character (`["*"]`).
40609
+ * HTTP methods that are allowed when calling the function URL.
40916
40610
  */
40917
40611
  allowMethods?: pulumi.Input<pulumi.Input<string>[]>;
40918
40612
  /**
40919
- * The origins that can access the function URL. You can list any number of specific origins (or the wildcard character (`"*"`)), separated by a comma. For example: `["https://www.example.com", "http://localhost:60905"]`.
40613
+ * Origins that can access the function URL.
40920
40614
  */
40921
40615
  allowOrigins?: pulumi.Input<pulumi.Input<string>[]>;
40922
40616
  /**
40923
- * The HTTP headers in your function response that you want to expose to origins that call the function URL.
40617
+ * HTTP headers in your function response that you want to expose to origins that call the function URL.
40924
40618
  */
40925
40619
  exposeHeaders?: pulumi.Input<pulumi.Input<string>[]>;
40926
40620
  /**
40927
- * The maximum amount of time, in seconds, that web browsers can cache results of a preflight request. By default, this is set to `0`, which means that the browser doesn't cache results. The maximum value is `86400`.
40621
+ * Maximum amount of time, in seconds, that web browsers can cache results of a preflight request. Maximum value is `86400`.
40928
40622
  */
40929
40623
  maxAge?: pulumi.Input<number>;
40930
40624
  }
40931
40625
  interface FunctionVpcConfig {
40932
40626
  /**
40933
- * Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets. Default is `false`.
40627
+ * Whether to allow outbound IPv6 traffic on VPC functions connected to dual-stack subnets. Default: `false`.
40934
40628
  */
40935
40629
  ipv6AllowedForDualStack?: pulumi.Input<boolean>;
40936
40630
  /**
@@ -40953,22 +40647,22 @@ export declare namespace lb {
40953
40647
  * An action to authenticate using Amazon Cognito.
40954
40648
  * Detailed below.
40955
40649
  */
40956
- authenticateCognito?: inputs.lb.GetListenerRuleActionAuthenticateCognito;
40650
+ authenticateCognitos?: inputs.lb.GetListenerRuleActionAuthenticateCognito[];
40957
40651
  /**
40958
40652
  * An action to authenticate using OIDC.
40959
40653
  * Detailed below.
40960
40654
  */
40961
- authenticateOidc?: inputs.lb.GetListenerRuleActionAuthenticateOidc;
40655
+ authenticateOidcs?: inputs.lb.GetListenerRuleActionAuthenticateOidc[];
40962
40656
  /**
40963
40657
  * An action to return a fixed response.
40964
40658
  * Detailed below.
40965
40659
  */
40966
- fixedResponse?: inputs.lb.GetListenerRuleActionFixedResponse;
40660
+ fixedResponses?: inputs.lb.GetListenerRuleActionFixedResponse[];
40967
40661
  /**
40968
40662
  * An action to forward the request.
40969
40663
  * Detailed below.
40970
40664
  */
40971
- forward?: inputs.lb.GetListenerRuleActionForward;
40665
+ forwards?: inputs.lb.GetListenerRuleActionForward[];
40972
40666
  /**
40973
40667
  * The evaluation order of the action.
40974
40668
  */
@@ -40977,7 +40671,7 @@ export declare namespace lb {
40977
40671
  * An action to redirect the request.
40978
40672
  * Detailed below.
40979
40673
  */
40980
- redirect?: inputs.lb.GetListenerRuleActionRedirect;
40674
+ redirects?: inputs.lb.GetListenerRuleActionRedirect[];
40981
40675
  /**
40982
40676
  * The type of the action, indicates which sub-block will be populated.
40983
40677
  */
@@ -40988,22 +40682,22 @@ export declare namespace lb {
40988
40682
  * An action to authenticate using Amazon Cognito.
40989
40683
  * Detailed below.
40990
40684
  */
40991
- authenticateCognito?: pulumi.Input<inputs.lb.GetListenerRuleActionAuthenticateCognitoArgs>;
40685
+ authenticateCognitos?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleActionAuthenticateCognitoArgs>[]>;
40992
40686
  /**
40993
40687
  * An action to authenticate using OIDC.
40994
40688
  * Detailed below.
40995
40689
  */
40996
- authenticateOidc?: pulumi.Input<inputs.lb.GetListenerRuleActionAuthenticateOidcArgs>;
40690
+ authenticateOidcs?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleActionAuthenticateOidcArgs>[]>;
40997
40691
  /**
40998
40692
  * An action to return a fixed response.
40999
40693
  * Detailed below.
41000
40694
  */
41001
- fixedResponse?: pulumi.Input<inputs.lb.GetListenerRuleActionFixedResponseArgs>;
40695
+ fixedResponses?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleActionFixedResponseArgs>[]>;
41002
40696
  /**
41003
40697
  * An action to forward the request.
41004
40698
  * Detailed below.
41005
40699
  */
41006
- forward?: pulumi.Input<inputs.lb.GetListenerRuleActionForwardArgs>;
40700
+ forwards?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleActionForwardArgs>[]>;
41007
40701
  /**
41008
40702
  * The evaluation order of the action.
41009
40703
  */
@@ -41012,7 +40706,7 @@ export declare namespace lb {
41012
40706
  * An action to redirect the request.
41013
40707
  * Detailed below.
41014
40708
  */
41015
- redirect?: pulumi.Input<inputs.lb.GetListenerRuleActionRedirectArgs>;
40709
+ redirects?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleActionRedirectArgs>[]>;
41016
40710
  /**
41017
40711
  * The type of the action, indicates which sub-block will be populated.
41018
40712
  */
@@ -41215,7 +40909,7 @@ export declare namespace lb {
41215
40909
  * Target group stickiness for the rule.
41216
40910
  * Detailed below.
41217
40911
  */
41218
- stickiness?: inputs.lb.GetListenerRuleActionForwardStickiness;
40912
+ stickinesses?: inputs.lb.GetListenerRuleActionForwardStickiness[];
41219
40913
  /**
41220
40914
  * Set of target groups for the action.
41221
40915
  * Detailed below.
@@ -41227,7 +40921,7 @@ export declare namespace lb {
41227
40921
  * Target group stickiness for the rule.
41228
40922
  * Detailed below.
41229
40923
  */
41230
- stickiness?: pulumi.Input<inputs.lb.GetListenerRuleActionForwardStickinessArgs>;
40924
+ stickinesses?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleActionForwardStickinessArgs>[]>;
41231
40925
  /**
41232
40926
  * Set of target groups for the action.
41233
40927
  * Detailed below.
@@ -41332,57 +41026,57 @@ export declare namespace lb {
41332
41026
  /**
41333
41027
  * Contains a single attribute `values`, which contains a set of host names.
41334
41028
  */
41335
- hostHeader?: inputs.lb.GetListenerRuleConditionHostHeader;
41029
+ hostHeaders?: inputs.lb.GetListenerRuleConditionHostHeader[];
41336
41030
  /**
41337
41031
  * HTTP header and values to match.
41338
41032
  * Detailed below.
41339
41033
  */
41340
- httpHeader?: inputs.lb.GetListenerRuleConditionHttpHeader;
41034
+ httpHeaders?: inputs.lb.GetListenerRuleConditionHttpHeader[];
41341
41035
  /**
41342
41036
  * Contains a single attribute `values`, which contains a set of HTTP request methods.
41343
41037
  */
41344
- httpRequestMethod?: inputs.lb.GetListenerRuleConditionHttpRequestMethod;
41038
+ httpRequestMethods?: inputs.lb.GetListenerRuleConditionHttpRequestMethod[];
41345
41039
  /**
41346
41040
  * Contains a single attribute `values`, which contains a set of path patterns to compare against the request URL.
41347
41041
  */
41348
- pathPattern?: inputs.lb.GetListenerRuleConditionPathPattern;
41042
+ pathPatterns?: inputs.lb.GetListenerRuleConditionPathPattern[];
41349
41043
  /**
41350
41044
  * Query string parameters to match.
41351
41045
  * Detailed below.
41352
41046
  */
41353
- queryString?: inputs.lb.GetListenerRuleConditionQueryString;
41047
+ queryStrings?: inputs.lb.GetListenerRuleConditionQueryString[];
41354
41048
  /**
41355
41049
  * Contains a single attribute `values`, which contains a set of source IPs in CIDR notation.
41356
41050
  */
41357
- sourceIp?: inputs.lb.GetListenerRuleConditionSourceIp;
41051
+ sourceIps?: inputs.lb.GetListenerRuleConditionSourceIp[];
41358
41052
  }
41359
41053
  interface GetListenerRuleConditionArgs {
41360
41054
  /**
41361
41055
  * Contains a single attribute `values`, which contains a set of host names.
41362
41056
  */
41363
- hostHeader?: pulumi.Input<inputs.lb.GetListenerRuleConditionHostHeaderArgs>;
41057
+ hostHeaders?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleConditionHostHeaderArgs>[]>;
41364
41058
  /**
41365
41059
  * HTTP header and values to match.
41366
41060
  * Detailed below.
41367
41061
  */
41368
- httpHeader?: pulumi.Input<inputs.lb.GetListenerRuleConditionHttpHeaderArgs>;
41062
+ httpHeaders?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleConditionHttpHeaderArgs>[]>;
41369
41063
  /**
41370
41064
  * Contains a single attribute `values`, which contains a set of HTTP request methods.
41371
41065
  */
41372
- httpRequestMethod?: pulumi.Input<inputs.lb.GetListenerRuleConditionHttpRequestMethodArgs>;
41066
+ httpRequestMethods?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleConditionHttpRequestMethodArgs>[]>;
41373
41067
  /**
41374
41068
  * Contains a single attribute `values`, which contains a set of path patterns to compare against the request URL.
41375
41069
  */
41376
- pathPattern?: pulumi.Input<inputs.lb.GetListenerRuleConditionPathPatternArgs>;
41070
+ pathPatterns?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleConditionPathPatternArgs>[]>;
41377
41071
  /**
41378
41072
  * Query string parameters to match.
41379
41073
  * Detailed below.
41380
41074
  */
41381
- queryString?: pulumi.Input<inputs.lb.GetListenerRuleConditionQueryStringArgs>;
41075
+ queryStrings?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleConditionQueryStringArgs>[]>;
41382
41076
  /**
41383
41077
  * Contains a single attribute `values`, which contains a set of source IPs in CIDR notation.
41384
41078
  */
41385
- sourceIp?: pulumi.Input<inputs.lb.GetListenerRuleConditionSourceIpArgs>;
41079
+ sourceIps?: pulumi.Input<pulumi.Input<inputs.lb.GetListenerRuleConditionSourceIpArgs>[]>;
41386
41080
  }
41387
41081
  interface GetListenerRuleConditionHostHeader {
41388
41082
  /**
@@ -41694,11 +41388,12 @@ export declare namespace lb {
41694
41388
  */
41695
41389
  advertiseTrustStoreCaNames?: pulumi.Input<string>;
41696
41390
  /**
41697
- * Whether client certificate expiry is ignored. Default is `false`.
41391
+ * Whether client certificate expiry is ignored.
41392
+ * Default is `false`.
41698
41393
  */
41699
41394
  ignoreClientCertificateExpiry?: pulumi.Input<boolean>;
41700
41395
  /**
41701
- * Valid values are `off`, `verify` and `passthrough`.
41396
+ * Valid values are `off`, `passthrough`, and `verify`.
41702
41397
  */
41703
41398
  mode: pulumi.Input<string>;
41704
41399
  /**
@@ -53315,14 +53010,14 @@ export declare namespace lex {
53315
53010
  * Settings required for a slot type based on a grammar that you provide.
53316
53011
  * See `grammarSlotTypeSetting` argument reference below.
53317
53012
  */
53318
- grammarSlotTypeSetting?: pulumi.Input<inputs.lex.V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting>;
53013
+ grammarSlotTypeSettings?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting>[]>;
53319
53014
  }
53320
53015
  interface V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting {
53321
53016
  /**
53322
53017
  * Source of the grammar used to create the slot type.
53323
53018
  * See `source` argument reference below.
53324
53019
  */
53325
- source?: pulumi.Input<inputs.lex.V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource>;
53020
+ sources?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource>[]>;
53326
53021
  }
53327
53022
  interface V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource {
53328
53023
  /**
@@ -53338,25 +53033,25 @@ export declare namespace lex {
53338
53033
  */
53339
53034
  s3ObjectKey: pulumi.Input<string>;
53340
53035
  }
53341
- interface V2modelsSlotTypeSlotTypeValues {
53036
+ interface V2modelsSlotTypeSlotTypeValue {
53342
53037
  /**
53343
53038
  * Value of the slot type entry.
53344
53039
  * See `sampleValue` argument reference below.
53345
53040
  */
53346
- sampleValues?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotTypeSlotTypeValuesSampleValue>[]>;
53041
+ sampleValues?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotTypeSlotTypeValueSampleValue>[]>;
53347
53042
  /**
53348
53043
  * A list of additional values related to the slot type entry.
53349
53044
  * See `synonyms` argument reference below.
53350
53045
  */
53351
- synonyms?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotTypeSlotTypeValuesSynonym>[]>;
53046
+ synonyms?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotTypeSlotTypeValueSynonym>[]>;
53352
53047
  }
53353
- interface V2modelsSlotTypeSlotTypeValuesSampleValue {
53048
+ interface V2modelsSlotTypeSlotTypeValueSampleValue {
53354
53049
  /**
53355
53050
  * Value that can be used for a slot type.
53356
53051
  */
53357
53052
  value: pulumi.Input<string>;
53358
53053
  }
53359
- interface V2modelsSlotTypeSlotTypeValuesSynonym {
53054
+ interface V2modelsSlotTypeSlotTypeValueSynonym {
53360
53055
  /**
53361
53056
  * Value that can be used for a slot type.
53362
53057
  */
@@ -53469,7 +53164,7 @@ export declare namespace lex {
53469
53164
  variations?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation>[]>;
53470
53165
  }
53471
53166
  interface V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage {
53472
- customPayloads?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload>[]>;
53167
+ customPayload?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload>;
53473
53168
  imageResponseCard?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard>;
53474
53169
  plainTextMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage>;
53475
53170
  ssmlMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage>;
@@ -53494,7 +53189,7 @@ export declare namespace lex {
53494
53189
  value: pulumi.Input<string>;
53495
53190
  }
53496
53191
  interface V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation {
53497
- customPayloads?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload>[]>;
53192
+ customPayload?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload>;
53498
53193
  imageResponseCard?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard>;
53499
53194
  plainTextMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage>;
53500
53195
  ssmlMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage>;
@@ -53611,7 +53306,7 @@ export declare namespace lex {
53611
53306
  variations?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation>[]>;
53612
53307
  }
53613
53308
  interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage {
53614
- customPayloads?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload>[]>;
53309
+ customPayload?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload>;
53615
53310
  imageResponseCard?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard>;
53616
53311
  plainTextMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage>;
53617
53312
  ssmlMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage>;
@@ -53636,7 +53331,7 @@ export declare namespace lex {
53636
53331
  value: pulumi.Input<string>;
53637
53332
  }
53638
53333
  interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation {
53639
- customPayloads?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload>[]>;
53334
+ customPayload?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload>;
53640
53335
  imageResponseCard?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard>;
53641
53336
  plainTextMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage>;
53642
53337
  ssmlMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage>;
@@ -53689,7 +53384,7 @@ export declare namespace lex {
53689
53384
  variations?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation>[]>;
53690
53385
  }
53691
53386
  interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage {
53692
- customPayloads?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload>[]>;
53387
+ customPayload?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload>;
53693
53388
  imageResponseCard?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard>;
53694
53389
  plainTextMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage>;
53695
53390
  ssmlMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage>;
@@ -53714,7 +53409,7 @@ export declare namespace lex {
53714
53409
  value: pulumi.Input<string>;
53715
53410
  }
53716
53411
  interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation {
53717
- customPayloads?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload>[]>;
53412
+ customPayload?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload>;
53718
53413
  imageResponseCard?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard>;
53719
53414
  plainTextMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage>;
53720
53415
  ssmlMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage>;
@@ -53764,7 +53459,7 @@ export declare namespace lex {
53764
53459
  variations?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation>[]>;
53765
53460
  }
53766
53461
  interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage {
53767
- customPayloads?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload>[]>;
53462
+ customPayload?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload>;
53768
53463
  imageResponseCard?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard>;
53769
53464
  plainTextMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage>;
53770
53465
  ssmlMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage>;
@@ -53789,7 +53484,7 @@ export declare namespace lex {
53789
53484
  value: pulumi.Input<string>;
53790
53485
  }
53791
53486
  interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation {
53792
- customPayloads?: pulumi.Input<pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload>[]>;
53487
+ customPayload?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload>;
53793
53488
  imageResponseCard?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard>;
53794
53489
  plainTextMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage>;
53795
53490
  ssmlMessage?: pulumi.Input<inputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage>;
@@ -54157,25 +53852,23 @@ export declare namespace lightsail {
54157
53852
  */
54158
53853
  cidrListAliases?: pulumi.Input<pulumi.Input<string>[]>;
54159
53854
  /**
54160
- * Set of CIDR blocks.
53855
+ * Set of IPv4 addresses or ranges of IPv4 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol.
54161
53856
  */
54162
53857
  cidrs?: pulumi.Input<pulumi.Input<string>[]>;
54163
53858
  /**
54164
- * First port in a range of open ports on an instance.
53859
+ * First port in a range of open ports on an instance. See [PortInfo](https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_PortInfo.html) for details.
54165
53860
  */
54166
53861
  fromPort: pulumi.Input<number>;
54167
53862
  /**
54168
- * Set of IPv6 CIDR blocks.
53863
+ * Set of IPv6 addresses or ranges of IPv6 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol.
54169
53864
  */
54170
53865
  ipv6Cidrs?: pulumi.Input<pulumi.Input<string>[]>;
54171
53866
  /**
54172
- * IP protocol name. Valid values: `tcp`, `all`, `udp`, `icmp`.
53867
+ * IP protocol name. Valid values: `tcp`, `all`, `udp`, `icmp`, `icmpv6`. See [PortInfo](https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_PortInfo.html) for details.
54173
53868
  */
54174
53869
  protocol: pulumi.Input<string>;
54175
53870
  /**
54176
- * Last port in a range of open ports on an instance.
54177
- *
54178
- * The following arguments are optional:
53871
+ * Last port in a range of open ports on an instance. See [PortInfo](https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_PortInfo.html) for details.
54179
53872
  */
54180
53873
  toPort: pulumi.Input<number>;
54181
53874
  }
@@ -57201,7 +56894,7 @@ export declare namespace memorydb {
57201
56894
  export declare namespace mq {
57202
56895
  interface BrokerConfiguration {
57203
56896
  /**
57204
- * The Configuration ID.
56897
+ * Configuration ID.
57205
56898
  */
57206
56899
  id?: pulumi.Input<string>;
57207
56900
  /**
@@ -57211,17 +56904,17 @@ export declare namespace mq {
57211
56904
  }
57212
56905
  interface BrokerEncryptionOptions {
57213
56906
  /**
57214
- * Amazon Resource Name (ARN) of Key Management Service (KMS) Customer Master Key (CMK) to use for encryption at rest. Requires setting `useAwsOwnedKey` to `false`. To perform drift detection when AWS-managed CMKs or customer-managed CMKs are in use, this value must be configured.
56907
+ * ARN of KMS CMK to use for encryption at rest. Requires setting `useAwsOwnedKey` to `false`. To perform drift detection when AWS-managed CMKs or customer-managed CMKs are in use, this value must be configured.
57215
56908
  */
57216
56909
  kmsKeyId?: pulumi.Input<string>;
57217
56910
  /**
57218
- * Whether to enable an AWS-owned KMS CMK that is not in your account. Defaults to `true`. Setting to `false` without configuring `kmsKeyId` will create an AWS-managed CMK aliased to `aws/mq` in your account.
56911
+ * Whether to enable an AWS-owned KMS CMK not in your account. Defaults to `true`. Setting to `false` without configuring `kmsKeyId` creates an AWS-managed CMK aliased to `aws/mq` in your account.
57219
56912
  */
57220
56913
  useAwsOwnedKey?: pulumi.Input<boolean>;
57221
56914
  }
57222
56915
  interface BrokerInstance {
57223
56916
  /**
57224
- * The URL of the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) or the [RabbitMQ Management UI](https://www.rabbitmq.com/management.html#external-monitoring) depending on `engineType`.
56917
+ * URL of the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) or the [RabbitMQ Management UI](https://www.rabbitmq.com/management.html#external-monitoring) depending on `engineType`.
57225
56918
  */
57226
56919
  consoleUrl?: pulumi.Input<string>;
57227
56920
  /**
@@ -57243,15 +56936,15 @@ export declare namespace mq {
57243
56936
  }
57244
56937
  interface BrokerLdapServerMetadata {
57245
56938
  /**
57246
- * List of a fully qualified domain name of the LDAP server and an optional failover server.
56939
+ * List of fully qualified domain names of the LDAP server and optional failover server.
57247
56940
  */
57248
56941
  hosts?: pulumi.Input<pulumi.Input<string>[]>;
57249
56942
  /**
57250
- * Fully qualified name of the directory to search for a users groups.
56943
+ * Fully qualified name of the directory to search for a user's groups.
57251
56944
  */
57252
56945
  roleBase?: pulumi.Input<string>;
57253
56946
  /**
57254
- * Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query.
56947
+ * LDAP attribute that identifies the group name attribute in the object returned from the group membership query.
57255
56948
  */
57256
56949
  roleName?: pulumi.Input<string>;
57257
56950
  /**
@@ -57275,7 +56968,7 @@ export declare namespace mq {
57275
56968
  */
57276
56969
  userBase?: pulumi.Input<string>;
57277
56970
  /**
57278
- * Specifies the name of the LDAP attribute for the user group membership.
56971
+ * Name of the LDAP attribute for the user group membership.
57279
56972
  */
57280
56973
  userRoleName?: pulumi.Input<string>;
57281
56974
  /**
@@ -57289,11 +56982,11 @@ export declare namespace mq {
57289
56982
  }
57290
56983
  interface BrokerLogs {
57291
56984
  /**
57292
- * Enables audit logging. Auditing is only possible for `engineType` of `ActiveMQ`. User management action made using JMX or the ActiveMQ Web Console is logged. Defaults to `false`.
56985
+ * Whether to enable audit logging. Only possible for `engineType` of `ActiveMQ`. Logs user management actions via JMX or ActiveMQ Web Console. Defaults to `false`.
57293
56986
  */
57294
56987
  audit?: pulumi.Input<boolean>;
57295
56988
  /**
57296
- * Enables general logging via CloudWatch. Defaults to `false`.
56989
+ * Whether to enable general logging via CloudWatch. Defaults to `false`.
57297
56990
  */
57298
56991
  general?: pulumi.Input<boolean>;
57299
56992
  }
@@ -57321,17 +57014,19 @@ export declare namespace mq {
57321
57014
  */
57322
57015
  groups?: pulumi.Input<pulumi.Input<string>[]>;
57323
57016
  /**
57324
- * Password of the user. It must be 12 to 250 characters long, at least 4 unique characters, and must not contain commas.
57017
+ * Password of the user. Must be 12 to 250 characters long, contain at least 4 unique characters, and must not contain commas.
57325
57018
  */
57326
57019
  password: pulumi.Input<string>;
57327
57020
  /**
57328
- * Whether to set set replication user. Defaults to `false`.
57021
+ * Whether to set replication user. Defaults to `false`.
57022
+ *
57023
+ * > **NOTE:** AWS currently does not support updating RabbitMQ users. Updates to users can only be in the RabbitMQ UI.
57329
57024
  */
57330
57025
  replicationUser?: pulumi.Input<boolean>;
57331
57026
  /**
57332
57027
  * Username of the user.
57333
57028
  *
57334
- * > **NOTE:** AWS currently does not support updating RabbitMQ users. Updates to users can only be in the RabbitMQ UI.
57029
+ * The following arguments are optional:
57335
57030
  */
57336
57031
  username: pulumi.Input<string>;
57337
57032
  }
@@ -58176,6 +57871,12 @@ export declare namespace networkfirewall {
58176
57871
  tcpIdleTimeoutSeconds?: pulumi.Input<number>;
58177
57872
  }
58178
57873
  interface FirewallPolicyFirewallPolicyStatefulRuleGroupReference {
57874
+ /**
57875
+ * Whether to enable deep threat inspection, which allows AWS to analyze service logs of network traffic processed by these rule groups to identify threat indicators across customers. AWS will use these threat indicators to improve the active threat defense managed rule groups and protect the security of AWS customers and services. This only applies to active threat defense maanaged rule groups.
57876
+ *
57877
+ * For details, refer to [AWS active threat defense for AWS Network Firewall](https://docs.aws.amazon.com/network-firewall/latest/developerguide/aws-managed-rule-groups-atd.html) in the AWS Network Firewall Developer Guide.
57878
+ */
57879
+ deepThreatInspection?: pulumi.Input<string>;
58179
57880
  /**
58180
57881
  * Configuration block for override values
58181
57882
  */
@@ -58723,25 +58424,28 @@ export declare namespace networkfirewall {
58723
58424
  export declare namespace networkmanager {
58724
58425
  interface ConnectAttachmentOptions {
58725
58426
  /**
58726
- * The protocol used for the attachment connection. Possible values are `GRE` and `NO_ENCAP`.
58427
+ * Protocol used for the attachment connection. Valid values: `GRE`, `NO_ENCAP`.
58727
58428
  */
58728
58429
  protocol?: pulumi.Input<string>;
58729
58430
  }
58730
58431
  interface ConnectPeerBgpOptions {
58432
+ /**
58433
+ * Peer ASN.
58434
+ */
58731
58435
  peerAsn?: pulumi.Input<number>;
58732
58436
  }
58733
58437
  interface ConnectPeerConfiguration {
58734
58438
  bgpConfigurations?: pulumi.Input<pulumi.Input<inputs.networkmanager.ConnectPeerConfigurationBgpConfiguration>[]>;
58735
58439
  /**
58736
- * A Connect peer core network address.
58440
+ * Connect peer core network address.
58737
58441
  */
58738
58442
  coreNetworkAddress?: pulumi.Input<string>;
58739
58443
  /**
58740
- * The inside IP addresses used for BGP peering. Required when the Connect attachment protocol is `GRE`. See `aws.networkmanager.ConnectAttachment` for details.
58444
+ * Inside IP addresses used for BGP peering. Required when the Connect attachment protocol is `GRE`. See `aws.networkmanager.ConnectAttachment` for details.
58741
58445
  */
58742
58446
  insideCidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;
58743
58447
  /**
58744
- * The Connect peer address.
58448
+ * Connect peer address.
58745
58449
  *
58746
58450
  * The following arguments are optional:
58747
58451
  */
@@ -58750,16 +58454,19 @@ export declare namespace networkmanager {
58750
58454
  }
58751
58455
  interface ConnectPeerConfigurationBgpConfiguration {
58752
58456
  /**
58753
- * A Connect peer core network address.
58457
+ * Connect peer core network address.
58754
58458
  */
58755
58459
  coreNetworkAddress?: pulumi.Input<string>;
58756
58460
  coreNetworkAsn?: pulumi.Input<number>;
58757
58461
  /**
58758
- * The Connect peer address.
58462
+ * Connect peer address.
58759
58463
  *
58760
58464
  * The following arguments are optional:
58761
58465
  */
58762
58466
  peerAddress?: pulumi.Input<string>;
58467
+ /**
58468
+ * Peer ASN.
58469
+ */
58763
58470
  peerAsn?: pulumi.Input<number>;
58764
58471
  }
58765
58472
  interface CoreNetworkEdge {
@@ -58792,25 +58499,25 @@ export declare namespace networkmanager {
58792
58499
  }
58793
58500
  interface DeviceAwsLocation {
58794
58501
  /**
58795
- * The Amazon Resource Name (ARN) of the subnet that the device is located in.
58502
+ * ARN of the subnet that the device is located in.
58796
58503
  */
58797
58504
  subnetArn?: pulumi.Input<string>;
58798
58505
  /**
58799
- * The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
58506
+ * Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
58800
58507
  */
58801
58508
  zone?: pulumi.Input<string>;
58802
58509
  }
58803
58510
  interface DeviceLocation {
58804
58511
  /**
58805
- * The physical address.
58512
+ * Physical address.
58806
58513
  */
58807
58514
  address?: pulumi.Input<string>;
58808
58515
  /**
58809
- * The latitude.
58516
+ * Latitude.
58810
58517
  */
58811
58518
  latitude?: pulumi.Input<string>;
58812
58519
  /**
58813
- * The longitude.
58520
+ * Longitude.
58814
58521
  */
58815
58522
  longitude?: pulumi.Input<string>;
58816
58523
  }
@@ -58957,6 +58664,10 @@ export declare namespace networkmanager {
58957
58664
  * List of strings containing Autonomous System Numbers (ASNs) to assign to Core Network Edges. By default, the core network automatically assigns an ASN for each Core Network Edge but you can optionally define the ASN in the edge-locations for each Region. The ASN uses an array of integer ranges only from `64512` to `65534` and `4200000000` to `4294967294` expressed as a string like `"64512-65534"`. No other ASN ranges can be used.
58958
58665
  */
58959
58666
  asnRanges: string[];
58667
+ /**
58668
+ * Indicates whether DNS resolution is enabled for the core network. The value can be either `true` or `false`. When set to `true`, DNS resolution is enabled for VPCs attached to the core network, allowing resources in different VPCs to resolve each other's domain names. The default is `true`.
58669
+ */
58670
+ dnsSupport?: boolean;
58960
58671
  /**
58961
58672
  * A block value of AWS Region locations where you're creating Core Network Edges. Detailed below.
58962
58673
  */
@@ -58965,6 +58676,10 @@ export declare namespace networkmanager {
58965
58676
  * The Classless Inter-Domain Routing (CIDR) block range used to create tunnels for AWS Transit Gateway Connect. The format is standard AWS CIDR range (for example, `10.0.1.0/24`). You can optionally define the inside CIDR in the Core Network Edges section per Region. The minimum is a `/24` for IPv4 or `/64` for IPv6. You can provide multiple `/24` subnets or a larger CIDR range. If you define a larger CIDR range, new Core Network Edges will be automatically assigned `/24` and `/64` subnets from the larger CIDR. an Inside CIDR block is required for attaching Connect attachments to a Core Network Edge.
58966
58677
  */
58967
58678
  insideCidrBlocks?: string[];
58679
+ /**
58680
+ * — (Optional) Indicates whether security group referencing is enabled for the core network. The value can be either `true` or `false`. When set to `true`, security groups in one VPC can reference security groups in another VPC attached to the core network, enabling more flexible security configurations across your network. The default is `false`.
58681
+ */
58682
+ securityGroupReferencingSupport?: boolean;
58968
58683
  /**
58969
58684
  * Indicates whether the core network forwards traffic over multiple equal-cost routes using VPN. The value can be either `true` or `false`. The default is `true`.
58970
58685
  */
@@ -58975,6 +58690,10 @@ export declare namespace networkmanager {
58975
58690
  * List of strings containing Autonomous System Numbers (ASNs) to assign to Core Network Edges. By default, the core network automatically assigns an ASN for each Core Network Edge but you can optionally define the ASN in the edge-locations for each Region. The ASN uses an array of integer ranges only from `64512` to `65534` and `4200000000` to `4294967294` expressed as a string like `"64512-65534"`. No other ASN ranges can be used.
58976
58691
  */
58977
58692
  asnRanges: pulumi.Input<pulumi.Input<string>[]>;
58693
+ /**
58694
+ * Indicates whether DNS resolution is enabled for the core network. The value can be either `true` or `false`. When set to `true`, DNS resolution is enabled for VPCs attached to the core network, allowing resources in different VPCs to resolve each other's domain names. The default is `true`.
58695
+ */
58696
+ dnsSupport?: pulumi.Input<boolean>;
58978
58697
  /**
58979
58698
  * A block value of AWS Region locations where you're creating Core Network Edges. Detailed below.
58980
58699
  */
@@ -58983,6 +58702,10 @@ export declare namespace networkmanager {
58983
58702
  * The Classless Inter-Domain Routing (CIDR) block range used to create tunnels for AWS Transit Gateway Connect. The format is standard AWS CIDR range (for example, `10.0.1.0/24`). You can optionally define the inside CIDR in the Core Network Edges section per Region. The minimum is a `/24` for IPv4 or `/64` for IPv6. You can provide multiple `/24` subnets or a larger CIDR range. If you define a larger CIDR range, new Core Network Edges will be automatically assigned `/24` and `/64` subnets from the larger CIDR. an Inside CIDR block is required for attaching Connect attachments to a Core Network Edge.
58984
58703
  */
58985
58704
  insideCidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;
58705
+ /**
58706
+ * — (Optional) Indicates whether security group referencing is enabled for the core network. The value can be either `true` or `false`. When set to `true`, security groups in one VPC can reference security groups in another VPC attached to the core network, enabling more flexible security configurations across your network. The default is `false`.
58707
+ */
58708
+ securityGroupReferencingSupport?: pulumi.Input<boolean>;
58986
58709
  /**
58987
58710
  * Indicates whether the core network forwards traffic over multiple equal-cost routes using VPN. The value can be either `true` or `false`. The default is `true`.
58988
58711
  */
@@ -59272,14 +58995,11 @@ export declare namespace networkmanager {
59272
58995
  }
59273
58996
  interface VpcAttachmentOptions {
59274
58997
  /**
59275
- * Indicates whether appliance mode is supported.
59276
- * If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow.
59277
- * If the VPC attachment is pending acceptance, changing this value will recreate the resource.
58998
+ * Whether to enable appliance mode support. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. If the VPC attachment is pending acceptance, changing this value will recreate the resource.
59278
58999
  */
59279
59000
  applianceModeSupport?: pulumi.Input<boolean>;
59280
59001
  /**
59281
- * Indicates whether IPv6 is supported.
59282
- * If the VPC attachment is pending acceptance, changing this value will recreate the resource.
59002
+ * Whether to enable IPv6 support. If the VPC attachment is pending acceptance, changing this value will recreate the resource.
59283
59003
  */
59284
59004
  ipv6Support?: pulumi.Input<boolean>;
59285
59005
  }
@@ -59728,7 +59448,7 @@ export declare namespace opensearch {
59728
59448
  */
59729
59449
  minutes?: pulumi.Input<number>;
59730
59450
  }
59731
- interface GetServerlessSecurityConfigSamlOptions {
59451
+ interface GetServerlessSecurityConfigSamlOption {
59732
59452
  /**
59733
59453
  * Group attribute for this SAML integration.
59734
59454
  */
@@ -59746,7 +59466,7 @@ export declare namespace opensearch {
59746
59466
  */
59747
59467
  userAttribute?: string;
59748
59468
  }
59749
- interface GetServerlessSecurityConfigSamlOptionsArgs {
59469
+ interface GetServerlessSecurityConfigSamlOptionArgs {
59750
59470
  /**
59751
59471
  * Group attribute for this SAML integration.
59752
59472
  */
@@ -59931,933 +59651,6 @@ export declare namespace opensearchingest {
59931
59651
  vpcEndpointManagement?: pulumi.Input<string>;
59932
59652
  }
59933
59653
  }
59934
- export declare namespace opsworks {
59935
- interface ApplicationAppSource {
59936
- /**
59937
- * Password to use when authenticating to the source. This provider cannot perform drift detection of this configuration.
59938
- */
59939
- password?: pulumi.Input<string>;
59940
- /**
59941
- * For sources that are version-aware, the revision to use.
59942
- */
59943
- revision?: pulumi.Input<string>;
59944
- /**
59945
- * SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.
59946
- */
59947
- sshKey?: pulumi.Input<string>;
59948
- /**
59949
- * The type of source to use. For example, "archive".
59950
- */
59951
- type: pulumi.Input<string>;
59952
- /**
59953
- * The URL where the app resource can be found.
59954
- */
59955
- url?: pulumi.Input<string>;
59956
- /**
59957
- * Username to use when authenticating to the source.
59958
- */
59959
- username?: pulumi.Input<string>;
59960
- }
59961
- interface ApplicationEnvironment {
59962
- /**
59963
- * Variable name.
59964
- */
59965
- key: pulumi.Input<string>;
59966
- /**
59967
- * Set visibility of the variable value to `true` or `false`.
59968
- */
59969
- secure?: pulumi.Input<boolean>;
59970
- /**
59971
- * Variable value.
59972
- */
59973
- value: pulumi.Input<string>;
59974
- }
59975
- interface ApplicationSslConfiguration {
59976
- /**
59977
- * The contents of the certificate's domain.crt file.
59978
- */
59979
- certificate: pulumi.Input<string>;
59980
- /**
59981
- * Can be used to specify an intermediate certificate authority key or client authentication.
59982
- */
59983
- chain?: pulumi.Input<string>;
59984
- /**
59985
- * The private key; the contents of the certificate's domain.key file.
59986
- */
59987
- privateKey: pulumi.Input<string>;
59988
- }
59989
- interface CustomLayerCloudwatchConfiguration {
59990
- enabled?: pulumi.Input<boolean>;
59991
- /**
59992
- * A block the specifies how an opsworks logs look like. See Log Streams.
59993
- */
59994
- logStreams?: pulumi.Input<pulumi.Input<inputs.opsworks.CustomLayerCloudwatchConfigurationLogStream>[]>;
59995
- }
59996
- interface CustomLayerCloudwatchConfigurationLogStream {
59997
- /**
59998
- * Specifies the max number of log events in a batch, up to `10000`. The default value is `1000`.
59999
- */
60000
- batchCount?: pulumi.Input<number>;
60001
- /**
60002
- * Specifies the maximum size of log events in a batch, in bytes, up to `1048576` bytes. The default value is `32768` bytes.
60003
- */
60004
- batchSize?: pulumi.Input<number>;
60005
- /**
60006
- * Specifies the time duration for the batching of log events. The minimum value is `5000` and default value is `5000`.
60007
- */
60008
- bufferDuration?: pulumi.Input<number>;
60009
- /**
60010
- * Specifies how the timestamp is extracted from logs. For more information, see the CloudWatch Logs Agent Reference (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html).
60011
- */
60012
- datetimeFormat?: pulumi.Input<string>;
60013
- /**
60014
- * Specifies the encoding of the log file so that the file can be read correctly. The default is `utf8`.
60015
- */
60016
- encoding?: pulumi.Input<string>;
60017
- /**
60018
- * Specifies log files that you want to push to CloudWatch Logs. File can point to a specific file or multiple files (by using wild card characters such as /var/log/system.log*).
60019
- */
60020
- file: pulumi.Input<string>;
60021
- /**
60022
- * Specifies the range of lines for identifying a file. The valid values are one number, or two dash-delimited numbers, such as `1`, `2-5`. The default value is `1`.
60023
- */
60024
- fileFingerprintLines?: pulumi.Input<string>;
60025
- /**
60026
- * Specifies where to start to read data (`startOfFile` or `endOfFile`). The default is `startOfFile`.
60027
- */
60028
- initialPosition?: pulumi.Input<string>;
60029
- /**
60030
- * Specifies the destination log group. A log group is created automatically if it doesn't already exist.
60031
- */
60032
- logGroupName: pulumi.Input<string>;
60033
- /**
60034
- * Specifies the pattern for identifying the start of a log message.
60035
- */
60036
- multilineStartPattern?: pulumi.Input<string>;
60037
- /**
60038
- * Specifies the time zone of log event time stamps.
60039
- */
60040
- timeZone?: pulumi.Input<string>;
60041
- }
60042
- interface CustomLayerEbsVolume {
60043
- /**
60044
- * Encrypt the volume.
60045
- */
60046
- encrypted?: pulumi.Input<boolean>;
60047
- /**
60048
- * For PIOPS volumes, the IOPS per disk.
60049
- */
60050
- iops?: pulumi.Input<number>;
60051
- /**
60052
- * The path to mount the EBS volume on the layer's instances.
60053
- */
60054
- mountPoint: pulumi.Input<string>;
60055
- /**
60056
- * The number of disks to use for the EBS volume.
60057
- */
60058
- numberOfDisks: pulumi.Input<number>;
60059
- /**
60060
- * The RAID level to use for the volume.
60061
- */
60062
- raidLevel?: pulumi.Input<string>;
60063
- /**
60064
- * The size of the volume in gigabytes.
60065
- */
60066
- size: pulumi.Input<number>;
60067
- /**
60068
- * The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
60069
- */
60070
- type?: pulumi.Input<string>;
60071
- }
60072
- interface CustomLayerLoadBasedAutoScaling {
60073
- /**
60074
- * The downscaling settings, as defined below, used for load-based autoscaling
60075
- */
60076
- downscaling?: pulumi.Input<inputs.opsworks.CustomLayerLoadBasedAutoScalingDownscaling>;
60077
- /**
60078
- * Whether load-based auto scaling is enabled for the layer.
60079
- */
60080
- enable?: pulumi.Input<boolean>;
60081
- /**
60082
- * The upscaling settings, as defined below, used for load-based autoscaling
60083
- */
60084
- upscaling?: pulumi.Input<inputs.opsworks.CustomLayerLoadBasedAutoScalingUpscaling>;
60085
- }
60086
- interface CustomLayerLoadBasedAutoScalingDownscaling {
60087
- /**
60088
- * Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack.
60089
- */
60090
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60091
- /**
60092
- * The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold.
60093
- */
60094
- cpuThreshold?: pulumi.Input<number>;
60095
- /**
60096
- * The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks Stacks should ignore metrics and suppress additional scaling events.
60097
- */
60098
- ignoreMetricsTime?: pulumi.Input<number>;
60099
- /**
60100
- * The number of instances to add or remove when the load exceeds a threshold.
60101
- */
60102
- instanceCount?: pulumi.Input<number>;
60103
- /**
60104
- * The load threshold. A value of -1 disables the threshold.
60105
- */
60106
- loadThreshold?: pulumi.Input<number>;
60107
- /**
60108
- * The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold.
60109
- */
60110
- memoryThreshold?: pulumi.Input<number>;
60111
- /**
60112
- * The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.
60113
- */
60114
- thresholdsWaitTime?: pulumi.Input<number>;
60115
- }
60116
- interface CustomLayerLoadBasedAutoScalingUpscaling {
60117
- /**
60118
- * Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack.
60119
- */
60120
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60121
- /**
60122
- * The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold.
60123
- */
60124
- cpuThreshold?: pulumi.Input<number>;
60125
- /**
60126
- * The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks Stacks should ignore metrics and suppress additional scaling events.
60127
- */
60128
- ignoreMetricsTime?: pulumi.Input<number>;
60129
- /**
60130
- * The number of instances to add or remove when the load exceeds a threshold.
60131
- */
60132
- instanceCount?: pulumi.Input<number>;
60133
- /**
60134
- * The load threshold. A value of -1 disables the threshold.
60135
- */
60136
- loadThreshold?: pulumi.Input<number>;
60137
- /**
60138
- * The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold.
60139
- */
60140
- memoryThreshold?: pulumi.Input<number>;
60141
- /**
60142
- * The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.
60143
- */
60144
- thresholdsWaitTime?: pulumi.Input<number>;
60145
- }
60146
- interface EcsClusterLayerCloudwatchConfiguration {
60147
- enabled?: pulumi.Input<boolean>;
60148
- logStreams?: pulumi.Input<pulumi.Input<inputs.opsworks.EcsClusterLayerCloudwatchConfigurationLogStream>[]>;
60149
- }
60150
- interface EcsClusterLayerCloudwatchConfigurationLogStream {
60151
- batchCount?: pulumi.Input<number>;
60152
- batchSize?: pulumi.Input<number>;
60153
- bufferDuration?: pulumi.Input<number>;
60154
- datetimeFormat?: pulumi.Input<string>;
60155
- encoding?: pulumi.Input<string>;
60156
- file: pulumi.Input<string>;
60157
- fileFingerprintLines?: pulumi.Input<string>;
60158
- initialPosition?: pulumi.Input<string>;
60159
- logGroupName: pulumi.Input<string>;
60160
- multilineStartPattern?: pulumi.Input<string>;
60161
- timeZone?: pulumi.Input<string>;
60162
- }
60163
- interface EcsClusterLayerEbsVolume {
60164
- encrypted?: pulumi.Input<boolean>;
60165
- /**
60166
- * For PIOPS volumes, the IOPS per disk.
60167
- */
60168
- iops?: pulumi.Input<number>;
60169
- /**
60170
- * The path to mount the EBS volume on the layer's instances.
60171
- */
60172
- mountPoint: pulumi.Input<string>;
60173
- /**
60174
- * The number of disks to use for the EBS volume.
60175
- */
60176
- numberOfDisks: pulumi.Input<number>;
60177
- /**
60178
- * The RAID level to use for the volume.
60179
- */
60180
- raidLevel?: pulumi.Input<string>;
60181
- /**
60182
- * The size of the volume in gigabytes.
60183
- */
60184
- size: pulumi.Input<number>;
60185
- /**
60186
- * The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
60187
- */
60188
- type?: pulumi.Input<string>;
60189
- }
60190
- interface EcsClusterLayerLoadBasedAutoScaling {
60191
- downscaling?: pulumi.Input<inputs.opsworks.EcsClusterLayerLoadBasedAutoScalingDownscaling>;
60192
- enable?: pulumi.Input<boolean>;
60193
- upscaling?: pulumi.Input<inputs.opsworks.EcsClusterLayerLoadBasedAutoScalingUpscaling>;
60194
- }
60195
- interface EcsClusterLayerLoadBasedAutoScalingDownscaling {
60196
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60197
- cpuThreshold?: pulumi.Input<number>;
60198
- ignoreMetricsTime?: pulumi.Input<number>;
60199
- instanceCount?: pulumi.Input<number>;
60200
- loadThreshold?: pulumi.Input<number>;
60201
- memoryThreshold?: pulumi.Input<number>;
60202
- thresholdsWaitTime?: pulumi.Input<number>;
60203
- }
60204
- interface EcsClusterLayerLoadBasedAutoScalingUpscaling {
60205
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60206
- cpuThreshold?: pulumi.Input<number>;
60207
- ignoreMetricsTime?: pulumi.Input<number>;
60208
- instanceCount?: pulumi.Input<number>;
60209
- loadThreshold?: pulumi.Input<number>;
60210
- memoryThreshold?: pulumi.Input<number>;
60211
- thresholdsWaitTime?: pulumi.Input<number>;
60212
- }
60213
- interface GangliaLayerCloudwatchConfiguration {
60214
- enabled?: pulumi.Input<boolean>;
60215
- logStreams?: pulumi.Input<pulumi.Input<inputs.opsworks.GangliaLayerCloudwatchConfigurationLogStream>[]>;
60216
- }
60217
- interface GangliaLayerCloudwatchConfigurationLogStream {
60218
- batchCount?: pulumi.Input<number>;
60219
- batchSize?: pulumi.Input<number>;
60220
- bufferDuration?: pulumi.Input<number>;
60221
- datetimeFormat?: pulumi.Input<string>;
60222
- encoding?: pulumi.Input<string>;
60223
- file: pulumi.Input<string>;
60224
- fileFingerprintLines?: pulumi.Input<string>;
60225
- initialPosition?: pulumi.Input<string>;
60226
- logGroupName: pulumi.Input<string>;
60227
- multilineStartPattern?: pulumi.Input<string>;
60228
- timeZone?: pulumi.Input<string>;
60229
- }
60230
- interface GangliaLayerEbsVolume {
60231
- encrypted?: pulumi.Input<boolean>;
60232
- /**
60233
- * For PIOPS volumes, the IOPS per disk.
60234
- */
60235
- iops?: pulumi.Input<number>;
60236
- /**
60237
- * The path to mount the EBS volume on the layer's instances.
60238
- */
60239
- mountPoint: pulumi.Input<string>;
60240
- /**
60241
- * The number of disks to use for the EBS volume.
60242
- */
60243
- numberOfDisks: pulumi.Input<number>;
60244
- /**
60245
- * The RAID level to use for the volume.
60246
- */
60247
- raidLevel?: pulumi.Input<string>;
60248
- /**
60249
- * The size of the volume in gigabytes.
60250
- */
60251
- size: pulumi.Input<number>;
60252
- /**
60253
- * The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
60254
- */
60255
- type?: pulumi.Input<string>;
60256
- }
60257
- interface GangliaLayerLoadBasedAutoScaling {
60258
- downscaling?: pulumi.Input<inputs.opsworks.GangliaLayerLoadBasedAutoScalingDownscaling>;
60259
- enable?: pulumi.Input<boolean>;
60260
- upscaling?: pulumi.Input<inputs.opsworks.GangliaLayerLoadBasedAutoScalingUpscaling>;
60261
- }
60262
- interface GangliaLayerLoadBasedAutoScalingDownscaling {
60263
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60264
- cpuThreshold?: pulumi.Input<number>;
60265
- ignoreMetricsTime?: pulumi.Input<number>;
60266
- instanceCount?: pulumi.Input<number>;
60267
- loadThreshold?: pulumi.Input<number>;
60268
- memoryThreshold?: pulumi.Input<number>;
60269
- thresholdsWaitTime?: pulumi.Input<number>;
60270
- }
60271
- interface GangliaLayerLoadBasedAutoScalingUpscaling {
60272
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60273
- cpuThreshold?: pulumi.Input<number>;
60274
- ignoreMetricsTime?: pulumi.Input<number>;
60275
- instanceCount?: pulumi.Input<number>;
60276
- loadThreshold?: pulumi.Input<number>;
60277
- memoryThreshold?: pulumi.Input<number>;
60278
- thresholdsWaitTime?: pulumi.Input<number>;
60279
- }
60280
- interface HaproxyLayerCloudwatchConfiguration {
60281
- enabled?: pulumi.Input<boolean>;
60282
- logStreams?: pulumi.Input<pulumi.Input<inputs.opsworks.HaproxyLayerCloudwatchConfigurationLogStream>[]>;
60283
- }
60284
- interface HaproxyLayerCloudwatchConfigurationLogStream {
60285
- batchCount?: pulumi.Input<number>;
60286
- batchSize?: pulumi.Input<number>;
60287
- bufferDuration?: pulumi.Input<number>;
60288
- datetimeFormat?: pulumi.Input<string>;
60289
- encoding?: pulumi.Input<string>;
60290
- file: pulumi.Input<string>;
60291
- fileFingerprintLines?: pulumi.Input<string>;
60292
- initialPosition?: pulumi.Input<string>;
60293
- logGroupName: pulumi.Input<string>;
60294
- multilineStartPattern?: pulumi.Input<string>;
60295
- timeZone?: pulumi.Input<string>;
60296
- }
60297
- interface HaproxyLayerEbsVolume {
60298
- encrypted?: pulumi.Input<boolean>;
60299
- /**
60300
- * For PIOPS volumes, the IOPS per disk.
60301
- */
60302
- iops?: pulumi.Input<number>;
60303
- /**
60304
- * The path to mount the EBS volume on the layer's instances.
60305
- */
60306
- mountPoint: pulumi.Input<string>;
60307
- /**
60308
- * The number of disks to use for the EBS volume.
60309
- */
60310
- numberOfDisks: pulumi.Input<number>;
60311
- /**
60312
- * The RAID level to use for the volume.
60313
- */
60314
- raidLevel?: pulumi.Input<string>;
60315
- /**
60316
- * The size of the volume in gigabytes.
60317
- */
60318
- size: pulumi.Input<number>;
60319
- /**
60320
- * The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
60321
- */
60322
- type?: pulumi.Input<string>;
60323
- }
60324
- interface HaproxyLayerLoadBasedAutoScaling {
60325
- downscaling?: pulumi.Input<inputs.opsworks.HaproxyLayerLoadBasedAutoScalingDownscaling>;
60326
- enable?: pulumi.Input<boolean>;
60327
- upscaling?: pulumi.Input<inputs.opsworks.HaproxyLayerLoadBasedAutoScalingUpscaling>;
60328
- }
60329
- interface HaproxyLayerLoadBasedAutoScalingDownscaling {
60330
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60331
- cpuThreshold?: pulumi.Input<number>;
60332
- ignoreMetricsTime?: pulumi.Input<number>;
60333
- instanceCount?: pulumi.Input<number>;
60334
- loadThreshold?: pulumi.Input<number>;
60335
- memoryThreshold?: pulumi.Input<number>;
60336
- thresholdsWaitTime?: pulumi.Input<number>;
60337
- }
60338
- interface HaproxyLayerLoadBasedAutoScalingUpscaling {
60339
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60340
- cpuThreshold?: pulumi.Input<number>;
60341
- ignoreMetricsTime?: pulumi.Input<number>;
60342
- instanceCount?: pulumi.Input<number>;
60343
- loadThreshold?: pulumi.Input<number>;
60344
- memoryThreshold?: pulumi.Input<number>;
60345
- thresholdsWaitTime?: pulumi.Input<number>;
60346
- }
60347
- interface InstanceEbsBlockDevice {
60348
- deleteOnTermination?: pulumi.Input<boolean>;
60349
- deviceName: pulumi.Input<string>;
60350
- iops?: pulumi.Input<number>;
60351
- snapshotId?: pulumi.Input<string>;
60352
- volumeSize?: pulumi.Input<number>;
60353
- volumeType?: pulumi.Input<string>;
60354
- }
60355
- interface InstanceEphemeralBlockDevice {
60356
- deviceName: pulumi.Input<string>;
60357
- virtualName: pulumi.Input<string>;
60358
- }
60359
- interface InstanceRootBlockDevice {
60360
- deleteOnTermination?: pulumi.Input<boolean>;
60361
- iops?: pulumi.Input<number>;
60362
- volumeSize?: pulumi.Input<number>;
60363
- volumeType?: pulumi.Input<string>;
60364
- }
60365
- interface JavaAppLayerCloudwatchConfiguration {
60366
- enabled?: pulumi.Input<boolean>;
60367
- logStreams?: pulumi.Input<pulumi.Input<inputs.opsworks.JavaAppLayerCloudwatchConfigurationLogStream>[]>;
60368
- }
60369
- interface JavaAppLayerCloudwatchConfigurationLogStream {
60370
- batchCount?: pulumi.Input<number>;
60371
- batchSize?: pulumi.Input<number>;
60372
- bufferDuration?: pulumi.Input<number>;
60373
- datetimeFormat?: pulumi.Input<string>;
60374
- encoding?: pulumi.Input<string>;
60375
- file: pulumi.Input<string>;
60376
- fileFingerprintLines?: pulumi.Input<string>;
60377
- initialPosition?: pulumi.Input<string>;
60378
- logGroupName: pulumi.Input<string>;
60379
- multilineStartPattern?: pulumi.Input<string>;
60380
- timeZone?: pulumi.Input<string>;
60381
- }
60382
- interface JavaAppLayerEbsVolume {
60383
- encrypted?: pulumi.Input<boolean>;
60384
- /**
60385
- * For PIOPS volumes, the IOPS per disk.
60386
- */
60387
- iops?: pulumi.Input<number>;
60388
- /**
60389
- * The path to mount the EBS volume on the layer's instances.
60390
- */
60391
- mountPoint: pulumi.Input<string>;
60392
- /**
60393
- * The number of disks to use for the EBS volume.
60394
- */
60395
- numberOfDisks: pulumi.Input<number>;
60396
- /**
60397
- * The RAID level to use for the volume.
60398
- */
60399
- raidLevel?: pulumi.Input<string>;
60400
- /**
60401
- * The size of the volume in gigabytes.
60402
- */
60403
- size: pulumi.Input<number>;
60404
- /**
60405
- * The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
60406
- */
60407
- type?: pulumi.Input<string>;
60408
- }
60409
- interface JavaAppLayerLoadBasedAutoScaling {
60410
- downscaling?: pulumi.Input<inputs.opsworks.JavaAppLayerLoadBasedAutoScalingDownscaling>;
60411
- enable?: pulumi.Input<boolean>;
60412
- upscaling?: pulumi.Input<inputs.opsworks.JavaAppLayerLoadBasedAutoScalingUpscaling>;
60413
- }
60414
- interface JavaAppLayerLoadBasedAutoScalingDownscaling {
60415
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60416
- cpuThreshold?: pulumi.Input<number>;
60417
- ignoreMetricsTime?: pulumi.Input<number>;
60418
- instanceCount?: pulumi.Input<number>;
60419
- loadThreshold?: pulumi.Input<number>;
60420
- memoryThreshold?: pulumi.Input<number>;
60421
- thresholdsWaitTime?: pulumi.Input<number>;
60422
- }
60423
- interface JavaAppLayerLoadBasedAutoScalingUpscaling {
60424
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60425
- cpuThreshold?: pulumi.Input<number>;
60426
- ignoreMetricsTime?: pulumi.Input<number>;
60427
- instanceCount?: pulumi.Input<number>;
60428
- loadThreshold?: pulumi.Input<number>;
60429
- memoryThreshold?: pulumi.Input<number>;
60430
- thresholdsWaitTime?: pulumi.Input<number>;
60431
- }
60432
- interface MemcachedLayerCloudwatchConfiguration {
60433
- enabled?: pulumi.Input<boolean>;
60434
- logStreams?: pulumi.Input<pulumi.Input<inputs.opsworks.MemcachedLayerCloudwatchConfigurationLogStream>[]>;
60435
- }
60436
- interface MemcachedLayerCloudwatchConfigurationLogStream {
60437
- batchCount?: pulumi.Input<number>;
60438
- batchSize?: pulumi.Input<number>;
60439
- bufferDuration?: pulumi.Input<number>;
60440
- datetimeFormat?: pulumi.Input<string>;
60441
- encoding?: pulumi.Input<string>;
60442
- file: pulumi.Input<string>;
60443
- fileFingerprintLines?: pulumi.Input<string>;
60444
- initialPosition?: pulumi.Input<string>;
60445
- logGroupName: pulumi.Input<string>;
60446
- multilineStartPattern?: pulumi.Input<string>;
60447
- timeZone?: pulumi.Input<string>;
60448
- }
60449
- interface MemcachedLayerEbsVolume {
60450
- encrypted?: pulumi.Input<boolean>;
60451
- /**
60452
- * For PIOPS volumes, the IOPS per disk.
60453
- */
60454
- iops?: pulumi.Input<number>;
60455
- /**
60456
- * The path to mount the EBS volume on the layer's instances.
60457
- */
60458
- mountPoint: pulumi.Input<string>;
60459
- /**
60460
- * The number of disks to use for the EBS volume.
60461
- */
60462
- numberOfDisks: pulumi.Input<number>;
60463
- /**
60464
- * The RAID level to use for the volume.
60465
- */
60466
- raidLevel?: pulumi.Input<string>;
60467
- /**
60468
- * The size of the volume in gigabytes.
60469
- */
60470
- size: pulumi.Input<number>;
60471
- /**
60472
- * The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
60473
- */
60474
- type?: pulumi.Input<string>;
60475
- }
60476
- interface MemcachedLayerLoadBasedAutoScaling {
60477
- downscaling?: pulumi.Input<inputs.opsworks.MemcachedLayerLoadBasedAutoScalingDownscaling>;
60478
- enable?: pulumi.Input<boolean>;
60479
- upscaling?: pulumi.Input<inputs.opsworks.MemcachedLayerLoadBasedAutoScalingUpscaling>;
60480
- }
60481
- interface MemcachedLayerLoadBasedAutoScalingDownscaling {
60482
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60483
- cpuThreshold?: pulumi.Input<number>;
60484
- ignoreMetricsTime?: pulumi.Input<number>;
60485
- instanceCount?: pulumi.Input<number>;
60486
- loadThreshold?: pulumi.Input<number>;
60487
- memoryThreshold?: pulumi.Input<number>;
60488
- thresholdsWaitTime?: pulumi.Input<number>;
60489
- }
60490
- interface MemcachedLayerLoadBasedAutoScalingUpscaling {
60491
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60492
- cpuThreshold?: pulumi.Input<number>;
60493
- ignoreMetricsTime?: pulumi.Input<number>;
60494
- instanceCount?: pulumi.Input<number>;
60495
- loadThreshold?: pulumi.Input<number>;
60496
- memoryThreshold?: pulumi.Input<number>;
60497
- thresholdsWaitTime?: pulumi.Input<number>;
60498
- }
60499
- interface MysqlLayerCloudwatchConfiguration {
60500
- enabled?: pulumi.Input<boolean>;
60501
- logStreams?: pulumi.Input<pulumi.Input<inputs.opsworks.MysqlLayerCloudwatchConfigurationLogStream>[]>;
60502
- }
60503
- interface MysqlLayerCloudwatchConfigurationLogStream {
60504
- batchCount?: pulumi.Input<number>;
60505
- batchSize?: pulumi.Input<number>;
60506
- bufferDuration?: pulumi.Input<number>;
60507
- datetimeFormat?: pulumi.Input<string>;
60508
- encoding?: pulumi.Input<string>;
60509
- file: pulumi.Input<string>;
60510
- fileFingerprintLines?: pulumi.Input<string>;
60511
- initialPosition?: pulumi.Input<string>;
60512
- logGroupName: pulumi.Input<string>;
60513
- multilineStartPattern?: pulumi.Input<string>;
60514
- timeZone?: pulumi.Input<string>;
60515
- }
60516
- interface MysqlLayerEbsVolume {
60517
- encrypted?: pulumi.Input<boolean>;
60518
- /**
60519
- * For PIOPS volumes, the IOPS per disk.
60520
- */
60521
- iops?: pulumi.Input<number>;
60522
- /**
60523
- * The path to mount the EBS volume on the layer's instances.
60524
- */
60525
- mountPoint: pulumi.Input<string>;
60526
- /**
60527
- * The number of disks to use for the EBS volume.
60528
- */
60529
- numberOfDisks: pulumi.Input<number>;
60530
- /**
60531
- * The RAID level to use for the volume.
60532
- */
60533
- raidLevel?: pulumi.Input<string>;
60534
- /**
60535
- * The size of the volume in gigabytes.
60536
- */
60537
- size: pulumi.Input<number>;
60538
- /**
60539
- * The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
60540
- */
60541
- type?: pulumi.Input<string>;
60542
- }
60543
- interface MysqlLayerLoadBasedAutoScaling {
60544
- downscaling?: pulumi.Input<inputs.opsworks.MysqlLayerLoadBasedAutoScalingDownscaling>;
60545
- enable?: pulumi.Input<boolean>;
60546
- upscaling?: pulumi.Input<inputs.opsworks.MysqlLayerLoadBasedAutoScalingUpscaling>;
60547
- }
60548
- interface MysqlLayerLoadBasedAutoScalingDownscaling {
60549
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60550
- cpuThreshold?: pulumi.Input<number>;
60551
- ignoreMetricsTime?: pulumi.Input<number>;
60552
- instanceCount?: pulumi.Input<number>;
60553
- loadThreshold?: pulumi.Input<number>;
60554
- memoryThreshold?: pulumi.Input<number>;
60555
- thresholdsWaitTime?: pulumi.Input<number>;
60556
- }
60557
- interface MysqlLayerLoadBasedAutoScalingUpscaling {
60558
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60559
- cpuThreshold?: pulumi.Input<number>;
60560
- ignoreMetricsTime?: pulumi.Input<number>;
60561
- instanceCount?: pulumi.Input<number>;
60562
- loadThreshold?: pulumi.Input<number>;
60563
- memoryThreshold?: pulumi.Input<number>;
60564
- thresholdsWaitTime?: pulumi.Input<number>;
60565
- }
60566
- interface NodejsAppLayerCloudwatchConfiguration {
60567
- enabled?: pulumi.Input<boolean>;
60568
- logStreams?: pulumi.Input<pulumi.Input<inputs.opsworks.NodejsAppLayerCloudwatchConfigurationLogStream>[]>;
60569
- }
60570
- interface NodejsAppLayerCloudwatchConfigurationLogStream {
60571
- batchCount?: pulumi.Input<number>;
60572
- batchSize?: pulumi.Input<number>;
60573
- bufferDuration?: pulumi.Input<number>;
60574
- datetimeFormat?: pulumi.Input<string>;
60575
- encoding?: pulumi.Input<string>;
60576
- file: pulumi.Input<string>;
60577
- fileFingerprintLines?: pulumi.Input<string>;
60578
- initialPosition?: pulumi.Input<string>;
60579
- logGroupName: pulumi.Input<string>;
60580
- multilineStartPattern?: pulumi.Input<string>;
60581
- timeZone?: pulumi.Input<string>;
60582
- }
60583
- interface NodejsAppLayerEbsVolume {
60584
- encrypted?: pulumi.Input<boolean>;
60585
- /**
60586
- * For PIOPS volumes, the IOPS per disk.
60587
- */
60588
- iops?: pulumi.Input<number>;
60589
- /**
60590
- * The path to mount the EBS volume on the layer's instances.
60591
- */
60592
- mountPoint: pulumi.Input<string>;
60593
- /**
60594
- * The number of disks to use for the EBS volume.
60595
- */
60596
- numberOfDisks: pulumi.Input<number>;
60597
- /**
60598
- * The RAID level to use for the volume.
60599
- */
60600
- raidLevel?: pulumi.Input<string>;
60601
- /**
60602
- * The size of the volume in gigabytes.
60603
- */
60604
- size: pulumi.Input<number>;
60605
- /**
60606
- * The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
60607
- */
60608
- type?: pulumi.Input<string>;
60609
- }
60610
- interface NodejsAppLayerLoadBasedAutoScaling {
60611
- downscaling?: pulumi.Input<inputs.opsworks.NodejsAppLayerLoadBasedAutoScalingDownscaling>;
60612
- enable?: pulumi.Input<boolean>;
60613
- upscaling?: pulumi.Input<inputs.opsworks.NodejsAppLayerLoadBasedAutoScalingUpscaling>;
60614
- }
60615
- interface NodejsAppLayerLoadBasedAutoScalingDownscaling {
60616
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60617
- cpuThreshold?: pulumi.Input<number>;
60618
- ignoreMetricsTime?: pulumi.Input<number>;
60619
- instanceCount?: pulumi.Input<number>;
60620
- loadThreshold?: pulumi.Input<number>;
60621
- memoryThreshold?: pulumi.Input<number>;
60622
- thresholdsWaitTime?: pulumi.Input<number>;
60623
- }
60624
- interface NodejsAppLayerLoadBasedAutoScalingUpscaling {
60625
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60626
- cpuThreshold?: pulumi.Input<number>;
60627
- ignoreMetricsTime?: pulumi.Input<number>;
60628
- instanceCount?: pulumi.Input<number>;
60629
- loadThreshold?: pulumi.Input<number>;
60630
- memoryThreshold?: pulumi.Input<number>;
60631
- thresholdsWaitTime?: pulumi.Input<number>;
60632
- }
60633
- interface PhpAppLayerCloudwatchConfiguration {
60634
- enabled?: pulumi.Input<boolean>;
60635
- logStreams?: pulumi.Input<pulumi.Input<inputs.opsworks.PhpAppLayerCloudwatchConfigurationLogStream>[]>;
60636
- }
60637
- interface PhpAppLayerCloudwatchConfigurationLogStream {
60638
- batchCount?: pulumi.Input<number>;
60639
- batchSize?: pulumi.Input<number>;
60640
- bufferDuration?: pulumi.Input<number>;
60641
- datetimeFormat?: pulumi.Input<string>;
60642
- encoding?: pulumi.Input<string>;
60643
- file: pulumi.Input<string>;
60644
- fileFingerprintLines?: pulumi.Input<string>;
60645
- initialPosition?: pulumi.Input<string>;
60646
- logGroupName: pulumi.Input<string>;
60647
- multilineStartPattern?: pulumi.Input<string>;
60648
- timeZone?: pulumi.Input<string>;
60649
- }
60650
- interface PhpAppLayerEbsVolume {
60651
- encrypted?: pulumi.Input<boolean>;
60652
- /**
60653
- * For PIOPS volumes, the IOPS per disk.
60654
- */
60655
- iops?: pulumi.Input<number>;
60656
- /**
60657
- * The path to mount the EBS volume on the layer's instances.
60658
- */
60659
- mountPoint: pulumi.Input<string>;
60660
- /**
60661
- * The number of disks to use for the EBS volume.
60662
- */
60663
- numberOfDisks: pulumi.Input<number>;
60664
- /**
60665
- * The RAID level to use for the volume.
60666
- */
60667
- raidLevel?: pulumi.Input<string>;
60668
- /**
60669
- * The size of the volume in gigabytes.
60670
- */
60671
- size: pulumi.Input<number>;
60672
- /**
60673
- * The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
60674
- */
60675
- type?: pulumi.Input<string>;
60676
- }
60677
- interface PhpAppLayerLoadBasedAutoScaling {
60678
- downscaling?: pulumi.Input<inputs.opsworks.PhpAppLayerLoadBasedAutoScalingDownscaling>;
60679
- enable?: pulumi.Input<boolean>;
60680
- upscaling?: pulumi.Input<inputs.opsworks.PhpAppLayerLoadBasedAutoScalingUpscaling>;
60681
- }
60682
- interface PhpAppLayerLoadBasedAutoScalingDownscaling {
60683
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60684
- cpuThreshold?: pulumi.Input<number>;
60685
- ignoreMetricsTime?: pulumi.Input<number>;
60686
- instanceCount?: pulumi.Input<number>;
60687
- loadThreshold?: pulumi.Input<number>;
60688
- memoryThreshold?: pulumi.Input<number>;
60689
- thresholdsWaitTime?: pulumi.Input<number>;
60690
- }
60691
- interface PhpAppLayerLoadBasedAutoScalingUpscaling {
60692
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60693
- cpuThreshold?: pulumi.Input<number>;
60694
- ignoreMetricsTime?: pulumi.Input<number>;
60695
- instanceCount?: pulumi.Input<number>;
60696
- loadThreshold?: pulumi.Input<number>;
60697
- memoryThreshold?: pulumi.Input<number>;
60698
- thresholdsWaitTime?: pulumi.Input<number>;
60699
- }
60700
- interface RailsAppLayerCloudwatchConfiguration {
60701
- enabled?: pulumi.Input<boolean>;
60702
- logStreams?: pulumi.Input<pulumi.Input<inputs.opsworks.RailsAppLayerCloudwatchConfigurationLogStream>[]>;
60703
- }
60704
- interface RailsAppLayerCloudwatchConfigurationLogStream {
60705
- batchCount?: pulumi.Input<number>;
60706
- batchSize?: pulumi.Input<number>;
60707
- bufferDuration?: pulumi.Input<number>;
60708
- datetimeFormat?: pulumi.Input<string>;
60709
- encoding?: pulumi.Input<string>;
60710
- file: pulumi.Input<string>;
60711
- fileFingerprintLines?: pulumi.Input<string>;
60712
- initialPosition?: pulumi.Input<string>;
60713
- logGroupName: pulumi.Input<string>;
60714
- multilineStartPattern?: pulumi.Input<string>;
60715
- timeZone?: pulumi.Input<string>;
60716
- }
60717
- interface RailsAppLayerEbsVolume {
60718
- encrypted?: pulumi.Input<boolean>;
60719
- /**
60720
- * For PIOPS volumes, the IOPS per disk.
60721
- */
60722
- iops?: pulumi.Input<number>;
60723
- /**
60724
- * The path to mount the EBS volume on the layer's instances.
60725
- */
60726
- mountPoint: pulumi.Input<string>;
60727
- /**
60728
- * The number of disks to use for the EBS volume.
60729
- */
60730
- numberOfDisks: pulumi.Input<number>;
60731
- /**
60732
- * The RAID level to use for the volume.
60733
- */
60734
- raidLevel?: pulumi.Input<string>;
60735
- /**
60736
- * The size of the volume in gigabytes.
60737
- */
60738
- size: pulumi.Input<number>;
60739
- /**
60740
- * The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
60741
- */
60742
- type?: pulumi.Input<string>;
60743
- }
60744
- interface RailsAppLayerLoadBasedAutoScaling {
60745
- downscaling?: pulumi.Input<inputs.opsworks.RailsAppLayerLoadBasedAutoScalingDownscaling>;
60746
- enable?: pulumi.Input<boolean>;
60747
- upscaling?: pulumi.Input<inputs.opsworks.RailsAppLayerLoadBasedAutoScalingUpscaling>;
60748
- }
60749
- interface RailsAppLayerLoadBasedAutoScalingDownscaling {
60750
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60751
- cpuThreshold?: pulumi.Input<number>;
60752
- ignoreMetricsTime?: pulumi.Input<number>;
60753
- instanceCount?: pulumi.Input<number>;
60754
- loadThreshold?: pulumi.Input<number>;
60755
- memoryThreshold?: pulumi.Input<number>;
60756
- thresholdsWaitTime?: pulumi.Input<number>;
60757
- }
60758
- interface RailsAppLayerLoadBasedAutoScalingUpscaling {
60759
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60760
- cpuThreshold?: pulumi.Input<number>;
60761
- ignoreMetricsTime?: pulumi.Input<number>;
60762
- instanceCount?: pulumi.Input<number>;
60763
- loadThreshold?: pulumi.Input<number>;
60764
- memoryThreshold?: pulumi.Input<number>;
60765
- thresholdsWaitTime?: pulumi.Input<number>;
60766
- }
60767
- interface StackCustomCookbooksSource {
60768
- /**
60769
- * Password to use when authenticating to the source. The provider cannot perform drift detection of this configuration.
60770
- */
60771
- password?: pulumi.Input<string>;
60772
- /**
60773
- * For sources that are version-aware, the revision to use.
60774
- */
60775
- revision?: pulumi.Input<string>;
60776
- /**
60777
- * SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.
60778
- */
60779
- sshKey?: pulumi.Input<string>;
60780
- /**
60781
- * The type of source to use. For example, "archive".
60782
- */
60783
- type: pulumi.Input<string>;
60784
- /**
60785
- * The URL where the cookbooks resource can be found.
60786
- */
60787
- url: pulumi.Input<string>;
60788
- /**
60789
- * Username to use when authenticating to the source.
60790
- */
60791
- username?: pulumi.Input<string>;
60792
- }
60793
- interface StaticWebLayerCloudwatchConfiguration {
60794
- enabled?: pulumi.Input<boolean>;
60795
- logStreams?: pulumi.Input<pulumi.Input<inputs.opsworks.StaticWebLayerCloudwatchConfigurationLogStream>[]>;
60796
- }
60797
- interface StaticWebLayerCloudwatchConfigurationLogStream {
60798
- batchCount?: pulumi.Input<number>;
60799
- batchSize?: pulumi.Input<number>;
60800
- bufferDuration?: pulumi.Input<number>;
60801
- datetimeFormat?: pulumi.Input<string>;
60802
- encoding?: pulumi.Input<string>;
60803
- file: pulumi.Input<string>;
60804
- fileFingerprintLines?: pulumi.Input<string>;
60805
- initialPosition?: pulumi.Input<string>;
60806
- logGroupName: pulumi.Input<string>;
60807
- multilineStartPattern?: pulumi.Input<string>;
60808
- timeZone?: pulumi.Input<string>;
60809
- }
60810
- interface StaticWebLayerEbsVolume {
60811
- encrypted?: pulumi.Input<boolean>;
60812
- /**
60813
- * For PIOPS volumes, the IOPS per disk.
60814
- */
60815
- iops?: pulumi.Input<number>;
60816
- /**
60817
- * The path to mount the EBS volume on the layer's instances.
60818
- */
60819
- mountPoint: pulumi.Input<string>;
60820
- /**
60821
- * The number of disks to use for the EBS volume.
60822
- */
60823
- numberOfDisks: pulumi.Input<number>;
60824
- /**
60825
- * The RAID level to use for the volume.
60826
- */
60827
- raidLevel?: pulumi.Input<string>;
60828
- /**
60829
- * The size of the volume in gigabytes.
60830
- */
60831
- size: pulumi.Input<number>;
60832
- /**
60833
- * The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
60834
- */
60835
- type?: pulumi.Input<string>;
60836
- }
60837
- interface StaticWebLayerLoadBasedAutoScaling {
60838
- downscaling?: pulumi.Input<inputs.opsworks.StaticWebLayerLoadBasedAutoScalingDownscaling>;
60839
- enable?: pulumi.Input<boolean>;
60840
- upscaling?: pulumi.Input<inputs.opsworks.StaticWebLayerLoadBasedAutoScalingUpscaling>;
60841
- }
60842
- interface StaticWebLayerLoadBasedAutoScalingDownscaling {
60843
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60844
- cpuThreshold?: pulumi.Input<number>;
60845
- ignoreMetricsTime?: pulumi.Input<number>;
60846
- instanceCount?: pulumi.Input<number>;
60847
- loadThreshold?: pulumi.Input<number>;
60848
- memoryThreshold?: pulumi.Input<number>;
60849
- thresholdsWaitTime?: pulumi.Input<number>;
60850
- }
60851
- interface StaticWebLayerLoadBasedAutoScalingUpscaling {
60852
- alarms?: pulumi.Input<pulumi.Input<string>[]>;
60853
- cpuThreshold?: pulumi.Input<number>;
60854
- ignoreMetricsTime?: pulumi.Input<number>;
60855
- instanceCount?: pulumi.Input<number>;
60856
- loadThreshold?: pulumi.Input<number>;
60857
- memoryThreshold?: pulumi.Input<number>;
60858
- thresholdsWaitTime?: pulumi.Input<number>;
60859
- }
60860
- }
60861
59654
  export declare namespace organizations {
60862
59655
  interface OrganizationAccount {
60863
59656
  /**
@@ -60948,7 +59741,7 @@ export declare namespace organizations {
60948
59741
  }
60949
59742
  }
60950
59743
  export declare namespace paymentcryptography {
60951
- interface KeyKeyAttributes {
59744
+ interface KeyKeyAttribute {
60952
59745
  /**
60953
59746
  * Key algorithm to be use during creation of an AWS Payment Cryptography key.
60954
59747
  */
@@ -60960,13 +59753,13 @@ export declare namespace paymentcryptography {
60960
59753
  /**
60961
59754
  * List of cryptographic operations that you can perform using the key.
60962
59755
  */
60963
- keyModesOfUse?: pulumi.Input<inputs.paymentcryptography.KeyKeyAttributesKeyModesOfUse>;
59756
+ keyModesOfUses?: pulumi.Input<pulumi.Input<inputs.paymentcryptography.KeyKeyAttributeKeyModesOfUse>[]>;
60964
59757
  /**
60965
59758
  * Cryptographic usage of an AWS Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.
60966
59759
  */
60967
59760
  keyUsage: pulumi.Input<string>;
60968
59761
  }
60969
- interface KeyKeyAttributesKeyModesOfUse {
59762
+ interface KeyKeyAttributeKeyModesOfUse {
60970
59763
  /**
60971
59764
  * Whether an AWS Payment Cryptography key can be used to decrypt data.
60972
59765
  */
@@ -63536,6 +62329,18 @@ export declare namespace ram {
63536
62329
  }
63537
62330
  }
63538
62331
  export declare namespace rbin {
62332
+ interface RuleExcludeResourceTag {
62333
+ /**
62334
+ * Tag key.
62335
+ *
62336
+ * The following argument is optional:
62337
+ */
62338
+ resourceTagKey: pulumi.Input<string>;
62339
+ /**
62340
+ * Tag value.
62341
+ */
62342
+ resourceTagValue?: pulumi.Input<string>;
62343
+ }
63539
62344
  interface RuleLockConfiguration {
63540
62345
  /**
63541
62346
  * Information about the retention rule unlock delay. See `unlockDelay` below.
@@ -63544,33 +62349,33 @@ export declare namespace rbin {
63544
62349
  }
63545
62350
  interface RuleLockConfigurationUnlockDelay {
63546
62351
  /**
63547
- * The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.
62352
+ * Unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.
63548
62353
  */
63549
62354
  unlockDelayUnit: pulumi.Input<string>;
63550
62355
  /**
63551
- * The unlock delay period, measured in the unit specified for UnlockDelayUnit.
62356
+ * Unlock delay period, measured in the unit specified for UnlockDelayUnit.
63552
62357
  */
63553
62358
  unlockDelayValue: pulumi.Input<number>;
63554
62359
  }
63555
62360
  interface RuleResourceTag {
63556
62361
  /**
63557
- * The tag key.
62362
+ * Tag key.
63558
62363
  *
63559
62364
  * The following argument is optional:
63560
62365
  */
63561
62366
  resourceTagKey: pulumi.Input<string>;
63562
62367
  /**
63563
- * The tag value.
62368
+ * Tag value.
63564
62369
  */
63565
62370
  resourceTagValue?: pulumi.Input<string>;
63566
62371
  }
63567
62372
  interface RuleRetentionPeriod {
63568
62373
  /**
63569
- * The unit of time in which the retention period is measured. Currently, only DAYS is supported.
62374
+ * Unit of time in which the retention period is measured. Currently, only DAYS is supported.
63570
62375
  */
63571
62376
  retentionPeriodUnit: pulumi.Input<string>;
63572
62377
  /**
63573
- * The period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.
62378
+ * Period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.
63574
62379
  */
63575
62380
  retentionPeriodValue: pulumi.Input<number>;
63576
62381
  }
@@ -64014,43 +62819,6 @@ export declare namespace redshift {
64014
62819
  */
64015
62820
  publicIpAddress?: pulumi.Input<string>;
64016
62821
  }
64017
- interface ClusterLogging {
64018
- /**
64019
- * The name of an existing S3 bucket where the log files are to be stored. Must be in the same region as the cluster and the cluster must have read bucket and put object permissions.
64020
- * For more information on the permissions required for the bucket, please read the AWS [documentation](http://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-enable-logging)
64021
- */
64022
- bucketName?: pulumi.Input<string>;
64023
- /**
64024
- * Enables logging information such as queries and connection attempts, for the specified Amazon Redshift cluster.
64025
- */
64026
- enable: pulumi.Input<boolean>;
64027
- /**
64028
- * The log destination type. An enum with possible values of `s3` and `cloudwatch`.
64029
- */
64030
- logDestinationType?: pulumi.Input<string>;
64031
- /**
64032
- * The collection of exported log types. Log types include the connection log, user log and user activity log. Required when `logDestinationType` is `cloudwatch`. Valid log types are `connectionlog`, `userlog`, and `useractivitylog`.
64033
- */
64034
- logExports?: pulumi.Input<pulumi.Input<string>[]>;
64035
- /**
64036
- * The prefix applied to the log file names.
64037
- */
64038
- s3KeyPrefix?: pulumi.Input<string>;
64039
- }
64040
- interface ClusterSnapshotCopy {
64041
- /**
64042
- * The destination region that you want to copy snapshots to.
64043
- */
64044
- destinationRegion: pulumi.Input<string>;
64045
- /**
64046
- * The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.
64047
- */
64048
- grantName?: pulumi.Input<string>;
64049
- /**
64050
- * The number of days to retain automated snapshots in the destination region after they are copied from the source region. Defaults to `7`.
64051
- */
64052
- retentionPeriod?: pulumi.Input<number>;
64053
- }
64054
62822
  interface EndpointAccessVpcEndpoint {
64055
62823
  /**
64056
62824
  * One or more network interfaces of the endpoint. Also known as an interface endpoint. See details below.
@@ -64083,66 +62851,6 @@ export declare namespace redshift {
64083
62851
  */
64084
62852
  subnetId?: pulumi.Input<string>;
64085
62853
  }
64086
- interface GetDataSharesDataShare {
64087
- /**
64088
- * ARN (Amazon Resource Name) of the data share.
64089
- */
64090
- dataShareArn?: string;
64091
- /**
64092
- * Identifier of a datashare to show its managing entity.
64093
- */
64094
- managedBy?: string;
64095
- /**
64096
- * ARN (Amazon Resource Name) of the producer.
64097
- */
64098
- producerArn?: string;
64099
- }
64100
- interface GetDataSharesDataShareArgs {
64101
- /**
64102
- * ARN (Amazon Resource Name) of the data share.
64103
- */
64104
- dataShareArn?: pulumi.Input<string>;
64105
- /**
64106
- * Identifier of a datashare to show its managing entity.
64107
- */
64108
- managedBy?: pulumi.Input<string>;
64109
- /**
64110
- * ARN (Amazon Resource Name) of the producer.
64111
- */
64112
- producerArn?: pulumi.Input<string>;
64113
- }
64114
- interface GetProducerDataSharesDataShare {
64115
- /**
64116
- * ARN (Amazon Resource Name) of the data share.
64117
- */
64118
- dataShareArn?: string;
64119
- /**
64120
- * Identifier of a datashare to show its managing entity.
64121
- */
64122
- managedBy?: string;
64123
- /**
64124
- * Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.
64125
- *
64126
- * The following arguments are optional:
64127
- */
64128
- producerArn?: string;
64129
- }
64130
- interface GetProducerDataSharesDataShareArgs {
64131
- /**
64132
- * ARN (Amazon Resource Name) of the data share.
64133
- */
64134
- dataShareArn?: pulumi.Input<string>;
64135
- /**
64136
- * Identifier of a datashare to show its managing entity.
64137
- */
64138
- managedBy?: pulumi.Input<string>;
64139
- /**
64140
- * Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares.
64141
- *
64142
- * The following arguments are optional:
64143
- */
64144
- producerArn?: pulumi.Input<string>;
64145
- }
64146
62854
  interface IntegrationTimeouts {
64147
62855
  /**
64148
62856
  * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
@@ -64393,7 +63101,7 @@ export declare namespace rekognition {
64393
63101
  /**
64394
63102
  * Box representing a region of interest on screen. Only 1 per region is allowed. See `boundingBox`.
64395
63103
  */
64396
- boundingBox?: pulumi.Input<inputs.rekognition.StreamProcessorRegionsOfInterestBoundingBox>;
63104
+ boundingBox: pulumi.Input<inputs.rekognition.StreamProcessorRegionsOfInterestBoundingBox>;
64397
63105
  /**
64398
63106
  * Shape made up of up to 10 Point objects to define a region of interest. See `polygon`.
64399
63107
  */
@@ -66121,6 +64829,58 @@ export declare namespace s3 {
66121
64829
  */
66122
64830
  prefix?: pulumi.Input<string>;
66123
64831
  }
64832
+ interface BucketAclAccessControlPolicy {
64833
+ /**
64834
+ * Set of `grant` configuration blocks. See below.
64835
+ */
64836
+ grants?: pulumi.Input<pulumi.Input<inputs.s3.BucketAclAccessControlPolicyGrant>[]>;
64837
+ /**
64838
+ * Configuration block for the bucket owner's display name and ID. See below.
64839
+ */
64840
+ owner: pulumi.Input<inputs.s3.BucketAclAccessControlPolicyOwner>;
64841
+ }
64842
+ interface BucketAclAccessControlPolicyGrant {
64843
+ /**
64844
+ * Configuration block for the person being granted permissions. See below.
64845
+ */
64846
+ grantee?: pulumi.Input<inputs.s3.BucketAclAccessControlPolicyGrantGrantee>;
64847
+ /**
64848
+ * Logging permissions assigned to the grantee for the bucket. Valid values: `FULL_CONTROL`, `WRITE`, `WRITE_ACP`, `READ`, `READ_ACP`. See [What permissions can I grant?](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#permissions) for more details about what each permission means in the context of buckets.
64849
+ */
64850
+ permission: pulumi.Input<string>;
64851
+ }
64852
+ interface BucketAclAccessControlPolicyGrantGrantee {
64853
+ /**
64854
+ * Display name of the owner.
64855
+ */
64856
+ displayName?: pulumi.Input<string>;
64857
+ /**
64858
+ * Email address of the grantee. See [Regions and Endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) for supported AWS regions where this argument can be specified.
64859
+ */
64860
+ emailAddress?: pulumi.Input<string>;
64861
+ /**
64862
+ * Canonical user ID of the grantee.
64863
+ */
64864
+ id?: pulumi.Input<string>;
64865
+ /**
64866
+ * Type of grantee. Valid values: `CanonicalUser`, `AmazonCustomerByEmail`, `Group`.
64867
+ */
64868
+ type: pulumi.Input<string>;
64869
+ /**
64870
+ * URI of the grantee group.
64871
+ */
64872
+ uri?: pulumi.Input<string>;
64873
+ }
64874
+ interface BucketAclAccessControlPolicyOwner {
64875
+ /**
64876
+ * Display name of the owner.
64877
+ */
64878
+ displayName?: pulumi.Input<string>;
64879
+ /**
64880
+ * ID of the owner.
64881
+ */
64882
+ id: pulumi.Input<string>;
64883
+ }
66124
64884
  interface BucketAclV2AccessControlPolicy {
66125
64885
  /**
66126
64886
  * Set of `grant` configuration blocks. See below.
@@ -66173,6 +64933,32 @@ export declare namespace s3 {
66173
64933
  */
66174
64934
  id: pulumi.Input<string>;
66175
64935
  }
64936
+ interface BucketCorsConfigurationCorsRule {
64937
+ /**
64938
+ * Set of Headers that are specified in the `Access-Control-Request-Headers` header.
64939
+ */
64940
+ allowedHeaders?: pulumi.Input<pulumi.Input<string>[]>;
64941
+ /**
64942
+ * Set of HTTP methods that you allow the origin to execute. Valid values are `GET`, `PUT`, `HEAD`, `POST`, and `DELETE`.
64943
+ */
64944
+ allowedMethods: pulumi.Input<pulumi.Input<string>[]>;
64945
+ /**
64946
+ * Set of origins you want customers to be able to access the bucket from.
64947
+ */
64948
+ allowedOrigins: pulumi.Input<pulumi.Input<string>[]>;
64949
+ /**
64950
+ * Set of headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).
64951
+ */
64952
+ exposeHeaders?: pulumi.Input<pulumi.Input<string>[]>;
64953
+ /**
64954
+ * Unique identifier for the rule. The value cannot be longer than 255 characters.
64955
+ */
64956
+ id?: pulumi.Input<string>;
64957
+ /**
64958
+ * Time in seconds that your browser is to cache the preflight response for the specified resource.
64959
+ */
64960
+ maxAgeSeconds?: pulumi.Input<number>;
64961
+ }
66176
64962
  interface BucketCorsConfigurationV2CorsRule {
66177
64963
  /**
66178
64964
  * Set of Headers that are specified in the `Access-Control-Request-Headers` header.
@@ -66201,19 +64987,19 @@ export declare namespace s3 {
66201
64987
  }
66202
64988
  interface BucketCorsRule {
66203
64989
  /**
66204
- * Specifies which headers are allowed.
64990
+ * List of headers allowed.
66205
64991
  */
66206
64992
  allowedHeaders?: pulumi.Input<pulumi.Input<string>[]>;
66207
64993
  /**
66208
- * Specifies which methods are allowed. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.
64994
+ * One or more HTTP methods that you allow the origin to execute. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.
66209
64995
  */
66210
64996
  allowedMethods: pulumi.Input<pulumi.Input<string>[]>;
66211
64997
  /**
66212
- * Specifies which origins are allowed.
64998
+ * One or more origins you want customers to be able to access the bucket from.
66213
64999
  */
66214
65000
  allowedOrigins: pulumi.Input<pulumi.Input<string>[]>;
66215
65001
  /**
66216
- * Specifies expose header in the response.
65002
+ * One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).
66217
65003
  */
66218
65004
  exposeHeaders?: pulumi.Input<pulumi.Input<string>[]>;
66219
65005
  /**
@@ -66261,6 +65047,175 @@ export declare namespace s3 {
66261
65047
  */
66262
65048
  days: pulumi.Input<number>;
66263
65049
  }
65050
+ interface BucketLifecycleConfigurationRule {
65051
+ /**
65052
+ * Configuration block that specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. See below.
65053
+ */
65054
+ abortIncompleteMultipartUpload?: pulumi.Input<inputs.s3.BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload>;
65055
+ /**
65056
+ * Configuration block that specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker. See below.
65057
+ */
65058
+ expiration?: pulumi.Input<inputs.s3.BucketLifecycleConfigurationRuleExpiration>;
65059
+ /**
65060
+ * Configuration block used to identify objects that a Lifecycle Rule applies to.
65061
+ * See below.
65062
+ * If not specified, the `rule` will default to using `prefix`.
65063
+ * One of `filter` or `prefix` should be specified.
65064
+ */
65065
+ filter?: pulumi.Input<inputs.s3.BucketLifecycleConfigurationRuleFilter>;
65066
+ /**
65067
+ * Unique identifier for the rule. The value cannot be longer than 255 characters.
65068
+ */
65069
+ id: pulumi.Input<string>;
65070
+ /**
65071
+ * Configuration block that specifies when noncurrent object versions expire. See below.
65072
+ */
65073
+ noncurrentVersionExpiration?: pulumi.Input<inputs.s3.BucketLifecycleConfigurationRuleNoncurrentVersionExpiration>;
65074
+ /**
65075
+ * Set of configuration blocks that specify the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. See below.
65076
+ */
65077
+ noncurrentVersionTransitions?: pulumi.Input<pulumi.Input<inputs.s3.BucketLifecycleConfigurationRuleNoncurrentVersionTransition>[]>;
65078
+ /**
65079
+ * **DEPRECATED** Use `filter` instead.
65080
+ * This has been deprecated by Amazon S3.
65081
+ * Prefix identifying one or more objects to which the rule applies.
65082
+ * Defaults to an empty string (`""`) if `filter` is not specified.
65083
+ * One of `prefix` or `filter` should be specified.
65084
+ *
65085
+ * @deprecated Specify a prefix using 'filter' instead
65086
+ */
65087
+ prefix?: pulumi.Input<string>;
65088
+ /**
65089
+ * Whether the rule is currently being applied. Valid values: `Enabled` or `Disabled`.
65090
+ */
65091
+ status: pulumi.Input<string>;
65092
+ /**
65093
+ * Set of configuration blocks that specify when an Amazon S3 object transitions to a specified storage class. See below.
65094
+ */
65095
+ transitions?: pulumi.Input<pulumi.Input<inputs.s3.BucketLifecycleConfigurationRuleTransition>[]>;
65096
+ }
65097
+ interface BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload {
65098
+ /**
65099
+ * Number of days after which Amazon S3 aborts an incomplete multipart upload.
65100
+ */
65101
+ daysAfterInitiation?: pulumi.Input<number>;
65102
+ }
65103
+ interface BucketLifecycleConfigurationRuleExpiration {
65104
+ /**
65105
+ * Date the object is to be moved or deleted. The date value must be in [RFC3339 full-date format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) e.g. `2023-08-22`.
65106
+ */
65107
+ date?: pulumi.Input<string>;
65108
+ /**
65109
+ * Lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.
65110
+ */
65111
+ days?: pulumi.Input<number>;
65112
+ /**
65113
+ * Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set to `true`, the delete marker will be expired; if set to `false` the policy takes no action.
65114
+ */
65115
+ expiredObjectDeleteMarker?: pulumi.Input<boolean>;
65116
+ }
65117
+ interface BucketLifecycleConfigurationRuleFilter {
65118
+ /**
65119
+ * Configuration block used to apply a logical `AND` to two or more predicates. See below. The Lifecycle Rule will apply to any object matching all the predicates configured inside the `and` block.
65120
+ */
65121
+ and?: pulumi.Input<inputs.s3.BucketLifecycleConfigurationRuleFilterAnd>;
65122
+ /**
65123
+ * Minimum object size (in bytes) to which the rule applies.
65124
+ */
65125
+ objectSizeGreaterThan?: pulumi.Input<number>;
65126
+ /**
65127
+ * Maximum object size (in bytes) to which the rule applies.
65128
+ */
65129
+ objectSizeLessThan?: pulumi.Input<number>;
65130
+ /**
65131
+ * Prefix identifying one or more objects to which the rule applies. Defaults to an empty string (`""`) if not specified.
65132
+ */
65133
+ prefix?: pulumi.Input<string>;
65134
+ /**
65135
+ * Configuration block for specifying a tag key and value. See below.
65136
+ */
65137
+ tag?: pulumi.Input<inputs.s3.BucketLifecycleConfigurationRuleFilterTag>;
65138
+ }
65139
+ interface BucketLifecycleConfigurationRuleFilterAnd {
65140
+ /**
65141
+ * Minimum object size to which the rule applies. Value must be at least `0` if specified. Defaults to 128000 (128 KB) for all `storageClass` values unless `transitionDefaultMinimumObjectSize` specifies otherwise.
65142
+ */
65143
+ objectSizeGreaterThan?: pulumi.Input<number>;
65144
+ /**
65145
+ * Maximum object size to which the rule applies. Value must be at least `1` if specified.
65146
+ */
65147
+ objectSizeLessThan?: pulumi.Input<number>;
65148
+ /**
65149
+ * Prefix identifying one or more objects to which the rule applies.
65150
+ */
65151
+ prefix?: pulumi.Input<string>;
65152
+ /**
65153
+ * Key-value map of resource tags.
65154
+ * All of these tags must exist in the object's tag set in order for the rule to apply.
65155
+ * If set, must contain at least one key-value pair.
65156
+ */
65157
+ tags?: pulumi.Input<{
65158
+ [key: string]: pulumi.Input<string>;
65159
+ }>;
65160
+ }
65161
+ interface BucketLifecycleConfigurationRuleFilterTag {
65162
+ /**
65163
+ * Name of the object key.
65164
+ */
65165
+ key: pulumi.Input<string>;
65166
+ /**
65167
+ * Value of the tag.
65168
+ */
65169
+ value: pulumi.Input<string>;
65170
+ }
65171
+ interface BucketLifecycleConfigurationRuleNoncurrentVersionExpiration {
65172
+ /**
65173
+ * Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer.
65174
+ */
65175
+ newerNoncurrentVersions?: pulumi.Input<number>;
65176
+ /**
65177
+ * Number of days an object is noncurrent before Amazon S3 can perform the associated action. Must be a positive integer.
65178
+ */
65179
+ noncurrentDays: pulumi.Input<number>;
65180
+ }
65181
+ interface BucketLifecycleConfigurationRuleNoncurrentVersionTransition {
65182
+ /**
65183
+ * Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer.
65184
+ */
65185
+ newerNoncurrentVersions?: pulumi.Input<number>;
65186
+ /**
65187
+ * Number of days an object is noncurrent before Amazon S3 can perform the associated action.
65188
+ */
65189
+ noncurrentDays: pulumi.Input<number>;
65190
+ /**
65191
+ * Class of storage used to store the object. Valid Values: `GLACIER`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `DEEP_ARCHIVE`, `GLACIER_IR`.
65192
+ */
65193
+ storageClass: pulumi.Input<string>;
65194
+ }
65195
+ interface BucketLifecycleConfigurationRuleTransition {
65196
+ /**
65197
+ * Date objects are transitioned to the specified storage class. The date value must be in [RFC3339 full-date format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) e.g. `2023-08-22`.
65198
+ */
65199
+ date?: pulumi.Input<string>;
65200
+ /**
65201
+ * Number of days after creation when objects are transitioned to the specified storage class. The value must be a positive integer. If both `days` and `date` are not specified, defaults to `0`. Valid values depend on `storageClass`, see [Transition objects using Amazon S3 Lifecycle](https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html) for more details.
65202
+ */
65203
+ days?: pulumi.Input<number>;
65204
+ /**
65205
+ * Class of storage used to store the object. Valid Values: `GLACIER`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `DEEP_ARCHIVE`, `GLACIER_IR`.
65206
+ */
65207
+ storageClass: pulumi.Input<string>;
65208
+ }
65209
+ interface BucketLifecycleConfigurationTimeouts {
65210
+ /**
65211
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
65212
+ */
65213
+ create?: pulumi.Input<string>;
65214
+ /**
65215
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
65216
+ */
65217
+ update?: pulumi.Input<string>;
65218
+ }
66264
65219
  interface BucketLifecycleConfigurationV2Rule {
66265
65220
  /**
66266
65221
  * Configuration block that specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. See below.
@@ -66440,7 +65395,7 @@ export declare namespace s3 {
66440
65395
  */
66441
65396
  enabled: pulumi.Input<boolean>;
66442
65397
  /**
66443
- * Specifies a period in the object's expire (documented below).
65398
+ * Specifies a period in the object's expire. See Expiration below for details.
66444
65399
  */
66445
65400
  expiration?: pulumi.Input<inputs.s3.BucketLifecycleRuleExpiration>;
66446
65401
  /**
@@ -66448,13 +65403,11 @@ export declare namespace s3 {
66448
65403
  */
66449
65404
  id?: pulumi.Input<string>;
66450
65405
  /**
66451
- * Specifies when noncurrent object versions expire (documented below).
65406
+ * Specifies when noncurrent object versions expire. See Noncurrent Version Expiration below for details.
66452
65407
  */
66453
65408
  noncurrentVersionExpiration?: pulumi.Input<inputs.s3.BucketLifecycleRuleNoncurrentVersionExpiration>;
66454
65409
  /**
66455
- * Specifies when noncurrent object versions transitions (documented below).
66456
- *
66457
- * At least one of `abortIncompleteMultipartUploadDays`, `expiration`, `transition`, `noncurrentVersionExpiration`, `noncurrentVersionTransition` must be specified.
65410
+ * Specifies when noncurrent object versions transitions. See Noncurrent Version Transition below for details.
66458
65411
  */
66459
65412
  noncurrentVersionTransitions?: pulumi.Input<pulumi.Input<inputs.s3.BucketLifecycleRuleNoncurrentVersionTransition>[]>;
66460
65413
  /**
@@ -66468,7 +65421,7 @@ export declare namespace s3 {
66468
65421
  [key: string]: pulumi.Input<string>;
66469
65422
  }>;
66470
65423
  /**
66471
- * Specifies a period in the object's transitions (documented below).
65424
+ * Specifies a period in the object's transitions. See Transition below for details.
66472
65425
  */
66473
65426
  transitions?: pulumi.Input<pulumi.Input<inputs.s3.BucketLifecycleRuleTransition>[]>;
66474
65427
  }
@@ -66518,7 +65471,7 @@ export declare namespace s3 {
66518
65471
  }
66519
65472
  interface BucketLogging {
66520
65473
  /**
66521
- * The name of the bucket that will receive the log objects.
65474
+ * Name of the bucket that will receive the log objects.
66522
65475
  */
66523
65476
  targetBucket: pulumi.Input<string>;
66524
65477
  /**
@@ -66526,6 +65479,53 @@ export declare namespace s3 {
66526
65479
  */
66527
65480
  targetPrefix?: pulumi.Input<string>;
66528
65481
  }
65482
+ interface BucketLoggingTargetGrant {
65483
+ /**
65484
+ * Configuration block for the person being granted permissions. See below.
65485
+ */
65486
+ grantee: pulumi.Input<inputs.s3.BucketLoggingTargetGrantGrantee>;
65487
+ /**
65488
+ * Logging permissions assigned to the grantee for the bucket. Valid values: `FULL_CONTROL`, `READ`, `WRITE`.
65489
+ */
65490
+ permission: pulumi.Input<string>;
65491
+ }
65492
+ interface BucketLoggingTargetGrantGrantee {
65493
+ displayName?: pulumi.Input<string>;
65494
+ /**
65495
+ * Email address of the grantee. See [Regions and Endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) for supported AWS regions where this argument can be specified.
65496
+ */
65497
+ emailAddress?: pulumi.Input<string>;
65498
+ /**
65499
+ * Canonical user ID of the grantee.
65500
+ */
65501
+ id?: pulumi.Input<string>;
65502
+ /**
65503
+ * Type of grantee. Valid values: `CanonicalUser`, `AmazonCustomerByEmail`, `Group`.
65504
+ */
65505
+ type: pulumi.Input<string>;
65506
+ /**
65507
+ * URI of the grantee group.
65508
+ */
65509
+ uri?: pulumi.Input<string>;
65510
+ }
65511
+ interface BucketLoggingTargetObjectKeyFormat {
65512
+ /**
65513
+ * Partitioned S3 key for log objects. See below.
65514
+ */
65515
+ partitionedPrefix?: pulumi.Input<inputs.s3.BucketLoggingTargetObjectKeyFormatPartitionedPrefix>;
65516
+ /**
65517
+ * Use the simple format for S3 keys for log objects. To use, set `simplePrefix {}`.
65518
+ */
65519
+ simplePrefix?: pulumi.Input<inputs.s3.BucketLoggingTargetObjectKeyFormatSimplePrefix>;
65520
+ }
65521
+ interface BucketLoggingTargetObjectKeyFormatPartitionedPrefix {
65522
+ /**
65523
+ * Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`.
65524
+ */
65525
+ partitionDateSource: pulumi.Input<string>;
65526
+ }
65527
+ interface BucketLoggingTargetObjectKeyFormatSimplePrefix {
65528
+ }
66529
65529
  interface BucketLoggingV2TargetGrant {
66530
65530
  /**
66531
65531
  * Configuration block for the person being granted permissions. See below.
@@ -66657,37 +65657,35 @@ export declare namespace s3 {
66657
65657
  }
66658
65658
  interface BucketObjectLockConfiguration {
66659
65659
  /**
66660
- * Indicates whether this bucket has an Object Lock configuration enabled. Valid value is `Enabled`.
65660
+ * Indicates whether this bucket has an Object Lock configuration enabled. Valid values are `true` or `false`. This argument is not supported in all regions or partitions.
65661
+ *
65662
+ * @deprecated object_lock_enabled is deprecated. Use the top-level parameter objectLockEnabled instead.
66661
65663
  */
66662
- objectLockEnabled: pulumi.Input<string>;
65664
+ objectLockEnabled?: pulumi.Input<string>;
66663
65665
  /**
66664
- * The Object Lock rule in place for this bucket.
65666
+ * Object Lock rule in place for this bucket (documented below).
65667
+ *
65668
+ * @deprecated rule is deprecated. Use the aws.s3.BucketObjectLockConfiguration resource instead.
66665
65669
  */
66666
65670
  rule?: pulumi.Input<inputs.s3.BucketObjectLockConfigurationRule>;
66667
65671
  }
66668
65672
  interface BucketObjectLockConfigurationRule {
66669
65673
  /**
66670
- * The default retention period that you want to apply to new objects placed in this bucket.
65674
+ * Configuration block for specifying the default Object Lock retention settings for new objects placed in the specified bucket. See below.
66671
65675
  */
66672
65676
  defaultRetention: pulumi.Input<inputs.s3.BucketObjectLockConfigurationRuleDefaultRetention>;
66673
65677
  }
66674
65678
  interface BucketObjectLockConfigurationRuleDefaultRetention {
66675
65679
  /**
66676
- * The number of days that you want to specify for the default retention period.
65680
+ * Number of days that you want to specify for the default retention period.
66677
65681
  */
66678
65682
  days?: pulumi.Input<number>;
66679
65683
  /**
66680
- * The default Object Lock retention mode you want to apply to new objects placed in this bucket. Valid values are `GOVERNANCE` and `COMPLIANCE`.
65684
+ * Default Object Lock retention mode you want to apply to new objects placed in the specified bucket. Valid values: `COMPLIANCE`, `GOVERNANCE`.
66681
65685
  */
66682
- mode: pulumi.Input<string>;
65686
+ mode?: pulumi.Input<string>;
66683
65687
  /**
66684
- * The number of years that you want to specify for the default retention period.
66685
- *
66686
- * Either `days` or `years` must be specified, but not both.
66687
- *
66688
- * > **NOTE on `objectLockConfiguration`:** You can only enable S3 Object Lock for new buckets. If you need to turn on S3 Object Lock for an existing bucket, please contact AWS Support.
66689
- * When you create a bucket with S3 Object Lock enabled, Amazon S3 automatically enables versioning for the bucket.
66690
- * Once you create a bucket with S3 Object Lock enabled, you can't disable Object Lock or suspend versioning for the bucket.
65688
+ * Number of years that you want to specify for the default retention period.
66691
65689
  */
66692
65690
  years?: pulumi.Input<number>;
66693
65691
  }
@@ -66920,7 +65918,7 @@ export declare namespace s3 {
66920
65918
  }
66921
65919
  interface BucketReplicationConfiguration {
66922
65920
  /**
66923
- * The ARN of the IAM role for Amazon S3 to assume when replicating the objects.
65921
+ * ARN of the IAM role for Amazon S3 to assume when replicating the objects.
66924
65922
  */
66925
65923
  role: pulumi.Input<string>;
66926
65924
  /**
@@ -66950,7 +65948,7 @@ export declare namespace s3 {
66950
65948
  */
66951
65949
  prefix?: pulumi.Input<string>;
66952
65950
  /**
66953
- * The priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules.
65951
+ * Priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules.
66954
65952
  */
66955
65953
  priority?: pulumi.Input<number>;
66956
65954
  /**
@@ -66958,23 +65956,21 @@ export declare namespace s3 {
66958
65956
  */
66959
65957
  sourceSelectionCriteria?: pulumi.Input<inputs.s3.BucketReplicationConfigurationRuleSourceSelectionCriteria>;
66960
65958
  /**
66961
- * The status of the rule. Either `Enabled` or `Disabled`. The rule is ignored if status is not Enabled.
66962
- *
66963
- * > **NOTE:** Replication to multiple destination buckets requires that `priority` is specified in the `rules` object. If the corresponding rule requires no filter, an empty configuration block `filter {}` must be specified.
65959
+ * Status of the rule. Either `Enabled` or `Disabled`. The rule is ignored if status is not Enabled.
66964
65960
  */
66965
65961
  status: pulumi.Input<string>;
66966
65962
  }
66967
65963
  interface BucketReplicationConfigurationRuleDestination {
66968
65964
  /**
66969
- * Specifies the overrides to use for object owners on replication. Must be used in conjunction with `accountId` owner override configuration.
65965
+ * Specifies the overrides to use for object owners on replication (documented below). Must be used in conjunction with `accountId` owner override configuration.
66970
65966
  */
66971
65967
  accessControlTranslation?: pulumi.Input<inputs.s3.BucketReplicationConfigurationRuleDestinationAccessControlTranslation>;
66972
65968
  /**
66973
- * The Account ID to use for overriding the object owner on replication. Must be used in conjunction with `accessControlTranslation` override configuration.
65969
+ * Account ID to use for overriding the object owner on replication. Must be used in conjunction with `accessControlTranslation` override configuration.
66974
65970
  */
66975
65971
  accountId?: pulumi.Input<string>;
66976
65972
  /**
66977
- * The ARN of the S3 bucket where you want Amazon S3 to store replicas of the object identified by the rule.
65973
+ * ARN of the S3 bucket where you want Amazon S3 to store replicas of the object identified by the rule.
66978
65974
  */
66979
65975
  bucket: pulumi.Input<string>;
66980
65976
  /**
@@ -66997,7 +65993,7 @@ export declare namespace s3 {
66997
65993
  }
66998
65994
  interface BucketReplicationConfigurationRuleDestinationAccessControlTranslation {
66999
65995
  /**
67000
- * The override value for the owner on replicated objects. Currently only `Destination` is supported.
65996
+ * Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html) in the Amazon S3 API Reference. The only valid value is `Destination`.
67001
65997
  */
67002
65998
  owner: pulumi.Input<string>;
67003
65999
  }
@@ -67007,7 +66003,7 @@ export declare namespace s3 {
67007
66003
  */
67008
66004
  minutes?: pulumi.Input<number>;
67009
66005
  /**
67010
- * The status of replication metrics. Either `Enabled` or `Disabled`.
66006
+ * Status of replication metrics. Either `Enabled` or `Disabled`.
67011
66007
  */
67012
66008
  status?: pulumi.Input<string>;
67013
66009
  }
@@ -67017,7 +66013,7 @@ export declare namespace s3 {
67017
66013
  */
67018
66014
  minutes?: pulumi.Input<number>;
67019
66015
  /**
67020
- * The status of RTC. Either `Enabled` or `Disabled`.
66016
+ * Status of RTC. Either `Enabled` or `Disabled`.
67021
66017
  */
67022
66018
  status?: pulumi.Input<string>;
67023
66019
  }
@@ -67049,15 +66045,15 @@ export declare namespace s3 {
67049
66045
  }
67050
66046
  interface BucketServerSideEncryptionConfiguration {
67051
66047
  /**
67052
- * A single object for server-side encryption by default configuration. (documented below)
66048
+ * Single object for server-side encryption by default configuration. (documented below)
67053
66049
  */
67054
66050
  rule: pulumi.Input<inputs.s3.BucketServerSideEncryptionConfigurationRule>;
67055
66051
  }
67056
66052
  interface BucketServerSideEncryptionConfigurationRule {
67057
66053
  /**
67058
- * A single object for setting server-side encryption by default. (documented below)
66054
+ * Single object for setting server-side encryption by default. See below.
67059
66055
  */
67060
- applyServerSideEncryptionByDefault: pulumi.Input<inputs.s3.BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault>;
66056
+ applyServerSideEncryptionByDefault?: pulumi.Input<inputs.s3.BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault>;
67061
66057
  /**
67062
66058
  * Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.
67063
66059
  */
@@ -67065,11 +66061,11 @@ export declare namespace s3 {
67065
66061
  }
67066
66062
  interface BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault {
67067
66063
  /**
67068
- * The AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sseAlgorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sseAlgorithm` is `aws:kms`.
66064
+ * AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sseAlgorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sseAlgorithm` is `aws:kms`.
67069
66065
  */
67070
66066
  kmsMasterKeyId?: pulumi.Input<string>;
67071
66067
  /**
67072
- * The server-side encryption algorithm to use. Valid values are `AES256` and `aws:kms`
66068
+ * Server-side encryption algorithm to use. Valid values are `AES256`, `aws:kms`, and `aws:kms:dsse`
67073
66069
  */
67074
66070
  sseAlgorithm: pulumi.Input<string>;
67075
66071
  }
@@ -67237,7 +66233,7 @@ export declare namespace s3 {
67237
66233
  /**
67238
66234
  * Object Lock rule in place for this bucket (documented below).
67239
66235
  *
67240
- * @deprecated rule is deprecated. Use the aws.s3.BucketObjectLockConfigurationV2 resource instead.
66236
+ * @deprecated rule is deprecated. Use the aws.s3.BucketObjectLockConfiguration resource instead.
67241
66237
  */
67242
66238
  rules?: pulumi.Input<pulumi.Input<inputs.s3.BucketV2ObjectLockConfigurationRule>[]>;
67243
66239
  }
@@ -67463,9 +66459,19 @@ export declare namespace s3 {
67463
66459
  */
67464
66460
  status: pulumi.Input<string>;
67465
66461
  }
66462
+ interface BucketVersioningVersioningConfiguration {
66463
+ /**
66464
+ * Specifies whether MFA delete is enabled in the bucket versioning configuration. Valid values: `Enabled` or `Disabled`.
66465
+ */
66466
+ mfaDelete?: pulumi.Input<string>;
66467
+ /**
66468
+ * Versioning state of the bucket. Valid values: `Enabled`, `Suspended`, or `Disabled`. `Disabled` should only be used when creating or importing resources that correspond to unversioned S3 buckets.
66469
+ */
66470
+ status: pulumi.Input<string>;
66471
+ }
67466
66472
  interface BucketWebsite {
67467
66473
  /**
67468
- * An absolute path to the document to return in case of a 4XX error.
66474
+ * Absolute path to the document to return in case of a 4XX error.
67469
66475
  */
67470
66476
  errorDocument?: pulumi.Input<string>;
67471
66477
  /**
@@ -67473,16 +66479,80 @@ export declare namespace s3 {
67473
66479
  */
67474
66480
  indexDocument?: pulumi.Input<string>;
67475
66481
  /**
67476
- * A hostname to redirect all website requests for this bucket to. Hostname can optionally be prefixed with a protocol (`http://` or `https://`) to use when redirecting requests. The default is the protocol that is used in the original request.
66482
+ * Hostname to redirect all website requests for this bucket to. Hostname can optionally be prefixed with a protocol (`http://` or `https://`) to use when redirecting requests. The default is the protocol that is used in the original request.
67477
66483
  */
67478
66484
  redirectAllRequestsTo?: pulumi.Input<string>;
67479
66485
  /**
67480
- * A json array containing [routing rules](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html)
66486
+ * JSON array containing [routing rules](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html)
67481
66487
  * describing redirect behavior and when redirects are applied.
67482
- *
67483
- * The `CORS` object supports the following:
67484
66488
  */
67485
- routingRules?: pulumi.Input<string | pulumi.Input<RoutingRule>[]>;
66489
+ routingRules?: pulumi.Input<string>;
66490
+ }
66491
+ interface BucketWebsiteConfigurationErrorDocument {
66492
+ /**
66493
+ * Object key name to use when a 4XX class error occurs.
66494
+ */
66495
+ key: pulumi.Input<string>;
66496
+ }
66497
+ interface BucketWebsiteConfigurationIndexDocument {
66498
+ /**
66499
+ * Suffix that is appended to a request that is for a directory on the website endpoint.
66500
+ * For example, if the suffix is `index.html` and you make a request to `samplebucket/images/`, the data that is returned will be for the object with the key name `images/index.html`.
66501
+ * The suffix must not be empty and must not include a slash character.
66502
+ */
66503
+ suffix: pulumi.Input<string>;
66504
+ }
66505
+ interface BucketWebsiteConfigurationRedirectAllRequestsTo {
66506
+ /**
66507
+ * Name of the host where requests are redirected.
66508
+ */
66509
+ hostName: pulumi.Input<string>;
66510
+ /**
66511
+ * Protocol to use when redirecting requests. The default is the protocol that is used in the original request. Valid values: `http`, `https`.
66512
+ */
66513
+ protocol?: pulumi.Input<string>;
66514
+ }
66515
+ interface BucketWebsiteConfigurationRoutingRule {
66516
+ /**
66517
+ * Configuration block for describing a condition that must be met for the specified redirect to apply. See below.
66518
+ */
66519
+ condition?: pulumi.Input<inputs.s3.BucketWebsiteConfigurationRoutingRuleCondition>;
66520
+ /**
66521
+ * Configuration block for redirect information. See below.
66522
+ */
66523
+ redirect: pulumi.Input<inputs.s3.BucketWebsiteConfigurationRoutingRuleRedirect>;
66524
+ }
66525
+ interface BucketWebsiteConfigurationRoutingRuleCondition {
66526
+ /**
66527
+ * HTTP error code when the redirect is applied. If specified with `keyPrefixEquals`, then both must be true for the redirect to be applied.
66528
+ */
66529
+ httpErrorCodeReturnedEquals?: pulumi.Input<string>;
66530
+ /**
66531
+ * Object key name prefix when the redirect is applied. If specified with `httpErrorCodeReturnedEquals`, then both must be true for the redirect to be applied.
66532
+ */
66533
+ keyPrefixEquals?: pulumi.Input<string>;
66534
+ }
66535
+ interface BucketWebsiteConfigurationRoutingRuleRedirect {
66536
+ /**
66537
+ * Host name to use in the redirect request.
66538
+ */
66539
+ hostName?: pulumi.Input<string>;
66540
+ /**
66541
+ * HTTP redirect code to use on the response.
66542
+ */
66543
+ httpRedirectCode?: pulumi.Input<string>;
66544
+ /**
66545
+ * Protocol to use when redirecting requests. The default is the protocol that is used in the original request. Valid values: `http`, `https`.
66546
+ */
66547
+ protocol?: pulumi.Input<string>;
66548
+ /**
66549
+ * Object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix `docs/` (objects in the `docs/` folder) to `documents/`, you can set a `condition` block with `keyPrefixEquals` set to `docs/` and in the `redirect` set `replaceKeyPrefixWith` to `/documents`.
66550
+ */
66551
+ replaceKeyPrefixWith?: pulumi.Input<string>;
66552
+ /**
66553
+ * Specific object key to use in the redirect request. For example, redirect request to `error.html`.
66554
+ */
66555
+ replaceKeyWith?: pulumi.Input<string>;
67486
66556
  }
67487
66557
  interface BucketWebsiteConfigurationV2ErrorDocument {
67488
66558
  /**
@@ -67656,6 +66726,14 @@ export declare namespace s3 {
67656
66726
  [key: string]: pulumi.Input<string>;
67657
66727
  }>;
67658
66728
  }
66729
+ /**
66730
+ * Represents an AWS IAM policy document that defines permissions for AWS resources and actions.
66731
+ */
66732
+ interface PolicyDocument {
66733
+ Id?: pulumi.Input<string>;
66734
+ Statement: pulumi.Input<pulumi.Input<inputs.iam.PolicyStatement>[]>;
66735
+ Version: pulumi.Input<enums.iam.PolicyDocumentVersion>;
66736
+ }
67659
66737
  }
67660
66738
  export declare namespace s3control {
67661
66739
  interface AccessGrantAccessGrantsLocationConfiguration {
@@ -67743,6 +66821,9 @@ export declare namespace s3control {
67743
66821
  interface MultiRegionAccessPointDetails {
67744
66822
  name: pulumi.Input<string>;
67745
66823
  publicAccessBlock?: pulumi.Input<inputs.s3control.MultiRegionAccessPointDetailsPublicAccessBlock>;
66824
+ /**
66825
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
66826
+ */
67746
66827
  regions: pulumi.Input<pulumi.Input<inputs.s3control.MultiRegionAccessPointDetailsRegion>[]>;
67747
66828
  }
67748
66829
  interface MultiRegionAccessPointDetailsPublicAccessBlock {
@@ -67754,6 +66835,9 @@ export declare namespace s3control {
67754
66835
  interface MultiRegionAccessPointDetailsRegion {
67755
66836
  bucket: pulumi.Input<string>;
67756
66837
  bucketAccountId?: pulumi.Input<string>;
66838
+ /**
66839
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
66840
+ */
67757
66841
  region?: pulumi.Input<string>;
67758
66842
  }
67759
66843
  interface MultiRegionAccessPointPolicyDetails {
@@ -68162,6 +67246,41 @@ export declare namespace s3tables {
68162
67246
  */
68163
67247
  minSnapshotsToKeep: pulumi.Input<number>;
68164
67248
  }
67249
+ interface TableMetadata {
67250
+ /**
67251
+ * Contains details about the metadata for an Iceberg table. This block defines the schema structure for the Apache Iceberg table format.
67252
+ * See `iceberg` below.
67253
+ */
67254
+ iceberg: pulumi.Input<inputs.s3tables.TableMetadataIceberg>;
67255
+ }
67256
+ interface TableMetadataIceberg {
67257
+ /**
67258
+ * Schema configuration for the Iceberg table.
67259
+ * See `schema` below.
67260
+ */
67261
+ schema: pulumi.Input<inputs.s3tables.TableMetadataIcebergSchema>;
67262
+ }
67263
+ interface TableMetadataIcebergSchema {
67264
+ /**
67265
+ * List of schema fields for the Iceberg table. Each field defines a column in the table schema.
67266
+ * See `field` below.
67267
+ */
67268
+ fields?: pulumi.Input<pulumi.Input<inputs.s3tables.TableMetadataIcebergSchemaField>[]>;
67269
+ }
67270
+ interface TableMetadataIcebergSchemaField {
67271
+ /**
67272
+ * The name of the field.
67273
+ */
67274
+ name: pulumi.Input<string>;
67275
+ /**
67276
+ * A Boolean value that specifies whether values are required for each row in this field. Defaults to `false`.
67277
+ */
67278
+ required?: pulumi.Input<boolean>;
67279
+ /**
67280
+ * The field type. S3 Tables supports all Apache Iceberg primitive types including: `boolean`, `int`, `long`, `float`, `double`, `decimal(precision,scale)`, `date`, `time`, `timestamp`, `timestamptz`, `string`, `uuid`, `fixed(length)`, `binary`.
67281
+ */
67282
+ type: pulumi.Input<string>;
67283
+ }
68165
67284
  }
68166
67285
  export declare namespace sagemaker {
68167
67286
  interface AppImageConfigCodeEditorAppImageConfig {
@@ -68256,7 +67375,7 @@ export declare namespace sagemaker {
68256
67375
  /**
68257
67376
  * The default branch for the Git repository. See Kernel Spec details below.
68258
67377
  */
68259
- kernelSpec: pulumi.Input<inputs.sagemaker.AppImageConfigKernelGatewayImageConfigKernelSpec>;
67378
+ kernelSpecs: pulumi.Input<pulumi.Input<inputs.sagemaker.AppImageConfigKernelGatewayImageConfigKernelSpec>[]>;
68260
67379
  }
68261
67380
  interface AppImageConfigKernelGatewayImageConfigFileSystemConfig {
68262
67381
  /**
@@ -73771,80 +72890,14 @@ export declare namespace servicediscovery {
73771
72890
  }
73772
72891
  interface ServiceHealthCheckCustomConfig {
73773
72892
  /**
73774
- * The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10.
72893
+ * The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Value is always set to 1.
72894
+ *
72895
+ * @deprecated failure_threshold is deprecated. The argument is no longer supported by AWS and the value is always set to 1. The attribute will be removed in a future major version.
73775
72896
  */
73776
72897
  failureThreshold?: pulumi.Input<number>;
73777
72898
  }
73778
72899
  }
73779
72900
  export declare namespace servicequotas {
73780
- interface GetTemplatesTemplate {
73781
- /**
73782
- * Indicates whether the quota is global.
73783
- */
73784
- globalQuota?: boolean;
73785
- /**
73786
- * Quota identifier.
73787
- */
73788
- quotaCode?: string;
73789
- /**
73790
- * Quota name.
73791
- */
73792
- quotaName?: string;
73793
- /**
73794
- * AWS Region to which the quota increases apply.
73795
- */
73796
- region?: string;
73797
- /**
73798
- * (Required) Service identifier.
73799
- */
73800
- serviceCode?: string;
73801
- /**
73802
- * Service name.
73803
- */
73804
- serviceName?: string;
73805
- /**
73806
- * Unit of measurement.
73807
- */
73808
- unit?: string;
73809
- /**
73810
- * (Required) The new, increased value for the quota.
73811
- */
73812
- value?: number;
73813
- }
73814
- interface GetTemplatesTemplateArgs {
73815
- /**
73816
- * Indicates whether the quota is global.
73817
- */
73818
- globalQuota?: pulumi.Input<boolean>;
73819
- /**
73820
- * Quota identifier.
73821
- */
73822
- quotaCode?: pulumi.Input<string>;
73823
- /**
73824
- * Quota name.
73825
- */
73826
- quotaName?: pulumi.Input<string>;
73827
- /**
73828
- * AWS Region to which the quota increases apply.
73829
- */
73830
- region?: pulumi.Input<string>;
73831
- /**
73832
- * (Required) Service identifier.
73833
- */
73834
- serviceCode?: pulumi.Input<string>;
73835
- /**
73836
- * Service name.
73837
- */
73838
- serviceName?: pulumi.Input<string>;
73839
- /**
73840
- * Unit of measurement.
73841
- */
73842
- unit?: pulumi.Input<string>;
73843
- /**
73844
- * (Required) The new, increased value for the quota.
73845
- */
73846
- value?: pulumi.Input<number>;
73847
- }
73848
72901
  interface ServiceQuotaUsageMetric {
73849
72902
  /**
73850
72903
  * The metric dimensions.
@@ -74441,6 +73494,26 @@ export declare namespace signer {
74441
73494
  certificateArn: pulumi.Input<string>;
74442
73495
  }
74443
73496
  }
73497
+ export declare namespace sns {
73498
+ /**
73499
+ * Represents an AWS IAM policy document that defines permissions for AWS resources and actions.
73500
+ */
73501
+ interface PolicyDocument {
73502
+ Id?: pulumi.Input<string>;
73503
+ Statement: pulumi.Input<pulumi.Input<inputs.iam.PolicyStatement>[]>;
73504
+ Version: pulumi.Input<enums.iam.PolicyDocumentVersion>;
73505
+ }
73506
+ }
73507
+ export declare namespace sqs {
73508
+ /**
73509
+ * Represents an AWS IAM policy document that defines permissions for AWS resources and actions.
73510
+ */
73511
+ interface PolicyDocument {
73512
+ Id?: pulumi.Input<string>;
73513
+ Statement: pulumi.Input<pulumi.Input<inputs.iam.PolicyStatement>[]>;
73514
+ Version: pulumi.Input<enums.iam.PolicyDocumentVersion>;
73515
+ }
73516
+ }
74444
73517
  export declare namespace ssm {
74445
73518
  interface AssociationOutputLocation {
74446
73519
  /**
@@ -75143,106 +74216,6 @@ export declare namespace ssoadmin {
75143
74216
  */
75144
74217
  path?: pulumi.Input<string>;
75145
74218
  }
75146
- interface GetApplicationAssignmentsApplicationAssignment {
75147
- /**
75148
- * ARN of the application.
75149
- */
75150
- applicationArn?: string;
75151
- /**
75152
- * An identifier for an object in IAM Identity Center, such as a user or group.
75153
- */
75154
- principalId?: string;
75155
- /**
75156
- * Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.
75157
- */
75158
- principalType?: string;
75159
- }
75160
- interface GetApplicationAssignmentsApplicationAssignmentArgs {
75161
- /**
75162
- * ARN of the application.
75163
- */
75164
- applicationArn?: pulumi.Input<string>;
75165
- /**
75166
- * An identifier for an object in IAM Identity Center, such as a user or group.
75167
- */
75168
- principalId?: pulumi.Input<string>;
75169
- /**
75170
- * Entity type for which the assignment will be created. Valid values are `USER` or `GROUP`.
75171
- */
75172
- principalType?: pulumi.Input<string>;
75173
- }
75174
- interface GetApplicationPortalOption {
75175
- signInOptions?: inputs.ssoadmin.GetApplicationPortalOptionSignInOption[];
75176
- visibility?: string;
75177
- }
75178
- interface GetApplicationPortalOptionArgs {
75179
- signInOptions?: pulumi.Input<pulumi.Input<inputs.ssoadmin.GetApplicationPortalOptionSignInOptionArgs>[]>;
75180
- visibility?: pulumi.Input<string>;
75181
- }
75182
- interface GetApplicationPortalOptionSignInOption {
75183
- applicationUrl?: string;
75184
- origin?: string;
75185
- }
75186
- interface GetApplicationPortalOptionSignInOptionArgs {
75187
- applicationUrl?: pulumi.Input<string>;
75188
- origin?: pulumi.Input<string>;
75189
- }
75190
- interface GetApplicationProvidersApplicationProvider {
75191
- /**
75192
- * ARN of the application provider.
75193
- */
75194
- applicationProviderArn?: string;
75195
- /**
75196
- * An object describing how IAM Identity Center represents the application provider in the portal. See `displayData` below.
75197
- */
75198
- displayDatas?: inputs.ssoadmin.GetApplicationProvidersApplicationProviderDisplayData[];
75199
- /**
75200
- * Protocol that the application provider uses to perform federation. Valid values are `SAML` and `OAUTH`.
75201
- */
75202
- federationProtocol?: string;
75203
- }
75204
- interface GetApplicationProvidersApplicationProviderArgs {
75205
- /**
75206
- * ARN of the application provider.
75207
- */
75208
- applicationProviderArn?: pulumi.Input<string>;
75209
- /**
75210
- * An object describing how IAM Identity Center represents the application provider in the portal. See `displayData` below.
75211
- */
75212
- displayDatas?: pulumi.Input<pulumi.Input<inputs.ssoadmin.GetApplicationProvidersApplicationProviderDisplayDataArgs>[]>;
75213
- /**
75214
- * Protocol that the application provider uses to perform federation. Valid values are `SAML` and `OAUTH`.
75215
- */
75216
- federationProtocol?: pulumi.Input<string>;
75217
- }
75218
- interface GetApplicationProvidersApplicationProviderDisplayData {
75219
- /**
75220
- * Description of the application provider.
75221
- */
75222
- description?: string;
75223
- /**
75224
- * Name of the application provider.
75225
- */
75226
- displayName?: string;
75227
- /**
75228
- * URL that points to an icon that represents the application provider.
75229
- */
75230
- iconUrl?: string;
75231
- }
75232
- interface GetApplicationProvidersApplicationProviderDisplayDataArgs {
75233
- /**
75234
- * Description of the application provider.
75235
- */
75236
- description?: pulumi.Input<string>;
75237
- /**
75238
- * Name of the application provider.
75239
- */
75240
- displayName?: pulumi.Input<string>;
75241
- /**
75242
- * URL that points to an icon that represents the application provider.
75243
- */
75244
- iconUrl?: pulumi.Input<string>;
75245
- }
75246
74219
  interface GetPrincipalApplicationAssignmentsApplicationAssignment {
75247
74220
  /**
75248
74221
  * ARN of the application.
@@ -75508,44 +74481,6 @@ export declare namespace synthetics {
75508
74481
  */
75509
74482
  vpcId?: pulumi.Input<string>;
75510
74483
  }
75511
- interface GetRuntimeVersionsRuntimeVersion {
75512
- /**
75513
- * Date of deprecation if the runtme version is deprecated.
75514
- */
75515
- deprecationDate?: string;
75516
- /**
75517
- * Description of the runtime version, created by Amazon.
75518
- */
75519
- description?: string;
75520
- /**
75521
- * Date that the runtime version was released.
75522
- */
75523
- releaseDate?: string;
75524
- /**
75525
- * Name of the runtime version.
75526
- * For a list of valid runtime versions, see [Canary Runtime Versions](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Library.html).
75527
- */
75528
- versionName?: string;
75529
- }
75530
- interface GetRuntimeVersionsRuntimeVersionArgs {
75531
- /**
75532
- * Date of deprecation if the runtme version is deprecated.
75533
- */
75534
- deprecationDate?: pulumi.Input<string>;
75535
- /**
75536
- * Description of the runtime version, created by Amazon.
75537
- */
75538
- description?: pulumi.Input<string>;
75539
- /**
75540
- * Date that the runtime version was released.
75541
- */
75542
- releaseDate?: pulumi.Input<string>;
75543
- /**
75544
- * Name of the runtime version.
75545
- * For a list of valid runtime versions, see [Canary Runtime Versions](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Library.html).
75546
- */
75547
- versionName?: pulumi.Input<string>;
75548
- }
75549
74484
  }
75550
74485
  export declare namespace timestreaminfluxdb {
75551
74486
  interface DbInstanceLogDeliveryConfiguration {
@@ -77002,8 +75937,6 @@ export declare namespace vpc {
77002
75937
  peerAsn: pulumi.Input<number>;
77003
75938
  /**
77004
75939
  * The requested liveness detection protocol for the BGP peer. Valid values are `bgp-keepalive` and `bfd`. Default value is `bgp-keepalive`.
77005
- *
77006
- * The following arguments are optional:
77007
75940
  */
77008
75941
  peerLivenessDetection?: pulumi.Input<string>;
77009
75942
  }
@@ -81262,23 +80195,23 @@ export declare namespace wafv2 {
81262
80195
  /**
81263
80196
  * Customizes the request body that your protected Amazon API Gateway REST APIs forward to AWS WAF for inspection. Applicable only when `scope` is set to `CLOUDFRONT`. See `apiGateway` below for details.
81264
80197
  */
81265
- apiGateways?: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclAssociationConfigRequestBodyApiGateway>[]>;
80198
+ apiGateway?: pulumi.Input<inputs.wafv2.WebAclAssociationConfigRequestBodyApiGateway>;
81266
80199
  /**
81267
80200
  * Customizes the request body that your protected Amazon App Runner services forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `appRunnerService` below for details.
81268
80201
  */
81269
- appRunnerServices?: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclAssociationConfigRequestBodyAppRunnerService>[]>;
80202
+ appRunnerService?: pulumi.Input<inputs.wafv2.WebAclAssociationConfigRequestBodyAppRunnerService>;
81270
80203
  /**
81271
80204
  * Customizes the request body that your protected Amazon CloudFront distributions forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `cloudfront` below for details.
81272
80205
  */
81273
- cloudfronts?: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclAssociationConfigRequestBodyCloudfront>[]>;
80206
+ cloudfront?: pulumi.Input<inputs.wafv2.WebAclAssociationConfigRequestBodyCloudfront>;
81274
80207
  /**
81275
80208
  * Customizes the request body that your protected Amazon Cognito user pools forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `cognitoUserPool` below for details.
81276
80209
  */
81277
- cognitoUserPools?: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclAssociationConfigRequestBodyCognitoUserPool>[]>;
80210
+ cognitoUserPool?: pulumi.Input<inputs.wafv2.WebAclAssociationConfigRequestBodyCognitoUserPool>;
81278
80211
  /**
81279
80212
  * Customizes the request body that your protected AWS Verfied Access instances forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `verifiedAccessInstance` below for details.
81280
80213
  */
81281
- verifiedAccessInstances?: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclAssociationConfigRequestBodyVerifiedAccessInstance>[]>;
80214
+ verifiedAccessInstance?: pulumi.Input<inputs.wafv2.WebAclAssociationConfigRequestBodyVerifiedAccessInstance>;
81282
80215
  }
81283
80216
  interface WebAclAssociationConfigRequestBodyApiGateway {
81284
80217
  /**
@@ -82136,6 +81069,10 @@ export declare namespace wafv2 {
82136
81069
  * Additional configuration for using the Account Creation Fraud Prevention managed rule group. Use this to specify information such as the registration page of your application and the type of content to accept or reject from the client.
82137
81070
  */
82138
81071
  awsManagedRulesAcfpRuleSet?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet>;
81072
+ /**
81073
+ * Configuration for using the anti-DDoS managed rule group. See `awsManagedRulesAntiDdosRuleSet` for more details.
81074
+ */
81075
+ awsManagedRulesAntiDdosRuleSet?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSet>;
82139
81076
  /**
82140
81077
  * Additional configuration for using the Account Takeover Protection managed rule group. Use this to specify information such as the sign-in page of your application and the type of content to accept or reject from the client.
82141
81078
  */
@@ -82305,6 +81242,42 @@ export declare namespace wafv2 {
82305
81242
  */
82306
81243
  successCodes: pulumi.Input<pulumi.Input<number>[]>;
82307
81244
  }
81245
+ interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSet {
81246
+ /**
81247
+ * Configuration for the request handling that's applied by the managed rule group rules `ChallengeAllDuringEvent` and `ChallengeDDoSRequests` during a distributed denial of service (DDoS) attack. See `clientSideActionConfig` for more details.
81248
+ */
81249
+ clientSideActionConfig: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfig>;
81250
+ /**
81251
+ * Sensitivity that the rule group rule DDoSRequests uses when matching against the DDoS suspicion labeling on a request. Valid values are `LOW` (Default), `MEDIUM`, and `HIGH`.
81252
+ */
81253
+ sensitivityToBlock?: pulumi.Input<string>;
81254
+ }
81255
+ interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfig {
81256
+ /**
81257
+ * Configuration for the use of the `AWSManagedRulesAntiDDoSRuleSet` rules `ChallengeAllDuringEvent` and `ChallengeDDoSRequests`.
81258
+ */
81259
+ challenge: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfigChallenge>;
81260
+ }
81261
+ interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfigChallenge {
81262
+ /**
81263
+ * Block for the list of the regular expressions to match against the web request URI, used to identify requests that can't handle a silent browser challenge.
81264
+ */
81265
+ exemptUriRegularExpressions?: pulumi.Input<pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfigChallengeExemptUriRegularExpression>[]>;
81266
+ /**
81267
+ * Sensitivity that the rule group rule ChallengeDDoSRequests uses when matching against the DDoS suspicion labeling on a request. Valid values are `LOW`, `MEDIUM` and `HIGH` (Default).
81268
+ */
81269
+ sensitivity?: pulumi.Input<string>;
81270
+ /**
81271
+ * Configuration whether to use the `AWSManagedRulesAntiDDoSRuleSet` rules `ChallengeAllDuringEvent` and `ChallengeDDoSRequests` in the rule group evaluation. Valid values are `ENABLED` and `DISABLED`.
81272
+ */
81273
+ usageOfAction: pulumi.Input<string>;
81274
+ }
81275
+ interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfigChallengeExemptUriRegularExpression {
81276
+ /**
81277
+ * Regular expression string.
81278
+ */
81279
+ regexString?: pulumi.Input<string>;
81280
+ }
82308
81281
  interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet {
82309
81282
  /**
82310
81283
  * Whether or not to allow the use of regular expressions in the login page path.
@@ -82454,9 +81427,6 @@ export declare namespace wafv2 {
82454
81427
  * Instructs AWS WAF to run a Captcha check against the web request. See `captcha` below for details.
82455
81428
  */
82456
81429
  captcha?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha>;
82457
- /**
82458
- * Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See `challenge` below for details.
82459
- */
82460
81430
  challenge?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge>;
82461
81431
  count?: pulumi.Input<inputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount>;
82462
81432
  }
@@ -86099,9 +85069,6 @@ export declare namespace wafv2 {
86099
85069
  * Instructs AWS WAF to run a Captcha check against the web request. See `captcha` below for details.
86100
85070
  */
86101
85071
  captcha?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha>;
86102
- /**
86103
- * Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See `challenge` below for details.
86104
- */
86105
85072
  challenge?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge>;
86106
85073
  count?: pulumi.Input<inputs.wafv2.WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount>;
86107
85074
  }
@@ -86891,36 +85858,6 @@ export declare namespace wafv2 {
86891
85858
  sampledRequestsEnabled: pulumi.Input<boolean>;
86892
85859
  }
86893
85860
  }
86894
- export declare namespace worklink {
86895
- interface FleetIdentityProvider {
86896
- /**
86897
- * The SAML metadata document provided by the customer’s identity provider.
86898
- */
86899
- samlMetadata: pulumi.Input<string>;
86900
- /**
86901
- * The type of identity provider.
86902
- */
86903
- type: pulumi.Input<string>;
86904
- }
86905
- interface FleetNetwork {
86906
- /**
86907
- * A list of security group IDs associated with access to the provided subnets.
86908
- *
86909
- * **identity_provider** requires the following:
86910
- *
86911
- * > **NOTE:** `identityProvider` cannot be removed without force recreating.
86912
- */
86913
- securityGroupIds: pulumi.Input<pulumi.Input<string>[]>;
86914
- /**
86915
- * A list of subnet IDs used for X-ENI connections from Amazon WorkLink rendering containers.
86916
- */
86917
- subnetIds: pulumi.Input<pulumi.Input<string>[]>;
86918
- /**
86919
- * The VPC ID with connectivity to associated websites.
86920
- */
86921
- vpcId: pulumi.Input<string>;
86922
- }
86923
- }
86924
85861
  export declare namespace workspaces {
86925
85862
  interface ConnectionAliasTimeouts {
86926
85863
  /**
@@ -87054,144 +85991,6 @@ export declare namespace workspaces {
87054
85991
  */
87055
85992
  source: pulumi.Input<string>;
87056
85993
  }
87057
- interface WebDataProtectionSettingsInlineRedactionConfiguration {
87058
- /**
87059
- * The global confidence level for the inline redaction configuration. This indicates the certainty of data type matches in the redaction process. Values range from 1 (low confidence) to 3 (high confidence).
87060
- */
87061
- globalConfidenceLevel?: pulumi.Input<number>;
87062
- /**
87063
- * The global enforced URL configuration for the inline redaction configuration.
87064
- */
87065
- globalEnforcedUrls?: pulumi.Input<pulumi.Input<string>[]>;
87066
- /**
87067
- * The global exempt URL configuration for the inline redaction configuration.
87068
- */
87069
- globalExemptUrls?: pulumi.Input<pulumi.Input<string>[]>;
87070
- /**
87071
- * The inline redaction patterns to be enabled for the inline redaction configuration. Detailed below.
87072
- */
87073
- inlineRedactionPatterns?: pulumi.Input<pulumi.Input<inputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern>[]>;
87074
- }
87075
- interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern {
87076
- /**
87077
- * The built-in pattern from the list of preconfigured patterns. Either a `customPattern` or `builtInPatternId` is required.
87078
- */
87079
- builtInPatternId?: pulumi.Input<string>;
87080
- /**
87081
- * The confidence level for inline redaction pattern. This indicates the certainty of data type matches in the redaction process. Values range from 1 (low confidence) to 3 (high confidence).
87082
- */
87083
- confidenceLevel?: pulumi.Input<number>;
87084
- /**
87085
- * The configuration for a custom pattern. Either a `customPattern` or `builtInPatternId` is required. Detailed below.
87086
- */
87087
- customPattern?: pulumi.Input<inputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern>;
87088
- /**
87089
- * The enforced URL configuration for the inline redaction pattern.
87090
- */
87091
- enforcedUrls?: pulumi.Input<pulumi.Input<string>[]>;
87092
- /**
87093
- * The exempt URL configuration for the inline redaction pattern.
87094
- */
87095
- exemptUrls?: pulumi.Input<pulumi.Input<string>[]>;
87096
- /**
87097
- * The redaction placeholder that will replace the redacted text in session. Detailed below.
87098
- */
87099
- redactionPlaceHolders?: pulumi.Input<pulumi.Input<inputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder>[]>;
87100
- }
87101
- interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern {
87102
- /**
87103
- * The keyword regex for the customer pattern.
87104
- */
87105
- keywordRegex?: pulumi.Input<string>;
87106
- /**
87107
- * The pattern description for the customer pattern.
87108
- */
87109
- patternDescription?: pulumi.Input<string>;
87110
- /**
87111
- * The pattern name for the custom pattern.
87112
- */
87113
- patternName: pulumi.Input<string>;
87114
- /**
87115
- * The pattern regex for the customer pattern. The format must follow JavaScript regex format.
87116
- */
87117
- patternRegex: pulumi.Input<string>;
87118
- }
87119
- interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder {
87120
- /**
87121
- * The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
87122
- */
87123
- redactionPlaceHolderText?: pulumi.Input<string>;
87124
- /**
87125
- * The redaction placeholder type that will replace the redacted text in session. Currently, only `CustomText` is supported.
87126
- */
87127
- redactionPlaceHolderType: pulumi.Input<string>;
87128
- }
87129
- interface WebIpAccessSettingsIpRule {
87130
- /**
87131
- * The description of the IP access settings.
87132
- */
87133
- description?: pulumi.Input<string>;
87134
- /**
87135
- * The IP range of the IP rule.
87136
- */
87137
- ipRange: pulumi.Input<string>;
87138
- }
87139
- interface WebUserSettingsCookieSynchronizationConfiguration {
87140
- /**
87141
- * List of cookie specifications that are allowed to be synchronized to the remote browser.
87142
- */
87143
- allowlists?: pulumi.Input<pulumi.Input<inputs.workspaces.WebUserSettingsCookieSynchronizationConfigurationAllowlist>[]>;
87144
- /**
87145
- * List of cookie specifications that are blocked from being synchronized to the remote browser.
87146
- */
87147
- blocklists?: pulumi.Input<pulumi.Input<inputs.workspaces.WebUserSettingsCookieSynchronizationConfigurationBlocklist>[]>;
87148
- }
87149
- interface WebUserSettingsCookieSynchronizationConfigurationAllowlist {
87150
- /**
87151
- * Domain of the cookie.
87152
- */
87153
- domain: pulumi.Input<string>;
87154
- /**
87155
- * Name of the cookie.
87156
- */
87157
- name?: pulumi.Input<string>;
87158
- /**
87159
- * Path of the cookie.
87160
- */
87161
- path?: pulumi.Input<string>;
87162
- }
87163
- interface WebUserSettingsCookieSynchronizationConfigurationBlocklist {
87164
- /**
87165
- * Domain of the cookie.
87166
- */
87167
- domain: pulumi.Input<string>;
87168
- /**
87169
- * Name of the cookie.
87170
- */
87171
- name?: pulumi.Input<string>;
87172
- /**
87173
- * Path of the cookie.
87174
- */
87175
- path?: pulumi.Input<string>;
87176
- }
87177
- interface WebUserSettingsToolbarConfiguration {
87178
- /**
87179
- * List of toolbar items to be hidden.
87180
- */
87181
- hiddenToolbarItems?: pulumi.Input<pulumi.Input<string>[]>;
87182
- /**
87183
- * Maximum display resolution that is allowed for the session.
87184
- */
87185
- maxDisplayResolution?: pulumi.Input<string>;
87186
- /**
87187
- * Type of toolbar displayed during the session.
87188
- */
87189
- toolbarType?: pulumi.Input<string>;
87190
- /**
87191
- * Visual mode of the toolbar.
87192
- */
87193
- visualMode?: pulumi.Input<string>;
87194
- }
87195
85994
  interface WorkspaceWorkspaceProperties {
87196
85995
  /**
87197
85996
  * The compute type. For more information, see [Amazon WorkSpaces Bundles](http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles). Valid values are `VALUE`, `STANDARD`, `PERFORMANCE`, `POWER`, `GRAPHICS`, `POWERPRO`, `GRAPHICSPRO`, `GRAPHICS_G4DN`, and `GRAPHICSPRO_G4DN`.