@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.
- package/.jsii +14 -14
- package/API.md +3 -45
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction.go +12 -25
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunctionProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__checks.go +7 -7
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__no_checks.go +3 -3
- package/{cdk-ami-builder → cdkamibuilder}/IActionCommands.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IInputParameter.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IPhases.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IPhases__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IPhases__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IStepCommands.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline.go +4 -17
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipelineProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction.go +12 -25
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunctionProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__checks.go +7 -7
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__no_checks.go +3 -3
- package/{cdk-ami-builder → cdkamibuilder}/VolumeProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/go.mod +3 -3
- package/{cdk-ami-builder → cdkamibuilder}/jsii/jsii.go +2 -2
- package/{cdk-ami-builder → cdkamibuilder}/main.go +1 -1
- package/cdkamibuilder/version +1 -0
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/README.md +88 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +2587 -1182
- package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_1.js +70 -21
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_2.js +21 -40
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_3.js +40 -31
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_4.js +31 -35
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_5.js +35 -21
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_6.js +20 -30
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +30 -32
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +24 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/index.js +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +1117 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +79 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +13 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamScopeCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcCommand.d.ts +15 -11
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamScopeCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamScopesCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamScopeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/TerminateInstancesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +1205 -1509
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +5443 -5198
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +3423 -3351
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +828 -397
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +6191 -6433
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +4211 -4032
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +4719 -4730
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +1050 -7
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +99 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +225 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +66 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +169 -185
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +203 -165
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +184 -172
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +171 -118
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +143 -163
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +164 -154
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +232 -270
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +260 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ec2/package.json +35 -35
- package/node_modules/@aws-sdk/client-ecs/README.md +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +15 -5
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +8 -5
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +5 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +12 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +126 -86
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +12 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +31 -23
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +10 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +10 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +24 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +29 -13
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +2014 -1610
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +689 -439
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +17 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +21 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
- package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeriveSharedSecretCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +119 -51
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-kms/package.json +33 -33
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-s3/package.json +50 -50
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
- package/node_modules/@aws-sdk/client-sfn/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
- package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sns/package.json +33 -33
- package/node_modules/@aws-sdk/client-sqs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sqs/package.json +35 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +31 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +14 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +5 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +13 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +36 -84
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +79 -19
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +8 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +17 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +108 -45
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +17 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +17 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +3 -1
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +5 -14
- package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +7 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +17 -4
- package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
- package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +23 -22
- package/cdk-ami-builder/version +0 -1
- /package/{cdk-ami-builder → cdkamibuilder}/LICENSE +0 -0
- /package/{cdk-ami-builder → cdkamibuilder}/README.md +0 -0
- /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
|
|
18
|
-
* of a resource is defined by the opt-in status of the user or role that
|
|
19
|
-
* the resource. You must turn on this setting to use Amazon ECS features
|
|
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
|
|
27
|
-
* be set for each Amazon ECS resource separately. The ARN and resource ID
|
|
28
|
-
* resource is defined by the opt-in status of the user or role that
|
|
29
|
-
* resource. You must turn on this setting to use Amazon ECS features
|
|
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
|
|
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
|
|
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
|
|
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
|
|
80
|
-
* security or infrastructure update is needed for an Amazon ECS
|
|
81
|
-
* Fargate, the tasks need to be stopped and new tasks launched to
|
|
82
|
-
* Use <code>fargateTaskRetirementWaitPeriod</code> to configure the
|
|
83
|
-
* retire a Fargate task. For information about the Fargate tasks
|
|
84
|
-
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web
|
|
85
|
-
*
|
|
86
|
-
*
|
|
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
|
|
94
|
-
* verify if users or roles have permissions to create
|
|
95
|
-
* grant explicit permissions to use the
|
|
96
|
-
*
|
|
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
|
|
102
|
-
* mode of log messages from a container to the <code>logDriver</code>
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
125
|
-
*
|
|
126
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
161
|
-
* account unless a user or role explicitly overrides these settings. If this field
|
|
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
|
|
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
|
|
198
|
-
* of a resource is defined by the opt-in status of the user or role that
|
|
199
|
-
* the resource. You must turn on this setting to use Amazon ECS features
|
|
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
|
|
207
|
-
* be set for each Amazon ECS resource separately. The ARN and resource ID
|
|
208
|
-
* resource is defined by the opt-in status of the user or role that
|
|
209
|
-
* resource. You must turn on this setting to use Amazon ECS features
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
|
265
|
-
* security or infrastructure update is needed for an Amazon ECS
|
|
266
|
-
* Fargate, the tasks need to be stopped and new tasks launched to
|
|
267
|
-
* Use <code>fargateTaskRetirementWaitPeriod</code> to configure the
|
|
268
|
-
* retire a Fargate task. For information about the Fargate tasks
|
|
269
|
-
* see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web
|
|
270
|
-
*
|
|
271
|
-
*
|
|
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
|
|
279
|
-
* verify if users or roles have permissions to create
|
|
280
|
-
* grant explicit permissions to use the
|
|
281
|
-
*
|
|
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
|
|
287
|
-
* mode of log messages from a container to the <code>logDriver</code>
|
|
288
|
-
*
|
|
289
|
-
*
|
|
290
|
-
*
|
|
291
|
-
*
|
|
292
|
-
*
|
|
293
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
309
|
-
*
|
|
310
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
373
|
-
* attributes. If you do not specify a cluster, the default cluster is
|
|
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
|
|
400
|
-
* settings for. If you don't specify a cluster, the default cluster is
|
|
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
|
|
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
|
|
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
|
|
495
|
-
* with. If you do not specify a cluster, the default cluster is
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
563
|
-
*
|
|
564
|
-
*
|
|
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
|
-
*
|
|
572
|
-
*
|
|
573
|
-
*
|
|
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,
|
|
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
|
|
603
|
-
* assume. All containers in this task are granted the permissions that are
|
|
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
|
|
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
|
|
611
|
-
*
|
|
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
|
-
*
|
|
618
|
-
*
|
|
619
|
-
* <p>For Amazon ECS tasks on Fargate, the <code>awsvpc</code> network mode is required.
|
|
620
|
-
*
|
|
621
|
-
*
|
|
622
|
-
*
|
|
623
|
-
*
|
|
624
|
-
*
|
|
625
|
-
*
|
|
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
|
-
*
|
|
628
|
-
*
|
|
629
|
-
*
|
|
630
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
638
|
-
*
|
|
639
|
-
*
|
|
640
|
-
* <p>If the network mode is <code>host</code>, you cannot run multiple instantiations of
|
|
641
|
-
*
|
|
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
|
-
*
|
|
684
|
-
*
|
|
685
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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:
|
|
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
|
|
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),
|
|
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
|
|
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
|
|
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>
|
|
724
|
-
*
|
|
725
|
-
*
|
|
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>
|
|
729
|
-
*
|
|
730
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
757
|
-
*
|
|
758
|
-
*
|
|
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
|
-
*
|
|
766
|
-
*
|
|
767
|
-
*
|
|
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
|
-
*
|
|
776
|
-
*
|
|
777
|
-
*
|
|
778
|
-
*
|
|
779
|
-
* <p>If <code>host</code> is specified, all containers within the tasks
|
|
780
|
-
*
|
|
781
|
-
*
|
|
782
|
-
*
|
|
783
|
-
*
|
|
784
|
-
*
|
|
785
|
-
*
|
|
786
|
-
*
|
|
787
|
-
*
|
|
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
|
-
*
|
|
795
|
-
*
|
|
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
|
-
*
|
|
804
|
-
*
|
|
805
|
-
*
|
|
806
|
-
*
|
|
807
|
-
*
|
|
808
|
-
*
|
|
809
|
-
*
|
|
810
|
-
*
|
|
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
|
-
*
|
|
972
|
+
* undesired IPC namespace expose.</p>
|
|
813
973
|
* <p>If you are setting namespaced kernel parameters using <code>systemControls</code> for
|
|
814
|
-
*
|
|
815
|
-
*
|
|
816
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
825
|
-
*
|
|
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
|
|
837
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
901
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
940
|
-
* the task goes into the <code>STOPPED</code> state. If no value is
|
|
941
|
-
*
|
|
942
|
-
default value is <code>true</code> is used. When set to
|
|
943
|
-
*
|
|
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
|
|
951
|
-
* These settings are used to create each Amazon EBS volume, with one volume
|
|
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
|
|
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
|
|
960
|
-
* by default. This parameter maps 1:1 with the <code>Encrypted</code> parameter
|
|
961
|
-
*
|
|
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
|
|
967
|
-
*
|
|
968
|
-
*
|
|
969
|
-
*
|
|
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
|
|
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
|
|
974
|
-
*
|
|
975
|
-
*
|
|
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
|
|
983
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html">Amazon EBS volume types</a>
|
|
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
|
|
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
|
|
1043
|
-
* ID or a volume size. This parameter maps 1:1 with the <code>SnapshotId</code>
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
1097
|
-
* parameter maps 1:1 with the <code>TagSpecifications.N</code> parameter of the
|
|
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
|
|
1104
|
-
* using the Amazon ECS-managed
|
|
1105
|
-
*
|
|
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
|
-
*
|
|
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
|
|
1143
|
-
* These settings are used to create each Amazon EBS volume, with one volume
|
|
1144
|
-
* task. The Amazon EBS volumes are visible in your account in the Amazon
|
|
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
|
-
*
|
|
1159
|
-
*
|
|
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,
|
|
1187
|
-
*
|
|
1188
|
-
* Resources</a> in the <i>Amazon Elastic Container Service Developer
|
|
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
|
|
1209
|
-
* launch types</a> in the <i>Amazon Elastic Container Service Developer
|
|
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
|
-
*
|
|
1213
|
-
*
|
|
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
|
-
*
|
|
1220
|
-
*
|
|
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
|
|
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
|
-
*
|
|
1272
|
-
* versions</a> in the <i>Amazon Elastic Container Service
|
|
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
|
|
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>
|
|
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
|
-
*
|
|
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
|
-
*
|
|
1325
|
-
*
|
|
1326
|
-
*
|
|
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
|
-
*
|
|
1334
|
-
*
|
|
1335
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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,
|
|
1410
|
-
*
|
|
1411
|
-
* Resources</a> in the <i>Amazon Elastic Container Service Developer
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
1492
|
-
*
|
|
1493
|
-
*
|
|
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
|
-
*
|
|
1501
|
-
*
|
|
1502
|
-
*
|
|
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>
|
|
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
|
|
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
|
|
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
|
|
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
|
|
1859
|
-
* Amazon ECS capacity providers, tasks, services, task
|
|
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
|
|
1863
|
-
*
|
|
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.
|
|
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
|
-
*
|
|
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
|
-
*
|
|
1896
|
-
*
|
|
1897
|
-
*
|
|
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
|
-
*
|
|
1905
|
-
*
|
|
1906
|
-
*
|
|
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
|
|
1924
|
-
* are Amazon ECS capacity providers, tasks, services, task
|
|
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
|
|
1959
|
-
* Auto Scaling group that contain tasks from being terminated during a
|
|
1960
|
-
* The Auto Scaling group and each instance in the Auto Scaling group must
|
|
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
|
|
1962
|
-
*
|
|
1963
|
-
*
|
|
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
|
|
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
|
|
1975
|
-
*
|
|
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
|
|
1981
|
-
*
|
|
1982
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2014
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
2087
|
-
*
|
|
2088
|
-
*
|
|
2089
|
-
*
|
|
2090
|
-
*
|
|
2091
|
-
*
|
|
2092
|
-
*
|
|
2093
|
-
*
|
|
2094
|
-
*
|
|
2095
|
-
*
|
|
2096
|
-
*
|
|
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
|
|
2122
|
-
* Container Insights for a cluster. If this value is specified, it overrides
|
|
2123
|
-
*
|
|
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
|
|
2147
|
-
* container instance and doesn't have enough information to proceed with an update.
|
|
2148
|
-
* could be because the agent running on the container instance is a previous or
|
|
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
|
|
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
|
|
2180
|
-
* running on. If you do not specify a cluster, the default cluster is
|
|
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
|
|
2207
|
-
* update. If you do not specify a cluster, the default cluster is
|
|
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
|
|
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
|
|
2270
|
-
* the task definition and then stops an old task after the new version is
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
2303
|
-
*
|
|
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
|
|
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
|
|
2321
|
-
*
|
|
2322
|
-
* <i>Amazon
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
2369
|
-
*
|
|
2370
|
-
* Versions</a> in the <i>Amazon Elastic Container Service
|
|
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
|
|
2386
|
-
* Elastic Load Balancing, VPC Lattice, and container health checks after a task
|
|
2387
|
-
* specify a health check grace period value, the default
|
|
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
|
|
2393
|
-
* period can prevent the service scheduler from marking tasks as unhealthy and
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
2430
|
-
* container name, and the container port to access from the load balancer. The
|
|
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
|
|
2433
|
-
* with the updated Elastic Load Balancing configuration, and then stops the old
|
|
2434
|
-
* are running.</p>
|
|
2435
|
-
* <p>For services that use rolling updates, you can add, update, or remove Elastic Load
|
|
2436
|
-
* groups. You can update from a single target group to multiple target
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2476
|
-
* tasks with the updated service registries configuration, and then stops the
|
|
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
|
-
*
|
|
2487
|
-
* <p>Tasks that run in a namespace can use short names to connect
|
|
2488
|
-
*
|
|
2489
|
-
*
|
|
2490
|
-
*
|
|
2491
|
-
*
|
|
2492
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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;
|