@jjrawlins/cdk-ami-builder 0.0.65 → 0.0.67

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 (623) hide show
  1. package/.jsii +14 -14
  2. package/.mergify.yml +3 -3
  3. package/API.md +3 -45
  4. package/cdk-ami-builder/jsii/jsii.go +2 -2
  5. package/cdk-ami-builder/version +1 -1
  6. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  7. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  8. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  9. package/node_modules/@aws-sdk/client-ec2/README.md +88 -0
  10. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +2587 -1182
  11. package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +22 -0
  12. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
  13. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
  14. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
  15. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
  16. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
  17. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
  18. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
  19. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
  20. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
  21. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
  22. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
  23. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  24. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
  25. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
  26. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
  27. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
  28. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
  29. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
  30. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +11 -0
  31. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +2 -0
  32. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_1.js +70 -21
  33. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_2.js +21 -40
  34. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_3.js +40 -31
  35. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_4.js +31 -35
  36. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_5.js +35 -21
  37. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_6.js +20 -30
  38. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +30 -32
  39. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +24 -0
  40. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
  41. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
  42. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
  43. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
  44. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
  45. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/index.js +5 -0
  46. package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +1117 -6
  47. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +79 -0
  48. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +13 -2
  49. package/node_modules/@aws-sdk/client-ec2/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +12 -0
  57. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyImageCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  64. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  69. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  73. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  75. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +3 -2
  83. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +130 -0
  85. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
  86. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamScopeCommand.d.ts +9 -1
  88. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -4
  90. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -6
  91. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -1
  98. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  118. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  119. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  123. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  126. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +3 -2
  130. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
  131. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
  132. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
  133. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
  134. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
  135. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcCommand.d.ts +15 -11
  136. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointCommand.d.ts +9 -1
  137. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  138. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
  142. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
  143. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
  144. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
  145. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamScopeCommand.d.ts +4 -0
  146. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
  147. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
  148. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  151. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  152. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
  154. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  155. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -0
  156. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  157. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  158. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  160. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  161. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
  162. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
  163. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamScopesCommand.d.ts +4 -0
  164. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  165. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
  166. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  167. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  168. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  169. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  170. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  171. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  172. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  173. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
  174. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  178. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  179. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  180. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
  181. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
  182. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +4 -0
  183. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  184. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +6 -1
  185. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +6 -1
  186. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ExportImageCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
  188. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  189. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  192. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  193. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  195. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  196. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
  197. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
  198. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -0
  199. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  200. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportImageCommand.d.ts +1 -1
  201. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  203. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  204. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  205. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
  206. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
  207. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamScopeCommand.d.ts +9 -0
  208. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
  209. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
  212. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  215. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  216. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  217. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  218. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  219. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  220. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  221. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  222. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  223. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  224. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointCommand.d.ts +5 -1
  225. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
  226. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  230. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  231. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  232. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
  233. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  234. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  235. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  236. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  237. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/TerminateInstancesCommand.d.ts +13 -1
  238. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +11 -0
  239. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +4 -2
  240. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +1205 -1509
  241. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +5443 -5198
  242. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +3423 -3351
  243. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +828 -397
  244. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +6191 -6433
  245. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +4211 -4032
  246. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +4719 -4730
  247. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +1050 -7
  248. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
  249. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
  250. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
  251. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
  252. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
  253. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/index.d.ts +5 -0
  254. package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +99 -0
  255. package/node_modules/@aws-sdk/client-ec2/dist-types/runtimeConfig.d.ts +1 -1
  256. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +225 -0
  257. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +66 -0
  258. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
  259. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
  260. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  261. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
  262. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -4
  263. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  264. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  265. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  266. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
  267. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
  268. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
  269. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
  270. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
  271. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
  272. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
  273. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  274. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  275. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  276. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  277. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
  278. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
  279. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
  280. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -4
  281. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  282. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  283. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  284. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  285. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  286. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  287. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
  288. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
  289. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -4
  290. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  291. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  292. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  293. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  294. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  295. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  296. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  297. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  298. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
  299. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
  300. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
  301. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
  302. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
  303. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -4
  304. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  305. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  306. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  307. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  309. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  310. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  311. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  312. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  313. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  314. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  315. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  316. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  317. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
  318. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +11 -0
  319. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +2 -0
  320. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +169 -185
  321. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +203 -165
  322. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +184 -172
  323. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +171 -118
  324. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +143 -163
  325. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +164 -154
  326. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +232 -270
  327. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +260 -6
  328. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
  329. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
  330. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
  331. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
  332. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
  333. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/index.d.ts +5 -0
  334. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  335. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  336. package/node_modules/@aws-sdk/client-ec2/package.json +35 -35
  337. package/node_modules/@aws-sdk/client-ecs/README.md +14 -12
  338. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +15 -5
  339. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +8 -5
  340. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +5 -0
  341. package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +14 -12
  342. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +14 -12
  343. package/node_modules/@aws-sdk/client-ecs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  344. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +11 -8
  345. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +12 -10
  346. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +126 -86
  347. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +9 -6
  348. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
  349. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +4 -4
  350. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -2
  351. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +12 -8
  352. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +8 -4
  353. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +4 -4
  354. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -3
  355. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +7 -7
  356. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -2
  357. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -2
  358. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +4 -3
  359. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -2
  360. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +4 -3
  361. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +6 -2
  362. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +6 -2
  363. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -2
  364. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +4 -3
  365. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +2 -2
  366. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  367. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +11 -10
  368. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -2
  369. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -2
  370. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +8 -8
  371. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -2
  372. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +4 -3
  373. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +2 -2
  374. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -5
  375. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +2 -2
  376. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  377. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -2
  378. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -2
  379. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +5 -5
  380. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +7 -6
  381. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -2
  382. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +8 -7
  383. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +10 -8
  384. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +4 -3
  385. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +9 -6
  386. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +31 -23
  387. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +10 -6
  388. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +10 -7
  389. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +5 -5
  390. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -3
  391. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  392. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +4 -3
  393. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +2 -2
  394. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  395. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +4 -3
  396. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
  397. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
  398. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +24 -21
  399. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +9 -9
  400. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +29 -13
  401. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -3
  402. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +9 -8
  403. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -3
  404. package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +14 -12
  405. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +2014 -1610
  406. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +689 -439
  407. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -1
  408. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
  409. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +17 -21
  410. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +21 -0
  411. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  412. package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
  413. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +4 -0
  414. package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +4 -0
  415. package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  416. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -0
  417. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +4 -4
  418. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +6 -6
  419. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeriveSharedSecretCommand.d.ts +7 -7
  420. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -0
  421. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +2 -2
  422. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -6
  423. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +8 -8
  424. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -2
  425. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +5 -5
  426. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
  427. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
  428. package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +2 -2
  429. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -0
  430. package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +2 -2
  431. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +119 -51
  432. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -1
  433. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +7 -0
  434. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  435. package/node_modules/@aws-sdk/client-kms/package.json +33 -33
  436. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  437. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  438. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  439. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
  440. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  441. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  442. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  443. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -1
  444. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  445. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  446. package/node_modules/@aws-sdk/client-sfn/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  447. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -1
  448. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  449. package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
  450. package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  451. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +1 -1
  452. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  453. package/node_modules/@aws-sdk/client-sns/package.json +33 -33
  454. package/node_modules/@aws-sdk/client-sqs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  455. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -1
  456. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  457. package/node_modules/@aws-sdk/client-sqs/package.json +35 -35
  458. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +31 -4
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +14 -4
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +5 -1
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +13 -1
  462. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  463. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
  464. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +7 -1
  465. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -2
  466. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +10 -1
  467. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +7 -1
  468. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +36 -84
  469. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +79 -19
  470. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
  471. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
  472. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
  473. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +8 -17
  474. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +17 -5
  475. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
  476. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  477. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  478. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
  479. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
  480. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  481. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  482. package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
  483. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
  484. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
  485. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
  486. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
  487. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  488. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  489. package/node_modules/@aws-sdk/core/package.json +11 -11
  490. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  491. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  492. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  493. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +108 -45
  494. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
  495. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
  496. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
  497. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  498. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
  499. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  500. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  501. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  502. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -0
  503. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -0
  504. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  505. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  506. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  507. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  508. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  509. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  510. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  511. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  512. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  513. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
  514. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  515. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
  516. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  517. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
  518. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
  519. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  520. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  521. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  522. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
  523. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +17 -8
  524. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  525. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +17 -8
  526. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
  527. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  528. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  529. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  530. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  531. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  532. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +7 -0
  533. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  534. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  535. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
  536. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  537. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  538. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  539. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
  540. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  541. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  542. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  543. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
  544. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  545. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  546. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  547. package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -5
  548. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  549. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -1
  550. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +3 -1
  551. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  552. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
  553. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  554. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
  555. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
  556. package/node_modules/@aws-sdk/types/package.json +2 -2
  557. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  558. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  559. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  560. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  561. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  562. package/node_modules/@smithy/abort-controller/package.json +2 -2
  563. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
  564. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
  565. package/node_modules/@smithy/config-resolver/package.json +5 -5
  566. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +5 -14
  567. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
  568. package/node_modules/@smithy/core/package.json +7 -7
  569. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  570. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  571. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  572. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  573. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  574. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  575. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  576. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  577. package/node_modules/@smithy/hash-node/package.json +2 -2
  578. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  579. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  580. package/node_modules/@smithy/md5-js/package.json +2 -2
  581. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  582. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  583. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  584. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  585. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  586. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  587. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +7 -4
  588. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -2
  589. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  590. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
  591. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -2
  592. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
  593. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -1
  594. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  595. package/node_modules/@smithy/property-provider/package.json +2 -2
  596. package/node_modules/@smithy/protocol-http/package.json +2 -2
  597. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  598. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  599. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  600. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  601. package/node_modules/@smithy/signature-v4/package.json +4 -4
  602. package/node_modules/@smithy/smithy-client/package.json +7 -7
  603. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  604. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  605. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  606. package/node_modules/@smithy/types/package.json +1 -1
  607. package/node_modules/@smithy/url-parser/package.json +3 -3
  608. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  609. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  610. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  611. package/node_modules/@smithy/util-middleware/package.json +2 -2
  612. package/node_modules/@smithy/util-retry/package.json +3 -3
  613. package/node_modules/@smithy/util-stream/package.json +4 -4
  614. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +17 -4
  615. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  616. package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
  617. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
  618. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  619. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
  620. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
  621. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
  622. package/node_modules/@smithy/util-waiter/package.json +3 -3
  623. package/package.json +23 -22
@@ -1,7 +1,810 @@
1
- import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag } from "./models_0";
2
- import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationPreference, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, EndpointIpAddressType, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, OutputFormat, Placement, PlatformValues, Schedule, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficIpAddressType, TrafficType, TransportProtocol } from "./models_1";
3
- import { CapacityReservationTargetResponse, GroupIdentifier, InstanceIpv6Address, NetworkInterfaceStatus, StateReason } from "./models_2";
4
- import { CapacityBlock, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
1
+ import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag } from "./models_0";
2
+ import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationPreference, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, EndpointIpAddressType, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, OutputFormat, Placement, PlatformValues, Schedule, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficIpAddressType, TrafficType, TransportProtocol } from "./models_1";
3
+ import { CapacityReservationTargetResponse, GroupIdentifier, InstanceBandwidthWeighting, InstanceIpv6Address, NetworkInterfaceStatus, StateReason } from "./models_2";
4
+ import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute, MetricType } from "./models_3";
5
+ /**
6
+ * @public
7
+ * @enum
8
+ */
9
+ export declare const PeriodType: {
10
+ readonly fifteen_minutes: "fifteen-minutes";
11
+ readonly five_minutes: "five-minutes";
12
+ readonly one_day: "one-day";
13
+ readonly one_hour: "one-hour";
14
+ readonly one_week: "one-week";
15
+ readonly three_hours: "three-hours";
16
+ };
17
+ /**
18
+ * @public
19
+ */
20
+ export type PeriodType = (typeof PeriodType)[keyof typeof PeriodType];
21
+ /**
22
+ * @public
23
+ * @enum
24
+ */
25
+ export declare const StatisticType: {
26
+ readonly p50: "p50";
27
+ };
28
+ /**
29
+ * @public
30
+ */
31
+ export type StatisticType = (typeof StatisticType)[keyof typeof StatisticType];
32
+ /**
33
+ * <p>Describes an Infrastructure Performance subscription.</p>
34
+ * @public
35
+ */
36
+ export interface Subscription {
37
+ /**
38
+ * <p>The Region or Availability Zone that's the source for the subscription. For example, <code>us-east-1</code>.</p>
39
+ * @public
40
+ */
41
+ Source?: string | undefined;
42
+ /**
43
+ * <p>The Region or Availability Zone that's the target for the subscription. For example, <code>eu-west-1</code>.</p>
44
+ * @public
45
+ */
46
+ Destination?: string | undefined;
47
+ /**
48
+ * <p>The metric used for the subscription.</p>
49
+ * @public
50
+ */
51
+ Metric?: MetricType | undefined;
52
+ /**
53
+ * <p>The statistic used for the subscription.</p>
54
+ * @public
55
+ */
56
+ Statistic?: StatisticType | undefined;
57
+ /**
58
+ * <p>The data aggregation time for the subscription.</p>
59
+ * @public
60
+ */
61
+ Period?: PeriodType | undefined;
62
+ }
63
+ /**
64
+ * @public
65
+ */
66
+ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
67
+ /**
68
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
69
+ * @public
70
+ */
71
+ NextToken?: string | undefined;
72
+ /**
73
+ * <p>Describes the current Infrastructure Performance subscriptions.</p>
74
+ * @public
75
+ */
76
+ Subscriptions?: Subscription[] | undefined;
77
+ }
78
+ /**
79
+ * @public
80
+ */
81
+ export interface DescribeBundleTasksRequest {
82
+ /**
83
+ * <p>The bundle task IDs.</p>
84
+ * <p>Default: Describes all your bundle tasks.</p>
85
+ * @public
86
+ */
87
+ BundleIds?: string[] | undefined;
88
+ /**
89
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
90
+ * and provides an error response. If you have the required permissions, the error response is
91
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
92
+ * @public
93
+ */
94
+ DryRun?: boolean | undefined;
95
+ /**
96
+ * <p>The filters.</p>
97
+ * <ul>
98
+ * <li>
99
+ * <p>
100
+ * <code>bundle-id</code> - The ID of the bundle task.</p>
101
+ * </li>
102
+ * <li>
103
+ * <p>
104
+ * <code>error-code</code> - If the task failed, the error code returned.</p>
105
+ * </li>
106
+ * <li>
107
+ * <p>
108
+ * <code>error-message</code> - If the task failed, the error message returned.</p>
109
+ * </li>
110
+ * <li>
111
+ * <p>
112
+ * <code>instance-id</code> - The ID of the instance.</p>
113
+ * </li>
114
+ * <li>
115
+ * <p>
116
+ * <code>progress</code> - The level of task completion, as a percentage (for example,
117
+ * 20%).</p>
118
+ * </li>
119
+ * <li>
120
+ * <p>
121
+ * <code>s3-bucket</code> - The Amazon S3 bucket to store the AMI.</p>
122
+ * </li>
123
+ * <li>
124
+ * <p>
125
+ * <code>s3-prefix</code> - The beginning of the AMI name.</p>
126
+ * </li>
127
+ * <li>
128
+ * <p>
129
+ * <code>start-time</code> - The time the task started (for example,
130
+ * 2013-09-15T17:15:20.000Z).</p>
131
+ * </li>
132
+ * <li>
133
+ * <p>
134
+ * <code>state</code> - The state of the task (<code>pending</code> |
135
+ * <code>waiting-for-shutdown</code> | <code>bundling</code> | <code>storing</code> |
136
+ * <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p>
137
+ * </li>
138
+ * <li>
139
+ * <p>
140
+ * <code>update-time</code> - The time of the most recent update for the task.</p>
141
+ * </li>
142
+ * </ul>
143
+ * @public
144
+ */
145
+ Filters?: Filter[] | undefined;
146
+ }
147
+ /**
148
+ * @public
149
+ */
150
+ export interface DescribeBundleTasksResult {
151
+ /**
152
+ * <p>Information about the bundle tasks.</p>
153
+ * @public
154
+ */
155
+ BundleTasks?: BundleTask[] | undefined;
156
+ }
157
+ /**
158
+ * @public
159
+ */
160
+ export interface DescribeByoipCidrsRequest {
161
+ /**
162
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
163
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
164
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
165
+ * @public
166
+ */
167
+ DryRun?: boolean | undefined;
168
+ /**
169
+ * <p>The maximum number of results to return with a single call.
170
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
171
+ * @public
172
+ */
173
+ MaxResults: number | undefined;
174
+ /**
175
+ * <p>The token for the next page of results.</p>
176
+ * @public
177
+ */
178
+ NextToken?: string | undefined;
179
+ }
180
+ /**
181
+ * @public
182
+ */
183
+ export interface DescribeByoipCidrsResult {
184
+ /**
185
+ * <p>Information about your address ranges.</p>
186
+ * @public
187
+ */
188
+ ByoipCidrs?: ByoipCidr[] | undefined;
189
+ /**
190
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
191
+ * @public
192
+ */
193
+ NextToken?: string | undefined;
194
+ }
195
+ /**
196
+ * @public
197
+ */
198
+ export interface DescribeCapacityBlockExtensionHistoryRequest {
199
+ /**
200
+ * <p>The IDs of Capacity Block reservations that you want to display the history
201
+ * for.</p>
202
+ * @public
203
+ */
204
+ CapacityReservationIds?: string[] | undefined;
205
+ /**
206
+ * <p>The token to use to retrieve the next page of results.</p>
207
+ * @public
208
+ */
209
+ NextToken?: string | undefined;
210
+ /**
211
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
212
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
213
+ * @public
214
+ */
215
+ MaxResults?: number | undefined;
216
+ /**
217
+ * <p>One or more filters</p>
218
+ * <ul>
219
+ * <li>
220
+ * <p>
221
+ * <code>availability-zone</code> - The Availability Zone of the
222
+ * extension.</p>
223
+ * </li>
224
+ * <li>
225
+ * <p>
226
+ * <code>availability-zone-id</code> - The Availability Zone ID of the
227
+ * extension.</p>
228
+ * </li>
229
+ * <li>
230
+ * <p>
231
+ * <code>capacity-block-extension-offering-id</code> - The ID of the extension
232
+ * offering.</p>
233
+ * </li>
234
+ * <li>
235
+ * <p>
236
+ * <code>capacity-block-extension-status</code> - The status of the extension
237
+ * (<code>payment-pending</code> | <code>payment-failed</code> |
238
+ * <code>payment-succeeded</code>).</p>
239
+ * </li>
240
+ * <li>
241
+ * <p>
242
+ * <code>capacity-reservation-id</code> - The reservation ID of the
243
+ * extension.</p>
244
+ * </li>
245
+ * <li>
246
+ * <p>
247
+ * <code>instance-type</code> - The instance type of the extension.</p>
248
+ * </li>
249
+ * </ul>
250
+ * @public
251
+ */
252
+ Filters?: Filter[] | undefined;
253
+ /**
254
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
255
+ * @public
256
+ */
257
+ DryRun?: boolean | undefined;
258
+ }
259
+ /**
260
+ * @public
261
+ * @enum
262
+ */
263
+ export declare const CapacityBlockExtensionStatus: {
264
+ readonly PAYMENT_FAILED: "payment-failed";
265
+ readonly PAYMENT_PENDING: "payment-pending";
266
+ readonly PAYMENT_SUCCEEDED: "payment-succeeded";
267
+ };
268
+ /**
269
+ * @public
270
+ */
271
+ export type CapacityBlockExtensionStatus = (typeof CapacityBlockExtensionStatus)[keyof typeof CapacityBlockExtensionStatus];
272
+ /**
273
+ * <p>Describes a Capacity Block extension. With an extension, you can extend the duration
274
+ * of time for an existing Capacity Block.</p>
275
+ * @public
276
+ */
277
+ export interface CapacityBlockExtension {
278
+ /**
279
+ * <p>The reservation ID of the Capacity Block extension.</p>
280
+ * @public
281
+ */
282
+ CapacityReservationId?: string | undefined;
283
+ /**
284
+ * <p>The instance type of the Capacity Block extension.</p>
285
+ * @public
286
+ */
287
+ InstanceType?: string | undefined;
288
+ /**
289
+ * <p>The number of instances in the Capacity Block extension.</p>
290
+ * @public
291
+ */
292
+ InstanceCount?: number | undefined;
293
+ /**
294
+ * <p>The Availability Zone of the Capacity Block extension.</p>
295
+ * @public
296
+ */
297
+ AvailabilityZone?: string | undefined;
298
+ /**
299
+ * <p>The Availability Zone ID of the Capacity Block extension.</p>
300
+ * @public
301
+ */
302
+ AvailabilityZoneId?: string | undefined;
303
+ /**
304
+ * <p>The ID of the Capacity Block extension offering.</p>
305
+ * @public
306
+ */
307
+ CapacityBlockExtensionOfferingId?: string | undefined;
308
+ /**
309
+ * <p>The duration of the Capacity Block extension in hours.</p>
310
+ * @public
311
+ */
312
+ CapacityBlockExtensionDurationHours?: number | undefined;
313
+ /**
314
+ * <p>The status of the Capacity Block extension. A Capacity Block extension can have one of
315
+ * the following statuses:</p>
316
+ * <ul>
317
+ * <li>
318
+ * <p>
319
+ * <code>payment-pending</code> - The Capacity Block extension payment is
320
+ * processing. If your payment can't be processed within 12 hours, the Capacity
321
+ * Block extension is failed.</p>
322
+ * </li>
323
+ * <li>
324
+ * <p>
325
+ * <code>payment-failed</code> - Payment for the Capacity Block extension request
326
+ * was not successful.</p>
327
+ * </li>
328
+ * <li>
329
+ * <p>
330
+ * <code>payment-succeeded</code> - Payment for the Capacity Block extension
331
+ * request was successful. You receive an invoice that reflects the one-time
332
+ * upfront payment. In the invoice, you can associate the paid amount with the
333
+ * Capacity Block reservation ID.</p>
334
+ * </li>
335
+ * </ul>
336
+ * @public
337
+ */
338
+ CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
339
+ /**
340
+ * <p>The date when the Capacity Block extension was purchased.</p>
341
+ * @public
342
+ */
343
+ CapacityBlockExtensionPurchaseDate?: Date | undefined;
344
+ /**
345
+ * <p>The start date of the Capacity Block extension.</p>
346
+ * @public
347
+ */
348
+ CapacityBlockExtensionStartDate?: Date | undefined;
349
+ /**
350
+ * <p>The end date of the Capacity Block extension.</p>
351
+ * @public
352
+ */
353
+ CapacityBlockExtensionEndDate?: Date | undefined;
354
+ /**
355
+ * <p>The total price to be paid up front.</p>
356
+ * @public
357
+ */
358
+ UpfrontFee?: string | undefined;
359
+ /**
360
+ * <p>The currency of the payment for the Capacity Block extension.</p>
361
+ * @public
362
+ */
363
+ CurrencyCode?: string | undefined;
364
+ }
365
+ /**
366
+ * @public
367
+ */
368
+ export interface DescribeCapacityBlockExtensionHistoryResult {
369
+ /**
370
+ * <p>Describes one or more of your Capacity Block extensions. The results describe only the
371
+ * Capacity Block extensions in the Amazon Web Services Region that you're currently using.</p>
372
+ * @public
373
+ */
374
+ CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
375
+ /**
376
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
377
+ * @public
378
+ */
379
+ NextToken?: string | undefined;
380
+ }
381
+ /**
382
+ * @public
383
+ */
384
+ export interface DescribeCapacityBlockExtensionOfferingsRequest {
385
+ /**
386
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
387
+ * @public
388
+ */
389
+ DryRun?: boolean | undefined;
390
+ /**
391
+ * <p>The duration of the Capacity Block extension offering in hours.</p>
392
+ * @public
393
+ */
394
+ CapacityBlockExtensionDurationHours: number | undefined;
395
+ /**
396
+ * <p>The ID of the Capacity reservation to be extended.</p>
397
+ * @public
398
+ */
399
+ CapacityReservationId: string | undefined;
400
+ /**
401
+ * <p>The token to use to retrieve the next page of results.</p>
402
+ * @public
403
+ */
404
+ NextToken?: string | undefined;
405
+ /**
406
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
407
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
408
+ * @public
409
+ */
410
+ MaxResults?: number | undefined;
411
+ }
412
+ /**
413
+ * <p>The recommended Capacity Block extension that fits your search requirements.</p>
414
+ * @public
415
+ */
416
+ export interface CapacityBlockExtensionOffering {
417
+ /**
418
+ * <p>The ID of the Capacity Block extension offering.</p>
419
+ * @public
420
+ */
421
+ CapacityBlockExtensionOfferingId?: string | undefined;
422
+ /**
423
+ * <p>The instance type of the Capacity Block that will be extended.</p>
424
+ * @public
425
+ */
426
+ InstanceType?: string | undefined;
427
+ /**
428
+ * <p>The number of instances in the Capacity Block extension offering.</p>
429
+ * @public
430
+ */
431
+ InstanceCount?: number | undefined;
432
+ /**
433
+ * <p>The Availability Zone of the Capacity Block that will be extended.</p>
434
+ * @public
435
+ */
436
+ AvailabilityZone?: string | undefined;
437
+ /**
438
+ * <p>The Availability Zone ID of the Capacity Block that will be extended.</p>
439
+ * @public
440
+ */
441
+ AvailabilityZoneId?: string | undefined;
442
+ /**
443
+ * <p>The start date of the Capacity Block that will be extended.</p>
444
+ * @public
445
+ */
446
+ StartDate?: Date | undefined;
447
+ /**
448
+ * <p>The date and time at which the Capacity Block extension will start. This date is also
449
+ * the same as the end date of the Capacity Block that will be extended.</p>
450
+ * @public
451
+ */
452
+ CapacityBlockExtensionStartDate?: Date | undefined;
453
+ /**
454
+ * <p>The date and time at which the Capacity Block extension expires. When a Capacity Block
455
+ * expires, the reserved capacity is released and you can no longer launch instances into
456
+ * it. The Capacity Block's state changes to <code>expired</code> when it reaches its end
457
+ * date</p>
458
+ * @public
459
+ */
460
+ CapacityBlockExtensionEndDate?: Date | undefined;
461
+ /**
462
+ * <p>The amount of time of the Capacity Block extension offering in hours.</p>
463
+ * @public
464
+ */
465
+ CapacityBlockExtensionDurationHours?: number | undefined;
466
+ /**
467
+ * <p>The total price of the Capacity Block extension offering, to be paid up front.</p>
468
+ * @public
469
+ */
470
+ UpfrontFee?: string | undefined;
471
+ /**
472
+ * <p>The currency of the payment for the Capacity Block extension offering.</p>
473
+ * @public
474
+ */
475
+ CurrencyCode?: string | undefined;
476
+ /**
477
+ * <p>Indicates the tenancy of the Capacity Block extension offering. A Capacity Block can
478
+ * have one of the following tenancy settings:</p>
479
+ * <ul>
480
+ * <li>
481
+ * <p>
482
+ * <code>default</code> - The Capacity Block is created on hardware that is
483
+ * shared with other Amazon Web Services accounts.</p>
484
+ * </li>
485
+ * <li>
486
+ * <p>
487
+ * <code>dedicated</code> - The Capacity Block is created on single-tenant
488
+ * hardware that is dedicated to a single Amazon Web Services account.</p>
489
+ * </li>
490
+ * </ul>
491
+ * @public
492
+ */
493
+ Tenancy?: CapacityReservationTenancy | undefined;
494
+ }
495
+ /**
496
+ * @public
497
+ */
498
+ export interface DescribeCapacityBlockExtensionOfferingsResult {
499
+ /**
500
+ * <p>The recommended Capacity Block extension offerings for the dates specified.</p>
501
+ * @public
502
+ */
503
+ CapacityBlockExtensionOfferings?: CapacityBlockExtensionOffering[] | undefined;
504
+ /**
505
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
506
+ * @public
507
+ */
508
+ NextToken?: string | undefined;
509
+ }
510
+ /**
511
+ * @public
512
+ */
513
+ export interface DescribeCapacityBlockOfferingsRequest {
514
+ /**
515
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
516
+ * @public
517
+ */
518
+ DryRun?: boolean | undefined;
519
+ /**
520
+ * <p>The type of instance for which the Capacity Block offering reserves capacity.</p>
521
+ * @public
522
+ */
523
+ InstanceType?: string | undefined;
524
+ /**
525
+ * <p>The number of instances for which to reserve capacity. Each Capacity Block can have up
526
+ * to 64 instances, and you can have up to 256 instances across Capacity Blocks.</p>
527
+ * @public
528
+ */
529
+ InstanceCount?: number | undefined;
530
+ /**
531
+ * <p>The earliest start date for the Capacity Block offering.</p>
532
+ * @public
533
+ */
534
+ StartDateRange?: Date | undefined;
535
+ /**
536
+ * <p>The latest end date for the Capacity Block offering.</p>
537
+ * @public
538
+ */
539
+ EndDateRange?: Date | undefined;
540
+ /**
541
+ * <p>The reservation duration for the Capacity Block, in hours. You must specify the
542
+ * duration in 1-day increments up 14 days, and in 7-day increments up to 182 days.</p>
543
+ * @public
544
+ */
545
+ CapacityDurationHours: number | undefined;
546
+ /**
547
+ * <p>The token to use to retrieve the next page of results.</p>
548
+ * @public
549
+ */
550
+ NextToken?: string | undefined;
551
+ /**
552
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
553
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
554
+ * @public
555
+ */
556
+ MaxResults?: number | undefined;
557
+ /**
558
+ * <p>The EC2 UltraServer type of the Capacity Block offerings.</p>
559
+ * @public
560
+ */
561
+ UltraserverType?: string | undefined;
562
+ /**
563
+ * <p>The number of EC2 UltraServers in the offerings.</p>
564
+ * @public
565
+ */
566
+ UltraserverCount?: number | undefined;
567
+ }
568
+ /**
569
+ * <p>The recommended Capacity Block that fits your search requirements.</p>
570
+ * @public
571
+ */
572
+ export interface CapacityBlockOffering {
573
+ /**
574
+ * <p>The ID of the Capacity Block offering.</p>
575
+ * @public
576
+ */
577
+ CapacityBlockOfferingId?: string | undefined;
578
+ /**
579
+ * <p>The instance type of the Capacity Block offering.</p>
580
+ * @public
581
+ */
582
+ InstanceType?: string | undefined;
583
+ /**
584
+ * <p>The Availability Zone of the Capacity Block offering.</p>
585
+ * @public
586
+ */
587
+ AvailabilityZone?: string | undefined;
588
+ /**
589
+ * <p>The number of instances in the Capacity Block offering.</p>
590
+ * @public
591
+ */
592
+ InstanceCount?: number | undefined;
593
+ /**
594
+ * <p>The start date of the Capacity Block offering.</p>
595
+ * @public
596
+ */
597
+ StartDate?: Date | undefined;
598
+ /**
599
+ * <p>The end date of the Capacity Block offering.</p>
600
+ * @public
601
+ */
602
+ EndDate?: Date | undefined;
603
+ /**
604
+ * <p>The number of hours (in addition to <code>capacityBlockDurationMinutes</code>) for the
605
+ * duration of the Capacity Block reservation. For example, if a Capacity Block starts at
606
+ * <b>04:55</b> and ends at <b>11:30</b>, the hours field would be <b>6</b>.</p>
607
+ * @public
608
+ */
609
+ CapacityBlockDurationHours?: number | undefined;
610
+ /**
611
+ * <p>The total price to be paid up front.</p>
612
+ * @public
613
+ */
614
+ UpfrontFee?: string | undefined;
615
+ /**
616
+ * <p>The currency of the payment for the Capacity Block.</p>
617
+ * @public
618
+ */
619
+ CurrencyCode?: string | undefined;
620
+ /**
621
+ * <p>The tenancy of the Capacity Block.</p>
622
+ * @public
623
+ */
624
+ Tenancy?: CapacityReservationTenancy | undefined;
625
+ /**
626
+ * <p>The EC2 UltraServer type of the Capacity Block offering.</p>
627
+ * @public
628
+ */
629
+ UltraserverType?: string | undefined;
630
+ /**
631
+ * <p>The number of EC2 UltraServers in the offering.</p>
632
+ * @public
633
+ */
634
+ UltraserverCount?: number | undefined;
635
+ /**
636
+ * <p>The number of minutes (in addition to <code>capacityBlockDurationHours</code>) for the
637
+ * duration of the Capacity Block reservation. For example, if a Capacity Block starts at
638
+ * <b>08:55</b> and ends at <b>11:30</b>, the minutes field would be <b>35</b>.</p>
639
+ * @public
640
+ */
641
+ CapacityBlockDurationMinutes?: number | undefined;
642
+ }
643
+ /**
644
+ * @public
645
+ */
646
+ export interface DescribeCapacityBlockOfferingsResult {
647
+ /**
648
+ * <p>The recommended Capacity Block offering for the dates specified.</p>
649
+ * @public
650
+ */
651
+ CapacityBlockOfferings?: CapacityBlockOffering[] | undefined;
652
+ /**
653
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
654
+ * @public
655
+ */
656
+ NextToken?: string | undefined;
657
+ }
658
+ /**
659
+ * @public
660
+ */
661
+ export interface DescribeCapacityBlocksRequest {
662
+ /**
663
+ * <p>The IDs of the Capacity Blocks.</p>
664
+ * @public
665
+ */
666
+ CapacityBlockIds?: string[] | undefined;
667
+ /**
668
+ * <p>The token to use to retrieve the next page of results.</p>
669
+ * @public
670
+ */
671
+ NextToken?: string | undefined;
672
+ /**
673
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
674
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
675
+ * @public
676
+ */
677
+ MaxResults?: number | undefined;
678
+ /**
679
+ * <p> One or more filters. </p>
680
+ * <ul>
681
+ * <li>
682
+ * <p>
683
+ * <code>capacity-block-id</code> - The ID of the Capacity Block.</p>
684
+ * </li>
685
+ * <li>
686
+ * <p>
687
+ * <code>ultraserver-type</code> - The Capacity Block type. The type can be
688
+ * <code>instances</code> or <code>ultraservers</code>.</p>
689
+ * </li>
690
+ * <li>
691
+ * <p>
692
+ * <code>availability-zone</code> - The Availability Zone of the Capacity
693
+ * Block.</p>
694
+ * </li>
695
+ * <li>
696
+ * <p>
697
+ * <code>start-date</code> - The date and time at which the Capacity Block was
698
+ * started.</p>
699
+ * </li>
700
+ * <li>
701
+ * <p>
702
+ * <code>end-date</code> - The date and time at which the Capacity Block expires.
703
+ * When a Capacity Block expires, all instances in the Capacity Block are
704
+ * terminated.</p>
705
+ * </li>
706
+ * <li>
707
+ * <p>
708
+ * <code>create-date</code> - The date and time at which the Capacity Block was
709
+ * created.</p>
710
+ * </li>
711
+ * <li>
712
+ * <p>
713
+ * <code>state</code> - The state of the Capacity Block (<code>active</code> |
714
+ * <code>expired</code> | <code>unavailable</code> | <code>cancelled</code> |
715
+ * <code>failed</code> | <code>scheduled</code> | <code>payment-pending</code> |
716
+ * <code>payment-failed</code>).</p>
717
+ * </li>
718
+ * <li>
719
+ * <p>
720
+ * <code>tags</code> - The tags assigned to the Capacity Block.</p>
721
+ * </li>
722
+ * </ul>
723
+ * @public
724
+ */
725
+ Filters?: Filter[] | undefined;
726
+ /**
727
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
728
+ * @public
729
+ */
730
+ DryRun?: boolean | undefined;
731
+ }
732
+ /**
733
+ * @public
734
+ * @enum
735
+ */
736
+ export declare const CapacityBlockResourceState: {
737
+ readonly active: "active";
738
+ readonly cancelled: "cancelled";
739
+ readonly expired: "expired";
740
+ readonly failed: "failed";
741
+ readonly payment_failed: "payment-failed";
742
+ readonly payment_pending: "payment-pending";
743
+ readonly scheduled: "scheduled";
744
+ readonly unavailable: "unavailable";
745
+ };
746
+ /**
747
+ * @public
748
+ */
749
+ export type CapacityBlockResourceState = (typeof CapacityBlockResourceState)[keyof typeof CapacityBlockResourceState];
750
+ /**
751
+ * <p>Reserve powerful GPU instances on a future date to support your short duration machine learning (ML) workloads. Instances that run inside a Capacity Block are automatically placed close together inside <a href="http://aws.amazon.com/ec2/ultraclusters/">Amazon EC2 UltraClusters</a>, for low-latency, petabit-scale, non-blocking networking.</p>
752
+ * <p>You can also reserve Amazon EC2 UltraServers. UltraServers connect multiple EC2 instances using a low-latency, high-bandwidth accelerator interconnect (NeuronLink). They are built to tackle very large-scale AI/ML workloads that require significant processing power. For more information, see Amazon EC2 UltraServers.</p>
753
+ * @public
754
+ */
755
+ export interface CapacityBlock {
756
+ /**
757
+ * <p>The ID of the Capacity Block.</p>
758
+ * @public
759
+ */
760
+ CapacityBlockId?: string | undefined;
761
+ /**
762
+ * <p>The EC2 UltraServer type of the Capacity Block.</p>
763
+ * @public
764
+ */
765
+ UltraserverType?: string | undefined;
766
+ /**
767
+ * <p>The Availability Zone of the Capacity Block.</p>
768
+ * @public
769
+ */
770
+ AvailabilityZone?: string | undefined;
771
+ /**
772
+ * <p>The Availability Zone ID of the Capacity Block.</p>
773
+ * @public
774
+ */
775
+ AvailabilityZoneId?: string | undefined;
776
+ /**
777
+ * <p>The ID of the Capacity Reservation.</p>
778
+ * @public
779
+ */
780
+ CapacityReservationIds?: string[] | undefined;
781
+ /**
782
+ * <p>The date and time at which the Capacity Block was started.</p>
783
+ * @public
784
+ */
785
+ StartDate?: Date | undefined;
786
+ /**
787
+ * <p>The date and time at which the Capacity Block expires. When a Capacity Block expires,
788
+ * all instances in the Capacity Block are terminated.</p>
789
+ * @public
790
+ */
791
+ EndDate?: Date | undefined;
792
+ /**
793
+ * <p>The date and time at which the Capacity Block was created.</p>
794
+ * @public
795
+ */
796
+ CreateDate?: Date | undefined;
797
+ /**
798
+ * <p>The state of the Capacity Block.</p>
799
+ * @public
800
+ */
801
+ State?: CapacityBlockResourceState | undefined;
802
+ /**
803
+ * <p>The tags assigned to the Capacity Block.</p>
804
+ * @public
805
+ */
806
+ Tags?: Tag[] | undefined;
807
+ }
5
808
  /**
6
809
  * @public
7
810
  */
@@ -3211,7 +4014,11 @@ export interface DescribeFastSnapshotRestoresRequest {
3211
4014
  * <ul>
3212
4015
  * <li>
3213
4016
  * <p>
3214
- * <code>availability-zone</code>: The Availability Zone of the snapshot.</p>
4017
+ * <code>availability-zone</code>: The Availability Zone of the snapshot. For example, <code>us-east-2a</code>.</p>
4018
+ * </li>
4019
+ * <li>
4020
+ * <p>
4021
+ * <code>availability-zone-id</code>: The ID of the Availability Zone of the snapshot. For example, <code>use2-az1</code>.</p>
3215
4022
  * </li>
3216
4023
  * <li>
3217
4024
  * <p>
@@ -3285,6 +4092,11 @@ export interface DescribeFastSnapshotRestoreSuccessItem {
3285
4092
  * @public
3286
4093
  */
3287
4094
  AvailabilityZone?: string | undefined;
4095
+ /**
4096
+ * <p>The ID of the Availability Zone.</p>
4097
+ * @public
4098
+ */
4099
+ AvailabilityZoneId?: string | undefined;
3288
4100
  /**
3289
4101
  * <p>The state of fast snapshot restores.</p>
3290
4102
  * @public
@@ -6766,6 +7578,15 @@ export interface DescribeImageUsageReportsRequest {
6766
7578
  * <code>state</code> - The state of the report (<code>available</code> |
6767
7579
  * <code>pending</code> | <code>error</code>).</p>
6768
7580
  * </li>
7581
+ * <li>
7582
+ * <p>
7583
+ * <code>tag:<key></code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
7584
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
7585
+ * </li>
7586
+ * <li>
7587
+ * <p>
7588
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
7589
+ * </li>
6769
7590
  * </ul>
6770
7591
  * @public
6771
7592
  */
@@ -10948,399 +11769,9 @@ export interface DescribeInstanceTypesRequest {
10948
11769
  NextToken?: string | undefined;
10949
11770
  }
10950
11771
  /**
10951
- * @public
10952
- * @enum
10953
- */
10954
- export declare const AttachmentLimitType: {
10955
- readonly DEDICATED: "dedicated";
10956
- readonly SHARED: "shared";
10957
- };
10958
- /**
10959
- * @public
10960
- */
10961
- export type AttachmentLimitType = (typeof AttachmentLimitType)[keyof typeof AttachmentLimitType];
10962
- /**
10963
- * <p>Describes the optimized EBS performance for supported instance types.</p>
10964
- * @public
10965
- */
10966
- export interface EbsOptimizedInfo {
10967
- /**
10968
- * <p>The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.</p>
10969
- * @public
10970
- */
10971
- BaselineBandwidthInMbps?: number | undefined;
10972
- /**
10973
- * <p>The baseline throughput performance for an EBS-optimized instance type, in MB/s.</p>
10974
- * @public
10975
- */
10976
- BaselineThroughputInMBps?: number | undefined;
10977
- /**
10978
- * <p>The baseline input/output storage operations per seconds for an EBS-optimized instance
10979
- * type.</p>
10980
- * @public
10981
- */
10982
- BaselineIops?: number | undefined;
10983
- /**
10984
- * <p>The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.</p>
10985
- * @public
10986
- */
10987
- MaximumBandwidthInMbps?: number | undefined;
10988
- /**
10989
- * <p>The maximum throughput performance for an EBS-optimized instance type, in MB/s.</p>
10990
- * @public
10991
- */
10992
- MaximumThroughputInMBps?: number | undefined;
10993
- /**
10994
- * <p>The maximum input/output storage operations per second for an EBS-optimized instance
10995
- * type.</p>
10996
- * @public
10997
- */
10998
- MaximumIops?: number | undefined;
10999
- }
11000
- /**
11001
- * @public
11002
- * @enum
11003
- */
11004
- export declare const EbsOptimizedSupport: {
11005
- readonly default: "default";
11006
- readonly supported: "supported";
11007
- readonly unsupported: "unsupported";
11008
- };
11009
- /**
11010
- * @public
11011
- */
11012
- export type EbsOptimizedSupport = (typeof EbsOptimizedSupport)[keyof typeof EbsOptimizedSupport];
11013
- /**
11014
- * @public
11015
- * @enum
11016
- */
11017
- export declare const EbsEncryptionSupport: {
11018
- readonly supported: "supported";
11019
- readonly unsupported: "unsupported";
11020
- };
11021
- /**
11022
- * @public
11023
- */
11024
- export type EbsEncryptionSupport = (typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
11025
- /**
11026
- * @public
11027
- * @enum
11028
- */
11029
- export declare const EbsNvmeSupport: {
11030
- readonly REQUIRED: "required";
11031
- readonly SUPPORTED: "supported";
11032
- readonly UNSUPPORTED: "unsupported";
11033
- };
11034
- /**
11035
- * @public
11036
- */
11037
- export type EbsNvmeSupport = (typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
11038
- /**
11039
- * <p>Describes the Amazon EBS features supported by the instance type.</p>
11040
- * @public
11041
- */
11042
- export interface EbsInfo {
11043
- /**
11044
- * <p>Indicates whether the instance type is Amazon EBS-optimized. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html">Amazon EBS-optimized
11045
- * instances</a> in <i>Amazon EC2 User Guide</i>.</p>
11046
- * @public
11047
- */
11048
- EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
11049
- /**
11050
- * <p>Indicates whether Amazon EBS encryption is supported.</p>
11051
- * @public
11052
- */
11053
- EncryptionSupport?: EbsEncryptionSupport | undefined;
11054
- /**
11055
- * <p>Describes the optimized EBS performance for the instance type.</p>
11056
- * @public
11057
- */
11058
- EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
11059
- /**
11060
- * <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
11061
- * @public
11062
- */
11063
- NvmeSupport?: EbsNvmeSupport | undefined;
11064
- /**
11065
- * <p>Indicates the maximum number of Amazon EBS volumes that can be attached to
11066
- * the instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html">Amazon EBS volume limits for
11067
- * Amazon EC2 instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
11068
- * @public
11069
- */
11070
- MaximumEbsAttachments?: number | undefined;
11071
- /**
11072
- * <p>Indicates whether the instance type features a shared or dedicated Amazon EBS
11073
- * volume attachment limit. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html">Amazon EBS volume limits for
11074
- * Amazon EC2 instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
11075
- * @public
11076
- */
11077
- AttachmentLimitType?: AttachmentLimitType | undefined;
11078
- }
11079
- /**
11080
- * <p>Describes the memory for the FPGA accelerator for the instance type.</p>
11081
- * @public
11082
- */
11083
- export interface FpgaDeviceMemoryInfo {
11084
- /**
11085
- * <p>The size of the memory available to the FPGA accelerator, in MiB.</p>
11086
- * @public
11087
- */
11088
- SizeInMiB?: number | undefined;
11089
- }
11090
- /**
11091
- * <p>Describes the FPGA accelerator for the instance type.</p>
11092
- * @public
11093
- */
11094
- export interface FpgaDeviceInfo {
11095
- /**
11096
- * <p>The name of the FPGA accelerator.</p>
11097
- * @public
11098
- */
11099
- Name?: string | undefined;
11100
- /**
11101
- * <p>The manufacturer of the FPGA accelerator.</p>
11102
- * @public
11103
- */
11104
- Manufacturer?: string | undefined;
11105
- /**
11106
- * <p>The count of FPGA accelerators for the instance type.</p>
11107
- * @public
11108
- */
11109
- Count?: number | undefined;
11110
- /**
11111
- * <p>Describes the memory for the FPGA accelerator for the instance type.</p>
11112
- * @public
11113
- */
11114
- MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
11115
- }
11116
- /**
11117
- * <p>Describes the FPGAs for the instance type.</p>
11118
- * @public
11119
- */
11120
- export interface FpgaInfo {
11121
- /**
11122
- * <p>Describes the FPGAs for the instance type.</p>
11123
- * @public
11124
- */
11125
- Fpgas?: FpgaDeviceInfo[] | undefined;
11126
- /**
11127
- * <p>The total memory of all FPGA accelerators for the instance type.</p>
11128
- * @public
11129
- */
11130
- TotalFpgaMemoryInMiB?: number | undefined;
11131
- }
11132
- /**
11133
- * <p>Describes the memory available to the GPU accelerator.</p>
11134
- * @public
11135
- */
11136
- export interface GpuDeviceMemoryInfo {
11137
- /**
11138
- * <p>The size of the memory available to the GPU accelerator, in MiB.</p>
11139
- * @public
11140
- */
11141
- SizeInMiB?: number | undefined;
11142
- }
11143
- /**
11144
- * <p>Describes the GPU accelerators for the instance type.</p>
11145
- * @public
11146
- */
11147
- export interface GpuDeviceInfo {
11148
- /**
11149
- * <p>The name of the GPU accelerator.</p>
11150
- * @public
11151
- */
11152
- Name?: string | undefined;
11153
- /**
11154
- * <p>The manufacturer of the GPU accelerator.</p>
11155
- * @public
11156
- */
11157
- Manufacturer?: string | undefined;
11158
- /**
11159
- * <p>The number of GPUs for the instance type.</p>
11160
- * @public
11161
- */
11162
- Count?: number | undefined;
11163
- /**
11164
- * <p>Describes the memory available to the GPU accelerator.</p>
11165
- * @public
11166
- */
11167
- MemoryInfo?: GpuDeviceMemoryInfo | undefined;
11168
- }
11169
- /**
11170
- * <p>Describes the GPU accelerators for the instance type.</p>
11171
- * @public
11172
- */
11173
- export interface GpuInfo {
11174
- /**
11175
- * <p>Describes the GPU accelerators for the instance type.</p>
11176
- * @public
11177
- */
11178
- Gpus?: GpuDeviceInfo[] | undefined;
11179
- /**
11180
- * <p>The total size of the memory for the GPU accelerators for the instance type, in MiB.</p>
11181
- * @public
11182
- */
11183
- TotalGpuMemoryInMiB?: number | undefined;
11184
- }
11185
- /**
11186
- * @public
11187
- * @enum
11188
- */
11189
- export declare const InstanceTypeHypervisor: {
11190
- readonly NITRO: "nitro";
11191
- readonly XEN: "xen";
11192
- };
11193
- /**
11194
- * @public
11195
- */
11196
- export type InstanceTypeHypervisor = (typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
11197
- /**
11198
- * <note>
11199
- * <p>Amazon Elastic Inference is no longer available.</p>
11200
- * </note>
11201
- * <p>Describes the memory available to the inference accelerator.</p>
11202
- * @public
11203
- */
11204
- export interface InferenceDeviceMemoryInfo {
11205
- /**
11206
- * <p>The size of the memory available to the inference accelerator, in MiB.</p>
11207
- * @public
11208
- */
11209
- SizeInMiB?: number | undefined;
11210
- }
11211
- /**
11212
- * <note>
11213
- * <p>Amazon Elastic Inference is no longer available.</p>
11214
- * </note>
11215
- * <p>Describes the Inference accelerators for the instance type.</p>
11216
- * @public
11217
- */
11218
- export interface InferenceDeviceInfo {
11219
- /**
11220
- * <p>The number of Inference accelerators for the instance type.</p>
11221
- * @public
11222
- */
11223
- Count?: number | undefined;
11224
- /**
11225
- * <p>The name of the Inference accelerator.</p>
11226
- * @public
11227
- */
11228
- Name?: string | undefined;
11229
- /**
11230
- * <p>The manufacturer of the Inference accelerator.</p>
11231
- * @public
11232
- */
11233
- Manufacturer?: string | undefined;
11234
- /**
11235
- * <p>Describes the memory available to the inference accelerator.</p>
11236
- * @public
11237
- */
11238
- MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
11239
- }
11240
- /**
11241
- * <note>
11242
- * <p>Amazon Elastic Inference is no longer available.</p>
11243
- * </note>
11244
- * <p>Describes the Inference accelerators for the instance type.</p>
11245
- * @public
11246
- */
11247
- export interface InferenceAcceleratorInfo {
11248
- /**
11249
- * <p>Describes the Inference accelerators for the instance type.</p>
11250
- * @public
11251
- */
11252
- Accelerators?: InferenceDeviceInfo[] | undefined;
11253
- /**
11254
- * <p>The total size of the memory for the inference accelerators for the instance type, in
11255
- * MiB.</p>
11256
- * @public
11257
- */
11258
- TotalInferenceMemoryInMiB?: number | undefined;
11259
- }
11260
- /**
11261
- * @public
11262
- * @enum
11263
- */
11264
- export declare const DiskType: {
11265
- readonly hdd: "hdd";
11266
- readonly ssd: "ssd";
11267
- };
11268
- /**
11269
- * @public
11270
- */
11271
- export type DiskType = (typeof DiskType)[keyof typeof DiskType];
11272
- /**
11273
- * <p>Describes a disk.</p>
11274
- * @public
11275
- */
11276
- export interface DiskInfo {
11277
- /**
11278
- * <p>The size of the disk in GB.</p>
11279
- * @public
11280
- */
11281
- SizeInGB?: number | undefined;
11282
- /**
11283
- * <p>The number of disks with this configuration.</p>
11284
- * @public
11285
- */
11286
- Count?: number | undefined;
11287
- /**
11288
- * <p>The type of disk.</p>
11289
- * @public
11290
- */
11291
- Type?: DiskType | undefined;
11292
- }
11293
- /**
11294
- * @public
11295
- * @enum
11296
- */
11297
- export declare const InstanceStorageEncryptionSupport: {
11298
- readonly required: "required";
11299
- readonly unsupported: "unsupported";
11300
- };
11301
- /**
11302
- * @public
11303
- */
11304
- export type InstanceStorageEncryptionSupport = (typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
11305
- /**
11306
- * @public
11307
- * @enum
11308
- */
11309
- export declare const EphemeralNvmeSupport: {
11310
- readonly REQUIRED: "required";
11311
- readonly SUPPORTED: "supported";
11312
- readonly UNSUPPORTED: "unsupported";
11313
- };
11314
- /**
11315
- * @public
11316
- */
11317
- export type EphemeralNvmeSupport = (typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
11318
- /**
11319
- * <p>Describes the instance store features that are supported by the instance type.</p>
11320
- * @public
11772
+ * @internal
11321
11773
  */
11322
- export interface InstanceStorageInfo {
11323
- /**
11324
- * <p>The total size of the disks, in GB.</p>
11325
- * @public
11326
- */
11327
- TotalSizeInGB?: number | undefined;
11328
- /**
11329
- * <p>Describes the disks that are available for the instance type.</p>
11330
- * @public
11331
- */
11332
- Disks?: DiskInfo[] | undefined;
11333
- /**
11334
- * <p>Indicates whether non-volatile memory express (NVMe) is supported.</p>
11335
- * @public
11336
- */
11337
- NvmeSupport?: EphemeralNvmeSupport | undefined;
11338
- /**
11339
- * <p>Indicates whether data is encrypted at rest.</p>
11340
- * @public
11341
- */
11342
- EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
11343
- }
11774
+ export declare const DescribeBundleTasksResultFilterSensitiveLog: (obj: DescribeBundleTasksResult) => any;
11344
11775
  /**
11345
11776
  * @internal
11346
11777
  */