@jjrawlins/cdk-ami-builder 0.0.66 → 0.0.68

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 (662) hide show
  1. package/.jsii +14 -14
  2. package/API.md +3 -45
  3. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction.go +12 -25
  4. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunctionProps.go +1 -1
  5. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__checks.go +7 -7
  6. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__no_checks.go +3 -3
  7. package/{cdk-ami-builder → cdkamibuilder}/IActionCommands.go +1 -1
  8. package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__checks.go +1 -1
  9. package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__no_checks.go +1 -1
  10. package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument.go +1 -1
  11. package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__checks.go +1 -1
  12. package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__no_checks.go +1 -1
  13. package/{cdk-ami-builder → cdkamibuilder}/IComponentProps.go +1 -1
  14. package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__checks.go +1 -1
  15. package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__no_checks.go +1 -1
  16. package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters.go +1 -1
  17. package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__checks.go +1 -1
  18. package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__no_checks.go +1 -1
  19. package/{cdk-ami-builder → cdkamibuilder}/IInputParameter.go +1 -1
  20. package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__checks.go +1 -1
  21. package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__no_checks.go +1 -1
  22. package/{cdk-ami-builder → cdkamibuilder}/IPhases.go +1 -1
  23. package/{cdk-ami-builder → cdkamibuilder}/IPhases__checks.go +1 -1
  24. package/{cdk-ami-builder → cdkamibuilder}/IPhases__no_checks.go +1 -1
  25. package/{cdk-ami-builder → cdkamibuilder}/IStepCommands.go +1 -1
  26. package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__checks.go +1 -1
  27. package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__no_checks.go +1 -1
  28. package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline.go +4 -17
  29. package/{cdk-ami-builder → cdkamibuilder}/ImagePipelineProps.go +1 -1
  30. package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__checks.go +1 -1
  31. package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__no_checks.go +1 -1
  32. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction.go +12 -25
  33. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunctionProps.go +1 -1
  34. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__checks.go +7 -7
  35. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__no_checks.go +3 -3
  36. package/{cdk-ami-builder → cdkamibuilder}/VolumeProps.go +1 -1
  37. package/{cdk-ami-builder → cdkamibuilder}/go.mod +3 -3
  38. package/{cdk-ami-builder → cdkamibuilder}/jsii/jsii.go +2 -2
  39. package/{cdk-ami-builder → cdkamibuilder}/main.go +1 -1
  40. package/cdkamibuilder/version +1 -0
  41. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  42. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  43. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  44. package/node_modules/@aws-sdk/client-ec2/README.md +88 -0
  45. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +2587 -1182
  46. package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +22 -0
  47. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
  48. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
  49. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
  50. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
  51. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
  52. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
  53. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
  54. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
  55. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
  56. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
  57. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
  58. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  59. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
  60. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
  61. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
  62. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
  63. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
  64. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
  65. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +11 -0
  66. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +2 -0
  67. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_1.js +70 -21
  68. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_2.js +21 -40
  69. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_3.js +40 -31
  70. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_4.js +31 -35
  71. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_5.js +35 -21
  72. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_6.js +20 -30
  73. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +30 -32
  74. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +24 -0
  75. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
  76. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
  77. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
  78. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
  79. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
  80. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/index.js +5 -0
  81. package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +1117 -6
  82. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +79 -0
  83. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +13 -2
  84. package/node_modules/@aws-sdk/client-ec2/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +12 -0
  92. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyImageCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  99. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  104. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  108. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +3 -2
  118. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  119. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +130 -0
  120. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
  121. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamScopeCommand.d.ts +9 -1
  123. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -4
  125. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -6
  126. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  131. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  132. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -1
  133. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  134. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  135. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  138. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  151. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  152. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  155. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  157. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  158. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  160. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  161. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  162. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  163. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  164. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +3 -2
  165. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
  166. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
  167. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
  168. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
  169. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
  170. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcCommand.d.ts +15 -11
  171. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointCommand.d.ts +9 -1
  172. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  173. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
  177. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
  178. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
  179. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
  180. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamScopeCommand.d.ts +4 -0
  181. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
  182. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
  183. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  184. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  185. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  188. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
  189. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -0
  191. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  192. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  193. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  195. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  196. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
  197. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
  198. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamScopesCommand.d.ts +4 -0
  199. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  200. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
  201. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  203. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  204. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  205. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  206. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  207. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  208. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
  209. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  215. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
  216. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
  217. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +4 -0
  218. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  219. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +6 -1
  220. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +6 -1
  221. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ExportImageCommand.d.ts +1 -1
  222. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
  223. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  224. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  225. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  226. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  230. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  231. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
  232. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
  233. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -0
  234. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  235. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportImageCommand.d.ts +1 -1
  236. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  237. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  238. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  239. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  240. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
  241. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
  242. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamScopeCommand.d.ts +9 -0
  243. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
  244. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  245. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  246. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
  247. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  248. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  249. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  250. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  251. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  252. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  253. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  254. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  255. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  256. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  257. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  258. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  259. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointCommand.d.ts +5 -1
  260. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
  261. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  262. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  263. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  264. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  265. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  266. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  267. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
  268. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  269. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  270. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  271. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  272. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/TerminateInstancesCommand.d.ts +13 -1
  273. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +11 -0
  274. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +4 -2
  275. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +1205 -1509
  276. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +5443 -5198
  277. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +3423 -3351
  278. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +828 -397
  279. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +6191 -6433
  280. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +4211 -4032
  281. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +4719 -4730
  282. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +1050 -7
  283. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
  284. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
  285. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
  286. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
  287. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
  288. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/index.d.ts +5 -0
  289. package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +99 -0
  290. package/node_modules/@aws-sdk/client-ec2/dist-types/runtimeConfig.d.ts +1 -1
  291. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +225 -0
  292. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +66 -0
  293. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
  294. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
  295. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  296. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
  297. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -4
  298. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  299. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  300. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  301. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
  302. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
  303. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
  304. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
  305. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
  306. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
  307. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  309. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  310. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  311. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  312. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
  313. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
  314. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
  315. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -4
  316. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  317. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  318. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  319. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  320. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  321. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  322. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
  323. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
  324. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -4
  325. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  326. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  327. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  328. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  329. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  330. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  331. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  332. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  333. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
  334. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
  335. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
  336. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
  337. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
  338. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -4
  339. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  340. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  341. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  342. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  343. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  344. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  345. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  346. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  347. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  348. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  349. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  350. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  351. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  352. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
  353. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +11 -0
  354. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +2 -0
  355. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +169 -185
  356. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +203 -165
  357. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +184 -172
  358. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +171 -118
  359. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +143 -163
  360. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +164 -154
  361. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +232 -270
  362. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +260 -6
  363. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
  364. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
  365. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
  366. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
  367. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
  368. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/index.d.ts +5 -0
  369. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  370. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  371. package/node_modules/@aws-sdk/client-ec2/package.json +35 -35
  372. package/node_modules/@aws-sdk/client-ecs/README.md +14 -12
  373. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +15 -5
  374. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +8 -5
  375. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +5 -0
  376. package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +14 -12
  377. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +14 -12
  378. package/node_modules/@aws-sdk/client-ecs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  379. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +11 -8
  380. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +12 -10
  381. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +126 -86
  382. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +9 -6
  383. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
  384. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +4 -4
  385. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -2
  386. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +12 -8
  387. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +8 -4
  388. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +4 -4
  389. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -3
  390. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +7 -7
  391. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -2
  392. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -2
  393. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +4 -3
  394. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -2
  395. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +4 -3
  396. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +6 -2
  397. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +6 -2
  398. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -2
  399. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +4 -3
  400. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +2 -2
  401. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  402. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +11 -10
  403. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -2
  404. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -2
  405. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +8 -8
  406. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -2
  407. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +4 -3
  408. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +2 -2
  409. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -5
  410. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +2 -2
  411. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  412. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -2
  413. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -2
  414. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +5 -5
  415. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +7 -6
  416. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -2
  417. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +8 -7
  418. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +10 -8
  419. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +4 -3
  420. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +9 -6
  421. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +31 -23
  422. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +10 -6
  423. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +10 -7
  424. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +5 -5
  425. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -3
  426. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  427. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +4 -3
  428. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +2 -2
  429. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  430. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +4 -3
  431. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
  432. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
  433. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +24 -21
  434. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +9 -9
  435. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +29 -13
  436. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -3
  437. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +9 -8
  438. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -3
  439. package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +14 -12
  440. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +2014 -1610
  441. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +689 -439
  442. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -1
  443. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
  444. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +17 -21
  445. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +21 -0
  446. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  447. package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
  448. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +4 -0
  449. package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +4 -0
  450. package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  451. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -0
  452. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +4 -4
  453. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +6 -6
  454. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeriveSharedSecretCommand.d.ts +7 -7
  455. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -0
  456. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +2 -2
  457. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -6
  458. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +8 -8
  459. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -2
  460. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +5 -5
  461. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
  462. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
  463. package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +2 -2
  464. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -0
  465. package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +2 -2
  466. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +119 -51
  467. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -1
  468. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +7 -0
  469. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  470. package/node_modules/@aws-sdk/client-kms/package.json +33 -33
  471. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  472. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  473. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  474. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
  475. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  476. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  477. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  478. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -1
  479. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  480. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  481. package/node_modules/@aws-sdk/client-sfn/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  482. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -1
  483. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  484. package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
  485. package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  486. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +1 -1
  487. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  488. package/node_modules/@aws-sdk/client-sns/package.json +33 -33
  489. package/node_modules/@aws-sdk/client-sqs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  490. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -1
  491. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  492. package/node_modules/@aws-sdk/client-sqs/package.json +35 -35
  493. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +31 -4
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +14 -4
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +5 -1
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +13 -1
  497. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  498. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
  499. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +7 -1
  500. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -2
  501. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +10 -1
  502. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +7 -1
  503. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +36 -84
  504. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +79 -19
  505. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
  506. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
  507. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
  508. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +8 -17
  509. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +17 -5
  510. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
  511. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  512. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  513. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
  514. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
  515. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  516. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  517. package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
  518. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
  519. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
  520. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
  521. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
  522. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  523. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  524. package/node_modules/@aws-sdk/core/package.json +11 -11
  525. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  526. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  527. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  528. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +108 -45
  529. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
  530. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
  531. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
  532. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  533. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
  534. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  535. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  536. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  537. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -0
  538. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -0
  539. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  540. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  541. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  542. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  543. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  544. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  545. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  546. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  547. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  548. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
  549. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  550. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
  551. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  552. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
  553. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
  554. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  555. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  556. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  557. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
  558. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +17 -8
  559. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  560. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +17 -8
  561. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
  562. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  563. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  564. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  565. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  566. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  567. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +7 -0
  568. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  569. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  570. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
  571. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  572. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  573. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  574. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
  575. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  576. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  577. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  578. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
  579. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  580. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  581. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  582. package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -5
  583. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  584. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -1
  585. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +3 -1
  586. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  587. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
  588. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  589. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
  590. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
  591. package/node_modules/@aws-sdk/types/package.json +2 -2
  592. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  593. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  594. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  595. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  596. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  597. package/node_modules/@smithy/abort-controller/package.json +2 -2
  598. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
  599. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
  600. package/node_modules/@smithy/config-resolver/package.json +5 -5
  601. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +5 -14
  602. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
  603. package/node_modules/@smithy/core/package.json +7 -7
  604. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  605. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  606. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  607. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  608. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  609. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  610. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  611. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  612. package/node_modules/@smithy/hash-node/package.json +2 -2
  613. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  614. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  615. package/node_modules/@smithy/md5-js/package.json +2 -2
  616. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  617. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  618. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  619. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  620. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  621. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  622. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +7 -4
  623. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -2
  624. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  625. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
  626. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -2
  627. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
  628. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -1
  629. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  630. package/node_modules/@smithy/property-provider/package.json +2 -2
  631. package/node_modules/@smithy/protocol-http/package.json +2 -2
  632. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  633. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  634. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  635. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  636. package/node_modules/@smithy/signature-v4/package.json +4 -4
  637. package/node_modules/@smithy/smithy-client/package.json +7 -7
  638. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  639. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  640. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  641. package/node_modules/@smithy/types/package.json +1 -1
  642. package/node_modules/@smithy/url-parser/package.json +3 -3
  643. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  644. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  645. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  646. package/node_modules/@smithy/util-middleware/package.json +2 -2
  647. package/node_modules/@smithy/util-retry/package.json +3 -3
  648. package/node_modules/@smithy/util-stream/package.json +4 -4
  649. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +17 -4
  650. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  651. package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
  652. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
  653. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  654. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
  655. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
  656. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
  657. package/node_modules/@smithy/util-waiter/package.json +3 -3
  658. package/package.json +23 -22
  659. package/cdk-ami-builder/version +0 -1
  660. /package/{cdk-ami-builder → cdkamibuilder}/LICENSE +0 -0
  661. /package/{cdk-ami-builder → cdkamibuilder}/README.md +0 -0
  662. /package/{cdk-ami-builder → cdkamibuilder}/internal/types.go +0 -0
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../ECSClient";
8
- import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
8
+ import { ListTasksRequest, ListTasksResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListTasksCommandInput extends ListTasksRequest {}
@@ -549,6 +549,22 @@ export declare const SchedulingStrategy: {
549
549
  };
550
550
  export type SchedulingStrategy =
551
551
  (typeof SchedulingStrategy)[keyof typeof SchedulingStrategy];
552
+ export declare const ServiceConnectAccessLoggingFormat: {
553
+ readonly JSON: "JSON";
554
+ readonly TEXT: "TEXT";
555
+ };
556
+ export type ServiceConnectAccessLoggingFormat =
557
+ (typeof ServiceConnectAccessLoggingFormat)[keyof typeof ServiceConnectAccessLoggingFormat];
558
+ export declare const ServiceConnectIncludeQueryParameters: {
559
+ readonly DISABLED: "DISABLED";
560
+ readonly ENABLED: "ENABLED";
561
+ };
562
+ export type ServiceConnectIncludeQueryParameters =
563
+ (typeof ServiceConnectIncludeQueryParameters)[keyof typeof ServiceConnectIncludeQueryParameters];
564
+ export interface ServiceConnectAccessLogConfiguration {
565
+ format: ServiceConnectAccessLoggingFormat | undefined;
566
+ includeQueryParameters?: ServiceConnectIncludeQueryParameters | undefined;
567
+ }
552
568
  export declare const LogDriver: {
553
569
  readonly AWSFIRELENS: "awsfirelens";
554
570
  readonly AWSLOGS: "awslogs";
@@ -609,6 +625,7 @@ export interface ServiceConnectConfiguration {
609
625
  namespace?: string | undefined;
610
626
  services?: ServiceConnectService[] | undefined;
611
627
  logConfiguration?: LogConfiguration | undefined;
628
+ accessLogConfiguration?: ServiceConnectAccessLogConfiguration | undefined;
612
629
  }
613
630
  export interface ServiceRegistry {
614
631
  registryArn?: string | undefined;
@@ -1973,27 +1990,6 @@ export interface ListTaskDefinitionsResponse {
1973
1990
  taskDefinitionArns?: string[] | undefined;
1974
1991
  nextToken?: string | undefined;
1975
1992
  }
1976
- export declare const DesiredStatus: {
1977
- readonly PENDING: "PENDING";
1978
- readonly RUNNING: "RUNNING";
1979
- readonly STOPPED: "STOPPED";
1980
- };
1981
- export type DesiredStatus = (typeof DesiredStatus)[keyof typeof DesiredStatus];
1982
- export interface ListTasksRequest {
1983
- cluster?: string | undefined;
1984
- containerInstance?: string | undefined;
1985
- family?: string | undefined;
1986
- nextToken?: string | undefined;
1987
- maxResults?: number | undefined;
1988
- startedBy?: string | undefined;
1989
- serviceName?: string | undefined;
1990
- desiredStatus?: DesiredStatus | undefined;
1991
- launchType?: LaunchType | undefined;
1992
- }
1993
- export interface ListTasksResponse {
1994
- taskArns?: string[] | undefined;
1995
- nextToken?: string | undefined;
1996
- }
1997
1993
  export declare const SessionFilterSensitiveLog: (obj: Session) => any;
1998
1994
  export declare const ExecuteCommandResponseFilterSensitiveLog: (
1999
1995
  obj: ExecuteCommandResponse
@@ -60,6 +60,27 @@ import {
60
60
  Volume,
61
61
  VpcLatticeConfiguration,
62
62
  } from "./models_0";
63
+ export declare const DesiredStatus: {
64
+ readonly PENDING: "PENDING";
65
+ readonly RUNNING: "RUNNING";
66
+ readonly STOPPED: "STOPPED";
67
+ };
68
+ export type DesiredStatus = (typeof DesiredStatus)[keyof typeof DesiredStatus];
69
+ export interface ListTasksRequest {
70
+ cluster?: string | undefined;
71
+ containerInstance?: string | undefined;
72
+ family?: string | undefined;
73
+ nextToken?: string | undefined;
74
+ maxResults?: number | undefined;
75
+ startedBy?: string | undefined;
76
+ serviceName?: string | undefined;
77
+ desiredStatus?: DesiredStatus | undefined;
78
+ launchType?: LaunchType | undefined;
79
+ }
80
+ export interface ListTasksResponse {
81
+ taskArns?: string[] | undefined;
82
+ nextToken?: string | undefined;
83
+ }
63
84
  export interface PutAccountSettingRequest {
64
85
  name: SettingName | undefined;
65
86
  value: string | undefined;
@@ -11,9 +11,7 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
13
  init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- ) => import("@smithy/types").MemoizedProvider<
15
- import("@smithy/types").AwsCredentialIdentity
16
- >);
14
+ ) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
17
15
  defaultUserAgentProvider: (
18
16
  config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved
19
17
  ) => Promise<import("@smithy/types").UserAgent>;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecs",
3
3
  "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4
- "version": "3.919.0",
4
+ "version": "3.927.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.916.0",
24
- "@aws-sdk/credential-provider-node": "3.919.0",
25
- "@aws-sdk/middleware-host-header": "3.914.0",
26
- "@aws-sdk/middleware-logger": "3.914.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.919.0",
28
- "@aws-sdk/middleware-user-agent": "3.916.0",
29
- "@aws-sdk/region-config-resolver": "3.914.0",
30
- "@aws-sdk/types": "3.914.0",
31
- "@aws-sdk/util-endpoints": "3.916.0",
32
- "@aws-sdk/util-user-agent-browser": "3.914.0",
33
- "@aws-sdk/util-user-agent-node": "3.916.0",
34
- "@smithy/config-resolver": "^4.4.0",
35
- "@smithy/core": "^3.17.1",
36
- "@smithy/fetch-http-handler": "^5.3.4",
37
- "@smithy/hash-node": "^4.2.3",
38
- "@smithy/invalid-dependency": "^4.2.3",
39
- "@smithy/middleware-content-length": "^4.2.3",
40
- "@smithy/middleware-endpoint": "^4.3.5",
41
- "@smithy/middleware-retry": "^4.4.5",
42
- "@smithy/middleware-serde": "^4.2.3",
43
- "@smithy/middleware-stack": "^4.2.3",
44
- "@smithy/node-config-provider": "^4.3.3",
45
- "@smithy/node-http-handler": "^4.4.3",
46
- "@smithy/protocol-http": "^5.3.3",
47
- "@smithy/smithy-client": "^4.9.1",
48
- "@smithy/types": "^4.8.0",
49
- "@smithy/url-parser": "^4.2.3",
23
+ "@aws-sdk/core": "3.927.0",
24
+ "@aws-sdk/credential-provider-node": "3.927.0",
25
+ "@aws-sdk/middleware-host-header": "3.922.0",
26
+ "@aws-sdk/middleware-logger": "3.922.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
+ "@aws-sdk/middleware-user-agent": "3.927.0",
29
+ "@aws-sdk/region-config-resolver": "3.925.0",
30
+ "@aws-sdk/types": "3.922.0",
31
+ "@aws-sdk/util-endpoints": "3.922.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.922.0",
33
+ "@aws-sdk/util-user-agent-node": "3.927.0",
34
+ "@smithy/config-resolver": "^4.4.2",
35
+ "@smithy/core": "^3.17.2",
36
+ "@smithy/fetch-http-handler": "^5.3.5",
37
+ "@smithy/hash-node": "^4.2.4",
38
+ "@smithy/invalid-dependency": "^4.2.4",
39
+ "@smithy/middleware-content-length": "^4.2.4",
40
+ "@smithy/middleware-endpoint": "^4.3.6",
41
+ "@smithy/middleware-retry": "^4.4.6",
42
+ "@smithy/middleware-serde": "^4.2.4",
43
+ "@smithy/middleware-stack": "^4.2.4",
44
+ "@smithy/node-config-provider": "^4.3.4",
45
+ "@smithy/node-http-handler": "^4.4.4",
46
+ "@smithy/protocol-http": "^5.3.4",
47
+ "@smithy/smithy-client": "^4.9.2",
48
+ "@smithy/types": "^4.8.1",
49
+ "@smithy/url-parser": "^4.2.4",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.4",
54
- "@smithy/util-defaults-mode-node": "^4.2.6",
55
- "@smithy/util-endpoints": "^3.2.3",
56
- "@smithy/util-middleware": "^4.2.3",
57
- "@smithy/util-retry": "^4.2.3",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.5",
54
+ "@smithy/util-defaults-mode-node": "^4.2.8",
55
+ "@smithy/util-endpoints": "^3.2.4",
56
+ "@smithy/util-middleware": "^4.2.4",
57
+ "@smithy/util-retry": "^4.2.4",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
- "@smithy/util-waiter": "^4.2.3",
59
+ "@smithy/util-waiter": "^4.2.4",
60
60
  "@smithy/uuid": "^1.1.0",
61
61
  "tslib": "^2.6.2"
62
62
  },
@@ -555,6 +555,7 @@ const CustomerMasterKeySpec = {
555
555
  SYMMETRIC_DEFAULT: "SYMMETRIC_DEFAULT",
556
556
  };
557
557
  const KeySpec = {
558
+ ECC_NIST_EDWARDS25519: "ECC_NIST_EDWARDS25519",
558
559
  ECC_NIST_P256: "ECC_NIST_P256",
559
560
  ECC_NIST_P384: "ECC_NIST_P384",
560
561
  ECC_NIST_P521: "ECC_NIST_P521",
@@ -625,6 +626,8 @@ const SigningAlgorithmSpec = {
625
626
  ECDSA_SHA_256: "ECDSA_SHA_256",
626
627
  ECDSA_SHA_384: "ECDSA_SHA_384",
627
628
  ECDSA_SHA_512: "ECDSA_SHA_512",
629
+ ED25519_PH_SHA_512: "ED25519_PH_SHA_512",
630
+ ED25519_SHA_512: "ED25519_SHA_512",
628
631
  ML_DSA_SHAKE_256: "ML_DSA_SHAKE_256",
629
632
  RSASSA_PKCS1_V1_5_SHA_256: "RSASSA_PKCS1_V1_5_SHA_256",
630
633
  RSASSA_PKCS1_V1_5_SHA_384: "RSASSA_PKCS1_V1_5_SHA_384",
@@ -719,6 +722,7 @@ class CustomKeyStoreHasCMKsException extends KMSServiceException {
719
722
  }
720
723
  }
721
724
  const DataKeyPairSpec = {
725
+ ECC_NIST_EDWARDS25519: "ECC_NIST_EDWARDS25519",
722
726
  ECC_NIST_P256: "ECC_NIST_P256",
723
727
  ECC_NIST_P384: "ECC_NIST_P384",
724
728
  ECC_NIST_P521: "ECC_NIST_P521",
@@ -438,6 +438,7 @@ export const CustomerMasterKeySpec = {
438
438
  SYMMETRIC_DEFAULT: "SYMMETRIC_DEFAULT",
439
439
  };
440
440
  export const KeySpec = {
441
+ ECC_NIST_EDWARDS25519: "ECC_NIST_EDWARDS25519",
441
442
  ECC_NIST_P256: "ECC_NIST_P256",
442
443
  ECC_NIST_P384: "ECC_NIST_P384",
443
444
  ECC_NIST_P521: "ECC_NIST_P521",
@@ -508,6 +509,8 @@ export const SigningAlgorithmSpec = {
508
509
  ECDSA_SHA_256: "ECDSA_SHA_256",
509
510
  ECDSA_SHA_384: "ECDSA_SHA_384",
510
511
  ECDSA_SHA_512: "ECDSA_SHA_512",
512
+ ED25519_PH_SHA_512: "ED25519_PH_SHA_512",
513
+ ED25519_SHA_512: "ED25519_SHA_512",
511
514
  ML_DSA_SHAKE_256: "ML_DSA_SHAKE_256",
512
515
  RSASSA_PKCS1_V1_5_SHA_256: "RSASSA_PKCS1_V1_5_SHA_256",
513
516
  RSASSA_PKCS1_V1_5_SHA_384: "RSASSA_PKCS1_V1_5_SHA_384",
@@ -602,6 +605,7 @@ export class CustomKeyStoreHasCMKsException extends __BaseException {
602
605
  }
603
606
  }
604
607
  export const DataKeyPairSpec = {
608
+ ECC_NIST_EDWARDS25519: "ECC_NIST_EDWARDS25519",
605
609
  ECC_NIST_P256: "ECC_NIST_P256",
606
610
  ECC_NIST_P384: "ECC_NIST_P384",
607
611
  ECC_NIST_P521: "ECC_NIST_P521",
@@ -26,7 +26,7 @@ export interface KMSHttpAuthSchemeProvider extends HttpAuthSchemeProvider<KMSHtt
26
26
  */
27
27
  export declare const defaultKMSHttpAuthSchemeProvider: KMSHttpAuthSchemeProvider;
28
28
  /**
29
- * @internal
29
+ * @public
30
30
  */
31
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
32
32
  /**
@@ -134,6 +134,7 @@ declare const CreateCustomKeyStoreCommand_base: {
134
134
  * XksProxyUriEndpoint: "STRING_VALUE",
135
135
  * XksProxyUriPath: "STRING_VALUE",
136
136
  * XksProxyVpcEndpointServiceName: "STRING_VALUE",
137
+ * XksProxyVpcEndpointServiceOwner: "STRING_VALUE",
137
138
  * XksProxyAuthenticationCredential: { // XksProxyAuthenticationCredentialType
138
139
  * AccessKeyId: "STRING_VALUE", // required
139
140
  * RawSecretAccessKey: "STRING_VALUE", // required
@@ -71,7 +71,7 @@ declare const CreateKeyCommand_base: {
71
71
  * key never leaves KMS unencrypted. However, you can use the <a>GetPublicKey</a> operation to download the public key so it can be used
72
72
  * outside of KMS. Each KMS key can have only one key usage. KMS keys with RSA key pairs
73
73
  * can be used to encrypt and decrypt data or sign and verify messages (but not both). KMS
74
- * keys with NIST-recommended ECC key pairs can be used to sign and verify messages or
74
+ * keys with NIST-standard ECC key pairs can be used to sign and verify messages or
75
75
  * derive shared secrets (but not both). KMS keys with <code>ECC_SECG_P256K1</code> can be
76
76
  * used only to sign and verify messages. KMS keys with ML-DSA key pairs can be used to
77
77
  * sign and verify messages. KMS keys with SM2 key pairs (China Regions only) can be used
@@ -211,7 +211,7 @@ declare const CreateKeyCommand_base: {
211
211
  * Description: "STRING_VALUE",
212
212
  * KeyUsage: "SIGN_VERIFY" || "ENCRYPT_DECRYPT" || "GENERATE_VERIFY_MAC" || "KEY_AGREEMENT",
213
213
  * CustomerMasterKeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2",
214
- * KeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87",
214
+ * KeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87" || "ECC_NIST_EDWARDS25519",
215
215
  * Origin: "AWS_KMS" || "EXTERNAL" || "AWS_CLOUDHSM" || "EXTERNAL_KEY_STORE",
216
216
  * CustomKeyStoreId: "STRING_VALUE",
217
217
  * BypassPolicyLockoutSafetyCheck: true || false,
@@ -244,12 +244,12 @@ declare const CreateKeyCommand_base: {
244
244
  * // ExpirationModel: "KEY_MATERIAL_EXPIRES" || "KEY_MATERIAL_DOES_NOT_EXPIRE",
245
245
  * // KeyManager: "AWS" || "CUSTOMER",
246
246
  * // CustomerMasterKeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2",
247
- * // KeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87",
247
+ * // KeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87" || "ECC_NIST_EDWARDS25519",
248
248
  * // EncryptionAlgorithms: [ // EncryptionAlgorithmSpecList
249
249
  * // "SYMMETRIC_DEFAULT" || "RSAES_OAEP_SHA_1" || "RSAES_OAEP_SHA_256" || "SM2PKE",
250
250
  * // ],
251
251
  * // SigningAlgorithms: [ // SigningAlgorithmSpecList
252
- * // "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256",
252
+ * // "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256" || "ED25519_SHA_512" || "ED25519_PH_SHA_512",
253
253
  * // ],
254
254
  * // KeyAgreementAlgorithms: [ // KeyAgreementAlgorithmSpecList
255
255
  * // "ECDH",
@@ -82,12 +82,12 @@ declare const DecryptCommand_base: {
82
82
  * particular trusted accounts. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/iam-policies.html#iam-policies-best-practices">Best practices for IAM
83
83
  * policies</a> in the <i>Key Management Service Developer Guide</i>.</p>
84
84
  * <p>
85
- * <code>Decrypt</code> also supports <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitro-enclave.html">Amazon Web Services Nitro Enclaves</a> and NitroTPM, which provide
86
- * attested environments in Amazon EC2. To call <code>Decrypt</code> for a Nitro enclave or NitroTPM, use
87
- * the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK. Use the <code>Recipient</code> parameter to provide the
88
- * attestation document for the attested environment. Instead of the plaintext data, the response
89
- * includes the plaintext data encrypted with the public key from the attestation document
90
- * (<code>CiphertextForRecipient</code>). For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
85
+ * <code>Decrypt</code> also supports <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitro-enclave.html">Amazon Web Services Nitro Enclaves</a> and NitroTPM, which
86
+ * provide attested environments in Amazon EC2. To call <code>Decrypt</code> for a Nitro enclave or
87
+ * NitroTPM, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK. Use the <code>Recipient</code>
88
+ * parameter to provide the attestation document for the attested environment. Instead of the
89
+ * plaintext data, the response includes the plaintext data encrypted with the public key from
90
+ * the attestation document (<code>CiphertextForRecipient</code>). For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
91
91
  * <p>The KMS key that you use for this operation must be in a compatible key state. For
92
92
  * details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key states of KMS keys</a> in the <i>Key Management Service Developer Guide</i>.</p>
93
93
  * <p>
@@ -29,9 +29,9 @@ declare const DeriveSharedSecretCommand_base: {
29
29
  /**
30
30
  * <p>Derives a shared secret using a key agreement algorithm.</p>
31
31
  * <note>
32
- * <p>You must use an asymmetric NIST-recommended elliptic curve (ECC) or SM2 (China Regions
33
- * only) KMS key pair with a <code>KeyUsage</code>
34
- * value of <code>KEY_AGREEMENT</code> to call DeriveSharedSecret.</p>
32
+ * <p>You must use an asymmetric NIST-standard elliptic curve (ECC) or SM2 (China Regions
33
+ * only) KMS key pair with a <code>KeyUsage</code> value of <code>KEY_AGREEMENT</code> to call
34
+ * DeriveSharedSecret.</p>
35
35
  * </note>
36
36
  * <p>DeriveSharedSecret uses the <a href="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-56Ar3.pdf#page=60">Elliptic Curve Cryptography Cofactor Diffie-Hellman Primitive</a> (ECDH) to establish a
37
37
  * key agreement between two peers by deriving a shared secret from their elliptic curve
@@ -48,14 +48,14 @@ declare const DeriveSharedSecretCommand_base: {
48
48
  * <b>Alice</b> calls <a>CreateKey</a> to create an
49
49
  * asymmetric KMS key pair with a <code>KeyUsage</code> value of
50
50
  * <code>KEY_AGREEMENT</code>.</p>
51
- * <p>The asymmetric KMS key must use a NIST-recommended elliptic curve (ECC) or SM2 (China
51
+ * <p>The asymmetric KMS key must use a NIST-standard elliptic curve (ECC) or SM2 (China
52
52
  * Regions only) key spec.</p>
53
53
  * </li>
54
54
  * <li>
55
55
  * <p>
56
56
  * <b>Bob</b> creates an elliptic curve key pair.</p>
57
57
  * <p>Bob can call <a>CreateKey</a> to create an asymmetric KMS key pair or
58
- * generate a key pair outside of KMS. Bob's key pair must use the same NIST-recommended
58
+ * generate a key pair outside of KMS. Bob's key pair must use the same NIST-standard
59
59
  * elliptic curve (ECC) or SM2 (China Regions ony) curve as Alice.</p>
60
60
  * </li>
61
61
  * <li>
@@ -83,8 +83,8 @@ declare const DeriveSharedSecretCommand_base: {
83
83
  * </li>
84
84
  * </ol>
85
85
  * <p>To derive a shared secret you must provide a key agreement algorithm, the private key of
86
- * the caller's asymmetric NIST-recommended elliptic curve or SM2 (China Regions only) KMS key
87
- * pair, and the public key from your peer's NIST-recommended elliptic curve or SM2 (China
86
+ * the caller's asymmetric NIST-standard elliptic curve or SM2 (China Regions only) KMS key
87
+ * pair, and the public key from your peer's NIST-standard elliptic curve or SM2 (China
88
88
  * Regions only) key pair. The public key can be from another asymmetric KMS key pair or from a
89
89
  * key pair generated outside of KMS, but both key pairs must be on the same elliptic
90
90
  * curve.</p>
@@ -122,6 +122,7 @@ declare const DescribeCustomKeyStoresCommand_base: {
122
122
  * // UriEndpoint: "STRING_VALUE",
123
123
  * // UriPath: "STRING_VALUE",
124
124
  * // VpcEndpointServiceName: "STRING_VALUE",
125
+ * // VpcEndpointServiceOwner: "STRING_VALUE",
125
126
  * // },
126
127
  * // },
127
128
  * // ],
@@ -145,12 +145,12 @@ declare const DescribeKeyCommand_base: {
145
145
  * // ExpirationModel: "KEY_MATERIAL_EXPIRES" || "KEY_MATERIAL_DOES_NOT_EXPIRE",
146
146
  * // KeyManager: "AWS" || "CUSTOMER",
147
147
  * // CustomerMasterKeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2",
148
- * // KeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87",
148
+ * // KeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87" || "ECC_NIST_EDWARDS25519",
149
149
  * // EncryptionAlgorithms: [ // EncryptionAlgorithmSpecList
150
150
  * // "SYMMETRIC_DEFAULT" || "RSAES_OAEP_SHA_1" || "RSAES_OAEP_SHA_256" || "SM2PKE",
151
151
  * // ],
152
152
  * // SigningAlgorithms: [ // SigningAlgorithmSpecList
153
- * // "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256",
153
+ * // "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256" || "ED25519_SHA_512" || "ED25519_PH_SHA_512",
154
154
  * // ],
155
155
  * // KeyAgreementAlgorithms: [ // KeyAgreementAlgorithmSpecList
156
156
  * // "ECDH",
@@ -53,12 +53,12 @@ declare const GenerateDataKeyCommand_base: {
53
53
  * <p>
54
54
  * <code>GenerateDataKey</code> also supports <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitro-enclave.html">Amazon Web Services Nitro Enclaves</a>, which provide an
55
55
  * isolated compute environment in Amazon EC2. To call <code>GenerateDataKey</code> for an Amazon Web Services Nitro
56
- * enclave or NitroTPM, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK. Use the <code>Recipient</code> parameter
57
- * to provide the attestation document for the attested environment. <code>GenerateDataKey</code> returns a
58
- * copy of the data key encrypted under the specified KMS key, as usual. But instead of a
59
- * plaintext copy of the data key, the response includes a copy of the data key encrypted under
60
- * the public key from the attestation document (<code>CiphertextForRecipient</code>).
61
- * For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
56
+ * enclave or NitroTPM, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK. Use the
57
+ * <code>Recipient</code> parameter to provide the attestation document for the attested
58
+ * environment. <code>GenerateDataKey</code> returns a copy of the data key encrypted under the
59
+ * specified KMS key, as usual. But instead of a plaintext copy of the data key, the response
60
+ * includes a copy of the data key encrypted under the public key from the attestation document
61
+ * (<code>CiphertextForRecipient</code>). For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
62
62
  * <p>The KMS key that you use for this operation must be in a compatible key state. For
63
63
  * details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key states of KMS keys</a> in the <i>Key Management Service Developer Guide</i>.</p>
64
64
  * <p>
@@ -60,12 +60,12 @@ declare const GenerateDataKeyPairCommand_base: {
60
60
  * <p>
61
61
  * <code>GenerateDataKeyPair</code> also supports <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitro-enclave.html">Amazon Web Services Nitro Enclaves</a>, which provide an
62
62
  * isolated compute environment in Amazon EC2. To call <code>GenerateDataKeyPair</code> for an Amazon Web Services
63
- * Nitro enclave or NitroTPM, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK. Use the <code>Recipient</code>
64
- * parameter to provide the attestation document for the attested environment.
65
- * <code>GenerateDataKeyPair</code> returns the public data key and a copy of the private data
66
- * key encrypted under the specified KMS key, as usual. But instead of a plaintext copy of the
67
- * private data key (<code>PrivateKeyPlaintext</code>), the response includes a copy of the
68
- * private data key encrypted under the public key from the attestation document
63
+ * Nitro enclave or NitroTPM, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK. Use the
64
+ * <code>Recipient</code> parameter to provide the attestation document for the attested
65
+ * environment. <code>GenerateDataKeyPair</code> returns the public data key and a copy of the
66
+ * private data key encrypted under the specified KMS key, as usual. But instead of a plaintext
67
+ * copy of the private data key (<code>PrivateKeyPlaintext</code>), the response includes a copy
68
+ * of the private data key encrypted under the public key from the attestation document
69
69
  * (<code>CiphertextForRecipient</code>). For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
70
70
  * <p>You can use an optional encryption context to add additional security to the encryption
71
71
  * operation. If you specify an <code>EncryptionContext</code>, you must specify the same
@@ -125,7 +125,7 @@ declare const GenerateDataKeyPairCommand_base: {
125
125
  * "<keys>": "STRING_VALUE",
126
126
  * },
127
127
  * KeyId: "STRING_VALUE", // required
128
- * KeyPairSpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SM2", // required
128
+ * KeyPairSpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SM2" || "ECC_NIST_EDWARDS25519", // required
129
129
  * GrantTokens: [ // GrantTokenList
130
130
  * "STRING_VALUE",
131
131
  * ],
@@ -142,7 +142,7 @@ declare const GenerateDataKeyPairCommand_base: {
142
142
  * // PrivateKeyPlaintext: new Uint8Array(),
143
143
  * // PublicKey: new Uint8Array(),
144
144
  * // KeyId: "STRING_VALUE",
145
- * // KeyPairSpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SM2",
145
+ * // KeyPairSpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SM2" || "ECC_NIST_EDWARDS25519",
146
146
  * // CiphertextForRecipient: new Uint8Array(),
147
147
  * // KeyMaterialId: "STRING_VALUE",
148
148
  * // };
@@ -107,7 +107,7 @@ declare const GenerateDataKeyPairWithoutPlaintextCommand_base: {
107
107
  * "<keys>": "STRING_VALUE",
108
108
  * },
109
109
  * KeyId: "STRING_VALUE", // required
110
- * KeyPairSpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SM2", // required
110
+ * KeyPairSpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SM2" || "ECC_NIST_EDWARDS25519", // required
111
111
  * GrantTokens: [ // GrantTokenList
112
112
  * "STRING_VALUE",
113
113
  * ],
@@ -119,7 +119,7 @@ declare const GenerateDataKeyPairWithoutPlaintextCommand_base: {
119
119
  * // PrivateKeyCiphertextBlob: new Uint8Array(),
120
120
  * // PublicKey: new Uint8Array(),
121
121
  * // KeyId: "STRING_VALUE",
122
- * // KeyPairSpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SM2",
122
+ * // KeyPairSpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SM2" || "ECC_NIST_EDWARDS25519",
123
123
  * // KeyMaterialId: "STRING_VALUE",
124
124
  * // };
125
125
  *
@@ -35,11 +35,11 @@ declare const GenerateRandomCommand_base: {
35
35
  * parameter.</p>
36
36
  * <p>
37
37
  * <code>GenerateRandom</code> also supports <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitro-enclave.html">Amazon Web Services Nitro Enclaves</a>, which provide an
38
- * isolated compute environment in Amazon EC2. To call <code>GenerateRandom</code> for a Nitro
39
- * enclave or NitroTPM, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK. Use the <code>Recipient</code> parameter
40
- * to provide the attestation document for the attested environment. Instead of plaintext bytes, the response
41
- * includes the plaintext bytes encrypted under the public key from the attestation document
42
- * (<code>CiphertextForRecipient</code>). For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
38
+ * isolated compute environment in Amazon EC2. To call <code>GenerateRandom</code> for a Nitro enclave
39
+ * or NitroTPM, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK. Use the <code>Recipient</code>
40
+ * parameter to provide the attestation document for the attested environment. Instead of
41
+ * plaintext bytes, the response includes the plaintext bytes encrypted under the public key from
42
+ * the attestation document (<code>CiphertextForRecipient</code>). For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
43
43
  * <p>For more information about entropy and random number generation, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-cryptography.html#entropy-and-random-numbers">Entropy and random number generation</a> in the <i>Key Management Service Developer Guide</i>.</p>
44
44
  * <p>
45
45
  * <b>Cross-account use</b>: Not applicable.
@@ -99,13 +99,13 @@ declare const GetPublicKeyCommand_base: {
99
99
  * // KeyId: "STRING_VALUE",
100
100
  * // PublicKey: new Uint8Array(),
101
101
  * // CustomerMasterKeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2",
102
- * // KeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87",
102
+ * // KeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87" || "ECC_NIST_EDWARDS25519",
103
103
  * // KeyUsage: "SIGN_VERIFY" || "ENCRYPT_DECRYPT" || "GENERATE_VERIFY_MAC" || "KEY_AGREEMENT",
104
104
  * // EncryptionAlgorithms: [ // EncryptionAlgorithmSpecList
105
105
  * // "SYMMETRIC_DEFAULT" || "RSAES_OAEP_SHA_1" || "RSAES_OAEP_SHA_256" || "SM2PKE",
106
106
  * // ],
107
107
  * // SigningAlgorithms: [ // SigningAlgorithmSpecList
108
- * // "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256",
108
+ * // "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256" || "ED25519_SHA_512" || "ED25519_PH_SHA_512",
109
109
  * // ],
110
110
  * // KeyAgreementAlgorithms: [ // KeyAgreementAlgorithmSpecList
111
111
  * // "ECDH",
@@ -150,12 +150,12 @@ declare const ReplicateKeyCommand_base: {
150
150
  * // ExpirationModel: "KEY_MATERIAL_EXPIRES" || "KEY_MATERIAL_DOES_NOT_EXPIRE",
151
151
  * // KeyManager: "AWS" || "CUSTOMER",
152
152
  * // CustomerMasterKeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2",
153
- * // KeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87",
153
+ * // KeySpec: "RSA_2048" || "RSA_3072" || "RSA_4096" || "ECC_NIST_P256" || "ECC_NIST_P384" || "ECC_NIST_P521" || "ECC_SECG_P256K1" || "SYMMETRIC_DEFAULT" || "HMAC_224" || "HMAC_256" || "HMAC_384" || "HMAC_512" || "SM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87" || "ECC_NIST_EDWARDS25519",
154
154
  * // EncryptionAlgorithms: [ // EncryptionAlgorithmSpecList
155
155
  * // "SYMMETRIC_DEFAULT" || "RSAES_OAEP_SHA_1" || "RSAES_OAEP_SHA_256" || "SM2PKE",
156
156
  * // ],
157
157
  * // SigningAlgorithms: [ // SigningAlgorithmSpecList
158
- * // "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256",
158
+ * // "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256" || "ED25519_SHA_512" || "ED25519_PH_SHA_512",
159
159
  * // ],
160
160
  * // KeyAgreementAlgorithms: [ // KeyAgreementAlgorithmSpecList
161
161
  * // "ECDH",
@@ -97,7 +97,7 @@ declare const SignCommand_base: {
97
97
  * GrantTokens: [ // GrantTokenList
98
98
  * "STRING_VALUE",
99
99
  * ],
100
- * SigningAlgorithm: "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256", // required
100
+ * SigningAlgorithm: "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256" || "ED25519_SHA_512" || "ED25519_PH_SHA_512", // required
101
101
  * DryRun: true || false,
102
102
  * };
103
103
  * const command = new SignCommand(input);
@@ -105,7 +105,7 @@ declare const SignCommand_base: {
105
105
  * // { // SignResponse
106
106
  * // KeyId: "STRING_VALUE",
107
107
  * // Signature: new Uint8Array(),
108
- * // SigningAlgorithm: "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256",
108
+ * // SigningAlgorithm: "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256" || "ED25519_SHA_512" || "ED25519_PH_SHA_512",
109
109
  * // };
110
110
  *
111
111
  * ```
@@ -139,6 +139,7 @@ declare const UpdateCustomKeyStoreCommand_base: {
139
139
  * XksProxyUriEndpoint: "STRING_VALUE",
140
140
  * XksProxyUriPath: "STRING_VALUE",
141
141
  * XksProxyVpcEndpointServiceName: "STRING_VALUE",
142
+ * XksProxyVpcEndpointServiceOwner: "STRING_VALUE",
142
143
  * XksProxyAuthenticationCredential: { // XksProxyAuthenticationCredentialType
143
144
  * AccessKeyId: "STRING_VALUE", // required
144
145
  * RawSecretAccessKey: "STRING_VALUE", // required
@@ -78,7 +78,7 @@ declare const VerifyCommand_base: {
78
78
  * Message: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
79
79
  * MessageType: "RAW" || "DIGEST" || "EXTERNAL_MU",
80
80
  * Signature: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
81
- * SigningAlgorithm: "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256", // required
81
+ * SigningAlgorithm: "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256" || "ED25519_SHA_512" || "ED25519_PH_SHA_512", // required
82
82
  * GrantTokens: [ // GrantTokenList
83
83
  * "STRING_VALUE",
84
84
  * ],
@@ -89,7 +89,7 @@ declare const VerifyCommand_base: {
89
89
  * // { // VerifyResponse
90
90
  * // KeyId: "STRING_VALUE",
91
91
  * // SignatureValid: true || false,
92
- * // SigningAlgorithm: "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256",
92
+ * // SigningAlgorithm: "RSASSA_PSS_SHA_256" || "RSASSA_PSS_SHA_384" || "RSASSA_PSS_SHA_512" || "RSASSA_PKCS1_V1_5_SHA_256" || "RSASSA_PKCS1_V1_5_SHA_384" || "RSASSA_PKCS1_V1_5_SHA_512" || "ECDSA_SHA_256" || "ECDSA_SHA_384" || "ECDSA_SHA_512" || "SM2DSA" || "ML_DSA_SHAKE_256" || "ED25519_SHA_512" || "ED25519_PH_SHA_512",
93
93
  * // };
94
94
  *
95
95
  * ```