@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,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.919.0",
4
+ "version": "3.927.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -20,44 +20,44 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.916.0",
24
- "@aws-sdk/credential-provider-node": "3.919.0",
25
- "@aws-sdk/middleware-host-header": "3.914.0",
26
- "@aws-sdk/middleware-logger": "3.914.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.919.0",
28
- "@aws-sdk/middleware-sdk-ec2": "3.916.0",
29
- "@aws-sdk/middleware-user-agent": "3.916.0",
30
- "@aws-sdk/region-config-resolver": "3.914.0",
31
- "@aws-sdk/types": "3.914.0",
32
- "@aws-sdk/util-endpoints": "3.916.0",
33
- "@aws-sdk/util-user-agent-browser": "3.914.0",
34
- "@aws-sdk/util-user-agent-node": "3.916.0",
35
- "@smithy/config-resolver": "^4.4.0",
36
- "@smithy/core": "^3.17.1",
37
- "@smithy/fetch-http-handler": "^5.3.4",
38
- "@smithy/hash-node": "^4.2.3",
39
- "@smithy/invalid-dependency": "^4.2.3",
40
- "@smithy/middleware-content-length": "^4.2.3",
41
- "@smithy/middleware-endpoint": "^4.3.5",
42
- "@smithy/middleware-retry": "^4.4.5",
43
- "@smithy/middleware-serde": "^4.2.3",
44
- "@smithy/middleware-stack": "^4.2.3",
45
- "@smithy/node-config-provider": "^4.3.3",
46
- "@smithy/node-http-handler": "^4.4.3",
47
- "@smithy/protocol-http": "^5.3.3",
48
- "@smithy/smithy-client": "^4.9.1",
49
- "@smithy/types": "^4.8.0",
50
- "@smithy/url-parser": "^4.2.3",
23
+ "@aws-sdk/core": "3.927.0",
24
+ "@aws-sdk/credential-provider-node": "3.927.0",
25
+ "@aws-sdk/middleware-host-header": "3.922.0",
26
+ "@aws-sdk/middleware-logger": "3.922.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
+ "@aws-sdk/middleware-sdk-ec2": "3.922.0",
29
+ "@aws-sdk/middleware-user-agent": "3.927.0",
30
+ "@aws-sdk/region-config-resolver": "3.925.0",
31
+ "@aws-sdk/types": "3.922.0",
32
+ "@aws-sdk/util-endpoints": "3.922.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.922.0",
34
+ "@aws-sdk/util-user-agent-node": "3.927.0",
35
+ "@smithy/config-resolver": "^4.4.2",
36
+ "@smithy/core": "^3.17.2",
37
+ "@smithy/fetch-http-handler": "^5.3.5",
38
+ "@smithy/hash-node": "^4.2.4",
39
+ "@smithy/invalid-dependency": "^4.2.4",
40
+ "@smithy/middleware-content-length": "^4.2.4",
41
+ "@smithy/middleware-endpoint": "^4.3.6",
42
+ "@smithy/middleware-retry": "^4.4.6",
43
+ "@smithy/middleware-serde": "^4.2.4",
44
+ "@smithy/middleware-stack": "^4.2.4",
45
+ "@smithy/node-config-provider": "^4.3.4",
46
+ "@smithy/node-http-handler": "^4.4.4",
47
+ "@smithy/protocol-http": "^5.3.4",
48
+ "@smithy/smithy-client": "^4.9.2",
49
+ "@smithy/types": "^4.8.1",
50
+ "@smithy/url-parser": "^4.2.4",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.4",
55
- "@smithy/util-defaults-mode-node": "^4.2.6",
56
- "@smithy/util-endpoints": "^3.2.3",
57
- "@smithy/util-middleware": "^4.2.3",
58
- "@smithy/util-retry": "^4.2.3",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.5",
55
+ "@smithy/util-defaults-mode-node": "^4.2.8",
56
+ "@smithy/util-endpoints": "^3.2.4",
57
+ "@smithy/util-middleware": "^4.2.4",
58
+ "@smithy/util-retry": "^4.2.4",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
- "@smithy/util-waiter": "^4.2.3",
60
+ "@smithy/util-waiter": "^4.2.4",
61
61
  "@smithy/uuid": "^1.1.0",
62
62
  "tslib": "^2.6.2"
63
63
  },
@@ -8,18 +8,20 @@ AWS SDK for JavaScript ECS Client for Node.js, Browser and React Native.
8
8
 
9
9
  <fullname>Amazon Elastic Container Service</fullname>
10
10
 
11
- <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes
12
- it easy to run, stop, and manage Docker containers. You can host your cluster on a
13
- serverless infrastructure that's managed by Amazon ECS by launching your services or tasks on
14
- Fargate. For more control, you can host your tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2)
15
- or External (on-premises) instances that you manage.</p>
16
- <p>Amazon ECS makes it easy to launch and stop container-based applications with simple API
17
- calls. This makes it easy to get the state of your cluster from a centralized service,
18
- and gives you access to many familiar Amazon EC2 features.</p>
19
- <p>You can use Amazon ECS to schedule the placement of containers across your cluster based on
20
- your resource needs, isolation policies, and availability requirements. With Amazon ECS, you
21
- don't need to operate your own cluster management and configuration management systems.
22
- You also don't need to worry about scaling your management infrastructure. </p>
11
+ <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container
12
+ management service. It makes it easy to run, stop, and manage Docker containers. You can
13
+ host your cluster on a serverless infrastructure that's managed by Amazon ECS by
14
+ launching your services or tasks on Fargate. For more control, you can host your
15
+ tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) or External
16
+ (on-premises) instances that you manage.</p>
17
+ <p>Amazon ECS makes it easy to launch and stop container-based applications with simple
18
+ API calls. This makes it easy to get the state of your cluster from a centralized
19
+ service, and gives you access to many familiar Amazon EC2 features.</p>
20
+ <p>You can use Amazon ECS to schedule the placement of containers across your cluster
21
+ based on your resource needs, isolation policies, and availability requirements. With
22
+ Amazon ECS, you don't need to operate your own cluster management and configuration
23
+ management systems. You also don't need to worry about scaling your management
24
+ infrastructure. </p>
23
25
 
24
26
  ## Installing
25
27
 
@@ -392,6 +392,14 @@ const SchedulingStrategy = {
392
392
  DAEMON: "DAEMON",
393
393
  REPLICA: "REPLICA",
394
394
  };
395
+ const ServiceConnectAccessLoggingFormat = {
396
+ JSON: "JSON",
397
+ TEXT: "TEXT",
398
+ };
399
+ const ServiceConnectIncludeQueryParameters = {
400
+ DISABLED: "DISABLED",
401
+ ENABLED: "ENABLED",
402
+ };
395
403
  const LogDriver = {
396
404
  AWSFIRELENS: "awsfirelens",
397
405
  AWSLOGS: "awslogs",
@@ -798,11 +806,6 @@ const SortOrder = {
798
806
  ASC: "ASC",
799
807
  DESC: "DESC",
800
808
  };
801
- const DesiredStatus = {
802
- PENDING: "PENDING",
803
- RUNNING: "RUNNING",
804
- STOPPED: "STOPPED",
805
- };
806
809
  const SessionFilterSensitiveLog = (obj) => ({
807
810
  ...obj,
808
811
  ...(obj.tokenValue && { tokenValue: smithyClient.SENSITIVE_STRING }),
@@ -812,6 +815,11 @@ const ExecuteCommandResponseFilterSensitiveLog = (obj) => ({
812
815
  ...(obj.session && { session: SessionFilterSensitiveLog(obj.session) }),
813
816
  });
814
817
 
818
+ const DesiredStatus = {
819
+ PENDING: "PENDING",
820
+ RUNNING: "RUNNING",
821
+ STOPPED: "STOPPED",
822
+ };
815
823
  class AttributeLimitExceededException extends ECSServiceException {
816
824
  name = "AttributeLimitExceededException";
817
825
  $fault = "client";
@@ -4967,6 +4975,8 @@ exports.ScaleUnit = ScaleUnit;
4967
4975
  exports.SchedulingStrategy = SchedulingStrategy;
4968
4976
  exports.Scope = Scope;
4969
4977
  exports.ServerException = ServerException;
4978
+ exports.ServiceConnectAccessLoggingFormat = ServiceConnectAccessLoggingFormat;
4979
+ exports.ServiceConnectIncludeQueryParameters = ServiceConnectIncludeQueryParameters;
4970
4980
  exports.ServiceDeploymentLifecycleStage = ServiceDeploymentLifecycleStage;
4971
4981
  exports.ServiceDeploymentNotFoundException = ServiceDeploymentNotFoundException;
4972
4982
  exports.ServiceDeploymentRollbackMonitorsStatus = ServiceDeploymentRollbackMonitorsStatus;
@@ -273,6 +273,14 @@ export const SchedulingStrategy = {
273
273
  DAEMON: "DAEMON",
274
274
  REPLICA: "REPLICA",
275
275
  };
276
+ export const ServiceConnectAccessLoggingFormat = {
277
+ JSON: "JSON",
278
+ TEXT: "TEXT",
279
+ };
280
+ export const ServiceConnectIncludeQueryParameters = {
281
+ DISABLED: "DISABLED",
282
+ ENABLED: "ENABLED",
283
+ };
276
284
  export const LogDriver = {
277
285
  AWSFIRELENS: "awsfirelens",
278
286
  AWSLOGS: "awslogs",
@@ -679,11 +687,6 @@ export const SortOrder = {
679
687
  ASC: "ASC",
680
688
  DESC: "DESC",
681
689
  };
682
- export const DesiredStatus = {
683
- PENDING: "PENDING",
684
- RUNNING: "RUNNING",
685
- STOPPED: "STOPPED",
686
- };
687
690
  export const SessionFilterSensitiveLog = (obj) => ({
688
691
  ...obj,
689
692
  ...(obj.tokenValue && { tokenValue: SENSITIVE_STRING }),
@@ -1,4 +1,9 @@
1
1
  import { ECSServiceException as __BaseException } from "./ECSServiceException";
2
+ export const DesiredStatus = {
3
+ PENDING: "PENDING",
4
+ RUNNING: "RUNNING",
5
+ STOPPED: "STOPPED",
6
+ };
2
7
  export class AttributeLimitExceededException extends __BaseException {
3
8
  name = "AttributeLimitExceededException";
4
9
  $fault = "client";
@@ -438,18 +438,20 @@ export interface ECS {
438
438
  }
439
439
  /**
440
440
  * <fullname>Amazon Elastic Container Service</fullname>
441
- * <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes
442
- * it easy to run, stop, and manage Docker containers. You can host your cluster on a
443
- * serverless infrastructure that's managed by Amazon ECS by launching your services or tasks on
444
- * Fargate. For more control, you can host your tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2)
445
- * or External (on-premises) instances that you manage.</p>
446
- * <p>Amazon ECS makes it easy to launch and stop container-based applications with simple API
447
- * calls. This makes it easy to get the state of your cluster from a centralized service,
448
- * and gives you access to many familiar Amazon EC2 features.</p>
449
- * <p>You can use Amazon ECS to schedule the placement of containers across your cluster based on
450
- * your resource needs, isolation policies, and availability requirements. With Amazon ECS, you
451
- * don't need to operate your own cluster management and configuration management systems.
452
- * You also don't need to worry about scaling your management infrastructure. </p>
441
+ * <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container
442
+ * management service. It makes it easy to run, stop, and manage Docker containers. You can
443
+ * host your cluster on a serverless infrastructure that's managed by Amazon ECS by
444
+ * launching your services or tasks on Fargate. For more control, you can host your
445
+ * tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) or External
446
+ * (on-premises) instances that you manage.</p>
447
+ * <p>Amazon ECS makes it easy to launch and stop container-based applications with simple
448
+ * API calls. This makes it easy to get the state of your cluster from a centralized
449
+ * service, and gives you access to many familiar Amazon EC2 features.</p>
450
+ * <p>You can use Amazon ECS to schedule the placement of containers across your cluster
451
+ * based on your resource needs, isolation policies, and availability requirements. With
452
+ * Amazon ECS, you don't need to operate your own cluster management and configuration
453
+ * management systems. You also don't need to worry about scaling your management
454
+ * infrastructure. </p>
453
455
  * @public
454
456
  */
455
457
  export declare class ECS extends ECSClient implements ECS {
@@ -230,18 +230,20 @@ export interface ECSClientResolvedConfig extends ECSClientResolvedConfigType {
230
230
  }
231
231
  /**
232
232
  * <fullname>Amazon Elastic Container Service</fullname>
233
- * <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes
234
- * it easy to run, stop, and manage Docker containers. You can host your cluster on a
235
- * serverless infrastructure that's managed by Amazon ECS by launching your services or tasks on
236
- * Fargate. For more control, you can host your tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2)
237
- * or External (on-premises) instances that you manage.</p>
238
- * <p>Amazon ECS makes it easy to launch and stop container-based applications with simple API
239
- * calls. This makes it easy to get the state of your cluster from a centralized service,
240
- * and gives you access to many familiar Amazon EC2 features.</p>
241
- * <p>You can use Amazon ECS to schedule the placement of containers across your cluster based on
242
- * your resource needs, isolation policies, and availability requirements. With Amazon ECS, you
243
- * don't need to operate your own cluster management and configuration management systems.
244
- * You also don't need to worry about scaling your management infrastructure. </p>
233
+ * <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container
234
+ * management service. It makes it easy to run, stop, and manage Docker containers. You can
235
+ * host your cluster on a serverless infrastructure that's managed by Amazon ECS by
236
+ * launching your services or tasks on Fargate. For more control, you can host your
237
+ * tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) or External
238
+ * (on-premises) instances that you manage.</p>
239
+ * <p>Amazon ECS makes it easy to launch and stop container-based applications with simple
240
+ * API calls. This makes it easy to get the state of your cluster from a centralized
241
+ * service, and gives you access to many familiar Amazon EC2 features.</p>
242
+ * <p>You can use Amazon ECS to schedule the placement of containers across your cluster
243
+ * based on your resource needs, isolation policies, and availability requirements. With
244
+ * Amazon ECS, you don't need to operate your own cluster management and configuration
245
+ * management systems. You also don't need to worry about scaling your management
246
+ * infrastructure. </p>
245
247
  * @public
246
248
  */
247
249
  export declare class ECSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ECSClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface ECSHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ECSHtt
26
26
  */
27
27
  export declare const defaultECSHttpAuthSchemeProvider: ECSHttpAuthSchemeProvider;
28
28
  /**
29
- * @internal
29
+ * @public
30
30
  */
31
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
32
32
  /**
@@ -27,7 +27,10 @@ declare const CreateCapacityProviderCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a capacity provider. Capacity providers are associated with a cluster and are used in capacity provider strategies to facilitate cluster auto scaling. You can create capacity providers for Amazon ECS Managed Instances and EC2 instances. Fargate has the predefined <code>FARGATE</code> and <code>FARGATE_SPOT</code> capacity providers.</p>
30
+ * <p>Creates a capacity provider. Capacity providers are associated with a cluster and are
31
+ * used in capacity provider strategies to facilitate cluster auto scaling. You can create
32
+ * capacity providers for Amazon ECS Managed Instances and EC2 instances. Fargate has the
33
+ * predefined <code>FARGATE</code> and <code>FARGATE_SPOT</code> capacity providers.</p>
31
34
  * @example
32
35
  * Use a bare-bones client and the command you need to make an API call.
33
36
  * ```javascript
@@ -285,8 +288,8 @@ declare const CreateCapacityProviderCommand_base: {
285
288
  * @throws {@link InvalidParameterException} (client fault)
286
289
  * <p>The specified parameter isn't valid. Review the available parameters for the API
287
290
  * request.</p>
288
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
289
- * event messages</a>. </p>
291
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
292
+ * service event messages</a>. </p>
290
293
  *
291
294
  * @throws {@link LimitExceededException} (client fault)
292
295
  * <p>The limit for the resource was exceeded.</p>
@@ -298,11 +301,11 @@ declare const CreateCapacityProviderCommand_base: {
298
301
  * <p>The specified task isn't supported in this Region.</p>
299
302
  *
300
303
  * @throws {@link UpdateInProgressException} (client fault)
301
- * <p>There's already a current Amazon ECS container agent update in progress on the container
302
- * instance that's specified. If the container agent becomes disconnected while it's in a
303
- * transitional stage, such as <code>PENDING</code> or <code>STAGING</code>, the update
304
- * process can get stuck in that state. However, when the agent reconnects, it resumes
305
- * where it stopped previously.</p>
304
+ * <p>There's already a current Amazon ECS container agent update in progress on the
305
+ * container instance that's specified. If the container agent becomes disconnected while
306
+ * it's in a transitional stage, such as <code>PENDING</code> or <code>STAGING</code>, the
307
+ * update process can get stuck in that state. However, when the agent reconnects, it
308
+ * resumes where it stopped previously.</p>
306
309
  *
307
310
  * @throws {@link ECSServiceException}
308
311
  * <p>Base exception class for all service exceptions from ECS service.</p>
@@ -27,16 +27,18 @@ declare const CreateClusterCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new Amazon ECS cluster. By default, your account receives a <code>default</code>
31
- * cluster when you launch your first container instance. However, you can create your own
32
- * cluster with a unique name.</p>
30
+ * <p>Creates a new Amazon ECS cluster. By default, your account receives a
31
+ * <code>default</code> cluster when you launch your first container instance. However,
32
+ * you can create your own cluster with a unique name.</p>
33
33
  * <note>
34
34
  * <p>When you call the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateCluster.html">CreateCluster</a>
35
- * API operation, Amazon ECS attempts to create the Amazon ECS service-linked role for your
36
- * account. This is so that it can manage required resources in other Amazon Web Services services on
37
- * your behalf. However, if the user that makes the call doesn't have permissions to
38
- * create the service-linked role, it isn't created. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html">Using
39
- * service-linked roles for Amazon ECS</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
35
+ * API operation, Amazon ECS attempts to create the Amazon ECS service-linked role for
36
+ * your account. This is so that it can manage required resources in other Amazon Web
37
+ * Services services on your behalf. However, if the user that makes the
38
+ * call doesn't have permissions to create the service-linked role, it isn't created.
39
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html">Using
40
+ * service-linked roles for Amazon ECS</a> in the <i>Amazon Elastic
41
+ * Container Service Developer Guide</i>.</p>
40
42
  * </note>
41
43
  * @example
42
44
  * Use a bare-bones client and the command you need to make an API call.
@@ -183,8 +185,8 @@ declare const CreateClusterCommand_base: {
183
185
  * @throws {@link InvalidParameterException} (client fault)
184
186
  * <p>The specified parameter isn't valid. Review the available parameters for the API
185
187
  * request.</p>
186
- * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service
187
- * event messages</a>. </p>
188
+ * <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS
189
+ * service event messages</a>. </p>
188
190
  *
189
191
  * @throws {@link NamespaceNotFoundException} (client fault)
190
192
  * <p>The specified namespace wasn't found.</p>