@pulumi/aws 5.14.0-alpha.1663282832 → 5.14.0-alpha.1663343686

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 (2303) hide show
  1. package/accessanalyzer/analyzer.d.ts +4 -4
  2. package/accessanalyzer/archiveRule.d.ts +5 -4
  3. package/accessanalyzer/archiveRule.js.map +1 -1
  4. package/accessanalyzer/index.d.ts +6 -2
  5. package/accessanalyzer/index.js +7 -22
  6. package/accessanalyzer/index.js.map +1 -1
  7. package/account/alternativeContact.d.ts +15 -15
  8. package/account/index.d.ts +3 -1
  9. package/account/index.js +4 -19
  10. package/account/index.js.map +1 -1
  11. package/acm/certificate.d.ts +27 -35
  12. package/acm/certificate.js.map +1 -1
  13. package/acm/certificateValidation.d.ts +3 -3
  14. package/acm/getCertificate.d.ts +13 -13
  15. package/acm/index.d.ts +9 -3
  16. package/acm/index.js +10 -23
  17. package/acm/index.js.map +1 -1
  18. package/acmpca/certificate.d.ts +14 -13
  19. package/acmpca/certificate.js.map +1 -1
  20. package/acmpca/certificateAuthority.d.ts +16 -15
  21. package/acmpca/certificateAuthority.js +1 -1
  22. package/acmpca/certificateAuthority.js.map +1 -1
  23. package/acmpca/certificateAuthorityCertificate.d.ts +9 -9
  24. package/acmpca/getCertificate.d.ts +6 -6
  25. package/acmpca/getCertificateAuthority.d.ts +8 -7
  26. package/acmpca/getCertificateAuthority.js.map +1 -1
  27. package/acmpca/index.d.ts +21 -7
  28. package/acmpca/index.js +22 -33
  29. package/acmpca/index.js.map +1 -1
  30. package/acmpca/permission.d.ts +14 -14
  31. package/acmpca/policy.d.ts +3 -3
  32. package/alb/getListener.d.ts +1 -1
  33. package/alb/getListener.js.map +1 -1
  34. package/alb/getLoadBalancer.d.ts +7 -7
  35. package/alb/getLoadBalancer.js.map +1 -1
  36. package/alb/getTargetGroup.d.ts +5 -5
  37. package/alb/getTargetGroup.js.map +1 -1
  38. package/alb/index.d.ts +27 -9
  39. package/alb/index.js +28 -23
  40. package/alb/index.js.map +1 -1
  41. package/alb/listener.d.ts +2 -1
  42. package/alb/listener.js.map +1 -1
  43. package/alb/listenerRule.d.ts +2 -1
  44. package/alb/listenerRule.js.map +1 -1
  45. package/alb/loadBalancer.d.ts +2 -1
  46. package/alb/loadBalancer.js.map +1 -1
  47. package/alb/targetGroup.d.ts +2 -1
  48. package/alb/targetGroup.js.map +1 -1
  49. package/amp/alertManagerDefinition.d.ts +3 -3
  50. package/amp/getWorkspace.d.ts +11 -11
  51. package/amp/getWorkspace.js +1 -1
  52. package/amp/index.d.ts +12 -4
  53. package/amp/index.js +13 -26
  54. package/amp/index.js.map +1 -1
  55. package/amp/ruleGroupNamespace.d.ts +3 -3
  56. package/amp/workspace.d.ts +6 -0
  57. package/amp/workspace.js.map +1 -1
  58. package/amplify/app.d.ts +46 -43
  59. package/amplify/app.js.map +1 -1
  60. package/amplify/backendEnvironment.d.ts +14 -14
  61. package/amplify/branch.d.ts +40 -40
  62. package/amplify/domainAssociation.d.ts +13 -12
  63. package/amplify/domainAssociation.js.map +1 -1
  64. package/amplify/index.d.ts +15 -5
  65. package/amplify/index.js +16 -31
  66. package/amplify/index.js.map +1 -1
  67. package/amplify/webhook.d.ts +13 -13
  68. package/apigateway/account.d.ts +5 -4
  69. package/apigateway/account.js.map +1 -1
  70. package/apigateway/apiKey.d.ts +23 -23
  71. package/apigateway/authorizer.d.ts +29 -29
  72. package/apigateway/basePathMapping.d.ts +9 -9
  73. package/apigateway/clientCertificate.d.ts +11 -11
  74. package/apigateway/deployment.d.ts +8 -8
  75. package/apigateway/documentationPart.d.ts +11 -10
  76. package/apigateway/documentationPart.js.map +1 -1
  77. package/apigateway/documentationVersion.d.ts +9 -9
  78. package/apigateway/domainName.d.ts +2 -1
  79. package/apigateway/domainName.js.map +1 -1
  80. package/apigateway/getDomainName.d.ts +1 -1
  81. package/apigateway/getDomainName.js.map +1 -1
  82. package/apigateway/getExport.d.ts +13 -13
  83. package/apigateway/getKey.d.ts +9 -9
  84. package/apigateway/getResource.d.ts +4 -4
  85. package/apigateway/getRestApi.d.ts +7 -7
  86. package/apigateway/getRestApi.js.map +1 -1
  87. package/apigateway/getSdk.d.ts +11 -11
  88. package/apigateway/getVpcLink.d.ts +6 -6
  89. package/apigateway/index.d.ts +93 -31
  90. package/apigateway/index.js +94 -95
  91. package/apigateway/index.js.map +1 -1
  92. package/apigateway/integration.d.ts +50 -49
  93. package/apigateway/integration.js.map +1 -1
  94. package/apigateway/integrationResponse.d.ts +24 -36
  95. package/apigateway/integrationResponse.js.map +1 -1
  96. package/apigateway/method.d.ts +30 -30
  97. package/apigateway/methodResponse.d.ts +18 -18
  98. package/apigateway/methodSettings.d.ts +11 -10
  99. package/apigateway/methodSettings.js.map +1 -1
  100. package/apigateway/model.d.ts +15 -15
  101. package/apigateway/requestValidator.d.ts +6 -6
  102. package/apigateway/resource.d.ts +11 -11
  103. package/apigateway/response.d.ts +15 -15
  104. package/apigateway/restApi.d.ts +18 -17
  105. package/apigateway/restApi.js.map +1 -1
  106. package/apigateway/restApiPolicy.d.ts +3 -3
  107. package/apigateway/stage.d.ts +46 -39
  108. package/apigateway/stage.js.map +1 -1
  109. package/apigateway/usagePlan.d.ts +18 -17
  110. package/apigateway/usagePlan.js.map +1 -1
  111. package/apigateway/usagePlanKey.d.ts +13 -13
  112. package/apigateway/vpcLink.d.ts +14 -14
  113. package/apigatewayv2/api.d.ts +28 -27
  114. package/apigatewayv2/api.js.map +1 -1
  115. package/apigatewayv2/apiMapping.d.ts +9 -9
  116. package/apigatewayv2/authorizer.d.ts +29 -28
  117. package/apigatewayv2/authorizer.js.map +1 -1
  118. package/apigatewayv2/deployment.d.ts +9 -9
  119. package/apigatewayv2/domainName.d.ts +2 -1
  120. package/apigatewayv2/domainName.js.map +1 -1
  121. package/apigatewayv2/getApi.d.ts +13 -13
  122. package/apigatewayv2/getApi.js.map +1 -1
  123. package/apigatewayv2/getApis.d.ts +6 -6
  124. package/apigatewayv2/getExport.d.ts +13 -13
  125. package/apigatewayv2/index.d.ts +45 -15
  126. package/apigatewayv2/index.js +46 -55
  127. package/apigatewayv2/index.js.map +1 -1
  128. package/apigatewayv2/integration.d.ts +38 -37
  129. package/apigatewayv2/integration.js.map +1 -1
  130. package/apigatewayv2/integrationResponse.d.ts +12 -12
  131. package/apigatewayv2/model.d.ts +12 -12
  132. package/apigatewayv2/route.d.ts +29 -28
  133. package/apigatewayv2/route.js.map +1 -1
  134. package/apigatewayv2/routeResponse.d.ts +12 -12
  135. package/apigatewayv2/stage.d.ts +37 -36
  136. package/apigatewayv2/stage.js.map +1 -1
  137. package/apigatewayv2/vpcLink.d.ts +10 -10
  138. package/appautoscaling/index.d.ts +9 -3
  139. package/appautoscaling/index.js +10 -25
  140. package/appautoscaling/index.js.map +1 -1
  141. package/appautoscaling/policy.d.ts +22 -21
  142. package/appautoscaling/policy.js.map +1 -1
  143. package/appautoscaling/scheduledAction.d.ts +31 -30
  144. package/appautoscaling/scheduledAction.js.map +1 -1
  145. package/appautoscaling/target.d.ts +18 -18
  146. package/appconfig/application.d.ts +13 -13
  147. package/appconfig/configurationProfile.d.ts +30 -29
  148. package/appconfig/configurationProfile.js.map +1 -1
  149. package/appconfig/deployment.d.ts +29 -29
  150. package/appconfig/deploymentStrategy.d.ts +22 -22
  151. package/appconfig/environment.d.ts +20 -19
  152. package/appconfig/environment.js.map +1 -1
  153. package/appconfig/eventIntegration.d.ts +22 -15
  154. package/appconfig/eventIntegration.js.map +1 -1
  155. package/appconfig/hostedConfigurationVersion.d.ts +19 -19
  156. package/appconfig/index.d.ts +21 -7
  157. package/appconfig/index.js +22 -37
  158. package/appconfig/index.js.map +1 -1
  159. package/appflow/connectorProfile.d.ts +9 -8
  160. package/appflow/connectorProfile.js.map +1 -1
  161. package/appflow/flow.d.ts +13 -12
  162. package/appflow/flow.js.map +1 -1
  163. package/appflow/index.d.ts +6 -2
  164. package/appflow/index.js +7 -22
  165. package/appflow/index.js.map +1 -1
  166. package/applicationinsights/application.d.ts +23 -11
  167. package/applicationinsights/application.js.map +1 -1
  168. package/applicationinsights/index.d.ts +3 -1
  169. package/applicationinsights/index.js +4 -19
  170. package/applicationinsights/index.js.map +1 -1
  171. package/applicationloadbalancing/getListener.d.ts +1 -1
  172. package/applicationloadbalancing/getListener.js.map +1 -1
  173. package/applicationloadbalancing/getLoadBalancer.d.ts +7 -7
  174. package/applicationloadbalancing/getLoadBalancer.js.map +1 -1
  175. package/applicationloadbalancing/getTargetGroup.d.ts +5 -5
  176. package/applicationloadbalancing/getTargetGroup.js.map +1 -1
  177. package/applicationloadbalancing/index.d.ts +27 -9
  178. package/applicationloadbalancing/index.js +28 -23
  179. package/applicationloadbalancing/index.js.map +1 -1
  180. package/applicationloadbalancing/listener.d.ts +2 -1
  181. package/applicationloadbalancing/listener.js.map +1 -1
  182. package/applicationloadbalancing/listenerRule.d.ts +2 -1
  183. package/applicationloadbalancing/listenerRule.js.map +1 -1
  184. package/applicationloadbalancing/loadBalancer.d.ts +2 -1
  185. package/applicationloadbalancing/loadBalancer.js.map +1 -1
  186. package/applicationloadbalancing/targetGroup.d.ts +2 -1
  187. package/applicationloadbalancing/targetGroup.js.map +1 -1
  188. package/appmesh/gatewayRoute.d.ts +30 -29
  189. package/appmesh/gatewayRoute.js.map +1 -1
  190. package/appmesh/getMesh.d.ts +13 -13
  191. package/appmesh/getMesh.js.map +1 -1
  192. package/appmesh/getVirtualService.d.ts +15 -15
  193. package/appmesh/getVirtualService.js.map +1 -1
  194. package/appmesh/index.d.ts +27 -9
  195. package/appmesh/index.js +28 -39
  196. package/appmesh/index.js.map +1 -1
  197. package/appmesh/mesh.d.ts +23 -22
  198. package/appmesh/mesh.js.map +1 -1
  199. package/appmesh/route.d.ts +30 -29
  200. package/appmesh/route.js.map +1 -1
  201. package/appmesh/virtualGateway.d.ts +27 -26
  202. package/appmesh/virtualGateway.js.map +1 -1
  203. package/appmesh/virtualNode.d.ts +27 -26
  204. package/appmesh/virtualNode.js.map +1 -1
  205. package/appmesh/virtualRouter.d.ts +27 -26
  206. package/appmesh/virtualRouter.js.map +1 -1
  207. package/appmesh/virtualService.d.ts +27 -26
  208. package/appmesh/virtualService.js.map +1 -1
  209. package/apprunner/autoScalingConfigurationVersion.d.ts +16 -16
  210. package/apprunner/connection.d.ts +10 -10
  211. package/apprunner/customDomainAssociation.d.ts +12 -11
  212. package/apprunner/customDomainAssociation.js.map +1 -1
  213. package/apprunner/index.d.ts +18 -6
  214. package/apprunner/index.js +19 -34
  215. package/apprunner/index.js.map +1 -1
  216. package/apprunner/observabilityConfiguration.d.ts +13 -6
  217. package/apprunner/observabilityConfiguration.js.map +1 -1
  218. package/apprunner/service.d.ts +8 -7
  219. package/apprunner/service.js.map +1 -1
  220. package/apprunner/vpcConnector.d.ts +11 -11
  221. package/appstream/directoryConfig.d.ts +2 -1
  222. package/appstream/directoryConfig.js.map +1 -1
  223. package/appstream/fleet.d.ts +2 -1
  224. package/appstream/fleet.js.map +1 -1
  225. package/appstream/imageBuilder.d.ts +13 -12
  226. package/appstream/imageBuilder.js.map +1 -1
  227. package/appstream/index.d.ts +21 -7
  228. package/appstream/index.js +22 -37
  229. package/appstream/index.js.map +1 -1
  230. package/appstream/stack.d.ts +2 -1
  231. package/appstream/stack.js.map +1 -1
  232. package/appstream/user.d.ts +3 -3
  233. package/appstream/userStackAssociation.d.ts +3 -3
  234. package/appsync/apiCache.d.ts +6 -6
  235. package/appsync/apiKey.d.ts +8 -8
  236. package/appsync/dataSource.d.ts +19 -18
  237. package/appsync/dataSource.js.map +1 -1
  238. package/appsync/domainName.d.ts +10 -10
  239. package/appsync/domainNameApiAssociation.d.ts +6 -6
  240. package/appsync/function.d.ts +30 -29
  241. package/appsync/function.js.map +1 -1
  242. package/appsync/graphQLApi.d.ts +21 -20
  243. package/appsync/graphQLApi.js.map +1 -1
  244. package/appsync/index.d.ts +24 -8
  245. package/appsync/index.js +25 -40
  246. package/appsync/index.js.map +1 -1
  247. package/appsync/resolver.d.ts +34 -33
  248. package/appsync/resolver.js.map +1 -1
  249. package/athena/dataCatalog.d.ts +18 -12
  250. package/athena/dataCatalog.js.map +1 -1
  251. package/athena/database.d.ts +17 -16
  252. package/athena/database.js.map +1 -1
  253. package/athena/index.d.ts +12 -4
  254. package/athena/index.js +13 -28
  255. package/athena/index.js.map +1 -1
  256. package/athena/namedQuery.d.ts +15 -15
  257. package/athena/workgroup.d.ts +12 -11
  258. package/athena/workgroup.js.map +1 -1
  259. package/autoscaling/attachment.d.ts +9 -9
  260. package/autoscaling/getAmiIds.d.ts +8 -7
  261. package/autoscaling/getAmiIds.js.map +1 -1
  262. package/autoscaling/getGroup.d.ts +11 -11
  263. package/autoscaling/getGroup.js.map +1 -1
  264. package/autoscaling/group.d.ts +83 -69
  265. package/autoscaling/group.js +12 -0
  266. package/autoscaling/group.js.map +1 -1
  267. package/autoscaling/index.d.ts +27 -9
  268. package/autoscaling/index.js +28 -25
  269. package/autoscaling/index.js.map +1 -1
  270. package/autoscaling/lifecycleHook.d.ts +15 -15
  271. package/autoscaling/notification.d.ts +9 -9
  272. package/autoscaling/policy.d.ts +40 -39
  273. package/autoscaling/policy.js.map +1 -1
  274. package/autoscaling/schedule.d.ts +26 -26
  275. package/autoscaling/tag.d.ts +8 -7
  276. package/autoscaling/tag.js.map +1 -1
  277. package/autoscalingplans/index.d.ts +3 -1
  278. package/autoscalingplans/index.js +4 -19
  279. package/autoscalingplans/index.js.map +1 -1
  280. package/autoscalingplans/scalingPlan.d.ts +11 -10
  281. package/autoscalingplans/scalingPlan.js.map +1 -1
  282. package/backup/framework.d.ts +8 -1
  283. package/backup/framework.js.map +1 -1
  284. package/backup/getFramework.d.ts +12 -12
  285. package/backup/getFramework.js.map +1 -1
  286. package/backup/getPlan.d.ts +4 -4
  287. package/backup/getReportPlan.d.ts +7 -7
  288. package/backup/getReportPlan.js.map +1 -1
  289. package/backup/getSelection.d.ts +6 -6
  290. package/backup/getVault.d.ts +5 -5
  291. package/backup/index.d.ts +45 -15
  292. package/backup/index.js +46 -51
  293. package/backup/index.js.map +1 -1
  294. package/backup/plan.d.ts +2 -1
  295. package/backup/plan.js.map +1 -1
  296. package/backup/reportPlan.d.ts +8 -1
  297. package/backup/reportPlan.js.map +1 -1
  298. package/backup/selection.d.ts +2 -1
  299. package/backup/selection.js.map +1 -1
  300. package/batch/computeEnvironment.d.ts +2 -1
  301. package/batch/computeEnvironment.js.map +1 -1
  302. package/batch/getComputeEnvironment.d.ts +9 -9
  303. package/batch/getJobQueue.d.ts +7 -7
  304. package/batch/getJobQueue.js.map +1 -1
  305. package/batch/getSchedulingPolicy.d.ts +4 -4
  306. package/batch/getSchedulingPolicy.js.map +1 -1
  307. package/batch/index.d.ts +21 -7
  308. package/batch/index.js +22 -31
  309. package/batch/index.js.map +1 -1
  310. package/batch/jobDefinition.d.ts +2 -1
  311. package/batch/jobDefinition.js.map +1 -1
  312. package/batch/schedulingPolicy.d.ts +8 -1
  313. package/batch/schedulingPolicy.js.map +1 -1
  314. package/budgets/budget.d.ts +2 -1
  315. package/budgets/budget.js.map +1 -1
  316. package/budgets/budgetAction.d.ts +2 -1
  317. package/budgets/budgetAction.js.map +1 -1
  318. package/budgets/index.d.ts +6 -2
  319. package/budgets/index.js +7 -22
  320. package/budgets/index.js.map +1 -1
  321. package/cfg/configurationAggregator.d.ts +2 -1
  322. package/cfg/configurationAggregator.js.map +1 -1
  323. package/cfg/conformancePack.d.ts +2 -1
  324. package/cfg/conformancePack.js.map +1 -1
  325. package/cfg/deliveryChannel.d.ts +2 -1
  326. package/cfg/deliveryChannel.js.map +1 -1
  327. package/cfg/index.d.ts +33 -11
  328. package/cfg/index.js +34 -49
  329. package/cfg/index.js.map +1 -1
  330. package/cfg/organizationConformancePack.d.ts +2 -1
  331. package/cfg/organizationConformancePack.js.map +1 -1
  332. package/cfg/recorder.d.ts +2 -1
  333. package/cfg/recorder.js.map +1 -1
  334. package/cfg/remediationConfiguration.d.ts +2 -1
  335. package/cfg/remediationConfiguration.js.map +1 -1
  336. package/cfg/rule.d.ts +2 -1
  337. package/cfg/rule.js.map +1 -1
  338. package/chime/index.d.ts +21 -7
  339. package/chime/index.js +22 -37
  340. package/chime/index.js.map +1 -1
  341. package/chime/voiceConnectorGroup.d.ts +2 -1
  342. package/chime/voiceConnectorGroup.js.map +1 -1
  343. package/chime/voiceConnectorOrganization.d.ts +2 -1
  344. package/chime/voiceConnectorOrganization.js.map +1 -1
  345. package/chime/voiceConnectorTerminationCredentials.d.ts +2 -1
  346. package/chime/voiceConnectorTerminationCredentials.js.map +1 -1
  347. package/cloud9/index.d.ts +6 -2
  348. package/cloud9/index.js +7 -22
  349. package/cloud9/index.js.map +1 -1
  350. package/cloudcontrol/getResource.d.ts +2 -2
  351. package/cloudcontrol/index.d.ts +6 -2
  352. package/cloudcontrol/index.js +7 -20
  353. package/cloudcontrol/index.js.map +1 -1
  354. package/cloudformation/cloudFormationType.d.ts +2 -1
  355. package/cloudformation/cloudFormationType.js.map +1 -1
  356. package/cloudformation/getCloudFormationType.d.ts +4 -4
  357. package/cloudformation/getCloudFormationType.js.map +1 -1
  358. package/cloudformation/getExport.d.ts +4 -4
  359. package/cloudformation/getStack.d.ts +11 -11
  360. package/cloudformation/index.d.ts +21 -7
  361. package/cloudformation/index.js +22 -31
  362. package/cloudformation/index.js.map +1 -1
  363. package/cloudformation/stackSet.d.ts +2 -1
  364. package/cloudformation/stackSet.js.map +1 -1
  365. package/cloudformation/stackSetInstance.d.ts +2 -1
  366. package/cloudformation/stackSetInstance.js.map +1 -1
  367. package/cloudfront/cachePolicy.d.ts +2 -1
  368. package/cloudfront/cachePolicy.js.map +1 -1
  369. package/cloudfront/distribution.d.ts +2 -1
  370. package/cloudfront/distribution.js.map +1 -1
  371. package/cloudfront/fieldLevelEncryptionConfig.d.ts +2 -1
  372. package/cloudfront/fieldLevelEncryptionConfig.js.map +1 -1
  373. package/cloudfront/fieldLevelEncryptionProfile.d.ts +2 -1
  374. package/cloudfront/fieldLevelEncryptionProfile.js.map +1 -1
  375. package/cloudfront/getCachePolicy.d.ts +10 -10
  376. package/cloudfront/getCachePolicy.js.map +1 -1
  377. package/cloudfront/getDistribution.d.ts +10 -10
  378. package/cloudfront/getFunction.d.ts +3 -3
  379. package/cloudfront/getLogDeliveryCanonicalUserId.d.ts +2 -2
  380. package/cloudfront/getOriginAccessIdentity.d.ts +2 -2
  381. package/cloudfront/getOriginRequestPolicy.d.ts +4 -4
  382. package/cloudfront/getOriginRequestPolicy.js.map +1 -1
  383. package/cloudfront/getRealtimeLogConfig.d.ts +7 -7
  384. package/cloudfront/getRealtimeLogConfig.js.map +1 -1
  385. package/cloudfront/getResponseHeadersPolicy.d.ts +9 -9
  386. package/cloudfront/getResponseHeadersPolicy.js.map +1 -1
  387. package/cloudfront/index.d.ts +66 -21
  388. package/cloudfront/index.js +69 -61
  389. package/cloudfront/index.js.map +1 -1
  390. package/cloudfront/monitoringSubscription.d.ts +2 -1
  391. package/cloudfront/monitoringSubscription.js.map +1 -1
  392. package/cloudfront/originAccessControl.d.ts +132 -0
  393. package/cloudfront/originAccessControl.js +96 -0
  394. package/cloudfront/originAccessControl.js.map +1 -0
  395. package/cloudfront/originRequestPolicy.d.ts +2 -1
  396. package/cloudfront/originRequestPolicy.js.map +1 -1
  397. package/cloudfront/realtimeLogConfig.d.ts +2 -1
  398. package/cloudfront/realtimeLogConfig.js.map +1 -1
  399. package/cloudfront/responseHeadersPolicy.d.ts +2 -1
  400. package/cloudfront/responseHeadersPolicy.js.map +1 -1
  401. package/cloudhsmv2/cluster.d.ts +5 -4
  402. package/cloudhsmv2/cluster.js.map +1 -1
  403. package/cloudhsmv2/getCluster.d.ts +8 -8
  404. package/cloudhsmv2/getCluster.js.map +1 -1
  405. package/cloudhsmv2/index.d.ts +9 -3
  406. package/cloudhsmv2/index.js +10 -23
  407. package/cloudhsmv2/index.js.map +1 -1
  408. package/cloudsearch/domain.d.ts +2 -1
  409. package/cloudsearch/domain.js.map +1 -1
  410. package/cloudsearch/index.d.ts +6 -2
  411. package/cloudsearch/index.js +7 -22
  412. package/cloudsearch/index.js.map +1 -1
  413. package/cloudtrail/eventDataStore.d.ts +2 -1
  414. package/cloudtrail/eventDataStore.js.map +1 -1
  415. package/cloudtrail/getFunction.d.ts +3 -3
  416. package/cloudtrail/getServiceAccount.d.ts +1 -1
  417. package/cloudtrail/index.d.ts +12 -4
  418. package/cloudtrail/index.js +13 -24
  419. package/cloudtrail/index.js.map +1 -1
  420. package/cloudtrail/trail.d.ts +5 -4
  421. package/cloudtrail/trail.js.map +1 -1
  422. package/cloudwatch/eventConnection.d.ts +2 -1
  423. package/cloudwatch/eventConnection.js.map +1 -1
  424. package/cloudwatch/eventPermission.d.ts +2 -1
  425. package/cloudwatch/eventPermission.js.map +1 -1
  426. package/cloudwatch/eventTarget.d.ts +2 -1
  427. package/cloudwatch/eventTarget.js.map +1 -1
  428. package/cloudwatch/getEventBus.d.ts +3 -3
  429. package/cloudwatch/getEventConnection.d.ts +6 -6
  430. package/cloudwatch/getEventSource.d.ts +4 -4
  431. package/cloudwatch/getLogGroup.d.ts +9 -9
  432. package/cloudwatch/getLogGroups.d.ts +2 -2
  433. package/cloudwatch/index.d.ts +75 -25
  434. package/cloudwatch/index.js +76 -66
  435. package/cloudwatch/index.js.map +1 -1
  436. package/cloudwatch/logMetricFilter.d.ts +2 -1
  437. package/cloudwatch/logMetricFilter.js.map +1 -1
  438. package/cloudwatch/metricAlarm.d.ts +2 -1
  439. package/cloudwatch/metricAlarm.js.map +1 -1
  440. package/cloudwatch/metricStream.d.ts +2 -1
  441. package/cloudwatch/metricStream.js.map +1 -1
  442. package/codeartifact/getAuthorizationToken.d.ts +7 -7
  443. package/codeartifact/getRepositoryEndpoint.d.ts +7 -7
  444. package/codeartifact/index.d.ts +18 -6
  445. package/codeartifact/index.js +19 -30
  446. package/codeartifact/index.js.map +1 -1
  447. package/codeartifact/repository.d.ts +2 -1
  448. package/codeartifact/repository.js.map +1 -1
  449. package/codebuild/index.d.ts +15 -5
  450. package/codebuild/index.js +16 -31
  451. package/codebuild/index.js.map +1 -1
  452. package/codebuild/project.d.ts +2 -1
  453. package/codebuild/project.js.map +1 -1
  454. package/codebuild/reportGroup.d.ts +2 -1
  455. package/codebuild/reportGroup.js.map +1 -1
  456. package/codebuild/webhook.d.ts +2 -1
  457. package/codebuild/webhook.js.map +1 -1
  458. package/codecommit/getApprovalRuleTemplate.d.ts +8 -8
  459. package/codecommit/getRepository.d.ts +6 -6
  460. package/codecommit/index.d.ts +18 -6
  461. package/codecommit/index.js +19 -30
  462. package/codecommit/index.js.map +1 -1
  463. package/codecommit/trigger.d.ts +2 -1
  464. package/codecommit/trigger.js.map +1 -1
  465. package/codedeploy/deploymentConfig.d.ts +2 -1
  466. package/codedeploy/deploymentConfig.js.map +1 -1
  467. package/codedeploy/deploymentGroup.d.ts +2 -1
  468. package/codedeploy/deploymentGroup.js.map +1 -1
  469. package/codedeploy/index.d.ts +9 -3
  470. package/codedeploy/index.js +10 -25
  471. package/codedeploy/index.js.map +1 -1
  472. package/codepipeline/index.d.ts +6 -2
  473. package/codepipeline/index.js +7 -22
  474. package/codepipeline/index.js.map +1 -1
  475. package/codepipeline/pipeline.d.ts +2 -1
  476. package/codepipeline/pipeline.js.map +1 -1
  477. package/codepipeline/webhook.d.ts +2 -1
  478. package/codepipeline/webhook.js.map +1 -1
  479. package/codestarconnections/getConnection.d.ts +7 -7
  480. package/codestarconnections/host.d.ts +2 -1
  481. package/codestarconnections/host.js.map +1 -1
  482. package/codestarconnections/index.d.ts +9 -3
  483. package/codestarconnections/index.js +10 -23
  484. package/codestarconnections/index.js.map +1 -1
  485. package/codestarnotifications/index.d.ts +3 -1
  486. package/codestarnotifications/index.js +4 -19
  487. package/codestarnotifications/index.js.map +1 -1
  488. package/codestarnotifications/notificationRule.d.ts +2 -1
  489. package/codestarnotifications/notificationRule.js.map +1 -1
  490. package/cognito/getUserPoolClient.d.ts +1 -1
  491. package/cognito/getUserPoolClient.js.map +1 -1
  492. package/cognito/getUserPoolClients.d.ts +2 -2
  493. package/cognito/getUserPoolSigningCertificate.d.ts +3 -3
  494. package/cognito/getUserPools.d.ts +2 -2
  495. package/cognito/identityPool.d.ts +2 -1
  496. package/cognito/identityPool.js.map +1 -1
  497. package/cognito/identityPoolRoleAttachment.d.ts +2 -1
  498. package/cognito/identityPoolRoleAttachment.js.map +1 -1
  499. package/cognito/index.d.ts +51 -17
  500. package/cognito/index.js +52 -59
  501. package/cognito/index.js.map +1 -1
  502. package/cognito/resourceServer.d.ts +2 -1
  503. package/cognito/resourceServer.js.map +1 -1
  504. package/cognito/riskConfiguration.d.ts +2 -1
  505. package/cognito/riskConfiguration.js.map +1 -1
  506. package/cognito/userPool.d.ts +2 -1
  507. package/cognito/userPool.js.map +1 -1
  508. package/cognito/userPoolClient.d.ts +2 -1
  509. package/cognito/userPoolClient.js.map +1 -1
  510. package/comprehend/entityRecognizer.d.ts +2 -1
  511. package/comprehend/entityRecognizer.js.map +1 -1
  512. package/comprehend/index.d.ts +3 -1
  513. package/comprehend/index.js +4 -19
  514. package/comprehend/index.js.map +1 -1
  515. package/config/vars.d.ts +1 -1
  516. package/config/vars.js.map +1 -1
  517. package/connect/botAssociation.d.ts +2 -1
  518. package/connect/botAssociation.js.map +1 -1
  519. package/connect/contactFlowModule.d.ts +6 -0
  520. package/connect/contactFlowModule.js.map +1 -1
  521. package/connect/getBotAssociation.d.ts +4 -3
  522. package/connect/getBotAssociation.js.map +1 -1
  523. package/connect/getContactFlow.d.ts +9 -9
  524. package/connect/getContactFlowModule.d.ts +8 -8
  525. package/connect/getHoursOfOperation.d.ts +11 -11
  526. package/connect/getHoursOfOperation.js.map +1 -1
  527. package/connect/getInstance.d.ts +9 -9
  528. package/connect/getLambdaFunctionAssociation.d.ts +4 -4
  529. package/connect/getPrompt.d.ts +2 -2
  530. package/connect/getQueue.d.ts +9 -9
  531. package/connect/getQueue.js.map +1 -1
  532. package/connect/getQuickConnect.d.ts +7 -7
  533. package/connect/getQuickConnect.js.map +1 -1
  534. package/connect/getRoutingProfile.d.ts +6 -6
  535. package/connect/getRoutingProfile.js.map +1 -1
  536. package/connect/getSecurityProfile.d.ts +6 -6
  537. package/connect/getUserHierarchyGroup.d.ts +8 -8
  538. package/connect/getUserHierarchyGroup.js.map +1 -1
  539. package/connect/getUserHierarchyStructure.d.ts +2 -2
  540. package/connect/getUserHierarchyStructure.js.map +1 -1
  541. package/connect/hoursOfOperation.d.ts +2 -1
  542. package/connect/hoursOfOperation.js.map +1 -1
  543. package/connect/index.d.ts +84 -28
  544. package/connect/index.js +85 -74
  545. package/connect/index.js.map +1 -1
  546. package/connect/instance.d.ts +5 -5
  547. package/connect/instanceStorageConfig.d.ts +2 -1
  548. package/connect/instanceStorageConfig.js.map +1 -1
  549. package/connect/queue.d.ts +8 -1
  550. package/connect/queue.js.map +1 -1
  551. package/connect/quickConnect.d.ts +8 -1
  552. package/connect/quickConnect.js.map +1 -1
  553. package/connect/routingProfile.d.ts +8 -1
  554. package/connect/routingProfile.js.map +1 -1
  555. package/connect/securityProfile.d.ts +6 -0
  556. package/connect/securityProfile.js.map +1 -1
  557. package/connect/user.d.ts +8 -1
  558. package/connect/user.js.map +1 -1
  559. package/connect/userHierarchyGroup.d.ts +8 -1
  560. package/connect/userHierarchyGroup.js.map +1 -1
  561. package/connect/userHierarchyStructure.d.ts +2 -1
  562. package/connect/userHierarchyStructure.js.map +1 -1
  563. package/connect/vocabulary.d.ts +6 -0
  564. package/connect/vocabulary.js.map +1 -1
  565. package/costexplorer/anomalyMonitor.d.ts +6 -0
  566. package/costexplorer/anomalyMonitor.js.map +1 -1
  567. package/costexplorer/anomalySubscription.d.ts +95 -1
  568. package/costexplorer/anomalySubscription.js +87 -0
  569. package/costexplorer/anomalySubscription.js.map +1 -1
  570. package/costexplorer/costCategory.d.ts +8 -1
  571. package/costexplorer/costCategory.js.map +1 -1
  572. package/costexplorer/getCostCategory.d.ts +1 -1
  573. package/costexplorer/getCostCategory.js.map +1 -1
  574. package/costexplorer/getTags.d.ts +2 -1
  575. package/costexplorer/getTags.js.map +1 -1
  576. package/costexplorer/index.d.ts +18 -6
  577. package/costexplorer/index.js +19 -30
  578. package/costexplorer/index.js.map +1 -1
  579. package/cur/getReportDefinition.d.ts +3 -3
  580. package/cur/index.d.ts +6 -2
  581. package/cur/index.js +7 -20
  582. package/cur/index.js.map +1 -1
  583. package/dataexchange/dataSet.d.ts +6 -0
  584. package/dataexchange/dataSet.js.map +1 -1
  585. package/dataexchange/index.d.ts +6 -2
  586. package/dataexchange/index.js +7 -22
  587. package/dataexchange/index.js.map +1 -1
  588. package/dataexchange/revision.d.ts +6 -0
  589. package/dataexchange/revision.js.map +1 -1
  590. package/datapipeline/getPipeline.d.ts +3 -3
  591. package/datapipeline/getPipelineDefinition.d.ts +2 -1
  592. package/datapipeline/getPipelineDefinition.js.map +1 -1
  593. package/datapipeline/index.d.ts +12 -4
  594. package/datapipeline/index.js +13 -24
  595. package/datapipeline/index.js.map +1 -1
  596. package/datapipeline/pipelineDefinition.d.ts +2 -1
  597. package/datapipeline/pipelineDefinition.js.map +1 -1
  598. package/datasync/efsLocation.d.ts +2 -1
  599. package/datasync/efsLocation.js.map +1 -1
  600. package/datasync/fsxOpenZfsFileSystem.d.ts +8 -1
  601. package/datasync/fsxOpenZfsFileSystem.js.map +1 -1
  602. package/datasync/index.d.ts +30 -10
  603. package/datasync/index.js +31 -46
  604. package/datasync/index.js.map +1 -1
  605. package/datasync/locationFsxLustre.d.ts +6 -0
  606. package/datasync/locationFsxLustre.js.map +1 -1
  607. package/datasync/locationHdfs.d.ts +8 -1
  608. package/datasync/locationHdfs.js.map +1 -1
  609. package/datasync/locationSmb.d.ts +2 -1
  610. package/datasync/locationSmb.js.map +1 -1
  611. package/datasync/nfsLocation.d.ts +2 -1
  612. package/datasync/nfsLocation.js.map +1 -1
  613. package/datasync/s3location.d.ts +2 -1
  614. package/datasync/s3location.js.map +1 -1
  615. package/datasync/task.d.ts +2 -1
  616. package/datasync/task.js.map +1 -1
  617. package/dax/cluster.d.ts +2 -1
  618. package/dax/cluster.js.map +1 -1
  619. package/dax/index.d.ts +9 -3
  620. package/dax/index.js +10 -25
  621. package/dax/index.js.map +1 -1
  622. package/dax/parameterGroup.d.ts +2 -1
  623. package/dax/parameterGroup.js.map +1 -1
  624. package/detective/index.d.ts +9 -3
  625. package/detective/index.js +10 -25
  626. package/detective/index.js.map +1 -1
  627. package/devicefarm/devicePool.d.ts +8 -1
  628. package/devicefarm/devicePool.js.map +1 -1
  629. package/devicefarm/index.d.ts +18 -6
  630. package/devicefarm/index.js +19 -34
  631. package/devicefarm/index.js.map +1 -1
  632. package/devicefarm/instanceProfile.d.ts +6 -0
  633. package/devicefarm/instanceProfile.js.map +1 -1
  634. package/devicefarm/networkProfile.d.ts +6 -0
  635. package/devicefarm/networkProfile.js.map +1 -1
  636. package/devicefarm/testGridProject.d.ts +8 -1
  637. package/devicefarm/testGridProject.js.map +1 -1
  638. package/directconnect/getConnection.d.ts +11 -11
  639. package/directconnect/getGateway.d.ts +3 -3
  640. package/directconnect/getLocation.d.ts +4 -4
  641. package/directconnect/getLocations.d.ts +1 -1
  642. package/directconnect/index.d.ts +65 -22
  643. package/directconnect/index.js +66 -74
  644. package/directconnect/index.js.map +1 -1
  645. package/directoryservice/conditionalForwader.d.ts +3 -3
  646. package/directoryservice/directory.d.ts +2 -1
  647. package/directoryservice/directory.js.map +1 -1
  648. package/directoryservice/getDirectory.d.ts +14 -14
  649. package/directoryservice/getDirectory.js.map +1 -1
  650. package/directoryservice/index.d.ts +24 -8
  651. package/directoryservice/index.js +25 -38
  652. package/directoryservice/index.js.map +1 -1
  653. package/directoryservice/logService.d.ts +3 -3
  654. package/directoryservice/serviceRegion.d.ts +2 -1
  655. package/directoryservice/serviceRegion.js.map +1 -1
  656. package/directoryservice/sharedDirectory.d.ts +2 -1
  657. package/directoryservice/sharedDirectory.js.map +1 -1
  658. package/dlm/index.d.ts +3 -1
  659. package/dlm/index.js +4 -19
  660. package/dlm/index.js.map +1 -1
  661. package/dlm/lifecyclePolicy.d.ts +2 -1
  662. package/dlm/lifecyclePolicy.js.map +1 -1
  663. package/dms/endpoint.d.ts +11 -7
  664. package/dms/endpoint.js +2 -0
  665. package/dms/endpoint.js.map +1 -1
  666. package/dms/index.d.ts +18 -6
  667. package/dms/index.js +19 -34
  668. package/dms/index.js.map +1 -1
  669. package/docdb/clusterParameterGroup.d.ts +2 -1
  670. package/docdb/clusterParameterGroup.js.map +1 -1
  671. package/docdb/eventSubscription.d.ts +6 -0
  672. package/docdb/eventSubscription.js.map +1 -1
  673. package/docdb/getEngineVersion.d.ts +4 -4
  674. package/docdb/globalCluster.d.ts +2 -1
  675. package/docdb/globalCluster.js.map +1 -1
  676. package/docdb/index.d.ts +27 -9
  677. package/docdb/index.js +28 -39
  678. package/docdb/index.js.map +1 -1
  679. package/dynamodb/getTable.d.ts +4 -3
  680. package/dynamodb/getTable.js.map +1 -1
  681. package/dynamodb/globalTable.d.ts +2 -1
  682. package/dynamodb/globalTable.js.map +1 -1
  683. package/dynamodb/index.d.ts +24 -8
  684. package/dynamodb/index.js +25 -24
  685. package/dynamodb/index.js.map +1 -1
  686. package/dynamodb/table.d.ts +2 -1
  687. package/dynamodb/table.js.map +1 -1
  688. package/ebs/getDefaultKmsKey.d.ts +1 -1
  689. package/ebs/getEbsVolumes.d.ts +5 -4
  690. package/ebs/getEbsVolumes.js.map +1 -1
  691. package/ebs/getSnapshot.d.ts +15 -14
  692. package/ebs/getSnapshot.js.map +1 -1
  693. package/ebs/getSnapshotIds.d.ts +2 -1
  694. package/ebs/getSnapshotIds.js.map +1 -1
  695. package/ebs/getVolume.d.ts +15 -14
  696. package/ebs/getVolume.js.map +1 -1
  697. package/ebs/index.d.ts +34 -12
  698. package/ebs/index.js +35 -40
  699. package/ebs/index.js.map +1 -1
  700. package/ebs/snapshotImport.d.ts +8 -1
  701. package/ebs/snapshotImport.js.map +1 -1
  702. package/ec2/ami.d.ts +49 -48
  703. package/ec2/ami.js.map +1 -1
  704. package/ec2/amiCopy.d.ts +38 -37
  705. package/ec2/amiCopy.js.map +1 -1
  706. package/ec2/amiFromInstance.d.ts +29 -28
  707. package/ec2/amiFromInstance.js.map +1 -1
  708. package/ec2/amiLaunchPermission.d.ts +15 -15
  709. package/ec2/capacityReservation.d.ts +1 -1
  710. package/ec2/capacityReservation.js.map +1 -1
  711. package/ec2/defaultNetworkAcl.d.ts +2 -1
  712. package/ec2/defaultNetworkAcl.js.map +1 -1
  713. package/ec2/defaultRouteTable.d.ts +2 -1
  714. package/ec2/defaultRouteTable.js.map +1 -1
  715. package/ec2/defaultSecurityGroup.d.ts +3 -4
  716. package/ec2/defaultSecurityGroup.js +1 -3
  717. package/ec2/defaultSecurityGroup.js.map +1 -1
  718. package/ec2/defaultVpc.d.ts +18 -0
  719. package/ec2/defaultVpc.js.map +1 -1
  720. package/ec2/eip.d.ts +6 -3
  721. package/ec2/eip.js +1 -1
  722. package/ec2/eip.js.map +1 -1
  723. package/ec2/fleet.d.ts +2 -1
  724. package/ec2/fleet.js.map +1 -1
  725. package/ec2/flowLog.d.ts +2 -1
  726. package/ec2/flowLog.js.map +1 -1
  727. package/ec2/getAmi.d.ts +35 -34
  728. package/ec2/getAmi.js.map +1 -1
  729. package/ec2/getAmiIds.d.ts +4 -3
  730. package/ec2/getAmiIds.js.map +1 -1
  731. package/ec2/getCoipPool.d.ts +6 -5
  732. package/ec2/getCoipPool.js.map +1 -1
  733. package/ec2/getCoipPools.d.ts +4 -3
  734. package/ec2/getCoipPools.js.map +1 -1
  735. package/ec2/getCustomerGateway.d.ts +10 -9
  736. package/ec2/getCustomerGateway.js.map +1 -1
  737. package/ec2/getDedicatedHost.d.ts +14 -13
  738. package/ec2/getDedicatedHost.js.map +1 -1
  739. package/ec2/getEips.d.ts +6 -5
  740. package/ec2/getEips.js.map +1 -1
  741. package/ec2/getElasticIp.d.ts +15 -14
  742. package/ec2/getElasticIp.js.map +1 -1
  743. package/ec2/getInstance.d.ts +43 -45
  744. package/ec2/getInstance.js +1 -2
  745. package/ec2/getInstance.js.map +1 -1
  746. package/ec2/getInstanceType.d.ts +9 -9
  747. package/ec2/getInstanceType.js.map +1 -1
  748. package/ec2/getInstanceTypeOffering.d.ts +2 -1
  749. package/ec2/getInstanceTypeOffering.js.map +1 -1
  750. package/ec2/getInstanceTypeOfferings.d.ts +2 -1
  751. package/ec2/getInstanceTypeOfferings.js.map +1 -1
  752. package/ec2/getInstanceTypes.d.ts +2 -1
  753. package/ec2/getInstanceTypes.js.map +1 -1
  754. package/ec2/getInstances.d.ts +6 -5
  755. package/ec2/getInstances.js.map +1 -1
  756. package/ec2/getInternetGateway.d.ts +8 -7
  757. package/ec2/getInternetGateway.js.map +1 -1
  758. package/ec2/getIpamPreviewNextCidr.d.ts +5 -5
  759. package/ec2/getKeyPair.d.ts +11 -10
  760. package/ec2/getKeyPair.js.map +1 -1
  761. package/ec2/getLaunchConfiguration.d.ts +16 -16
  762. package/ec2/getLaunchConfiguration.js.map +1 -1
  763. package/ec2/getLaunchTemplate.d.ts +9 -8
  764. package/ec2/getLaunchTemplate.js.map +1 -1
  765. package/ec2/getLocalGateway.d.ts +9 -8
  766. package/ec2/getLocalGateway.js.map +1 -1
  767. package/ec2/getLocalGatewayRouteTable.d.ts +10 -9
  768. package/ec2/getLocalGatewayRouteTable.js.map +1 -1
  769. package/ec2/getLocalGatewayRouteTables.d.ts +4 -3
  770. package/ec2/getLocalGatewayRouteTables.js.map +1 -1
  771. package/ec2/getLocalGatewayVirtualInterface.d.ts +2 -1
  772. package/ec2/getLocalGatewayVirtualInterface.js.map +1 -1
  773. package/ec2/getLocalGatewayVirtualInterfaceGroup.d.ts +2 -1
  774. package/ec2/getLocalGatewayVirtualInterfaceGroup.js.map +1 -1
  775. package/ec2/getLocalGatewayVirtualInterfaceGroups.d.ts +2 -1
  776. package/ec2/getLocalGatewayVirtualInterfaceGroups.js.map +1 -1
  777. package/ec2/getLocalGateways.d.ts +4 -3
  778. package/ec2/getLocalGateways.js.map +1 -1
  779. package/ec2/getManagedPrefixList.d.ts +15 -14
  780. package/ec2/getManagedPrefixList.js.map +1 -1
  781. package/ec2/getNatGateway.d.ts +17 -16
  782. package/ec2/getNatGateway.js.map +1 -1
  783. package/ec2/getNatGateways.d.ts +7 -6
  784. package/ec2/getNatGateways.js.map +1 -1
  785. package/ec2/getNetworkAcls.d.ts +7 -6
  786. package/ec2/getNetworkAcls.js.map +1 -1
  787. package/ec2/getNetworkInsightsAnalysis.d.ts +10 -9
  788. package/ec2/getNetworkInsightsAnalysis.js.map +1 -1
  789. package/ec2/getNetworkInsightsPath.d.ts +14 -13
  790. package/ec2/getNetworkInsightsPath.js.map +1 -1
  791. package/ec2/getNetworkInterface.d.ts +18 -17
  792. package/ec2/getNetworkInterface.js.map +1 -1
  793. package/ec2/getNetworkInterfaces.d.ts +5 -4
  794. package/ec2/getNetworkInterfaces.js.map +1 -1
  795. package/ec2/getPrefixList.d.ts +8 -7
  796. package/ec2/getPrefixList.js.map +1 -1
  797. package/ec2/getRoute.d.ts +4 -4
  798. package/ec2/getRouteTable.d.ts +2 -1
  799. package/ec2/getRouteTable.js.map +1 -1
  800. package/ec2/getRouteTables.d.ts +7 -6
  801. package/ec2/getRouteTables.js.map +1 -1
  802. package/ec2/getSecurityGroup.d.ts +12 -11
  803. package/ec2/getSecurityGroup.js.map +1 -1
  804. package/ec2/getSecurityGroups.d.ts +5 -4
  805. package/ec2/getSecurityGroups.js.map +1 -1
  806. package/ec2/getSpotPrice.d.ts +7 -6
  807. package/ec2/getSpotPrice.js.map +1 -1
  808. package/ec2/getSubnet.d.ts +4 -3
  809. package/ec2/getSubnet.js.map +1 -1
  810. package/ec2/getSubnetIds.d.ts +7 -6
  811. package/ec2/getSubnetIds.js.map +1 -1
  812. package/ec2/getSubnets.d.ts +5 -4
  813. package/ec2/getSubnets.js.map +1 -1
  814. package/ec2/getTransitGatewayRouteTables.d.ts +4 -3
  815. package/ec2/getTransitGatewayRouteTables.js.map +1 -1
  816. package/ec2/getVpc.d.ts +20 -19
  817. package/ec2/getVpc.js.map +1 -1
  818. package/ec2/getVpcDhcpOptions.d.ts +11 -10
  819. package/ec2/getVpcDhcpOptions.js.map +1 -1
  820. package/ec2/getVpcEndpoint.d.ts +19 -18
  821. package/ec2/getVpcEndpoint.js.map +1 -1
  822. package/ec2/getVpcEndpointService.d.ts +16 -15
  823. package/ec2/getVpcEndpointService.js.map +1 -1
  824. package/ec2/getVpcIamPool.d.ts +15 -14
  825. package/ec2/getVpcIamPool.js.map +1 -1
  826. package/ec2/getVpcPeeringConnection.d.ts +27 -26
  827. package/ec2/getVpcPeeringConnection.js.map +1 -1
  828. package/ec2/getVpcPeeringConnections.d.ts +5 -4
  829. package/ec2/getVpcPeeringConnections.js.map +1 -1
  830. package/ec2/getVpcs.d.ts +5 -4
  831. package/ec2/getVpcs.js.map +1 -1
  832. package/ec2/getVpnGateway.d.ts +14 -13
  833. package/ec2/getVpnGateway.js.map +1 -1
  834. package/ec2/index.d.ts +434 -145
  835. package/ec2/index.js +438 -327
  836. package/ec2/index.js.map +1 -1
  837. package/ec2/instance.d.ts +83 -52
  838. package/ec2/instance.js +21 -2
  839. package/ec2/instance.js.map +1 -1
  840. package/ec2/launchConfiguration.d.ts +2 -1
  841. package/ec2/launchConfiguration.js.map +1 -1
  842. package/ec2/launchTemplate.d.ts +2 -1
  843. package/ec2/launchTemplate.js.map +1 -1
  844. package/ec2/managedPrefixList.d.ts +2 -1
  845. package/ec2/managedPrefixList.js.map +1 -1
  846. package/ec2/managedPrefixListEntry.d.ts +1 -1
  847. package/ec2/managedPrefixListEntry.js +1 -1
  848. package/ec2/networkAcl.d.ts +2 -1
  849. package/ec2/networkAcl.js.map +1 -1
  850. package/ec2/networkInsightsAnalysis.d.ts +5 -10
  851. package/ec2/networkInsightsAnalysis.js +1 -1
  852. package/ec2/networkInsightsAnalysis.js.map +1 -1
  853. package/ec2/networkInterface.d.ts +2 -1
  854. package/ec2/networkInterface.js.map +1 -1
  855. package/ec2/peeringConnectionOptions.d.ts +2 -1
  856. package/ec2/peeringConnectionOptions.js.map +1 -1
  857. package/ec2/placementGroup.d.ts +1 -1
  858. package/ec2/placementGroup.js.map +1 -1
  859. package/ec2/routeTable.d.ts +2 -1
  860. package/ec2/routeTable.js.map +1 -1
  861. package/ec2/securityGroup.d.ts +99 -1
  862. package/ec2/securityGroup.js +94 -0
  863. package/ec2/securityGroup.js.map +1 -1
  864. package/ec2/securityGroupRule.d.ts +1 -1
  865. package/ec2/securityGroupRule.js.map +1 -1
  866. package/ec2/spotFleetRequest.d.ts +14 -1
  867. package/ec2/spotFleetRequest.js +2 -0
  868. package/ec2/spotFleetRequest.js.map +1 -1
  869. package/ec2/spotInstanceRequest.d.ts +47 -34
  870. package/ec2/spotInstanceRequest.js +2 -0
  871. package/ec2/spotInstanceRequest.js.map +1 -1
  872. package/ec2/trafficMirrorFilterRule.d.ts +2 -1
  873. package/ec2/trafficMirrorFilterRule.js.map +1 -1
  874. package/ec2/vpcEndpoint.d.ts +2 -1
  875. package/ec2/vpcEndpoint.js.map +1 -1
  876. package/ec2/vpcEndpointService.d.ts +2 -1
  877. package/ec2/vpcEndpointService.js.map +1 -1
  878. package/ec2/vpcIpam.d.ts +2 -1
  879. package/ec2/vpcIpam.js.map +1 -1
  880. package/ec2/vpcIpamPoolCidr.d.ts +2 -1
  881. package/ec2/vpcIpamPoolCidr.js.map +1 -1
  882. package/ec2/vpcPeeringConnection.d.ts +2 -1
  883. package/ec2/vpcPeeringConnection.js.map +1 -1
  884. package/ec2/vpcPeeringConnectionAccepter.d.ts +2 -1
  885. package/ec2/vpcPeeringConnectionAccepter.js.map +1 -1
  886. package/ec2/vpnConnection.d.ts +26 -1
  887. package/ec2/vpnConnection.js +4 -0
  888. package/ec2/vpnConnection.js.map +1 -1
  889. package/ec2clientvpn/endpoint.d.ts +2 -1
  890. package/ec2clientvpn/endpoint.js.map +1 -1
  891. package/ec2clientvpn/getEndpoint.d.ts +13 -12
  892. package/ec2clientvpn/getEndpoint.js.map +1 -1
  893. package/ec2clientvpn/index.d.ts +15 -5
  894. package/ec2clientvpn/index.js +16 -29
  895. package/ec2clientvpn/index.js.map +1 -1
  896. package/ec2transitgateway/connect.d.ts +6 -0
  897. package/ec2transitgateway/connect.js.map +1 -1
  898. package/ec2transitgateway/connectPeer.d.ts +6 -0
  899. package/ec2transitgateway/connectPeer.js.map +1 -1
  900. package/ec2transitgateway/getAttachment.d.ts +10 -9
  901. package/ec2transitgateway/getAttachment.js.map +1 -1
  902. package/ec2transitgateway/getConnect.d.ts +3 -2
  903. package/ec2transitgateway/getConnect.js.map +1 -1
  904. package/ec2transitgateway/getConnectPeer.d.ts +5 -4
  905. package/ec2transitgateway/getConnectPeer.js.map +1 -1
  906. package/ec2transitgateway/getDirectConnectGatewayAttachment.d.ts +4 -3
  907. package/ec2transitgateway/getDirectConnectGatewayAttachment.js.map +1 -1
  908. package/ec2transitgateway/getMulticastDomain.d.ts +3 -2
  909. package/ec2transitgateway/getMulticastDomain.js.map +1 -1
  910. package/ec2transitgateway/getPeeringAttachment.d.ts +4 -3
  911. package/ec2transitgateway/getPeeringAttachment.js.map +1 -1
  912. package/ec2transitgateway/getRouteTable.d.ts +3 -2
  913. package/ec2transitgateway/getRouteTable.js.map +1 -1
  914. package/ec2transitgateway/getTransitGateway.d.ts +3 -2
  915. package/ec2transitgateway/getTransitGateway.js.map +1 -1
  916. package/ec2transitgateway/getVpcAttachment.d.ts +2 -1
  917. package/ec2transitgateway/getVpcAttachment.js.map +1 -1
  918. package/ec2transitgateway/getVpcAttachments.d.ts +2 -1
  919. package/ec2transitgateway/getVpcAttachments.js.map +1 -1
  920. package/ec2transitgateway/getVpnAttachment.d.ts +4 -3
  921. package/ec2transitgateway/getVpnAttachment.js.map +1 -1
  922. package/ec2transitgateway/index.d.ts +87 -29
  923. package/ec2transitgateway/index.js +88 -81
  924. package/ec2transitgateway/index.js.map +1 -1
  925. package/ec2transitgateway/multicastDomain.d.ts +6 -0
  926. package/ec2transitgateway/multicastDomain.js.map +1 -1
  927. package/ec2transitgateway/policyTable.d.ts +6 -3
  928. package/ec2transitgateway/policyTable.js +1 -1
  929. package/ec2transitgateway/policyTable.js.map +1 -1
  930. package/ecr/getAuthorizationToken.d.ts +2 -2
  931. package/ecr/getImage.d.ts +11 -11
  932. package/ecr/getRepository.d.ts +9 -9
  933. package/ecr/getRepository.js.map +1 -1
  934. package/ecr/index.d.ts +33 -11
  935. package/ecr/index.js +34 -27
  936. package/ecr/index.js.map +1 -1
  937. package/ecr/registryScanningConfiguration.d.ts +2 -1
  938. package/ecr/registryScanningConfiguration.js.map +1 -1
  939. package/ecr/replicationConfiguration.d.ts +2 -1
  940. package/ecr/replicationConfiguration.js.map +1 -1
  941. package/ecr/repository.d.ts +2 -1
  942. package/ecr/repository.js.map +1 -1
  943. package/ecrpublic/getAuthorizationToken.d.ts +1 -1
  944. package/ecrpublic/index.d.ts +8 -3
  945. package/ecrpublic/index.js +9 -23
  946. package/ecrpublic/index.js.map +1 -1
  947. package/ecrpublic/repository.d.ts +2 -1
  948. package/ecrpublic/repository.js.map +1 -1
  949. package/ecs/capacityProvider.d.ts +2 -1
  950. package/ecs/capacityProvider.js.map +1 -1
  951. package/ecs/cluster.d.ts +2 -1
  952. package/ecs/cluster.js.map +1 -1
  953. package/ecs/clusterCapacityProviders.d.ts +2 -1
  954. package/ecs/clusterCapacityProviders.js.map +1 -1
  955. package/ecs/getCluster.d.ts +8 -8
  956. package/ecs/getCluster.js.map +1 -1
  957. package/ecs/getContainerDefinition.d.ts +10 -10
  958. package/ecs/getService.d.ts +9 -9
  959. package/ecs/getTaskDefinition.d.ts +9 -9
  960. package/ecs/getTaskDefinition.js +1 -1
  961. package/ecs/index.d.ts +36 -12
  962. package/ecs/index.js +37 -30
  963. package/ecs/index.js.map +1 -1
  964. package/ecs/service.d.ts +2 -1
  965. package/ecs/service.js.map +1 -1
  966. package/ecs/taskDefinition.d.ts +11 -1
  967. package/ecs/taskDefinition.js.map +1 -1
  968. package/ecs/taskSet.d.ts +2 -1
  969. package/ecs/taskSet.js.map +1 -1
  970. package/efs/accessPoint.d.ts +2 -1
  971. package/efs/accessPoint.js.map +1 -1
  972. package/efs/backupPolicy.d.ts +2 -1
  973. package/efs/backupPolicy.js.map +1 -1
  974. package/efs/fileSystem.d.ts +2 -1
  975. package/efs/fileSystem.js.map +1 -1
  976. package/efs/getAccessPoint.d.ts +4 -4
  977. package/efs/getAccessPoint.js.map +1 -1
  978. package/efs/getFileSystem.d.ts +8 -8
  979. package/efs/getFileSystem.js.map +1 -1
  980. package/efs/getMountTarget.d.ts +1 -1
  981. package/efs/index.d.ts +30 -10
  982. package/efs/index.js +31 -38
  983. package/efs/index.js.map +1 -1
  984. package/efs/replicationConfiguration.d.ts +2 -1
  985. package/efs/replicationConfiguration.js.map +1 -1
  986. package/eks/cluster.d.ts +2 -1
  987. package/eks/cluster.js.map +1 -1
  988. package/eks/fargateProfile.d.ts +2 -1
  989. package/eks/fargateProfile.js.map +1 -1
  990. package/eks/getAddon.d.ts +2 -2
  991. package/eks/getAddonVersion.d.ts +1 -1
  992. package/eks/getCluster.d.ts +9 -9
  993. package/eks/getCluster.js.map +1 -1
  994. package/eks/getClusterAuth.d.ts +3 -3
  995. package/eks/getNodeGroup.d.ts +11 -7
  996. package/eks/getNodeGroup.js.map +1 -1
  997. package/eks/getNodeGroups.d.ts +3 -3
  998. package/eks/identityProviderConfig.d.ts +2 -1
  999. package/eks/identityProviderConfig.js.map +1 -1
  1000. package/eks/index.d.ts +35 -12
  1001. package/eks/index.js +36 -38
  1002. package/eks/index.js.map +1 -1
  1003. package/eks/nodeGroup.d.ts +4 -3
  1004. package/eks/nodeGroup.js +2 -2
  1005. package/eks/nodeGroup.js.map +1 -1
  1006. package/elasticache/cluster.d.ts +2 -1
  1007. package/elasticache/cluster.js.map +1 -1
  1008. package/elasticache/getCluster.d.ts +9 -9
  1009. package/elasticache/getCluster.js.map +1 -1
  1010. package/elasticache/getReplicationGroup.d.ts +11 -11
  1011. package/elasticache/getReplicationGroup.js.map +1 -1
  1012. package/elasticache/getUser.d.ts +9 -9
  1013. package/elasticache/index.d.ts +36 -12
  1014. package/elasticache/index.js +37 -46
  1015. package/elasticache/index.js.map +1 -1
  1016. package/elasticache/parameterGroup.d.ts +2 -1
  1017. package/elasticache/parameterGroup.js.map +1 -1
  1018. package/elasticache/replicationGroup.d.ts +2 -1
  1019. package/elasticache/replicationGroup.js.map +1 -1
  1020. package/elasticbeanstalk/application.d.ts +2 -1
  1021. package/elasticbeanstalk/application.js.map +1 -1
  1022. package/elasticbeanstalk/configurationTemplate.d.ts +2 -1
  1023. package/elasticbeanstalk/configurationTemplate.js.map +1 -1
  1024. package/elasticbeanstalk/environment.d.ts +2 -1
  1025. package/elasticbeanstalk/environment.js.map +1 -1
  1026. package/elasticbeanstalk/getApplication.d.ts +4 -4
  1027. package/elasticbeanstalk/getApplication.js.map +1 -1
  1028. package/elasticbeanstalk/getHostedZone.d.ts +3 -3
  1029. package/elasticbeanstalk/getSolutionStack.d.ts +3 -3
  1030. package/elasticbeanstalk/index.d.ts +21 -7
  1031. package/elasticbeanstalk/index.js +22 -31
  1032. package/elasticbeanstalk/index.js.map +1 -1
  1033. package/elasticloadbalancing/appCookieStickinessPolicy.d.ts +12 -12
  1034. package/elasticloadbalancing/getLoadBalancer.d.ts +3 -3
  1035. package/elasticloadbalancing/getLoadBalancer.js.map +1 -1
  1036. package/elasticloadbalancing/getServiceAccount.d.ts +1 -1
  1037. package/elasticloadbalancing/index.d.ts +33 -11
  1038. package/elasticloadbalancing/index.js +34 -43
  1039. package/elasticloadbalancing/index.js.map +1 -1
  1040. package/elasticloadbalancing/loadBalancer.d.ts +2 -1
  1041. package/elasticloadbalancing/loadBalancer.js.map +1 -1
  1042. package/elasticloadbalancing/loadBalancerPolicy.d.ts +2 -1
  1043. package/elasticloadbalancing/loadBalancerPolicy.js.map +1 -1
  1044. package/elasticloadbalancing/sslNegotiationPolicy.d.ts +2 -1
  1045. package/elasticloadbalancing/sslNegotiationPolicy.js.map +1 -1
  1046. package/elasticloadbalancingv2/getListener.d.ts +1 -1
  1047. package/elasticloadbalancingv2/getListener.js.map +1 -1
  1048. package/elasticloadbalancingv2/getLoadBalancer.d.ts +7 -7
  1049. package/elasticloadbalancingv2/getLoadBalancer.js.map +1 -1
  1050. package/elasticloadbalancingv2/getTargetGroup.d.ts +5 -5
  1051. package/elasticloadbalancingv2/getTargetGroup.js.map +1 -1
  1052. package/elasticloadbalancingv2/index.d.ts +27 -9
  1053. package/elasticloadbalancingv2/index.js +28 -37
  1054. package/elasticloadbalancingv2/index.js.map +1 -1
  1055. package/elasticloadbalancingv2/listener.d.ts +2 -1
  1056. package/elasticloadbalancingv2/listener.js.map +1 -1
  1057. package/elasticloadbalancingv2/listenerRule.d.ts +2 -1
  1058. package/elasticloadbalancingv2/listenerRule.js.map +1 -1
  1059. package/elasticloadbalancingv2/loadBalancer.d.ts +2 -1
  1060. package/elasticloadbalancingv2/loadBalancer.js.map +1 -1
  1061. package/elasticloadbalancingv2/targetGroup.d.ts +2 -1
  1062. package/elasticloadbalancingv2/targetGroup.js.map +1 -1
  1063. package/elasticsearch/domain.d.ts +2 -1
  1064. package/elasticsearch/domain.js.map +1 -1
  1065. package/elasticsearch/domainSamlOptions.d.ts +2 -1
  1066. package/elasticsearch/domainSamlOptions.js.map +1 -1
  1067. package/elasticsearch/getDomain.d.ts +5 -5
  1068. package/elasticsearch/getDomain.js.map +1 -1
  1069. package/elasticsearch/index.d.ts +12 -4
  1070. package/elasticsearch/index.js +13 -26
  1071. package/elasticsearch/index.js.map +1 -1
  1072. package/elastictranscoder/index.d.ts +6 -2
  1073. package/elastictranscoder/index.js +7 -22
  1074. package/elastictranscoder/index.js.map +1 -1
  1075. package/elastictranscoder/pipeline.d.ts +2 -1
  1076. package/elastictranscoder/pipeline.js.map +1 -1
  1077. package/elastictranscoder/preset.d.ts +2 -1
  1078. package/elastictranscoder/preset.js.map +1 -1
  1079. package/elb/appCookieStickinessPolicy.d.ts +12 -12
  1080. package/elb/getLoadBalancer.d.ts +3 -3
  1081. package/elb/getLoadBalancer.js.map +1 -1
  1082. package/elb/getServiceAccount.d.ts +1 -1
  1083. package/elb/index.d.ts +33 -11
  1084. package/elb/index.js +34 -43
  1085. package/elb/index.js.map +1 -1
  1086. package/elb/loadBalancer.d.ts +2 -1
  1087. package/elb/loadBalancer.js.map +1 -1
  1088. package/elb/loadBalancerPolicy.d.ts +2 -1
  1089. package/elb/loadBalancerPolicy.js.map +1 -1
  1090. package/elb/sslNegotiationPolicy.d.ts +2 -1
  1091. package/elb/sslNegotiationPolicy.js.map +1 -1
  1092. package/emr/cluster.d.ts +2 -1
  1093. package/emr/cluster.js.map +1 -1
  1094. package/emr/getReleaseLabels.d.ts +3 -2
  1095. package/emr/getReleaseLabels.js.map +1 -1
  1096. package/emr/index.d.ts +24 -8
  1097. package/emr/index.js +25 -38
  1098. package/emr/index.js.map +1 -1
  1099. package/emr/instanceFleet.d.ts +2 -1
  1100. package/emr/instanceFleet.js.map +1 -1
  1101. package/emr/instanceGroup.d.ts +2 -1
  1102. package/emr/instanceGroup.js.map +1 -1
  1103. package/emr/managedScalingPolicy.d.ts +5 -4
  1104. package/emr/managedScalingPolicy.js.map +1 -1
  1105. package/emrcontainers/getVirtualCluster.d.ts +7 -7
  1106. package/emrcontainers/getVirtualCluster.js.map +1 -1
  1107. package/emrcontainers/index.d.ts +6 -2
  1108. package/emrcontainers/index.js +7 -20
  1109. package/emrcontainers/index.js.map +1 -1
  1110. package/emrcontainers/virtualCluster.d.ts +2 -1
  1111. package/emrcontainers/virtualCluster.js.map +1 -1
  1112. package/emrserverless/application.d.ts +2 -1
  1113. package/emrserverless/application.js.map +1 -1
  1114. package/emrserverless/index.d.ts +3 -1
  1115. package/emrserverless/index.js +4 -19
  1116. package/emrserverless/index.js.map +1 -1
  1117. package/fis/experimentTemplate.d.ts +2 -1
  1118. package/fis/experimentTemplate.js.map +1 -1
  1119. package/fis/index.d.ts +3 -1
  1120. package/fis/index.js +4 -19
  1121. package/fis/index.js.map +1 -1
  1122. package/fms/index.d.ts +6 -2
  1123. package/fms/index.js +7 -22
  1124. package/fms/index.js.map +1 -1
  1125. package/fms/policy.d.ts +8 -1
  1126. package/fms/policy.js.map +1 -1
  1127. package/fsx/dataRepositoryAssociation.d.ts +8 -1
  1128. package/fsx/dataRepositoryAssociation.js.map +1 -1
  1129. package/fsx/getOpenZfsSnapshot.d.ts +11 -10
  1130. package/fsx/getOpenZfsSnapshot.js.map +1 -1
  1131. package/fsx/index.d.ts +33 -11
  1132. package/fsx/index.js +34 -47
  1133. package/fsx/index.js.map +1 -1
  1134. package/fsx/lustreFileSystem.d.ts +2 -1
  1135. package/fsx/lustreFileSystem.js.map +1 -1
  1136. package/fsx/ontapFileSystem.d.ts +2 -1
  1137. package/fsx/ontapFileSystem.js.map +1 -1
  1138. package/fsx/ontapStorageVirtualMachine.d.ts +2 -1
  1139. package/fsx/ontapStorageVirtualMachine.js.map +1 -1
  1140. package/fsx/ontapVolume.d.ts +2 -1
  1141. package/fsx/ontapVolume.js.map +1 -1
  1142. package/fsx/openZfsFileSystem.d.ts +8 -1
  1143. package/fsx/openZfsFileSystem.js.map +1 -1
  1144. package/fsx/openZfsSnapshot.d.ts +6 -0
  1145. package/fsx/openZfsSnapshot.js.map +1 -1
  1146. package/fsx/openZfsVolume.d.ts +8 -1
  1147. package/fsx/openZfsVolume.js.map +1 -1
  1148. package/fsx/windowsFileSystem.d.ts +2 -1
  1149. package/fsx/windowsFileSystem.js.map +1 -1
  1150. package/gamelift/alias.d.ts +2 -1
  1151. package/gamelift/alias.js.map +1 -1
  1152. package/gamelift/build.d.ts +2 -1
  1153. package/gamelift/build.js.map +1 -1
  1154. package/gamelift/fleet.d.ts +2 -1
  1155. package/gamelift/fleet.js.map +1 -1
  1156. package/gamelift/gameServerGroup.d.ts +2 -1
  1157. package/gamelift/gameServerGroup.js.map +1 -1
  1158. package/gamelift/gameSessionQueue.d.ts +2 -1
  1159. package/gamelift/gameSessionQueue.js.map +1 -1
  1160. package/gamelift/index.d.ts +18 -6
  1161. package/gamelift/index.js +19 -34
  1162. package/gamelift/index.js.map +1 -1
  1163. package/gamelift/script.d.ts +8 -1
  1164. package/gamelift/script.js.map +1 -1
  1165. package/getAmi.d.ts +35 -34
  1166. package/getAmi.js.map +1 -1
  1167. package/getAmiIds.d.ts +4 -3
  1168. package/getAmiIds.js.map +1 -1
  1169. package/getArn.d.ts +6 -6
  1170. package/getArn.js +1 -1
  1171. package/getAutoscalingGroups.d.ts +8 -7
  1172. package/getAutoscalingGroups.js.map +1 -1
  1173. package/getAvailabilityZone.d.ts +13 -12
  1174. package/getAvailabilityZone.js.map +1 -1
  1175. package/getAvailabilityZones.d.ts +4 -3
  1176. package/getAvailabilityZones.js.map +1 -1
  1177. package/getBillingServiceAccount.d.ts +1 -1
  1178. package/getCanonicalUserId.d.ts +1 -1
  1179. package/getElasticIp.d.ts +15 -14
  1180. package/getElasticIp.js.map +1 -1
  1181. package/getIpRanges.d.ts +4 -4
  1182. package/getPrefixList.d.ts +8 -7
  1183. package/getPrefixList.js.map +1 -1
  1184. package/getRegion.d.ts +7 -7
  1185. package/getRegions.d.ts +2 -1
  1186. package/getRegions.js.map +1 -1
  1187. package/glacier/index.d.ts +6 -2
  1188. package/glacier/index.js +7 -22
  1189. package/glacier/index.js.map +1 -1
  1190. package/glacier/vault.d.ts +2 -1
  1191. package/glacier/vault.js.map +1 -1
  1192. package/globalaccelerator/accelerator.d.ts +2 -1
  1193. package/globalaccelerator/accelerator.js.map +1 -1
  1194. package/globalaccelerator/endpointGroup.d.ts +2 -1
  1195. package/globalaccelerator/endpointGroup.js.map +1 -1
  1196. package/globalaccelerator/getAccelerator.d.ts +5 -5
  1197. package/globalaccelerator/getAccelerator.js.map +1 -1
  1198. package/globalaccelerator/index.d.ts +12 -4
  1199. package/globalaccelerator/index.js +13 -26
  1200. package/globalaccelerator/index.js.map +1 -1
  1201. package/globalaccelerator/listener.d.ts +2 -1
  1202. package/globalaccelerator/listener.js.map +1 -1
  1203. package/glue/catalogDatabase.d.ts +2 -1
  1204. package/glue/catalogDatabase.js.map +1 -1
  1205. package/glue/catalogTable.d.ts +2 -1
  1206. package/glue/catalogTable.js.map +1 -1
  1207. package/glue/classifier.d.ts +2 -1
  1208. package/glue/classifier.js.map +1 -1
  1209. package/glue/connection.d.ts +2 -1
  1210. package/glue/connection.js.map +1 -1
  1211. package/glue/crawler.d.ts +2 -1
  1212. package/glue/crawler.js.map +1 -1
  1213. package/glue/dataCatalogEncryptionSettings.d.ts +2 -1
  1214. package/glue/dataCatalogEncryptionSettings.js.map +1 -1
  1215. package/glue/getConnection.d.ts +10 -10
  1216. package/glue/getConnection.js.map +1 -1
  1217. package/glue/getDataCatalogEncryptionSettings.d.ts +3 -3
  1218. package/glue/getDataCatalogEncryptionSettings.js.map +1 -1
  1219. package/glue/getScript.d.ts +10 -9
  1220. package/glue/getScript.js.map +1 -1
  1221. package/glue/index.d.ts +63 -21
  1222. package/glue/index.js +64 -73
  1223. package/glue/index.js.map +1 -1
  1224. package/glue/job.d.ts +2 -1
  1225. package/glue/job.js.map +1 -1
  1226. package/glue/mltransform.d.ts +2 -1
  1227. package/glue/mltransform.js.map +1 -1
  1228. package/glue/partition.d.ts +2 -1
  1229. package/glue/partition.js.map +1 -1
  1230. package/glue/partitionIndex.d.ts +2 -1
  1231. package/glue/partitionIndex.js.map +1 -1
  1232. package/glue/securityConfiguration.d.ts +2 -1
  1233. package/glue/securityConfiguration.js.map +1 -1
  1234. package/glue/trigger.d.ts +2 -1
  1235. package/glue/trigger.js.map +1 -1
  1236. package/glue/userDefinedFunction.d.ts +2 -1
  1237. package/glue/userDefinedFunction.js.map +1 -1
  1238. package/grafana/getWorkspace.d.ts +19 -19
  1239. package/grafana/index.d.ts +18 -6
  1240. package/grafana/index.js +19 -32
  1241. package/grafana/index.js.map +1 -1
  1242. package/guardduty/detector.d.ts +2 -1
  1243. package/guardduty/detector.js.map +1 -1
  1244. package/guardduty/filter.d.ts +2 -1
  1245. package/guardduty/filter.js.map +1 -1
  1246. package/guardduty/getDetector.d.ts +4 -4
  1247. package/guardduty/index.d.ts +30 -10
  1248. package/guardduty/index.js +31 -44
  1249. package/guardduty/index.js.map +1 -1
  1250. package/guardduty/organizationConfiguration.d.ts +2 -1
  1251. package/guardduty/organizationConfiguration.js.map +1 -1
  1252. package/iam/getAccountAlias.d.ts +1 -1
  1253. package/iam/getGroup.d.ts +7 -7
  1254. package/iam/getGroup.js.map +1 -1
  1255. package/iam/getInstanceProfile.d.ts +8 -9
  1256. package/iam/getInstanceProfile.js.map +1 -1
  1257. package/iam/getInstanceProfiles.d.ts +3 -3
  1258. package/iam/getOpenidConnectProvider.d.ts +6 -6
  1259. package/iam/getPolicy.d.ts +11 -11
  1260. package/iam/getPolicyDocument.d.ts +2 -1
  1261. package/iam/getPolicyDocument.js.map +1 -1
  1262. package/iam/getRole.d.ts +9 -9
  1263. package/iam/getRoles.d.ts +4 -4
  1264. package/iam/getSamlProvider.d.ts +7 -7
  1265. package/iam/getUser.d.ts +5 -5
  1266. package/iam/getUserSshKey.d.ts +7 -7
  1267. package/iam/getUsers.d.ts +2 -2
  1268. package/iam/index.d.ts +122 -41
  1269. package/iam/index.js +124 -95
  1270. package/iam/index.js.map +1 -1
  1271. package/iam/role.d.ts +2 -1
  1272. package/iam/role.js.map +1 -1
  1273. package/iam/virtualMfaDevice.d.ts +6 -0
  1274. package/iam/virtualMfaDevice.js.map +1 -1
  1275. package/identitystore/getGroup.d.ts +5 -4
  1276. package/identitystore/getGroup.js.map +1 -1
  1277. package/identitystore/getUser.d.ts +5 -4
  1278. package/identitystore/getUser.js.map +1 -1
  1279. package/identitystore/index.d.ts +6 -2
  1280. package/identitystore/index.js +8 -17
  1281. package/identitystore/index.js.map +1 -1
  1282. package/imagebuilder/containerRecipe.d.ts +8 -1
  1283. package/imagebuilder/containerRecipe.js.map +1 -1
  1284. package/imagebuilder/distributionConfiguration.d.ts +2 -1
  1285. package/imagebuilder/distributionConfiguration.js.map +1 -1
  1286. package/imagebuilder/getComponent.d.ts +3 -3
  1287. package/imagebuilder/getComponents.d.ts +4 -3
  1288. package/imagebuilder/getComponents.js.map +1 -1
  1289. package/imagebuilder/getContainerRecipe.d.ts +4 -4
  1290. package/imagebuilder/getContainerRecipe.js.map +1 -1
  1291. package/imagebuilder/getContainerRecipes.d.ts +4 -3
  1292. package/imagebuilder/getContainerRecipes.js.map +1 -1
  1293. package/imagebuilder/getDistributionConfiguration.d.ts +3 -3
  1294. package/imagebuilder/getDistributionConfiguration.js.map +1 -1
  1295. package/imagebuilder/getDistributionConfigurations.d.ts +2 -1
  1296. package/imagebuilder/getDistributionConfigurations.js.map +1 -1
  1297. package/imagebuilder/getImage.d.ts +8 -8
  1298. package/imagebuilder/getImage.js.map +1 -1
  1299. package/imagebuilder/getImagePipeline.d.ts +7 -7
  1300. package/imagebuilder/getImagePipeline.js.map +1 -1
  1301. package/imagebuilder/getImagePipelines.d.ts +2 -1
  1302. package/imagebuilder/getImagePipelines.js.map +1 -1
  1303. package/imagebuilder/getImageRecipe.d.ts +4 -4
  1304. package/imagebuilder/getImageRecipe.js.map +1 -1
  1305. package/imagebuilder/getImageRecipes.d.ts +4 -3
  1306. package/imagebuilder/getImageRecipes.js.map +1 -1
  1307. package/imagebuilder/getInfrastructureConfiguration.d.ts +4 -4
  1308. package/imagebuilder/getInfrastructureConfiguration.js.map +1 -1
  1309. package/imagebuilder/getInfrastructureConfigurations.d.ts +2 -1
  1310. package/imagebuilder/getInfrastructureConfigurations.js.map +1 -1
  1311. package/imagebuilder/image.d.ts +2 -1
  1312. package/imagebuilder/image.js.map +1 -1
  1313. package/imagebuilder/imagePipeline.d.ts +2 -1
  1314. package/imagebuilder/imagePipeline.js.map +1 -1
  1315. package/imagebuilder/imageRecipe.d.ts +2 -1
  1316. package/imagebuilder/imageRecipe.js.map +1 -1
  1317. package/imagebuilder/index.d.ts +60 -20
  1318. package/imagebuilder/index.js +61 -50
  1319. package/imagebuilder/index.js.map +1 -1
  1320. package/imagebuilder/infrastructureConfiguration.d.ts +2 -1
  1321. package/imagebuilder/infrastructureConfiguration.js.map +1 -1
  1322. package/index.d.ts +52 -19
  1323. package/index.js +57 -24
  1324. package/index.js.map +1 -1
  1325. package/inspector/assessmentTemplate.d.ts +2 -1
  1326. package/inspector/assessmentTemplate.js.map +1 -1
  1327. package/inspector/getRulesPackages.d.ts +1 -1
  1328. package/inspector/index.d.ts +11 -4
  1329. package/inspector/index.js +12 -26
  1330. package/inspector/index.js.map +1 -1
  1331. package/iot/getEndpoint.d.ts +1 -1
  1332. package/iot/index.d.ts +48 -16
  1333. package/iot/index.js +49 -62
  1334. package/iot/index.js.map +1 -1
  1335. package/iot/indexingConfiguration.d.ts +2 -1
  1336. package/iot/indexingConfiguration.js.map +1 -1
  1337. package/iot/provisioningTemplate.d.ts +8 -1
  1338. package/iot/provisioningTemplate.js.map +1 -1
  1339. package/iot/thingGroup.d.ts +2 -1
  1340. package/iot/thingGroup.js.map +1 -1
  1341. package/iot/thingType.d.ts +2 -1
  1342. package/iot/thingType.js.map +1 -1
  1343. package/iot/topicRule.d.ts +2 -1
  1344. package/iot/topicRule.js.map +1 -1
  1345. package/iot/topicRuleDestination.d.ts +2 -1
  1346. package/iot/topicRuleDestination.js.map +1 -1
  1347. package/kendra/dataSource.d.ts +2 -1
  1348. package/kendra/dataSource.js.map +1 -1
  1349. package/kendra/experience.d.ts +2 -1
  1350. package/kendra/experience.js.map +1 -1
  1351. package/kendra/faq.d.ts +8 -1
  1352. package/kendra/faq.js.map +1 -1
  1353. package/kendra/getExperience.d.ts +14 -14
  1354. package/kendra/getExperience.js.map +1 -1
  1355. package/kendra/getFaq.d.ts +15 -15
  1356. package/kendra/getFaq.js.map +1 -1
  1357. package/kendra/getIndex.d.ts +12 -12
  1358. package/kendra/getIndex.js.map +1 -1
  1359. package/kendra/getQuerySuggestionsBlockList.d.ts +16 -16
  1360. package/kendra/getQuerySuggestionsBlockList.js.map +1 -1
  1361. package/kendra/getThesaurus.d.ts +16 -16
  1362. package/kendra/getThesaurus.js.map +1 -1
  1363. package/kendra/index.d.ts +33 -11
  1364. package/kendra/index.js +34 -39
  1365. package/kendra/index.js.map +1 -1
  1366. package/kendra/index_.d.ts +8 -1
  1367. package/kendra/index_.js.map +1 -1
  1368. package/kendra/querySuggestionsBlockList.d.ts +8 -1
  1369. package/kendra/querySuggestionsBlockList.js.map +1 -1
  1370. package/kendra/thesaurus.d.ts +8 -1
  1371. package/kendra/thesaurus.js.map +1 -1
  1372. package/keyspaces/index.d.ts +6 -2
  1373. package/keyspaces/index.js +7 -22
  1374. package/keyspaces/index.js.map +1 -1
  1375. package/keyspaces/keyspace.d.ts +6 -0
  1376. package/keyspaces/keyspace.js.map +1 -1
  1377. package/keyspaces/table.d.ts +8 -1
  1378. package/keyspaces/table.js.map +1 -1
  1379. package/kinesis/analyticsApplication.d.ts +2 -1
  1380. package/kinesis/analyticsApplication.js.map +1 -1
  1381. package/kinesis/firehoseDeliveryStream.d.ts +2 -1
  1382. package/kinesis/firehoseDeliveryStream.js.map +1 -1
  1383. package/kinesis/getFirehoseDeliveryStream.d.ts +3 -3
  1384. package/kinesis/getStream.d.ts +14 -14
  1385. package/kinesis/getStream.js.map +1 -1
  1386. package/kinesis/getStreamConsumer.d.ts +5 -5
  1387. package/kinesis/index.d.ts +24 -8
  1388. package/kinesis/index.js +25 -20
  1389. package/kinesis/index.js.map +1 -1
  1390. package/kinesis/stream.d.ts +2 -1
  1391. package/kinesis/stream.js.map +1 -1
  1392. package/kinesisanalyticsv2/application.d.ts +2 -1
  1393. package/kinesisanalyticsv2/application.js.map +1 -1
  1394. package/kinesisanalyticsv2/index.d.ts +6 -2
  1395. package/kinesisanalyticsv2/index.js +7 -22
  1396. package/kinesisanalyticsv2/index.js.map +1 -1
  1397. package/kms/getAlias.d.ts +3 -3
  1398. package/kms/getKey.d.ts +1 -1
  1399. package/kms/getKey.js.map +1 -1
  1400. package/kms/getSecret.d.ts +2 -1
  1401. package/kms/getSecret.js.map +1 -1
  1402. package/kms/getSecrets.d.ts +2 -1
  1403. package/kms/getSecrets.js.map +1 -1
  1404. package/kms/grant.d.ts +2 -1
  1405. package/kms/grant.js.map +1 -1
  1406. package/kms/index.d.ts +39 -13
  1407. package/kms/index.js +40 -43
  1408. package/kms/index.js.map +1 -1
  1409. package/lakeformation/dataLakeSettings.d.ts +2 -1
  1410. package/lakeformation/dataLakeSettings.js.map +1 -1
  1411. package/lakeformation/getDataLakeSettings.d.ts +1 -1
  1412. package/lakeformation/getDataLakeSettings.js.map +1 -1
  1413. package/lakeformation/getPermissions.d.ts +2 -1
  1414. package/lakeformation/getPermissions.js.map +1 -1
  1415. package/lakeformation/getResource.d.ts +3 -3
  1416. package/lakeformation/index.d.ts +24 -8
  1417. package/lakeformation/index.js +25 -34
  1418. package/lakeformation/index.js.map +1 -1
  1419. package/lakeformation/permissions.d.ts +2 -1
  1420. package/lakeformation/permissions.js.map +1 -1
  1421. package/lakeformation/resourceLfTags.d.ts +2 -1
  1422. package/lakeformation/resourceLfTags.js.map +1 -1
  1423. package/lambda/alias.d.ts +2 -1
  1424. package/lambda/alias.js.map +1 -1
  1425. package/lambda/codeSigningConfig.d.ts +2 -1
  1426. package/lambda/codeSigningConfig.js.map +1 -1
  1427. package/lambda/eventSourceMapping.d.ts +29 -4
  1428. package/lambda/eventSourceMapping.js +4 -0
  1429. package/lambda/eventSourceMapping.js.map +1 -1
  1430. package/lambda/function.d.ts +3 -1
  1431. package/lambda/function.js.map +1 -1
  1432. package/lambda/functionEventInvokeConfig.d.ts +2 -1
  1433. package/lambda/functionEventInvokeConfig.js.map +1 -1
  1434. package/lambda/functionUrl.d.ts +2 -1
  1435. package/lambda/functionUrl.js.map +1 -1
  1436. package/lambda/getAlias.d.ts +2 -2
  1437. package/lambda/getCodeSigningConfig.d.ts +4 -4
  1438. package/lambda/getCodeSigningConfig.js.map +1 -1
  1439. package/lambda/getFunction.d.ts +22 -22
  1440. package/lambda/getFunction.js.map +1 -1
  1441. package/lambda/getFunctionUrl.d.ts +7 -7
  1442. package/lambda/getFunctionUrl.js.map +1 -1
  1443. package/lambda/getInvocation.d.ts +6 -6
  1444. package/lambda/getLayerVersion.d.ts +7 -7
  1445. package/lambda/index.d.ts +51 -17
  1446. package/lambda/index.js +52 -41
  1447. package/lambda/index.js.map +1 -1
  1448. package/lb/getHostedZoneId.d.ts +2 -2
  1449. package/lb/getListener.d.ts +1 -1
  1450. package/lb/getListener.js.map +1 -1
  1451. package/lb/getLoadBalancer.d.ts +7 -7
  1452. package/lb/getLoadBalancer.js.map +1 -1
  1453. package/lb/getTargetGroup.d.ts +5 -5
  1454. package/lb/getTargetGroup.js.map +1 -1
  1455. package/lb/index.d.ts +30 -10
  1456. package/lb/index.js +31 -38
  1457. package/lb/index.js.map +1 -1
  1458. package/lb/listener.d.ts +2 -1
  1459. package/lb/listener.js.map +1 -1
  1460. package/lb/listenerRule.d.ts +2 -1
  1461. package/lb/listenerRule.js.map +1 -1
  1462. package/lb/loadBalancer.d.ts +2 -1
  1463. package/lb/loadBalancer.js.map +1 -1
  1464. package/lb/targetGroup.d.ts +2 -1
  1465. package/lb/targetGroup.js.map +1 -1
  1466. package/lex/bot.d.ts +2 -1
  1467. package/lex/bot.js.map +1 -1
  1468. package/lex/botAlias.d.ts +2 -1
  1469. package/lex/botAlias.js.map +1 -1
  1470. package/lex/getBot.d.ts +14 -14
  1471. package/lex/getBotAlias.d.ts +11 -11
  1472. package/lex/getIntent.d.ts +10 -10
  1473. package/lex/getSlotType.d.ts +11 -11
  1474. package/lex/getSlotType.js.map +1 -1
  1475. package/lex/index.d.ts +24 -8
  1476. package/lex/index.js +25 -32
  1477. package/lex/index.js.map +1 -1
  1478. package/lex/intent.d.ts +2 -1
  1479. package/lex/intent.js.map +1 -1
  1480. package/lex/slotType.d.ts +2 -1
  1481. package/lex/slotType.js.map +1 -1
  1482. package/licensemanager/index.d.ts +6 -2
  1483. package/licensemanager/index.js +7 -22
  1484. package/licensemanager/index.js.map +1 -1
  1485. package/lightsail/containerService.d.ts +2 -1
  1486. package/lightsail/containerService.js.map +1 -1
  1487. package/lightsail/containerServiceDeploymentVersion.d.ts +2 -1
  1488. package/lightsail/containerServiceDeploymentVersion.js.map +1 -1
  1489. package/lightsail/database.d.ts +6 -0
  1490. package/lightsail/database.js.map +1 -1
  1491. package/lightsail/index.d.ts +27 -9
  1492. package/lightsail/index.js +28 -43
  1493. package/lightsail/index.js.map +1 -1
  1494. package/lightsail/instancePublicPorts.d.ts +2 -1
  1495. package/lightsail/instancePublicPorts.js.map +1 -1
  1496. package/location/getGeofenceCollection.d.ts +9 -9
  1497. package/location/getMap.d.ts +7 -7
  1498. package/location/getMap.js.map +1 -1
  1499. package/location/getPlaceIndex.d.ts +8 -8
  1500. package/location/getPlaceIndex.js.map +1 -1
  1501. package/location/getRouteCalculator.d.ts +7 -7
  1502. package/location/getTracker.d.ts +8 -8
  1503. package/location/getTrackerAssociation.d.ts +4 -4
  1504. package/location/getTrackerAssociations.d.ts +50 -0
  1505. package/location/getTrackerAssociations.js +37 -0
  1506. package/location/getTrackerAssociations.js.map +1 -0
  1507. package/location/index.d.ts +39 -12
  1508. package/location/index.js +40 -40
  1509. package/location/index.js.map +1 -1
  1510. package/location/map.d.ts +8 -1
  1511. package/location/map.js.map +1 -1
  1512. package/location/placeIndex.d.ts +8 -1
  1513. package/location/placeIndex.js.map +1 -1
  1514. package/location/routeCalculation.d.ts +6 -0
  1515. package/location/routeCalculation.js.map +1 -1
  1516. package/location/tracker.d.ts +6 -0
  1517. package/location/tracker.js.map +1 -1
  1518. package/macie/findingsFilter.d.ts +2 -1
  1519. package/macie/findingsFilter.js.map +1 -1
  1520. package/macie/index.d.ts +12 -4
  1521. package/macie/index.js +13 -28
  1522. package/macie/index.js.map +1 -1
  1523. package/macie/s3bucketAssociation.d.ts +2 -1
  1524. package/macie/s3bucketAssociation.js.map +1 -1
  1525. package/macie2/classificationExportConfiguration.d.ts +2 -1
  1526. package/macie2/classificationExportConfiguration.js.map +1 -1
  1527. package/macie2/classificationJob.d.ts +2 -1
  1528. package/macie2/classificationJob.js.map +1 -1
  1529. package/macie2/index.d.ts +18 -6
  1530. package/macie2/index.js +19 -34
  1531. package/macie2/index.js.map +1 -1
  1532. package/mediaconvert/index.d.ts +3 -1
  1533. package/mediaconvert/index.js +4 -19
  1534. package/mediaconvert/index.js.map +1 -1
  1535. package/mediaconvert/queue.d.ts +2 -1
  1536. package/mediaconvert/queue.js.map +1 -1
  1537. package/medialive/index.d.ts +9 -0
  1538. package/medialive/index.js +32 -0
  1539. package/medialive/index.js.map +1 -0
  1540. package/medialive/input.d.ts +243 -0
  1541. package/medialive/input.js +115 -0
  1542. package/medialive/input.js.map +1 -0
  1543. package/medialive/inputSecurityGroup.d.ts +116 -0
  1544. package/medialive/inputSecurityGroup.js +86 -0
  1545. package/medialive/inputSecurityGroup.js.map +1 -0
  1546. package/medialive/multiplex.d.ts +158 -0
  1547. package/medialive/multiplex.js +101 -0
  1548. package/medialive/multiplex.js.map +1 -0
  1549. package/mediapackage/channel.d.ts +2 -1
  1550. package/mediapackage/channel.js.map +1 -1
  1551. package/mediapackage/index.d.ts +3 -1
  1552. package/mediapackage/index.js +4 -19
  1553. package/mediapackage/index.js.map +1 -1
  1554. package/mediastore/index.d.ts +6 -2
  1555. package/mediastore/index.js +7 -22
  1556. package/mediastore/index.js.map +1 -1
  1557. package/memorydb/acl.d.ts +6 -0
  1558. package/memorydb/acl.js.map +1 -1
  1559. package/memorydb/cluster.d.ts +8 -1
  1560. package/memorydb/cluster.js.map +1 -1
  1561. package/memorydb/getAcl.d.ts +3 -3
  1562. package/memorydb/getCluster.d.ts +10 -10
  1563. package/memorydb/getCluster.js.map +1 -1
  1564. package/memorydb/getParameterGroup.d.ts +5 -5
  1565. package/memorydb/getParameterGroup.js.map +1 -1
  1566. package/memorydb/getSnapshot.d.ts +6 -6
  1567. package/memorydb/getSnapshot.js.map +1 -1
  1568. package/memorydb/getSubnetGroup.d.ts +4 -4
  1569. package/memorydb/getUser.d.ts +5 -5
  1570. package/memorydb/getUser.js.map +1 -1
  1571. package/memorydb/index.d.ts +36 -12
  1572. package/memorydb/index.js +37 -40
  1573. package/memorydb/index.js.map +1 -1
  1574. package/memorydb/parameterGroup.d.ts +8 -1
  1575. package/memorydb/parameterGroup.js.map +1 -1
  1576. package/memorydb/snapshot.d.ts +8 -1
  1577. package/memorydb/snapshot.js.map +1 -1
  1578. package/memorydb/subnetGroup.d.ts +6 -0
  1579. package/memorydb/subnetGroup.js.map +1 -1
  1580. package/memorydb/user.d.ts +8 -1
  1581. package/memorydb/user.js.map +1 -1
  1582. package/mq/broker.d.ts +2 -1
  1583. package/mq/broker.js.map +1 -1
  1584. package/mq/getBroker.d.ts +5 -5
  1585. package/mq/getBroker.js.map +1 -1
  1586. package/mq/getInstanceTypeOfferings.d.ts +4 -4
  1587. package/mq/getInstanceTypeOfferings.js.map +1 -1
  1588. package/mq/index.d.ts +12 -4
  1589. package/mq/index.js +13 -24
  1590. package/mq/index.js.map +1 -1
  1591. package/msk/cluster.d.ts +2 -1
  1592. package/msk/cluster.js.map +1 -1
  1593. package/msk/getBrokerNodes.d.ts +3 -3
  1594. package/msk/getBrokerNodes.js.map +1 -1
  1595. package/msk/getCluster.d.ts +1 -1
  1596. package/msk/getConfiguration.d.ts +1 -1
  1597. package/msk/index.d.ts +24 -8
  1598. package/msk/index.js +25 -32
  1599. package/msk/index.js.map +1 -1
  1600. package/msk/serverlessCluster.d.ts +8 -4
  1601. package/msk/serverlessCluster.js +1 -1
  1602. package/msk/serverlessCluster.js.map +1 -1
  1603. package/mskconnect/connector.d.ts +2 -1
  1604. package/mskconnect/connector.js.map +1 -1
  1605. package/mskconnect/customPlugin.d.ts +2 -1
  1606. package/mskconnect/customPlugin.js.map +1 -1
  1607. package/mskconnect/getConnector.d.ts +3 -3
  1608. package/mskconnect/getCustomPlugin.d.ts +1 -1
  1609. package/mskconnect/getWorkerConfiguration.d.ts +1 -1
  1610. package/mskconnect/index.d.ts +18 -6
  1611. package/mskconnect/index.js +19 -28
  1612. package/mskconnect/index.js.map +1 -1
  1613. package/mwaa/environment.d.ts +2 -1
  1614. package/mwaa/environment.js.map +1 -1
  1615. package/mwaa/index.d.ts +3 -1
  1616. package/mwaa/index.js +4 -19
  1617. package/mwaa/index.js.map +1 -1
  1618. package/neptune/clusterParameterGroup.d.ts +2 -1
  1619. package/neptune/clusterParameterGroup.js.map +1 -1
  1620. package/neptune/getEngineVersion.d.ts +4 -4
  1621. package/neptune/getOrderableDbInstance.d.ts +1 -1
  1622. package/neptune/index.d.ts +30 -10
  1623. package/neptune/index.js +31 -42
  1624. package/neptune/index.js.map +1 -1
  1625. package/neptune/parameterGroup.d.ts +2 -1
  1626. package/neptune/parameterGroup.js.map +1 -1
  1627. package/networkfirewall/firewall.d.ts +2 -1
  1628. package/networkfirewall/firewall.js.map +1 -1
  1629. package/networkfirewall/firewallPolicy.d.ts +2 -1
  1630. package/networkfirewall/firewallPolicy.js.map +1 -1
  1631. package/networkfirewall/getFirewall.d.ts +14 -14
  1632. package/networkfirewall/getFirewall.js +2 -2
  1633. package/networkfirewall/getFirewall.js.map +1 -1
  1634. package/networkfirewall/getFirewallPolicy.d.ts +8 -8
  1635. package/networkfirewall/getFirewallPolicy.js +1 -1
  1636. package/networkfirewall/getFirewallPolicy.js.map +1 -1
  1637. package/networkfirewall/index.d.ts +21 -7
  1638. package/networkfirewall/index.js +22 -33
  1639. package/networkfirewall/index.js.map +1 -1
  1640. package/networkfirewall/loggingConfiguration.d.ts +2 -1
  1641. package/networkfirewall/loggingConfiguration.js.map +1 -1
  1642. package/networkfirewall/ruleGroup.d.ts +2 -1
  1643. package/networkfirewall/ruleGroup.js.map +1 -1
  1644. package/networkmanager/connection.d.ts +6 -0
  1645. package/networkmanager/connection.js.map +1 -1
  1646. package/networkmanager/device.d.ts +8 -1
  1647. package/networkmanager/device.js.map +1 -1
  1648. package/networkmanager/getConnection.d.ts +10 -10
  1649. package/networkmanager/getConnections.d.ts +5 -5
  1650. package/networkmanager/getCoreNetworkPolicyDocument.d.ts +4 -3
  1651. package/networkmanager/getCoreNetworkPolicyDocument.js.map +1 -1
  1652. package/networkmanager/getDevice.d.ts +14 -14
  1653. package/networkmanager/getDevice.js.map +1 -1
  1654. package/networkmanager/getDevices.d.ts +5 -5
  1655. package/networkmanager/getGlobalNetwork.d.ts +7 -7
  1656. package/networkmanager/getGlobalNetworks.d.ts +1 -1
  1657. package/networkmanager/getLink.d.ts +11 -11
  1658. package/networkmanager/getLink.js.map +1 -1
  1659. package/networkmanager/getLinks.d.ts +9 -9
  1660. package/networkmanager/getSite.d.ts +8 -8
  1661. package/networkmanager/getSite.js.map +1 -1
  1662. package/networkmanager/getSites.d.ts +3 -3
  1663. package/networkmanager/globalNetwork.d.ts +6 -0
  1664. package/networkmanager/globalNetwork.js.map +1 -1
  1665. package/networkmanager/index.d.ts +72 -24
  1666. package/networkmanager/index.js +73 -66
  1667. package/networkmanager/index.js.map +1 -1
  1668. package/networkmanager/link.d.ts +8 -1
  1669. package/networkmanager/link.js.map +1 -1
  1670. package/networkmanager/site.d.ts +8 -1
  1671. package/networkmanager/site.js.map +1 -1
  1672. package/networkmanager/transitGatewayPeering.d.ts +6 -3
  1673. package/networkmanager/transitGatewayPeering.js +1 -1
  1674. package/networkmanager/transitGatewayPeering.js.map +1 -1
  1675. package/networkmanager/transitGatewayRouteTableAttachment.d.ts +6 -3
  1676. package/networkmanager/transitGatewayRouteTableAttachment.js +1 -1
  1677. package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
  1678. package/networkmanager/vpcAttachment.d.ts +8 -4
  1679. package/networkmanager/vpcAttachment.js +1 -1
  1680. package/networkmanager/vpcAttachment.js.map +1 -1
  1681. package/opensearch/domain.d.ts +89 -2
  1682. package/opensearch/domain.js +78 -1
  1683. package/opensearch/domain.js.map +1 -1
  1684. package/opensearch/domainSamlOptions.d.ts +2 -1
  1685. package/opensearch/domainSamlOptions.js.map +1 -1
  1686. package/opensearch/getDomain.d.ts +1 -1
  1687. package/opensearch/getDomain.js.map +1 -1
  1688. package/opensearch/index.d.ts +12 -4
  1689. package/opensearch/index.js +13 -26
  1690. package/opensearch/index.js.map +1 -1
  1691. package/opsworks/application.d.ts +5 -4
  1692. package/opsworks/application.js.map +1 -1
  1693. package/opsworks/customLayer.d.ts +5 -4
  1694. package/opsworks/customLayer.js.map +1 -1
  1695. package/opsworks/ecsClusterLayer.d.ts +5 -4
  1696. package/opsworks/ecsClusterLayer.js.map +1 -1
  1697. package/opsworks/gangliaLayer.d.ts +5 -4
  1698. package/opsworks/gangliaLayer.js.map +1 -1
  1699. package/opsworks/haproxyLayer.d.ts +5 -4
  1700. package/opsworks/haproxyLayer.js.map +1 -1
  1701. package/opsworks/index.d.ts +51 -17
  1702. package/opsworks/index.js +52 -67
  1703. package/opsworks/index.js.map +1 -1
  1704. package/opsworks/instance.d.ts +2 -1
  1705. package/opsworks/instance.js.map +1 -1
  1706. package/opsworks/javaAppLayer.d.ts +5 -4
  1707. package/opsworks/javaAppLayer.js.map +1 -1
  1708. package/opsworks/memcachedLayer.d.ts +5 -4
  1709. package/opsworks/memcachedLayer.js.map +1 -1
  1710. package/opsworks/mysqlLayer.d.ts +5 -4
  1711. package/opsworks/mysqlLayer.js.map +1 -1
  1712. package/opsworks/nodejsAppLayer.d.ts +5 -4
  1713. package/opsworks/nodejsAppLayer.js.map +1 -1
  1714. package/opsworks/phpAppLayer.d.ts +5 -4
  1715. package/opsworks/phpAppLayer.js.map +1 -1
  1716. package/opsworks/railsAppLayer.d.ts +5 -4
  1717. package/opsworks/railsAppLayer.js.map +1 -1
  1718. package/opsworks/stack.d.ts +29 -34
  1719. package/opsworks/stack.js.map +1 -1
  1720. package/opsworks/staticWebLayer.d.ts +5 -4
  1721. package/opsworks/staticWebLayer.js.map +1 -1
  1722. package/organizations/getDelegatedAdministrators.d.ts +1 -1
  1723. package/organizations/getDelegatedAdministrators.js.map +1 -1
  1724. package/organizations/getDelegatedServices.d.ts +4 -4
  1725. package/organizations/getDelegatedServices.js.map +1 -1
  1726. package/organizations/getOrganization.d.ts +4 -4
  1727. package/organizations/getOrganization.js.map +1 -1
  1728. package/organizations/getOrganizationalUnits.d.ts +3 -3
  1729. package/organizations/getOrganizationalUnits.js.map +1 -1
  1730. package/organizations/getResourceTags.d.ts +2 -2
  1731. package/organizations/index.d.ts +32 -11
  1732. package/organizations/index.js +33 -39
  1733. package/organizations/index.js.map +1 -1
  1734. package/organizations/organization.d.ts +2 -1
  1735. package/organizations/organization.js.map +1 -1
  1736. package/organizations/organizationalUnit.d.ts +2 -1
  1737. package/organizations/organizationalUnit.js.map +1 -1
  1738. package/outposts/getAsset.d.ts +6 -6
  1739. package/outposts/getAssets.d.ts +1 -1
  1740. package/outposts/getOutpost.d.ts +2 -2
  1741. package/outposts/getOutpostInstanceType.d.ts +2 -2
  1742. package/outposts/getOutpostInstanceTypes.d.ts +2 -2
  1743. package/outposts/index.d.ts +23 -8
  1744. package/outposts/index.js +25 -23
  1745. package/outposts/index.js.map +1 -1
  1746. package/package.json +2 -2
  1747. package/package.json.dev +2 -2
  1748. package/pinpoint/app.d.ts +2 -1
  1749. package/pinpoint/app.js.map +1 -1
  1750. package/pinpoint/index.d.ts +33 -11
  1751. package/pinpoint/index.js +34 -49
  1752. package/pinpoint/index.js.map +1 -1
  1753. package/pricing/getProduct.d.ts +6 -5
  1754. package/pricing/getProduct.js.map +1 -1
  1755. package/pricing/index.d.ts +3 -1
  1756. package/pricing/index.js +5 -16
  1757. package/pricing/index.js.map +1 -1
  1758. package/provider.d.ts +1 -1
  1759. package/provider.js.map +1 -1
  1760. package/qldb/getLedger.d.ts +2 -2
  1761. package/qldb/index.d.ts +9 -3
  1762. package/qldb/index.js +10 -23
  1763. package/qldb/index.js.map +1 -1
  1764. package/qldb/stream.d.ts +8 -1
  1765. package/qldb/stream.js.map +1 -1
  1766. package/quicksight/dataSource.d.ts +2 -1
  1767. package/quicksight/dataSource.js.map +1 -1
  1768. package/quicksight/index.d.ts +12 -4
  1769. package/quicksight/index.js +13 -28
  1770. package/quicksight/index.js.map +1 -1
  1771. package/ram/getResourceShare.d.ts +14 -13
  1772. package/ram/getResourceShare.js.map +1 -1
  1773. package/ram/index.d.ts +15 -5
  1774. package/ram/index.js +16 -29
  1775. package/ram/index.js.map +1 -1
  1776. package/rds/cluster.d.ts +15 -1
  1777. package/rds/cluster.js +2 -0
  1778. package/rds/cluster.js.map +1 -1
  1779. package/rds/clusterInstance.d.ts +12 -4
  1780. package/rds/clusterInstance.js +2 -0
  1781. package/rds/clusterInstance.js.map +1 -1
  1782. package/rds/clusterParameterGroup.d.ts +2 -1
  1783. package/rds/clusterParameterGroup.js.map +1 -1
  1784. package/rds/clusterSnapshot.d.ts +6 -6
  1785. package/rds/getCertificate.d.ts +1 -1
  1786. package/rds/getCluster.d.ts +3 -2
  1787. package/rds/getCluster.js.map +1 -1
  1788. package/rds/getClusterSnapshot.d.ts +11 -11
  1789. package/rds/getEngineVersion.d.ts +7 -8
  1790. package/rds/getEngineVersion.js.map +1 -1
  1791. package/rds/getEventCategories.d.ts +3 -3
  1792. package/rds/getInstance.d.ts +24 -24
  1793. package/rds/getProxy.d.ts +11 -11
  1794. package/rds/getProxy.js.map +1 -1
  1795. package/rds/getSnapshot.d.ts +15 -15
  1796. package/rds/getSubnetGroup.d.ts +3 -3
  1797. package/rds/globalCluster.d.ts +4 -1
  1798. package/rds/globalCluster.js +2 -0
  1799. package/rds/globalCluster.js.map +1 -1
  1800. package/rds/index.d.ts +96 -32
  1801. package/rds/index.js +97 -78
  1802. package/rds/index.js.map +1 -1
  1803. package/rds/instance.d.ts +6 -4
  1804. package/rds/instance.js.map +1 -1
  1805. package/rds/optionGroup.d.ts +2 -1
  1806. package/rds/optionGroup.js.map +1 -1
  1807. package/rds/parameterGroup.d.ts +2 -1
  1808. package/rds/parameterGroup.js.map +1 -1
  1809. package/rds/proxy.d.ts +2 -1
  1810. package/rds/proxy.js.map +1 -1
  1811. package/rds/proxyDefaultTargetGroup.d.ts +2 -1
  1812. package/rds/proxyDefaultTargetGroup.js.map +1 -1
  1813. package/rds/proxyEndpoint.d.ts +1 -1
  1814. package/rds/proxyEndpoint.js +1 -1
  1815. package/rds/securityGroup.d.ts +2 -1
  1816. package/rds/securityGroup.js.map +1 -1
  1817. package/rds/snapshotCopy.d.ts +6 -0
  1818. package/rds/snapshotCopy.js.map +1 -1
  1819. package/redshift/cluster.d.ts +2 -1
  1820. package/redshift/cluster.js.map +1 -1
  1821. package/redshift/endpointAccess.d.ts +2 -1
  1822. package/redshift/endpointAccess.js.map +1 -1
  1823. package/redshift/getCluster.d.ts +25 -25
  1824. package/redshift/getCluster.js.map +1 -1
  1825. package/redshift/getClusterCredentials.d.ts +10 -10
  1826. package/redshift/getServiceAccount.d.ts +1 -1
  1827. package/redshift/getSubnetGroup.d.ts +7 -7
  1828. package/redshift/hsmClientCertificate.d.ts +6 -0
  1829. package/redshift/hsmClientCertificate.js.map +1 -1
  1830. package/redshift/hsmConfiguration.d.ts +6 -0
  1831. package/redshift/hsmConfiguration.js.map +1 -1
  1832. package/redshift/index.d.ts +60 -20
  1833. package/redshift/index.js +61 -66
  1834. package/redshift/index.js.map +1 -1
  1835. package/redshift/parameterGroup.d.ts +2 -1
  1836. package/redshift/parameterGroup.js.map +1 -1
  1837. package/redshift/scheduledAction.d.ts +2 -1
  1838. package/redshift/scheduledAction.js.map +1 -1
  1839. package/redshift/securityGroup.d.ts +2 -1
  1840. package/redshift/securityGroup.js.map +1 -1
  1841. package/redshift/usageLimit.d.ts +6 -0
  1842. package/redshift/usageLimit.js.map +1 -1
  1843. package/redshiftdata/index.d.ts +3 -1
  1844. package/redshiftdata/index.js +4 -19
  1845. package/redshiftdata/index.js.map +1 -1
  1846. package/redshiftdata/statement.d.ts +2 -1
  1847. package/redshiftdata/statement.js.map +1 -1
  1848. package/redshiftserverless/endpointAccess.d.ts +141 -0
  1849. package/redshiftserverless/endpointAccess.js +95 -0
  1850. package/redshiftserverless/endpointAccess.js.map +1 -0
  1851. package/redshiftserverless/index.d.ts +12 -2
  1852. package/redshiftserverless/index.js +17 -22
  1853. package/redshiftserverless/index.js.map +1 -1
  1854. package/redshiftserverless/namespace.d.ts +6 -0
  1855. package/redshiftserverless/namespace.js.map +1 -1
  1856. package/redshiftserverless/usageLimit.d.ts +132 -0
  1857. package/redshiftserverless/usageLimit.js +96 -0
  1858. package/redshiftserverless/usageLimit.js.map +1 -0
  1859. package/redshiftserverless/workgroup.d.ts +16 -4
  1860. package/redshiftserverless/workgroup.js +3 -1
  1861. package/redshiftserverless/workgroup.js.map +1 -1
  1862. package/resourcegroups/group.d.ts +2 -1
  1863. package/resourcegroups/group.js.map +1 -1
  1864. package/resourcegroups/index.d.ts +3 -1
  1865. package/resourcegroups/index.js +4 -19
  1866. package/resourcegroups/index.js.map +1 -1
  1867. package/resourcegroupstaggingapi/getResources.d.ts +4 -3
  1868. package/resourcegroupstaggingapi/getResources.js.map +1 -1
  1869. package/resourcegroupstaggingapi/index.d.ts +3 -1
  1870. package/resourcegroupstaggingapi/index.js +5 -16
  1871. package/resourcegroupstaggingapi/index.js.map +1 -1
  1872. package/rolesanywhere/index.d.ts +6 -2
  1873. package/rolesanywhere/index.js +7 -22
  1874. package/rolesanywhere/index.js.map +1 -1
  1875. package/rolesanywhere/profile.d.ts +6 -0
  1876. package/rolesanywhere/profile.js.map +1 -1
  1877. package/rolesanywhere/trustAnchor.d.ts +8 -1
  1878. package/rolesanywhere/trustAnchor.js.map +1 -1
  1879. package/route53/getDelegationSet.d.ts +2 -2
  1880. package/route53/getResolverEndpoint.d.ts +4 -3
  1881. package/route53/getResolverEndpoint.js.map +1 -1
  1882. package/route53/getResolverRule.d.ts +14 -14
  1883. package/route53/getResolverRules.d.ts +7 -7
  1884. package/route53/getTrafficPolicyDocument.d.ts +2 -1
  1885. package/route53/getTrafficPolicyDocument.js.map +1 -1
  1886. package/route53/getZone.d.ts +7 -7
  1887. package/route53/index.d.ts +84 -28
  1888. package/route53/index.js +85 -74
  1889. package/route53/index.js.map +1 -1
  1890. package/route53/record.d.ts +3 -1
  1891. package/route53/record.js.map +1 -1
  1892. package/route53/resolverEndpoint.d.ts +2 -1
  1893. package/route53/resolverEndpoint.js.map +1 -1
  1894. package/route53/resolverRule.d.ts +2 -1
  1895. package/route53/resolverRule.js.map +1 -1
  1896. package/route53/zone.d.ts +2 -1
  1897. package/route53/zone.js.map +1 -1
  1898. package/route53domains/index.d.ts +3 -1
  1899. package/route53domains/index.js +4 -19
  1900. package/route53domains/index.js.map +1 -1
  1901. package/route53domains/registeredDomain.d.ts +11 -1
  1902. package/route53domains/registeredDomain.js.map +1 -1
  1903. package/route53recoverycontrol/cluster.d.ts +2 -1
  1904. package/route53recoverycontrol/cluster.js.map +1 -1
  1905. package/route53recoverycontrol/index.d.ts +12 -4
  1906. package/route53recoverycontrol/index.js +13 -28
  1907. package/route53recoverycontrol/index.js.map +1 -1
  1908. package/route53recoverycontrol/safetyRule.d.ts +2 -1
  1909. package/route53recoverycontrol/safetyRule.js.map +1 -1
  1910. package/route53recoveryreadiness/index.d.ts +12 -4
  1911. package/route53recoveryreadiness/index.js +13 -28
  1912. package/route53recoveryreadiness/index.js.map +1 -1
  1913. package/route53recoveryreadiness/resourceSet.d.ts +2 -1
  1914. package/route53recoveryreadiness/resourceSet.js.map +1 -1
  1915. package/rum/appMonitor.d.ts +8 -1
  1916. package/rum/appMonitor.js.map +1 -1
  1917. package/rum/index.d.ts +3 -1
  1918. package/rum/index.js +4 -19
  1919. package/rum/index.js.map +1 -1
  1920. package/s3/accessPoint.d.ts +2 -1
  1921. package/s3/accessPoint.js.map +1 -1
  1922. package/s3/analyticsConfiguration.d.ts +2 -1
  1923. package/s3/analyticsConfiguration.js.map +1 -1
  1924. package/s3/bucket.d.ts +3 -1
  1925. package/s3/bucket.js.map +1 -1
  1926. package/s3/bucketAclV2.d.ts +2 -1
  1927. package/s3/bucketAclV2.js.map +1 -1
  1928. package/s3/bucketCorsConfigurationV2.d.ts +2 -1
  1929. package/s3/bucketCorsConfigurationV2.js.map +1 -1
  1930. package/s3/bucketIntelligentTieringConfiguration.d.ts +2 -1
  1931. package/s3/bucketIntelligentTieringConfiguration.js.map +1 -1
  1932. package/s3/bucketLifecycleConfigurationV2.d.ts +2 -1
  1933. package/s3/bucketLifecycleConfigurationV2.js.map +1 -1
  1934. package/s3/bucketLoggingV2.d.ts +2 -1
  1935. package/s3/bucketLoggingV2.js.map +1 -1
  1936. package/s3/bucketMetric.d.ts +2 -1
  1937. package/s3/bucketMetric.js.map +1 -1
  1938. package/s3/bucketNotification.d.ts +2 -1
  1939. package/s3/bucketNotification.js.map +1 -1
  1940. package/s3/bucketObjectLockConfigurationV2.d.ts +4 -3
  1941. package/s3/bucketObjectLockConfigurationV2.js +0 -3
  1942. package/s3/bucketObjectLockConfigurationV2.js.map +1 -1
  1943. package/s3/bucketOwnershipControls.d.ts +2 -1
  1944. package/s3/bucketOwnershipControls.js.map +1 -1
  1945. package/s3/bucketReplicationConfig.d.ts +2 -1
  1946. package/s3/bucketReplicationConfig.js.map +1 -1
  1947. package/s3/bucketServerSideEncryptionConfigurationV2.d.ts +2 -1
  1948. package/s3/bucketServerSideEncryptionConfigurationV2.js.map +1 -1
  1949. package/s3/bucketV2.d.ts +2 -1
  1950. package/s3/bucketV2.js.map +1 -1
  1951. package/s3/bucketVersioningV2.d.ts +2 -1
  1952. package/s3/bucketVersioningV2.js.map +1 -1
  1953. package/s3/bucketWebsiteConfigurationV2.d.ts +2 -1
  1954. package/s3/bucketWebsiteConfigurationV2.js.map +1 -1
  1955. package/s3/getBucket.d.ts +7 -7
  1956. package/s3/getBucketObject.d.ts +16 -16
  1957. package/s3/getBucketObjects.d.ts +2 -2
  1958. package/s3/getBucketPolicy.d.ts +2 -2
  1959. package/s3/getCanonicalUserId.d.ts +1 -1
  1960. package/s3/getObject.d.ts +16 -16
  1961. package/s3/getObjects.d.ts +2 -2
  1962. package/s3/index.d.ts +101 -34
  1963. package/s3/index.js +102 -88
  1964. package/s3/index.js.map +1 -1
  1965. package/s3/inventory.d.ts +2 -1
  1966. package/s3/inventory.js.map +1 -1
  1967. package/s3/objectCopy.d.ts +2 -1
  1968. package/s3/objectCopy.js.map +1 -1
  1969. package/s3control/bucketLifecycleConfiguration.d.ts +2 -1
  1970. package/s3control/bucketLifecycleConfiguration.js.map +1 -1
  1971. package/s3control/index.d.ts +24 -8
  1972. package/s3control/index.js +25 -40
  1973. package/s3control/index.js.map +1 -1
  1974. package/s3control/multiRegionAccessPoint.d.ts +2 -1
  1975. package/s3control/multiRegionAccessPoint.js.map +1 -1
  1976. package/s3control/multiRegionAccessPointPolicy.d.ts +2 -1
  1977. package/s3control/multiRegionAccessPointPolicy.js.map +1 -1
  1978. package/s3control/objectLambdaAccessPoint.d.ts +2 -1
  1979. package/s3control/objectLambdaAccessPoint.js.map +1 -1
  1980. package/s3outposts/endpoint.d.ts +2 -1
  1981. package/s3outposts/endpoint.js.map +1 -1
  1982. package/s3outposts/index.d.ts +3 -1
  1983. package/s3outposts/index.js +4 -19
  1984. package/s3outposts/index.js.map +1 -1
  1985. package/sagemaker/app.d.ts +2 -1
  1986. package/sagemaker/app.js.map +1 -1
  1987. package/sagemaker/appImageConfig.d.ts +2 -1
  1988. package/sagemaker/appImageConfig.js.map +1 -1
  1989. package/sagemaker/codeRepository.d.ts +2 -1
  1990. package/sagemaker/codeRepository.js.map +1 -1
  1991. package/sagemaker/device.d.ts +2 -1
  1992. package/sagemaker/device.js.map +1 -1
  1993. package/sagemaker/deviceFleet.d.ts +2 -1
  1994. package/sagemaker/deviceFleet.js.map +1 -1
  1995. package/sagemaker/domain.d.ts +2 -1
  1996. package/sagemaker/domain.js.map +1 -1
  1997. package/sagemaker/endpoint.d.ts +2 -1
  1998. package/sagemaker/endpoint.js.map +1 -1
  1999. package/sagemaker/endpointConfiguration.d.ts +2 -1
  2000. package/sagemaker/endpointConfiguration.js.map +1 -1
  2001. package/sagemaker/featureGroup.d.ts +2 -1
  2002. package/sagemaker/featureGroup.js.map +1 -1
  2003. package/sagemaker/flowDefinition.d.ts +2 -1
  2004. package/sagemaker/flowDefinition.js.map +1 -1
  2005. package/sagemaker/getPrebuiltEcrImage.d.ts +10 -10
  2006. package/sagemaker/humanTaskUI.d.ts +2 -1
  2007. package/sagemaker/humanTaskUI.js.map +1 -1
  2008. package/sagemaker/index.d.ts +72 -24
  2009. package/sagemaker/index.js +73 -86
  2010. package/sagemaker/index.js.map +1 -1
  2011. package/sagemaker/model.d.ts +2 -1
  2012. package/sagemaker/model.js.map +1 -1
  2013. package/sagemaker/notebookInstance.d.ts +2 -1
  2014. package/sagemaker/notebookInstance.js.map +1 -1
  2015. package/sagemaker/project.d.ts +8 -1
  2016. package/sagemaker/project.js.map +1 -1
  2017. package/sagemaker/userProfile.d.ts +2 -1
  2018. package/sagemaker/userProfile.js.map +1 -1
  2019. package/sagemaker/workforce.d.ts +2 -1
  2020. package/sagemaker/workforce.js.map +1 -1
  2021. package/sagemaker/workteam.d.ts +2 -1
  2022. package/sagemaker/workteam.js.map +1 -1
  2023. package/schemas/index.d.ts +9 -3
  2024. package/schemas/index.js +10 -25
  2025. package/schemas/index.js.map +1 -1
  2026. package/secretsmanager/getRandomPassword.d.ts +7 -7
  2027. package/secretsmanager/getSecret.d.ts +10 -10
  2028. package/secretsmanager/getSecret.js.map +1 -1
  2029. package/secretsmanager/getSecretRotation.d.ts +6 -6
  2030. package/secretsmanager/getSecretRotation.js.map +1 -1
  2031. package/secretsmanager/getSecretVersion.d.ts +6 -6
  2032. package/secretsmanager/getSecrets.d.ts +2 -1
  2033. package/secretsmanager/getSecrets.js.map +1 -1
  2034. package/secretsmanager/index.d.ts +27 -9
  2035. package/secretsmanager/index.js +28 -33
  2036. package/secretsmanager/index.js.map +1 -1
  2037. package/secretsmanager/secret.d.ts +2 -1
  2038. package/secretsmanager/secret.js.map +1 -1
  2039. package/secretsmanager/secretRotation.d.ts +2 -1
  2040. package/secretsmanager/secretRotation.js.map +1 -1
  2041. package/securityhub/index.d.ts +33 -11
  2042. package/securityhub/index.js +34 -49
  2043. package/securityhub/index.js.map +1 -1
  2044. package/securityhub/insight.d.ts +2 -1
  2045. package/securityhub/insight.js.map +1 -1
  2046. package/serverlessrepository/getApplication.d.ts +8 -8
  2047. package/serverlessrepository/index.d.ts +6 -2
  2048. package/serverlessrepository/index.js +7 -20
  2049. package/serverlessrepository/index.js.map +1 -1
  2050. package/servicecatalog/getLaunchPaths.d.ts +1 -1
  2051. package/servicecatalog/getLaunchPaths.js.map +1 -1
  2052. package/servicecatalog/getPortfolioConstraints.d.ts +1 -1
  2053. package/servicecatalog/getPortfolioConstraints.js.map +1 -1
  2054. package/servicecatalog/index.d.ts +54 -18
  2055. package/servicecatalog/index.js +55 -60
  2056. package/servicecatalog/index.js.map +1 -1
  2057. package/servicecatalog/product.d.ts +2 -1
  2058. package/servicecatalog/product.js.map +1 -1
  2059. package/servicecatalog/provisionedProduct.d.ts +2 -1
  2060. package/servicecatalog/provisionedProduct.js.map +1 -1
  2061. package/servicecatalog/serviceAction.d.ts +2 -1
  2062. package/servicecatalog/serviceAction.js.map +1 -1
  2063. package/servicediscovery/getDnsNamespace.d.ts +10 -10
  2064. package/servicediscovery/getHttpNamespace.d.ts +8 -8
  2065. package/servicediscovery/getService.d.ts +14 -14
  2066. package/servicediscovery/getService.js.map +1 -1
  2067. package/servicediscovery/index.d.ts +24 -8
  2068. package/servicediscovery/index.js +25 -34
  2069. package/servicediscovery/index.js.map +1 -1
  2070. package/servicediscovery/service.d.ts +2 -1
  2071. package/servicediscovery/service.js.map +1 -1
  2072. package/servicequotas/getServiceQuota.d.ts +1 -1
  2073. package/servicequotas/index.d.ts +9 -3
  2074. package/servicequotas/index.js +10 -21
  2075. package/servicequotas/index.js.map +1 -1
  2076. package/ses/confgurationSet.d.ts +2 -1
  2077. package/ses/confgurationSet.js.map +1 -1
  2078. package/ses/configurationSet.d.ts +2 -1
  2079. package/ses/configurationSet.js.map +1 -1
  2080. package/ses/eventDestination.d.ts +2 -1
  2081. package/ses/eventDestination.js.map +1 -1
  2082. package/ses/getActiveReceiptRuleSet.d.ts +2 -2
  2083. package/ses/getDomainIdentity.d.ts +5 -5
  2084. package/ses/getEmailIdentity.d.ts +3 -3
  2085. package/ses/index.d.ts +53 -18
  2086. package/ses/index.js +54 -64
  2087. package/ses/index.js.map +1 -1
  2088. package/ses/receiptRule.d.ts +2 -1
  2089. package/ses/receiptRule.js.map +1 -1
  2090. package/sfn/getActivity.d.ts +5 -5
  2091. package/sfn/getStateMachine.d.ts +3 -3
  2092. package/sfn/index.d.ts +12 -4
  2093. package/sfn/index.js +13 -24
  2094. package/sfn/index.js.map +1 -1
  2095. package/sfn/stateMachine.d.ts +2 -1
  2096. package/sfn/stateMachine.js.map +1 -1
  2097. package/shield/index.d.ts +9 -3
  2098. package/shield/index.js +10 -25
  2099. package/shield/index.js.map +1 -1
  2100. package/signer/getSigningJob.d.ts +11 -11
  2101. package/signer/getSigningJob.js.map +1 -1
  2102. package/signer/getSigningProfile.d.ts +11 -11
  2103. package/signer/getSigningProfile.js.map +1 -1
  2104. package/signer/index.d.ts +15 -5
  2105. package/signer/index.js +16 -27
  2106. package/signer/index.js.map +1 -1
  2107. package/signer/signingJob.d.ts +2 -1
  2108. package/signer/signingJob.js.map +1 -1
  2109. package/signer/signingProfile.d.ts +2 -1
  2110. package/signer/signingProfile.js.map +1 -1
  2111. package/simpledb/index.d.ts +3 -1
  2112. package/simpledb/index.js +4 -19
  2113. package/simpledb/index.js.map +1 -1
  2114. package/sns/getTopic.d.ts +3 -3
  2115. package/sns/index.d.ts +18 -6
  2116. package/sns/index.js +19 -18
  2117. package/sns/index.js.map +1 -1
  2118. package/sqs/getQueue.d.ts +7 -7
  2119. package/sqs/index.d.ts +9 -3
  2120. package/sqs/index.js +10 -9
  2121. package/sqs/index.js.map +1 -1
  2122. package/ssm/association.d.ts +2 -1
  2123. package/ssm/association.js.map +1 -1
  2124. package/ssm/document.d.ts +2 -1
  2125. package/ssm/document.js.map +1 -1
  2126. package/ssm/getDocument.d.ts +7 -7
  2127. package/ssm/getInstances.d.ts +2 -1
  2128. package/ssm/getInstances.js.map +1 -1
  2129. package/ssm/getMaintenanceWindows.d.ts +2 -1
  2130. package/ssm/getMaintenanceWindows.js.map +1 -1
  2131. package/ssm/getParameter.d.ts +2 -2
  2132. package/ssm/getParametersByPath.d.ts +2 -2
  2133. package/ssm/getPatchBaseline.d.ts +10 -10
  2134. package/ssm/getPatchBaseline.js.map +1 -1
  2135. package/ssm/index.d.ts +51 -17
  2136. package/ssm/index.js +52 -41
  2137. package/ssm/index.js.map +1 -1
  2138. package/ssm/maintenanceWindowTarget.d.ts +2 -1
  2139. package/ssm/maintenanceWindowTarget.js.map +1 -1
  2140. package/ssm/maintenanceWindowTask.d.ts +2 -1
  2141. package/ssm/maintenanceWindowTask.js.map +1 -1
  2142. package/ssm/parameter.d.ts +1 -1
  2143. package/ssm/parameter.js.map +1 -1
  2144. package/ssm/patchBaseline.d.ts +2 -1
  2145. package/ssm/patchBaseline.js.map +1 -1
  2146. package/ssm/resourceDataSync.d.ts +2 -1
  2147. package/ssm/resourceDataSync.js.map +1 -1
  2148. package/ssoadmin/customerManagedPolicyAttachment.d.ts +87 -0
  2149. package/ssoadmin/customerManagedPolicyAttachment.js +75 -0
  2150. package/ssoadmin/customerManagedPolicyAttachment.js.map +1 -0
  2151. package/ssoadmin/getPermissionSet.d.ts +9 -9
  2152. package/ssoadmin/index.d.ts +20 -6
  2153. package/ssoadmin/index.js +23 -30
  2154. package/ssoadmin/index.js.map +1 -1
  2155. package/storagegateway/fileSystemAssociation.d.ts +2 -1
  2156. package/storagegateway/fileSystemAssociation.js.map +1 -1
  2157. package/storagegateway/gateway.d.ts +2 -1
  2158. package/storagegateway/gateway.js.map +1 -1
  2159. package/storagegateway/getLocalDisk.d.ts +7 -7
  2160. package/storagegateway/index.d.ts +33 -11
  2161. package/storagegateway/index.js +34 -47
  2162. package/storagegateway/index.js.map +1 -1
  2163. package/storagegateway/nfsFileShare.d.ts +2 -1
  2164. package/storagegateway/nfsFileShare.js.map +1 -1
  2165. package/storagegateway/smbFileShare.d.ts +2 -1
  2166. package/storagegateway/smbFileShare.js.map +1 -1
  2167. package/swf/index.d.ts +3 -1
  2168. package/swf/index.js +4 -19
  2169. package/swf/index.js.map +1 -1
  2170. package/synthetics/canary.d.ts +2 -1
  2171. package/synthetics/canary.js.map +1 -1
  2172. package/synthetics/index.d.ts +3 -1
  2173. package/synthetics/index.js +4 -19
  2174. package/synthetics/index.js.map +1 -1
  2175. package/timestreamwrite/index.d.ts +6 -2
  2176. package/timestreamwrite/index.js +7 -22
  2177. package/timestreamwrite/index.js.map +1 -1
  2178. package/timestreamwrite/table.d.ts +2 -1
  2179. package/timestreamwrite/table.js.map +1 -1
  2180. package/transcribe/index.d.ts +12 -4
  2181. package/transcribe/index.js +13 -28
  2182. package/transcribe/index.js.map +1 -1
  2183. package/transcribe/languageModel.d.ts +2 -1
  2184. package/transcribe/languageModel.js.map +1 -1
  2185. package/transfer/access.d.ts +2 -1
  2186. package/transfer/access.js.map +1 -1
  2187. package/transfer/getServer.d.ts +7 -7
  2188. package/transfer/index.d.ts +18 -6
  2189. package/transfer/index.js +19 -32
  2190. package/transfer/index.js.map +1 -1
  2191. package/transfer/server.d.ts +2 -1
  2192. package/transfer/server.js.map +1 -1
  2193. package/transfer/user.d.ts +2 -1
  2194. package/transfer/user.js.map +1 -1
  2195. package/transfer/workflow.d.ts +8 -1
  2196. package/transfer/workflow.js.map +1 -1
  2197. package/types/index.js.map +1 -1
  2198. package/types/input.d.ts +22254 -1066
  2199. package/types/output.d.ts +22497 -1309
  2200. package/utilities.js +13 -1
  2201. package/utilities.js.map +1 -1
  2202. package/waf/byteMatchSet.d.ts +2 -1
  2203. package/waf/byteMatchSet.js.map +1 -1
  2204. package/waf/geoMatchSet.d.ts +2 -1
  2205. package/waf/geoMatchSet.js.map +1 -1
  2206. package/waf/getIpset.d.ts +2 -2
  2207. package/waf/getRateBasedRule.d.ts +2 -2
  2208. package/waf/getRule.d.ts +2 -2
  2209. package/waf/getSubscribedRuleGroup.d.ts +4 -4
  2210. package/waf/getWebAcl.d.ts +2 -2
  2211. package/waf/index.d.ts +51 -17
  2212. package/waf/index.js +52 -57
  2213. package/waf/index.js.map +1 -1
  2214. package/waf/ipSet.d.ts +2 -1
  2215. package/waf/ipSet.js.map +1 -1
  2216. package/waf/rateBasedRule.d.ts +2 -1
  2217. package/waf/rateBasedRule.js.map +1 -1
  2218. package/waf/regexMatchSet.d.ts +2 -1
  2219. package/waf/regexMatchSet.js.map +1 -1
  2220. package/waf/rule.d.ts +2 -1
  2221. package/waf/rule.js.map +1 -1
  2222. package/waf/ruleGroup.d.ts +2 -1
  2223. package/waf/ruleGroup.js.map +1 -1
  2224. package/waf/sizeConstraintSet.d.ts +2 -1
  2225. package/waf/sizeConstraintSet.js.map +1 -1
  2226. package/waf/sqlInjectionMatchSet.d.ts +2 -1
  2227. package/waf/sqlInjectionMatchSet.js.map +1 -1
  2228. package/waf/webAcl.d.ts +2 -1
  2229. package/waf/webAcl.js.map +1 -1
  2230. package/waf/xssMatchSet.d.ts +2 -1
  2231. package/waf/xssMatchSet.js.map +1 -1
  2232. package/wafregional/byteMatchSet.d.ts +2 -1
  2233. package/wafregional/byteMatchSet.js.map +1 -1
  2234. package/wafregional/geoMatchSet.d.ts +2 -1
  2235. package/wafregional/geoMatchSet.js.map +1 -1
  2236. package/wafregional/getIpset.d.ts +2 -2
  2237. package/wafregional/getRateBasedMod.d.ts +2 -2
  2238. package/wafregional/getRule.d.ts +2 -2
  2239. package/wafregional/getSubscribedRuleGroup.d.ts +4 -4
  2240. package/wafregional/getWebAcl.d.ts +2 -2
  2241. package/wafregional/index.d.ts +54 -18
  2242. package/wafregional/index.js +55 -60
  2243. package/wafregional/index.js.map +1 -1
  2244. package/wafregional/ipSet.d.ts +2 -1
  2245. package/wafregional/ipSet.js.map +1 -1
  2246. package/wafregional/rateBasedRule.d.ts +2 -1
  2247. package/wafregional/rateBasedRule.js.map +1 -1
  2248. package/wafregional/regexMatchSet.d.ts +2 -1
  2249. package/wafregional/regexMatchSet.js.map +1 -1
  2250. package/wafregional/rule.d.ts +2 -1
  2251. package/wafregional/rule.js.map +1 -1
  2252. package/wafregional/ruleGroup.d.ts +2 -1
  2253. package/wafregional/ruleGroup.js.map +1 -1
  2254. package/wafregional/sizeConstraintSet.d.ts +2 -1
  2255. package/wafregional/sizeConstraintSet.js.map +1 -1
  2256. package/wafregional/sqlInjectionMatchSet.d.ts +2 -1
  2257. package/wafregional/sqlInjectionMatchSet.js.map +1 -1
  2258. package/wafregional/webAcl.d.ts +2 -1
  2259. package/wafregional/webAcl.js.map +1 -1
  2260. package/wafregional/xssMatchSet.d.ts +2 -1
  2261. package/wafregional/xssMatchSet.js.map +1 -1
  2262. package/wafv2/getIpSet.d.ts +5 -5
  2263. package/wafv2/getRegexPatternSet.d.ts +5 -5
  2264. package/wafv2/getRegexPatternSet.js.map +1 -1
  2265. package/wafv2/getRuleGroup.d.ts +4 -4
  2266. package/wafv2/getWebAcl.d.ts +4 -4
  2267. package/wafv2/index.d.ts +30 -10
  2268. package/wafv2/index.js +31 -38
  2269. package/wafv2/index.js.map +1 -1
  2270. package/wafv2/regexPatternSet.d.ts +2 -1
  2271. package/wafv2/regexPatternSet.js.map +1 -1
  2272. package/wafv2/ruleGroup.d.ts +2 -1
  2273. package/wafv2/ruleGroup.js.map +1 -1
  2274. package/wafv2/webAcl.d.ts +2 -1
  2275. package/wafv2/webAcl.js.map +1 -1
  2276. package/wafv2/webAclLoggingConfiguration.d.ts +2 -1
  2277. package/wafv2/webAclLoggingConfiguration.js.map +1 -1
  2278. package/worklink/fleet.d.ts +2 -1
  2279. package/worklink/fleet.js.map +1 -1
  2280. package/worklink/index.d.ts +6 -2
  2281. package/worklink/index.js +7 -22
  2282. package/worklink/index.js.map +1 -1
  2283. package/workspaces/directory.d.ts +2 -1
  2284. package/workspaces/directory.js.map +1 -1
  2285. package/workspaces/getBundle.d.ts +8 -8
  2286. package/workspaces/getBundle.js.map +1 -1
  2287. package/workspaces/getDirectory.d.ts +12 -12
  2288. package/workspaces/getDirectory.js.map +1 -1
  2289. package/workspaces/getImage.d.ts +2 -2
  2290. package/workspaces/getWorkspace.d.ts +12 -12
  2291. package/workspaces/getWorkspace.js.map +1 -1
  2292. package/workspaces/index.d.ts +21 -7
  2293. package/workspaces/index.js +22 -29
  2294. package/workspaces/index.js.map +1 -1
  2295. package/workspaces/ipGroup.d.ts +2 -1
  2296. package/workspaces/ipGroup.js.map +1 -1
  2297. package/workspaces/workspace.d.ts +2 -1
  2298. package/workspaces/workspace.js.map +1 -1
  2299. package/xray/group.d.ts +2 -1
  2300. package/xray/group.js.map +1 -1
  2301. package/xray/index.d.ts +9 -3
  2302. package/xray/index.js +10 -25
  2303. package/xray/index.js.map +1 -1
@@ -38,43 +38,43 @@ export declare class ApiKey extends pulumi.CustomResource {
38
38
  */
39
39
  static isInstance(obj: any): obj is ApiKey;
40
40
  /**
41
- * Amazon Resource Name (ARN)
41
+ * ARN
42
42
  */
43
43
  readonly arn: pulumi.Output<string>;
44
44
  /**
45
- * The creation date of the API key
45
+ * Creation date of the API key
46
46
  */
47
47
  readonly createdDate: pulumi.Output<string>;
48
48
  /**
49
- * The API key description. Defaults to "Managed by Pulumi".
49
+ * API key description. Defaults to "Managed by Pulumi".
50
50
  */
51
51
  readonly description: pulumi.Output<string>;
52
52
  /**
53
- * Specifies whether the API key can be used by callers. Defaults to `true`.
53
+ * Whether the API key can be used by callers. Defaults to `true`.
54
54
  */
55
55
  readonly enabled: pulumi.Output<boolean | undefined>;
56
56
  /**
57
- * The last update date of the API key
57
+ * Last update date of the API key
58
58
  */
59
59
  readonly lastUpdatedDate: pulumi.Output<string>;
60
60
  /**
61
- * The name of the API key
61
+ * Name of the API key
62
62
  */
63
63
  readonly name: pulumi.Output<string>;
64
64
  /**
65
- * Key-value map of resource tags. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
65
+ * Key-value map of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
66
66
  */
67
67
  readonly tags: pulumi.Output<{
68
68
  [key: string]: string;
69
69
  } | undefined>;
70
70
  /**
71
- * A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
71
+ * Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
72
72
  */
73
73
  readonly tagsAll: pulumi.Output<{
74
74
  [key: string]: string;
75
75
  }>;
76
76
  /**
77
- * The value of the API key. If not specified, it will be automatically generated by AWS on creation.
77
+ * Value of the API key. If not specified, it will be automatically generated by AWS on creation.
78
78
  */
79
79
  readonly value: pulumi.Output<string>;
80
80
  /**
@@ -91,43 +91,43 @@ export declare class ApiKey extends pulumi.CustomResource {
91
91
  */
92
92
  export interface ApiKeyState {
93
93
  /**
94
- * Amazon Resource Name (ARN)
94
+ * ARN
95
95
  */
96
96
  arn?: pulumi.Input<string>;
97
97
  /**
98
- * The creation date of the API key
98
+ * Creation date of the API key
99
99
  */
100
100
  createdDate?: pulumi.Input<string>;
101
101
  /**
102
- * The API key description. Defaults to "Managed by Pulumi".
102
+ * API key description. Defaults to "Managed by Pulumi".
103
103
  */
104
104
  description?: pulumi.Input<string>;
105
105
  /**
106
- * Specifies whether the API key can be used by callers. Defaults to `true`.
106
+ * Whether the API key can be used by callers. Defaults to `true`.
107
107
  */
108
108
  enabled?: pulumi.Input<boolean>;
109
109
  /**
110
- * The last update date of the API key
110
+ * Last update date of the API key
111
111
  */
112
112
  lastUpdatedDate?: pulumi.Input<string>;
113
113
  /**
114
- * The name of the API key
114
+ * Name of the API key
115
115
  */
116
116
  name?: pulumi.Input<string>;
117
117
  /**
118
- * Key-value map of resource tags. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
118
+ * Key-value map of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
119
119
  */
120
120
  tags?: pulumi.Input<{
121
121
  [key: string]: pulumi.Input<string>;
122
122
  }>;
123
123
  /**
124
- * A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
124
+ * Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
125
125
  */
126
126
  tagsAll?: pulumi.Input<{
127
127
  [key: string]: pulumi.Input<string>;
128
128
  }>;
129
129
  /**
130
- * The value of the API key. If not specified, it will be automatically generated by AWS on creation.
130
+ * Value of the API key. If not specified, it will be automatically generated by AWS on creation.
131
131
  */
132
132
  value?: pulumi.Input<string>;
133
133
  }
@@ -136,25 +136,25 @@ export interface ApiKeyState {
136
136
  */
137
137
  export interface ApiKeyArgs {
138
138
  /**
139
- * The API key description. Defaults to "Managed by Pulumi".
139
+ * API key description. Defaults to "Managed by Pulumi".
140
140
  */
141
141
  description?: pulumi.Input<string>;
142
142
  /**
143
- * Specifies whether the API key can be used by callers. Defaults to `true`.
143
+ * Whether the API key can be used by callers. Defaults to `true`.
144
144
  */
145
145
  enabled?: pulumi.Input<boolean>;
146
146
  /**
147
- * The name of the API key
147
+ * Name of the API key
148
148
  */
149
149
  name?: pulumi.Input<string>;
150
150
  /**
151
- * Key-value map of resource tags. .If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
151
+ * Key-value map of resource tags. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
152
152
  */
153
153
  tags?: pulumi.Input<{
154
154
  [key: string]: pulumi.Input<string>;
155
155
  }>;
156
156
  /**
157
- * The value of the API key. If not specified, it will be automatically generated by AWS on creation.
157
+ * Value of the API key. If not specified, it will be automatically generated by AWS on creation.
158
158
  */
159
159
  value?: pulumi.Input<string>;
160
160
  }
@@ -92,44 +92,44 @@ export declare class Authorizer extends pulumi.CustomResource {
92
92
  */
93
93
  static isInstance(obj: any): obj is Authorizer;
94
94
  /**
95
- * Amazon Resource Name (ARN) of the API Gateway Authorizer
95
+ * ARN of the API Gateway Authorizer
96
96
  */
97
97
  readonly arn: pulumi.Output<string>;
98
98
  /**
99
- * The credentials required for the authorizer. To specify an IAM Role for API Gateway to assume, use the IAM Role ARN.
99
+ * Credentials required for the authorizer. To specify an IAM Role for API Gateway to assume, use the IAM Role ARN.
100
100
  */
101
101
  readonly authorizerCredentials: pulumi.Output<string | undefined>;
102
102
  /**
103
- * The TTL of cached authorizer results in seconds. Defaults to `300`.
103
+ * TTL of cached authorizer results in seconds. Defaults to `300`.
104
104
  */
105
105
  readonly authorizerResultTtlInSeconds: pulumi.Output<number | undefined>;
106
106
  /**
107
- * The authorizer's Uniform Resource Identifier (URI). This must be a well-formed Lambda function URI in the form of `arn:aws:apigateway:{region}:lambda:path/{service_api}`,
107
+ * Authorizer's Uniform Resource Identifier (URI). This must be a well-formed Lambda function URI in the form of `arn:aws:apigateway:{region}:lambda:path/{service_api}`,
108
108
  * e.g., `arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:012345678912:function:my-function/invocations`
109
109
  */
110
110
  readonly authorizerUri: pulumi.Output<string | undefined>;
111
111
  /**
112
- * The source of the identity in an incoming request. Defaults to `method.request.header.Authorization`. For `REQUEST` type, this may be a comma-separated list of values, including headers, query string parameters and stage variables - e.g., `"method.request.header.SomeHeaderName,method.request.querystring.SomeQueryStringName,stageVariables.SomeStageVariableName"`
112
+ * Source of the identity in an incoming request. Defaults to `method.request.header.Authorization`. For `REQUEST` type, this may be a comma-separated list of values, including headers, query string parameters and stage variables - e.g., `"method.request.header.SomeHeaderName,method.request.querystring.SomeQueryStringName,stageVariables.SomeStageVariableName"`
113
113
  */
114
114
  readonly identitySource: pulumi.Output<string | undefined>;
115
115
  /**
116
- * A validation expression for the incoming identity. For `TOKEN` type, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.
116
+ * Validation expression for the incoming identity. For `TOKEN` type, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.
117
117
  */
118
118
  readonly identityValidationExpression: pulumi.Output<string | undefined>;
119
119
  /**
120
- * The name of the authorizer
120
+ * Name of the authorizer
121
121
  */
122
122
  readonly name: pulumi.Output<string>;
123
123
  /**
124
- * A list of the Amazon Cognito user pool ARNs. Each element is of this format: `arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}`.
124
+ * List of the Amazon Cognito user pool ARNs. Each element is of this format: `arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}`.
125
125
  */
126
126
  readonly providerArns: pulumi.Output<string[] | undefined>;
127
127
  /**
128
- * The ID of the associated REST API
128
+ * ID of the associated REST API
129
129
  */
130
130
  readonly restApi: pulumi.Output<string>;
131
131
  /**
132
- * The type of the authorizer. Possible values are `TOKEN` for a Lambda function using a single authorization token submitted in a custom header, `REQUEST` for a Lambda function using incoming request parameters, or `COGNITO_USER_POOLS` for using an Amazon Cognito user pool. Defaults to `TOKEN`.
132
+ * Type of the authorizer. Possible values are `TOKEN` for a Lambda function using a single authorization token submitted in a custom header, `REQUEST` for a Lambda function using incoming request parameters, or `COGNITO_USER_POOLS` for using an Amazon Cognito user pool. Defaults to `TOKEN`.
133
133
  */
134
134
  readonly type: pulumi.Output<string | undefined>;
135
135
  /**
@@ -146,44 +146,44 @@ export declare class Authorizer extends pulumi.CustomResource {
146
146
  */
147
147
  export interface AuthorizerState {
148
148
  /**
149
- * Amazon Resource Name (ARN) of the API Gateway Authorizer
149
+ * ARN of the API Gateway Authorizer
150
150
  */
151
151
  arn?: pulumi.Input<string>;
152
152
  /**
153
- * The credentials required for the authorizer. To specify an IAM Role for API Gateway to assume, use the IAM Role ARN.
153
+ * Credentials required for the authorizer. To specify an IAM Role for API Gateway to assume, use the IAM Role ARN.
154
154
  */
155
155
  authorizerCredentials?: pulumi.Input<string>;
156
156
  /**
157
- * The TTL of cached authorizer results in seconds. Defaults to `300`.
157
+ * TTL of cached authorizer results in seconds. Defaults to `300`.
158
158
  */
159
159
  authorizerResultTtlInSeconds?: pulumi.Input<number>;
160
160
  /**
161
- * The authorizer's Uniform Resource Identifier (URI). This must be a well-formed Lambda function URI in the form of `arn:aws:apigateway:{region}:lambda:path/{service_api}`,
161
+ * Authorizer's Uniform Resource Identifier (URI). This must be a well-formed Lambda function URI in the form of `arn:aws:apigateway:{region}:lambda:path/{service_api}`,
162
162
  * e.g., `arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:012345678912:function:my-function/invocations`
163
163
  */
164
164
  authorizerUri?: pulumi.Input<string>;
165
165
  /**
166
- * The source of the identity in an incoming request. Defaults to `method.request.header.Authorization`. For `REQUEST` type, this may be a comma-separated list of values, including headers, query string parameters and stage variables - e.g., `"method.request.header.SomeHeaderName,method.request.querystring.SomeQueryStringName,stageVariables.SomeStageVariableName"`
166
+ * Source of the identity in an incoming request. Defaults to `method.request.header.Authorization`. For `REQUEST` type, this may be a comma-separated list of values, including headers, query string parameters and stage variables - e.g., `"method.request.header.SomeHeaderName,method.request.querystring.SomeQueryStringName,stageVariables.SomeStageVariableName"`
167
167
  */
168
168
  identitySource?: pulumi.Input<string>;
169
169
  /**
170
- * A validation expression for the incoming identity. For `TOKEN` type, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.
170
+ * Validation expression for the incoming identity. For `TOKEN` type, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.
171
171
  */
172
172
  identityValidationExpression?: pulumi.Input<string>;
173
173
  /**
174
- * The name of the authorizer
174
+ * Name of the authorizer
175
175
  */
176
176
  name?: pulumi.Input<string>;
177
177
  /**
178
- * A list of the Amazon Cognito user pool ARNs. Each element is of this format: `arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}`.
178
+ * List of the Amazon Cognito user pool ARNs. Each element is of this format: `arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}`.
179
179
  */
180
180
  providerArns?: pulumi.Input<pulumi.Input<string>[]>;
181
181
  /**
182
- * The ID of the associated REST API
182
+ * ID of the associated REST API
183
183
  */
184
184
  restApi?: pulumi.Input<string | RestApi>;
185
185
  /**
186
- * The type of the authorizer. Possible values are `TOKEN` for a Lambda function using a single authorization token submitted in a custom header, `REQUEST` for a Lambda function using incoming request parameters, or `COGNITO_USER_POOLS` for using an Amazon Cognito user pool. Defaults to `TOKEN`.
186
+ * Type of the authorizer. Possible values are `TOKEN` for a Lambda function using a single authorization token submitted in a custom header, `REQUEST` for a Lambda function using incoming request parameters, or `COGNITO_USER_POOLS` for using an Amazon Cognito user pool. Defaults to `TOKEN`.
187
187
  */
188
188
  type?: pulumi.Input<string>;
189
189
  }
@@ -192,40 +192,40 @@ export interface AuthorizerState {
192
192
  */
193
193
  export interface AuthorizerArgs {
194
194
  /**
195
- * The credentials required for the authorizer. To specify an IAM Role for API Gateway to assume, use the IAM Role ARN.
195
+ * Credentials required for the authorizer. To specify an IAM Role for API Gateway to assume, use the IAM Role ARN.
196
196
  */
197
197
  authorizerCredentials?: pulumi.Input<string>;
198
198
  /**
199
- * The TTL of cached authorizer results in seconds. Defaults to `300`.
199
+ * TTL of cached authorizer results in seconds. Defaults to `300`.
200
200
  */
201
201
  authorizerResultTtlInSeconds?: pulumi.Input<number>;
202
202
  /**
203
- * The authorizer's Uniform Resource Identifier (URI). This must be a well-formed Lambda function URI in the form of `arn:aws:apigateway:{region}:lambda:path/{service_api}`,
203
+ * Authorizer's Uniform Resource Identifier (URI). This must be a well-formed Lambda function URI in the form of `arn:aws:apigateway:{region}:lambda:path/{service_api}`,
204
204
  * e.g., `arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:012345678912:function:my-function/invocations`
205
205
  */
206
206
  authorizerUri?: pulumi.Input<string>;
207
207
  /**
208
- * The source of the identity in an incoming request. Defaults to `method.request.header.Authorization`. For `REQUEST` type, this may be a comma-separated list of values, including headers, query string parameters and stage variables - e.g., `"method.request.header.SomeHeaderName,method.request.querystring.SomeQueryStringName,stageVariables.SomeStageVariableName"`
208
+ * Source of the identity in an incoming request. Defaults to `method.request.header.Authorization`. For `REQUEST` type, this may be a comma-separated list of values, including headers, query string parameters and stage variables - e.g., `"method.request.header.SomeHeaderName,method.request.querystring.SomeQueryStringName,stageVariables.SomeStageVariableName"`
209
209
  */
210
210
  identitySource?: pulumi.Input<string>;
211
211
  /**
212
- * A validation expression for the incoming identity. For `TOKEN` type, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.
212
+ * Validation expression for the incoming identity. For `TOKEN` type, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.
213
213
  */
214
214
  identityValidationExpression?: pulumi.Input<string>;
215
215
  /**
216
- * The name of the authorizer
216
+ * Name of the authorizer
217
217
  */
218
218
  name?: pulumi.Input<string>;
219
219
  /**
220
- * A list of the Amazon Cognito user pool ARNs. Each element is of this format: `arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}`.
220
+ * List of the Amazon Cognito user pool ARNs. Each element is of this format: `arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}`.
221
221
  */
222
222
  providerArns?: pulumi.Input<pulumi.Input<string>[]>;
223
223
  /**
224
- * The ID of the associated REST API
224
+ * ID of the associated REST API
225
225
  */
226
226
  restApi: pulumi.Input<string | RestApi>;
227
227
  /**
228
- * The type of the authorizer. Possible values are `TOKEN` for a Lambda function using a single authorization token submitted in a custom header, `REQUEST` for a Lambda function using incoming request parameters, or `COGNITO_USER_POOLS` for using an Amazon Cognito user pool. Defaults to `TOKEN`.
228
+ * Type of the authorizer. Possible values are `TOKEN` for a Lambda function using a single authorization token submitted in a custom header, `REQUEST` for a Lambda function using incoming request parameters, or `COGNITO_USER_POOLS` for using an Amazon Cognito user pool. Defaults to `TOKEN`.
229
229
  */
230
230
  type?: pulumi.Input<string>;
231
231
  }
@@ -66,15 +66,15 @@ export declare class BasePathMapping extends pulumi.CustomResource {
66
66
  */
67
67
  readonly basePath: pulumi.Output<string | undefined>;
68
68
  /**
69
- * The already-registered domain name to connect the API to.
69
+ * Already-registered domain name to connect the API to.
70
70
  */
71
71
  readonly domainName: pulumi.Output<string>;
72
72
  /**
73
- * The id of the API to connect.
73
+ * ID of the API to connect.
74
74
  */
75
75
  readonly restApi: pulumi.Output<string>;
76
76
  /**
77
- * The name of a specific deployment stage to expose at the given path. If omitted, callers may select any stage by including its name as a path element after the base path.
77
+ * Name of a specific deployment stage to expose at the given path. If omitted, callers may select any stage by including its name as a path element after the base path.
78
78
  */
79
79
  readonly stageName: pulumi.Output<string | undefined>;
80
80
  /**
@@ -95,15 +95,15 @@ export interface BasePathMappingState {
95
95
  */
96
96
  basePath?: pulumi.Input<string>;
97
97
  /**
98
- * The already-registered domain name to connect the API to.
98
+ * Already-registered domain name to connect the API to.
99
99
  */
100
100
  domainName?: pulumi.Input<string>;
101
101
  /**
102
- * The id of the API to connect.
102
+ * ID of the API to connect.
103
103
  */
104
104
  restApi?: pulumi.Input<string | RestApi>;
105
105
  /**
106
- * The name of a specific deployment stage to expose at the given path. If omitted, callers may select any stage by including its name as a path element after the base path.
106
+ * Name of a specific deployment stage to expose at the given path. If omitted, callers may select any stage by including its name as a path element after the base path.
107
107
  */
108
108
  stageName?: pulumi.Input<string>;
109
109
  }
@@ -116,15 +116,15 @@ export interface BasePathMappingArgs {
116
116
  */
117
117
  basePath?: pulumi.Input<string>;
118
118
  /**
119
- * The already-registered domain name to connect the API to.
119
+ * Already-registered domain name to connect the API to.
120
120
  */
121
121
  domainName: pulumi.Input<string>;
122
122
  /**
123
- * The id of the API to connect.
123
+ * ID of the API to connect.
124
124
  */
125
125
  restApi: pulumi.Input<string | RestApi>;
126
126
  /**
127
- * The name of a specific deployment stage to expose at the given path. If omitted, callers may select any stage by including its name as a path element after the base path.
127
+ * Name of a specific deployment stage to expose at the given path. If omitted, callers may select any stage by including its name as a path element after the base path.
128
128
  */
129
129
  stageName?: pulumi.Input<string>;
130
130
  }
@@ -38,19 +38,19 @@ export declare class ClientCertificate extends pulumi.CustomResource {
38
38
  */
39
39
  static isInstance(obj: any): obj is ClientCertificate;
40
40
  /**
41
- * Amazon Resource Name (ARN)
41
+ * ARN
42
42
  */
43
43
  readonly arn: pulumi.Output<string>;
44
44
  /**
45
- * The date when the client certificate was created.
45
+ * Date when the client certificate was created.
46
46
  */
47
47
  readonly createdDate: pulumi.Output<string>;
48
48
  /**
49
- * The description of the client certificate.
49
+ * Description of the client certificate.
50
50
  */
51
51
  readonly description: pulumi.Output<string | undefined>;
52
52
  /**
53
- * The date when the client certificate will expire.
53
+ * Date when the client certificate will expire.
54
54
  */
55
55
  readonly expirationDate: pulumi.Output<string>;
56
56
  /**
@@ -64,7 +64,7 @@ export declare class ClientCertificate extends pulumi.CustomResource {
64
64
  [key: string]: string;
65
65
  } | undefined>;
66
66
  /**
67
- * A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
67
+ * Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
68
68
  */
69
69
  readonly tagsAll: pulumi.Output<{
70
70
  [key: string]: string;
@@ -83,19 +83,19 @@ export declare class ClientCertificate extends pulumi.CustomResource {
83
83
  */
84
84
  export interface ClientCertificateState {
85
85
  /**
86
- * Amazon Resource Name (ARN)
86
+ * ARN
87
87
  */
88
88
  arn?: pulumi.Input<string>;
89
89
  /**
90
- * The date when the client certificate was created.
90
+ * Date when the client certificate was created.
91
91
  */
92
92
  createdDate?: pulumi.Input<string>;
93
93
  /**
94
- * The description of the client certificate.
94
+ * Description of the client certificate.
95
95
  */
96
96
  description?: pulumi.Input<string>;
97
97
  /**
98
- * The date when the client certificate will expire.
98
+ * Date when the client certificate will expire.
99
99
  */
100
100
  expirationDate?: pulumi.Input<string>;
101
101
  /**
@@ -109,7 +109,7 @@ export interface ClientCertificateState {
109
109
  [key: string]: pulumi.Input<string>;
110
110
  }>;
111
111
  /**
112
- * A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
112
+ * Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
113
113
  */
114
114
  tagsAll?: pulumi.Input<{
115
115
  [key: string]: pulumi.Input<string>;
@@ -120,7 +120,7 @@ export interface ClientCertificateState {
120
120
  */
121
121
  export interface ClientCertificateArgs {
122
122
  /**
123
- * The description of the client certificate.
123
+ * Description of the client certificate.
124
124
  */
125
125
  description?: pulumi.Input<string>;
126
126
  /**
@@ -108,7 +108,7 @@ export declare class Deployment extends pulumi.CustomResource {
108
108
  */
109
109
  static isInstance(obj: any): obj is Deployment;
110
110
  /**
111
- * The creation date of the deployment
111
+ * Creation date of the deployment
112
112
  */
113
113
  readonly createdDate: pulumi.Output<string>;
114
114
  /**
@@ -116,14 +116,14 @@ export declare class Deployment extends pulumi.CustomResource {
116
116
  */
117
117
  readonly description: pulumi.Output<string | undefined>;
118
118
  /**
119
- * The execution ARN to be used in `lambdaPermission` resource's `sourceArn`
119
+ * Execution ARN to be used in `lambdaPermission`'s `sourceArn`
120
120
  * when allowing API Gateway to invoke a Lambda function,
121
121
  * e.g., `arn:aws:execute-api:eu-west-2:123456789012:z4675bid1j/prod`
122
122
  */
123
123
  readonly executionArn: pulumi.Output<string>;
124
124
  /**
125
- * The URL to invoke the API pointing to the stage,
126
- * e.g. `https://z4675bid1j.execute-api.eu-west-2.amazonaws.com/prod`
125
+ * URL to invoke the API pointing to the stage,
126
+ * e.g., `https://z4675bid1j.execute-api.eu-west-2.amazonaws.com/prod`
127
127
  */
128
128
  readonly invokeUrl: pulumi.Output<string>;
129
129
  /**
@@ -164,7 +164,7 @@ export declare class Deployment extends pulumi.CustomResource {
164
164
  */
165
165
  export interface DeploymentState {
166
166
  /**
167
- * The creation date of the deployment
167
+ * Creation date of the deployment
168
168
  */
169
169
  createdDate?: pulumi.Input<string>;
170
170
  /**
@@ -172,14 +172,14 @@ export interface DeploymentState {
172
172
  */
173
173
  description?: pulumi.Input<string>;
174
174
  /**
175
- * The execution ARN to be used in `lambdaPermission` resource's `sourceArn`
175
+ * Execution ARN to be used in `lambdaPermission`'s `sourceArn`
176
176
  * when allowing API Gateway to invoke a Lambda function,
177
177
  * e.g., `arn:aws:execute-api:eu-west-2:123456789012:z4675bid1j/prod`
178
178
  */
179
179
  executionArn?: pulumi.Input<string>;
180
180
  /**
181
- * The URL to invoke the API pointing to the stage,
182
- * e.g. `https://z4675bid1j.execute-api.eu-west-2.amazonaws.com/prod`
181
+ * URL to invoke the API pointing to the stage,
182
+ * e.g., `https://z4675bid1j.execute-api.eu-west-2.amazonaws.com/prod`
183
183
  */
184
184
  invokeUrl?: pulumi.Input<string>;
185
185
  /**
@@ -1,5 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { input as inputs, output as outputs } from "../types";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
3
4
  /**
4
5
  * Provides a settings of an API Gateway Documentation Part.
5
6
  *
@@ -46,15 +47,15 @@ export declare class DocumentationPart extends pulumi.CustomResource {
46
47
  */
47
48
  static isInstance(obj: any): obj is DocumentationPart;
48
49
  /**
49
- * The location of the targeted API entity of the to-be-created documentation part. See below.
50
+ * Location of the targeted API entity of the to-be-created documentation part. See below.
50
51
  */
51
52
  readonly location: pulumi.Output<outputs.apigateway.DocumentationPartLocation>;
52
53
  /**
53
- * A content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only Swagger-compliant key-value pairs can be exported and, hence, published.
54
+ * Content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only Swagger-compliant key-value pairs can be exported and, hence, published.
54
55
  */
55
56
  readonly properties: pulumi.Output<string>;
56
57
  /**
57
- * The ID of the associated Rest API
58
+ * ID of the associated Rest API
58
59
  */
59
60
  readonly restApiId: pulumi.Output<string>;
60
61
  /**
@@ -71,15 +72,15 @@ export declare class DocumentationPart extends pulumi.CustomResource {
71
72
  */
72
73
  export interface DocumentationPartState {
73
74
  /**
74
- * The location of the targeted API entity of the to-be-created documentation part. See below.
75
+ * Location of the targeted API entity of the to-be-created documentation part. See below.
75
76
  */
76
77
  location?: pulumi.Input<inputs.apigateway.DocumentationPartLocation>;
77
78
  /**
78
- * A content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only Swagger-compliant key-value pairs can be exported and, hence, published.
79
+ * Content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only Swagger-compliant key-value pairs can be exported and, hence, published.
79
80
  */
80
81
  properties?: pulumi.Input<string>;
81
82
  /**
82
- * The ID of the associated Rest API
83
+ * ID of the associated Rest API
83
84
  */
84
85
  restApiId?: pulumi.Input<string>;
85
86
  }
@@ -88,15 +89,15 @@ export interface DocumentationPartState {
88
89
  */
89
90
  export interface DocumentationPartArgs {
90
91
  /**
91
- * The location of the targeted API entity of the to-be-created documentation part. See below.
92
+ * Location of the targeted API entity of the to-be-created documentation part. See below.
92
93
  */
93
94
  location: pulumi.Input<inputs.apigateway.DocumentationPartLocation>;
94
95
  /**
95
- * A content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only Swagger-compliant key-value pairs can be exported and, hence, published.
96
+ * Content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ \"description\": \"The API does ...\" }". Only Swagger-compliant key-value pairs can be exported and, hence, published.
96
97
  */
97
98
  properties: pulumi.Input<string>;
98
99
  /**
99
- * The ID of the associated Rest API
100
+ * ID of the associated Rest API
100
101
  */
101
102
  restApiId: pulumi.Input<string>;
102
103
  }
@@ -1 +1 @@
1
- {"version":3,"file":"documentationPart.js","sourceRoot":"","sources":["../../apigateway/documentationPart.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IAiDxD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;IAzED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;;AA1BL,8CA2EC;AA7DG,gBAAgB;AACO,8BAAY,GAAG,oDAAoD,CAAC"}
1
+ {"version":3,"file":"documentationPart.js","sourceRoot":"","sources":["../../apigateway/documentationPart.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IAiDxD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;IAzED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;;AA1BL,8CA2EC;AA7DG,gBAAgB;AACO,8BAAY,GAAG,oDAAoD,CAAC"}
@@ -50,15 +50,15 @@ export declare class DocumentationVersion extends pulumi.CustomResource {
50
50
  */
51
51
  static isInstance(obj: any): obj is DocumentationVersion;
52
52
  /**
53
- * The description of the API documentation version.
53
+ * Description of the API documentation version.
54
54
  */
55
55
  readonly description: pulumi.Output<string | undefined>;
56
56
  /**
57
- * The ID of the associated Rest API
57
+ * ID of the associated Rest API
58
58
  */
59
59
  readonly restApiId: pulumi.Output<string>;
60
60
  /**
61
- * The version identifier of the API documentation snapshot.
61
+ * Version identifier of the API documentation snapshot.
62
62
  */
63
63
  readonly version: pulumi.Output<string>;
64
64
  /**
@@ -75,15 +75,15 @@ export declare class DocumentationVersion extends pulumi.CustomResource {
75
75
  */
76
76
  export interface DocumentationVersionState {
77
77
  /**
78
- * The description of the API documentation version.
78
+ * Description of the API documentation version.
79
79
  */
80
80
  description?: pulumi.Input<string>;
81
81
  /**
82
- * The ID of the associated Rest API
82
+ * ID of the associated Rest API
83
83
  */
84
84
  restApiId?: pulumi.Input<string>;
85
85
  /**
86
- * The version identifier of the API documentation snapshot.
86
+ * Version identifier of the API documentation snapshot.
87
87
  */
88
88
  version?: pulumi.Input<string>;
89
89
  }
@@ -92,15 +92,15 @@ export interface DocumentationVersionState {
92
92
  */
93
93
  export interface DocumentationVersionArgs {
94
94
  /**
95
- * The description of the API documentation version.
95
+ * Description of the API documentation version.
96
96
  */
97
97
  description?: pulumi.Input<string>;
98
98
  /**
99
- * The ID of the associated Rest API
99
+ * ID of the associated Rest API
100
100
  */
101
101
  restApiId: pulumi.Input<string>;
102
102
  /**
103
- * The version identifier of the API documentation snapshot.
103
+ * Version identifier of the API documentation snapshot.
104
104
  */
105
105
  version: pulumi.Input<string>;
106
106
  }
@@ -1,5 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { input as inputs, output as outputs } from "../types";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
3
4
  /**
4
5
  * Registers a custom domain name for use with AWS API Gateway. Additional information about this functionality
5
6
  * can be found in the [API Gateway Developer Guide](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html).