@jjrawlins/cdk-ami-builder 0.0.66 → 0.0.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (662) hide show
  1. package/.jsii +14 -14
  2. package/API.md +3 -45
  3. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction.go +12 -25
  4. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunctionProps.go +1 -1
  5. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__checks.go +7 -7
  6. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__no_checks.go +3 -3
  7. package/{cdk-ami-builder → cdkamibuilder}/IActionCommands.go +1 -1
  8. package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__checks.go +1 -1
  9. package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__no_checks.go +1 -1
  10. package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument.go +1 -1
  11. package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__checks.go +1 -1
  12. package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__no_checks.go +1 -1
  13. package/{cdk-ami-builder → cdkamibuilder}/IComponentProps.go +1 -1
  14. package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__checks.go +1 -1
  15. package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__no_checks.go +1 -1
  16. package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters.go +1 -1
  17. package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__checks.go +1 -1
  18. package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__no_checks.go +1 -1
  19. package/{cdk-ami-builder → cdkamibuilder}/IInputParameter.go +1 -1
  20. package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__checks.go +1 -1
  21. package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__no_checks.go +1 -1
  22. package/{cdk-ami-builder → cdkamibuilder}/IPhases.go +1 -1
  23. package/{cdk-ami-builder → cdkamibuilder}/IPhases__checks.go +1 -1
  24. package/{cdk-ami-builder → cdkamibuilder}/IPhases__no_checks.go +1 -1
  25. package/{cdk-ami-builder → cdkamibuilder}/IStepCommands.go +1 -1
  26. package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__checks.go +1 -1
  27. package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__no_checks.go +1 -1
  28. package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline.go +4 -17
  29. package/{cdk-ami-builder → cdkamibuilder}/ImagePipelineProps.go +1 -1
  30. package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__checks.go +1 -1
  31. package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__no_checks.go +1 -1
  32. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction.go +12 -25
  33. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunctionProps.go +1 -1
  34. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__checks.go +7 -7
  35. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__no_checks.go +3 -3
  36. package/{cdk-ami-builder → cdkamibuilder}/VolumeProps.go +1 -1
  37. package/{cdk-ami-builder → cdkamibuilder}/go.mod +3 -3
  38. package/{cdk-ami-builder → cdkamibuilder}/jsii/jsii.go +2 -2
  39. package/{cdk-ami-builder → cdkamibuilder}/main.go +1 -1
  40. package/cdkamibuilder/version +1 -0
  41. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  42. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  43. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  44. package/node_modules/@aws-sdk/client-ec2/README.md +88 -0
  45. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +2587 -1182
  46. package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +22 -0
  47. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
  48. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
  49. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
  50. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
  51. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
  52. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
  53. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
  54. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
  55. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
  56. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
  57. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
  58. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  59. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
  60. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
  61. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
  62. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
  63. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
  64. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
  65. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +11 -0
  66. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +2 -0
  67. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_1.js +70 -21
  68. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_2.js +21 -40
  69. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_3.js +40 -31
  70. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_4.js +31 -35
  71. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_5.js +35 -21
  72. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_6.js +20 -30
  73. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +30 -32
  74. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +24 -0
  75. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
  76. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
  77. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
  78. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
  79. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
  80. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/index.js +5 -0
  81. package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +1117 -6
  82. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +79 -0
  83. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +13 -2
  84. package/node_modules/@aws-sdk/client-ec2/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +12 -0
  92. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyImageCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  99. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  104. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  108. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +3 -2
  118. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  119. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +130 -0
  120. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
  121. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamScopeCommand.d.ts +9 -1
  123. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -4
  125. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -6
  126. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  131. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  132. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -1
  133. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  134. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  135. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  138. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  151. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  152. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  155. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  157. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  158. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  160. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  161. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  162. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  163. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  164. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +3 -2
  165. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
  166. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
  167. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
  168. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
  169. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
  170. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcCommand.d.ts +15 -11
  171. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointCommand.d.ts +9 -1
  172. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  173. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
  177. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
  178. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
  179. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
  180. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamScopeCommand.d.ts +4 -0
  181. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
  182. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
  183. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  184. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  185. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  188. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
  189. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -0
  191. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  192. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  193. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  195. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  196. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
  197. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
  198. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamScopesCommand.d.ts +4 -0
  199. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  200. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
  201. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  203. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  204. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  205. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  206. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  207. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  208. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
  209. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  215. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
  216. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
  217. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +4 -0
  218. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  219. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +6 -1
  220. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +6 -1
  221. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ExportImageCommand.d.ts +1 -1
  222. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
  223. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  224. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  225. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  226. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  230. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  231. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
  232. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
  233. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -0
  234. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  235. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportImageCommand.d.ts +1 -1
  236. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  237. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  238. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  239. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  240. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
  241. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
  242. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamScopeCommand.d.ts +9 -0
  243. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
  244. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  245. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  246. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
  247. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  248. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  249. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  250. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  251. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  252. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  253. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  254. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  255. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  256. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  257. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  258. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  259. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointCommand.d.ts +5 -1
  260. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
  261. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  262. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  263. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  264. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  265. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  266. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  267. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
  268. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  269. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  270. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  271. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  272. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/TerminateInstancesCommand.d.ts +13 -1
  273. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +11 -0
  274. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +4 -2
  275. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +1205 -1509
  276. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +5443 -5198
  277. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +3423 -3351
  278. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +828 -397
  279. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +6191 -6433
  280. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +4211 -4032
  281. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +4719 -4730
  282. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +1050 -7
  283. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
  284. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
  285. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
  286. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
  287. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
  288. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/index.d.ts +5 -0
  289. package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +99 -0
  290. package/node_modules/@aws-sdk/client-ec2/dist-types/runtimeConfig.d.ts +1 -1
  291. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +225 -0
  292. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +66 -0
  293. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
  294. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
  295. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  296. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
  297. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -4
  298. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  299. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  300. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  301. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
  302. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
  303. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
  304. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
  305. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
  306. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
  307. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  309. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  310. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  311. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  312. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
  313. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
  314. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
  315. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -4
  316. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  317. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  318. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  319. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  320. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  321. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  322. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
  323. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
  324. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -4
  325. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  326. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  327. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  328. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  329. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  330. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  331. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  332. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  333. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
  334. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
  335. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
  336. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
  337. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
  338. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -4
  339. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  340. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  341. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  342. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  343. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  344. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  345. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  346. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  347. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  348. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  349. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  350. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  351. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  352. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
  353. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +11 -0
  354. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +2 -0
  355. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +169 -185
  356. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +203 -165
  357. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +184 -172
  358. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +171 -118
  359. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +143 -163
  360. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +164 -154
  361. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +232 -270
  362. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +260 -6
  363. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
  364. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
  365. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
  366. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
  367. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
  368. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/index.d.ts +5 -0
  369. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  370. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  371. package/node_modules/@aws-sdk/client-ec2/package.json +35 -35
  372. package/node_modules/@aws-sdk/client-ecs/README.md +14 -12
  373. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +15 -5
  374. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +8 -5
  375. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +5 -0
  376. package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +14 -12
  377. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +14 -12
  378. package/node_modules/@aws-sdk/client-ecs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  379. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +11 -8
  380. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +12 -10
  381. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +126 -86
  382. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +9 -6
  383. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
  384. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +4 -4
  385. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -2
  386. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +12 -8
  387. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +8 -4
  388. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +4 -4
  389. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -3
  390. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +7 -7
  391. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -2
  392. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -2
  393. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +4 -3
  394. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -2
  395. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +4 -3
  396. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +6 -2
  397. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +6 -2
  398. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -2
  399. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +4 -3
  400. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +2 -2
  401. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  402. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +11 -10
  403. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -2
  404. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -2
  405. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +8 -8
  406. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -2
  407. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +4 -3
  408. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +2 -2
  409. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -5
  410. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +2 -2
  411. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  412. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -2
  413. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -2
  414. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +5 -5
  415. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +7 -6
  416. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -2
  417. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +8 -7
  418. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +10 -8
  419. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +4 -3
  420. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +9 -6
  421. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +31 -23
  422. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +10 -6
  423. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +10 -7
  424. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +5 -5
  425. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -3
  426. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  427. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +4 -3
  428. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +2 -2
  429. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  430. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +4 -3
  431. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
  432. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
  433. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +24 -21
  434. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +9 -9
  435. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +29 -13
  436. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -3
  437. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +9 -8
  438. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -3
  439. package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +14 -12
  440. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +2014 -1610
  441. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +689 -439
  442. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -1
  443. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
  444. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +17 -21
  445. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +21 -0
  446. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  447. package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
  448. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +4 -0
  449. package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +4 -0
  450. package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  451. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -0
  452. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +4 -4
  453. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +6 -6
  454. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeriveSharedSecretCommand.d.ts +7 -7
  455. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -0
  456. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +2 -2
  457. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -6
  458. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +8 -8
  459. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -2
  460. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +5 -5
  461. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
  462. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
  463. package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +2 -2
  464. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -0
  465. package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +2 -2
  466. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +119 -51
  467. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -1
  468. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +7 -0
  469. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  470. package/node_modules/@aws-sdk/client-kms/package.json +33 -33
  471. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  472. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  473. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  474. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
  475. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  476. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  477. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  478. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -1
  479. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  480. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  481. package/node_modules/@aws-sdk/client-sfn/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  482. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -1
  483. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  484. package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
  485. package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  486. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +1 -1
  487. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  488. package/node_modules/@aws-sdk/client-sns/package.json +33 -33
  489. package/node_modules/@aws-sdk/client-sqs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  490. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -1
  491. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  492. package/node_modules/@aws-sdk/client-sqs/package.json +35 -35
  493. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +31 -4
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +14 -4
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +5 -1
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +13 -1
  497. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  498. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
  499. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +7 -1
  500. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -2
  501. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +10 -1
  502. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +7 -1
  503. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +36 -84
  504. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +79 -19
  505. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
  506. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
  507. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
  508. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +8 -17
  509. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +17 -5
  510. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
  511. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  512. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  513. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
  514. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
  515. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  516. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  517. package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
  518. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
  519. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
  520. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
  521. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
  522. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  523. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  524. package/node_modules/@aws-sdk/core/package.json +11 -11
  525. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  526. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  527. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  528. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +108 -45
  529. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
  530. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
  531. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
  532. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  533. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
  534. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  535. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  536. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  537. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -0
  538. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -0
  539. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  540. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  541. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  542. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  543. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  544. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  545. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  546. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  547. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  548. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
  549. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  550. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
  551. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  552. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
  553. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
  554. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  555. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  556. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  557. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
  558. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +17 -8
  559. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  560. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +17 -8
  561. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
  562. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  563. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  564. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  565. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  566. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  567. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +7 -0
  568. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  569. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  570. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
  571. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  572. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  573. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  574. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
  575. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  576. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  577. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  578. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
  579. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  580. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  581. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  582. package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -5
  583. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  584. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -1
  585. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +3 -1
  586. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  587. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
  588. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  589. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
  590. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
  591. package/node_modules/@aws-sdk/types/package.json +2 -2
  592. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  593. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  594. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  595. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  596. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  597. package/node_modules/@smithy/abort-controller/package.json +2 -2
  598. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
  599. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
  600. package/node_modules/@smithy/config-resolver/package.json +5 -5
  601. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +5 -14
  602. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
  603. package/node_modules/@smithy/core/package.json +7 -7
  604. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  605. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  606. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  607. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  608. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  609. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  610. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  611. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  612. package/node_modules/@smithy/hash-node/package.json +2 -2
  613. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  614. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  615. package/node_modules/@smithy/md5-js/package.json +2 -2
  616. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  617. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  618. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  619. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  620. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  621. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  622. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +7 -4
  623. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -2
  624. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  625. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
  626. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -2
  627. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
  628. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -1
  629. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  630. package/node_modules/@smithy/property-provider/package.json +2 -2
  631. package/node_modules/@smithy/protocol-http/package.json +2 -2
  632. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  633. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  634. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  635. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  636. package/node_modules/@smithy/signature-v4/package.json +4 -4
  637. package/node_modules/@smithy/smithy-client/package.json +7 -7
  638. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  639. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  640. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  641. package/node_modules/@smithy/types/package.json +1 -1
  642. package/node_modules/@smithy/url-parser/package.json +3 -3
  643. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  644. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  645. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  646. package/node_modules/@smithy/util-middleware/package.json +2 -2
  647. package/node_modules/@smithy/util-retry/package.json +3 -3
  648. package/node_modules/@smithy/util-stream/package.json +4 -4
  649. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +17 -4
  650. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  651. package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
  652. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
  653. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  654. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
  655. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
  656. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
  657. package/node_modules/@smithy/util-waiter/package.json +3 -3
  658. package/package.json +23 -22
  659. package/cdk-ami-builder/version +0 -1
  660. /package/{cdk-ami-builder → cdkamibuilder}/LICENSE +0 -0
  661. /package/{cdk-ami-builder → cdkamibuilder}/README.md +0 -0
  662. /package/{cdk-ami-builder → cdkamibuilder}/internal/types.go +0 -0
@@ -1,6 +1,125 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ECSServiceException as __BaseException } from "./ECSServiceException";
3
3
  import { Attribute, AvailabilityZoneRebalancing, CapacityProvider, CapacityProviderStrategyItem, Cluster, ClusterConfiguration, ClusterServiceConnectDefaultsRequest, ClusterSetting, Compatibility, ContainerDefinition, ContainerInstance, ContainerInstanceStatus, DeploymentConfiguration, DeploymentController, EBSTagSpecification, EphemeralStorage, Failure, InferenceAccelerator, InstanceRequirementsRequest, IpcMode, LaunchType, LoadBalancer, ManagedAgentName, ManagedDraining, ManagedInstancesMonitoringOptions, ManagedInstancesNetworkConfiguration, ManagedInstancesStorageConfiguration, ManagedScaling, ManagedTerminationProtection, NetworkBinding, NetworkConfiguration, NetworkMode, PidMode, PlacementConstraint, PlacementStrategy, PropagateMITags, PropagateTags, ProtectedTask, ProxyConfiguration, Resource, RuntimePlatform, Scale, Service, ServiceConnectConfiguration, ServiceRegistry, ServiceVolumeConfiguration, Setting, SettingName, Tag, Task, TaskDefinition, TaskDefinitionPlacementConstraint, TaskFilesystemType, TaskOverride, TaskSet, VersionInfo, Volume, VpcLatticeConfiguration } from "./models_0";
4
+ /**
5
+ * @public
6
+ * @enum
7
+ */
8
+ export declare const DesiredStatus: {
9
+ readonly PENDING: "PENDING";
10
+ readonly RUNNING: "RUNNING";
11
+ readonly STOPPED: "STOPPED";
12
+ };
13
+ /**
14
+ * @public
15
+ */
16
+ export type DesiredStatus = (typeof DesiredStatus)[keyof typeof DesiredStatus];
17
+ /**
18
+ * @public
19
+ */
20
+ export interface ListTasksRequest {
21
+ /**
22
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering
23
+ * the <code>ListTasks</code> results. If you do not specify a cluster, the default cluster
24
+ * is assumed.</p>
25
+ * @public
26
+ */
27
+ cluster?: string | undefined;
28
+ /**
29
+ * <p>The container instance ID or full ARN of the container instance to use when filtering
30
+ * the <code>ListTasks</code> results. Specifying a <code>containerInstance</code> limits
31
+ * the results to tasks that belong to that container instance.</p>
32
+ * @public
33
+ */
34
+ containerInstance?: string | undefined;
35
+ /**
36
+ * <p>The name of the task definition family to use when filtering the
37
+ * <code>ListTasks</code> results. Specifying a <code>family</code> limits the results
38
+ * to tasks that belong to that family.</p>
39
+ * @public
40
+ */
41
+ family?: string | undefined;
42
+ /**
43
+ * <p>The <code>nextToken</code> value returned from a <code>ListTasks</code> request
44
+ * indicating that more results are available to fulfill the request and further calls will
45
+ * be needed. If <code>maxResults</code> was provided, it's possible the number of results
46
+ * to be fewer than <code>maxResults</code>.</p>
47
+ * <note>
48
+ * <p>This token should be treated as an opaque identifier that is only used to retrieve
49
+ * the next items in a list and not for other programmatic purposes.</p>
50
+ * </note>
51
+ * @public
52
+ */
53
+ nextToken?: string | undefined;
54
+ /**
55
+ * <p>The maximum number of task results that <code>ListTasks</code> returned in paginated
56
+ * output. When this parameter is used, <code>ListTasks</code> only returns
57
+ * <code>maxResults</code> results in a single page along with a <code>nextToken</code>
58
+ * response element. The remaining results of the initial request can be seen by sending
59
+ * another <code>ListTasks</code> request with the returned <code>nextToken</code> value.
60
+ * This value can be between 1 and 100. If this parameter isn't used, then
61
+ * <code>ListTasks</code> returns up to 100 results and a <code>nextToken</code> value
62
+ * if applicable.</p>
63
+ * @public
64
+ */
65
+ maxResults?: number | undefined;
66
+ /**
67
+ * <p>The <code>startedBy</code> value to filter the task results with. Specifying a
68
+ * <code>startedBy</code> value limits the results to tasks that were started with that
69
+ * value.</p>
70
+ * <p>When you specify <code>startedBy</code> as the filter, it must be the only filter that
71
+ * you use.</p>
72
+ * @public
73
+ */
74
+ startedBy?: string | undefined;
75
+ /**
76
+ * <p>The name of the service to use when filtering the <code>ListTasks</code> results.
77
+ * Specifying a <code>serviceName</code> limits the results to tasks that belong to that
78
+ * service.</p>
79
+ * @public
80
+ */
81
+ serviceName?: string | undefined;
82
+ /**
83
+ * <p>The task desired status to use when filtering the <code>ListTasks</code> results.
84
+ * Specifying a <code>desiredStatus</code> of <code>STOPPED</code> limits the results to
85
+ * tasks that Amazon ECS has set the desired status to <code>STOPPED</code>. This can be
86
+ * useful for debugging tasks that aren't starting properly or have died or finished. The
87
+ * default status filter is <code>RUNNING</code>, which shows tasks that Amazon ECS has set
88
+ * the desired status to <code>RUNNING</code>.</p>
89
+ * <note>
90
+ * <p>Although you can filter results based on a desired status of <code>PENDING</code>,
91
+ * this doesn't return any results. Amazon ECS never sets the desired status of a task
92
+ * to that value (only a task's <code>lastStatus</code> may have a value of
93
+ * <code>PENDING</code>).</p>
94
+ * </note>
95
+ * @public
96
+ */
97
+ desiredStatus?: DesiredStatus | undefined;
98
+ /**
99
+ * <p>The launch type to use when filtering the <code>ListTasks</code> results.</p>
100
+ * @public
101
+ */
102
+ launchType?: LaunchType | undefined;
103
+ }
104
+ /**
105
+ * @public
106
+ */
107
+ export interface ListTasksResponse {
108
+ /**
109
+ * <p>The list of task ARN entries for the <code>ListTasks</code> request.</p>
110
+ * @public
111
+ */
112
+ taskArns?: string[] | undefined;
113
+ /**
114
+ * <p>The <code>nextToken</code> value to include in a future <code>ListTasks</code>
115
+ * request. When the results of a <code>ListTasks</code> request exceed
116
+ * <code>maxResults</code>, this value can be used to retrieve the next page of
117
+ * results. This value is <code>null</code> when there are no more results to
118
+ * return.</p>
119
+ * @public
120
+ */
121
+ nextToken?: string | undefined;
122
+ }
4
123
  /**
5
124
  * @public
6
125
  */
@@ -14,20 +133,20 @@ export interface PutAccountSettingRequest {
14
133
  * <code>serviceLongArnFormat</code> - When modified, the Amazon Resource Name
15
134
  * (ARN) and resource ID format of the resource type for a specified user, role, or
16
135
  * the root user for an account is affected. The opt-in and opt-out account setting
17
- * must be set for each Amazon ECS resource separately. The ARN and resource ID format
18
- * of a resource is defined by the opt-in status of the user or role that created
19
- * the resource. You must turn on this setting to use Amazon ECS features such as
20
- * resource tagging.</p>
136
+ * must be set for each Amazon ECS resource separately. The ARN and resource ID
137
+ * format of a resource is defined by the opt-in status of the user or role that
138
+ * created the resource. You must turn on this setting to use Amazon ECS features
139
+ * such as resource tagging.</p>
21
140
  * </li>
22
141
  * <li>
23
142
  * <p>
24
143
  * <code>taskLongArnFormat</code> - When modified, the Amazon Resource Name (ARN)
25
144
  * and resource ID format of the resource type for a specified user, role, or the
26
- * root user for an account is affected. The opt-in and opt-out account setting must
27
- * be set for each Amazon ECS resource separately. The ARN and resource ID format of a
28
- * resource is defined by the opt-in status of the user or role that created the
29
- * resource. You must turn on this setting to use Amazon ECS features such as resource
30
- * tagging.</p>
145
+ * root user for an account is affected. The opt-in and opt-out account setting
146
+ * must be set for each Amazon ECS resource separately. The ARN and resource ID
147
+ * format of a resource is defined by the opt-in status of the user or role that
148
+ * created the resource. You must turn on this setting to use Amazon ECS features
149
+ * such as resource tagging.</p>
31
150
  * </li>
32
151
  * <li>
33
152
  * <p>
@@ -46,14 +165,15 @@ export interface PutAccountSettingRequest {
46
165
  * If <code>awsvpcTrunking</code> is turned on, any new container instances that
47
166
  * support the feature are launched have the increased ENI limits available to
48
167
  * them. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html">Elastic
49
- * Network Interface Trunking</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
168
+ * Network Interface Trunking</a> in the <i>Amazon Elastic Container
169
+ * Service Developer Guide</i>.</p>
50
170
  * </li>
51
171
  * <li>
52
172
  * <p>
53
173
  * <code>containerInsights</code> - Container Insights with enhanced
54
174
  * observability provides all the Container Insights metrics, plus additional task
55
- * and container metrics. This version supports enhanced observability for Amazon ECS
56
- * clusters using the Amazon EC2 and Fargate launch types. After you configure
175
+ * and container metrics. This version supports enhanced observability for Amazon
176
+ * ECS clusters using the Amazon EC2 and Fargate launch types. After you configure
57
177
  * Container Insights with enhanced observability on Amazon ECS, Container Insights
58
178
  * auto-collects detailed infrastructure telemetry from the cluster level down to
59
179
  * the container level in your environment and displays these critical performance
@@ -64,7 +184,8 @@ export interface PutAccountSettingRequest {
64
184
  * <p>To use Container Insights, set the <code>containerInsights</code> account
65
185
  * setting to <code>enabled</code>.</p>
66
186
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html">Monitor Amazon ECS containers using Container Insights with enhanced
67
- * observability</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
187
+ * observability</a> in the <i>Amazon Elastic Container Service
188
+ * Developer Guide</i>.</p>
68
189
  * </li>
69
190
  * <li>
70
191
  * <p>
@@ -76,54 +197,63 @@ export interface PutAccountSettingRequest {
76
197
  * </li>
77
198
  * <li>
78
199
  * <p>
79
- * <code>fargateTaskRetirementWaitPeriod</code> - When Amazon Web Services determines that a
80
- * security or infrastructure update is needed for an Amazon ECS task hosted on
81
- * Fargate, the tasks need to be stopped and new tasks launched to replace them.
82
- * Use <code>fargateTaskRetirementWaitPeriod</code> to configure the wait time to
83
- * retire a Fargate task. For information about the Fargate tasks maintenance,
84
- * see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web Services Fargate
85
- * task maintenance</a> in the <i>Amazon ECS Developer
86
- * Guide</i>.</p>
200
+ * <code>fargateTaskRetirementWaitPeriod</code> - When Amazon Web Services
201
+ * determines that a security or infrastructure update is needed for an Amazon ECS
202
+ * task hosted on Fargate, the tasks need to be stopped and new tasks launched to
203
+ * replace them. Use <code>fargateTaskRetirementWaitPeriod</code> to configure the
204
+ * wait time to retire a Fargate task. For information about the Fargate tasks
205
+ * maintenance, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web
206
+ * Services Fargate task maintenance</a> in the
207
+ * <i>Amazon ECS Developer Guide</i>.</p>
87
208
  * </li>
88
209
  * <li>
89
210
  * <p>
90
211
  * <code>tagResourceAuthorization</code> - Amazon ECS is introducing tagging
91
212
  * authorization for resource creation. Users must have permissions for actions
92
213
  * that create the resource, such as <code>ecsCreateCluster</code>. If tags are
93
- * specified when you create a resource, Amazon Web Services performs additional authorization to
94
- * verify if users or roles have permissions to create tags. Therefore, you must
95
- * grant explicit permissions to use the <code>ecs:TagResource</code> action. For
96
- * more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html">Grant permission to tag resources on creation</a> in the
214
+ * specified when you create a resource, Amazon Web Services performs
215
+ * additional authorization to verify if users or roles have permissions to create
216
+ * tags. Therefore, you must grant explicit permissions to use the
217
+ * <code>ecs:TagResource</code> action. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html">Grant permission to tag resources on creation</a> in the
97
218
  * <i>Amazon ECS Developer Guide</i>.</p>
98
219
  * </li>
99
220
  * <li>
100
221
  * <p>
101
- * <code>defaultLogDriverMode</code> - Amazon ECS supports setting a default delivery
102
- * mode of log messages from a container to the <code>logDriver</code> that you specify in the container's <code>logConfiguration</code>. The delivery mode affects
103
- * application stability when the flow of logs from the container to the log driver is
104
- * interrupted. The <code>defaultLogDriverMode</code> setting supports two values:
105
- * <code>blocking</code> and <code>non-blocking</code>. If you don't specify a
106
- * delivery mode in your container definition's <code>logConfiguration</code>, the
107
- * mode you specify using this account setting will be used as the default. For
108
- * more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.
109
- * </p>
222
+ * <code>defaultLogDriverMode</code> - Amazon ECS supports setting a default
223
+ * delivery mode of log messages from a container to the <code>logDriver</code>
224
+ * that you specify in the container's <code>logConfiguration</code>. The delivery
225
+ * mode affects application stability when the flow of logs from the container to
226
+ * the log driver is interrupted. The <code>defaultLogDriverMode</code> setting
227
+ * supports two values: <code>blocking</code> and <code>non-blocking</code>. If you
228
+ * don't specify a delivery mode in your container definition's
229
+ * <code>logConfiguration</code>, the mode you specify using this account
230
+ * setting will be used as the default. For more information about log delivery
231
+ * modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>. </p>
110
232
  * <note>
111
- * <p>On June 25, 2025, Amazon ECS changed the default log driver mode from <code>blocking</code> to <code>non-blocking</code> to prioritize task availability over logging. To continue using the <code>blocking</code> mode after this change, do one of the following:</p>
233
+ * <p>On June 25, 2025, Amazon ECS changed the default log driver mode from
234
+ * <code>blocking</code> to <code>non-blocking</code> to prioritize task
235
+ * availability over logging. To continue using the <code>blocking</code> mode
236
+ * after this change, do one of the following:</p>
112
237
  * <ul>
113
238
  * <li>
114
- * <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
239
+ * <p>Set the <code>mode</code> option in your container definition's
240
+ * <code>logConfiguration</code> as <code>blocking</code>.</p>
115
241
  * </li>
116
242
  * <li>
117
- * <p>Set the <code>defaultLogDriverMode</code> account setting to <code>blocking</code>.</p>
243
+ * <p>Set the <code>defaultLogDriverMode</code> account setting to
244
+ * <code>blocking</code>.</p>
118
245
  * </li>
119
246
  * </ul>
120
247
  * </note>
121
248
  * </li>
122
249
  * <li>
123
250
  * <p>
124
- * <code>guardDutyActivate</code> - The <code>guardDutyActivate</code> parameter is read-only in Amazon ECS and indicates whether
125
- * Amazon ECS Runtime Monitoring is enabled or disabled by your security administrator in your
126
- * Amazon ECS account. Amazon GuardDuty controls this account setting on your behalf. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html">Protecting Amazon ECS workloads with Amazon ECS Runtime Monitoring</a>.</p>
251
+ * <code>guardDutyActivate</code> - The <code>guardDutyActivate</code> parameter
252
+ * is read-only in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring
253
+ * is enabled or disabled by your security administrator in your Amazon ECS
254
+ * account. Amazon GuardDuty controls this account setting on your behalf. For more
255
+ * information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html">Protecting Amazon ECS workloads with Amazon ECS Runtime
256
+ * Monitoring</a>.</p>
127
257
  * </li>
128
258
  * </ul>
129
259
  * @public
@@ -138,18 +268,18 @@ export interface PutAccountSettingRequest {
138
268
  * <ul>
139
269
  * <li>
140
270
  * <p>
141
- * <code>0</code> - Amazon Web Services sends the notification, and immediately retires the
142
- * affected tasks.</p>
271
+ * <code>0</code> - Amazon Web Services sends the notification, and
272
+ * immediately retires the affected tasks.</p>
143
273
  * </li>
144
274
  * <li>
145
275
  * <p>
146
- * <code>7</code> - Amazon Web Services sends the notification, and waits 7 calendar days to
147
- * retire the tasks.</p>
276
+ * <code>7</code> - Amazon Web Services sends the notification, and waits 7
277
+ * calendar days to retire the tasks.</p>
148
278
  * </li>
149
279
  * <li>
150
280
  * <p>
151
- * <code>14</code> - Amazon Web Services sends the notification, and waits 14 calendar days to
152
- * retire the tasks.</p>
281
+ * <code>14</code> - Amazon Web Services sends the notification, and waits 14
282
+ * calendar days to retire the tasks.</p>
153
283
  * </li>
154
284
  * </ul>
155
285
  * @public
@@ -157,15 +287,15 @@ export interface PutAccountSettingRequest {
157
287
  value: string | undefined;
158
288
  /**
159
289
  * <p>The ARN of the principal, which can be a user, role, or the root user. If you specify
160
- * the root user, it modifies the account setting for all users, roles, and the root user of the
161
- * account unless a user or role explicitly overrides these settings. If this field is
162
- * omitted, the setting is changed only for the authenticated user.</p>
290
+ * the root user, it modifies the account setting for all users, roles, and the root user
291
+ * of the account unless a user or role explicitly overrides these settings. If this field
292
+ * is omitted, the setting is changed only for the authenticated user.</p>
163
293
  * <p>In order to use this parameter, you must be the root user, or the principal.</p>
164
294
  * <note>
165
295
  * <p>You must use the root user when you set the Fargate wait time
166
296
  * (<code>fargateTaskRetirementWaitPeriod</code>). </p>
167
- * <p>Federated users assume the account setting of the root user and can't have explicit
168
- * account settings set for them.</p>
297
+ * <p>Federated users assume the account setting of the root user and can't have
298
+ * explicit account settings set for them.</p>
169
299
  * </note>
170
300
  * @public
171
301
  */
@@ -194,20 +324,20 @@ export interface PutAccountSettingDefaultRequest {
194
324
  * <code>serviceLongArnFormat</code> - When modified, the Amazon Resource Name
195
325
  * (ARN) and resource ID format of the resource type for a specified user, role, or
196
326
  * the root user for an account is affected. The opt-in and opt-out account setting
197
- * must be set for each Amazon ECS resource separately. The ARN and resource ID format
198
- * of a resource is defined by the opt-in status of the user or role that created
199
- * the resource. You must turn on this setting to use Amazon ECS features such as
200
- * resource tagging.</p>
327
+ * must be set for each Amazon ECS resource separately. The ARN and resource ID
328
+ * format of a resource is defined by the opt-in status of the user or role that
329
+ * created the resource. You must turn on this setting to use Amazon ECS features
330
+ * such as resource tagging.</p>
201
331
  * </li>
202
332
  * <li>
203
333
  * <p>
204
334
  * <code>taskLongArnFormat</code> - When modified, the Amazon Resource Name (ARN)
205
335
  * and resource ID format of the resource type for a specified user, role, or the
206
- * root user for an account is affected. The opt-in and opt-out account setting must
207
- * be set for each Amazon ECS resource separately. The ARN and resource ID format of a
208
- * resource is defined by the opt-in status of the user or role that created the
209
- * resource. You must turn on this setting to use Amazon ECS features such as resource
210
- * tagging.</p>
336
+ * root user for an account is affected. The opt-in and opt-out account setting
337
+ * must be set for each Amazon ECS resource separately. The ARN and resource ID
338
+ * format of a resource is defined by the opt-in status of the user or role that
339
+ * created the resource. You must turn on this setting to use Amazon ECS features
340
+ * such as resource tagging.</p>
211
341
  * </li>
212
342
  * <li>
213
343
  * <p>
@@ -226,14 +356,15 @@ export interface PutAccountSettingDefaultRequest {
226
356
  * If <code>awsvpcTrunking</code> is turned on, any new container instances that
227
357
  * support the feature are launched have the increased ENI limits available to
228
358
  * them. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-instance-eni.html">Elastic
229
- * Network Interface Trunking</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
359
+ * Network Interface Trunking</a> in the <i>Amazon Elastic Container
360
+ * Service Developer Guide</i>.</p>
230
361
  * </li>
231
362
  * <li>
232
363
  * <p>
233
364
  * <code>containerInsights</code> - Container Insights with enhanced
234
365
  * observability provides all the Container Insights metrics, plus additional task
235
- * and container metrics. This version supports enhanced observability for Amazon ECS
236
- * clusters using the Amazon EC2 and Fargate launch types. After you configure
366
+ * and container metrics. This version supports enhanced observability for Amazon
367
+ * ECS clusters using the Amazon EC2 and Fargate launch types. After you configure
237
368
  * Container Insights with enhanced observability on Amazon ECS, Container Insights
238
369
  * auto-collects detailed infrastructure telemetry from the cluster level down to
239
370
  * the container level in your environment and displays these critical performance
@@ -244,7 +375,8 @@ export interface PutAccountSettingDefaultRequest {
244
375
  * <p>To use Container Insights, set the <code>containerInsights</code> account
245
376
  * setting to <code>enabled</code>.</p>
246
377
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html">Monitor Amazon ECS containers using Container Insights with enhanced
247
- * observability</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
378
+ * observability</a> in the <i>Amazon Elastic Container Service
379
+ * Developer Guide</i>.</p>
248
380
  * </li>
249
381
  * <li>
250
382
  * <p>
@@ -257,57 +389,67 @@ export interface PutAccountSettingDefaultRequest {
257
389
  * <li>
258
390
  * <p>
259
391
  * <code>fargateFIPSMode</code> - If you specify <code>fargateFIPSMode</code>,
260
- * Fargate FIPS 140 compliance is affected.</p>
392
+ * Fargate FIPS 140 compliance is affected.</p>
261
393
  * </li>
262
394
  * <li>
263
395
  * <p>
264
- * <code>fargateTaskRetirementWaitPeriod</code> - When Amazon Web Services determines that a
265
- * security or infrastructure update is needed for an Amazon ECS task hosted on
266
- * Fargate, the tasks need to be stopped and new tasks launched to replace them.
267
- * Use <code>fargateTaskRetirementWaitPeriod</code> to configure the wait time to
268
- * retire a Fargate task. For information about the Fargate tasks maintenance,
269
- * see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web Services Fargate
270
- * task maintenance</a> in the <i>Amazon ECS Developer
271
- * Guide</i>.</p>
396
+ * <code>fargateTaskRetirementWaitPeriod</code> - When Amazon Web Services
397
+ * determines that a security or infrastructure update is needed for an Amazon ECS
398
+ * task hosted on Fargate, the tasks need to be stopped and new tasks launched to
399
+ * replace them. Use <code>fargateTaskRetirementWaitPeriod</code> to configure the
400
+ * wait time to retire a Fargate task. For information about the Fargate tasks
401
+ * maintenance, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web
402
+ * Services Fargate task maintenance</a> in the
403
+ * <i>Amazon ECS Developer Guide</i>.</p>
272
404
  * </li>
273
405
  * <li>
274
406
  * <p>
275
407
  * <code>tagResourceAuthorization</code> - Amazon ECS is introducing tagging
276
408
  * authorization for resource creation. Users must have permissions for actions
277
409
  * that create the resource, such as <code>ecsCreateCluster</code>. If tags are
278
- * specified when you create a resource, Amazon Web Services performs additional authorization to
279
- * verify if users or roles have permissions to create tags. Therefore, you must
280
- * grant explicit permissions to use the <code>ecs:TagResource</code> action. For
281
- * more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html">Grant permission to tag resources on creation</a> in the
410
+ * specified when you create a resource, Amazon Web Services performs
411
+ * additional authorization to verify if users or roles have permissions to create
412
+ * tags. Therefore, you must grant explicit permissions to use the
413
+ * <code>ecs:TagResource</code> action. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html">Grant permission to tag resources on creation</a> in the
282
414
  * <i>Amazon ECS Developer Guide</i>.</p>
283
415
  * </li>
284
416
  * <li>
285
417
  * <p>
286
- * <code>defaultLogDriverMode</code> -Amazon ECS supports setting a default delivery
287
- * mode of log messages from a container to the <code>logDriver</code> that you specify in the container's <code>logConfiguration</code>. The delivery mode affects
288
- * application stability when the flow of logs from the container to the log driver is
289
- * interrupted. The <code>defaultLogDriverMode</code> setting supports two values:
290
- * <code>blocking</code> and <code>non-blocking</code>. If you don't specify a
291
- * delivery mode in your container definition's <code>logConfiguration</code>, the
292
- * mode you specify using this account setting will be used as the default. For
293
- * more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.</p>
418
+ * <code>defaultLogDriverMode</code> -Amazon ECS supports setting a default
419
+ * delivery mode of log messages from a container to the <code>logDriver</code>
420
+ * that you specify in the container's <code>logConfiguration</code>. The delivery
421
+ * mode affects application stability when the flow of logs from the container to
422
+ * the log driver is interrupted. The <code>defaultLogDriverMode</code> setting
423
+ * supports two values: <code>blocking</code> and <code>non-blocking</code>. If you
424
+ * don't specify a delivery mode in your container definition's
425
+ * <code>logConfiguration</code>, the mode you specify using this account
426
+ * setting will be used as the default. For more information about log delivery
427
+ * modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.</p>
294
428
  * <note>
295
- * <p>On June 25, 2025, Amazon ECS changed the default log driver mode from <code>blocking</code> to <code>non-blocking</code> to prioritize task availability over logging. To continue using the <code>blocking</code> mode after this change, do one of the following:</p>
429
+ * <p>On June 25, 2025, Amazon ECS changed the default log driver mode from
430
+ * <code>blocking</code> to <code>non-blocking</code> to prioritize task
431
+ * availability over logging. To continue using the <code>blocking</code> mode
432
+ * after this change, do one of the following:</p>
296
433
  * <ul>
297
434
  * <li>
298
- * <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
435
+ * <p>Set the <code>mode</code> option in your container definition's
436
+ * <code>logConfiguration</code> as <code>blocking</code>.</p>
299
437
  * </li>
300
438
  * <li>
301
- * <p>Set the <code>defaultLogDriverMode</code> account setting to <code>blocking</code>.</p>
439
+ * <p>Set the <code>defaultLogDriverMode</code> account setting to
440
+ * <code>blocking</code>.</p>
302
441
  * </li>
303
442
  * </ul>
304
443
  * </note>
305
444
  * </li>
306
445
  * <li>
307
446
  * <p>
308
- * <code>guardDutyActivate</code> - The <code>guardDutyActivate</code> parameter is read-only in Amazon ECS and indicates whether
309
- * Amazon ECS Runtime Monitoring is enabled or disabled by your security administrator in your
310
- * Amazon ECS account. Amazon GuardDuty controls this account setting on your behalf. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html">Protecting Amazon ECS workloads with Amazon ECS Runtime Monitoring</a>.</p>
447
+ * <code>guardDutyActivate</code> - The <code>guardDutyActivate</code> parameter
448
+ * is read-only in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring
449
+ * is enabled or disabled by your security administrator in your Amazon ECS
450
+ * account. Amazon GuardDuty controls this account setting on your behalf. For more
451
+ * information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-guard-duty-integration.html">Protecting Amazon ECS workloads with Amazon ECS Runtime
452
+ * Monitoring</a>.</p>
311
453
  * </li>
312
454
  * </ul>
313
455
  * @public
@@ -322,18 +464,18 @@ export interface PutAccountSettingDefaultRequest {
322
464
  * <ul>
323
465
  * <li>
324
466
  * <p>
325
- * <code>0</code> - Amazon Web Services sends the notification, and immediately retires the
326
- * affected tasks.</p>
467
+ * <code>0</code> - Amazon Web Services sends the notification, and
468
+ * immediately retires the affected tasks.</p>
327
469
  * </li>
328
470
  * <li>
329
471
  * <p>
330
- * <code>7</code> - Amazon Web Services sends the notification, and waits 7 calendar days to
331
- * retire the tasks.</p>
472
+ * <code>7</code> - Amazon Web Services sends the notification, and waits 7
473
+ * calendar days to retire the tasks.</p>
332
474
  * </li>
333
475
  * <li>
334
476
  * <p>
335
- * <code>14</code> - Amazon Web Services sends the notification, and waits 14 calendar days to
336
- * retire the tasks.</p>
477
+ * <code>14</code> - Amazon Web Services sends the notification, and waits 14
478
+ * calendar days to retire the tasks.</p>
337
479
  * </li>
338
480
  * </ul>
339
481
  * @public
@@ -369,8 +511,9 @@ export declare class AttributeLimitExceededException extends __BaseException {
369
511
  */
370
512
  export interface PutAttributesRequest {
371
513
  /**
372
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply
373
- * attributes. If you do not specify a cluster, the default cluster is assumed.</p>
514
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster that contains the
515
+ * resource to apply attributes. If you do not specify a cluster, the default cluster is
516
+ * assumed.</p>
374
517
  * @public
375
518
  */
376
519
  cluster?: string | undefined;
@@ -396,8 +539,9 @@ export interface PutAttributesResponse {
396
539
  */
397
540
  export interface PutClusterCapacityProvidersRequest {
398
541
  /**
399
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster to modify the capacity provider
400
- * settings for. If you don't specify a cluster, the default cluster is assumed.</p>
542
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster to modify the
543
+ * capacity provider settings for. If you don't specify a cluster, the default cluster is
544
+ * assumed.</p>
401
545
  * @public
402
546
  */
403
547
  cluster: string | undefined;
@@ -406,8 +550,8 @@ export interface PutClusterCapacityProvidersRequest {
406
550
  * <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity
407
551
  * provider must already be created. New capacity providers can be created with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateCapacityProvider.html">CreateCapacityProvider</a> API operation.</p>
408
552
  * <p>To use a Fargate capacity provider, specify either the <code>FARGATE</code> or
409
- * <code>FARGATE_SPOT</code> capacity providers. The Fargate capacity providers are
410
- * available to all accounts and only need to be associated with a cluster to be
553
+ * <code>FARGATE_SPOT</code> capacity providers. The Fargate capacity providers
554
+ * are available to all accounts and only need to be associated with a cluster to be
411
555
  * used.</p>
412
556
  * @public
413
557
  */
@@ -426,8 +570,8 @@ export interface PutClusterCapacityProvidersRequest {
426
570
  * <p>If specifying a capacity provider that uses an Auto Scaling group, the capacity
427
571
  * provider must already be created. New capacity providers can be created with the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateCapacityProvider.html">CreateCapacityProvider</a> API operation.</p>
428
572
  * <p>To use a Fargate capacity provider, specify either the <code>FARGATE</code> or
429
- * <code>FARGATE_SPOT</code> capacity providers. The Fargate capacity providers are
430
- * available to all accounts and only need to be associated with a cluster to be
573
+ * <code>FARGATE_SPOT</code> capacity providers. The Fargate capacity providers
574
+ * are available to all accounts and only need to be associated with a cluster to be
431
575
  * used.</p>
432
576
  * @public
433
577
  */
@@ -491,8 +635,9 @@ export interface PlatformDevice {
491
635
  */
492
636
  export interface RegisterContainerInstanceRequest {
493
637
  /**
494
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster to register your container instance
495
- * with. If you do not specify a cluster, the default cluster is assumed.</p>
638
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster to register your
639
+ * container instance with. If you do not specify a cluster, the default cluster is
640
+ * assumed.</p>
496
641
  * @public
497
642
  */
498
643
  cluster?: string | undefined;
@@ -518,8 +663,8 @@ export interface RegisterContainerInstanceRequest {
518
663
  */
519
664
  totalResources?: Resource[] | undefined;
520
665
  /**
521
- * <p>The version information for the Amazon ECS container agent and Docker daemon that runs on
522
- * the container instance.</p>
666
+ * <p>The version information for the Amazon ECS container agent and Docker daemon that runs
667
+ * on the container instance.</p>
523
668
  * @public
524
669
  */
525
670
  versionInfo?: VersionInfo | undefined;
@@ -549,7 +694,7 @@ export interface RegisterContainerInstanceRequest {
549
694
  * </li>
550
695
  * <li>
551
696
  * <p>For each resource, each tag key must be unique, and each tag key can have only
552
- * one value.</p>
697
+ * one value.</p>
553
698
  * </li>
554
699
  * <li>
555
700
  * <p>Maximum key length - 128 Unicode characters in UTF-8</p>
@@ -559,18 +704,20 @@ export interface RegisterContainerInstanceRequest {
559
704
  * </li>
560
705
  * <li>
561
706
  * <p>If your tagging schema is used across multiple services and resources,
562
- * remember that other services may have restrictions on allowed characters.
563
- * Generally allowed characters are: letters, numbers, and spaces representable in
564
- * UTF-8, and the following characters: + - = . _ : / @.</p>
707
+ * remember that other services may have restrictions on allowed characters.
708
+ * Generally allowed characters are: letters, numbers, and spaces representable in
709
+ * UTF-8, and the following characters: + - = . _ : / @.</p>
565
710
  * </li>
566
711
  * <li>
567
712
  * <p>Tag keys and values are case-sensitive.</p>
568
713
  * </li>
569
714
  * <li>
570
715
  * <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase
571
- * combination of such as a prefix for either keys or values as it is reserved for
572
- * Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with
573
- * this prefix do not count against your tags per resource limit.</p>
716
+ * combination of such as a prefix for either keys or values as it is reserved for
717
+ * Amazon Web
718
+ * Services use. You cannot edit or delete tag keys or values with
719
+ * this prefix. Tags with this prefix do not count against your tags per resource
720
+ * limit.</p>
574
721
  * </li>
575
722
  * </ul>
576
723
  * @public
@@ -594,51 +741,57 @@ export interface RegisterTaskDefinitionRequest {
594
741
  /**
595
742
  * <p>You must specify a <code>family</code> for a task definition. You can use it track
596
743
  * multiple versions of the same task definition. The <code>family</code> is used as a name
597
- * for your task definition. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.</p>
744
+ * for your task definition. Up to 255 letters (uppercase and lowercase), numbers,
745
+ * underscores, and hyphens are allowed.</p>
598
746
  * @public
599
747
  */
600
748
  family: string | undefined;
601
749
  /**
602
- * <p>The short name or full Amazon Resource Name (ARN) of the IAM role that containers in this task can
603
- * assume. All containers in this task are granted the permissions that are specified in
604
- * this role. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html">IAM Roles for
605
- * Tasks</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
750
+ * <p>The short name or full Amazon Resource Name (ARN) of the IAM role that containers in
751
+ * this task can assume. All containers in this task are granted the permissions that are
752
+ * specified in this role. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html">IAM Roles for
753
+ * Tasks</a> in the <i>Amazon Elastic Container Service Developer
754
+ * Guide</i>.</p>
606
755
  * @public
607
756
  */
608
757
  taskRoleArn?: string | undefined;
609
758
  /**
610
- * <p>The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent
611
- * permission to make Amazon Web Services API calls on your behalf. For informationabout the required IAM roles for Amazon ECS, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security-ecs-iam-role-overview.html">IAM roles for Amazon ECS</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
759
+ * <p>The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS
760
+ * container agent permission to make Amazon Web Services API calls on your behalf. For
761
+ * informationabout the required IAM roles for Amazon ECS, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security-ecs-iam-role-overview.html">IAM roles
762
+ * for Amazon ECS</a> in the <i>Amazon Elastic Container Service Developer
763
+ * Guide</i>.</p>
612
764
  * @public
613
765
  */
614
766
  executionRoleArn?: string | undefined;
615
767
  /**
616
768
  * <p>The Docker networking mode to use for the containers in the task. The valid values are
617
- * <code>none</code>, <code>bridge</code>, <code>awsvpc</code>, and <code>host</code>.
618
- * If no network mode is specified, the default is <code>bridge</code>.</p>
619
- * <p>For Amazon ECS tasks on Fargate, the <code>awsvpc</code> network mode is required.
620
- * For Amazon ECS tasks on Amazon EC2 Linux instances, any network mode can be used. For Amazon ECS tasks on Amazon EC2 Windows instances, <code><default></code> or <code>awsvpc</code> can be used. If the network
621
- * mode is set to <code>none</code>, you cannot specify port mappings in your container
622
- * definitions, and the tasks containers do not have external connectivity. The
623
- * <code>host</code> and <code>awsvpc</code> network modes offer the highest networking
624
- * performance for containers because they use the EC2 network stack instead of the
625
- * virtualized network stack provided by the <code>bridge</code> mode.</p>
769
+ * <code>none</code>, <code>bridge</code>, <code>awsvpc</code>, and <code>host</code>.
770
+ * If no network mode is specified, the default is <code>bridge</code>.</p>
771
+ * <p>For Amazon ECS tasks on Fargate, the <code>awsvpc</code> network mode is required. For
772
+ * Amazon ECS tasks on Amazon EC2 Linux instances, any network mode can be used. For Amazon
773
+ * ECS tasks on Amazon EC2 Windows instances, <code><default></code> or
774
+ * <code>awsvpc</code> can be used. If the network mode is set to <code>none</code>,
775
+ * you cannot specify port mappings in your container definitions, and the tasks containers
776
+ * do not have external connectivity. The <code>host</code> and <code>awsvpc</code> network
777
+ * modes offer the highest networking performance for containers because they use the EC2
778
+ * network stack instead of the virtualized network stack provided by the
779
+ * <code>bridge</code> mode.</p>
626
780
  * <p>With the <code>host</code> and <code>awsvpc</code> network modes, exposed container
627
- * ports are mapped directly to the corresponding host port (for the <code>host</code>
628
- * network mode) or the attached elastic network interface port (for the
629
- * <code>awsvpc</code> network mode), so you cannot take advantage of dynamic host port
630
- * mappings. </p>
781
+ * ports are mapped directly to the corresponding host port (for the <code>host</code>
782
+ * network mode) or the attached elastic network interface port (for the
783
+ * <code>awsvpc</code> network mode), so you cannot take advantage of dynamic host port
784
+ * mappings. </p>
631
785
  * <important>
632
- * <p>When using the <code>host</code> network mode, you should not run
633
- * containers using the root user (UID 0). It is considered best practice
634
- * to use a non-root user.</p>
786
+ * <p>When using the <code>host</code> network mode, you should not run containers using
787
+ * the root user (UID 0). It is considered best practice to use a non-root user.</p>
635
788
  * </important>
636
789
  * <p>If the network mode is <code>awsvpc</code>, the task is allocated an elastic network
637
- * interface, and you must specify a <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_NetworkConfiguration.html">NetworkConfiguration</a> value when you create
638
- * a service or run a task with the task definition. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html">Task Networking</a> in the
639
- * <i>Amazon Elastic Container Service Developer Guide</i>.</p>
640
- * <p>If the network mode is <code>host</code>, you cannot run multiple instantiations of the
641
- * same task on a single container instance when port mappings are used.</p>
790
+ * interface, and you must specify a <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_NetworkConfiguration.html">NetworkConfiguration</a> value when you create a service or run a task with the
791
+ * task definition. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html">Task Networking</a>
792
+ * in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
793
+ * <p>If the network mode is <code>host</code>, you cannot run multiple instantiations of
794
+ * the same task on a single container instance when port mappings are used.</p>
642
795
  * @public
643
796
  */
644
797
  networkMode?: NetworkMode | undefined;
@@ -679,11 +832,13 @@ export interface RegisterTaskDefinitionRequest {
679
832
  * <p>Task-level CPU and memory parameters are ignored for Windows containers. We
680
833
  * recommend specifying container-level resources for Windows containers.</p>
681
834
  * </note>
682
- * <p>If you're using the EC2 launch type or external launch type, this field
683
- * is optional. Supported values are between <code>128</code> CPU units (<code>0.125</code>
684
- * vCPUs) and <code>196608</code> CPU units (<code>192</code> vCPUs). If you do not specify
685
- * a value, the parameter is ignored.</p>
686
- * <p>This field is required for Fargate. For information about the valid values, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size">Task size</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
835
+ * <p>If you're using the EC2 launch type or external launch type, this field is optional.
836
+ * Supported values are between <code>128</code> CPU units (<code>0.125</code> vCPUs) and
837
+ * <code>196608</code> CPU units (<code>192</code> vCPUs). If you do not specify a
838
+ * value, the parameter is ignored.</p>
839
+ * <p>This field is required for Fargate. For information about the valid values, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size">Task
840
+ * size</a> in the <i>Amazon Elastic Container Service Developer
841
+ * Guide</i>.</p>
687
842
  * @public
688
843
  */
689
844
  cpu?: string | undefined;
@@ -698,36 +853,41 @@ export interface RegisterTaskDefinitionRequest {
698
853
  * recommend specifying container-level resources for Windows containers.</p>
699
854
  * </note>
700
855
  * <p>If using the EC2 launch type, this field is optional.</p>
701
- * <p>If using the Fargate launch type, this field is required and you must
702
- * use one of the following values. This determines your range of supported values for the
856
+ * <p>If using the Fargate launch type, this field is required and you must use one of the
857
+ * following values. This determines your range of supported values for the
703
858
  * <code>cpu</code> parameter.</p>
704
859
  * <p>The CPU units cannot be less than 1 vCPU when you use Windows containers on
705
860
  * Fargate.</p>
706
861
  * <ul>
707
862
  * <li>
708
- * <p>512 (0.5 GB), 1024 (1 GB), 2048 (2 GB) - Available <code>cpu</code> values: 256 (.25 vCPU)</p>
863
+ * <p>512 (0.5 GB), 1024 (1 GB), 2048 (2 GB) - Available <code>cpu</code> values:
864
+ * 256 (.25 vCPU)</p>
709
865
  * </li>
710
866
  * <li>
711
- * <p>1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB) - Available <code>cpu</code> values: 512 (.5 vCPU)</p>
867
+ * <p>1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB) - Available
868
+ * <code>cpu</code> values: 512 (.5 vCPU)</p>
712
869
  * </li>
713
870
  * <li>
714
- * <p>2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB) - Available <code>cpu</code> values: 1024 (1 vCPU)</p>
871
+ * <p>2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB),
872
+ * 8192 (8 GB) - Available <code>cpu</code> values: 1024 (1 vCPU)</p>
715
873
  * </li>
716
874
  * <li>
717
- * <p>Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB) - Available <code>cpu</code> values: 2048 (2 vCPU)</p>
875
+ * <p>Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB) - Available
876
+ * <code>cpu</code> values: 2048 (2 vCPU)</p>
718
877
  * </li>
719
878
  * <li>
720
- * <p>Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB) - Available <code>cpu</code> values: 4096 (4 vCPU)</p>
879
+ * <p>Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB) - Available
880
+ * <code>cpu</code> values: 4096 (4 vCPU)</p>
721
881
  * </li>
722
882
  * <li>
723
- * <p>Between 16 GB and 60 GB in 4 GB increments - Available <code>cpu</code> values: 8192 (8 vCPU)</p>
724
- * <p>This option requires Linux platform <code>1.4.0</code> or
725
- * later.</p>
883
+ * <p>Between 16 GB and 60 GB in 4 GB increments - Available <code>cpu</code>
884
+ * values: 8192 (8 vCPU)</p>
885
+ * <p>This option requires Linux platform <code>1.4.0</code> or later.</p>
726
886
  * </li>
727
887
  * <li>
728
- * <p>Between 32GB and 120 GB in 8 GB increments - Available <code>cpu</code> values: 16384 (16 vCPU)</p>
729
- * <p>This option requires Linux platform <code>1.4.0</code> or
730
- * later.</p>
888
+ * <p>Between 32GB and 120 GB in 8 GB increments - Available <code>cpu</code>
889
+ * values: 16384 (16 vCPU)</p>
890
+ * <p>This option requires Linux platform <code>1.4.0</code> or later.</p>
731
891
  * </li>
732
892
  * </ul>
733
893
  * @public
@@ -743,7 +903,7 @@ export interface RegisterTaskDefinitionRequest {
743
903
  * </li>
744
904
  * <li>
745
905
  * <p>For each resource, each tag key must be unique, and each tag key can have only
746
- * one value.</p>
906
+ * one value.</p>
747
907
  * </li>
748
908
  * <li>
749
909
  * <p>Maximum key length - 128 Unicode characters in UTF-8</p>
@@ -753,76 +913,77 @@ export interface RegisterTaskDefinitionRequest {
753
913
  * </li>
754
914
  * <li>
755
915
  * <p>If your tagging schema is used across multiple services and resources,
756
- * remember that other services may have restrictions on allowed characters.
757
- * Generally allowed characters are: letters, numbers, and spaces representable in
758
- * UTF-8, and the following characters: + - = . _ : / @.</p>
916
+ * remember that other services may have restrictions on allowed characters.
917
+ * Generally allowed characters are: letters, numbers, and spaces representable in
918
+ * UTF-8, and the following characters: + - = . _ : / @.</p>
759
919
  * </li>
760
920
  * <li>
761
921
  * <p>Tag keys and values are case-sensitive.</p>
762
922
  * </li>
763
923
  * <li>
764
924
  * <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase
765
- * combination of such as a prefix for either keys or values as it is reserved for
766
- * Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with
767
- * this prefix do not count against your tags per resource limit.</p>
925
+ * combination of such as a prefix for either keys or values as it is reserved for
926
+ * Amazon Web
927
+ * Services use. You cannot edit or delete tag keys or values with
928
+ * this prefix. Tags with this prefix do not count against your tags per resource
929
+ * limit.</p>
768
930
  * </li>
769
931
  * </ul>
770
932
  * @public
771
933
  */
772
934
  tags?: Tag[] | undefined;
773
935
  /**
774
- * <p>The process namespace to use for the containers in the task. The valid
775
- * values are <code>host</code> or <code>task</code>. On Fargate for
776
- * Linux containers, the only valid value is <code>task</code>. For
777
- * example, monitoring sidecars might need <code>pidMode</code> to access
778
- * information about other containers running in the same task.</p>
779
- * <p>If <code>host</code> is specified, all containers within the tasks
780
- * that specified the <code>host</code> PID mode on the same container
781
- * instance share the same process namespace with the host Amazon EC2
782
- * instance.</p>
783
- * <p>If <code>task</code> is specified, all containers within the specified
784
- * task share the same process namespace.</p>
785
- * <p>If no value is specified, the
786
- * The default is a private namespace for each container.</p>
787
- * <p>If the <code>host</code> PID mode is used, there's a heightened risk
788
- * of undesired process namespace exposure.</p>
936
+ * <p>The process namespace to use for the containers in the task. The valid values are
937
+ * <code>host</code> or <code>task</code>. On Fargate for Linux containers, the only
938
+ * valid value is <code>task</code>. For example, monitoring sidecars might need
939
+ * <code>pidMode</code> to access information about other containers running in the
940
+ * same task.</p>
941
+ * <p>If <code>host</code> is specified, all containers within the tasks that specified the
942
+ * <code>host</code> PID mode on the same container instance share the same process
943
+ * namespace with the host Amazon EC2 instance.</p>
944
+ * <p>If <code>task</code> is specified, all containers within the specified task share the
945
+ * same process namespace.</p>
946
+ * <p>If no value is specified, the The default is a private namespace for each
947
+ * container.</p>
948
+ * <p>If the <code>host</code> PID mode is used, there's a heightened risk of undesired
949
+ * process namespace exposure.</p>
789
950
  * <note>
790
951
  * <p>This parameter is not supported for Windows containers.</p>
791
952
  * </note>
792
953
  * <note>
793
- * <p>This parameter is only supported for tasks that are hosted on
794
- * Fargate if the tasks are using platform version <code>1.4.0</code> or later
795
- * (Linux). This isn't supported for Windows containers on
796
- * Fargate.</p>
954
+ * <p>This parameter is only supported for tasks that are hosted on Fargate if
955
+ * the tasks are using platform version <code>1.4.0</code> or later (Linux). This isn't
956
+ * supported for Windows containers on Fargate.</p>
797
957
  * </note>
798
958
  * @public
799
959
  */
800
960
  pidMode?: PidMode | undefined;
801
961
  /**
802
962
  * <p>The IPC resource namespace to use for the containers in the task. The valid values are
803
- * <code>host</code>, <code>task</code>, or <code>none</code>. If <code>host</code> is
804
- * specified, then all containers within the tasks that specified the <code>host</code> IPC
805
- * mode on the same container instance share the same IPC resources with the host Amazon EC2
806
- * instance. If <code>task</code> is specified, all containers within the specified task
807
- * share the same IPC resources. If <code>none</code> is specified, then IPC resources
808
- * within the containers of a task are private and not shared with other containers in a
809
- * task or on the container instance. If no value is specified, then the IPC resource
810
- * namespace sharing depends on the Docker daemon setting on the container instance.</p>
963
+ * <code>host</code>, <code>task</code>, or <code>none</code>. If <code>host</code> is
964
+ * specified, then all containers within the tasks that specified the <code>host</code> IPC
965
+ * mode on the same container instance share the same IPC resources with the host Amazon
966
+ * EC2 instance. If <code>task</code> is specified, all containers within the specified
967
+ * task share the same IPC resources. If <code>none</code> is specified, then IPC resources
968
+ * within the containers of a task are private and not shared with other containers in a
969
+ * task or on the container instance. If no value is specified, then the IPC resource
970
+ * namespace sharing depends on the Docker daemon setting on the container instance.</p>
811
971
  * <p>If the <code>host</code> IPC mode is used, be aware that there is a heightened risk of
812
- * undesired IPC namespace expose.</p>
972
+ * undesired IPC namespace expose.</p>
813
973
  * <p>If you are setting namespaced kernel parameters using <code>systemControls</code> for
814
- * the containers in the task, the following will apply to your IPC resource namespace. For
815
- * more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html">System
816
- * Controls</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
974
+ * the containers in the task, the following will apply to your IPC resource namespace. For
975
+ * more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html">System
976
+ * Controls</a> in the <i>Amazon Elastic Container Service Developer
977
+ * Guide</i>.</p>
817
978
  * <ul>
818
979
  * <li>
819
980
  * <p>For tasks that use the <code>host</code> IPC mode, IPC namespace related
820
- * <code>systemControls</code> are not supported.</p>
981
+ * <code>systemControls</code> are not supported.</p>
821
982
  * </li>
822
983
  * <li>
823
984
  * <p>For tasks that use the <code>task</code> IPC mode, IPC namespace related
824
- * <code>systemControls</code> will apply to all containers within a
825
- * task.</p>
985
+ * <code>systemControls</code> will apply to all containers within a
986
+ * task.</p>
826
987
  * </li>
827
988
  * </ul>
828
989
  * <note>
@@ -833,12 +994,13 @@ export interface RegisterTaskDefinitionRequest {
833
994
  ipcMode?: IpcMode | undefined;
834
995
  /**
835
996
  * <p>The configuration details for the App Mesh proxy.</p>
836
- * <p>For tasks hosted on Amazon EC2 instances, the container instances require at least version
837
- * <code>1.26.0</code> of the container agent and at least version
997
+ * <p>For tasks hosted on Amazon EC2 instances, the container instances require at least
998
+ * version <code>1.26.0</code> of the container agent and at least version
838
999
  * <code>1.26.0-1</code> of the <code>ecs-init</code> package to use a proxy
839
1000
  * configuration. If your container instances are launched from the Amazon ECS-optimized
840
1001
  * AMI version <code>20190301</code> or later, then they contain the required versions of
841
- * the container agent and <code>ecs-init</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-ami-versions.html">Amazon ECS-optimized AMI versions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
1002
+ * the container agent and <code>ecs-init</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-ami-versions.html">Amazon ECS-optimized AMI versions</a> in the <i>Amazon Elastic Container
1003
+ * Service Developer Guide</i>.</p>
842
1004
  * @public
843
1005
  */
844
1006
  proxyConfiguration?: ProxyConfiguration | undefined;
@@ -853,8 +1015,8 @@ export interface RegisterTaskDefinitionRequest {
853
1015
  * tasks hosted on Fargate. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html">Using data volumes in
854
1016
  * tasks</a> in the <i>Amazon ECS Developer Guide</i>.</p>
855
1017
  * <note>
856
- * <p>For tasks using the Fargate launch type, the task requires the
857
- * following platforms:</p>
1018
+ * <p>For tasks using the Fargate launch type, the task requires the following
1019
+ * platforms:</p>
858
1020
  * <ul>
859
1021
  * <li>
860
1022
  * <p>Linux platform version <code>1.4.0</code> or later.</p>
@@ -868,8 +1030,7 @@ export interface RegisterTaskDefinitionRequest {
868
1030
  */
869
1031
  ephemeralStorage?: EphemeralStorage | undefined;
870
1032
  /**
871
- * <p>The operating system that your tasks definitions run on. A platform family is
872
- * specified only for tasks using the Fargate launch type. </p>
1033
+ * <p>The operating system that your tasks definitions run on.</p>
873
1034
  * @public
874
1035
  */
875
1036
  runtimePlatform?: RuntimePlatform | undefined;
@@ -897,8 +1058,10 @@ export interface RegisterTaskDefinitionResponse {
897
1058
  tags?: Tag[] | undefined;
898
1059
  }
899
1060
  /**
900
- * <p>Your Amazon Web Services account was blocked. For more information, contact <a href="http://aws.amazon.com/contact-us/">
901
- * Amazon Web ServicesSupport</a>.</p>
1061
+ * <p>Your Amazon Web
1062
+ * Services account was blocked. For more information, contact <a href="http://aws.amazon.com/contact-us/">
1063
+ * Amazon Web
1064
+ * Services Support</a>.</p>
902
1065
  * @public
903
1066
  */
904
1067
  export declare class BlockedException extends __BaseException {
@@ -910,7 +1073,8 @@ export declare class BlockedException extends __BaseException {
910
1073
  constructor(opts: __ExceptionOptionType<BlockedException, __BaseException>);
911
1074
  }
912
1075
  /**
913
- * <p>The request could not be processed because of conflict in the current state of the resource. </p>
1076
+ * <p>The request could not be processed because of conflict in the current state of the
1077
+ * resource. </p>
914
1078
  * @public
915
1079
  */
916
1080
  export declare class ConflictException extends __BaseException {
@@ -918,7 +1082,7 @@ export declare class ConflictException extends __BaseException {
918
1082
  readonly $fault: "client";
919
1083
  /**
920
1084
  * <p>The existing task ARNs which are already associated with the
921
- * <code>clientToken</code>.</p>
1085
+ * <code>clientToken</code>.</p>
922
1086
  * @public
923
1087
  */
924
1088
  resourceIds?: string[] | undefined;
@@ -928,60 +1092,64 @@ export declare class ConflictException extends __BaseException {
928
1092
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
929
1093
  }
930
1094
  /**
931
- * <p>The termination policy for the Amazon EBS volume when the task exits. For more information,
932
- * see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon ECS volume termination policy</a>.</p>
1095
+ * <p>The termination policy for the Amazon EBS volume when the task exits. For more
1096
+ * information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types">Amazon ECS volume termination policy</a>.</p>
933
1097
  * @public
934
1098
  */
935
1099
  export interface TaskManagedEBSVolumeTerminationPolicy {
936
1100
  /**
937
1101
  * <p>Indicates whether the volume should be deleted on when the task stops. If a value of
938
1102
  * <code>true</code> is specified,
939
- Amazon ECS deletes the Amazon EBS volume on your behalf when
940
- * the task goes into the <code>STOPPED</code> state. If no value is specified, the
941
- *
942
- default value is <code>true</code> is used. When set to <code>false</code>, Amazon ECS
943
- * leaves the volume in your
1103
+ Amazon ECS deletes the Amazon EBS volume on
1104
+ * your behalf when the task goes into the <code>STOPPED</code> state. If no value is
1105
+ * specified, the
1106
+ default value is <code>true</code> is used. When set to
1107
+ * <code>false</code>, Amazon ECS leaves the volume in your
944
1108
  account.</p>
945
1109
  * @public
946
1110
  */
947
1111
  deleteOnTermination: boolean | undefined;
948
1112
  }
949
1113
  /**
950
- * <p>The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.
951
- * These settings are used to create each Amazon EBS volume, with one volume created for each
952
- * task.</p>
1114
+ * <p>The configuration for the Amazon EBS volume that Amazon ECS creates and manages on
1115
+ * your behalf. These settings are used to create each Amazon EBS volume, with one volume
1116
+ * created for each task.</p>
953
1117
  * @public
954
1118
  */
955
1119
  export interface TaskManagedEBSVolumeConfiguration {
956
1120
  /**
957
- * <p>Indicates whether the volume should be encrypted. If you turn on Region-level Amazon EBS
958
- * encryption by default but set this value as <code>false</code>, the setting is
959
- * overridden and the volume is encrypted with the KMS key specified for Amazon EBS encryption
960
- * by default. This parameter maps 1:1 with the <code>Encrypted</code> parameter of the
961
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in the <i>Amazon EC2 API Reference</i>.</p>
1121
+ * <p>Indicates whether the volume should be encrypted. If you turn on Region-level Amazon
1122
+ * EBS encryption by default but set this value as <code>false</code>, the setting is
1123
+ * overridden and the volume is encrypted with the KMS key specified for Amazon EBS
1124
+ * encryption by default. This parameter maps 1:1 with the <code>Encrypted</code> parameter
1125
+ * of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in
1126
+ * the <i>Amazon EC2 API Reference</i>.</p>
962
1127
  * @public
963
1128
  */
964
1129
  encrypted?: boolean | undefined;
965
1130
  /**
966
- * <p>The Amazon Resource Name (ARN) identifier of the Amazon Web Services Key Management Service key to use for Amazon EBS encryption. When a key
967
- * is specified using this parameter, it overrides Amazon EBS default encryption or any KMS key
968
- * that you specified for cluster-level managed storage encryption. This parameter maps 1:1
969
- * with the <code>KmsKeyId</code> parameter of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in
1131
+ * <p>The Amazon Resource Name (ARN) identifier of the Amazon Web Services Key Management Service key
1132
+ * to use for Amazon EBS encryption. When a key is specified using this parameter, it
1133
+ * overrides Amazon EBS default encryption or any KMS key that you specified for
1134
+ * cluster-level managed storage encryption. This parameter maps 1:1 with the
1135
+ * <code>KmsKeyId</code> parameter of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in
970
1136
  * the <i>Amazon EC2 API Reference</i>. For more information about encrypting
971
- * Amazon EBS volumes attached to a task, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-kms-encryption.html">Encrypt data stored in Amazon EBS volumes attached to Amazon ECS tasks</a>.</p>
1137
+ * Amazon EBS volumes attached to a task, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-kms-encryption.html">Encrypt data stored in Amazon EBS volumes attached to Amazon ECS
1138
+ * tasks</a>.</p>
972
1139
  * <important>
973
- * <p>Amazon Web Services authenticates the Amazon Web Services Key Management Service key asynchronously. Therefore, if you specify an
974
- * ID, alias, or ARN that is invalid, the action can appear to complete, but
975
- * eventually fails.</p>
1140
+ * <p>Amazon Web
1141
+ * Services authenticates the Amazon Web Services Key Management Service
1142
+ * key asynchronously. Therefore, if you specify an ID, alias, or ARN that is invalid,
1143
+ * the action can appear to complete, but eventually fails.</p>
976
1144
  * </important>
977
1145
  * @public
978
1146
  */
979
1147
  kmsKeyId?: string | undefined;
980
1148
  /**
981
1149
  * <p>The volume type. This parameter maps 1:1 with the <code>VolumeType</code> parameter of
982
- * the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in the <i>Amazon EC2 API Reference</i>. For more
983
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html">Amazon EBS volume types</a> in
984
- * the <i>Amazon EC2 User Guide</i>.</p>
1150
+ * the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in the <i>Amazon EC2 API Reference</i>. For
1151
+ * more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html">Amazon EBS volume types</a>
1152
+ * in the <i>Amazon EC2 User Guide</i>.</p>
985
1153
  * <p>The following are the supported volume types.</p>
986
1154
  * <ul>
987
1155
  * <li>
@@ -1015,7 +1183,8 @@ export interface TaskManagedEBSVolumeConfiguration {
1015
1183
  * <p>The size of the volume in GiB. You must specify either a volume size or a snapshot ID.
1016
1184
  * If you specify a snapshot ID, the snapshot size is used for the volume size by default.
1017
1185
  * You can optionally specify a volume size greater than or equal to the snapshot size.
1018
- * This parameter maps 1:1 with the <code>Size</code> parameter of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in the <i>Amazon EC2 API Reference</i>.</p>
1186
+ * This parameter maps 1:1 with the <code>Size</code> parameter of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in the <i>Amazon EC2 API
1187
+ * Reference</i>.</p>
1019
1188
  * <p>The following are the supported volume size values for each volume type.</p>
1020
1189
  * <ul>
1021
1190
  * <li>
@@ -1039,9 +1208,9 @@ export interface TaskManagedEBSVolumeConfiguration {
1039
1208
  */
1040
1209
  sizeInGiB?: number | undefined;
1041
1210
  /**
1042
- * <p>The snapshot that Amazon ECS uses to create the volume. You must specify either a snapshot
1043
- * ID or a volume size. This parameter maps 1:1 with the <code>SnapshotId</code> parameter
1044
- * of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in
1211
+ * <p>The snapshot that Amazon ECS uses to create the volume. You must specify either a
1212
+ * snapshot ID or a volume size. This parameter maps 1:1 with the <code>SnapshotId</code>
1213
+ * parameter of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in
1045
1214
  * the <i>Amazon EC2 API Reference</i>.</p>
1046
1215
  * @public
1047
1216
  */
@@ -1049,8 +1218,8 @@ export interface TaskManagedEBSVolumeConfiguration {
1049
1218
  /**
1050
1219
  * <p>The rate, in MiB/s, at which data is fetched from a snapshot of an existing Amazon EBS
1051
1220
  * volume to create a new volume for attachment to the task. This property can be specified
1052
- * only if you specify a <code>snapshotId</code>. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">Initialize Amazon EBS volumes</a> in the <i>Amazon EBS User
1053
- * Guide</i>.</p>
1221
+ * only if you specify a <code>snapshotId</code>. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">Initialize
1222
+ * Amazon EBS volumes</a> in the <i>Amazon EBS User Guide</i>.</p>
1054
1223
  * @public
1055
1224
  */
1056
1225
  volumeInitializationRate?: number | undefined;
@@ -1079,13 +1248,15 @@ export interface TaskManagedEBSVolumeConfiguration {
1079
1248
  * default for <code>gp3</code> volumes is <code>3,000 IOPS</code>. This parameter is not
1080
1249
  * supported for <code>st1</code>, <code>sc1</code>, or <code>standard</code> volume
1081
1250
  * types.</p>
1082
- * <p>This parameter maps 1:1 with the <code>Iops</code> parameter of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in the <i>Amazon EC2 API Reference</i>.</p>
1251
+ * <p>This parameter maps 1:1 with the <code>Iops</code> parameter of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in the <i>Amazon EC2 API
1252
+ * Reference</i>.</p>
1083
1253
  * @public
1084
1254
  */
1085
1255
  iops?: number | undefined;
1086
1256
  /**
1087
1257
  * <p>The throughput to provision for a volume, in MiB/s, with a maximum of 1,000 MiB/s.
1088
- * This parameter maps 1:1 with the <code>Throughput</code> parameter of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in the <i>Amazon EC2 API Reference</i>.</p>
1258
+ * This parameter maps 1:1 with the <code>Throughput</code> parameter of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in the <i>Amazon EC2 API
1259
+ * Reference</i>.</p>
1089
1260
  * <important>
1090
1261
  * <p>This parameter is only supported for the <code>gp3</code> volume type.</p>
1091
1262
  * </important>
@@ -1093,18 +1264,21 @@ export interface TaskManagedEBSVolumeConfiguration {
1093
1264
  */
1094
1265
  throughput?: number | undefined;
1095
1266
  /**
1096
- * <p>The tags to apply to the volume. Amazon ECS applies service-managed tags by default. This
1097
- * parameter maps 1:1 with the <code>TagSpecifications.N</code> parameter of the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in the <i>Amazon EC2 API Reference</i>.</p>
1267
+ * <p>The tags to apply to the volume. Amazon ECS applies service-managed tags by default.
1268
+ * This parameter maps 1:1 with the <code>TagSpecifications.N</code> parameter of the
1269
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html">CreateVolume API</a> in the <i>Amazon EC2 API
1270
+ * Reference</i>.</p>
1098
1271
  * @public
1099
1272
  */
1100
1273
  tagSpecifications?: EBSTagSpecification[] | undefined;
1101
1274
  /**
1102
1275
  * <p>The ARN of the IAM role to associate with this volume. This is the Amazon ECS
1103
- * infrastructure IAM role that is used to manage your Amazon Web Services infrastructure. We recommend
1104
- * using the Amazon ECS-managed <code>AmazonECSInfrastructureRolePolicyForVolumes</code> IAM
1105
- * policy with this role. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/infrastructure_IAM_role.html">Amazon ECS
1276
+ * infrastructure IAM role that is used to manage your Amazon Web Services infrastructure. We
1277
+ * recommend using the Amazon ECS-managed
1278
+ * <code>AmazonECSInfrastructureRolePolicyForVolumes</code> IAM policy with this role.
1279
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/infrastructure_IAM_role.html">Amazon ECS
1106
1280
  * infrastructure IAM role</a> in the <i>Amazon ECS Developer
1107
- * Guide</i>.</p>
1281
+ * Guide</i>.</p>
1108
1282
  * @public
1109
1283
  */
1110
1284
  roleArn: string | undefined;
@@ -1139,10 +1313,10 @@ export interface TaskVolumeConfiguration {
1139
1313
  */
1140
1314
  name: string | undefined;
1141
1315
  /**
1142
- * <p>The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.
1143
- * These settings are used to create each Amazon EBS volume, with one volume created for each
1144
- * task. The Amazon EBS volumes are visible in your account in the Amazon EC2 console once they are
1145
- * created.</p>
1316
+ * <p>The configuration for the Amazon EBS volume that Amazon ECS creates and manages on
1317
+ * your behalf. These settings are used to create each Amazon EBS volume, with one volume
1318
+ * created for each task. The Amazon EBS volumes are visible in your account in the Amazon
1319
+ * EC2 console once they are created.</p>
1146
1320
  * @public
1147
1321
  */
1148
1322
  managedEBSVolume?: TaskManagedEBSVolumeConfiguration | undefined;
@@ -1155,8 +1329,8 @@ export interface RunTaskRequest {
1155
1329
  * <p>The capacity provider strategy to use for the task.</p>
1156
1330
  * <note>
1157
1331
  * <p>If you want to use Amazon ECS Managed Instances, you must use the
1158
- * <code>capacityProviderStrategy</code> request parameter and omit the
1159
- * <code>launchType</code> request parameter.</p>
1332
+ * <code>capacityProviderStrategy</code> request parameter and omit the
1333
+ * <code>launchType</code> request parameter.</p>
1160
1334
  * </note>
1161
1335
  * <p>If a <code>capacityProviderStrategy</code> is specified, the <code>launchType</code>
1162
1336
  * parameter must be omitted. If no <code>capacityProviderStrategy</code> or
@@ -1183,9 +1357,10 @@ export interface RunTaskRequest {
1183
1357
  */
1184
1358
  count?: number | undefined;
1185
1359
  /**
1186
- * <p>Specifies whether to use Amazon ECS managed tags for the task. For more information, see
1187
- * <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html">Tagging Your Amazon ECS
1188
- * Resources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
1360
+ * <p>Specifies whether to use Amazon ECS managed tags for the task. For more information,
1361
+ * see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html">Tagging Your Amazon ECS
1362
+ * Resources</a> in the <i>Amazon Elastic Container Service Developer
1363
+ * Guide</i>.</p>
1189
1364
  * @public
1190
1365
  */
1191
1366
  enableECSManagedTags?: boolean | undefined;
@@ -1205,22 +1380,23 @@ export interface RunTaskRequest {
1205
1380
  */
1206
1381
  group?: string | undefined;
1207
1382
  /**
1208
- * <p>The infrastructure to run your standalone task on. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon ECS
1209
- * launch types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
1383
+ * <p>The infrastructure to run your standalone task on. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html">Amazon
1384
+ * ECS launch types</a> in the <i>Amazon Elastic Container Service Developer
1385
+ * Guide</i>.</p>
1210
1386
  * <note>
1211
1387
  * <p>If you want to use Amazon ECS Managed Instances, you must use the
1212
- * <code>capacityProviderStrategy</code> request parameter and omit the
1213
- * <code>launchType</code> request parameter.</p>
1388
+ * <code>capacityProviderStrategy</code> request parameter and omit the
1389
+ * <code>launchType</code> request parameter.</p>
1214
1390
  * </note>
1215
1391
  * <p>The <code>FARGATE</code> launch type runs your tasks on Fargate On-Demand
1216
1392
  * infrastructure.</p>
1217
1393
  * <note>
1218
- * <p>Fargate Spot infrastructure is available for use but a capacity provider
1219
- * strategy must be used. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html">Fargate capacity providers</a> in the
1220
- * <i>Amazon ECS Developer Guide</i>.</p>
1394
+ * <p>Fargate Spot infrastructure is available for use but a capacity provider strategy
1395
+ * must be used. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html">Fargate capacity providers</a> in
1396
+ * the <i>Amazon ECS Developer Guide</i>.</p>
1221
1397
  * </note>
1222
- * <p>The <code>EC2</code> launch type runs your tasks on Amazon EC2 instances registered to your
1223
- * cluster.</p>
1398
+ * <p>The <code>EC2</code> launch type runs your tasks on Amazon EC2 instances registered to
1399
+ * your cluster.</p>
1224
1400
  * <p>The <code>EXTERNAL</code> launch type runs your tasks on your on-premises server or
1225
1401
  * virtual machine (VM) capacity registered to your cluster.</p>
1226
1402
  * <p>A task can use either a launch type or a capacity provider strategy. If a
@@ -1267,9 +1443,10 @@ export interface RunTaskRequest {
1267
1443
  placementStrategy?: PlacementStrategy[] | undefined;
1268
1444
  /**
1269
1445
  * <p>The platform version the task uses. A platform version is only specified for tasks
1270
- * hosted on Fargate. If one isn't specified, the <code>LATEST</code>
1271
- * platform version is used. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html">Fargate platform
1272
- * versions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
1446
+ * hosted on Fargate. If one isn't specified, the <code>LATEST</code> platform version is
1447
+ * used. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html">Fargate
1448
+ * platform versions</a> in the <i>Amazon Elastic Container Service
1449
+ * Developer Guide</i>.</p>
1273
1450
  * @public
1274
1451
  */
1275
1452
  platformVersion?: string | undefined;
@@ -1285,7 +1462,8 @@ export interface RunTaskRequest {
1285
1462
  */
1286
1463
  propagateTags?: PropagateTags | undefined;
1287
1464
  /**
1288
- * <p>This parameter is only used by Amazon ECS. It is not intended for use by customers.</p>
1465
+ * <p>This parameter is only used by Amazon ECS. It is not intended for use by
1466
+ * customers.</p>
1289
1467
  * @public
1290
1468
  */
1291
1469
  referenceId?: string | undefined;
@@ -1296,8 +1474,8 @@ export interface RunTaskRequest {
1296
1474
  * tasks belong to that job by filtering the results of a <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListTasks.html">ListTasks</a> call with
1297
1475
  * the <code>startedBy</code> value. Up to 128 letters (uppercase and lowercase), numbers,
1298
1476
  * hyphens (-), forward slash (/), and underscores (_) are allowed.</p>
1299
- * <p>If a task is started by an Amazon ECS service, then the <code>startedBy</code> parameter
1300
- * contains the deployment ID of the service that starts it.</p>
1477
+ * <p>If a task is started by an Amazon ECS service, then the <code>startedBy</code>
1478
+ * parameter contains the deployment ID of the service that starts it.</p>
1301
1479
  * @public
1302
1480
  */
1303
1481
  startedBy?: string | undefined;
@@ -1311,7 +1489,7 @@ export interface RunTaskRequest {
1311
1489
  * </li>
1312
1490
  * <li>
1313
1491
  * <p>For each resource, each tag key must be unique, and each tag key can have only
1314
- * one value.</p>
1492
+ * one value.</p>
1315
1493
  * </li>
1316
1494
  * <li>
1317
1495
  * <p>Maximum key length - 128 Unicode characters in UTF-8</p>
@@ -1321,18 +1499,20 @@ export interface RunTaskRequest {
1321
1499
  * </li>
1322
1500
  * <li>
1323
1501
  * <p>If your tagging schema is used across multiple services and resources,
1324
- * remember that other services may have restrictions on allowed characters.
1325
- * Generally allowed characters are: letters, numbers, and spaces representable in
1326
- * UTF-8, and the following characters: + - = . _ : / @.</p>
1502
+ * remember that other services may have restrictions on allowed characters.
1503
+ * Generally allowed characters are: letters, numbers, and spaces representable in
1504
+ * UTF-8, and the following characters: + - = . _ : / @.</p>
1327
1505
  * </li>
1328
1506
  * <li>
1329
1507
  * <p>Tag keys and values are case-sensitive.</p>
1330
1508
  * </li>
1331
1509
  * <li>
1332
1510
  * <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase
1333
- * combination of such as a prefix for either keys or values as it is reserved for
1334
- * Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with
1335
- * this prefix do not count against your tags per resource limit.</p>
1511
+ * combination of such as a prefix for either keys or values as it is reserved for
1512
+ * Amazon Web
1513
+ * Services use. You cannot edit or delete tag keys or values with
1514
+ * this prefix. Tags with this prefix do not count against your tags per resource
1515
+ * limit.</p>
1336
1516
  * </li>
1337
1517
  * </ul>
1338
1518
  * @public
@@ -1340,8 +1520,8 @@ export interface RunTaskRequest {
1340
1520
  tags?: Tag[] | undefined;
1341
1521
  /**
1342
1522
  * <p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or
1343
- * full ARN of the task definition to run. If a <code>revision</code> isn't specified,
1344
- * the latest <code>ACTIVE</code> revision is used.</p>
1523
+ * full ARN of the task definition to run. If a <code>revision</code> isn't specified, the
1524
+ * latest <code>ACTIVE</code> revision is used.</p>
1345
1525
  * <p>The full ARN value must match the value that you specified as the
1346
1526
  * <code>Resource</code> of the principal's permissions policy.</p>
1347
1527
  * <p>When you specify a task definition, you must either specify a specific revision, or
@@ -1349,10 +1529,11 @@ export interface RunTaskRequest {
1349
1529
  * <p>To specify a specific revision, include the revision number in the ARN. For example,
1350
1530
  * to specify revision 2, use
1351
1531
  * <code>arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:2</code>.</p>
1352
- * <p>To specify all revisions, use the wildcard (*) in the ARN. For example, to specify
1353
- * all revisions, use
1532
+ * <p>To specify all revisions, use the wildcard (*) in the ARN. For example, to specify all
1533
+ * revisions, use
1354
1534
  * <code>arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*</code>.</p>
1355
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-resources">Policy Resources for Amazon ECS</a> in the Amazon Elastic Container Service Developer Guide.</p>
1535
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-resources">Policy Resources for Amazon ECS</a> in the Amazon Elastic Container Service
1536
+ * Developer Guide.</p>
1356
1537
  * @public
1357
1538
  */
1358
1539
  taskDefinition: string | undefined;
@@ -1384,7 +1565,8 @@ export interface RunTaskResponse {
1384
1565
  /**
1385
1566
  * <p>Any failures associated with the call.</p>
1386
1567
  * <p>For information about how to address failures, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages.html#service-event-messages-list">Service event messages</a> and <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/api_failures_messages.html">API failure
1387
- * reasons</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
1568
+ * reasons</a> in the <i>Amazon Elastic Container Service Developer
1569
+ * Guide</i>.</p>
1388
1570
  * @public
1389
1571
  */
1390
1572
  failures?: Failure[] | undefined;
@@ -1394,8 +1576,8 @@ export interface RunTaskResponse {
1394
1576
  */
1395
1577
  export interface StartTaskRequest {
1396
1578
  /**
1397
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster where to start your task.
1398
- * If you do not specify a cluster, the default cluster is assumed.</p>
1579
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster where to start your
1580
+ * task. If you do not specify a cluster, the default cluster is assumed.</p>
1399
1581
  * @public
1400
1582
  */
1401
1583
  cluster?: string | undefined;
@@ -1406,9 +1588,10 @@ export interface StartTaskRequest {
1406
1588
  */
1407
1589
  containerInstances: string[] | undefined;
1408
1590
  /**
1409
- * <p>Specifies whether to use Amazon ECS managed tags for the task. For more information, see
1410
- * <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html">Tagging Your Amazon ECS
1411
- * Resources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
1591
+ * <p>Specifies whether to use Amazon ECS managed tags for the task. For more information,
1592
+ * see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html">Tagging Your Amazon ECS
1593
+ * Resources</a> in the <i>Amazon Elastic Container Service Developer
1594
+ * Guide</i>.</p>
1412
1595
  * @public
1413
1596
  */
1414
1597
  enableECSManagedTags?: boolean | undefined;
@@ -1427,7 +1610,7 @@ export interface StartTaskRequest {
1427
1610
  group?: string | undefined;
1428
1611
  /**
1429
1612
  * <p>The VPC subnet and security group configuration for tasks that receive their own
1430
- * elastic network interface by using the <code>awsvpc</code> networking mode.</p>
1613
+ * elastic network interface by using the <code>awsvpc</code> networking mode.</p>
1431
1614
  * @public
1432
1615
  */
1433
1616
  networkConfiguration?: NetworkConfiguration | undefined;
@@ -1452,7 +1635,8 @@ export interface StartTaskRequest {
1452
1635
  */
1453
1636
  propagateTags?: PropagateTags | undefined;
1454
1637
  /**
1455
- * <p>This parameter is only used by Amazon ECS. It is not intended for use by customers.</p>
1638
+ * <p>This parameter is only used by Amazon ECS. It is not intended for use by
1639
+ * customers.</p>
1456
1640
  * @public
1457
1641
  */
1458
1642
  referenceId?: string | undefined;
@@ -1478,7 +1662,7 @@ export interface StartTaskRequest {
1478
1662
  * </li>
1479
1663
  * <li>
1480
1664
  * <p>For each resource, each tag key must be unique, and each tag key can have only
1481
- * one value.</p>
1665
+ * one value.</p>
1482
1666
  * </li>
1483
1667
  * <li>
1484
1668
  * <p>Maximum key length - 128 Unicode characters in UTF-8</p>
@@ -1488,18 +1672,20 @@ export interface StartTaskRequest {
1488
1672
  * </li>
1489
1673
  * <li>
1490
1674
  * <p>If your tagging schema is used across multiple services and resources,
1491
- * remember that other services may have restrictions on allowed characters.
1492
- * Generally allowed characters are: letters, numbers, and spaces representable in
1493
- * UTF-8, and the following characters: + - = . _ : / @.</p>
1675
+ * remember that other services may have restrictions on allowed characters.
1676
+ * Generally allowed characters are: letters, numbers, and spaces representable in
1677
+ * UTF-8, and the following characters: + - = . _ : / @.</p>
1494
1678
  * </li>
1495
1679
  * <li>
1496
1680
  * <p>Tag keys and values are case-sensitive.</p>
1497
1681
  * </li>
1498
1682
  * <li>
1499
1683
  * <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase
1500
- * combination of such as a prefix for either keys or values as it is reserved for
1501
- * Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with
1502
- * this prefix do not count against your tags per resource limit.</p>
1684
+ * combination of such as a prefix for either keys or values as it is reserved for
1685
+ * Amazon Web
1686
+ * Services use. You cannot edit or delete tag keys or values with
1687
+ * this prefix. Tags with this prefix do not count against your tags per resource
1688
+ * limit.</p>
1503
1689
  * </li>
1504
1690
  * </ul>
1505
1691
  * @public
@@ -1537,7 +1723,9 @@ export interface StartTaskResponse {
1537
1723
  failures?: Failure[] | undefined;
1538
1724
  }
1539
1725
  /**
1540
- * <p>The service deploy ARN that you specified in the <code>StopServiceDeployment</code> doesn't exist. You can use <code>ListServiceDeployments</code> to retrieve the service deployment ARNs.</p>
1726
+ * <p>The service deploy ARN that you specified in the <code>StopServiceDeployment</code>
1727
+ * doesn't exist. You can use <code>ListServiceDeployments</code> to retrieve the service
1728
+ * deployment ARNs.</p>
1541
1729
  * @public
1542
1730
  */
1543
1731
  export declare class ServiceDeploymentNotFoundException extends __BaseException {
@@ -1591,8 +1779,8 @@ export interface StopServiceDeploymentResponse {
1591
1779
  */
1592
1780
  export interface StopTaskRequest {
1593
1781
  /**
1594
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to stop.
1595
- * If you do not specify a cluster, the default cluster is assumed.</p>
1782
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task
1783
+ * to stop. If you do not specify a cluster, the default cluster is assumed.</p>
1596
1784
  * @public
1597
1785
  */
1598
1786
  cluster?: string | undefined;
@@ -1672,7 +1860,8 @@ export interface SubmitContainerStateChangeRequest {
1672
1860
  */
1673
1861
  cluster?: string | undefined;
1674
1862
  /**
1675
- * <p>The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.</p>
1863
+ * <p>The task ID or full Amazon Resource Name (ARN) of the task that hosts the
1864
+ * container.</p>
1676
1865
  * @public
1677
1866
  */
1678
1867
  task?: string | undefined;
@@ -1790,7 +1979,8 @@ export interface ManagedAgentStateChange {
1790
1979
  */
1791
1980
  export interface SubmitTaskStateChangeRequest {
1792
1981
  /**
1793
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.</p>
1982
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the
1983
+ * task.</p>
1794
1984
  * @public
1795
1985
  */
1796
1986
  cluster?: string | undefined;
@@ -1855,16 +2045,18 @@ export interface SubmitTaskStateChangeResponse {
1855
2045
  */
1856
2046
  export interface TagResourceRequest {
1857
2047
  /**
1858
- * <p>The Amazon Resource Name (ARN) of the resource to add tags to. Currently, the supported resources are
1859
- * Amazon ECS capacity providers, tasks, services, task definitions, clusters, and container
1860
- * instances.</p>
2048
+ * <p>The Amazon Resource Name (ARN) of the resource to add tags to. Currently, the
2049
+ * supported resources are Amazon ECS capacity providers, tasks, services, task
2050
+ * definitions, clusters, and container instances.</p>
1861
2051
  * <p>In order to tag a service that has the following ARN format, you need to migrate the
1862
- * service to the long ARN. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-arn-migration.html">Migrate an Amazon ECS short service ARN to a long ARN</a> in the <i>Amazon Elastic Container Service
1863
- * Developer Guide</i>.</p>
2052
+ * service to the long ARN. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-arn-migration.html">Migrate an Amazon
2053
+ * ECS short service ARN to a long ARN</a> in the <i>Amazon Elastic
2054
+ * Container Service Developer Guide</i>.</p>
1864
2055
  * <p>
1865
2056
  * <code>arn:aws:ecs:region:aws_account_id:service/service-name</code>
1866
2057
  * </p>
1867
- * <p>After the migration is complete, the service has the long ARN format, as shown below. Use this ARN to tag the service.</p>
2058
+ * <p>After the migration is complete, the service has the long ARN format, as shown below.
2059
+ * Use this ARN to tag the service.</p>
1868
2060
  * <p>
1869
2061
  * <code>arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name</code>
1870
2062
  * </p>
@@ -1882,7 +2074,7 @@ export interface TagResourceRequest {
1882
2074
  * </li>
1883
2075
  * <li>
1884
2076
  * <p>For each resource, each tag key must be unique, and each tag key can have only
1885
- * one value.</p>
2077
+ * one value.</p>
1886
2078
  * </li>
1887
2079
  * <li>
1888
2080
  * <p>Maximum key length - 128 Unicode characters in UTF-8</p>
@@ -1892,18 +2084,20 @@ export interface TagResourceRequest {
1892
2084
  * </li>
1893
2085
  * <li>
1894
2086
  * <p>If your tagging schema is used across multiple services and resources,
1895
- * remember that other services may have restrictions on allowed characters.
1896
- * Generally allowed characters are: letters, numbers, and spaces representable in
1897
- * UTF-8, and the following characters: + - = . _ : / @.</p>
2087
+ * remember that other services may have restrictions on allowed characters.
2088
+ * Generally allowed characters are: letters, numbers, and spaces representable in
2089
+ * UTF-8, and the following characters: + - = . _ : / @.</p>
1898
2090
  * </li>
1899
2091
  * <li>
1900
2092
  * <p>Tag keys and values are case-sensitive.</p>
1901
2093
  * </li>
1902
2094
  * <li>
1903
2095
  * <p>Do not use <code>aws:</code>, <code>AWS:</code>, or any upper or lowercase
1904
- * combination of such as a prefix for either keys or values as it is reserved for
1905
- * Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with
1906
- * this prefix do not count against your tags per resource limit.</p>
2096
+ * combination of such as a prefix for either keys or values as it is reserved for
2097
+ * Amazon Web
2098
+ * Services use. You cannot edit or delete tag keys or values with
2099
+ * this prefix. Tags with this prefix do not count against your tags per resource
2100
+ * limit.</p>
1907
2101
  * </li>
1908
2102
  * </ul>
1909
2103
  * @public
@@ -1920,9 +2114,9 @@ export interface TagResourceResponse {
1920
2114
  */
1921
2115
  export interface UntagResourceRequest {
1922
2116
  /**
1923
- * <p>The Amazon Resource Name (ARN) of the resource to delete tags from. Currently, the supported resources
1924
- * are Amazon ECS capacity providers, tasks, services, task definitions, clusters, and container
1925
- * instances.</p>
2117
+ * <p>The Amazon Resource Name (ARN) of the resource to delete tags from. Currently, the
2118
+ * supported resources are Amazon ECS capacity providers, tasks, services, task
2119
+ * definitions, clusters, and container instances.</p>
1926
2120
  * @public
1927
2121
  */
1928
2122
  resourceArn: string | undefined;
@@ -1955,73 +2149,100 @@ export interface AutoScalingGroupProviderUpdate {
1955
2149
  * <p>When using managed termination protection, managed scaling must also be used
1956
2150
  * otherwise managed termination protection doesn't work.</p>
1957
2151
  * </important>
1958
- * <p>When managed termination protection is on, Amazon ECS prevents the Amazon EC2 instances in an
1959
- * Auto Scaling group that contain tasks from being terminated during a scale-in action.
1960
- * The Auto Scaling group and each instance in the Auto Scaling group must have instance
1961
- * protection from scale-in actions on. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection">Instance Protection</a> in the <i>Auto Scaling User Guide</i>.</p>
1962
- * <p>When managed termination protection is off, your Amazon EC2 instances aren't protected from
1963
- * termination when the Auto Scaling group scales in.</p>
2152
+ * <p>When managed termination protection is on, Amazon ECS prevents the Amazon EC2
2153
+ * instances in an Auto Scaling group that contain tasks from being terminated during a
2154
+ * scale-in action. The Auto Scaling group and each instance in the Auto Scaling group must
2155
+ * have instance protection from scale-in actions on. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection">Instance Protection</a> in the <i>Auto Scaling User
2156
+ * Guide</i>.</p>
2157
+ * <p>When managed termination protection is off, your Amazon EC2 instances aren't protected
2158
+ * from termination when the Auto Scaling group scales in.</p>
1964
2159
  * @public
1965
2160
  */
1966
2161
  managedTerminationProtection?: ManagedTerminationProtection | undefined;
1967
2162
  /**
1968
- * <p>The managed draining option for the Auto Scaling group capacity provider. When you enable this, Amazon ECS manages and gracefully drains the EC2 container instances that are in the Auto Scaling group capacity provider.</p>
2163
+ * <p>The managed draining option for the Auto Scaling group capacity provider. When you
2164
+ * enable this, Amazon ECS manages and gracefully drains the EC2 container instances that
2165
+ * are in the Auto Scaling group capacity provider.</p>
1969
2166
  * @public
1970
2167
  */
1971
2168
  managedDraining?: ManagedDraining | undefined;
1972
2169
  }
1973
2170
  /**
1974
- * <p>The updated launch template configuration for Amazon ECS Managed Instances. You can modify the instance profile, network configuration, storage settings, and instance requirements. Changes apply to new instances launched after the update.</p>
1975
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Store instance launch parameters in Amazon EC2 launch templates</a> in the <i>Amazon EC2 User Guide</i>.</p>
2171
+ * <p>The updated launch template configuration for Amazon ECS Managed Instances. You can
2172
+ * modify the instance profile, network configuration, storage settings, and instance
2173
+ * requirements. Changes apply to new instances launched after the update.</p>
2174
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Store instance launch
2175
+ * parameters in Amazon EC2 launch templates</a> in the <i>Amazon EC2 User
2176
+ * Guide</i>.</p>
1976
2177
  * @public
1977
2178
  */
1978
2179
  export interface InstanceLaunchTemplateUpdate {
1979
2180
  /**
1980
- * <p>The updated Amazon Resource Name (ARN) of the instance profile. The new instance profile must have the necessary permissions for your tasks.</p>
1981
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/managed-instances-instance-profile.html">Amazon ECS instance profile for Managed Instances</a> in the <i>Amazon ECS Developer Guide</i>.
1982
- * </p>
2181
+ * <p>The updated Amazon Resource Name (ARN) of the instance profile. The new instance
2182
+ * profile must have the necessary permissions for your tasks.</p>
2183
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/managed-instances-instance-profile.html">Amazon
2184
+ * ECS instance profile for Managed Instances</a> in the <i>Amazon ECS
2185
+ * Developer Guide</i>. </p>
1983
2186
  * @public
1984
2187
  */
1985
2188
  ec2InstanceProfileArn?: string | undefined;
1986
2189
  /**
1987
- * <p>The updated network configuration for Amazon ECS Managed Instances. Changes to subnets and security groups affect new instances launched after the update.</p>
2190
+ * <p>The updated network configuration for Amazon ECS Managed Instances. Changes to subnets
2191
+ * and security groups affect new instances launched after the update.</p>
1988
2192
  * @public
1989
2193
  */
1990
2194
  networkConfiguration?: ManagedInstancesNetworkConfiguration | undefined;
1991
2195
  /**
1992
- * <p>The updated storage configuration for Amazon ECS Managed Instances. Changes to storage settings apply to new instances launched after the update.</p>
2196
+ * <p>The updated storage configuration for Amazon ECS Managed Instances. Changes to storage
2197
+ * settings apply to new instances launched after the update.</p>
1993
2198
  * @public
1994
2199
  */
1995
2200
  storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
1996
2201
  /**
1997
- * <p>CloudWatch provides two categories of monitoring: basic monitoring and detailed monitoring. By default, your managed instance is configured for basic monitoring. You can optionally enable detailed monitoring to help you more quickly identify and act on operational issues. You can enable or turn off detailed monitoring at launch or when the managed instance is running or stopped. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/detailed-monitoring-managed-instances.html">Detailed monitoring for Amazon ECS Managed Instances</a> in the Amazon ECS Developer Guide.</p>
2202
+ * <p>CloudWatch provides two categories of monitoring: basic monitoring and detailed
2203
+ * monitoring. By default, your managed instance is configured for basic monitoring. You
2204
+ * can optionally enable detailed monitoring to help you more quickly identify and act on
2205
+ * operational issues. You can enable or turn off detailed monitoring at launch or when the
2206
+ * managed instance is running or stopped. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/detailed-monitoring-managed-instances.html">Detailed monitoring for Amazon ECS Managed Instances</a> in the Amazon ECS
2207
+ * Developer Guide.</p>
1998
2208
  * @public
1999
2209
  */
2000
2210
  monitoring?: ManagedInstancesMonitoringOptions | undefined;
2001
2211
  /**
2002
- * <p>The updated instance requirements for attribute-based instance type selection. Changes to instance requirements affect which instance types Amazon ECS selects for new instances.</p>
2212
+ * <p>The updated instance requirements for attribute-based instance type selection. Changes
2213
+ * to instance requirements affect which instance types Amazon ECS selects for new
2214
+ * instances.</p>
2003
2215
  * @public
2004
2216
  */
2005
2217
  instanceRequirements?: InstanceRequirementsRequest | undefined;
2006
2218
  }
2007
2219
  /**
2008
- * <p>The updated configuration for a Amazon ECS Managed Instances provider. You can modify the infrastructure role, instance launch template, and tag propagation settings. Changes apply to new instances launched after the update.</p>
2220
+ * <p>The updated configuration for a Amazon ECS Managed Instances provider. You can modify
2221
+ * the infrastructure role, instance launch template, and tag propagation settings. Changes
2222
+ * apply to new instances launched after the update.</p>
2009
2223
  * @public
2010
2224
  */
2011
2225
  export interface UpdateManagedInstancesProviderConfiguration {
2012
2226
  /**
2013
- * <p>The updated Amazon Resource Name (ARN) of the infrastructure role. The new role must have the necessary permissions to manage instances and access required Amazon Web Services services.</p>
2014
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/infrastructure_IAM_role.html">Amazon ECS infrastructure IAM role</a> in the <i>Amazon ECS Developer Guide</i>.</p>
2227
+ * <p>The updated Amazon Resource Name (ARN) of the infrastructure role. The new role must
2228
+ * have the necessary permissions to manage instances and access required Amazon Web Services
2229
+ * services.</p>
2230
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/infrastructure_IAM_role.html">Amazon ECS
2231
+ * infrastructure IAM role</a> in the <i>Amazon ECS Developer
2232
+ * Guide</i>.</p>
2015
2233
  * @public
2016
2234
  */
2017
2235
  infrastructureRoleArn: string | undefined;
2018
2236
  /**
2019
- * <p>The updated launch template configuration. Changes to the launch template affect new instances launched after the update, while existing instances continue to use their original configuration.</p>
2237
+ * <p>The updated launch template configuration. Changes to the launch template affect new
2238
+ * instances launched after the update, while existing instances continue to use their
2239
+ * original configuration.</p>
2020
2240
  * @public
2021
2241
  */
2022
2242
  instanceLaunchTemplate: InstanceLaunchTemplateUpdate | undefined;
2023
2243
  /**
2024
- * <p>The updated tag propagation setting. When changed, this affects only new instances launched after the update.</p>
2244
+ * <p>The updated tag propagation setting. When changed, this affects only new instances
2245
+ * launched after the update.</p>
2025
2246
  * @public
2026
2247
  */
2027
2248
  propagateTags?: PropagateMITags | undefined;
@@ -2036,7 +2257,9 @@ export interface UpdateCapacityProviderRequest {
2036
2257
  */
2037
2258
  name: string | undefined;
2038
2259
  /**
2039
- * <p>The name of the cluster that contains the capacity provider to update. Managed instances capacity providers are cluster-scoped and can only be updated within their associated cluster.</p>
2260
+ * <p>The name of the cluster that contains the capacity provider to update. Managed
2261
+ * instances capacity providers are cluster-scoped and can only be updated within their
2262
+ * associated cluster.</p>
2040
2263
  * @public
2041
2264
  */
2042
2265
  cluster?: string | undefined;
@@ -2047,7 +2270,9 @@ export interface UpdateCapacityProviderRequest {
2047
2270
  */
2048
2271
  autoScalingGroupProvider?: AutoScalingGroupProviderUpdate | undefined;
2049
2272
  /**
2050
- * <p>The updated configuration for the Amazon ECS Managed Instances provider. You can modify the infrastructure role, instance launch template, and tag propagation settings. Changes take effect for new instances launched after the update.</p>
2273
+ * <p>The updated configuration for the Amazon ECS Managed Instances provider. You can
2274
+ * modify the infrastructure role, instance launch template, and tag propagation settings.
2275
+ * Changes take effect for new instances launched after the update.</p>
2051
2276
  * @public
2052
2277
  */
2053
2278
  managedInstancesProvider?: UpdateManagedInstancesProviderConfiguration | undefined;
@@ -2083,17 +2308,18 @@ export interface UpdateClusterRequest {
2083
2308
  configuration?: ClusterConfiguration | undefined;
2084
2309
  /**
2085
2310
  * <p>Use this parameter to set a default Service Connect namespace. After you set a default
2086
- * Service Connect namespace, any new services with Service Connect turned on that are created in the cluster are added as
2087
- * client services in the namespace. This setting only applies to new services that set the <code>enabled</code> parameter to
2088
- * <code>true</code> in the <code>ServiceConnectConfiguration</code>.
2089
- * You can set the namespace of each service individually in the <code>ServiceConnectConfiguration</code> to override this default
2090
- * parameter.</p>
2091
- * <p>Tasks that run in a namespace can use short names to connect
2092
- * to services in the namespace. Tasks can connect to services across all of the clusters in the namespace.
2093
- * Tasks connect through a managed proxy container
2094
- * that collects logs and metrics for increased visibility.
2095
- * Only the tasks that Amazon ECS services create are supported with Service Connect.
2096
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html">Service Connect</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
2311
+ * Service Connect namespace, any new services with Service Connect turned on that are
2312
+ * created in the cluster are added as client services in the namespace. This setting only
2313
+ * applies to new services that set the <code>enabled</code> parameter to <code>true</code>
2314
+ * in the <code>ServiceConnectConfiguration</code>. You can set the namespace of each
2315
+ * service individually in the <code>ServiceConnectConfiguration</code> to override this
2316
+ * default parameter.</p>
2317
+ * <p>Tasks that run in a namespace can use short names to connect to services in the
2318
+ * namespace. Tasks can connect to services across all of the clusters in the namespace.
2319
+ * Tasks connect through a managed proxy container that collects logs and metrics for
2320
+ * increased visibility. Only the tasks that Amazon ECS services create are supported with
2321
+ * Service Connect. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html">Service Connect</a>
2322
+ * in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
2097
2323
  * @public
2098
2324
  */
2099
2325
  serviceConnectDefaults?: ClusterServiceConnectDefaultsRequest | undefined;
@@ -2118,9 +2344,9 @@ export interface UpdateClusterSettingsRequest {
2118
2344
  */
2119
2345
  cluster: string | undefined;
2120
2346
  /**
2121
- * <p>The setting to use by default for a cluster. This parameter is used to turn on CloudWatch
2122
- * Container Insights for a cluster. If this value is specified, it overrides the
2123
- * <code>containerInsights</code> value set with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSetting.html">PutAccountSetting</a> or <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSettingDefault.html">PutAccountSettingDefault</a>.</p>
2347
+ * <p>The setting to use by default for a cluster. This parameter is used to turn on
2348
+ * CloudWatch Container Insights for a cluster. If this value is specified, it overrides
2349
+ * the <code>containerInsights</code> value set with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSetting.html">PutAccountSetting</a> or <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSettingDefault.html">PutAccountSettingDefault</a>.</p>
2124
2350
  * <important>
2125
2351
  * <p>Currently, if you delete an existing cluster that does not have Container Insights
2126
2352
  * turned on, and then create a new cluster with the same name with Container Insights
@@ -2143,10 +2369,10 @@ export interface UpdateClusterSettingsResponse {
2143
2369
  cluster?: Cluster | undefined;
2144
2370
  }
2145
2371
  /**
2146
- * <p>Amazon ECS can't determine the current version of the Amazon ECS container agent on the
2147
- * container instance and doesn't have enough information to proceed with an update. This
2148
- * could be because the agent running on the container instance is a previous or custom
2149
- * version that doesn't use our version information.</p>
2372
+ * <p>Amazon ECS can't determine the current version of the Amazon ECS container agent on
2373
+ * the container instance and doesn't have enough information to proceed with an update.
2374
+ * This could be because the agent running on the container instance is a previous or
2375
+ * custom version that doesn't use our version information.</p>
2150
2376
  * @public
2151
2377
  */
2152
2378
  export declare class MissingVersionException extends __BaseException {
@@ -2158,8 +2384,8 @@ export declare class MissingVersionException extends __BaseException {
2158
2384
  constructor(opts: __ExceptionOptionType<MissingVersionException, __BaseException>);
2159
2385
  }
2160
2386
  /**
2161
- * <p>There's no update available for this Amazon ECS container agent. This might be because the
2162
- * agent is already running the latest version or because it's so old that there's no
2387
+ * <p>There's no update available for this Amazon ECS container agent. This might be because
2388
+ * the agent is already running the latest version or because it's so old that there's no
2163
2389
  * update path to the current version.</p>
2164
2390
  * @public
2165
2391
  */
@@ -2176,8 +2402,9 @@ export declare class NoUpdateAvailableException extends __BaseException {
2176
2402
  */
2177
2403
  export interface UpdateContainerAgentRequest {
2178
2404
  /**
2179
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is
2180
- * running on. If you do not specify a cluster, the default cluster is assumed.</p>
2405
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster that your container
2406
+ * instance is running on. If you do not specify a cluster, the default cluster is
2407
+ * assumed.</p>
2181
2408
  * @public
2182
2409
  */
2183
2410
  cluster?: string | undefined;
@@ -2203,8 +2430,9 @@ export interface UpdateContainerAgentResponse {
2203
2430
  */
2204
2431
  export interface UpdateContainerInstancesStateRequest {
2205
2432
  /**
2206
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to
2207
- * update. If you do not specify a cluster, the default cluster is assumed.</p>
2433
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the
2434
+ * container instance to update. If you do not specify a cluster, the default cluster is
2435
+ * assumed.</p>
2208
2436
  * @public
2209
2437
  */
2210
2438
  cluster?: string | undefined;
@@ -2244,8 +2472,8 @@ export interface UpdateContainerInstancesStateResponse {
2244
2472
  */
2245
2473
  export interface UpdateServiceRequest {
2246
2474
  /**
2247
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster that your service runs on.
2248
- * If you do not specify a cluster, the default cluster is assumed.</p>
2475
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster that your service
2476
+ * runs on. If you do not specify a cluster, the default cluster is assumed.</p>
2249
2477
  * <p>You can't change the cluster name.</p>
2250
2478
  * @public
2251
2479
  */
@@ -2266,8 +2494,9 @@ export interface UpdateServiceRequest {
2266
2494
  * <p>The <code>family</code> and <code>revision</code> (<code>family:revision</code>) or
2267
2495
  * full ARN of the task definition to run in your service. If a <code>revision</code> is
2268
2496
  * not specified, the latest <code>ACTIVE</code> revision is used. If you modify the task
2269
- * definition with <code>UpdateService</code>, Amazon ECS spawns a task with the new version of
2270
- * the task definition and then stops an old task after the new version is running.</p>
2497
+ * definition with <code>UpdateService</code>, Amazon ECS spawns a task with the new
2498
+ * version of the task definition and then stops an old task after the new version is
2499
+ * running.</p>
2271
2500
  * <p>This parameter triggers a new service deployment.</p>
2272
2501
  * @public
2273
2502
  */
@@ -2277,7 +2506,7 @@ export interface UpdateServiceRequest {
2277
2506
  * create a cluster, run a task, or update a service.</p>
2278
2507
  * <note>
2279
2508
  * <p>If you want to use Amazon ECS Managed Instances, you must use the
2280
- * <code>capacityProviderStrategy</code> request parameter.</p>
2509
+ * <code>capacityProviderStrategy</code> request parameter.</p>
2281
2510
  * </note>
2282
2511
  * <p>When you use Fargate, the capacity providers are <code>FARGATE</code> or
2283
2512
  * <code>FARGATE_SPOT</code>.</p>
@@ -2287,23 +2516,29 @@ export interface UpdateServiceRequest {
2287
2516
  * <p>The following list provides the valid transitions:</p>
2288
2517
  * <ul>
2289
2518
  * <li>
2290
- * <p>Update the Fargate launch type to an Auto Scaling group capacity provider.</p>
2519
+ * <p>Update the Fargate launch type to an Auto Scaling group capacity
2520
+ * provider.</p>
2291
2521
  * </li>
2292
2522
  * <li>
2293
2523
  * <p>Update the Amazon EC2 launch type to a Fargate capacity provider.</p>
2294
2524
  * </li>
2295
2525
  * <li>
2296
- * <p>Update the Fargate capacity provider to an Auto Scaling group capacity provider.</p>
2526
+ * <p>Update the Fargate capacity provider to an Auto Scaling group capacity
2527
+ * provider.</p>
2297
2528
  * </li>
2298
2529
  * <li>
2299
- * <p>Update the Amazon EC2 capacity provider to a Fargate capacity provider. </p>
2530
+ * <p>Update the Amazon EC2 capacity provider to a Fargate capacity provider.
2531
+ * </p>
2300
2532
  * </li>
2301
2533
  * <li>
2302
- * <p>Update the Auto Scaling group or Fargate capacity provider back to the launch type.</p>
2303
- * <p>Pass an empty list in the <code>capacityProviderStrategy</code> parameter.</p>
2534
+ * <p>Update the Auto Scaling group or Fargate capacity provider back to the launch
2535
+ * type.</p>
2536
+ * <p>Pass an empty list in the <code>capacityProviderStrategy</code>
2537
+ * parameter.</p>
2304
2538
  * </li>
2305
2539
  * </ul>
2306
- * <p>For information about Amazon Web Services CDK considerations, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/update-service-parameters.html">Amazon Web Services CDK considerations</a>.</p>
2540
+ * <p>For information about Amazon Web Services CDK considerations, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/update-service-parameters.html">Amazon Web
2541
+ * Services CDK considerations</a>.</p>
2307
2542
  * <p>This parameter doesn't trigger a new service deployment.</p>
2308
2543
  * @public
2309
2544
  */
@@ -2317,17 +2552,25 @@ export interface UpdateServiceRequest {
2317
2552
  deploymentConfiguration?: DeploymentConfiguration | undefined;
2318
2553
  /**
2319
2554
  * <p>Indicates whether to use Availability Zone rebalancing for the service.</p>
2320
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html">Balancing an Amazon ECS service across Availability Zones</a> in
2321
- * the <i>
2322
- * <i>Amazon Elastic Container Service Developer Guide</i>
2555
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html">Balancing an Amazon
2556
+ * ECS service across Availability Zones</a> in the <i>
2557
+ * <i>Amazon
2558
+ * Elastic Container Service Developer Guide</i>
2323
2559
  * </i>.</p>
2324
- * <p>The default behavior of <code>AvailabilityZoneRebalancing</code> differs between create and update requests:</p>
2560
+ * <p>The default behavior of <code>AvailabilityZoneRebalancing</code> differs between
2561
+ * create and update requests:</p>
2325
2562
  * <ul>
2326
2563
  * <li>
2327
- * <p>For create service requests, when no value is specified for <code>AvailabilityZoneRebalancing</code>, Amazon ECS defaults the value to <code>ENABLED</code>.</p>
2564
+ * <p>For create service requests, when no value is specified for
2565
+ * <code>AvailabilityZoneRebalancing</code>, Amazon ECS defaults the value to
2566
+ * <code>ENABLED</code>.</p>
2328
2567
  * </li>
2329
2568
  * <li>
2330
- * <p>For update service requests, when no value is specified for <code>AvailabilityZoneRebalancing</code>, Amazon ECS defaults to the existing service’s <code>AvailabilityZoneRebalancing</code> value. If the service never had an <code>AvailabilityZoneRebalancing</code> value set, Amazon ECS treats this as <code>DISABLED</code>.</p>
2569
+ * <p>For update service requests, when no value is specified for
2570
+ * <code>AvailabilityZoneRebalancing</code>, Amazon ECS defaults to the
2571
+ * existing service’s <code>AvailabilityZoneRebalancing</code> value. If the
2572
+ * service never had an <code>AvailabilityZoneRebalancing</code> value set, Amazon
2573
+ * ECS treats this as <code>DISABLED</code>.</p>
2331
2574
  * </li>
2332
2575
  * </ul>
2333
2576
  * <p>This parameter doesn't trigger a new service deployment.</p>
@@ -2364,10 +2607,11 @@ export interface UpdateServiceRequest {
2364
2607
  placementStrategy?: PlacementStrategy[] | undefined;
2365
2608
  /**
2366
2609
  * <p>The platform version that your tasks in the service run on. A platform version is only
2367
- * specified for tasks using the Fargate launch type. If a platform version
2368
- * is not specified, the <code>LATEST</code> platform version is used. For more
2369
- * information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html">Fargate Platform
2370
- * Versions</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
2610
+ * specified for tasks using the Fargate launch type. If a platform version is not
2611
+ * specified, the <code>LATEST</code> platform version is used. For more information, see
2612
+ * <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html">Fargate
2613
+ * Platform Versions</a> in the <i>Amazon Elastic Container Service
2614
+ * Developer Guide</i>.</p>
2371
2615
  * <p>This parameter triggers a new service deployment.</p>
2372
2616
  * @public
2373
2617
  */
@@ -2382,17 +2626,18 @@ export interface UpdateServiceRequest {
2382
2626
  */
2383
2627
  forceNewDeployment?: boolean | undefined;
2384
2628
  /**
2385
- * <p>The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy
2386
- * Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you don't
2387
- * specify a health check grace period value, the default value of <code>0</code> is used.
2388
- * If you don't use any of the health checks, then
2629
+ * <p>The period of time, in seconds, that the Amazon ECS service scheduler ignores
2630
+ * unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task
2631
+ * has first started. If you don't specify a health check grace period value, the default
2632
+ * value of <code>0</code> is used. If you don't use any of the health checks, then
2389
2633
  * <code>healthCheckGracePeriodSeconds</code> is unused.</p>
2390
2634
  * <p>If your service's tasks take a while to start and respond to health checks, you can
2391
2635
  * specify a health check grace period of up to 2,147,483,647 seconds (about 69 years).
2392
- * During that time, the Amazon ECS service scheduler ignores health check status. This grace
2393
- * period can prevent the service scheduler from marking tasks as unhealthy and stopping
2394
- * them before they have time to come up.</p>
2395
- * <p>If your service has more running tasks than desired, unhealthy tasks in the grace period might be stopped to reach the desired count.</p>
2636
+ * During that time, the Amazon ECS service scheduler ignores health check status. This
2637
+ * grace period can prevent the service scheduler from marking tasks as unhealthy and
2638
+ * stopping them before they have time to come up.</p>
2639
+ * <p>If your service has more running tasks than desired, unhealthy tasks in the grace
2640
+ * period might be stopped to reach the desired count.</p>
2396
2641
  * <p>This parameter doesn't trigger a new service deployment.</p>
2397
2642
  * @public
2398
2643
  */
@@ -2412,9 +2657,10 @@ export interface UpdateServiceRequest {
2412
2657
  */
2413
2658
  enableExecuteCommand?: boolean | undefined;
2414
2659
  /**
2415
- * <p>Determines whether to turn on Amazon ECS managed tags for the tasks in the service. For
2416
- * more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html">Tagging Your Amazon ECS
2417
- * Resources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
2660
+ * <p>Determines whether to turn on Amazon ECS managed tags for the tasks in the service.
2661
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html">Tagging Your Amazon ECS
2662
+ * Resources</a> in the <i>Amazon Elastic Container Service Developer
2663
+ * Guide</i>.</p>
2418
2664
  * <p>Only tasks launched after the update will reflect the update. To update the tags on
2419
2665
  * all tasks, set <code>forceNewDeployment</code> to <code>true</code>, so that Amazon ECS
2420
2666
  * starts new tasks with the updated tags.</p>
@@ -2426,26 +2672,28 @@ export interface UpdateServiceRequest {
2426
2672
  * <note>
2427
2673
  * <p>You must have a service-linked role when you update this property</p>
2428
2674
  * </note>
2429
- * <p>A list of Elastic Load Balancing load balancer objects. It contains the load balancer name, the
2430
- * container name, and the container port to access from the load balancer. The container
2431
- * name is as it appears in a container definition.</p>
2432
- * <p>When you add, update, or remove a load balancer configuration, Amazon ECS starts new tasks
2433
- * with the updated Elastic Load Balancing configuration, and then stops the old tasks when the new tasks
2434
- * are running.</p>
2435
- * <p>For services that use rolling updates, you can add, update, or remove Elastic Load Balancing target
2436
- * groups. You can update from a single target group to multiple target groups and from
2437
- * multiple target groups to a single target group.</p>
2438
- * <p>For services that use blue/green deployments, you can update Elastic Load Balancing target groups by
2439
- * using <code>
2675
+ * <p>A list of Elastic Load Balancing load balancer objects. It contains the load balancer
2676
+ * name, the container name, and the container port to access from the load balancer. The
2677
+ * container name is as it appears in a container definition.</p>
2678
+ * <p>When you add, update, or remove a load balancer configuration, Amazon ECS starts new
2679
+ * tasks with the updated Elastic Load Balancing configuration, and then stops the old
2680
+ * tasks when the new tasks are running.</p>
2681
+ * <p>For services that use rolling updates, you can add, update, or remove Elastic Load
2682
+ * Balancing target groups. You can update from a single target group to multiple target
2683
+ * groups and from multiple target groups to a single target group.</p>
2684
+ * <p>For services that use blue/green deployments, you can update Elastic Load Balancing
2685
+ * target groups by using <code>
2440
2686
  * <a href="https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_CreateDeployment.html">CreateDeployment</a>
2441
2687
  * </code> through CodeDeploy. Note that multiple target groups
2442
2688
  * are not supported for blue/green deployments. For more information see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/register-multiple-targetgroups.html">Register
2443
- * multiple target groups with a service</a> in the <i>Amazon Elastic Container Service Developer Guide</i>. </p>
2689
+ * multiple target groups with a service</a> in the <i>Amazon Elastic
2690
+ * Container Service Developer Guide</i>. </p>
2444
2691
  * <p>For services that use the external deployment controller, you can add, update, or
2445
2692
  * remove load balancers by using <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateTaskSet.html">CreateTaskSet</a>.
2446
2693
  * Note that multiple target groups are not supported for external deployments. For more
2447
2694
  * information see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/register-multiple-targetgroups.html">Register
2448
- * multiple target groups with a service</a> in the <i>Amazon Elastic Container Service Developer Guide</i>. </p>
2695
+ * multiple target groups with a service</a> in the <i>Amazon Elastic
2696
+ * Container Service Developer Guide</i>. </p>
2449
2697
  * <p>You can remove existing <code>loadBalancers</code> by passing an empty list.</p>
2450
2698
  * <p>This parameter triggers a new service deployment.</p>
2451
2699
  * @public
@@ -2472,9 +2720,9 @@ export interface UpdateServiceRequest {
2472
2720
  * <p>The details for the service discovery registries to assign to this service. For more
2473
2721
  * information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html">Service
2474
2722
  * Discovery</a>.</p>
2475
- * <p>When you add, update, or remove the service registries configuration, Amazon ECS starts new
2476
- * tasks with the updated service registries configuration, and then stops the old tasks
2477
- * when the new tasks are running.</p>
2723
+ * <p>When you add, update, or remove the service registries configuration, Amazon ECS
2724
+ * starts new tasks with the updated service registries configuration, and then stops the
2725
+ * old tasks when the new tasks are running.</p>
2478
2726
  * <p>You can remove existing <code>serviceRegistries</code> by passing an empty
2479
2727
  * list.</p>
2480
2728
  * <p>This parameter triggers a new service deployment.</p>
@@ -2482,14 +2730,14 @@ export interface UpdateServiceRequest {
2482
2730
  */
2483
2731
  serviceRegistries?: ServiceRegistry[] | undefined;
2484
2732
  /**
2485
- * <p>The configuration for this service to discover and connect to
2486
- * services, and be discovered by, and connected from, other services within a namespace.</p>
2487
- * <p>Tasks that run in a namespace can use short names to connect
2488
- * to services in the namespace. Tasks can connect to services across all of the clusters in the namespace.
2489
- * Tasks connect through a managed proxy container
2490
- * that collects logs and metrics for increased visibility.
2491
- * Only the tasks that Amazon ECS services create are supported with Service Connect.
2492
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html">Service Connect</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
2733
+ * <p>The configuration for this service to discover and connect to services, and be
2734
+ * discovered by, and connected from, other services within a namespace.</p>
2735
+ * <p>Tasks that run in a namespace can use short names to connect to services in the
2736
+ * namespace. Tasks can connect to services across all of the clusters in the namespace.
2737
+ * Tasks connect through a managed proxy container that collects logs and metrics for
2738
+ * increased visibility. Only the tasks that Amazon ECS services create are supported with
2739
+ * Service Connect. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html">Service Connect</a>
2740
+ * in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
2493
2741
  * <p>This parameter triggers a new service deployment.</p>
2494
2742
  * @public
2495
2743
  */
@@ -2527,19 +2775,20 @@ export interface UpdateServiceResponse {
2527
2775
  */
2528
2776
  export interface UpdateServicePrimaryTaskSetRequest {
2529
2777
  /**
2530
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task
2531
- * set exists in.</p>
2778
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the
2779
+ * service that the task set exists in.</p>
2532
2780
  * @public
2533
2781
  */
2534
2782
  cluster: string | undefined;
2535
2783
  /**
2536
- * <p>The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.</p>
2784
+ * <p>The short name or full Amazon Resource Name (ARN) of the service that the task set
2785
+ * exists in.</p>
2537
2786
  * @public
2538
2787
  */
2539
2788
  service: string | undefined;
2540
2789
  /**
2541
- * <p>The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the
2542
- * deployment.</p>
2790
+ * <p>The short name or full Amazon Resource Name (ARN) of the task set to set as the
2791
+ * primary task set in the deployment.</p>
2543
2792
  * @public
2544
2793
  */
2545
2794
  primaryTaskSet: string | undefined;
@@ -2559,8 +2808,8 @@ export interface UpdateServicePrimaryTaskSetResponse {
2559
2808
  */
2560
2809
  export interface UpdateTaskProtectionRequest {
2561
2810
  /**
2562
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task
2563
- * sets exist in.</p>
2811
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the
2812
+ * service that the task sets exist in.</p>
2564
2813
  * @public
2565
2814
  */
2566
2815
  cluster: string | undefined;
@@ -2624,13 +2873,14 @@ export interface UpdateTaskProtectionResponse {
2624
2873
  */
2625
2874
  export interface UpdateTaskSetRequest {
2626
2875
  /**
2627
- * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task
2628
- * set is found in.</p>
2876
+ * <p>The short name or full Amazon Resource Name (ARN) of the cluster that hosts the
2877
+ * service that the task set is found in.</p>
2629
2878
  * @public
2630
2879
  */
2631
2880
  cluster: string | undefined;
2632
2881
  /**
2633
- * <p>The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.</p>
2882
+ * <p>The short name or full Amazon Resource Name (ARN) of the service that the task set is
2883
+ * found in.</p>
2634
2884
  * @public
2635
2885
  */
2636
2886
  service: string | undefined;